.bg {
    font-size: .14rem;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url("../../assets/images/img2.png");
    background-size: 100% 100%;
    display: none;
    z-index: 11111111;
}

.mask.open {
    display: block;
}

.mask .cancel_box {
    width: 30%;
    height: 8%;
    position: fixed;
    left: 17%;
    top: 48%;
}

.mask .btn_box {
    width: 30%;
    height: 8%;
    position: fixed;
    left: 54%;
    top: 48%;
}

/*引导*/
#guide-download {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 2;
    font-size: .14rem;
}

#guide-download .corner {
    padding-left: calc(100% - 106px);
    /* padding-top: 20px; */
}

#guide-download .corner img {
    width: 86px;
}

#guide-download .card {
    width: 250px;
    height: 218px;
    margin: 0px auto;
    background: #FFFFFF;
    border-radius: 6px;
    /* margin-top: 10px; */
}

#guide-download .seals {
    width: 250px;
    height: 107px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, #F5964F, #FA7842);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    clip-path: circle(1123px at 125px -1017px);
    -webkit-clip-path: circle(1123px at 125px -1017px);
}

#guide-download .sealsbg {
    width: 250px;
    height: 107px;
    overflow: hidden;
    position: absolute;
    background: linear-gradient(to right, #F5964F, #FA7842);
    border-bottom-left-radius: 100% 23%;
    border-bottom-right-radius: 100% 23%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 10px 0 rgba(234, 82, 46, 0.50);
    opacity: 0.5;
}

#guide-download .seals img {
    width: 210px;
    padding-left: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#guide-download .seals dl {
    text-align: center;
    margin-top: 27px;
}

#guide-download .seals dl dt {
    font-family: PingFangSC-Semibold;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: -0.53px;
    line-height: 22px;
}

#guide-download .seals dl dd {
    margin-top: 15px;
    opacity: 0.9;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 14px;
}

#guide-download .step {
    margin-top: 25px;
}

#guide-download .step ul li {
    list-style: none;
    padding-left: 29px;
    font-family: Helvetica;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 20px;
}

#guide-download .step ul li label {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #F5964F;
    display: inline-block;
    text-align: center;
    margin-top: -13px;
    position: relative;
    line-height: 18px;
    color: #F5964F;
}

#guide-download .step ul li span {
    margin-left: 5px;
}

.b-header .bg {
    z-index: initial;
}

#guide-download {
    top: 0;
    left: 0;
    z-index: 2222;
}

#guide-download .corner {
    font-size: 100px;
}

#bg {
    opacity: 1;
}

#guide-download .corner img, #bg img {
    display: inline-block !important;
}