@charset "utf-8";
/*公共样式*/
* {
    margin:0;
    padding:0;
    border:0;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
body{
    font-family:Tahoma,Arial,Helvetica,"Microsoft Yahei";
    font-size:12px;
    color:#333;
    overflow-x:hidden;
}
.h1,.h2,.h3,.h4,.h5,.h6,.p{
    padding:0px;
    margin:0px;
}
article,aside,footer,header,nav,section,figure,figcaption{
    display: block;
}
input,select,button,textarea{
    font-family:"Microsoft Yahei";
    outline:none;
    -webkit-appearance: none;
    border:none;
}


ul,ol,li,form, dl,dt,dd, div{
    padding: 0px;
    margin: 0px;
}

ul,li{
    list-style:none;
}

strong{
    font-weight: normal;
}


em,i,ins{
    font-style:normal;
    text-decoration:none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear:both;
    font-size:1px;
    height:0;
    visibility:hidden;
    line-height:0;
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}

img {
    border:none;
    vertical-align:top;
}
a {
    color:#353535;
    text-decoration:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:hover {
    text-decoration:none;
}

::-webkit-input-placeholder {
    color:rgba(55,55,55,.5);
}
.warp {
    display: block;
    margin:0 auto;
}
.mask {
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.6);
    z-index:11;
    display:none;
}
.blank10 {
    height:10px;
    clear: both;
    background-color: #f5f5f5;
}
header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background:#ef001d;
    height:50px;
    overflow:hidden;
    line-height:50px;
    text-align:center;
    font-size:16px;
    width:100%;
    z-index:100;
}




.logo{
    width: 60%;
    display: inline-block;
    color: #fff;
}
.index_search{
    height: 30px;
    position:absolute;
    top:10px;
    background: #fff;
    width:75%;
    margin-left:5%;
    text-align: center;
}
.index_search input{
    padding:0;
    margin:0;
    float: left;
    width: 80%;
    height: 31px;
    line-height: 30px;
    text-indent:51%;
    background: none;
}
.index_search button{
    float: right;
    background: none;
    cursor: pointer;
    width: 20%;
    margin: 2px 0 0 0;
}
header .scan{
    width: 20%;
    height:30px;
    position:absolute;
    right:0px;
    top:10px;
    text-align: center;
}
header .scan img{
    width: 30px;
    height: 30px;

}
.index_t{
    padding: 10px 0;
    text-align: center;
}
.index_titel{
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
    line-height: 24px;
}
.index_border{
    width: 25px;
    height: 1px;
    background:#ccc;
    text-align: center;
    display: inline-block;
    margin: 2px 0;
}
.classify {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.classify ul li{
    float: left;
    width: 25%;
    text-align: center;
}
.classify ul li img{
    width: 45px;
}
.classify ul li .classifyName{
    line-height: 30px;
    font-size: 13px;
    color:#353535;
}
.popular_box{
    margin:0 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.popular_box ul li{
    float: left;
    overflow: hidden;
}
.popular_box ul li:first-child{
    float: left;
    width: 33%;
    height: 168px;
    margin: 0;
}
.popular_box ul li:first-child img{
    height:168px;
}
.popular_box ul li{
    float: left;
    width: 32.5%;
    margin: 0 0 3px 1%;
    height: 82.5px;
    position: relative;
}
.popular_box ul li img{
    width: 100%;
    min-height: 79px;
}
.popular_box ul li .biaoti{
    z-index: 4;
    position: absolute;
    bottom: 0;
    padding: 4px 0 4px 5px;
    font-size:13px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.popular_box ul li .bg{
    background: -webkit-gradient(linear,left bottom,left top,from(#000),to(transparent));
    background: linear-gradient(bottom,#000,transparent);
    background: -moz-linear-gradient(bottom,#000,transparent);
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
    opacity: .4;
    filter: alpha(opacity=40);
    z-index: 1;
}
.popular_box ul li .seller{
    position: absolute;
    top:3px;
    right:3px;
    background-color: rgba(0,0,0,0.4);
    padding:3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.line{
    height: 1px;
    background-color: #fff;
    overflow: hidden;
    margin: 3px 0;
}
#banner{
    /*min-height: 140px;*/
}
#icon_List{
    min-height: 170px;
}
#banner img{
    width: 100%;
}
/*底部导航*/
.footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ddd;
    height: 49px;
    background: #eee;
    z-index: 999;
}
.footer ul li{
    float: left;
    width: 25%;
    text-align: center;
}

.footer ul li.current a {
    color: #ef001d;
}
.footer ul li.current i.nav1{
    background:url("../images/home_hover.png") no-repeat;
    background-size:cover;
}
.footer ul li.current i.nav2{
    background:url("../images/icon_4.png") no-repeat;
    background-size:cover;
}
.footer ul li.current i.nav3{
    background:url("../images/off_hover.png") no-repeat;
    background-size:cover;
}
.footer ul li.current i.nav4{
    background:url("../images/my_hover.png") no-repeat;
    background-size:cover;
}
.footer ul li i.nav1{
    background:url(../images/home.png) no-repeat;
    background-size:cover;
}
.footer ul li i.nav2{
    background:url("../images/fiveOff.png") no-repeat;
    background-size:cover;
}
.footer ul li i.nav3{
    background:url("../images/off.png") no-repeat;
    background-size:cover;
}
.footer ul li i.nav4{
    background:url("../images/my.png") no-repeat;
    background-size:cover;

}
.footer ul li i{
    display:inline-block;
    position:relative;
    width:23px;
    height:23px;
    margin-top:5px;
}
/*今日五折*/
.today_off .go-to-buy{
    display: block;
    position: relative;
    color: #fff;
}
.today_off .label_bg{
    position: absolute;
    right:10%;
    top:48%;
    background: url("../images/icon_10.png")no-repeat right;
    background-size:24px 24px;
    float: right;
    padding-right:32px;
    font-size: 16px;
    line-height:24px;
    color: #fff;
}
.today_off .card_num{
    position: absolute;
    left:22%;
    top:26%;
    color: #fff;
    font-size: 14px;
}
.today_off .date{
    position: absolute;
    right:12%;
    top:26%;
    color: #fff;
    font-size: 14px;

}

/*swiper*/
* {
    margin: 0;
    padding: 0;
}
.today_off .today{
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.today_off .date_box{
    padding:7px;
    margin-bottom: 10px;
    overflow: hidden;
}
.add_shop{
    padding: 0 15px 15px 15px;
    color:#ef001d;
    font-size: 13px;

}
.add_shop .leave_word{
    float: right;
    color: #000;
    border: 1px solid #eee;
    padding: 3px 12px;
    border-radius:10px;
    margin-top: -5px;
    font-size: 13px;
}
#topNav {
    width: 100%;
    overflow: visible;
}
#topNav .swiper-slide {
    position: relative;
    display: block;
    width:48px;
    height:48px;
    background: #fff;
    margin: 0px 5px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    color: #333;
}
#topNav .swiper-slide{

    transition:all .3s ease;
    display:block;
}
#topNav .active{
    background:red;
    border: 1px solid red;
    color: #fff;
    display: block;

}
.today_off .shop-num{
    position: absolute;
    right:-7px;
    top:-7px;
    background:#ef001d;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    padding:2px;
    min-width:22px;
    line-height:16px;
}
.today_off .date-num,.today_off .week{
    margin: 0;
    padding: 0;
     border: 0;
    vertical-align: baseline;
    height:18px;
    line-height:18px;
    font-size:14px;
    padding-top: 5px;
}
.today_off .select_class{
    width: 100%;
    overflow: hidden;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
    background-color: #fff;
    padding:12px 0;
}
.today_off .select_class ul li{
    width: 50%;
    font-size:15px;
    float: left;
    text-align: center;
    height:16px;
    border-right: #eee solid 1px;
    color:#535353;
    background:url("../images/icon_12.png") no-repeat 90%;
    background-size:12px;
}
.today_off .select_class ul li:nth-child(2){
    border-right: none;
}
.everyday_off .search_box{
    padding:15px 35px;
    /*background: url("../images/search_bg.jpg")no-repeat;
    background-size: cover;*/

}
.position_l{
    position: fixed;
    width:330px;
    left:50%;
    margin-left: -550px;
    top:58px;
    background:#fff;
    z-index:9;
}
.everyday_off .search button {
    float: right;
    background: none;
    cursor: pointer;
    width:20%;
}
.everyday_off .search input{
    width:80%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius:20px;
    border: 1px solid #b2b2b2;
}

.today_off .shop_list,.everyday_off .shop_list{
    overflow:hidden;
    -webkit-overflow-scrolling: touch;
    margin-top:115px ;
    z-index:88;
}
.everyday_off .shop_list ul li,.everyday_off .shop_list ul li{
    border-bottom: 1px solid #eee;
    padding:10px 0;
    width:100%;
    float: left;
    position: relative;

}

.everyday_off .shop_list ul li.active{
    background:#f2f2f2;

}
.everyday_off .shop_list ul li:hover{
    background:#f2f2f2;

}


.today_off .discount,.everyday_off .discount{
    position: absolute;
    color: #ef001d;
    bottom:15px;
    right:10px;
}

.today_off .discount p,.everyday_off .discount p{
    font-size:16px;
}
.today_off .discount span,.everyday_off .discount span{
    font-size:20px;
}
.today_off .pic,.everyday_off .pic{
    max-height: 80px;
    overflow: hidden;
    position: absolute;
    left:10px;
    top: 10px;
}
.today_off .tag,.everyday_off .tag{
    background-color: rgba(0,0,0,0.6);
    color:#fff;
    padding:2px 5px;
    position: absolute;
    top:10px;
    left:10px;
}
.today_off .pic img ,.everyday_off .pic img{
    width: 120px;
    height: 80px;
    margin: auto;
}
.today_off .inro,.everyday_off .inro{
    height: 80px;
    float: left;
    width: 100%;
    padding-left: 140px;
}
.today_off .inro .titel,.everyday_off .inro .titel{
    width:90%;
    font-size:15px;
    line-height: 24px;
    color: #353535;
    font-weight: normal;
    margin-bottom:8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.today_off .inro .use{
    color:#fff;
    background:#ef001d;
    padding: 2px 8px;
    border-radius:15px;
    position: absolute;
    bottom:10px;
    left:130px;
}
.everyday_off .inro .follow{
    font-size: 12px;
    color:#f36274;
    position: absolute;
    left:140px;
    bottom:18px;
}
.today_off .inro .detail,.everyday_off .inro .detail{
    color:#888;
    line-height:16px;
    height:16px;
    font-size:13px;
    width:70%;
    overflow:hidden;
    text-align:left;
}
.today_off .inro .detail font,.everyday_off .inro .detail font{
    color:#ef001d;
}

.today_off .distance,.everyday_off  .distance{
    font-size: 12px;
    color:#bbbbbb;
    position: absolute;
    right:10px;
    bottom:20px;

}
/*商家核销*/
.cancel{
    width: 100%;
    height: 100%;
    padding: 20px;
}
.cancel_shop .complain{
    position: absolute;
    top:0;
    right:0;
    font-size: 14px;
    color: #ef001d;
}
.cancel_shop{
    padding: 10% 0 10% 0;
    text-align: center;
    position: relative;
}
.cancel_shop dl dt img{
    width: 80px;
    height: 80px;
    border-radius:50%;
    border: 3px solid #fff;
    text-align: center;
}
.cancel_shop dl dd .shop_name{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.cancel_shop dl dd .current_discount{
    margin-top:10%;
    line-height:30px;
    color:#353535;
    font-size: 15px;
    text-align: center;
}
.cancel_shop dl dd .current_discount font{
    padding: 0 10px;
    color:#ef001d;
    font-size: 30px;

}
.cancel_shop dl dd .consume_num{
    color: #353535;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
}
.cancel .pwd{
    width: 90%;
    margin: 0 auto;
}
.cancel .pwd .point{
    font-size: 14px;
    color:#09bb07;
    text-align: left;
}
.cancel .pwd .pwd-box{
    width:100%;
    position: relative;
    margin:10px 0;
}
.cancel .pwd .pwd-box input[type="tel"]{
    width:100%;
    height: 40px;
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    font-size: 18px;
    opacity: 0;
    z-index: 1;
    letter-spacing: 35px;
}
.cancel .pwd .fake-box input{
    width: 23.5%;
    border: none;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    height: 40px;
    font-size: 50px;
}

.cancel .pwd .fake-box input:nth-last-child(1){
    border:none;
}
.cancel .submit{
    width: 90%;
    color: #fff;
    background:#09bb07;
    text-align: center;
    display: block;
    border-radius: 5px;
    height:45px;
    line-height: 45px;
    font-size: 16px;
    margin: 0 auto;
}
.cancel .explain{
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #888;
}

/*商家折扣详情*/
.consume_inro .ad_box{
    background:#eee;
    padding:10px;
}
.consume_inro .ad_box .ad_img{
    margin: 20px 0 0;
}
.consume_inro .ad_box .ad_img img{
    margin: 0 0 10px 0;
}
.consume_inro{
    padding-bottom: 50px;
}
.consume_inro .titel2{
    margin:10px;
    font-size:14px;
    display: inline-table;
    line-height: 24px;
}
.consume_inro .titel2 .left {
    float: left;
    color: #8c8c8c;
}
.consume_inro .titel2 .ri {
    float: left;
    margin-left: 0.5em;
}
.consume_inro .titel2 .ri a {
    text-decoration: none;
    color: #4395f5;
}
.consume_box{
    position: fixed;
    width: 100%;
    bottom:-1px;
    left: 0;
    border-top:1px solid #eee;
    height: 49px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    z-index:9;
    font-size: 15px;
}
.consume{
    width:80%;
    float: left;
}
.consume img{
    vertical-align: middle;
}
.Card{
    position: absolute;
    right:-8px;
    top:0;
    padding-right:5%;
}
.Card_btn{
    padding: 5px 10px;
    border-radius: 3px;
    border:1px solid #ef001d;
    text-align: right;
    font-size: 12px;
    color: #ef001d;
}
.shop_banner{
    overflow: hidden;
    position: relative;
}
.shop_banner .ad{
    overflow: hidden;
    margin: 0 10px;

}
.shop_banner .ad img{
    display: block;
    width: 100%;

}

.shop_banner .pic img{
    display: block;
    width: 100%;

}
.name{
    padding:15px 10px 0 10px;
    font-size:20px;
    color: #000;
    line-height: 24px;
}
.shop_box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    padding: 5px 10px;
    color: #fff;
}
.shop_box .titel{
    float: left;
    font-size: 15px;
    width: 80%;
    overflow: hidden;
}
.shop_box .look_num{
    float: right;
    background: url("../images/icon_11.png") right 2px  no-repeat;
    background-size: 16px 16px;
    padding-right:20px;
    line-height: 18px;
    font-size: 12px;
    text-align: right;
}

.off_info{
    padding:25px 15px;
    display: block;
    position: relative;
}
.off_info .today_off{
    font-size:16px;
    color: #ef001d;
    margin-bottom:5px;
    line-height: 24px;
}
.off_info .off_inro{
    font-size: 14px;
    color: #888;
    width: 70%;
}
.off_info .use_box .use_simbit{
    position: absolute;
    top: 30px;
    right: 20px;
    padding: 5px 13px;
    background: #ef001d;
    color: #fff;
    font-size: 15px;
    border-radius:5px;
}
.off_info .use_box .surplus{
    position: absolute;
    top:65px;
    right:20px;
    color:#b2b2b2;
    width: 86px;
    text-align: center;
}
.shop_message,.shop_info,.little_shop,.nearby_shop{
    padding:0 10px;
}
.moreread{
margin:10px 0;
font-size:14px;
color:#868686;
}
.moreread span{
    color:#4395f5;
}
.s-titile {
    font-size: 14px;
    color: #888;
    padding:10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    line-height: 19px;
}
.s-titile span{
    border-left: 2px solid #ef001d;
    width: 2px;
    padding-right: 5px;
}
.s-titile .more{
    color:#b2b2b2;
    float: right;
    position: absolute;
    right:0;
    top: 10px;
    font-size: 12px;
    background: url("../images/icon_22.png") right no-repeat;
    background-size:20px 20px;
    padding-right:20px;
}
.line_z {
    width:90%;
    margin: 0 auto;
    border-bottom:1px solid #ddd;
    padding: 8px 0;
    z-index: 11;
}
.line_z span {
    background:#eee;
    color: #898989;
    padding: 10px;
    margin: -11px auto -25px auto;
    text-align: center;
    display: block;
    z-index: 99;
    width:50px;
    font-size: 14px;
}
.message_box{
    position: relative;
    padding:10px 0;
}
.message_box .tel_ico{
    margin-top: 10px;
    float: right;
    padding:10px 0;
    display: inline-block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 1px solid #dfdfdf;
    font-size: 13px;
    text-align: center;
    color:#40af37;
}
.message_box .tel_ico em{
    width:40px;
    height:40px;
    background-position:-96px -10px;
    margin:-5px auto 2px;
    display:block;
    background-image:url(../images/ms.png);
    background-repeat:no-repeat;
}
.shop_info .content{
    padding: 10px 0;
    font-size: 14px;
}
.shop_message .message{
    margin-right:25%;
    position: relative;
}
.message_box .line {
    width: 1px;
    background: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),color-stop(50%,#e9e9e9),to(#f8f8f8));
    background: linear-gradient(#f8f8f8,#e9e9e9 50%,#f8f8f8);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.message_box .shop_hours{
    background: url("../images/icon_14.png")3% no-repeat;
    background-size: 16px 16px;
    padding-left:45px;
    line-height:30px;
    font-size: 14px;
    margin-top: 5px;
    color:#888;
}
.message_box .shop_position{
    background: url("../images/icon_20.png")3% no-repeat;
    background-size: 17px 17px;
    padding-left:45px;
    line-height: 30px;
    font-size: 14px;
    color:#888;
}

.message_box .shop_tel{
    background: url("../images/icon_tel.png")3% no-repeat;
    background-size: 20px 20px;
    padding-left:45px;
    line-height: 30px;
    font-size: 14px;
    color:#888;
}
.littel_list{
    display: block;
}
.little_shop .littel_list a:last-child{
    border-bottom:none;
}
.little_shop .littel_list a{
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    display: block;
}

.little_shop .littel_list dl dd {
    padding-right:15px;
    overflow: hidden;
    height: 80px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.little_shop .littel_list dl dd .titel{
    padding: 5px 0;
    webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #353535;
    line-height: 20px;
    margin-bottom:10px;
    min-height: 50px;
    overflow: hidden;
}

.little_shop .littel_list dl dd .look{
    color: #888;
}

.little_shop .littel_list dl dt{
    float: right;
    width: 120px;
    height: 80px;
    overflow: hidden;
}
.little_shop .littel_list dl dt img{
    max-width: 120px;
    min-height: 80px;
}
.nearby_box{
    padding:10px 0;
}
#shop_List {
    width: 100%;
    overflow: hidden;
   /* border-bottom:1px solid #f8f8f8;*/
}
#shop_List .swiper-slide {
    width: 32%;
    text-align:center;
    margin-right: 1.25%;
    position: relative;
}
#shop_List .swiper-slide .pic{
    width: 100%;
    height: 80px;
    overflow: hidden;
    text-align:left;
    position: relative;
}
#shop_List .swiper-slide .pic img{
    width:100%;
    min-width: 120px;
    min-height: 80px;
    text-align: left;
}
#shop_List .swiper-slide  .tag {
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    top: 0;
    left:0;
    font-size: 12px;
}
#shop_List .swiper-slide .titel{
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #353535;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    text-align: left;
}
#shop_List .swiper-slide .distance{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #b2b2b2;
    line-height: 30px;
}


.scan_box .remind{
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom:20px;
    font-weight: normal;
}
.scan_box .scan{
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
}
.scan_box .scan img{
    padding:30px 0 10px 0;
    width: 85px;
    text-align: center;
}
.scan_box .scan p{
    line-height: 30px;
    color: #000;
    font-size: 15px;
    text-align: center;
    padding: 0 0 15px;
}
.scan_box .close{
    margin:20px auto;
}
.scan_box .close span{
    color: #fff;
    padding:5px 10px;
    border: 1px solid #fff;
    border-radius:3px;
    text-align: center;
}

.scan_box{
    position:absolute;
    top:5%;
    width:90%;
    left: 50%;
    height:90%;
    margin-left:-45%;
    z-index: 12;
    display:none;
    text-align: center;
	border-radius: 5px;
    overflow: hidden;
}
.scan_box .scan_con{
    width:100%;
    position: relative;
}
.scan_box .close{
    position: absolute;
    bottom: -40px;
    margin:0;
    padding:0;
    left: 50%;
    width: 30px;
    margin-left: -15px;
}
.scan_con .name_box{
    background:#fff;
    text-align: center;
    position: relative;
    display: block;
    padding:5% 0;
}
.scan_con .star_box{
    width: 100%;
    height: 70%;
    background: url("../images/bg.jpg")no-repeat;
    background-size:cover ;
}
.scan_con .name_box .name{
    font-size:24px;
    color:#000;
    font-weight:600;
    padding:0;
    line-height:27px;
    height: 30px;
    text-align: left;
    margin-left: 26%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:60%;
}
.scan_con .name_box .logo{
    margin-top: -5px;
    width: 50px;
    margin-left:12%;
    float: left;


}
.scan_con .name_box .tech_sup{
    text-align:left;
    margin-left:26%;
}
.scan_con .sao_t{
    padding:8% 0 4% 0;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.scan_con .sao_ti{
    color: #d71014;
    background:#fff;
    font-size: 18px;
    text-align: center;
    padding:5px;
    border-radius:20px;
    width: 60%;
    margin:5% auto;

}
.scan_con .sao_line{
    width: 100%;
    height: 3px;
    text-align: center;
}

.scan_con .sao_step{
    width: 100%;
    text-align:center;
    color: #fff;
    font-size: 20px;
    padding:2% 0 5% 0;
}
.scan_con .sao_box{
    background: #fff;
    width:50%;
    margin-left:25%;
    padding:10px;
    border-radius:5px;
    text-align: center;
}

/* ===== 移动端下拉分类开始 ===== */

.retrie {
    position: relative;
    z-index: 102;
    background-color: #fff;
}
.retrie dt { overflow: hidden }
.retrie dt a {
    position: relative;
    float: left;
    width: 100%;
    color: #333;
    padding:10px;
    font-size: 14px;
    font-size: 15px;
    text-align: center;
    border:1px solid #eee;
}
.retrie dt a:after {
    position: absolute;
    top: 50%;
    left: 80%;
    margin-top: -8px;
    width:14px;
    height:14px;
    background: url("../images/icon_12.png")no-repeat;
    background-size: 14px 14px;
    content: ' ';
}
.retrie dt .up {
    color: #ef001d;
    border-bottom: 2px solid #ef001d;
}
.retrie dt .up:after {
    position: absolute;
    top: 50%;
    left: 80%;
    margin-top: -8px;
    width:14px;
    height:14px;
    background: url("../images/icon_12_hover.png")no-repeat;
    background-size: 14px 14px;
    content: ' ';
}
/*.retrie dt a:last-child:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 1px;
    height: 30px;
    background-color: #ebebeb;
    content: ' ';
}*/
.retrie dd { position: relative; }
/* ===== slide-area ===== */
.slide {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 104;
    display: none;
    width: 100%;
    overflow-y: auto;
    background-color: #fff;
}
.slide li {
    display: block;
    height:42px;
    border-bottom: 1px solid #eee;
    position: relative;
    width: 100%;

}
.slide li .num {
    position: absolute;
    top: -5px;
    right: 30px;
    margin-top: 18px;
    font-size: 10px;
    line-height: 14px;
    color: #ccc;
}
.slide li a {
    width:100%;
    display: block;
    padding: 0 30px;
    height:42px;
    background-color: transparent;
    line-height:42px;
    font-size: 14px;

}
.slide li a:hover,
.slide li a.selected {
    background-color: #f6f6f6;
    color: #ef001d;
}

.slide li a.select { background-color: #fff; }


/*二级分类*/

.F_wd_top_con2{
    width:100%;
    min-height:4em;
    background:#fff;

}

.F_wd_top_con2_l{
    width:40%;
    background:#f5f5f5;
    float:left;
}
.F_wd_top_con2_l ul li{
    font-size: 14px;
    line-height:42px;
    text-indent:15px;
    border-bottom:1px solid #f2f2f2;
    position: relative;
    background:url("../images/icon_22.png") 96% no-repeat;
    text-align: left;
    background-size: 24px 24px;
}
.F_wd_top_con2_l ul li .num{
    position: absolute;
    top:-5px;
    right:30px;
    margin-top:18px;
    font-size:12px;
    background-color:#eee;
    color: #fff;
    padding:2px;
    line-height: 14px;
    text-align:center;
    border-radius:5px;
    text-indent:0;

}
.F_wd_top_con2_r{
    width:60%;
    float:right;
    background:url("../images/select_bg.png")repeat-y;
    background-size: 100% auto;
    overflow: auto;
}
.F_wd_top_con2_r ul li{
    line-height:42px;
    text-indent:15px;
    font-size: 14px;
    position: relative;
}
.F_wd_top_con2_r ul li .num {
    position: absolute;
    top: -5px;
    right: 30px;
    margin-top: 18px;
    font-size: 12px;
    line-height: 14px;
    color: #ccc;
    font-size: 10px;
}


.F_wd_top_con2_r_borb2{
    color:#ef001d;
}


.F_wd_top_con2_l_1{
    width:40%;
    float:left;
}
.F_wd_top_con2_l_1 ul li{
    line-height:3.2em;
    text-indent:1em;
}
.F_wd_top_con2_r_1{
    width:55%;
    float:right;
}
.F_wd_top_con2_r_1 ul li{
    line-height:3.2em;
    text-indent:1em;
}

.F_wd_top_con2_l_2{
    width:40%;
    background:#f2f2f2;
    float:left;
}
.F_wd_top_con2_l_2 ul li{
    line-height:3.2em;
    text-indent:1em;
    border-bottom:0.1em solid #f2f2f2;
}
.F_wd_top_con2_r_2{
    width:55%;
    float:right;
}
.F_wd_top_con2_r_2 ul li{
    line-height:3.2em;
    text-indent:1em;
}


.F_wd_top_con2_l ul li.current{
    background: #fff;
    color: #ef001d;
}
.by{
    display: none;
}
.select-box {
    position: relative;
    z-index:999;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;

}
/* ===== 移动端下拉分类结束 ===== */

/*开通五折卡*/
.card_money{
    padding: 0;
    margin: 0;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.card_money ul li{
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.card_money ul li .card-c{
    width:100%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    float: left;
}
.card_money ul li .money{
    color:#ef001d;
}
.card-c input[type=radio]:before {
    font-size: 22px !important;
    vertical-align: middle;
    margin-top: -7px;
    margin-left: 5px;
    display: inline-block;
}
.card-c .mui-left label, .card-c .mui-left label{
    padding: 0!important;
    width: 50%;
    float: left;
    text-indent: 14%;
    text-align: left;
}
.card-c input[type=checkbox]:checked:before, .card-c input[type=radio]:checked:before{
    color: #ef001d!important;
}
.card_but{
    padding: 30px 0;
    display: block;
}
.card_but button{
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
    color: #FFF;
    border-radius: 5px;
    font-size: 15px;
    background-color:#09bb07;
}
.card_f{
    position: relative;
    display: block;
    min-height:100px;
}
.card_box{
    width: 100%;
    min-height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.card_box img{
    min-height: 100px;
}
.card{
    width:95%;
    margin: 0 auto;
    display: block;
    color: #fff;
    z-index:9;
}
.card img{
    min-height:90px;
}
.tel_box{
    padding:15px;
    padding-top:18px;
    background: #fff;
    margin-bottom: 5px;
    display:block;
}
.tel_box label{
    width: 20%;
    text-align: center;
    color:#333;
    line-height:22px;
    display:inline-block;
    font-size: 15px;

}
.tel_box input{
    width:75%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: none;
    text-indent: 10px;
    text-align: left;
}

.buy_box{
    display: block;
}
.buy-head{
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}
.buy-head ul li{
    position: relative;
    float: left;
    height: 40px;
    width: 50%;
    color: #333;
    text-align: center;
}
.buy-head ul li span{
    display:block;
    color:#888;
    font-size: 15px;
    border-bottom: 3px solid transparent;
    line-height: 36px;
}
.buy-head ul li.on span{
    color:#ef001d;
    border-bottom: 2px solid #ef001d;
    line-height: 37px;
}
.buy-tab{
    overflow: hidden;
}
.buy-tab .buy-list{
    display: none;
}
.buy-tab .buy-list .activate_box{
    padding: 0 20px;
    background:#fff;
}
.activate{
    width: 100%;
    padding: 5px 0;
}
.activate label{
    width: 20%;
    text-align: center;
    color:#09bb07;
    line-height:22px;
    display:inline-block;
    border-right: 1px solid #eee;
    font-size: 14px;
}
.activate  input {
    width:75%;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    background: none;
    padding: 5px 0;
    font-size: 14px;
    text-align:left;
}
.box_card{
   background: #fff;
}
.box_class {
    position: relative;
    padding: 10px;
    padding-bottom: 0;
    background: #eee;
    border-bottom-right-radius: 100% 94px;
    border-bottom-left-radius: 100% 94px;
}
.box {
    width: 100%;
    border-bottom-right-radius: 100% 80px;
    border-bottom-left-radius: 100% 80px;
    overflow: hidden;
    max-height:75px;
}


/*个人中心*/

.user_center_1{
    background:url(../images/person_bg.jpg) center center no-repeat;
    background-size:cover;
    padding:30px 15px;
}
.user_center_1 a.dl{
    display:block;
    position:relative;
}
.user_center_1 dl{
    margin-bottom:15px;
    text-align: center;
}
.user_center_1 dl dt img{
    border:solid 2px #FFF;
    border-radius:50%;
    width:60px;
    height:60px;
}
.user_center_1 dl dd{
    font-size:14px;
    line-height:24px;
    color:#FFF;
}
.user_center_1 ul{
    background:#FFF;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    border-radius:5px;
    margin-bottom:-40px;
    position:relative;
    z-index:1;
}
.user_center_1 ul li{
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.user_center_1 ul li a{
    width: 100%;
    line-height: 37px;
    height: 36px;
    display: block;
}
.user_center_1 ul li a span{
    font-size: 14px;
    color: #353535;
    float: left;
    padding-left:10px;
    display: block;
}
.user_center_1 ul li a i{
    float: left;
    padding-left: 10px;
}
.user_center_1 ul li a i img{
   vertical-align: middle;

}
.user_center_1 ul li a em{
    font-size: 12px;
    float: right;
    padding-right: 10px;
    color: #b2b2b2;
    display: block;
}
.Records_list{
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin:20px 15px 0 15px;
}

.Records_list .list-no{
    width: 100%;
    text-align: center;
}
.Records_list .list-no .no-record{
    padding:15px 0;
    font-size: 14px;
}
.Records_list .list-no .look_othershop{
    border-radius: 3px;
    background: #68d520;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}
.Records_list .list-no .no-record img{
    vertical-align: middle;
}
.Records_list h3{
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    background:#fa4e3a;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
}
.Records_list h3 img{
    vertical-align: middle;
}
.Records_list ul li{
    float: left;
    line-height: 34px;
    height: 34px;
    width: 100%;
}
.Records_list ul li:nth-child(even){
    background:#f9eff1;
}
.Records_list ul li span{
    width:40%;
    float: left;
    text-align:center;
    font-size: 14px;
}
.Records_list ul li span:first-child{
    padding-left: 5%;
    width: 40%;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.service_box{
    display: none;
    position:fixed;
    border-radius: 8px;
    left: 50%;
    top:50%;
    margin-top: -101px;
    margin-left:-30%;
    width:60%;
    background:#fff;
    color:#000;
    z-index:20;
    padding: 20px 0;
}
.service_box .title{
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -50%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    width: 100%;
}
.service_box i.close{
    position: absolute;
    left: 50%;
    margin-left:-15px;
    bottom:-45px;
    text-align: center;
}
.service_box .wechat,.service_box .tel{
    text-align: center;
    vertical-align:middle;
    display:inline-block;
    width: 100%;
    padding: 5px 0;
}
.service_box .tel img{
    vertical-align:top;
    display:inline-block;
}
.service_box .tel a{
    color:#000!important;
    text-decoration:none;
    line-height:22px;
    height: 30px;
}
.side-nav {
    position: fixed;
    left:10px;
    bottom:10%;
    z-index:10;
    width: 37px;
    height: auto;

}
.side-nav a{
    text-align: center;
    display:block;

}

.side-nav .weixin{
    background-color: rgba(9,186,7,0.6);
    color:#fff;
    font-size: 12px;
    padding:3px 0;

}
.side-nav .weixin p{
    line-height: 13px;
}
.side-nav .back{
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 8px 0;
}


.section_f{
    padding:30px 50px;
    color: #fff;
}
.section_f .tou-f{
    height:60px;
    display: block;
}
.tou-f .img-box-f{
    margin-right: 5px;
    width:58px;
    height:58px;
    border:2px solid #fff;
    border-radius: 50%;
    float: left;
}
.tou-f .img-box-f .img-f img{
    width:55px;
    height:55px;
    padding: 3px;
    border-radius:50%;
}
.titel-f{
    height: 60px;
    line-height:60px;
    font-size: 14px;
}

.message-f{
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0;
}
.qr-code-f{
    background-color: rgba(255,255,255,0.6);
    width: 155px;
    height: 155px;
    border-radius: 50%;
    text-align: center;
    margin:20px auto;
}
.qr-code-f img{
    margin-top:20px;
    width:85px;
    height: 85px;
    border:3px solid #fff;
    text-align: center;
    vertical-align: middle;
}
.qr-code-f p{
    margin-top: 2px;
    color:#ff554b;
    line-height: 14px;
}
.share-f{
    width: 100%;
}
.share-f p{
    font-size: 14px;
    padding-bottom: 15px;
}
.share-f img{
    width: 100%;
    margin-bottom: 10px;
}
[v-cloak] {
    display: none;
}

@media screen and (min-width:360px) and (max-width: 640px){

}
@media (max-width:330px){

}
.ts-l{
    padding: 10px 0;
    text-align: center;
    background-color:rgba(239,0,29,0.5);
    color:#fff;
    z-index:99;
}



