.video-wrapper {
    width: 100%;
    background-color: #252544;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -9999;
}

.video-wrapper .video {
    width: 100%;
    object-fit: fill;
    z-index: -9999;
}

.page {
    width: 7.5rem;
    min-height: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    position: relative;
}

.desc {
    height: 0.4rem;
    margin-top: 1.52rem;
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.4rem;
    text-align: center;
}

.tel {
    height: 0.9rem;
    margin: 1.06rem auto 0.06rem;
    font-size: 0.64rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.9rem;
    text-align: center;
}

.status {
    height: 0.4rem;
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
}

.btngroup {
    width: 4.8rem;
    height: 3.06rem;
    margin: 1.62rem auto 2.6rem;
    background: url("../img/calling@2x.png") 100%/100% no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.playbtn {
    width: 1.28rem;
    height: 1.28rem;
    display: none;
}

.setbtn {
    width: 3rem;
    height: 0.88rem;
    margin: 0 auto;
    background: #FF3F3F;
    border-radius: 0.14rem;
    font-size: 0.32rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.88rem;
    text-align: center;
}

.overlay {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
}

.modal {
    width: 5.6rem;
    height: 4.56rem;
    background: #252544;
    border-radius: 0.24rem;
    position: relative;
}

.modal .close {
    width: .46rem;
    height: .46rem;
    background: url("../img/close@2x.png") 100%/100% no-repeat;
    position: absolute;
    top: .26rem;
    right: .24rem;
    overflow: hidden;
}

.modal .title {
    height: 0.48rem;
    margin: .5rem auto .28rem;
    font-size: 0.34rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.48rem;
    text-align: center;
}

.modal .text {
    padding: 0 .44rem;
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
}

.modal .getbtn {
    width: 5.6rem;
    height: 1.04rem;
    margin-top: .94rem;
    background: #FF3F3F;
    border-radius: 0 0 .24rem .24rem;
    font-size: 0.34rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.04rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}