.sacrifice-page {
    position: relative;
    background: url('../images/sacrifice/bg.jpg') no-repeat center / cover;
}

.sacrifice-actions {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    padding-left: 4%;
    padding-right: 4%;
    background: url('../images/sacrifice/navbj.png') no-repeat bottom / cover;

}

.sacrifice-actions .action-item {
    flex: 0 0 16.67%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0.6rem;
}

.sacrifice-actions .action-item * {
    color: #fff;
}

.sacrifice-actions .action-item .icon {
    width: 2.2rem;
    height: 2.4rem;
}

.sacrifice-actions .action-item .label {
    margin-top: 0.5rem;
    font-size: 1.4rem;
}

.sacrifice-actions .action-item .num {
    font-size: 1.3rem;
    color: #efe98f;
    margin-top: 0rem;
    font-weight: bold;
}



.base {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 31.4rem;
    background: url('../images/sacrifice/img-base.png') no-repeat center / cover;
    transform: translateX(-50%);
}

.tombstone,
.candle,
.flower,
.fruit,
.liquor,
.bow {
    position: absolute;
    left: 50%;
    background-size: 100% 100%;
    transform: translateX(-50%);
}

.candle,
.fruit,
.jiping,
.flower,
.bow {
    display: none;
}

.tombstone {
    bottom: 18.8rem;
    width: 23.1rem;
    height: 30.5rem;
}
.tombstone .tompic {
   position: absolute;
   top: 8rem;
   left: 6rem;
   
}
.tombstone .tompic .img {
    width: 3rem;
    height:4rem;
}
.tombstone .tomtext {
    padding-top: 7.8rem;
    margin-left: 10.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.8rem;
    color: #000000;
    font-weight: bold;
    width: 2rem;
}
.tombstone .tomtext span {
    margin-top: 1rem;
}

.candle {
    bottom: 19.6rem;
    width: 15.1rem;
    height: 6rem;
}

.flower {
    bottom: 15.8rem;
    width: 10rem;
    height: 14.35rem;
}

.fruit {
    bottom: 18.4rem;
    width: 22rem;
    height: 5rem;
}

.liquor {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 26rem;
    bottom: 16.8rem;
}

.liquor-item {
    display: inline-block;
    width: 2.2rem;
    height: 2.8rem;
    background: url('../images/sacrifice/liquor.png') no-repeat center / cover;
}

.bow {
    bottom: 8.4rem;
    width: 20rem;
    height: 25rem;
    background: url('../images/sacrifice/grjugong.gif') no-repeat center / cover;
}
.message{
    position: absolute;
    bottom: 8.3rem;
    padding: 0.5em;
    right: 6%;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}

.message input {
    height: 2.5rem;
    padding: 0 10px;
    border-radius: 5px;
}

.message span {
    margin-left: 6px;
    font-size: 1.4rem;
    cursor: pointer;
}

.message::after {
    position: absolute;
    right: 1.4rem;
    bottom: -16px;
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid rgba(0, 0, 0, .5);
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-radius: 2px;
}