/*充值页面样式开始*/
html{
    min-height: 100%;
}
body{
    background: url("../jpg/bg_chongzhi.jpg") left center no-repeat;
    background-size: cover;
}
.recharge-main{
    color: #ffffff;
    padding-top: 68px;
}
.warp {
    margin: 0 auto;
}
/*选项卡*/
.tab {
    width: 100%;
}

.tab .tab-title {
    display: flex;
}

.tab .tab-title li {
    cursor: pointer;
    flex: 1;
    width: 50%;
    border-bottom: 1px solid #696f89;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 56px;
}

.border-right {
    border-right: 1px solid #e9e9eb;
}

.tab .tab-title .on {
    border-bottom: 2px solid #4285f4;
    color: #4285f4;
}

.tab .conts {
    zoom: 1;
    margin-top: 40px;
    display: block;
}
/*套餐充值样式*/
/*充值账号*/
.recharge-id {
    min-height: 76px;
    padding: 20px 0;
}
.fonts {
    font-size: 1em;
    color: #ffffff;
    /*height: 43px;*/
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
}
.spe-pay-btn{
    float: left;
}
.spe-pay-wrap{
    float: left;
}
.paypal-tips{
    margin-top: 18px;
    color: #ccc;
    display: none;
}
.recharge-id .input-fonts,
.input-fonts {
    width: 266px;
    height: 34px;
    outline: none;
    border: 1px solid #4285f4;
    /*margin-top: -16px;*/
    padding: 0 10px;
    color: #ffffff;
    background: none;
}
/*修改提示文字的颜色*/
.input-fonts::-webkit-input-placeholder { /* WebKit browsers */
    color: #d4d6cb;
}
.input-fonts:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d4d6cb;
}
.input-fonts::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d4d6cb;
}
.input-fonts:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #d4d6cb;
}
/*充值类型*/
.recharge-type .recharge-type-button{
    width: 266px;
    height: 34px;
    outline: none;
    border: 1px solid #4285f4;
    /*margin-top: -16px;*/
    padding: 0 10px;
    color: #ffffff;
    background: none;
}
.recharge-type .recharge-type-button-action{
    background: #418cff;
    color: #fff !important;
}
/*充值套餐*/
.recharge-product{
    min-height: 145px;
}
.recharge-product-title{
    margin-left: 75px;
}
.tab .conts .contsul{
    overflow: hidden;
}
.tab .conts .contsul li {
    margin: 0 auto;
    width: 238px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}
.redpacket{
    position: absolute;
    right: 0;
    top: -6px;
    -webkit-animation: shake 0.4s ease infinite;
    -moz-animation: shake 0.4s ease infinite;
    -ms-animation: shake 0.4s ease infinite;
    animation: shake 0.4s ease infinite;
}
@-webkit-keyframes shake {
    0%,
    50%,
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}
@-moz-keyframes shake {
    0%,
    50%,
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}
@-ms-keyframes shake {
    0%,
    50%,
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}
@-o-keyframes shake {
    0%,
    50%,
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}
@keyframes shake {
    0%,
    50%,
    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    75% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}
.tab .conts .contsul li:first-child{
    margin-left: 75px;
}
tab .conts .contsul li.border-none {
    border: none;
    margin-bottom: 20px;
}

/*优惠券*/
.recharge-coupon{
    position: relative;
    /*min-height: 120px;*/
    padding: 30px 0 0 0;
}
.coupon-list{
    margin-left:20px;
    float: left;
    width: calc(100% - 78px);
}
.coupon-list .coupon-list-li{
    position: relative;
    float: left;
    width: 228px;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 30px;
    margin-bottom: 2%;
    color: #ffffff;
    border:1px solid #ffffff;
    background: #374677;
    min-height: 68px;
}
.coupon-list .coupon-list-li:hover{
    background: #4a60a3;
}
.coupon-list .coupon-list-li .coupon-list-li-value{
    float: left;
    color: #f45429;
    width: 38%;
    text-align: center;
    margin-top: 10px;
}
.coupon-list .coupon-list-li .coupon-list-li-value .rmb{
    display: inline-block;
    font-size: 18px;
    width: 15px;
}
.coupon-list .coupon-list-li .coupon-list-li-value .coupon-money{
    font-size: 36px;
    line-height: 50px;
}
.coupon-list .coupon-list-li .coupon-right-con{
    float: left;
    width: 60%;
    margin-top: 14px;
}
.coupon-list .coupon-list-li .coupon-list-li-guize,
.coupon-list .coupon-list-li .coupon-list-li-time{
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    padding-left: 2%;
}
.coupon-list .coupon-list-li .coupon-list-li-guize{
    color: #f45429;
}
.coupon-list .coupon-list-li .coupon-list-li-time{
    font-size: 12px;
}
.coupon-list .no-coupon{
    /*height: 150px;*/
}
.coupon-list .li-text{
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    width: 32%;
    font-size: 16px;
    margin-top: 5px;
}
.coupon-list p{
    /*width: 20%;*/
    margin-top: 5px;
    /*float: left;*/
    text-align: center;
}
.coupon-list .jiantou{
    width:3%;
}
.coupon-list .big_icon img{
    height: 140px;
}
.coupon-disabled{
    border:1px solid #a4a4a4 !important;
    background: #a4a4a4 !important;
}
.coupon-on {
    color: #ffffff !important;
    background: #418cff !important;
    border:1px solid #418cff !important;
}
.coupon-list .coupon-on .coupon-list-li-value,
.coupon-list .coupon-on .coupon-list-li-guize{
    color: #fff;
}
/*支付方式*/
.pay-warp {
    position: relative;
    top: 0;
}
.pay-select .wx-pay,
.pay-select .zfb-pay {
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #c7c6c8;
    height: 35px;
    border-radius: 8px;
    line-height: 30px;
    width: 119px;
}
.pay-select .wx-pay span,
.pay-select .zfb-pay span {
    font-size: 0.84em;
}
.pay-select img {
    margin: 0 5px 0 10px;
}
.pay-select {
    padding: 20px 0;
}
.pay-select .pay-on,
.pay-select .pay-on {
    border: 1px solid #4285f4;
    color:  #4285f4;
    background: url("../png/icon-3.png") right bottom no-repeat;
}
/*支付方式鼠标移入*/
.pay-type:hover {
    cursor: pointer;
    color:  #4285f4;
}
/*确认充值*/
.money-warp .money {
    font-size: 1.5em;
    color: #ff5905;
}
.cz-btn {
    margin: 27px 0 90px 0;
    background: #4285f4;
    color: #fff;
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
    font-size: 1.15em;
    text-align: center;
    display: block;
    cursor: pointer;
    width: 200px;
}
.batch-btn,
.single-btn
{
    display: inline-block;
    background: #4285f4;
    color: #fff;
    border-radius: 5px;
    height: 34px;
    line-height: 20px;
    font-size: 1.05em;
    text-align: center;
    cursor: pointer;
    width: 155px;
}
.batch-btn:hover,
.single-btn:hover,
.single-menu-btn,
.single-menu-btn:hover
{
    color: #fff;
}
/*卡密*/
.card-recharge-div{
    margin-bottom: 20px;
}
.tab-active-czk .card-password {
    width: 20%;
    height: 48px;
    border: 1px solid #c7c6c8;
}
.input-fonts2{
    width: 30% ;
}
.card-recharge-tishi{
    border:1px solid #4285f4;
    min-height: 487px;
    width: 34.5%;
    margin: -28.3% 0 0 65%;
}
.card-recharge-tishi img{
    position:absolute;
    z-index: 50;
    min-height: 274px;
    width: 70%;
    margin: 50% 0 0 -70%;
}
.card-recharge-tishi p{
    position: relative;
    z-index: 150;
    height: 30px;
    line-height: 30px;
}
.card-recharge-tishi .card-recharge-tishi-title{
    height: 40px;
    line-height: 40px;
    font-size: 1.143em;
    font-weight: bold;
}
/*影音会员*/
#audiovedio{
    display: none;
}
.av-wrap{
    padding: 0 11px 0 32px;
}
.av-wrap .av-title{
    position: relative;
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 3.4%;
}
.av-wrap .av-title span{
    display: inline-block;
    width: 68px;
    line-height: 19px;
    border: 1px solid #f4a742;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    color: #f4a742;
    cursor: pointer;
    margin-left: 1.8%;
}
.av-wrap .av-title:after{
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 1px;
    height: 16px;
    background: #f4a742;
}
.av-con{
    padding-left: 10px;
    margin-bottom: 4%;
}
.av-con .av-sub-title{
    font-size: 14px;
    margin-bottom: 1.5%;
}
.av-items{
    overflow: hidden;
}
.av-items li{
    float: left;
    background: rgba(66,133,244,0.1);
    width: 28%;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    padding: 3.5% 0 2.5%;
    margin-right: 4.9%;
    min-width: 266px;
}
.av-items li:nth-child(4),
.av-items li:nth-child(5)
{
    margin-top: 2%;
}
.av-items li:last-child{
    margin-right: 0;
}
.av-items li.av-active{
    border: 1px solid #4285f4;
    padding: 3.41% 0 2.4106%;
}
.av-items .audio-con{
    padding-bottom: 4.524%;
}
.audio-wrap li.av-active{
    border: 1px solid #4285f4;
    padding: 3.41% 0 4.435%;
}
.av-items li .av-icon{
    height: 68px;
}
.av-items li .av-card-name{
    font-size: 16px;
    margin-top: 3%;
}
.av-items li .av-card-name i{
    font-size: 14px;
    color: #e2e2e2;
}
.av-items li .av-card-tips{
    font-size: 14px;
    color: #c0c2c7;
}
.av-con .av-rules{
    font-size: 14px;
}
.av-con .av-rules dt{
    font-weight: normal;
}
.av-con .av-rules dd{
    margin-top: 1.6%;
}
.unabled-av-wrap{
    position: fixed;
    top: 30%;
    left: 50%;
    width: 474px;
    margin-left: -237px;
    background: #fff;
    border-radius: 10px;
    padding: 4% 34px;
    display: none;
    z-index: 100001;
}
.unabled-av-wrap p{
    font-size: 14px;
    color: #000;
    line-height: 26px;
}
.av-shut{
    position: absolute;
    right: 10px;
    top: 10px;
}
.go-recharge{
    display: block;
    width: 121px;
    line-height: 35px;
    margin: 9% auto 0;
    background: #4285f4;
    text-align: center;
    color: #fffefe;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
}
.go-get{
    display: block;
    width: 121px;
    line-height: 35px;
    margin: 9% auto 0;
    background: #4285f4;
    text-align: center;
    color: #fffefe;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
}
.av-list{
    display: block;
}
.av-card-con{
    margin-top: 3%;
}
.av-card-con span{
    color: #5d5d5d;
}
.av-card-con input{
    border: none;
    color: #000;
}
.av-card-con button{
    display: inline-block;
    color: #f4a742;
    border: 1px solid #f4a742;
    border-radius: 10px;
    background: transparent;
    width: 58px;
    text-align: center;
}
.av-list{
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -17.9%;
    width: 35.9%;
    min-width: 500px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    overflow: hidden;
    max-height: 427px;
    overflow-y: auto;
    display: none;
    z-index: 100001;
}
.av-list .av-list-head{
    padding-left: 14px;
    line-height: 38px;
    background: #efefef;
}
.av-list .av-list-title{
    margin: 3% 0 2%;
}
.av-list .av-list-title span{
    text-align: center;
    color: #5d5d5d;
}
.av-list .av-list-items li{
    text-align: center;
    margin-bottom: 2.2%;
}
.av-list .av-list-items li input{
    border: none;
}
.av-list .av-list-items li button{
    background: transparent;
    color: #f4a742;
}
/*撑满整个页面*/
.full{
    min-height: 100px !important;
}

/*微信扫码支付弹窗二维码样式*/
#erweima_code{
    height: 325px;
    margin: 0px auto;
}
#erweima_code .layer-ocde-img{
    width: 70%;
    margin-left: 15%;
}
#erweima_code .tishi{
    color: red;
    font-size: 12px;
    margin-top: 25px;
    text-align: center;
}
/*登录框*/
.mask{
    /*display: block !important;*/
}
.layer_wrap{
    width: 30%;
    max-width: 452px;
    position: fixed;
    left: 50%;
    top: 50%;
    /*transform: translate(-50%, -50%);*/
    background: #fff;
    min-width: 396px;
    padding-bottom: 1%;
    z-index: 9999;
    margin-left: -15%;
}
.login_wrap{
    display: none;
}
.layer_tit{
    font-size: 20px;
    color: #373737;
    height: 57px;
    line-height: 57px;
    text-align: center;
    position: relative;
    margin-top: 0;
}
.back_btn{
    position: absolute;
    left: 4%;
    top: 0;
    font-size: 16px;
    background: none;
    display: none;
}
.back_btn:hover{
    color: #4285f4;
}
.shut{
    position: absolute;
    right: 4%;
    top: 0;
    font-size: 20px;
    width: 3.6%;
    background: none;
}
.shut img{
    width: 100%;
}
.ipt_wrap{
    width: 92%;
    margin: 0 auto;
}
.ipt{
    line-height: 52px;
    height: 55px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}
.ipt_line{
    width: 0;
    height: 1px;
    background: #4285f4;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.phone{
    width: 3.5%;
    float: left;
    margin-left: 4.6%;
    margin-right: 3%;
    margin-top: 5.4%;
    display: none;
}
.ipt input{
    font-size: 14px;
    line-height: 16px;
    border: none;
    color: #333;
    width: 50%;
}
.pass{
    width: 3.53%;
    float: left;
    margin-left: 5%;
    margin-right: 2.88%;
    margin-top: 4.5%;
}
.change_btn{
    font-size: 14px;
    color: #373737;
    padding-left: 5%;
    margin-top: 10px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}
.sms_btn{
    width: 33%;
    background: #4285f4;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.sms_btn2{
    width: 11%;
    background: #4285f4;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    left: 32%;
    top: 5%;
    display: none;
}
.login_captcha_btn{
    width: 33%;
    background: #4285f4;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.login_captcha_btn2{
    width: 10%;
    background: #4285f4;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    right: 50%;
    bottom: 10%;
    display: none;
}
.phone_ipt2{
    background: #374677;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #374677;
}
.card-recharge-div .intl-tel-input{
    float: right !important;
    margin-right: 60.5%;
    display: none;
}
.card-tishi{
    position: absolute;
    display: inline-block;
    color: red;
    left: 8%;
    top: 100%;
    font-size: 12px;
    display: none;
}
.login{
    width: 47.79%;
    margin: 9% auto 11%;
    font-size: 18px;
    color: #fff;
    background: #4285f4;
    border-radius: 5px;
    display: block;
    line-height: 49px;
    border: none;
}
.line{
    width: 100%;
    height: 1px;
    background: #373737;
    position: relative;
}
.wx_login{
    position: absolute;
    left: 46%;
    padding: 0 1%;
    background: #fff;
    font-size: 20px;
    text-align: center;
    color: #373737;
    margin-top: -4%;
}
.warnw{
    text-align: center;
    font-size: 16px;
    color: #373737;
    margin-top: 10%;
}
.wx_code{
    text-align: center;
    display: none;
}
/*手机邮箱分开*/
.changetype_btns{
    padding: 0 5%;
    text-align: center;
    margin-bottom: 4%;
    color: #000000;
}
.changetype_btns span{
    display: inline-block;
    width: 20.62%;
    text-align: center;
    cursor: pointer;
}
.changetype_btns span:first-child{
    margin-right: 6%;
}
.changetype_btns span.active{
    border: 1px solid #333333;
    border-radius: 16px;
}
/*海外区号*/
.intl-tel-input .selected-flag{
    padding-left: 18px;
}
.intl-tel-input.inside input[type="text"]{
    padding-left: 47px;
}
.intl-tel-input{
    float: left;
    width: 90px;
    color: #000000;
}
.intl-tel-input input{
    width: 100%;
}
/*确认订单*/
.rc-wrap{
    text-align: center;
}
.rc-tit{
    overflow: hidden;
    padding-left: 31%;
}
.rc-succ{
    float: left;
    margin-top: 4%;
}
.rc-tit-con{
    float: left;
    text-align: left;
    margin-left: 3%;
    margin-top: 5.2%;
}
.rc-tit-tip{
    font-size: 26px;
}
.rc-tit-account{
    font-size: 16px;
    color: #e9e9e9;
    margin-top: 4px;
}
.rc-con{
    margin-top: 18%;
}
.rc-con li{
    overflow: hidden;
    line-height: 36px;
    margin-bottom: 14px;
}
.rc-con li span{
    float: left;
    font-size: 16px;
}
.rc-con-label{
    color: #fffefe;
}
.rc-con-info{
    color: #e9e9e9;
}
.rc-number{
    text-indent: 1em;
}
.rc-con li .rc-total{
    font-size: 24px;
    font-weight: 700;
    color: #ff5905;
}
.rc-submit{
    background: #4285f4;
    font-size: 24px;
    border: none;
    outline: none;
    width: 206px;
    line-height: 54px;
    border-radius: 4px;
    margin-top: 8%;
}
.paypal-warning{
    margin-top: 4%;
    text-align: center;
}
.paypal-warning a{
    color: #4285f4;
    text-decoration: underline;
}
@media (max-width: 992px){
    .av-items li{
        height: 163px;
        margin-bottom: 4%;
    }
}
/*充值页面手机端*/
@media (max-width: 768px){
    .fonts{
        height: auto;
    }
    .recharge-id .input-fonts, .input-fonts{
        margin-top: -8px;
    }
    /*充值类型样式*/
    .recharge-type .recharge-type-button{
        width: 131px;
        /*margin-top: -8px;*/
        margin-bottom: 5px;
    }
    .pause_btn{
        margin-left: 74px;
    }
    .recharge-product-title{
        font-size: 12px;
        margin-left: 20px;
    }
    .tab .conts .contsul li{
        margin-left: 75px;
        margin-top: 5px;
    }
    /*充值优惠券样式*/
    .recharge-coupon{
        /*margin-top: 500px;*/
        /*min-height: 150px;*/
    }
    .coupon-list{
        /*margin-top: -125px;*/
    }
    .coupon-list .coupon-list-li{
        margin-top: 5%;
    }
    .coupon-list .coupon-list-li:first-child{
        margin-top: 4%;
    }
    .coupon-list .no-coupon{
        /*margin-top: 25%;*/
        /*margin-left: 20%;*/
        /*height: 100px;*/
    }
    .coupon-list .li-text{
        width: 50%;
        font-size: 12px;
    }
    .coupon-list p{
        width: 100%;
    }
    .coupon-list .big_icon img{
        width: 100%;
        height: auto;
    }
    .coupon-list .jiantou{
        width: 10%;
    }
    .coupon-list .no-coupon .big_icon{
        margin-left: 5%;
    }
    /*充值支付方式样式*/
    .pay-select .wx-pay, .pay-select .zfb-pay{
        width: 111px;
        margin-bottom: 5px;
    }
    /*充值立即支付按钮样式*/
    .cz-btn{
        margin-left: 55px;
    }
    /*卡密充值样式*/
    .input-fonts2 {
        width: 74% !important;
    }
    .card-recharge-tishi {
        width: 75%;
        margin: -10.3% 0 0 25%;
    }
    .card-recharge-tishi img {
        min-height: 145px;
        width: 45%;
        margin: 50% 0 0 -45%;
    }
    .card-recharge-tishi p {
        font-size: 12px;
    }
    .card-recharge-tishi p {
        height: 40px;
        line-height: 16px;
    }
    /*充值底部填充样式*/
    .full{
        min-height: 0px !important;
    }
    .layer_wrap{
        width: 80%;
        margin-left: -40%;
        min-width: auto;
    }
    .phone,
    .pass{
        margin-top: 8%;
    }
    .changetype_btns span{
        width: 33%;
    }
    .phone_wrap .account,
    .email_wrap .account{
        width: 60%;
    }
    .sms_btn{
        width: 35%;
    }
    /*确认订单*/
    .rc-tit{
        padding-left: 0;
    }
    .rc-tit-tip{
        font-size: 18px;
    }
    .rc-succ{
        width: 16%;
    }
    .rc-submit{
        font-size: 16px;
    }
    .ipt input{
        width: calc(85% - 100px);
    }
    .ipt .captcha_btn{
        padding-left: 0 !important;
    }
    /*领取影音会员*/
    .av-wrap{
        padding: 0;
    }
    .av-items li{
        min-width: auto;
        width: 47%;
        margin-bottom: 5%;
        height: auto;
    }
    .av-items li:nth-child(odd){
        margin-right: 4.9%;
    }
    .av-items li:nth-child(even){
        margin-right: 0;
    }
    .av-items li .av-icon{
        height: 34px;
    }
    .av-con{
        padding-left: 0;
    }
    .av-items li .av-card-name,
    .av-items li .av-card-name i,
    .av-items li .av-card-tips{
        font-size: 12px;
    }
    .av-list{
        min-width: auto;
        width: 84%;
        margin-left: -42%;
    }
    .av-list .av-list-items li{
        font-size: 12px;
    }
    .unabled-av-wrap{
        width: 84%;
        margin-left: -42%;
    }
    .av-card-con span{
        display: block;
    }
    .coupon-list .coupon-list-li .coupon-list-li-value,
    .coupon-list .coupon-list-li .coupon-right-con{
        width: 100%;
    }
    .coupon-list .coupon-list-li .coupon-list-li-guize,
    .coupon-list .coupon-list-li .coupon-list-li-time{
        text-align: center;
    }
}
/*手机端更小屏*/
@media (max-width: 360px){
    .fonts{
        height: auto;
        margin-bottom: 0;
    }
    .recharge-id .input-fonts, .input-fonts{
        width: 215px;
        margin-top: 0;
    }
    .recharge-type .recharge-type-button{
        width: 215px;
        margin-top: 0;
    }
    .recharge-type .recharge-type2{
        margin-left: 74px;
    }
    .recharge-product-title{
        margin-left: 20px;
    }
    .tab .conts .contsul li:first-child{
        margin-left: 20px;
    }
    .pay-select .wx-pay, .pay-select .zfb-pay{
        width: 100px;
        margin-right: 5px;
    }
    .pay-select img{
        margin: 0 2px 0 1px;
    }
    .tab .conts .contsul li{
        margin-left: 20px;
    }
    .coupon-list{
        margin-top: 0;
        width: 75%;
    }
    .coupon-list .no-coupon{
        margin: 0;
    }
    .coupon-list .coupon-list-li{
        width: 92%;
    }
    .layer_wrap{
        min-width: auto;
    }
    .ipt input{
        font-size: 12px;
    }
    .sms_btn{
        width: 35%;
        font-size: 12px;
    }
    .rc-tit-tip{
        font-size: 16px;
    }
    .rc-con li span{
        font-size: 14px;
    }
    .av-list-items li .av-name{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
