p{
    margin: 0;
}
.pay-money-h5{
    display: none;
}
.pay-methord-h5{
    display: none;
}
.product-box{
    width: 1150px;
    height: 1000px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}
.product-box-left{
    width: 70%;
    margin-right: 2%;
}
.product-box-title{
    height: 50px;
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.first-title{
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
}
.product-box-title div:nth-child(2){
    display: inline-block;
}
.product-package{
    width: 148px;
    height: 30px;
    background: linear-gradient(
            90deg
            ,#FF9000,#FFF32E);
    box-shadow: 0px 4px 5px 0px rgb(190 190 190 / 63%);
    transform: skewX(-10deg);
    margin-left: 1%;
}
.product-package p{
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}
.list-goods{
    width: 100%;
    height: 295px;
}
.goods-package{
    display: flex;
    margin-top: 15px;
    height: 60px;
    justify-content: center;
    align-items: center;
}
.goods-package .goods-package-type{
    width: 50%;
    border: 1px solid #D8DBE3;
    border-radius: 4px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.goods-package .goods-package-type img:nth-child(1){
    width: 26px;
    height: 26px;
}
.goods-package .goods-package-type p:nth-child(2){
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 60px;
    margin-left: 2%;
}
.goods-package .goods-package-type p:nth-child(3){
    font-size: 16px;
    color: #333333;
    /*font-weight: bold;*/
    line-height: 60px;
    margin-left: 2%;
}
.goods-package .gold-active{
    background: #F5F5F5;
    border-radius: 0px 0px 0px 4px;
    border-top:4px solid #69EDFF;
}

.goods-package .diamond-active{
    background: #F5F5F5;
    border-radius: 0px 0px 0px 4px;
    border-top:4px solid #FFE266;
}

.product-box-right{
    width: 23%;
    margin-top: 94px;
    height: 670px;
    background: #FFFFFF;
    border: 1px solid #CED3E0;
    border-radius: 4px;
}
.product-box-right-title{
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #CED3E0;
    border-radius: 4px;
    margin: 20px auto 0;
}
.product-box-right-title p{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    text-align: center;
}
.product-box-right-content{
    height: 580px;
    width: 100%;
    margin-top:20px;
}
.product-box-right-content div{
    height: 140px;
    margin-top: 5px;
    width: 100%;
}
.product-box-right-content div img{
    display: block;
    margin: 0 auto;
    padding-top: 25px;
}
.product-box-right-content div p:nth-child(2){
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    padding-top: 10px;
    margin: 0;
}
.product-box-right-content div p:nth-child(3){
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    margin: 0;
}
.goods-list{
    width: 100%;
    height: 210px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
@media (min-width: 800px) {
    .goods-list .goods-list-div:nth-child(2){
        margin-left: 3%;
        margin-right: 3%;
    }
    .goods-list .goods-list-div:nth-child(3){
        margin-right: 3%;
    }
}
.goods-list-div{
    width: 23%;
    background: #FFFFFF;
    border: 1px solid #D8DBE3;
    border-radius: 4px;
    cursor: pointer;
}
.goods-list-title{
    width: auto;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 5px;
}
.goods-list-giving{
    width: 80px;
    height: 24px;
    border-radius: 12px;
   margin: 5px auto 0;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.goods-list-discount{
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 12px;
}
.goods-list-discount span{
    font-size: 16px;
}
.goods-list-price{
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    padding-left: 50px;
}
.goods-list-price span:nth-child(2){
    text-decoration: line-through;
    padding-left: 10px;
}
.goods-list-buy{
    width: 144px;
    height: 40px;
    background: #F0F0F0;
    border-radius: 6px;
    margin: 5px auto 0;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
    text-align: center;
}
.goods-list-active{
    border: 2px solid #69EDFF;
}
.goods-list-active span:nth-child(5){
 background: #69EDFF;
    color: #333333;
}
.diamond-list-active{
    border: 2px solid #FFE266;
}
.diamond-list-active span:nth-child(5){
    background: #FFE266;
    color: #333333;
}

.pay-method{
    width: 100%;
    /*height: 492px;*/
    /*height: 550px;*/
    height: auto;
    background: #FFFFFF;
    border: 1px solid #D8DBE3;
    border-radius: 4px;
    margin-top: 20px;
    overflow: hidden;
}
.pay-method-discount{
    width: 65%;
    /*height: 135px;*/
    height: auto;
    margin-left: 3%;
    margin-top: 20px;
}
.pay-method-discount div:nth-child(1){
    display: flex;
}
.pay-method-discount div:nth-child(1) .pay-method-discount-p{
    width: 25%;
    margin-right: 2%;
    height: 34px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    line-height: 34px;
}
.pay-method-discount .pay-method-discount-div{
    width: 50%;
    height: 34px;
    background: #FAFBFC;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    display: flex;
}
.pay-method-discount .pay-method-discount-div input{
    border: 0px;
    outline:none;
    cursor: pointer;
    font-size: 16px;
    -webkit-box-shadow: 0 0 0 1000px white inset;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 6px;
}
/*.pay-method-discount .pay-method-discount-div .discountS{*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    margin-top: 15px;*/
/*}*/
/*.pay-method-discount .pay-method-discount-div .discountF{*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    margin-top: 15px;*/
/*    display: none;*/
/*}*/
.pay-method-discount-confirm{
    background: #E5E5E5;
    border-radius: 6px;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    display: inline-block;
    width: 10%;
    margin-left: 1%;
}
/*.pay-method-discount .pay-method-discount-div span{*/
/*    background: #E5E5E5;*/
/*    border-radius: 0px 6px 6px 0px;*/
/*    text-align: center;*/
/*    line-height: 50px;*/
/*    cursor: pointer;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    color: #333333;*/
/*    display: inline-block;*/
/*    width: 17%;*/
/*}*/
.pay-method-discount .discount-info{
    display: flex;
    width: 80%;
    /*height: 60px;*/
    height: auto;
    margin-top: 3%;
    margin-left: 27%;
}
.pay-method-discount .discount-info-div{
    width: 48%;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
}
.pay-method-discount .discount-info-div:nth-child(2){
    margin-left: 5%;
}
.discount-info div{
    display: flex;
    background-size: 100% 100%;
}
.discount-info-price{
    width: 40%;
    display:inline-block;
    margin-right: 2%;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    background: #E0E0E0;
}
.discount-p{
    width: 60%;
    display: block!important;
}
.discount-p1{
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    margin-top: 8px;
}
.discount-p2{
    width: auto;
    font-size: 14px;
    font-weight: 300;
    color: #F23807;
    text-align: center;
    margin-top: 2px;
}
.pay-method-choose{
    width: 90%;
    height: 275px;
    margin-left: 5%;
    margin-top: 2%;
}
.pay-method-choose-use{
    width: 100%;
    height: 50px;
    display: flex;
    position: relative;
}
.pay-method-choose-use p{
    width: 80px;
    margin-right: 6%;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    text-align: center;
    margin-left: 1%;
}
.pay-method-choose-use .pay-method-choose-use-span{
    margin-right: 3%;
}
/*.pay-method-choose-use .pay-method-choose-use-span:nth-child(3){*/
/*    margin-left: 4%;*/
/*    margin-right: 4%;*/
/*}*/
/*.pay-method-choose-use .pay-method-choose-use-span:nth-child(4){*/
/*    margin-right: 4%;*/
/*}*/
.pay-method-choose-use-span{
    width: 16%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
}
.recommended{
    width: 55px;
    height: 20px;
    background: #FF2424;
    border-radius: 0px 10px 0px 10px;
    position: absolute;
    left: 26%;
    top: -21%;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}
.pay-method-choose-use-active{
    border: 2px solid #00D29D;
}
.pay-method-choose-use-active-diamond{
    border: 2px solid #69EDFF;
}
.pay-method-choose-use span img{
    display: block;
    margin: 10px auto 0;
    /*width: 80px;*/
}
/*.pay-method-choose-use span:nth-child(3) img{*/
/*    !*width: 100px;*!*/
/*    margin: 10px auto 0;*/
/*}*/
.pay-method-choose-use span:nth-child(4) img{
    width: 100px;
}
.pay-method-choose-use span:nth-child(5) img{
    width: 95px;
}
/*.pay-method-choose-use span:nth-child(5){*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    line-height: 50px;*/
/*    text-align: center;*/
/*}*/
.pay-method-choose-information{
    width: 100%;
    height: 190px;
    display: flex;
}
.pay-method-choose-information-buy{
    width: 45%;
    margin-right: 5%;
    margin-left: 10%;
}
.pay-method-choose-information-p{
    width: 30%;
    margin-right: 5%;
    margin-top: 2%;
}

.pay-method-choose-information-p p:nth-child(1){
    width: auto;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    margin-top: 10px;
}
.pay-method-choose-information-p p span{
    width: 100px;
    display: inline-block;
}
.pay-method-choose-information-p p span:nth-child(2){
    margin-left: 10px;
}
.pay-method-choose-information-p p:nth-child(1) span:nth-child(2){
    /*margin-left: 10px;*/
}
.pay-method-choose-information-p p:nth-child(2){
    width: auto;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    margin-top: 10px;
}
.pay-method-choose-information-p p:nth-child(2) span:nth-child(2){
    color: #FF2424;
}
.pay-method-choose-information-p p:nth-child(3){
    width: auto;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    margin-top: 10px;
}
.pay-method-choose-information-p p:nth-child(3) span:nth-child(2){
    color: #FF2424;
}
.pay-method-choose-information-p p:nth-child(4){
    width: auto;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    margin-top: 2px;
}
.pay-method-choose-information-p p:nth-child(4) span:nth-child(2){
    font-size: 24px;
    font-weight: bold;
}
.terms-of-service{
    text-align: center;
    color: #999999;
    height: 30px;
}
.terms-of-service img{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.pay-method-choose-information-buy .pay-method-choose-information-buy-span{
    display: block;
    width: 246px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #00D29D;
    box-shadow: 0px 5px 10px 0px rgb(96 96 96 / 24%);
    border-radius: 30px;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    margin-top: 50px;
    margin-left: 50px;
    cursor: pointer;
}
.pay-method-qrcode-first{
    width: 50%;
    height: 138px;
    margin: 18px auto 0;
    background-size: cover;
}
.timing{
    width: 30%;
    margin: 10px auto 0;
}
.timing img{
    padding-left: 15px;
}
.timing p,.timing img{
    display: inline-block;
}
.timing p{
    font-size: 14px;
    font-weight: 400;
    color: #00D29D;
}
.usDT-info{
    width: 70%;
    margin: 0 auto;
    height: 60px;
}
.usDT-info-ETH{
    width: 100%;
    height: 40px;
    display: flex;
}
.usDT-info-ETH input{
    height: 95%;
    border: 0px;
    outline:none;
    cursor: pointer;
    font-size: 18px;
    -webkit-box-shadow: 0 0 0 1000px white inset;
    width: 90%;
}
.usDT-info-ETH span{
    background: #E5E5E5;
    border-radius: 0px 6px 6px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    display: inline-block;
    width: 10%;
    text-align: center;
    cursor: pointer;
}
.usDT-info p{
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    line-height: 20px;
    text-align: center;
}
.usDT-info p span{
    color: #00D29D;
    cursor: pointer;
}
.pay-bt{
    width: 40%;
    height: 40px;
    margin: 10px auto 0;
    background: #c1e2b3;
    display: flex;
}
.pay-bt span{
    width: 50%;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.pay-bt span:nth-child(1){
    background: #F0F0F0;
    color: #808080;
}
.pay-bt span:nth-child(2){
    background: #5F7AE3;
    color: #FFFFFF;
}
#TRX{
    display: none;
}
.buy-first{
    display: none;
}
.buy-usDT{
    display: none;
}
.usDT-info{
    display: none;
}
.pay-method-qrcode-first img{
    margin: 0 auto;
    padding-top: 12px;
}
.pay-h5{
    position: fixed;
    width: 90%;
    height: 500px;
    background: #FFFFFF;
    top: 20%;
    z-index: 501;
    border-radius: 5px;
    overflow-y: auto;
    display: none;
    left: 5%;
}
.pay-h5>span:nth-child(1){
    color: #111111;
    font-weight: bold;
    font-size: 20px;
    float: right;
    margin-right: 5px;
}
.pay-h5-div{
    background: rgba(255, 255, 255, 0.39);
    border: 2px solid #D8DBE3;
    opacity: 1;
    border-radius: 20px;
    width: 94%;
    margin: 25px auto;
}
.pay-h5-div>p:nth-child(3){
    font-size: 16px;
    font-weight: 800;
    color: #8c8c8c;
    opacity: 1;
    margin-left: 25px;
    margin-bottom: 5px;
}
.pay-h5-title{
    font-size: 18px;
    font-weight: 800;
    color: #333333;
    opacity: 1;
    margin-left: 25px;
    margin-top: 10px;
}
.pay-h5-code{
    width: 200px;
    height: 200px;
    margin: 15px auto;
}
.pay-h5-code>img{
    width: 100%;
    height: 100%;
}
.pay-h5-steps{
    width: 96%;
    margin: 30px auto;
}
.pay-h5-steps>p{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    opacity: 1;
}
.pay-h5-steps>img{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#pay-ali{
    display: none;
}
.h5pay-mask{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 500;
}
@media (min-width:800px) and (max-width:1200px){
    .product-box{
        width: 100%;
    }
    .goods-list-buy{
        width: 90%;
    }
    .goods-list-price{
        padding-left: 10px;
    }
    .pay-method-discount .discount-info{
        margin-left: 1%;
        width: 100%;
    }
    .pay-method-choose-information-buy{
        margin-left: 1%;
    }
    .pay-method-qrcode-first{
        width: 72%;
    }
    .pay-method-choose-information-p{
        width: 40%;
    }
}

@media (max-width: 799px) {
    .discount-p1{
        height: 20px;
        overflow: hidden;
    }
    .first-title{
        /*width: 224px;*/
        font-size: 26px;
        margin-left: 2%;
    }
    .product-box-left{
        width: 100%;
    }
    .product-package{
        width: 120px;
        margin-left: 2%;
    }
    .product-package p{
        font-size: 18px;
    }
    .product-box-title{
        display: flex;
        /*justify-content: center;*/
        align-items: center;
        margin-top: 15px;
    }
    .product-box{
        display: block;
        width: 100%;
        height: auto;
    }
    /*.goods-package-div img{*/
    /*    margin-left: 5%;*/
    /*}*/
    .goods-list{
        flex-wrap: wrap;
        height: 390px;
        width: 96%;
        margin: 10px auto 0;
    }
    .goods-list-div{
        width: 45%;
        margin: 15px 2% 0 2%;
    }
    .goods-list-discount{
        font-size: 2.5rem;
        margin-top: 5px;
    }
    .list-goods{
        height: 470px;
    }
    .pay-method-discount{
        width: 100%;
        /*height: 130px;*/
        height: auto;
        display: none;
    }
    /*.pay-method-discount .discount-info{*/
    /*    margin-left: 0;*/
    /*    width: 100%;*/
    /*}*/
    /*.pay-method-discount div:nth-child(1) .pay-method-discount-p{*/
    /*    width: 26%;*/
    /*}*/
    /*.discount-info-price{*/
    /*    width: 36%;*/
    /*    font-size: 18px;*/
    /*}*/
    /*.pay-method-discount .discount-info-div:nth-child(2){*/
    /*    margin-left: 2%;*/
    /*}*/
    .goods-list-buy{
        width: 90%;
    }
    /*.pay-method-discount .discount-info-div{*/
    /*    width: 46%;*/
    /*}*/
    /*.discount-p2{*/
    /*    font-size: 12px;*/
    /*}*/
    .pay-method-choose-use{
        height: auto;
        flex-wrap: wrap;
        display: none;
    }
    .pay-method-choose-use p{
        margin-right: 0;
        width: 100%;
        font-weight: bold;
    }
    .pay-method-choose-use-span{
        width: 46%;
        margin-top: 15px;
    }
    .pay-method{
        /*height: 698px;*/
        height: auto;
        margin-top: 1rem;
        border: none;
    }
    .pay-method-choose{
        height: auto;
    }
    .terms-of-service>p{
        font-size: 1rem;
    }
    .pay-method-choose-information{
        display: none;
        height: 220px;
    }
    .pay-method-choose-information-buy .pay-method-choose-information-buy-span{
        width: 80%;
        margin: 10px auto 0;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
    }
    .pay-method-choose-information-buy{
        margin: 0 auto;
        width: 95%;
        transform: translate(0px, 156px);
    }
    .pay-method-choose-information-p{
        width: 100%;
        margin-top: -12%;
    }
    .pay-method-choose-information-p p span{
        width: 76%;
    }
    .pay-method-choose-information-p p span:nth-child(2){
        width: 20%;
    }
    .usDT-info{
        width: 100%;
    }
    .terms-of-service{
        margin-top: 0;
        line-height: 2rem;
        height: 2rem;
    }
    .product-box-right{
        width: 100%;
        margin-top: 10px;
        height: 400px;
    }
    .product-box-right-content{
        display: flex;
        flex-wrap: wrap;
        height: 290px;
    }
    .product-box-right-content div{
        width: 50%;
    }
    .goods-list-price{
        padding-left: 20px;
    }
    .pay-method-choose-use span img{
        margin: 6px auto 0;
    }
    .pay-method-choose-use span:nth-child(3){
        /*display: none;*/
        left: 31%;
        top: 30%;
    }
    .pay-method-choose-use span:nth-child(4) img{
        margin: 9px auto 0;
    }
    .pay-method-choose-use span img{
        height: 30px;
    }
    .product-box-right-content div img{
        width: 50px;
        height: 75px;
    }
    .pay-method-choose-information-p p:nth-child(4) span:nth-child(2){
        font-size: 21px;
    }
    .goods-package .goods-package-type p:nth-child(3){
        display: none;
    }
    .footer-box .customer-service{
        bottom: 6rem;
    }
    .pay-money-h5{
        display: flex;
        position: fixed;
        height: 5rem;
        background-color: #FFFFFF;
        width: 100%;
        bottom: 0;
        z-index: 1000;
        align-items: center;
        border-top: 1px solid #D8DBE3;
        overflow: hidden;
    }
    .pay-money-h5-price{
        width: 65%;
    }
    .pay-money-h5-price>p{
        margin-left: 5%;
        color: #333333;
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 4rem;
    }
    .pay-money-h5-buy{
        width: 35%;
        background: #00D29D;
        height: 100%;
    }
    .pay-money-h5-buy>p{
        color: #FFFFFF;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        height: 5rem;
        line-height: 5rem;
    }
    .pay-methord-h5{
        /*display: block;*/
        position: fixed;
        width: 90%;
        background: #FFFFFF;
        border-radius: 10px;
        height: 40rem;
        top: 20%;
        left: 5%;
        z-index: 1000;
    }
    .pay-methord-h5-top{
        width: 90%;
        height: 3rem;
        margin: 2rem auto 0;
        display: flex;
        align-items: center;
    }
    .pay-methord-h5-top>p{
        width: 92%;
        text-align: center;
        color: #333333;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .pay-methord-h5-top>img{
        width: 1.5rem;
    }
    .pay-methord-h5-list{
        width: 90%;
        height: 23rem;
        margin: 3rem auto 0;
    }
    .pay-methord-choose{
        width: 100%;
        height: 5rem;
        margin-top: 2rem;
        display: flex;
        align-items: center;
    }
    .pay-name{
        width: 40%;
    }
    .pay-choose{
        width: 2.2rem;
        height: 2.2rem;
        margin-left: 50%;
    }
    /*.pay-methord-choose-active{*/
    /*    border: 1px solid #123431;*/
    /*}*/
    .pay-methord-confirm{
        height: 5rem;
        width: 90%;
        margin: 1rem auto 0;
        display: flex;
    }
    .confirm-money{
        width: 55%;
        color: #333333;
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 5rem;
    }
    .submit-pay{
        background: #00D29D;
        width: 45%;
        border-radius: 10px;
    }
    .submit-pay>p{
        color: #FFFFFF;
        font-weight: bold;
        font-size: 1.8rem;
        text-align: center;
        line-height: 5rem;
    }
}

@media (min-width:1299px) and (max-width:1600px){
    .product-box{
        width: 70%;
    }
    .product-box-title{
        height: 35px;
        margin-top: 10px;
    }
    .first-title{
        font-size: 22px;
        width: 188px;
    }
    .product-package{
        width: 155px;
        height: 30px;
    }
    .product-package p{
        font-size: 16px;
        line-height: 30px;
    }
    .list-goods{
        height: 215px;
    }
    .goods-package{
        height: 40px;
    }
    .goods-package .goods-package-type{
        height: 40px;
    }
    .goods-package .goods-package-type p:nth-child(2){
        font-size: 16px;
        line-height: 40px;
    }
    .goods-package .goods-package-type p:nth-child(3){
        font-size: 12px;
        line-height: 40px;
    }
    .pay-method-discount div:nth-child(1) .pay-method-discount-p{
        font-size: 16px;
    }
    .pay-method{
        margin-top: 2px;
    }
    .goods-list{
        height: 152px;
        margin-top: 15px;
    }
    .goods-list-title{
        font-size: 14px;
    }
    .goods-list-giving{
        font-size: 10px;
        height: 20px;
        line-height: 20px;
    }
    .goods-list-discount{
        font-size: 18px;
        margin-top: 5px;
    }
    .goods-list-price{
        padding-left: 0;
        text-align: center;
    }
    .goods-list-buy{
        margin: 10px auto 0;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .pay-method-choose-information-buy{
        width: 40%;
    }
    .pay-method-choose-information-buy .pay-method-choose-information-buy-span{
        width: 170px;
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
    .pay-method-choose-information-p{
        width: 50%;
        margin-right: 2%;
    }
    .pay-method-choose-use{
        height: 35px;
    }
    .pay-method-choose-use-span{
        width: 18%;
        height: 35px;
    }
    .pay-method-choose-use p{
        line-height: 35px;
        font-size: 16px;
    }
    .pay-method-choose-information{
        height: 155px;
    }
    .timing{
        width: 45%;
    }
    .pay-method-choose{
        height: 265px;
    }
    .pay-method-choose-information-p p:nth-child(1){
        font-size: 12px;
    }
    .pay-method-choose-information-p p:nth-child(2){
        font-size: 12px;
    }
    .pay-method-choose-information-p p:nth-child(3){
        font-size: 12px;
    }
    .pay-method-choose-information-p p:nth-child(4){
        font-size: 12px;
    }
    .pay-method-choose-use span img{
        margin: 2px auto 0;
        width: 60%;
    }
    .pay-method-choose-use span:nth-child(4) img{
        width: 65px;
    }
    .pay-method-choose-use span:nth-child(5) img{
        width: 70px;
    }
    .recommended{
        left: 32%;
    }
    .pay-method-discount .discount-info{
        /*height: 40px;*/
        height: auto;
        margin-top: 2%;
    }
    .discount-info-price{
        font-size: 16px;
        line-height: 40px;
    }
    .discount-p1{
        margin-top: 2px;
        font-size: 12px;
    }
    .discount-p2{
        font-size: 10px;
    }
    .pay-method-discount{
        /*height: 90px;*/
        height: auto;
        margin-top: 10px;
    }
    .product-box-right-content{
        margin-top: 10px;
    }
    .product-box-right-content div{
        height: 100px;
    }
    .product-box-right-content div img{
        width: 35px;
        height: auto;
        padding-top: 15px;
    }
    .product-box-right-content div p:nth-child(2){
        font-size: 16px;
    }
    .product-box-right-content div p:nth-child(3){
        font-size: 12px;
    }
    .product-box-right-title{
        height: 30px;
    }
    .product-box-right-title p{
        font-size: 16px;
        line-height: 30px;
    }
    .product-box-right{
        height: 500px;
        margin-top:55px;
    }
    .pay-method-qrcode-first{
        width: 77%;
        height: 179px;
    }
    .terms-of-service{
        margin-top: 16px;
    }
    /*.pay-method-discount{*/
    /*    margin-top: 10px;*/
    /*}*/
}