.lp-top .lp-top-info {
    /* 可变 */
    width: 100%;
    height: 5.73rem;
    background: url('../images/bg.png') no-repeat;
    background-size: 100% 5.73rem;
    text-align: center;
}

.top-recover-btn {
    /* 可变 */
    width: 4.29rem;
    height: .90rem;
    background: rgba(255, 255, 255, 1);
    border-radius: .45rem;
    font-size: .42rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #3A81FF;
    line-height: .90rem;
    letter-spacing: .01rem;
    margin-top: .40rem;
    animation: scaleOut 1.3s ease-in-out infinite;
}

.top-type-bar {
    /* 可变 */
    width: 1.70rem;
    height: .10rem;
    background: url('../images/deco.png') no-repeat;
    background-size: 1.70rem .10rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: .20rem;
    margin-bottom: .34rem;
}

.top-download-info {
    font-size: .24rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #D4E4FF;
    margin-top: .35rem;
  }

.lp-character div {
    /* 可变 */
    width: 1.70rem;
    height: .10rem;
    background: url('../images/deco.png') no-repeat;
    background-size: 1.70rem .10rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.lead-vs {
    /* 可变 */
    width: 6.30rem;
    height: .90rem;
    background: url('../images/contrast.png') no-repeat;
    background-size: 6.30rem .90rem;
    margin-top: .74rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    margin-bottom: .44rem;
}

.vs-content-left-title span {
    /* 可变 */
    font-size: .32rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #5297FC;
    letter-spacing: 0.01rem;
}

.vs-content-right-title span {
    /* 可变 */
    font-size: .32rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #656565;
    letter-spacing: 0.01rem;
}

.recovery-btn {
    /* 可变 */
    width: 3.82rem;
    height: .81rem;
    background:linear-gradient(135deg,rgba(84,147,253,1),rgba(75,173,249,1));
    box-shadow:0px 4px 8px 0px rgba(85,146,254,0.38);
    border-radius: .40rem;
    font-size: .37rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(254, 255, 255, 1);
    text-align: center;
    line-height: .81rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#pop-frame .pop-frame-btn {
    background: linear-gradient(135deg, rgba(84, 147, 253, 1), rgba(75, 173, 249, 1));
    box-shadow: 0 .02rem .09rem 0 rgba(84, 147, 253, 0.82);
}