﻿body{
    background:#f5f5f5;
}
.container{
    min-height:800px;
    font-family:Arial,"Microsoft YaHei"; 
}
.get_btn,.coupon_contact a i{
    background-image:url(https://i.huim.com/content_new/images/coupon_ico.png);
    background-repeat:no-repeat;
}

/* 面包屑
------------------------------------*/
.mall_head .bread_crumbs{
    height:32px;
    line-height:32px;
    padding:5px 0 0 35px;
    color:#bdbdbd;
    border-bottom:1px dashed #f0f0f0;
}
.mall_head .bread_crumbs a{
    color:#999;
}
.mall_head .bread_crumbs a:hover{
    color:#f95c68;
}
.mall_head .bread_crumbs span.arrow {
    font-family:"SimSun";
    padding:0 4px;
}
.mall_head .detial_tit{
    padding:15px 0 15px 0;
    font-weight:400;
    font-size:18px;
    color:#333;
    font-family:Arial,"Microsoft YaHei"; 
}
.mall_head .detial_tit span{
    padding-left:10px;
    font-weight:700;
    color:#f95c68;
}
.mall_head .detail_tit_s{
    display:inline-block;
    width:150px;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    vertical-align:-12px;
    *vertical-align:-2px;
   
}
.mall_head .bread_crumbs .detial_tips{
    float:right;    
    position:relative;
    color:#999;    
}
.bread_crumbs .detial_tips a{
    color:#3366cc;
}
.bread_crumbs .detial_tips a:hover{
    color:#3366cc;
    text-decoration:underline;
}

/* 商城头站
------------------------------------*/
.mall_head{
    background-color:#fff;
    padding-bottom:20px;
}
.mall_head .mall_logo{
    float:left;
    margin:20px 40px 0 35px; 
}
.mall_logo a{
    display:block;
    width:200px;
    height:100px;
    border:1px solid #e6e6e6;
}

.mall_head .mall_related{
    float:left;
    margin-top:18px;
    width:680px;
}
.mall_related .mall_name{
    height:40px;
    font-size:20px;
    font-weight:700;
    color:#333;
}
.mall_related .mall_name a{
    padding-left:5px;
    font-size:14px;
    font-weight:500;
    color:#3366cc;
}
.mall_related .mall_des{
    margin-bottom:5px;
    line-height:20px;
}
.mall_related .mall_des span{
    font-size:12px;
    font-weight:700;
    color:#666;
}
.mall_related .mall_golink{
    text-align:right;
}
.mall_related .mall_link{
    display:inline-block;
    padding:0 12px;
    height:23px;
    text-align:center;
    line-height:23px;
    border:1px solid #f95c68;
    font-size:14px;
    color:#f95c68;
}

/* 商城相关-优惠券
------------------------------------*/
.mall_content .md_title{
    margin-top:25px;
    height:30px;
    line-height:28px;
    text-align:right;  
}
.mall_content .md_title h4{
    float:left;
    font-size:16px;
    font-weight:700;
    color:#444;
}
.mall_content .md_title a{
    font-size:14px;
    color:#666;
}

.quan_list{
    padding:20px 0 0 35px;
    background-color:#fff;
}
.coupon_item{
    width:1000px;
}
.coupon_item li{
    float:left;
    width:154px;
    height:170px;
    margin:0 40px 20px 0;
    background-color:#fff;
}
.coupon_item li a{
    display:inline-block;
    width:152px;
    height:168px;
    border:1px solid #f0f0f0;
}
.coupon_item li a:hover{
    border-color:#f95c68;
}
.coupon_item li img{
    display:block;
    width:112px;
    height:56px;
    margin:12px auto 0 auto;
    cursor:pointer;
}
.coupon_item .coupon_info{
    display:block;
    height:61px;
    text-align:center;
    font-size:16px;
    color:#444;
    cursor:pointer;
}
.coupon_item .coupon_info font{
    display:block;
    height:24px;
    line-height:24px;
    font-size:32px;
    color:#ff4c5b;
    font-family:Arial;
    font-weight:700;
    font-style:normal;
}
.coupon_item .coupon_info i{
    position:relative;
    top:-8px;
    right:-2px;
    font-size:18px;
    color:#ff4c5b;
    font-family:"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",Dengxian,Arial,SimSun,sans-serif;
}
.coupon_item .vouchers{
    display:inline-block;
}
.coupon_item .vouchers b{
    font-size:32px;
    color:#ff4c5b;
    font-family:Arial;
    font-weight:700;
}
.coupon_item .vouchers b em{
    font-size:16px;
    color:#ff4c5b;
    font-weight:500;
    font-family:Arial,"Microsoft YaHei";
}
.coupon_item .get_btn{
    display:block;
    text-align:center;
    height:39px;
    line-height:39px;
    font-size:14px;
    color:#8a4545;
    cursor:pointer;
    background-position:0 -49px;
}
.coupon_item li a:hover .get_btn{
    color:#fff;
    background-position:0 0;
}
.coupon_item .add_coupon{
    width:152px;
    height:168px;
    font-size:15px;
    color:#444;
    border:1px solid #f0f0f0;
}
.coupon_item .add_coupon .cou_more_tips{
    display:block;
    padding:50px 0 0 10px;
    line-height:30px;
}


/* 超值精选
--------------------*/
.jingxuan_list{
    width:1020px;
}
.jingxuan_list li{
    position:relative;
    float:left;
    width:214px;
    padding:15px;
    margin-right:8px;
    margin-bottom:10px;
    background:#fff;
    -moz-transition:box-shadow .5s;
    -webkit-transition:box-shadow .5s;
    -o-transition:box-shadow .5s;
}
.jingxuan_list li:hover{
    box-shadow: 0 0 8px #aaa;
}
.bao_grid .grid_pic{
    position:relative;
    width:214px;
    height:214px;    
}
.bao_grid .grid_pic img{
    width:214px;
    height:214px;
}
.bao_grid .grid_pic .list_soldout{  
    position:absolute;
    display:inline-block;
    z-index:6;
    top:50%;
    left:50%;
    width:120px;
    height:120px;
    margin:-60px 0 0 -60px;
    background-position:0 -241px;
}
.bao_grid .grid_tit{
    padding-top:10px;
}
.bao_grid .grid_tit a{
    display:block;
    height:30px;
    _width:214px;
    line-height:32px;
    overflow:hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:14px;
    color:#333;
    font-weight:400;
}
.bao_grid .grid_tit a:hover{
    color:#f95c68;
}
.bao_grid .price_current{
    display:block;
    width:214px; 
    height:30px;
    padding-bottom:17px;
    overflow:hidden;
    word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.bao_grid .price_current a{
    font-size:18px;
    color:#f95c68;
}
.bao_grid .pub_time{
    float:left;
    margin:15px 0 20px 0;
    display:inline-block;
    color:#999;    
}
.bao_grid .author_name{
    float:right;
    margin: 15px 0 20px 0;
    display:inline-block;
    width: 92px;
    text-align:right;
    word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    color: #999;
}
.bao_grid .grid_page{
    padding-bottom:5px;
}
.bao_grid .page_num{
    float:left;
    height:20px;
    line-height:20px;
    margin-right:15px;
    color:#b3b3b3;
}

.bao_grid .grid_buy_btn{
    position:relative;
    float:right;
    display:block;
    width:100px;
    height:28px;
    margin-top:-4px;
    line-height:28px;
    text-align:center;
    background:#f95c68;
    font-size:14px;
    color:#fff;
    cursor:pointer;
}
.bao_grid a.grid_buy_btn:hover{    
    background:#ff6b77;
    color:#fff;
}
.jingxuan_more{
    padding:40px 0 100px 0;
    text-align:center;
}
.jingxuan_more a{
    width:150px;
    height:40px;
    line-height:40px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}