/* ****************************************************************       Mobile active (手机端活动页)         ********************************************************* */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    font-size:62.5%;
    font:inherit;
    vertical-align:baseline;
    font-family:"微软雅黑";
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section {
    display:block
}
ol,ul,input{
    margin:0;
    padding:0;
    list-style:none
}
a,h1,h2,h3,h4,h5,h6,p,section,article {text-decoration:none; color:#000; font-family:"微软雅黑";}
blockquote,q {
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after {
    content:'';
    content:none;
}
button {
    cursor:pointer
}

.clearfix:after{
    clear:both;
    height:0;
    content:"";
    overflow:hidden;
    visibility:hidden;
    display:block;
}
.clearfix{
    clear:both;
    zoom:1;
}



/**************  中秋活动专题 start  ************/

.mid-autumn-bg{
    width: 100%;
    height: auto;
    background: -webkit-linear-gradient(#c42cf7, #5f38d9, #a535eb); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#c42cf7, #5f38d9, #a535eb); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#c42cf7, #5f38d9, #a535eb); /* Firefox 3.6 - 15 */
    background: linear-gradient(#c42cf7, #5f38d9, #a535eb); /* 标准的语法 */

}
.h5_mid_autumn_bg{
    margin-top:-1px;
    background:#fff;
}
.h5_mid_autumn_bg img{
    display: block;
    width: 100%;
    height: 100%;
}
.mid_autumn_goods_list{
    width: 100%;
    overflow: hidden;
}
.mid_autumn_goods_list li{
    width: 50%;
    float: left;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 2rem;
    background: #fff;
}
.mid_autumn_goods_list li:nth-of-type(2n){
    border-right: none;
}
.mid_autumn_goods-img{
    width: 100%;
    height: 30rem;
}
.mid_autumn_goods-img img{
    width: 100%;
    height: auto;
}
.mid_autumn_goods-img-1{
    width: 100%;
    height: 25rem;
}
.mid_autumn_goods-img-1 img{
    width: 100%;
    height: auto;
}
.mid_autumn_goods_list li .mid_autumn_goods-name{
    font-size: 2.2rem;
    font-weight: normal;
    padding: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #555;
}
.mid_autumn_goods_list li .mid_autumn_goods-price{
    overflow: hidden;
    padding: 0 1rem;
    margin-top: .5rem;
}
.mid_autumn_goods_list li .mid_autumn_goods-price dt{
    float: left;
    font-size: 2.6rem;
    color: #e6002d;
}
.mid_autumn_goods_list li .mid_autumn_goods-price dt s{
    font-size: 1.6rem;
    color: #999;
    padding-left: .6rem;
}
.mid_autumn_goods_list li .mid_autumn_goods-price dd{
    float: right;
}
.mid_autumn_goods_list li .mid_autumn_goods-price dd a{
    display: block;
    width: 10rem;
    height: 3rem;
    font-size: 1.6rem;
    text-align: center;
    line-height: 3rem;
    border-radius: .4rem;
    background: #e6002d;
    color: #fff;
}
.mid_autumn_title_0{
    line-height: 6rem;
    font-size: 3rem;
    color: #fff;
    text-align: center;
}
.mid_autumn_title_1{
    width: 100%;
    text-align: center;
    margin: 4rem 0;
}


/**************  中秋活动专题 end  ************/



/**************  10-11 月中活动 start ************/

.mid-month-bg{
    width: 100%;
    height: auto;
    background: #f9f9f9;

}
.mid_month_title{
    line-height: 8rem;
    font-size: 3rem;
    color: #333;
    text-align: center;
}
.mid_autumn_goods_list li .mid_autumn_goods-price dd .next{
    background: #666;
}


/**************  10-11 月中活动 end ************/




/**************  满减活动 start ************/

.f-container{
    width: 100%;
    background: green;
}
.f-goods-list{
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.f-goods-list li{
    width: 31%;
    height: auto;
    background: #fff;
    position: relative;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    padding-bottom: 1rem;
}
.f-goods-list li:nth-of-type(3n){
    margin-right: 0;
}
.full-cut-title{
    padding: .5rem 2rem;
    background: #e6002d;
    color: #fff;
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.f-cut-mark{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.f-cut-mark img{
    width: 100%;
    height: 100%;
}
.f-goods-img{
    width: 100%;
    height: 18rem;
    overflow: hidden;
    position: relative;
}
.f-goods-img img{
    width: 100%;
    height: auto;
}
.f-goods-name{
    padding: 1rem .5rem;
    font-size: 1.8rem;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.f-price{
    font-size: 2.4rem;
    color: #e6002d;
    padding: 0 .5rem;
}
.f-price span{
    padding-left: .5rem;
}

/**************  满减活动 start ************/



/**************  城市代理人 start ************/

.site-agent-container{
    width: 100%;
    /*height: 100rem;*/
    background: url(../case_img/site_agent_banner.png) no-repeat center top;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    padding-top: 28rem;
}
/*.site-agent-banner{*/
    /*width: 100%;*/
/*}*/
/*.site-agent-banner img{*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: auto;*/
/*}*/
.site_agent_col{
    width: 22rem;
    height: 3.6rem;
    margin: 0 auto;
    line-height: 3rem;
    font-size: 1.8rem;
    color: #e6002d;
    font-weight: bold;
    text-align: center;
    background: url(../case_img/site_agent_title_bg.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
}
.site_reward{
    width: 60%;
    margin: 3rem auto;
    overflow: hidden;

}
.site_reward li{
    float: left;
    width: 33%;
    height: 12rem;
    margin-right: 0.5%;
    text-align: center;
    box-sizing: border-box;
}
.site_reward li:last-of-type{
    margin-right: 0;
}
.site_reward li img{
    display: inline-block;
    width: 68%;
    height: auto;
}
.site_reward li span{
    display: block;
    font-size: 1.4rem;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #539af2;
    font-weight: bold;
    margin-top: 1rem;
}
.site_reward li span strong{
    font-size: 1.8rem;
}
.site_content{
    width: 70%;
    height: 23rem;
    padding: 1rem;
    border-radius: .5rem;
    margin: 0 auto;
    background: url(../case_img/site_content_bg.png) no-repeat 1rem 1rem #539af2;
    background-size: 100% 24rem;
    -webkit-background-size: 100% 24rem;
    -moz-background-size: 100% 24rem;
    -o-background-size: 100% 24rem;
    -ms-background-size: 100% 24rem;
}
.site_content ul{
    padding: 2rem 1rem 1rem 1rem;
}
.site_content ul li{
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.site_content ul li strong{
    font-weight: bold;
    color: #e6002d;
}
.site_img{
    width: 90%;
    margin: 0 auto 2rem auto;
}
.site_img img{
    display: block;
    width: 100%;
    height: auto;

}
.site_img_bottom{
    width: 100%;
    position: relative;
    text-align: center;
}
.site_img_bottom img{
    width: 100%;
    height: auto;
}
.site_img_bottom span{
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 2rem;
    font-size: 2rem;
    color: #fff;
}

/**************  城市代理人 end ************/



/* ********************** 折扣专区 start ********************* */

.zk_topTitle{
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.4rem;
    background: #fff;
    text-align: center;
    position: relative;
    color: #333;
}
.zk_topTitle .zk_back{
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(../images/yr.png) no-repeat center center;
    -ms-transform: rotate(180deg);             /* IE 9 */
    -webkit-transform: rotate(180deg);      /* Safari and Chrome */
    -o-transform: rotate(180deg);              /* Opera */
    -moz-transform: rotate(180deg);         /* Firefox */
    transform: rotate(180deg);
    -webkit-background-size: 1.8rem auto;
    -moz-background-size: 1.8rem auto;
    -o-background-size: 1.8rem auto;
    -ms-background-size: 1.8rem auto;
    background-size: 1.8rem auto;
    position: absolute;
    left: 1.5rem;
    top: 1rem;
}
.zk_banner{
    width: 100%;
    height: 30rem;
    font-size: 0;
    position: relative;
    overflow: hidden;
}
.zk_banner img{
    display: block;
    width: 100%;
    height: 100%;
}
.zk_act_rules{
    display: block;
    width: 15rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #555;
    border-radius: 2rem 0 0 2rem;
    background: #fff;
    position: absolute;
    right: 0;
    top:10px;
}
.zk_rules_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
}
.zk_rules_container .zk_rules_content{
    width: 80%;
    height: auto;
    border-radius: 1rem;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.zk_rules_container .zk_rules_content h2{
    font-size: 2.2rem;
    text-align: center;
    line-height: 4rem;
    font-weight: bold;
    color: #555;
}
.zk_rules_container .zk_rules_content .zk_rules_del{
    width: 100%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 20rem;
    max-height: 40rem;
    overflow-y: auto;
    font-size: 2.1rem;
    color: #555;
    line-height: 3rem;
}
.zk_rules_container .zk_close-rules{
    display: block;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: url(../images/close-icon.png) center center #fff;
    position: absolute;
    left: 50%;
    bottom: -8rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.zk_goodsList_container{
    width: 100%;
    height: auto;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zk_goodsList_container .zk_goodsList{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.zk_goodsList_container .zk_goodsList li{
    float: left;
    width: 49%;
    /*height: 30rem;*/
    background: #fff;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-bottom: 2rem;
}
.zk_goodsList_container .zk_goodsList li:nth-of-type(2n){
    margin-right: 0;
}
.zk_goodsList_container .zk_goodsList li .zk_goods_img{
    width: 100%;
    height: 29rem;
    overflow: hidden;
}
.zk_goodsList_container .zk_goodsList li .zk_goods_img img{
    display: block;
    width: 100%;
    height: auto;
}
.zk_goodsList_container .zk_goodsList li .zk_goods_name{
    font-size: 2rem;
    color: #555;
    height: 5rem;
    line-height: 2.5rem;
    margin: 1.2rem 0;
    padding: 0 1rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zk_goodsList_container .zk_goodsList li .zk_goods_price{
    padding: 0 1rem;
    overflow: hidden;
}
.zk_goodsList_container .zk_goodsList li .zk_goods_price dt,.zk_goodsList_container .zk_goodsList li .zk_goods_price dd{
    float: left;
    margin-right: 1.5rem;
}
.zk_goodsList_container .zk_goodsList li .zk_goods_price dt{
    font-size: 2.4rem;
    font-weight: bold;
    color: #e6002d;
}
.zk_goodsList_container .zk_goodsList li .zk_goods_price dd{
    font-size: 1.6rem;
    margin-top: .8rem;
    color: #888;
}


/* ********************** 折扣专区 end ********************* */
