.phonespeed_container {
    width: 100%;
    height: auto;
    min-height: 90vh;
    background: #F5F6FA;


}

.whitebg {
    background: #ffffff;
}

.phone_vipbg {
    width: 100%;
    height: auto;
    margin-top: -20%;
}

.phone_speedbox {
    float: left;
    position: absolute;
    top: 24%;
    z-index: 1;
    width: 90%;
    height: auto;
    margin-left: 5%;
    /* margin-top: 10%;*/
}

.phone_openspeedapknum {
    width: 100%;
    font-family: OPPOSans, OPPOSans;
    font-weight: normal;
    font-size: 18px;
    color: #5F5F5F;
    text-align: center;
    line-height: 40px;
}

.phone_openspeed_numbox {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 10%;
}

.phone_openspeed_numbox_between {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.openspeed_item {
    width: 45%;
    height: 80px;
    line-height: 80px;
    border-radius: 20px;
    border: solid 1px #3AA73E;
    text-align: center;
    color: #3AA73E;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    background: rgba(177, 219, 177, 0.15);
}

.choosespeed {
    background: #6DC541;
    border: none;
    color: #ffffff;
}


.phonespeed_vippaybox {
    width: 96%;
    height: 80px;
    margin-left: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 0px;
}

.phone_vippaybtn {
    width: 86%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(#70ca3b, #56aa5a);
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    border-radius: 25px;
}

.vipagree_title_icon {
    width: 38%;
    height: auto;
    float: left;
    margin-left: 15%;
    margin-top: 7%;
    position: absolute;
    z-index: 99;
}

.phone_vippay_agreebox {
    width: 94%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    padding-bottom: 10px;
    margin-left: 3%;

}

.phone_vipchoosexy_icon {
    width: 14px;
    height: auto;
    margin-right: -4%;
}

.phone_vippay_agree_text {
    color: #9B9B9B;
    font-size: 12px;
    margin-left: 5%;
    margin-right: 5%;
}

.phone_pay_green {
    color: #3AA73E;
}

/*支付状态*/
.phone_vippaystate_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 55px;
}

.phone_vippaystate_icon {
    width: 80px;
}

.phone_vippaystate_text {
    width: 100%;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #1E1E1E;
    margin-top: 25px;
    margin-bottom: 32px;
}

.phone_vip_timetext {
    width: 100%;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: #858585;
}

.phone_vipred {
    color: #FF4D4D;
    font-family: PingFang SC;
}

.pay_vipsuccess_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.phone_vipgoupload {
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 17px;
    color: #3BA63D;
    margin-left: 5px;
    margin-right: 20px;
    background: #DDEDDD;
}

.phone_vipgomineorder {
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(to bottom, #68ce6e, #56ab5a);
    border-radius: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;
    margin-left: 5px;
    margin-right: 20px;
}

.phone_vippay_retry {
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(to bottom, #68ce6e, #56ab5a);
    border-radius: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;
    /* margin-left: 5px;
     margin-right: 20px;*/
}


.msgbox {
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 40%;
    max-width: 60%;
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
}

/*******数量超出200弹窗********/
.phone_apkexceed_window {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone_apkexceed_contain {
    width: 94%;
    height: 300px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: -50px;
}

.phone_apkexceed_deletebox {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -75px;

}

.phone_deleteapkexceed_icon {
    width: 20px;
    height: auto;
    cursor: pointer;

}

.phone_apkexceed_title {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 21px;
    color: #4A4A4A;
    text-align: center;
    margin-top: 20px;
}

.phone_apkexceed_green {
    color: #3FA943;
}

.phone_apkexceed_title2 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    font-family: PingFang SC;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #AFAFB0;
    margin-top: 26px;
}

.phone_apkexceed_btn {
    width: 180px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 27px;
    background: linear-gradient(to bottom, #67CB6C, #56AA5A);
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 21px;
    color: #FFFFFF;
    margin-top: 34px;
    cursor: pointer;
}


@media screen and (min-width: 601px) and (max-width: 900px) {
    .phone_vipbg {
        width: 100%;
        height: auto;
    }

    .phone_vipbox {
        float: left;
        position: absolute;
        top: 31%;
        z-index: 1;
        width: 90%;
        height: auto;
        margin-left: 5%;
    }

    .phone_openapknum {
        width: 100%;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 22px;
        color: #5F5F5F;
        text-align: center;
        line-height: 35px;
    }

    .phone_openvip_numbox {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .phone_openvip_text {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 22px;
        color: #5F5F5F;
    }

    .phone_openvip_num_icon {
        width: 24px;
        height: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

    .phone_openvipnumber {
        width: 50px !important;
        height: 30px !important;
        line-height: 30px !important;
        text-align: center;
        background: rgba(177, 219, 177, 0.2);
        border-radius: 6px;
        font-weight: 600;
        font-size: 22px;
        color: #3AA73E;
    }

    .phone_vippaybox {
        width: 96%;
        height: 80px;
        margin-left: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: 50px;
    }

    .phone_vippaybtn {
        width: 86%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: linear-gradient(#70ca3b, #56aa5a);
        font-weight: 600;
        color: #ffffff;
        font-size: 18px;
        border-radius: 25px;
    }

    .vipagree_title_icon {
        width: 25%;
        height: auto;
        float: left;
        margin-left: 14%;
        margin-top: 2%;
        position: absolute;
        z-index: 99;
    }

    .phone_vippay_agreebox {
        width: 94%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        padding-bottom: 10px;
        margin-left: 3%;

    }

    .phone_vipchoosexy_icon {
        width: 22px;
        height: auto;
        margin-right: 5px;
    }

    .phone_vippay_agree_text {
        color: #9B9B9B;
        font-size: 17px;
        margin-left: 5%;
        margin-right: 5%;
    }

    .phone_pay_green {
        color: #3AA73E;
    }

    /*支付状态*/
    .phone_vippaystate_box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 55px;
    }

    .phone_vippaystate_icon {
        width: 90px;
    }

    .phone_vippaystate_text {
        width: 100%;
        text-align: center;
        font-family: PingFang SC, PingFang SC;
        font-weight: 600;
        font-size: 28px;
        color: #1E1E1E;
        margin-top: 25px;
        margin-bottom: 32px;
    }

    .phone_vip_timetext {
        width: 100%;
        text-align: center;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 20px;
        color: #858585;
    }

    .phone_vipred {
        color: #FF4D4D;
    }

    .pay_vipsuccess_box {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .phone_vipgoupload {
        width: 148px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 25px;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 19px;
        color: #3BA63D;
        margin-left: 5%;
        margin-right: 5%;
        background: #DDEDDD;
    }

    .phone_vipgomineorder {
        width: 148px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 25px;
        background: linear-gradient(to bottom, #68ce6e, #56ab5a);
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 19px;
        color: #FFFFFF;
        margin-left: 5%;
        margin-right: 5%;
    }

    .phone_vippay_retry {
        width: 148px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 25px;
        background: linear-gradient(to bottom, #68ce6e, #56ab5a);
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 19px;
        color: #FFFFFF;
        /*       margin-left: 5%;
               margin-right:  5%;*/
    }


    .msgbox {
        padding: 5px 20px;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 40%;
        max-width: 60%;
        font-size: 16px;
        color: #ffffff;
        border-radius: 10px;
    }


}


