/* = 轮播图
--------------------------------------------------------------------*/
body {
    background: #f5f5f5;
}

.container {
}

.slider {
    width: 100%;
    height: 265px;
}

.slider .banner {
    z-index: 0;
    position: relative;
    width: 100%;
    height: 265px;
    overflow: hidden;
}

.slider .banner li {
    display: block !important;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.slider .banner_pic {
    display: block;
    height: 265px;
    width: 1200px;
    margin: 0 auto;
}

.banner_layer {
    position: relative;
    height: 0;
}

.banner_layer .sign_in {
    position: absolute;
    top: -233px;
    right: 0;
    width: 280px;
    height: 200px;
    background: #fff;
}

.sign_btn, .rank_angle, .sign_success {
    background-image: url(../img/sign_in.png);
    background-repeat: no-repeat;
}

.sign_in .sign_btn {
    display: block;
    width: 170px;
    height: 42px;
    line-height: 42px;
    margin: 40px auto 0 auto;
    background-position: 0 0;
    cursor: pointer;
}

.sign_in .oksign_box {
    display: none;
}

.sign_in .sign_success {
    display: block;
    width: 170px;
    height: 42px;
    line-height: 42px;
    margin: 40px auto 0 auto;
    background-position: 0 -43px;
}

.sign_in .sign_success .sign_txt {
    padding-left: 5px;
    font-size:14px;
}

.sign_success .daren_sign {
    display: inline-block;
    padding-right: 25px;
    color: #fff;
}

.sign_in .sign_date {
    display: inline-block;
    width: 34px;
    height: 38px;
    margin-left: 14px;
    padding-top: 4px;
    vertical-align: middle;
    text-align: center;
    line-height: 38px;
    color: #000;
    font-size: 18px;
    font-family: Arial;
}

.sign_in .sign_txt {
    display: inline-block;
    padding-left: 10px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
}

.sign_in .start_sign {
    width: 190px;
    margin: 0 auto;
    padding-top: 8px;
    text-align: center;
    color: #999;
}

.sign_in .sign_rank {
    display: none;
    position: absolute;
    left: 50%;
    top: 80px;
    width: 168px;
    height: 220px;
    padding: 8px 15px 0 15px;
    margin-left: -100px;
    border: 1px solid #e3c998;
    background: #fffbf4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.sign_in .rank_angle {
    position: absolute;
    top: -8px;
    left: 134px;
    display: inline-block;
    width: 16px;
    height: 9px;
    background-position: 0 -86px;
}

.sign_in .rank_tit {
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #f95c68;
}

.sign_in .nosign_box .start_sign {
    position: relative;
    cursor: default;
    color: #8a4545;
}

.nosign_box .start_sign font {
    font-family: SimSun;
}

.nosign_box .start_sign .qrcode_box {
    position: absolute;
    top: -50px;
    left: 2px;
    display: none;
    width: 188px;
    height: 188px;
    background: url(../img/sign_qrcode.png) no-repeat;
}

.rank_table .col_img {
    width: 16px;
    height: 16px;
}

.rank_table {
    display: block;
    width: 100%;
    height: 179px;
    overflow: hidden;
}

.rank_table tr {
    width: 100%;
    height: 30px;
    vertical-align: middle;
    border-bottom: 1px dashed #f2dfc2;
    color: #808080;
}

.rank_table .sign_day {
    display: inline-block;
    padding: 0 4px;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #ea544a;
}

.rank_table .col_td {
    width: 110px;
}

.rank_table .col_name {
    padding-left: 4px;
    color: #8a4545;
}

.sign_in .sign_foot {
    padding-top: 30px;
    text-align: center;
}

.sign_in .sign_foot a {
    display: inline-block;
    width: 78px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border: 1px solid #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.sign_in .sign_foot .publish_btn {
    margin-right: 10px;
}

/* 控制元素
--------------------*/
.banner_layer .adtype {
    position: absolute;
    right: 50%;
    top: -25px;
    width: 200px;
    margin-right: 40px;
    text-align: center;
}

.banner_layer .adtype a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #e2e2e2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.banner_layer .adtype a.current {
    background: #f95c68;
}

.banner_arrow .arrow_prev, .banner_arrow .arrow_next {
    display: block;
    position: absolute;
    top: -155px;
    width: 29px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    z-index: 12;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    *background-color: #333;
}

.banner_arrow {
    display: none;
}

.banner_arrow .arrow_prev {
    left: 0;
}

.banner_arrow .arrow_next {
    right: 280px;
}

.banner_arrow .arrow_prev i, .banner_arrow .arrow_next i {
    background: url(../img/arrow.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 21px;
    margin: 12px 0 0 9px;
    overflow: hidden;
    width: 13px;
}

.banner_arrow .arrow_prev i {
    background-position: top left;
}

.banner_arrow .arrow_next i {
    background-position: top right;
}

.banner_arrow .arrow_prev:hover, .banner_arrow .arrow_next:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

/* = 主内容区
--------------------------------------------------------------------*/
.ico_horm, .show_type a, .home_icon, .ico_clock, .list_soldout, .nav_type i, .left_arrow, .zhi_tit h4, .grid_buy_btn, .ico_voice, .top_ico, .recommend .rec_list li a i, .comment_gift {
    background-image: url(../img/home_ico.png);
    background-repeat: no-repeat;
}


/* 超值推荐
--------------------*/

.zhi_tit h4 {
    float: left;
    display: inline-block;
    width: 150px;
    height: 30px;
    text-indent: -99em;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: "微软雅黑", 'Microsoft Yahei';
    background-position: 0 -200px;
}

.zhi_tit span {
    color: #999;
}

.zhi_tit .push_voice {
    float: right;
    margin-top: 5px;
    padding: 2px 0 2px 10px;
    border-left: 1px solid #dbdbdb;
}

.push_voice .ico_voice {
    display: block;
    width: 24px;
    height: 20px;
    background-position: -88px -176px
}


.zhi_tit .open_voice .ico_voice {
    background-position: -113px -176px;
}

.zhi_tit .show_type {
    float: right;
    line-height: normal;
    position: relative;
    z-index: 11;
}

.zhi_tit .show_type li {
    float: left;
    padding-top: 7px;
}

.zhi_tit .show_type a {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.zhi_tit .type_grid {
    margin-right: 10px;
    background-position: -22px -176px;
}

.zhi_tit .type_list {
    margin: 0 12px 0 10px;
    background-position: -66px -176px;
}

.zhi_tit a.type_list:hover, .zhi_tit .current a.type_list {
    background-position: -44px -176px;
}

.zhi_tit a.type_grid:hover, .zhi_tit .current a.type_grid {
    background-position: 0 -176px;
}


/**/
.cf .open_voice .ico_voice {
    background-position: -113px -176px;
}

.cf .show_type {
    float: right;
    line-height: normal;
    position: relative;
    z-index: 11;
}

.cf .show_type li {
    float: left;
    padding-top: 7px;
}

.cf .show_type a {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.cf .type_grid {
    margin-right: 10px;
    background-position: -22px -176px;
}

.cf .type_list {
    margin: 0 12px 0 10px;
    background-position: -66px -176px;
}

.cf a.type_list:hover, .zhi_tit .current a.type_list {
    background-position: -44px -176px;
}

.cf a.type_grid:hover, .zhi_tit .current a.type_grid {
    background-position: 0 -176px;
}



/* 分类导航
--------------------*/
.side_nav {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 10;
    width: 78px;
    border: 1px solid #ebebeb;
    border-bottom: 2px solid #f2494e;
    background: #fff;
}

.side_nav .nav_type {
    display: block;
    width: 78px;
    height: 60px;
    padding-top: 10px;
    text-align: center;
}

.side_nav .nav_type i {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 5px auto;
}

.nav_type .ico_class {
    background-position: 0 -63px;
}

.nav_type .ico_shop {
    background-position: 0 -129px;
}

.side_nav .current .nav_type {
    color: #fff;
    background: #f95c68;
}

.side_nav .current .nav_type .ico_class {
    background-position: 0 -30px;
}

.side_nav .li_list {
    background-color: #fff3f4;
}

.side_nav .li_list a, .mall_pop {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.side_nav .mall_list {
    padding-top: 5px;
    position: relative;
}

.side_nav .mall_box {
    display: none;
    position: absolute;
    top: -1px;
    left: 78px;
    width: 225px;
    height: 138px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
}

.side_nav .mall_box .left_arrow {
    display: inline-block;
    width: 7px;
    height: 14px;
    position: absolute;
    top: 15px;
    left: -6px;
    background-position: -75px -2px;
}

.side_nav .mall_box ul {
    padding: 10px 0 0 15px;
}

.side_nav .mall_box li {
    float: left;
    width: 70px;
    height: 24px;
    overflow: hidden;
}

.side_nav .mall_box li a {
    text-align: left;
    display: inline-block;
    height: 24px;
    line-height: 24px;
}

.side_nav .nav_list {
    padding: 5px 0;
    display: none;
}

.side_nav .nav_lei {
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

/*
.side_nav .current .nav_list{
    display:block;
}
*/
.side_nav .nav_list i {
    float: left;
    margin-top: 5px;
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #fff;
}

.side_nav .nav_list li a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.side_nav .nav_list .cur_list i {
    background: #ff99a1;
}

.side_nav .nav_list .cur_list a {
    color: #ad232e;
}

#today_zhi .fixed_nav {
    position: fixed;
    left: 50%;
    top: 120px;
    margin-left: -680px;
    _position: absolute;
    _top: 0;
    _margin-left: 0;
    /*
    _position:absolute;
    _margin-left:-610px;    
    _top:expression(eval(document.documentElement.scrollTop+10-this.offsetHeight-(parseInt(this.currentStyle.marginTop,0)||0)-(parseInt(this.currentStyle.marginBottom,0)||0)));   
    */
}

/* = 超值精选
--------------------------------------------------------------------*/
/* 列表模式
--------------------*/
.zhi_type {
    position: relative;
    /*padding-top: 15px;*/
}

.zhi_container {
    width: 862px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.zhi_container .zhi_list {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 20px;
    margin-bottom: 10px;
    background: #fff;
    -moz-transition: box-shadow .5s;
    -webkit-transition: box-shadow .5s;
    -o-transition: box-shadow .5s;
    *overflow: hidden;
}

.zhi_container .zhi_list:hover {
    box-shadow: 0 0 15px #aaa;
}

.zhi_list .list_pic {
    position: relative;
    width: 230px;
    margin-right: 25px;
}

.zhi_list .list_pic a {
    display: block;
    text-align: center;
}

.zhi_list .list_pic a img {
    margin-right: 20px;
    max-width: 230px;
    height: 230px;
}

.zhi_list .list_pic .list_soldout {
    position: absolute;
    display: inline-block;
    z-index: 6;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -78px;
    background-position: 0 -363px;
}

/*首页二维码*/
.list_pic a.qrcode_btn {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 7;
}

.list_pic .qrcode_btn i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff url(../img/qrcode_ico.png) no-repeat 0 4px;
}

.list_pic .qrcode_btn .qrcode_txt {
    float: left;
    padding-left: 5px;
    color: #fff;
    font-size: 15px;
    font-family: Arial, "Microsoft YaHei";
    display: inline-block;
    line-height: 40px;
}

.list_pic a.qrcode_btn .qrcode_box {
    display: none;
    position: absolute;
    top: -185px;
    left: 0px;
    width: 215px;
    height: 207px;
    padding-top: 8px;
    background: #fff;
    border: 1px solid #e8e6f0;
    cursor: default;
}

.list_pic a.qrcode_btn .qrcode_box em {
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0px;
    width: 102px;
    height: 15px;
    background-image: url(../img/qrcode_ico.png);
    background-position: 45px -67px;
    background-repeat: no-repeat;
}

.list_pic a.qrcode_btn .qrcode_box img {
    display: block;
    height: 175px;
    width: 175px;
    margin: 0 auto;
}

.list_pic a.qrcode_btn .qrcode_box font {
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #757380;
    font-size:14px;
}

.grid_pic a.qrcode_btn {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 7;
}

.grid_pic a {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
}

.grid_pic a img {
    /*margin-right: 20px;*/
    /*height: 230px;*/
    text-align: center;
}

.grid_pic .qrcode_btn i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff url(../img/qrcode_ico.png) no-repeat 0 4px;
}

.grid_pic .qrcode_btn .qrcode_txt {
    float: left;
    padding-left: 5px;
    color: #fff;
    font-size: 15px;
    font-family: Arial, "Microsoft YaHei";
    display: inline-block;
    line-height: 40px;
}

.grid_pic a.qrcode_btn .qrcode_box {
    display: none;
    position: absolute;
    top: -185px;
    left: 0px;
    width: 215px;
    height: 207px;
    padding-top: 8px;
    background: #fff;
    border: 1px solid #e8e6f0;
    cursor: default;
}

.grid_pic a.qrcode_btn .qrcode_box em {
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0px;
    width: 102px;
    height: 15px;
    background-image: url(../img/qrcode_ico.png);
    background-position: 45px -67px;
    background-repeat: no-repeat;
}

.grid_pic a.qrcode_btn .qrcode_box img {
    display: block;
    height: 175px;
    width: 175px;
    margin: 0 auto;
}

.grid_pic a.qrcode_btn .qrcode_box font {
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #757380;
    font-size:14px;
}

.zhi_list .list_info {
    width: 560px;
}

.list_info .list_tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_info .list_tit a {
    font-size: 18px;
    color: #333;
    font-family: Arial, "Microsoft YaHei";
}

.list_info .list_price {
    height: 30px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_info .list_price {
    font-size: 18px;
    color: #ea544a;
    font-family: Arial, "Microsoft YaHei";
}

.list_info .list_doc {
    height: 96px;
    margin: 20px 0;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #a6a6a6;
}

.list_info .list_doc strong {
    font-weight: 400;
    font-size:14px;
    color: #a6a6a6;
}

.list_info .list_doc a {
    cursor: text;
    color: #a6a6a6;
}

.list_info .list_action {
    position: relative;
}

.list_info .list_action .list_label {
    padding-bottom: 15px;
}

.list_info .list_action .list_label a {
    position: relative;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin-right: 15px;
    border: 1px solid #ccc;
    color: #b3b3b3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    font-size:14px;
}

.list_page {
    font-size:14px;
}

.list_info .list_action .list_label a:hover {
    border-color: #f95c68;
    color: #f95c68;
}

.list_info .list_action .list_label .comment_gift {
    position: absolute;
    right: -95px;
    top: -5px;
    display: inline-block;
    width: 86px;
    height: 26px;
    border: 0;
    background-position: 0 -473px;
}

.list_info .list_page span {
    color: #999;
}

.list_info .list_page .ico_clock, .pub_time .ico_clock {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: -3px;
    *vertical-align: 0px;
    margin-right: 5px;
    background-position: -50px -2px;
}

.list_info .list_page .page_num {
    padding-left: 15px;
}

.list_info .list_action .list_buy_btn {
    width: 116px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 10px;
    border-radius: 3px;
}

.list_info .list_action .list_buy_btn span {

    font-size: 15px;
    color: #fff;
    font-family: Arial, "Microsoft YaHei";
}

.list_info .list_action a.list_buy_btn:hover {
    background-position: -45px -129px;
}

.zhi_list .tab_tips {
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    height: 40px;
    z-index: 10;
}

.zhi_list .tab_tips b {
    display: inline-block;
    width: 53px;
    height: 40px;
    margin-right: 8px;
    background: url(../img/tab_ico.png?v=316) no-repeat;
}

.zhi_list .tab_tips .tab_ico1 {
    background-position: 0 0;
}

.zhi_list .tab_tips .tab_ico2 {
    background-position: -60px 0;
}

.zhi_list .tab_tips .tab_ico3 {
    background-position: -120px 0;
}

.zhi_list .tab_tips .tab_ico4 {
    background-position: -180px 0;
}

.zhi_list .tab_tips .tab_ico5 {
    width: 63px;
    background-position: -240px 0;
}

.zhi_list .tab_tips .tab_ico6 {
    width: 63px;
    background-position: -310px 0;
}

/* 爆料白菜入口
--------------------*/
.enter_area {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 15px 0 10px 25px;
    margin-bottom: 10px;
    background: #fff;
}

.enter_area .enter_title {
    text-align: right;
    padding-bottom: 5px;
    padding-right: 30px;
    height: 24px;
    line-height: 24px;
    font-family: Arial, "Microsoft YaHei";
}

.enter_title span {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    font-family: Arial, "Microsoft YaHei";
}

.enter_title a {
    color: #f54e54;
}

.enter_title a:hover {
    text-decoration: underline;
}

.enter_content .pub_big {
    float: left;
    width: 190px;
    margin-right: 28px;
    _margin-right: 15px;
}

.enter_content .pub_big a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 189px;
    height: 189px;
    border: 1px solid #ebebeb;
}

.enter_content .pub_big img {
    width: 189px;
    height: 189px;
}

.enter_content .pub_big span {
    display: block;
    position: absolute;
    right: 1px;
    bottom: 10px;
    min-width: 55px;
    _width: 55px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background-color: rgba(255, 255, 255, 0.8);
    *background: #fff;
    font-size: 14px;
    color: #f95c68;
    font-weight: 700;
}

.enter_content .pub_list {
    float: left;
    width: 450px;
}

.enter_content .pub_list li {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.pub_list li a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 89px;
    height: 89px;
    border: 1px solid #ebebeb;
}

.pub_list li a img {
    width: 89px;
    height: 89px;
}

.pub_list li span {
    display: inline-block;
    position: absolute;
    right: 1px;
    bottom: 5px;
    min-width: 45px;
    _width: 45px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    *background: #fff;
    font-size:14px;
    color: #f95c68;
    font-weight: 700;
}

.pub_list li a:hover, .enter_content .pub_big a:hover, .enter_baicai li a:hover {
    cursor: pointer;
    border-color: #f95c68;
}

/*喵券直播
--------------------*/
.miaoquan_enter {
    padding-bottom: 10px;
    font-family: Arial, "Microsoft YaHei";
}

.miaoquan_enter li {
    float: left;
    width: 196px;
    padding: 6px;
    border: 1px solid #ebebeb;
    margin-right: 8px;
    background: #fff;
}

.quan_item_img {
    width: 242px;
    height: 242px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 10px;
    overflow: hidden;
}

.quan_item_img img{
    text-align: center;
    vertical-align: middle;
}

.quan_item_img a {
    top: 50%;
}


.quan_item_img .quan_item_price {
    position: absolute;
    bottom: 8px;
    right: 0;
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    color: #f95c68;
    background-color: rgba(255, 255, 255, 0.8);
    *background: #fff;
    font-size: 14px;
    font-weight: 700;
}


.quan_item_con .quan_item_tit {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
    height: 100px;
    text-align: left;
    max-height: 55px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item_btn_box {
    /*padding-top: 3px;*/
}

.item_btn_box .item_coupon {
    float: left;
    height: 20px;
    line-height: 20px;
    width: 88px;
    border: 1px dotted #FF0059;
    color: #fd214f;
    text-align: center;
}

.item_coupon:hover {
    background-color: #fff2f3;
}

.item_btn_box .item_coupon .quan {
    float: left;
    display: inline-block;
    width: 20px;
    text-align: center;
    border-right: 1px dotted #FF0059;
}

.item_btn_box .item_btn {
    float: right;
    width: 86px;
    height: 22px;
    line-height: 22px;
    background-color: #f95c68;
    text-align: center;
    color: #fff;
    font-size:14px;
}

/*清单入口
--------------------*/
.qingdan_enter {
    padding-bottom: 10px;
    font-family: Arial, "Microsoft YaHei";
    height: 230px;
}

.qingdan_enter .enter_qingdan a {
    position: relative;
    display: block;
    width: 650px;
    height: 195px;
    overflow: hidden;
    background: #fff;
    -moz-transition: box-shadow .5s;
    -webkit-transition: box-shadow .5s;
    -o-transition: box-shadow .5s;
}

.qingdan_enter .qd_txt {
    width: 650px;
    height: 195px;
    display: block;
    position: absolute;
    bottom: 0px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    /*text-shadow:1px 0px 1px #444;*/
    background: url(../img/black_a35.png) repeat;
}

.qingdan_enter .qd_txt span {
    display: block;
}

.qingdan_enter .qd_txt1 {
    padding-top: 30px;
    font-size: 18px;
    letter-spacing: 1px;
}

.qingdan_enter .enter_qingdan .qd_txt .qd {
    padding: 10px 0 32px 0;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 2px;
}

.enter_qingdan .rview {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
}

/* 网格模式
--------------------*/
.zhi_type_grid {
    width: 1200px;
    padding-bottom: 10px;
}

.zhi_type_grid li {
    width: 262px;
    height: 410px;
    float: left;
    margin: 0 10px 15px 10px;
    position: relative;
    border: 1px solid #ffffff;
    padding: 15px 10px 0 10px;
    background-color: #FFFFFF;
    text-align: center;
}

.zhi_type_grid li:hover {
    box-shadow: 0 0 15px #aaa;
}

.zhi_grid .grid_pic {

    width: 265px;
    height: 265px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 10px;
    display: table-cell;
}

.zhi_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;
}

.zhi_grid .grid_boxs {
    margin: 0 10px 11px;
}

.zhi_grid .grid_tit {
    padding-top: 10px;
    height: 55px;
}

.zhi_grid .grid_tit a {
    display: block;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-family: Arial, "Microsoft YaHei";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zhi_grid .grid_tit .emphricepart {
    color: #f95c68;
}

.zhi_grid .grid_tit a:hover {
    color: #f95c68;
}

.zhi_type .top_ico {
    display: inline-block;
    width: 48px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
    background-position: -147px 0;
    margin-right: 5px;
}

.zhi_container .top_ico {
    margin-top: -2px;
}

.zhi_grid .grid_price {
    position: relative;

}

.zhi_grid .price_current {
    display: block;
    width: 230px;
    height: 30px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zhi_grid .price_current a {
    font-size: 18px;
    color: #f95c68;
    font-family: Arial, "Microsoft YaHei";
}

.list_tit .emphricepart {
    font-size: 18px;
    color: #f95c68;
    font-family: Arial, "Microsoft YaHei";
}

.hot_info .emphricepart {
    color: #f95c68;
}

.zhi_grid .pub_time {
    height: 56px;
    line-height: 56px;
    display: inline-block;
    color: #999;
    font-size:14px;
}

.zhi_grid .grid_buy_btn {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 56px;
    height: 56px;
    background-position: -45px -23px;
}

.zhi_grid .grid_buy_btn span {
    display: block;
    width: 32px;
    margin: 10px auto;
    line-height: 18px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    font-family: Arial, "Microsoft YaHei";
}

.zhi_grid a.grid_buy_btn:hover {
    background-position: -108px -23px;
}

.zhi_grid .grid_page {
    margin-top: 5px;
    padding-bottom: 5px;
    font-size:14px;
    display: block;
}

.zhi_grid .grid_page a {
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    margin-right: 5px;
    border: 1px solid #ccc;
    color: #b3b3b3;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 50px;
}

.zhi_grid .grid_page a:hover {
    border: 1px solid #f95c68;
    color: #f95c68;
}

.zhi_grid .grid_page .page_num {
    float: right;
    line-height: 22px;
    color: #999;
}

.zhi_type_grid .tab_tips {
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    height: 40px;
    z-index: 10;
}

.zhi_type_grid .tab_tips b {
    display: inline-block;
    width: 53px;
    height: 40px;
    margin-right: 8px;
    background: url(../img/tab_ico.png?v=316) no-repeat;
}

.zhi_type_grid .tab_tips .tab_ico1 {
    background-position: 0 0;
}

.zhi_type_grid .tab_tips .tab_ico2 {
    background-position: -60px 0;
}

.zhi_type_grid .tab_tips .tab_ico3 {
    background-position: -120px 0;
}

.zhi_type_grid .tab_tips .tab_ico4 {
    background-position: -180px 0;
}

.zhi_type_grid .tab_tips .tab_ico5 {
    width: 63px;
    background-position: -240px 0;
}

.zhi_type_grid .tab_tips .tab_ico6 {
    width: 63px;
    background-position: -310px 0;
}

/* 列表右侧
--------------------*/
.main_side {
    width: 328px;
    *overflow: hidden;
}

.main_side .side_item {
    margin-bottom: 10px;
    background: #fff;
}

.main_side .side_item_tit {
    padding-top: 20px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: Arial, "Microsoft YaHei";
}

.main_side .side_item_tit i {
    display: inline-block;
    width: 4px;
    height: 16px;
    margin-right: 4px;
    vertical-align: -3px;
    *vertical-align: 0;
    background: #f95c68;
}

.main_side .side_item_content {
    margin-left: 30px;
    padding-top: 15px;
}

/* 热门推荐
--------------------*/
.main_side .pfixed {
    position: fixed;
}

.tj_hot .tj_hot_cot {
    margin: 0 15px;
    /*padding-bottom: 20px;*/
}

.tj_hot .tj_hot_cot ul {
    height: auto;
    overflow: hidden;
}

.tj_hot .tj_hot_cot li {
    height: 80px;
    margin-bottom: 15px;
    *margin-bottom: 12px;
    padding-left: 5px;
    border-bottom: 1px dashed #f5f5f5;
}

.tj_hot .tj_hot_cot .tj_hot_img {
    float: left;
    width: 64px;
    height: 64px;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.tj_hot .tj_hot_cot .tj_hot_img img {
    max-width: 64px;
    height: 64px;
    vertical-align: middle;
}

.tj_hot .tj_hot_cot .hot_info {
    float: left;
    padding-left: 10px;
    width: 215px;
}

.tj_hot .tj_hot_cot .hot_info_tit {
    overflow: hidden;
}

.tj_hot .tj_hot_cot .hot_info_tit a {
    line-height: 22px;
    height: 44px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.tj_hot .tj_hot_cot .hot_info_tit a:hover {
    color: #f95c68;
}

.tj_hot .tj_hot_cot .hot_info_extra {
    color: #999;
    font-size:14px;
}

.tj_hot .tj_hot_cot .hot_info_extra i {
    height: 20px;
    line-height: 20px;
    font-style: normal;
    padding-right: 5px;
}

.tj_hot .tj_hot_cot .hot_info_extra .extra_item {
    display: inline-block;
    width: 80px;
}

.tj_hot .hot_info_extra font {
    padding-left: 2px;
    font-size:14px;
}

/* 最新爆料
--------------------*/
.bl_new .bl_new_cot {
    padding-bottom: 10px;
}

.bl_new .bl_new_cot li {
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
}

.bl_new .bl_new_cot .bl_new_img {
    display: block;
    width: 98px;
    height: 98px;
    border: 1px solid #f5f5f5;
}

.bl_new .bl_new_cot .bl_new_img img {
    width: 98px;
    height: 98px;
    vertical-align: middle;
}

.bl_new .bl_new_cot .bl_new_price {
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    color: #f36056;
    font-weight: 700;
    font-family: Arial, "Microsoft YaHei";
    background-color: rgba(255, 255, 255, 0.8);
    *background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

/* 人气晒单
--------------------*/
.sd_hot .sd_hot_first {
    position: relative;
    height: 120px;
    width: 220px;
    margin-bottom: 20px;
}

.sd_hot .sd_hot_first .sd_hot_first_img img {
    height: 120px;
    width: 220px;
}

.sd_hot .sd_hot_first .sd_hot_first_tit {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 210px;
    padding: 0 5px;
    line-height: 20px;
    overflow: hidden;
    color: #fff;
    background: #737373;
}

.sd_hot_other li {
    height: 80px;
    margin-bottom: 15px;
    padding-left: 5px;
    border-bottom: 1px solid #f5f5f5;
}

.sd_hot_other .tj_hot_img {
    float: left;
    width: 64px;
    height: 64px;
    border: 1px solid #f5f5f5;
}

.sd_hot_other .tj_hot_img img {
    width: 64px;
    height: 64px;
    vertical-align: middle;
}

.sd_hot_other .hot_info {
    float: left;
    padding-left: 10px;
    width: 145px;
}

.sd_hot_other .hot_info_tit {
    height: 45px;
}

.sd_hot_other .hot_info_tit a {
    line-height: 18px;
    color: #808080;
    font-size:14px;
}

.sd_hot_other .hot_info_tit a:hover {
    color: #f95c68;
}

.sd_hot_other .hot_info_extra {
    color: #999;
}

.sd_hot_other .hot_info_extra i {
    height: 20px;
    line-height: 20px;
    font-style: normal;
    padding-right: 5px;
}

.sd_hot_other .hot_info_extra .extra_item {
    padding-right: 20px;
}

/* 领取动态
--------------------*/
.coupon_move {
    height: 268px;
    overflow: hidden;
    position: relative;
}

.coupon_move .coupon_move_inner {
    position: absolute;
}

.coupon_dyn_cot li {
    width: 220px;
    padding: 15px 0;
    border-top: 1px dashed #e5e5e5;
}

.coupon_dyn_cot li a {
    display: inline-block;
    height: 35px;
    color: #999;
}

.coupon_dyn_cot li a:hover {
    color: #f36;
}

.coupon_dyn_cot .coupon_mall {
    float: left;
    margin-right: 5px;
}

.coupon_dyn_cot .coupon_mall img {
    width: 70px;
    height: 35px;
    vertical-align: middle;
}

.coupon_dyn_cot .coupon_info font {
    display: block;
}

/* 最新白菜
--------------------*/
.bc_new_cot li {
    float: left;
    position: relative;
    width: 100px;
    margin-right: 20px;
}

.bc_new_cot li a:hover span {
    color: #f36;
}

.bc_new_cot li a:hover .bc_new_img {
    border: 1px solid #ff99a1;
}

.bc_new_cot li .bc_new_img {
    display: block;
    width: 98px;
    height: 98px;
    border: 1px solid #f5f5f5;
}

.bc_new_cot li .bc_new_img img {
    width: 98px;
    height: 98px;
}

.bc_new_cot .bc_new_price {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #4d4d4d;
}

.bc_new_cot .bc_new_zk {
    position: absolute;
    right: 6px;
    top: 78px;
    height: 16px;
    line-height: 16px;
    padding: 0 6px;
    background: #f55d62;
    color: #fff;
    font-family: Arial;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.bc_new_more {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0;
}

/* 好货清单
--------------------*/
.sun_list_cot {
    margin-right: 30px;
}

.sun_list_cot li {
    margin-bottom: 15px;
}

.sun_list_cot li a {
    display: block;
    position: relative;
    width: 220px;
    height: 110px;
}

.sun_list_cot li img {
    width: 220px;
    height: 110px;
}

.sun_list_cot li .qd_txt {
    font-family: Arial, "Microsoft YaHei";
    width: 220px;
    height: 110px;
    display: block;
    position: absolute;
    bottom: 0px;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    /*text-shadow:1px 0px 1px #444;*/
    background: url(../img/black_a35.png) repeat;
}

.sun_list_cot li .qd_txt span {
    display: block;
}

.sun_list_cot li .qd_txt1 {
    padding-top: 34px;
    font-size: 18px;
}

.sun_list_cot li a:hover {
    box-shadow: 0 0 5px #ccc;
}

.sun_list_cot .top_more {
    margin-right: 0;
}

.sun_list_cot .top_more a {
    width: 130px;
}



/* = 换新装了
--------------------------------------------------------------------*/
#revision_pop {
    display: block;
    width: 602px;
    height: 480px;
    margin: -240px 0 0 -301px;
    background: none;
    _position: absolute;
    _bottom: auto;
}

#revision_pop .popbox_close {
    background: none;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
}

.revision_pop_cot {
    height: 590px;
    background: url(../img/huim_pop.png) no-repeat;
}

.revision_pop_cot .open_revision {
    display: block;
    width: 460px;
    height: 450px;
    position: absolute;
    top: 50px;
    left: 82px;
}

/*扫一扫红码领红包*/
.side_redqcode {
    position: fixed;
    left: 50%;
    margin-left: 500px;
    bottom: 140px;
    z-index: 10;
    width: 137px;
    height: 325px;
}

.side_redqcode .close_btn {
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(about:blank);
}

/* = 666红包
--------------------------------------------------------------------*/
#hb_pop {
    display: block;
    width: 600px;
    height: 550px;
    margin: -275px 0 0 -300px;
    _position: absolute;
    /* _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-250-this.offsetHeight-(parseInt(this.currentStyle.marginTop,0)||0)-(parseInt(this.currentStyle.marginBottom,0)||0))); */
    _bottom: auto;
    background: url("../img/618_hongbao.png") no-repeat;
}

#hb_pop .popbox_close {
    background: none;
    width: 50px;
    height: 50px;
    top: 25px;
    right: 25px;
}

#hb_pop .hb_enter {
    display: block;
    width: 500px;
    height: 400px;
    margin: 140px 0 0 50px;
    background-image: url(about:blank);
}

/* = top活动入口
--------------------------------------------------------------------*/
.top_enter {
    background: url("../img/20160614_top_bg.png") no-repeat top center;
}

.enter_cot {
    width: 1100px;
    margin: 0 auto;
}

.enter_cot a {
    float: left;
    display: inline-block;
    width: 148px;
    height: 120px;
}

.foot_qrcode {
    height: 166px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
}

.foot_qrcode .qrcode_bg {
    position: absolute;
    z-index: 10;
    bottom: 0;
    height: 120px;
    width: 100%;
    background-color: #000;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.qrcode_cot {
    position: relative;
    z-index: 11;
    height: 146px;
    background: url("../img/foot_appqcode.png") no-repeat top center;
}

.qrcode_cot .qrcode_close {
    position: absolute;
    z-index: 10;
    top: 46px;
    right: 0px;
    display: inline-block;
    width: 30px;
    height: 30px;

}

.qrcode_cot .qrcode_btn {
    position: absolute;
    top: 50px;
    left: 0px;
    display: inline-block;
    width: 950px;
    height: 85px;

}

.home_icon {
    display: inline-block;
    margin-right: 6px;
    width: 19px;
    height: 16px;
    background-position: -143px -177px;
    vertical-align: -2px;
}

@media screen and (max-width: 1300px) and (min-width: 880px) {
    .side_nav {
        display: none;
    }
}

.navigation_border {
    width: auto;
    height: auto;
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    background: #fff;
    margin-top: 15px
}

.navigation_border .line {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5px auto;
}

.hotPreTitle {
    width: 40px;
    height: 20px;
    float: left;
    border-right: 1px solid #dcdcdc;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    margin-top: 5px;
}

.choicerow {
    display: block;
    float: left;
    margin-top: 5px;
    margin-left: 15px;
}

.cateitem {
    display: block;
    float: left;
    margin-right: 8px;
    padding: 2px 4px 2px 4px;
}

.curcateitem {
    display: block;
    float: left;
    background-color: #f95c68;
    margin-right: 8px;
    padding: 2px 4px 2px 4px;
    color: #ffffff;
}

/* 标签 */
.home_tip_contain {
    background-color: #fff;
}

.home_tip_box {
    padding: 10px 0;
}

.home_tip_box i, .search_box .search_submit {
    display: inline-block;
    background-image: url('../img/miaoquan_ico.png');
    background-repeat: no-repeat;
}

.home_tip {
    width: 340px;
    float: left;
}

.home_tip .home_tip_icon {
    width: 34px;
    height: 34px;
    float: left;
}

.home_tip1 .home_tip_icon {
    background-position: 0 -675px;
}

.home_tip2 .home_tip_icon {
    background-position: -43px -675px;
}

.home_tip3 .home_tip_icon {
    background-position: -86px -675px;
}

.home_tip4 .home_tip_icon {
    background-position: 0 -718px;
}

.home_tip_desc {
    float: left;
    margin-left: 10px;
}

.home_tip_top {
    font-size: 15px;
    color: #46454d;
    font-weight: 700;
    line-height: 2.2;
}

.home_tip_bottom {
    display: none;
    font-size: 13px;
    color: #a6a4b2;
}

.home_tip_line {
    width: 31px;
    height: 32px;
    float: right;
    margin-right: 47px;
    background-position: -43px -718px;
}

.home_tip4 {
    float: right;
    width: auto;
}

/* = 销售榜
--------------------------------------------------------------------*/
.ranking_area_wrap {
    margin-top: 20px;
}

.ranking_area {
    position: relative;
    padding: 13px 22px 16px 22px;
    width: 1156px;
    background: #fff
}

.r_content {
    position: relative;
    overflow: hidden;
    height: 230px;
    background: #fff;
    font-family: Arial, "Microsoft YaHei", "微软雅黑";
    padding-top: 15px;
}

.r_content_list {
    position: absolute;
    display: block;
    width: 8000px;
}

.r_content_list a {
    display: block;
    cursor: pointer;
}

.r_content_list li {
    float: left;
    margin-right: 19px;
    width: 175px;
    position: relative;
}

.r_content_list .g_title {
    margin: 5px 0 1px;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.r_content_list li a:hover .g_title {
    color: #f54e54
}

.r_content_list img {
    display: block;
    width: 175px;
    height: 175px
}

.r_content_list
.arrow_btn {
    position: absolute;
}

.ranking_area .arrow_next, .ranking_area .arrow_prev {
    cursor: pointer;
    position: absolute;
    top: 155px;
    z-index: 100;
    width: 22px;
    height: 45px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1f000000, endColorstr=#2f000000);
}

.ranking_area .arrow_next i, .ranking_area .arrow_prev i {
    margin: 12px 0 0 5px;
    display: inline-block;
    width: 13px;
    height: 21px;
    background: url(../img/arrow.png)
}

.ranking_area .arrow_prev i {
    background-position: top left;
}

.ranking_area .arrow_next i {
    background-position: top right;
}

.ranking_area .arrow_prev {
    left: 0;
    background-position: 0 0
}

.ranking_area .arrow_next {
    right: 0;
    background-position: -30px 0
}

.ranking_area .arrow_next:hover, .ranking_area .arrow_prev:hover {
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2f000000, endColorstr=#3f000000);
}

.r_content_list .tiem_no {
    background-image: url('../img/miaoquan_ico.png') no-repeat 0 -597px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    text-align: center;
    height: 24px;
    line-height: 19px;
    font-size:14px;
    color: #fff;
}

.ranking {
    position: relative;
}

.ranking h4 {
    padding-bottom: 10px;
    font-size: 20px;
    color: #3c3c3c;
    font-family: "Microsoft YaHei";
    font-weight: 500;
}

.r_content_list .g_price {
    font-size: 14px;
    color: #f24f60;
    font-weight: 700;
}

.ranking_price {
    font-size: 16px;
}

.r_content_list .g_num {
    margin-top: 3px;
    color: #a6a4b2;
}

.ranking_select_box {
    margin: 5px 0 0 32px;
}

.ranking_select_box a {
    position: relative;
    padding: 0 2px 10px;
    font-size: 14px;
    color: #46454d;
    z-index: 30;
}

.ranking_select_box:hover a, .ranking_select_box .active {
    color: #f54e54;
}

.ranking_select_box .active {
    font-weight: 700;
    border-bottom: 2px solid #f54e54;
}

.select_tj {
    margin-left: 18px;
}

.ranking_line {
    position: absolute;
    width: 100%;
    bottom: 1px;
    left: 0;
    height: 2px;
    background-color: #e7e6eb;
}

.r_content_list .quan_icons {
    display: inline-block;
    width: 38px;
    height: 15px;
    margin-top: 5px;
    background-position: -101px -477px;
    vertical-align: -3px;
    background-image: url(../img/home_ico.png);
    background-repeat: no-repeat;
}

#miaoquan_hit {
    display: none;
    padding-bottom: 3px;
}

#miaoquan_hit .g_price {
    font-size:14px;
    font-weight: normal;
}

/* 搜索
--------------------*/
.search_input {
    display: inline-block;
    width: 177px;
}

.search_area {
    margin-top: 3px;
}

.search_box {
    position: relative;
}

.search_box .keywords {
    float: left;
    display: inline-block;
    width: 177px;
    height: 16px;
    padding: 3px 0;
    line-height: 16px;
    font-size:14px;
    text-indent: 8px;
    color: #b4b4b8;
    border: 1px solid #d6d6d6;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.search_area .search_box .ftext {
    color: #333;
}

.search_box .search_submit {
    width: 24px;
    height: 24px;
    background-position: -78px -644px;
    border: 0;
    background-color: #d6d6d6;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.search_box .search_submit:hover {
    background-color: #b9b9b9;
}

.home_tip_box i, .search_box .search_submit {
    display: inline-block;
    background-image: url('../img/miaoquan_ico.png');
    background-repeat: no-repeat;
}

.miaoquan_title {
    padding-top: 18px;
    height: 40px;
    margin-bottom: 8px;
    border-bottom: 2px solid #e6e6e6;
}

.miaoquan_title h4 {
    float: left;
    font-size: 20px;
    color: #3c3c3c;
    font-weight: 500;
}

.miaoquan_title .mq_tip {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 135px;
    height: 17px;
    background: url("../img/miaoquan_ico.png") no-repeat 0 -627px;
}

.miaoquan_title .tit_update {
    float: left;
    font-size: 18px;
    color: #3c3c3c;
    line-height: 26px;
    height: 26px;
    font-weight: 500;
}

.miaoquan_title .tit_update .update_num {
    padding: 0 4px;
    font-size: 16px;
    color: #f24f60;
}

.miaoquan_leimu {
    height: 24px;
    margin-bottom: 14px;
}

.miaoquan_leimu li {
    float: left;
    margin-right: 23px;
    line-height: 30px;
}

.miaoquan_leimu li a {
    display: inline-block;
    padding-bottom: 1px;
    font-size: 14px;
    color: #46454d;
}

.miaoquan_leimu .current a, .miaoquan_leimu li a:hover {
    /*padding-bottom: 6px;*/
    color: #f54e54;
    -webkit-transition: color .2s linear, background-color .3s linear;
    -moz-transition: color .2s linear, background-color .3s linear;
    -o-transition: color .2s linear, background-color .3s linear;
    -ms-transition: color .2s linear, background-color .3s linear;
    transition: color .2s linear, background-color .3s linear;
}

.miaoquan_leimu .current {
    border-bottom: 2px solid #f54e54;
}

.miaoquan_leimu .s_line {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #ccc;
    position: relative;
    top: 3px;
}

.miaoquan_leimu .selc_quan {
    margin-left: 20px;
}

.miaoquan_leimu .selc_quan_icon {
    position: relative;
    top: 2px;
    *top: -1px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("https://i.huim.com/content_new/images/miaoquan_ico.png?v=2") no-repeat 0 -651px;
}

.miaoquan_leimu .selc_quan .selc_quan_nav {
    font-size: 15px;
    color: #46454d;
}

.miaoquan_leimu a.selc_quan:hover, .miaoquan_leimu .selc_current .selc_quan_nav {
    color: #f24f60;
    -webkit-transition: color .2s linear, background-color .3s linear;
    -moz-transition: color .2s linear, background-color .3s linear;
    -o-transition: color .2s linear, background-color .3s linear;
    -ms-transition: color .2s linear, background-color .3s linear;
    transition: color .2s linear, background-color .3s linear;
}

.miaoquan_leimu .selc_current .selc_quan_icon {
    background-position: -28px -651px;
}

.miaoquan_items ul {
    width: 1220px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    float: none;
}

/*.miaoquan_items li {*/
/*    position: relative;*/
/*    float: left;*/
/*    width: 265px;*/
/*    margin-right: 17px;*/
/*    margin-bottom: 15px;*/
/*    background-color: #fff;*/
/*    -webkit-transition: border .6s;*/
/*    -ms-transition: border .6s;*/
/*    -o-transition: border .6s;*/
/*    transition: border .6s;*/
/*    border: 2px solid #f5f5f5;*/
/*}*/

/*.miaoquan_items li:hover {*/
/*    border: 2px solid #f54e54;*/
/*}*/

/*#miaoquan_hit {*/
/*    display: none;*/
/*    padding-bottom: 3px;*/
/*}*/

/*#miaoquan_hit .g_price {*/
/*    font-size:14px;*/
/*    font-weight: normal;*/
/*}*/

.quan_item_img img {
    display: inline-block;
}

.quan_item_con .quan_item_tit a {
    color: #333;
}

.quan_item_con .quan_item_tit a:hover {
    color: #f54e54;
}

.quan_item_con .quan_item_price {
    color: #f24f60;
    height: 30px;
    line-height: 30px;

}

.quan_item_price {
    color: #a6a4b2;
}

.quan_item_con .quan_item_price .pir {
    font-size:14px;
}

.quan_item_con .quan_item_price .num {
    margin-left: 3px;
    line-height: 30px;
    font-size: 26px;
    font-family: arial;
    position: relative;
    top: 1px;
}

.quan_item_con {
    padding: 0 0 10px 0;
}

.fr, .fright {
    float: right;
    font-size: 14px;
    display: block;

}

.quan_item_con .quan_item_price .list {
    /*margin-top: 10px;*/
    color: #a6a4b2;
}

.item_btn_box .quan_number {
    padding: 1px 5px;
    color: #808080;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size:12px;
}

.container .combtn_red:hover {
    background-color: #f7656a;
    color: #fff;
}

.item_btn_box .combtn_red {
    width: 80px;
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

.item_btn_box {
    margin-top: 10px;
}

.get_coupon .quan_item_price {
    /*margin-top: 22px;*/
}

.quan_item_img .zd_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    background-position: 0px -590px;
    background-image: url(../img/home_ico.png);
    background-repeat: no-repeat;

}

.quan_item_price  {
    color: #a6a4b2;
}

.pri_font{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size:12px;
    background: url(../img/jh.png) no-repeat left center;
    padding-left: 6px;
    width: 38px;
    position: relative;
    top: -4px;

}

.quan_item_img .top_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 40px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #f51848;
    border-bottom-right-radius: 5px;
}


/*home页面列表*/
#feed-main-list>li {
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5
}
.z-clearfix:after, .z-clearfix:before, .z-hor-feed:after, .z-hor-feed:before {
    content: "";
    display: table;
}
#feed-main-list>li .z-feed-img {
    position: relative
}

#feed-main-list>li .z-feed-img a img:hover {
    opacity: .9
}

#feed-main-list>li .z-feed-img .z-black-mark,#feed-main-list>li .z-feed-img .z-gray-mark,#feed-main-list>li .z-feed-img .z-red-mark,#feed-main-list>li .z-feed-img a[class^=z-tag-] {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    text-decoration: none;
    z-index: 1
}

#feed-main-list>li .z-feed-img .z-black-mark:hover,#feed-main-list>li .z-feed-img .z-gray-mark:hover,#feed-main-list>li .z-feed-img .z-red-mark:hover,#feed-main-list>li .z-feed-img a[class^=z-tag-]:hover {
    text-decoration: none
}

#feed-main-list>li .z-feed-img a.feed-video {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px
}

#feed-main-list>li .z-feed-img a.feed-video:before {
    content: "";
    background-image: url(/src/img/embed/video_icon.png);
    background-size: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 1;
    margin-top: 50%;
    margin-left: 50%
}

#feed-main-list>li.feed-top-set.has-sub-tit .z-feed-title {
    margin-bottom: 10px
}

#feed-main-list>li.feed-top-set.has-sub-tit .z-highlight {
    display: block;
    font-size: 18px;
    height: 19px;
    line-height: 18px;
    margin-bottom: 12px
}

#feed-main-list>li.feed-top-set.has-sub-tit .feed-block-descripe {
    height: 20px;
    margin-bottom: 18px
}

#feed-main-list>li.feed-top-set .z-feed-title {
    font-size: 18px;
    height: 21px;
    line-height: 21px;
    margin-top: 4px;
    margin-bottom: 13px
}

#feed-main-list>li.feed-top-set .z-feed-title.has-price {
    margin-bottom: 9px
}

#feed-main-list>li.feed-top-set .z-feed-title a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#feed-main-list>li.feed-top-set .z-feed-foot.z-feed-foot-nolink {
    height: 20px
}

#feed-main-list>li.feed-top-set .z-feed-foot.z-feed-foot-nolink .z-feed-foot-l {
    height: 20px;
    line-height: 20px
}

#feed-main-list>li.feed-top-set .z-feed-foot.z-feed-foot-nolink .z-feed-foot-l .z-group-data {
    height: 20px
}

#feed-main-list>li.feed-top-set .z-feed-foot.z-feed-foot-nolink .z-feed-foot-r .feed-block-extras {
    height: 20px;
    line-height: 20px
}

#feed-main-list>li.feed-top-set .z-feed-foot.z-feed-foot-nolink .z-feed-foot-r .feed-block-extras .wechat-time {
    text-align: right;
    width: 53px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#feed-main-list>li.feed-top-set .z-feed-img {
    width: 128px;
    height: 128px;
    border-radius: 2px;
    overflow: hidden
}

#feed-main-list>li.feed-top-set .z-feed-content {
    width: 686px;
    height: 128px
}

#feed-main-list>li.feed-top-set .feed-block-descripe {
    margin-bottom: 18px
}

#feed-main-list>li.feed-stuff {
    padding: 10px 0;
    margin-left: -14px
}

#feed-main-list>li.feed-stuff img:hover {
    opacity: .9
}

#feed-main-list>li.feed-stuff.feed-one-ad {
    height: 90px;
    padding: 0;
    position: relative
}

#feed-main-list>li.feed-stuff.feed-one-ad i {
    position: absolute;
    right: -14px;
    padding: 2px 5px;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    font-size:14px;
    color: #fff;
    border-top-left-radius: 4px
}

#feed-main-list>li.feed-stuff.feed-one-ad img {
    height: 90px;
    width: 862px
}

#feed-main-list>li.feed-stuff.feed-two-ad {
    padding: 20px 0
}

#feed-main-list>li.feed-stuff.feed-two-ad a {
    padding-left: 14px;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    word-break: break-all
}

#feed-main-list>li.feed-stuff.feed-two-ad a img {
    max-width: 140px;
    max-height: 140px
}

#feed-main-list>li.feed-stuff.feed-two-ad a:first-child {
    padding-right: 40px;
    border-right: 1px solid #f5f5f5
}

#feed-main-list>li.feed-stuff.feed-two-ad a .feed-stuff-img-s {
    line-height: 140px;
    font-size: 0;
    text-align: center;
    float: left;
    margin-right: 20px
}

#feed-main-list>li.feed-stuff.feed-two-ad a .feed-stuff-img-s img {
    border-radius: 2px
}

#feed-main-list>li.feed-stuff.feed-two-ad a .feed-stuff-three-title {
    color: #333;
    line-height: 26px;
    overflow: hidden;
    height: 52px;
    width: 220px;
    margin-top: 5px;
    font-family: PingFangSC-Medium,Tahoma,Microsoft Yahei,sans-serif;
    -webkit-font-smoothing: antialiased
}

#feed-main-list>li.feed-stuff.feed-two-ad a .feed-stuff-three-price {
    color: #f54e54;
    overflow: hidden;
    width: 220px;
    height: 52px;
    line-height: 28px
}

#feed-main-list>li.feed-stuff.feed-four-ad {
    white-space: nowrap;
    margin-top: -1px;
    width: 862px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
    font-size: 0
}

#feed-main-list>li.feed-stuff.feed-four-ad a {
    border-right: 1px solid #f5f5f5
}

#feed-main-list>li.feed-stuff.feed-four-ad a img {
    height: 128px;
    width: 215px
}

#feed-main-list>li.feed-stuff-four {
    margin: 0;
    padding: 20px 0
}

#feed-main-list>li.feed-stuff-four .z-feed-foot {
    margin-top: 63px;
    color: #999
}

#feed-main-list>li.feed-stuff-four .z-feed-img a:last-child {
    display: block;
    left: 0;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    padding: 0
}

#feed-main-list>li.feed-article .feed-block .z-feed-content .feed-block-title,#feed-main-list>li.feed-article .feed-block .z-feed-content .z-feed-title {
    margin-bottom: 14px
}

#feed-main-list>li.feed-article .feed-block .z-feed-content .feed-block-title.has-sub,#feed-main-list>li.feed-article .feed-block .z-feed-content .has-sub.z-feed-title {
    margin-bottom: 9px
}

#feed-main-list>li.feed-article .feed-block-info {
    margin-bottom: 14px
}

#feed-main-list>li.feed-article .z-feed-foot {
    height: 20px
}

#feed-main-list>li.feed-article .z-feed-foot.z-feed-foot-link {
    bottom: 3px
}

#feed-main-list>li.feed-article .z-feed-foot .z-feed-foot-l {
    height: 20px;
    line-height: 21px
}

#feed-main-list>li.feed-article .z-feed-foot .z-feed-foot-l .feed-little-img {
    height: 20px;
    top: -1px
}

#feed-main-list>li.feed-article .z-feed-foot .z-feed-foot-l .z-group-data {
    height: 20px
}

#feed-main-list>li.feed-article .z-feed-foot .z-feed-foot-l .z-group-data .icon-star-o-thin {
    vertical-align: -2px
}

#feed-main-list>li.feed-article .z-feed-foot .feed-link-btn {
    top: -5px;
    position: relative
}

#feed-main-list>li.feed-article .z-feed-foot .feed-block-extras {
    height: 20px;
    line-height: 20px
}

#feed-main-list>li.feed-ad .z-feed-content .feed-block h5.z-feed-title,#feed-main-list>li.feed-ad .z-feed-content h5.feed-block-title,.feed-block #feed-main-list>li.feed-ad .z-feed-content h5.z-feed-title {
    margin-bottom: 10px
}

#feed-main-list>li.feed-ad .z-feed-img img {
    width: 100%
}

#feed-main-list>li .feed-block .feed-block-tags {
    font-size: 0
}

#feed-main-list>li .feed-block .feed-block-tags a,#feed-main-list>li .feed-block .feed-block-tags i {
    height: 18px;
    line-height: 18px;
    display: inline-block;
    margin-right: 7px;
    color: #999;
    font-size:14px;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 0 6px;
    -webkit-font-smoothing: antialiased
}

#feed-main-list>li .feed-block .feed-block-tags a:hover {
    opacity: .8
}

#feed-main-list>li .feed-block .feed-block-tags a.tag-level1 {
    color: #f54e54;
    background: #ffedeb
}

#feed-main-list>li .feed-block .z-feed-content .z-feed-title a {
    color: #333
}

#feed-main-list>li .feed-block .z-feed-content .z-feed-title a:visited {
    color: #999
}

#feed-main-list>li .feed-block .z-feed-content .feed-block-title,#feed-main-list>li .feed-block .z-feed-content .z-feed-title {
    margin-bottom: 9px;
    font-family: PingFangSC-Medium,arial,sans-serif;
    -webkit-font-smoothing: antialiased
}

#feed-main-list>li .feed-block .z-feed-content .feed-block-title.has-price,#feed-main-list>li .feed-block .z-feed-content .has-price.z-feed-title {
    margin-bottom: 10px
}

#feed-main-list>li .feed-block .z-feed-content .feed-block-title a, #feed-main-list>li .feed-block .z-feed-content .z-feed-title a {
    color: #333
}

#feed-main-list>li .feed-block .z-feed-content .feed-block-title a:hover, #feed-main-list>li .feed-block .z-feed-content .z-feed-title a:hover {
    color: #f54e54
}



#feed-main-list>li .feed-block .z-highlight.gray span {
    color: #333;
    float: left
}

#feed-main-list>li .feed-block .z-highlight.gray a {
    color: #333
}

#feed-main-list>li .feed-block .feed-zc-info {
    font-size: 0;
    color: #333;
    margin: 15px 0;
    -webkit-font-smoothing: antialiased
}

#feed-main-list>li .feed-block .feed-zc-info span {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    color: #333
}

#feed-main-list>li .feed-block .feed-zc-info span:last-child {
    margin-right: 0
}

#feed-main-list>li .feed-block .z-feed-foot-l .shenqing-number {
    font-size: 14px;
    color: #333;
    display: inline-block;
    line-height: 14px;
    margin-top: 6px;
    -webkit-font-smoothing: antialiased
}

#feed-main-list>li .feed-block .z-feed-foot-l .feed-little-img {
    display: inline-block;
    font-size: 0;
    height: 28px;
    margin-right: 30px;
    position: relative;
    padding-left: 25px
}

#feed-main-list>li .feed-block .z-feed-foot-l .feed-little-img img {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    border-radius: 50%;
    width: 20px;
    height: 20px
}

#feed-main-list>li .feed-block .z-feed-foot-l .feed-little-img img:hover {
    opacity: .9
}

#feed-main-list>li .feed-block .z-feed-foot-l .feed-little-img span {
    font-size:14px;
    color: #666
}

#feed-main-list>li .feed-block .z-feed-foot-l .feed-little-img span:hover {
    color: #5188a6
}

#feed-main-list>li .feed-block .z-feed-foot-l .feed-little-img.feed-zc img {
    width: 18px;
    height: 18px;
    border-radius: none;
    margin-top: -9px
}

#feed-main-list>li .feed-block .z-feed-foot-l .feed-little-img.feed-zc span:hover {
    color: #666
}

#feed-main-list>li .feed-block .z-feed-foot-r .shenqing-time {
    color: #333
}

#feed-main-list>li.last {
    border-bottom: none!important
}

#feed-main-list>li .feed-block-descripe {
    color: #444;
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased
}

#feed-main-list>li .feed-block-descripe a:hover {
    text-decoration: underline
}

#feed-main-list>li .feed-block-info {
    height: 18px;
    margin-bottom: 9px;
    overflow: hidden
}

#feed-main-list>li .z-group-data {
    position: relative;
    font-size: 0
}

#feed-main-list>li .z-group-data span {
    display: inline-block;
    font-size: 14px
}

#feed-main-list>li .z-group-data i {
    vertical-align: -2px
}

#feed-main-list>li .z-group-data[title^=打赏] {
    cursor: default
}

#feed-main-list>li .z-group-data[title^=打赏]:hover {
    color: #999
}

#feed-main-list>li .z-group-data[title^=打赏]:hover i {
    color: #999
}

#feed-main-list>li .z-group-data .z-icon-men {
    color: #f54e54
}

#feed-main-list>li .z-group-data a {
    color: #999
}

#feed-main-list>li .z-group-data a:hover {
    color: #5188a6
}

#feed-main-list>li .z-group-data .one-plus {
    position: absolute;
    left: 15px;
    top: -15px;
    font-size: 18px;
    color: #f54e54;
    display: none
}

.feed-block .z-feed-img {
    width: 180px;
    height: 180px;
    margin-right: 20px;
    border-radius: 2px;
    overflow: hidden
}

.feed-block .z-feed-content {
    position: relative;
    float: left;
    width: 634px;
    height: 180px;
}


#feed-main-list .feed-block-title,#feed-main-list .feed-block .z-feed-title,.feed-block #feed-main-list .z-feed-title {
    width: 100%;
    height: 21px;
    line-height: 21px;
    margin-top: 3px;
    margin-bottom: 9px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}
#feed-main-list .z-highlight {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 13px;
    font-family: PingFangSC-Medium,arial,sans-serif;
    -webkit-font-smoothing: antialiased;
}
#feed-main-list .z-highlight a {
    float: left;
    color: #f54e54;
    max-width: 100%;
}
#feed-main-list .z-highlight, #feed-main-list .z-highlight a {
    display: block;
    height: 19px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#feed-main-list .z-highlight {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 13px;
    font-family: PingFangSC-Medium,arial,sans-serif;
    -webkit-font-smoothing: antialiased;
}
#feed-main-list>li .feed-block-descripe {
    color: #444;
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 11px;
}

#feed-main-list .z-feed-foot {
    position: absolute;
    height: 28px;
    bottom: 0;
    left: 0;
    right: 0;
}
.z-hor-feed .z-feed-foot .z-feed-foot-r {
    float: right;
}
.feed-block .feed-link-btn {
    float: right;
}
.feed-link-btn {
    width: 88px;
    height: 28px;
    margin-left: 14px;
}
.feed-block .feed-block-extras {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
    -webkit-font-smoothing: antialiased;
}
.z-btn-red {
    background-color: #f54e54;
    color: #fff;
}

.z-btn-red:hover {
    color: #fff;
}
.feed-link-btn-inner .z-btn-red {
    border-radius: 2px;
    text-decoration: none!important;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
}
.z-btn {
    display: inline-block;
    padding: 7px 17px;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    zoom: 1;
    line-height: 14px;
    font-family: inherit;
    border-radius: 2px;
    text-decoration: none;
}
.feed-link-btn-inner .z-btn-red i {
    font-size:14px;
    margin-left: 7px;
    margin-right: -7px;
}
.z-clearfix:after, .z-hor-feed:after {
    clear: both;
}
#feed-main-list {
    padding: 0 14px;
}
[class*=" icon-"], [class^=icon-] {
    font-family: zdm-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#feed-main-list>li .z-feed-img {
    position: relative;
}
.feed-block .feed-block-extras a {
    height: 28px;
    line-height: 28px;
    margin-left: 14px;
    max-width: 150px;
    vertical-align: top;
    color: #333;
}

.z-hor-feed .z-feed-foot .z-feed-foot-l {
    float: left;
    position: relative;
    font-size: 0;
}
.feed-block .z-feed-foot-l {
    height: 28px;
    line-height: 28px;
}

.z-hor-feed .z-feed-img {
    position: relative;
    float: left
}

.z-hor-feed .z-feed-img span {
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 4px;
    padding: 2px 2px 1px 3px;
    border-radius: 3px;
    font-size:14px;
    color: #666;
    background-color: #f5f5f5
}

.z-hor-feed .z-feed-foot .z-feed-foot-l {
    float: left;
    position: relative;
    font-size: 0
}

.r_content_list .tiem_no{
    background:url(../img/miaoquan_ico.png) no-repeat 0 -459px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    text-align: center;
    height: 31px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
}

.z-hor-feed .z-feed-foot .z-feed-foot-r {
    float: right
}

.z-hor-feed .z-feed-foot .z-feed-foot-l {
    float: left;
    position: relative;
    font-size: 0;
}
.feed-block .feed-btn-group {
    display: inline-block;
    height: 28px;
    margin-right: 20px;
    font-size: 0;
}
.feed-block .feed-btn-group .price-btn-down, .feed-block .feed-btn-group .price-btn-up {
    position: relative;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    min-width: 42px;
    padding: 0 10px;
    border: 1px solid #eee;
    text-align: center;
    font-size:14px;
    color: #999;
    margin-right: 10px;
}

