.phonepay_container {
    width: 100%;
    height: auto;
    min-height: 90vh;
    background: #F5F6FA;


}

@media screen and (min-width: 601px) and (max-width: 900px) {
    .phonepay_headerbox {
        width: 100%;
        height: 40px;
        background: #FFF9EC;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .phone_inform_icon {
        width: 20px;
        height: auto;
        margin-right: 5px;
    }

    .payheader_text {
        color: #FF7400;
        font-size: 14px;
        max-width: 85%;
        height: 20px;
        line-height: 20px;

    }

    .phone_payapkinfo {
        width: 96%;
        height: auto;
        background: #ffffff;
        border-radius: 6px;
        border-bottom: solid 1px #F0F0F0;
        margin-left: 2%;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 16px 0px;

    }

    .phone_ponse_title {
        width: 100%;
        text-align: center;
        color: #1E1E1E;
        font-size: 18px;
        font-weight: 600;

    }

    .phone_apkname {
        width: 100%;
        text-align: center;
        color: #3AA73E;
        font-size: 18px;
        font-weight: 600;
        margin-top: 16px;
    }

    .phone_apkicon {
        width: 90px;
        height: 90px;
        margin-top: 12px;
    }

    .phone_apkpackname {
        width: 100%;
        font-size: 13px;
        color: #9A9A9A;
        text-align: center;
    }

    .phone_apkcodebox {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24px;
        margin-bottom: 10px;
    }

    .phone_apkcode_item {
        width: 80px;
        height: 80px;
        line-height: 70px;
        text-align: center;
        font-size: 40px;
        color: #FFFFFF;
        font-weight: 600;
        background-image: url("../images/codebg.png");
        background-size: cover;
    }

    .phone_monthbox {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .phone_month_text {
        font-size: 16px;
        color: #082100;
    }

    .phone_month_num_icon {
        width: 30px;
        height: auto;
        margin: 0px 8px;
    }

    .phone_month_num {
        width: 60px!important;
        height: 30px!important;
        line-height:30px!important;
        border-radius: 6px!important;
        text-align: center;
        font-size: 22px!important;
        color: #3AA73E!important;
        background: rgba(177, 219, 177, 0.2)!important;
        outline: none!important;
        box-shadow: none!important;
        border: none!important;
    }
    /* 隐藏输入框上下箭头 */
    .phone_month_num::-webkit-inner-spin-button,
    .phone_month_num::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* 兼容Firefox */
    .phone_month_num[type=number] {
        -moz-appearance: textfield;
    }

    .phone_paybox {
        width: 96%;
        height: 80px;
        margin-left: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .phone_paybtn {
        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;
    }

    .agree_title_icon {
        width: 25%;
        height: auto;
        float: left;
        margin-left: 35%;
        margin-top: 2%;
        position: absolute;
        z-index: 99;
    }

    .phone_pay_agreebox {
        width: 94%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        padding-bottom: 10px;
        margin-left: 3%;

    }

    .phone_choosexy_icon {
        width: 18px;
        height: auto;
        margin-right: 5px;
    }

    .phone_pay_agree_text {
        color: #9B9B9B;
        font-size: 12px;
        text-align: center;
    }
    .phone_pay_agree_text_red{
        color: #E32B2B;
        font-size: 12px;
    }
    .phone_pay_green {
        color: #3AA73E;
    }

    /*支付状态*/
    .phone_paystate_box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 50px;
    }

    .phone_paystate_icon {
        width: 80px;
    }

    .phone_paystate_text {
        width: 100%;
        text-align: center;
        font-family: PingFang SC, PingFang SC;
        font-weight: 600;
        font-size: 20px;
        color: #1E1E1E;
        margin-top: 16px;
        margin-bottom: 32px;
    }

    .phone_apk_usetime {
        width: 100%;
        text-align: center;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 12px;
        color: #505050;
        margin-top: 6px;
        margin-bottom: 10px;
    }

    .pay_success_box {
        width: 96%;
        height: auto;
        background: #ffffff;
        border-radius: 6px;
        border-bottom: solid 1px #F0F0F0;
        margin-left: 2%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 16px 0px;
        margin-bottom: 40px;
    }

    .phone_goupload {
        width: 128px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #505050;
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #505050;
        margin-left: 10px;
        margin-right: 10px;
    }

    .phone_gomineorder {
        width: 128px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #3AA73E;
        border-radius: 4px 4px 4px 4px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        margin-left: 10px;
        margin-right: 10px;
    }

    .phone_pay_retry {
        width: 60%;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #3AA73E;
        border-radius: 4px 4px 4px 4px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        margin-left: 20%;
    }


    .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;
    }
}

@media screen and (max-width: 600px) {
    .phonepay_headerbox {
        width: 100%;
        height: 40px;
        background: #FFF9EC;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .phone_inform_icon {
        width: 20px;
        height: auto;
        margin-right: 5px;
    }

    .payheader_text {
        color: #FF7400;
        font-size: 14px;
        max-width: 85%;
        height: 20px;
        line-height: 20px;

    }

    .phone_payapkinfo {
        width: 96%;
        height: auto;
        background: #ffffff;
        border-radius: 6px;
        border-bottom: solid 1px #F0F0F0;
        margin-left: 2%;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 16px 0px;

    }

    .phone_ponse_title {
        width: 100%;
        text-align: center;
        color: #1E1E1E;
        font-size: 18px;
        font-weight: 600;

    }

    .phone_apkname {
        width: 100%;
        text-align: center;
        color: #3AA73E;
        font-size: 18px;
        font-weight: 600;
        margin-top: 16px;
    }

    .phone_apkicon {
        width: 90px;
        height: 90px;
        margin-top: 12px;
    }

    .phone_apkpackname {
        width: 100%;
        font-size: 13px;
        color: #9A9A9A;
        text-align: center;
    }

    .phone_apkcodebox {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24px;
        margin-bottom: 10px;
    }

    .phone_apkcode_item {
        width: 80px;
        height: 80px;
        line-height: 70px;
        text-align: center;
        font-size: 40px;
        color: #FFFFFF;
        font-weight: 600;
        background-image: url("../images/codebg.png");
        background-size: cover;
    }

    .phone_monthbox {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .phone_month_text {
        font-size: 16px;
        color: #082100;
    }

    .phone_month_num_icon {
        width: 25px;
        height: auto;
        margin: 0px 8px;
    }


    .phone_month_num {
        width: 60px!important;
        height: 30px!important;
        line-height:30px!important;
        border-radius: 6px!important;
        text-align: center;
        font-size: 22px!important;
        color: #3AA73E!important;
        background: rgba(177, 219, 177, 0.2)!important;
        outline: none!important;
        box-shadow: none!important;
        border: none!important;
    }


    .phone_paybox {
        width: 96%;
        height: 80px;

        margin-left: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .phone_paybtn {
        width: 76%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: linear-gradient(#70ca3b, #56aa5a);
        border-radius: 25px;
        font-weight: 600;
        color: #ffffff;
        font-size: 18px;
    }

    .agree_title_icon {
        width: 40%;
        height: auto;
        float: left;
        margin-left: 22%;
        margin-top: 10px;
        position: absolute;
        z-index: 99;
    }

    .phone_pay_agreebox {
        width: 94%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        padding-bottom: 10px;
        margin-left: 3%;
    }

    .phone_choosexy_icon {
        width: 18px;
        height: auto;
        margin-right: 5px;
    }

    .phone_pay_agree_text {
        color: #9B9B9B;
        font-size: 12px;
        text-align: center;
    }
    .phone_pay_agree_text_red{
        color: #E32B2B;
        font-size: 12px;
    }

    .phone_pay_green {
        color: #3AA73E;
    }

    /*支付状态*/
    .phone_paystate_box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 50px;
    }

    .phone_paystate_icon {
        width: 80px;
    }

    .phone_paystate_text {
        width: 100%;
        text-align: center;
        font-family: PingFang SC, PingFang SC;
        font-weight: 600;
        font-size: 20px;
        color: #1E1E1E;
        margin-top: 16px;
        margin-bottom: 32px;
    }

    .phone_apk_usetime {
        width: 100%;
        text-align: center;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 12px;
        color: #505050;
        margin-top: 6px;
        margin-bottom: 10px;
    }

    .pay_success_box {
        width: 96%;
        height: auto;
        background: #ffffff;
        border-radius: 6px;
        border-bottom: solid 1px #F0F0F0;
        margin-left: 2%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 16px 0px;
        margin-bottom: 40px;
    }

    .phone_goupload {
        width: 128px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #505050;
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #505050;
        margin-left: 10px;
        margin-right: 10px;
    }

    .phone_gomineorder {
        width: 128px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #3AA73E;
        border-radius: 4px 4px 4px 4px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        margin-left: 10px;
        margin-right: 10px;
    }

    .phone_pay_retry {
        width: 60%;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #3AA73E;
        border-radius: 4px 4px 4px 4px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        margin-left: 20%;
    }


    .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;
    }
}
