.coupon-mobile{
    margin-left: 4.6%;
    margin-right: 4.6%;
    min-height:284px;
    margin-top: -10px;
    border: 1px solid #DDDDDD; 
    background: #ffffff;
    box-shadow: 0px 0px 9px 2px rgba(0,0,0,0.2);
}
.coupon-mobile-content{
    margin: 16px 20px 20px 20px;
}

.to-myconpon{
    color: #666666;
    font-size: 13px;
    text-decoration: underline;
    text-align: right;
    display: block;
}
.coupon-mobile input,.bind_mobile input{
    height:45px;
    line-height: 45px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(221,221,221,1);
    width: 100%;
    font-size: 16px;      
}
.to-sms-code{
    width: 33%;
    color:#2C80FA;
    background: #E4EFFE;
    height:45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;


}

.to-receive{
    margin:0px;
    margin-top: 10px;
    width:100%;
}
.coupon-des{
    margin-left: 4.6%;
    margin-right: 4.6%;
    height: 100%;
    margin-top: 20px;  

}


.receive{
    width: 270px;
    height: 309px; 
    position: fixed; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    z-index: 99;
    background-image: url(/assets/img/wechat2/third_coupon_success.png);
    background-size: 100%;
}
.receive p{
    position: absolute;
    top: 125px;
    margin-left: 41px;
    margin-right: 41px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333333;  
    font-size: 18px;
}
.receive span{
    position: absolute;
    top: 208px;
    color: #666666;
    font-size: 13px;
    text-align: center;
    display: block;
    width: 100%;
}
.receive a{
    margin: 22.5px;
    margin-top: 10px;
    position: absolute;
    top: 234px;
    width: 225px;
    height: 40px;
    line-height: 40px;  
}


.receive_close{
    background-size: 100%;
    width: 28px;
    height: 77px;
    position: absolute;
    top: 380px;
    left: 0;
    bottom: 0px;
    right: 0;
    margin: auto;
    z-index: 99;background-image: url(/assets/img/wechat2/third_coupon_close.png);background-size: 100%;
}

.receive_fail{
    background-image: url(/assets/img/wechat2/third_coupon_fail.png);
    background-size: 100%;
    height: 269px;
}
.receive_fail p{
    top: 101px;
    margin-left: 13.5px;
    margin-right: 13.5px;   

}
.receive_fail a{
    top: 190px;  
}

.fail_close{
    top: 346px;   

}
.bind-already{
    color: #eee !important;
    background-color: #ccc !important;

}


.my_coupon-top{
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1); 
    min-height: 110px; 
    margin-top: 10px; 
}
.my_coupon-banner{
    width: 94%;
    background-image: url(/assets/img/wechat2/third_coupon_banner1.png);
    background-repeat: repeat;
    background-size: 100%;
    min-height: 100px;
    margin: 0px 10px 0px 10px;
}
.my_coupon_blod{
    margin-left: 15px;
    color: #2C80FA;
    font-weight: bold;
    height: 15px;
}

.my_coupon_title{
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}

.my_coupon_numcontent{
    color: #999999;
    font-size: 13px;
}
.my_coupon_numcontent s{
    text-decoration: none;
    color: #2C80FA;
}
.my_coupon_numcontent_box {
    display: flex;
    padding: 10px 20px;
}

.my_coupon_right{

    display: inline-block;
    width: 100px;
    background: linear-gradient(90deg,rgba(232,242,255,1) 0%,rgba(222,236,255,1) 100%);
    border-radius: 100px 0px 0px 100px;
    float: right; 
}

.my_coupon_right span{

    color: #2C80FA;
    font-size: 11px;
    display: block;
    text-align: center;

}


.not_list img{
    width: 73px;
    margin: auto;
    display: block;
    margin-top: 100px; 
}

.not_list span{
    color: #9AC7F9;
    height: 13px;
    line-height: 13px;
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 5px;
}


.not_list  a{
    width: 75px;
    height: 25px;
    display: block;
    text-align: center;
    margin: auto;
    color: #2C80FA;
    font-size: 13px;
    line-height: 25px;
    border-radius: 2px;
    border: 1px solid rgba(44,128,250,1);
    margin-top: 15px;

}


.explain-txt{
    width: 345px;
    min-height: 250px;
    max-height: 500px;
    position: relative;
    top: 10%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    z-index: 99;
    background: #ffffff;
    box-shadow: 0px 4px 15px 3px rgba(0,0,0,0.1);
    border-radius: 8px;

}

.explain-txt-title{

    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #cccccc;

}

.explain-txt-title .icons{
    display: inline-block;
    height: 50px;
}


.explain-txt-title .icons img{
    width: 27px;
    height: 27px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
}


.explain-txt-close{
    height: 50px;
    display: inline;
    float: right;
}


.explain-txt-close img{
    width: 18px;
    height: 18px;
    margin-top: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.my_coupon_show_bg{
    background: url(/assets/img/wechat2/third_coupon_bg_show.png) no-repeat ;
    background-size: 100%;     
}


.my_coupon_hide_bg{
    background: url(/assets/img/wechat2/third_coupon_bg_hide.png) no-repeat ;
    background-size: 100%;
}

.my_coupon_hide_bg .title,.my_coupon_hide_bg .times{
    color: #CCCCCC
}

.my_coupon_hide_bg .btn_add{
    background: #CCCCCC
}
.button-coupons-use{
    height: 25px;
    line-height: 25px;
    width: 140px;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 0px;
    margin-top: 5px;
    margin-left: 0;
    display: inline-block;
    width: 60%;
}
.on_to-mobile{
    color: #666666!important;
    font-size: 13px!important;
    margin-top: 10px!important; 
}

.on_to-mobile s{
    color: #2C80FA;
    text-decoration: underline 
}

.click_to-content{
    font-size: 12px;
    width: 39%;
    line-height: 25px;
    height: 25px;
    text-align: left;
    display: inline-block;  


}
.coupons-list{
    height: 111px!important;
    line-height: 111px!important;
}

.coupon-button{

    margin-top: 7px;
}


#receive_content p{
    margin-top: 10px;
    font-size: 12px; 
    text-align: left;
    position: initial
}


#receive_url_fail  .top-tent{
    width: 100%;
    height: 40px;
    margin-top: 30px;

}
#receive_url_fail   span{
    position: inherit;

}

#receive_url_fail .b-tent span{
    text-align: left;
    margin-bottom: 2px;
}

.b-tent{
    margin-top: 20px;
    margin-left: 23px;
}

input{
    text-indent: 5px;
}




.coupons-s-top{
    height: 80px;
    width: 92%;
    margin: auto;

}
.coupons-s-top_bg1{
    background-image: url(/assets/img/wechat2/third_coupon_bg_new_show.png); 
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}
.coupons-s-top_bg2{
    background-image: url(/assets/img/wechat2/third_coupon_bg_new_hide.png); 
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}



.coupons-s-top-l{
    width: 28.99%;
    height: 65px;
    display: inline-block;
    border-right: 1px dashed rgba(255,255,255,0.56);
    margin-top: 7.5px;
}

.coupons-s-top-r{
    display: inline-block;
    width: 68%;
    height: 80px;
    float: right;
}
.coupons-s-top-name{
    height: 14px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,1);
    margin-top: 23px;
    display: inline-block;
    line-height: 14px;
}
.coupons-s-top-time{
    height: 10px;
    font-size: 10px;
    font-weight: 300;
    color: rgba(255,255,255,1);
    line-height: 10px;
    display: inline-block;
    margin-top: 10px;
}

.coupons-s-top-use{
    font-size: 10px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,1);
    color: #ffffff;
    float: right;
    width: 60px;
    text-align: center;
    margin-right: 10px;
    margin-top: 2px;
}
.coupons-s-bottom{
    box-shadow: 0px 1px 4.5px 1px rgba(0,0,0,0.2);
    border-radius: 0px 0px 4px 4px;
    min-height: 30px;
    width: 92%;
    margin: auto;
}
.coupons-s-bottom-x{
    width: auto;
    height: 30px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 12px;
    display: block;
    padding: 9px 10px 9px 12px;

}
.coupons-s-bottom-x-bg1{
    background-image: url(/assets/img/wechat2/drop_down_01.png);        
    background-repeat: no-repeat;
    background-size: 4%;
    background-position-x: 43px;
    background-position-y: 8.8px;  
}

.coupons-s-bottom-x-bg2{
    background-image: url(/assets/img/wechat2/drop_down_02.png);        
    background-repeat: no-repeat;
    background-size: 4%;
    background-position-x: 43px;
    background-position-y: 8.8px;  
}



.coupons-s-bottom-c{
    padding-left: 12px;
    padding-right: 20px;
    color: #999999;
    font-size: 10px;
    padding-bottom: 14px;
}