.openvip_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  /*  max-width: 1200px;
*/

}
.phonebg_bg{
    background: #F5F6FA;
}
.vipbg{
    float: left;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin-top: -20px;
}
.openvip_contain{
    width: 100%;
  /*  background: rgba(255, 0, 0, 0.19);*/
    max-width: 1200px;
    margin-top: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.openapknum{
    width: 100%;
    line-height: 70px;
    text-align: center;
    font-family:OPPOSans;
    font-weight: normal;
    font-size: 30px;
    color: #5F5F5F;
    margin-top: -10px;
}
.openapk_green{
    color: #3AA73E;
}

.openvip_numbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.openvip_xian{
    width:260px;
    height: auto;
}
.openvip_text{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #082100;
    margin-left: 67px;
}
.openvip_text2{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #082100;
    margin-right: 67px;
}
.openvip_num_icon{
    width: 30px;
    height: auto;
    margin-left: 11px;
    margin-right: 11px;
    cursor: pointer;
}
.openvipnumber{
    width: 80px!important;
    height: 37px!important;
    line-height: 37px;
    text-align: center;
    background: rgba(177, 219, 177, 0.2)!important;
    border-radius: 5px 5px 5px 5px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 28px!important;
    color: #3AA73E;
    outline: none!important;
    box-shadow: none!important;
    border: none!important;
  /*  margin-left: 3px;
    margin-right: 3px;*/
}

/* 隐藏输入框上下箭头 */
.openvipnumber::-webkit-inner-spin-button,
.openvipnumber::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 兼容Firefox */
.openvipnumber[type=number] {
    -moz-appearance: textfield;
}
.openvip_qrcodebox{
    width: 240px;
    height:240px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(66, 171, 65, 0.5);
    border-radius: 30px 30px 30px 30px;
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vipqrcode{
    width: 205px;
    height: 205px;
}
.vipaddfitler {
    filter: blur(4px);
}
.payvip_text{
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-family:PingFang SC;
    font-weight: 400;
    font-size: 25px;
    color: #4A4A4A;
    margin-top: 10px;
}
.openvip_agreementbox {
    width: 96%;
    margin-left: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 70px;
}

.openvip_agreementbox_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #999999;
    margin-right: 5%;
}

.openvip_agreement_icon {
    width: 16px;
    margin-right: 5px;
}

.openvip_agreementbox_right {
    font-size: 13px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #E32B2B;
}

.openvip_pay_agree_title_img {
    float: left;
    position: absolute;
    margin-top: -62px;
    margin-left: -10px;
    z-index: 99;
    width: 150px;
    animation: move 0.8s ease-in-out infinite;
}

@keyframes move {
    0% {
        transform: translateY(-2px);
    }
    50% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(-2px);
    }
}

/********支付成功********/
.openvipstatebox{
    width: 100%;
    /*  background: rgba(255, 0, 0, 0.19);*/
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.openvip_success_icon{
    width: 114px;
    height: auto;
    margin-top: 79px;
}
.openvip_success_text{
width: 100%;
    text-align: center;
    font-family:PingFang SC;
    font-weight: 600;
    font-size: 36px;
    color: #4A4A4A;
    margin-top: 52px;
}
.openvip_success_time{
    width: 100%;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 26px;
    color: #858585;
    margin-top: 50px;
}
.openvip_success_red{
    color: #FF4D4D;
    font-family: PingFang SC;
}
.openvip_btnbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 65px;
}
.openvip_gohome{
    width: 239px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #DDEDDD;
    border-radius: 32px 32px 32px 32px;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 29px;
    color: #3BA63D;
    margin-right: 26px;
    margin-left: 26px;
    cursor: pointer;
}
.openvip_goorder{
    width: 239px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: linear-gradient(to bottom, #68ce6e, #56ab5a);
    border-radius: 32px 32px 32px 32px;
    font-family:  PingFang SC;
    font-weight: 500;
    font-size: 29px;
    color: #FFFFFF;
    margin-right: 26px;
    margin-left: 26px;
    cursor: pointer;
}
.openvip_again{
    width: 239px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: linear-gradient(to bottom, #68ce6e, #56ab5a);
    border-radius: 32px 32px 32px 32px;
    font-family:  PingFang SC;
    font-weight: 500;
    font-size: 29px;
    color: #FFFFFF;
       margin-top: 127px;
    cursor: pointer;
}


@media screen and (min-width: 601px) and (max-width: 1100px) {
    .openvip_contain{
        width: 85%;
        height: auto;
        margin-top: 12%;
    }

    .openapknum{
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-family:OPPOSans;
        font-weight: normal;
        font-size: 25px;
        color: #5F5F5F;
        margin-top: 10px;
    }

    .openvip_xian{
        width: 150px;
        height: auto;
    }
    .openvip_num_icon{
        width: 25px;
        height: auto;
        margin-left: 7px;
        margin-right: 7px;
    }
    .openvipnumber{
        width: 64px!important;
        height: 32px!important;
        line-height: 32px!important;
        text-align: center;
        background: rgba(177, 219, 177, 0.2);
        border-radius: 5px 5px 5px 5px;
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 22px!important;
        color: #3AA73E;
        /*  margin-left: 3px;
          margin-right: 3px;*/
    }
    .openvip_text{
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 20px;
        color: #082100;
        margin-left: 27px;
    }
    .openvip_text2{
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 20px;
        color: #082100;
        margin-right: 27px;
    }
    .payvip_text{
        width: 100%;
        text-align: center;
        line-height: 30px;
        font-family:PingFang SC;
        font-weight: 400;
        font-size: 22px;
        color: #4A4A4A;
    }
}

@media screen and (max-width: 600px) {
    .openvip_contain{
        width: 85%;
        height: auto;
        margin-top: 12%;
    }

    .openapknum{
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-family:OPPOSans;
        font-weight: normal;
        font-size: 20px;
        color: #5F5F5F;
        margin-top: 10px;
    }
    .openvip_num_icon{
        width: 20px;
        height: auto;
        margin-left: 5px;
        margin-right: 5px;
    }
    .openvip_xian{
        width: 80px;
        height: auto;
    }
    .openvipnumber{
        width: 44px!important;
        height: 22px!important;
        line-height: 22px!important;
        text-align: center;
        background: rgba(177, 219, 177, 0.2);
        border-radius: 5px 5px 5px 5px;
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 15px!important;
        color: #3AA73E;
        /*  margin-left: 3px;
          margin-right: 3px;*/
    }
    .openvip_text{
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 15px;
        color: #082100;
        margin-left: 17px;
    }
    .openvip_text2{
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 15px;
        color: #082100;
        margin-right: 17px;
    }
    .payvip_text{
        width: 100%;
        text-align: center;
        line-height: 30px;
        font-family:PingFang SC;
        font-weight: 400;
        font-size: 18px;
        color: #4A4A4A;
    }





}
