@charset "UTF-8";

.mod_btns .mod_btn {
    background: #f3f3f3;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn:active {
    background: #e6e6e6
}

.mod_btns .mod_btn.bg_1 {
    background: #e4393c;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_1:active {
    background: #e12326
}

.mod_btns .mod_btn.bg_2, .mod_btns .mod_btn.mod_btn_bg1 {
    background: #3884ff;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_2:active, .mod_btns .mod_btn.mod_btn_bg1:active {
    background: #1f74ff
}

.mod_btns .mod_btn.bg_3, .mod_btns .mod_btn.mod_btn_bg {
    background: #f19325;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_3:active, .mod_btns .mod_btn.mod_btn_bg:active {
    background: #ed870f
}

.mod_btns .mod_btn.bg_4 {
    background: white;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_4:active {
    background: #f2f2f2
}

.mod_btns .mod_btn.bg_5 {
    background: #67ad03;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_5:active {
    background: #589403
}

.mod_btns .mod_btn.bg_6 {
    background: #1bc6c3;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_6:active {
    background: #18b0ad
}

.mod_btns .mod_btn.disabled {
    cursor: default;
    color: #999;
    background: #d7d7d7;
    border: 1px solid transparent
}

.mod_btns .mod_btn.disabled span {
    margin-left: 5px;
    color: #e4393c
}

.mod_btns .mod_btn.disabled:active {
    background: #d7d7d7
}

.mod_btns .mod_btn, .mod_btns .mod_btn.bg_4 {
    border-color: #cbcbcb;
    color: #333
}

.mod_btns {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
    margin: 20px 5px
}

.mod_btns .mod_btn {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 5px;
    display: block;
    width: 100px;
    height: 44px;
    line-height: 42px;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.WX_search_frm, .WX_search_frm1, .WX_search_txt, .hd_bar_tit, .hd_search_frm, .hd_search_txt, .hd_search_tit, .wx_history {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.wx_nav, .WX_tab_inner, .wx_referrer {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex
}

.wx_nav a, .WX_tab_inner a, .wx_referrer a {
    display: block;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1
}

.WX_bar:after {
    clear: both;
    content: '\20';
    display: block
}

.WX_search_txt, .hd_search_txt {
    background-image: url(../images/icon_ss.png)
}

.WX_msg_bar .msg_order:after {
    display: block;
    content: '\20';
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #7d7d7d;
    border-left: 1px solid #7d7d7d;
    background: none
}

.WX_msg_bar .msg_order:after {
    margin-top: -6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

img {
    border: 0 none;
    vertical-align: top
}

i, em {
    font-style: normal
}

ol, ul {
    list-style: none
}

input, select, button, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: inherit
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a, a:visited {
    text-decoration: none;
    color: #333
}

body {
    margin: 0 auto;
    min-width: 320px;
    max-width: 640px;
    height: 100%;
    background: #FFF;
    font-size: 14px;
    font-family: Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Arial;
    line-height: 1.5;
    color: #666;
    -webkit-text-size-adjust: 100% !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hide, .h {
    display: none !important
}

.show {
    display: block !important
}

.link_blue {
    color: #007AFF
}

.wx_wrap {
    min-height: 375px
}

@media only screen and (max-height: 480px) {
    .wx_wrap {
        min-height: 360px
    }
}

.wx_footer {
    margin: 50px 0
}

.wx_footer .jd_logo {
    padding: 10px 0;
    display: block
}

.wx_footer .jd_logo:active {
    background-color: rgba(0, 0, 0, 0.1)
}

.wx_footer .jd_logo:after {
    content: '\20';
    display: block;
    height: 15px;
    width: 86px;
    margin: 0 auto;
    background: url(../images/jd_logo_min.png);
    background-size: cover;
    -webkit-background-size: cover
}

.wx_footer .userinfo, .wx_footer .copyright {
    display: none
}

.qq_footer {
    margin: 45px 0 60px !important
}

.qq_footer .jd_logo {
    height: 15px;
    width: 86px;
    margin: 15px auto 0 auto;
    background: url(/wx/img/jd_logo_min.png);
    background-size: cover;
    -webkit-background-size: cover
}

.qq_footer .qq_info {
    font-size: 12px;
    text-align: center;
    color: #666
}

.wx_loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0)
}

.wx_loading_inner {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: -48px;
    width: 140px;
    border-radius: 6px;
    font-size: 14px;
    padding: 58px 0 10px 0
}

.wx_loading_icon {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -16px;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 24px;
    -webkit-animation: gif 1s infinite linear;
    animation: gif 1s infinite linear;
    clip: rect(0 auto 12px 0)
}

@keyframes gif {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes gif {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.wx_loading2 {
    text-align: center;
    padding: 5px;
    height: 32px;
    position: relative
}

.wx_loading2 .wx_loading_icon {
    border-color: #237FE5;
    top: 7px
}

.wx_loader {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -60px;
    height: 60px;
    line-height: 60px;
    width: 120px
}

.jd_dlBar {
    position: relative;
    height: 43px;
    background: #333;
    font-size: 12px;
    z-index: 101
}

.jd_dlBar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.jd_dlBar_1, .jd_dlBar_2 {
    margin: 0 0 50px;
    font-size: 14px;
    height: 50px
}

.jd_dlBar_1 .jd_dlBar_text, .jd_dlBar_2 .jd_dlBar_text {
    line-height: 50px
}

.jd_dlBar_text {
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 43px;
    color: #fff;
    text-indent: 10px
}

.jd_dlBar_text em {
    position: relative;
    top: -2px;
    color: #cd2d2f;
    margin: 0 5px;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2)
}

a.jd_dlBar_text {
    color: #fff
}

.jd_dlBar_btn {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    background: #d80000;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold
}

.jd_dlBar_close {
    width: 18px;
    height: 18px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAjCAYAAAD8BaggAAABE0lEQVRYR+3WTQrDIBAF4MlBAu68SCAXybFyEcGLZBEI5CAtUxBKiXnzIzQLXdagX5/j4LDv+4seNIYOAqfRE0Ll2hNqktB5njSOI1rrdp7X2LaNpmm6/U50ZOu6UggBLlbbiTEpJZrnGf4xEYg3yjnTcRy0LIsqKQ2GFxaD+GNtUlqMGqRBWTAmkARlxZhBdygPxgWqobR19ntDVEV9db2+AV6MO6ECZAgPSZ9BPcOdUKkZ3sjTPAvUDSrHFGP8dGMvygW6qhn+zXN0ZlCtgP9y7dFtKijL8akTQphSnNakVCApxoMSg7QYK0oE4rcQD/TaqzU9zfGJQI97wqJ233JelFDLDdFaHdQTQgmg+V5DKKE38tAftQ/G1GgAAAAASUVORK5CYII=);
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    position: absolute;
    right: 0;
    top: -18px;
    text-indent: -9999em
}

.jd_dlBar_1 {
    margin-bottom: 50px;
    background: #de0d1c url(/wx/img/common/bg_jd_dlBar_1.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.jd_dlBar_1 .jd_dlBar_text {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2)
}

.jd_dlBar_1 .jd_dlBar_text em {
    color: #ffde00
}

.jd_dlBar_1 .jd_dlBar_btn {
    background: #ffde00;
    color: #b1141d;
    font-weight: bold;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2)
}

.jd_dlBar_2, .jd_dlBar_3 {
    background: #333333 url(/wx/img/common/bg_jd_dlBar_2.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.jd_dlBar_2:before, .jd_dlBar_3:before {
    content: '\20';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -11px;
    background-image: url(data:image/png;base64,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);
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px
}

.jd_dlBar_2 .jd_dlBar_text, .jd_dlBar_3 .jd_dlBar_text {
    text-indent: 40px
}

.jd_dlBar_2 {
    margin-bottom: 50px
}

.jd_dlBar_2 .jd_dlBar_btn {
    top: 0;
    right: 0;
    margin: 0;
    padding-right: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    -webkit-border-radius: 0
}

.jd_dlBar_2 .jd_dlBar_btn:after {
    content: '\20';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.jd_dlBar_3 {
    margin: 20px 0 0 0;
    font-size: 14px
}

.jd_dlBar_3 .jd_dlBar_btn {
    font-size: 12px
}

.jd_dlBar_img {
    position: relative;
    display: block;
    margin: 10px 0
}

.jd_dlBar_img img {
    display: block;
    width: 100%;
    height: auto
}

.jd_dlBar_img .jd_dlBar_close {
    top: 0
}

.jd_dlBar_v2 {
    position: relative;
    display: block;
    width: 100%;
    height: 59px;
    margin-top: 10px;
    box-shadow: inset 0 0 1px #cbcbcb;
    -webkit-box-shadow: inset 0 0 1px #cbcbcb
}

.jd_dlBar_v2.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.jd_dlBar_v2, .jd_dlBar_v2:after {
    background: #efefef url(/wx/img/common/jd_dlBar_v2.png) no-repeat -10px 0;
    -webkit-background-size: 299px 80px;
    background-size: 299px 80px
}

.jd_dlBar_v2 p, .jd_dlBar_v2:after {
    position: absolute;
    left: 100px
}

.jd_dlBar_v2:after {
    content: '\20';
    display: block;
    top: 32px;
    width: 80px;
    height: 21px;
    background-position: 0 -59px
}

.jd_dlBar_v2.downloading:after {
    background-position: -80px -59px
}

.jd_dlBar_v2.downloaded:after {
    background-position: -160px -59px
}

.jd_dlBar_v2 p {
    top: 8px;
    font-weight: bold;
    font-size: 13px
}

.jd_dlBar_v2 p em {
    font-size: 16px;
    color: #e4393c;
    margin: 0 2px;
    vertical-align: -1px
}

.jd_dlBar_v2 .jd_dlBar_close {
    top: 0
}

.wx_nav a:before, .WX_backtop:after, .wx_aside .btn_more:after, .wx_aside .btn_top:after {
    background-image: url(../images/icon_nav_v2.png);
    background-repeat: no-repeat;
    background-size: 207px 46px;
    -webkit-background-size: 207px 46px
}

.wx_nav {
    overflow: hidden;
    height: 49px;
    position: fixed;
    z-index: 900;
    width: 100%;
    bottom: 0;
    left: 0;
}

.wx_nav a {
    width: 200px;
    height: 45px;
    padding-top: 4px;
    color: #FFF;
    font-size: 12px;
    filter: alpha(opacity=50);
    background: rgba(49, 48, 48, 0.8) none repeat scroll 0 0 !important;
    text-align: center
}

.wx_nav a:before {
    width: 23px;
    height: 23px;
    content: '\20';
    display: block;
    margin: 0 auto 2px auto
}

.wx_nav a:active {
    background-color: #FFF
}

.wx_nav a:active, .wx_nav a.on {
    color: #FFF
}

.wx_nav a:active:before, .wx_nav a.on:before {
    background-position-y: -23px
}

.wx_nav a.dot {
    position: relative
}

.wx_nav a.dot:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #e4393c;
    border-radius: 4px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: 10px
}

.wx_nav .nav_index:before {
    background-position: 0 0
}

.wx_nav .nav_search:before {
    background-position: -46px 0
}

.wx_nav .nav_fav:before {
    background-position: -23px 0
}

.wx_nav .nav_shopcart:before {
    background-position: -138px 0
}

.wx_nav .nav_me:before {
    background-position: -69px 0
}

.nav_me1:before {
    background-position: -69px 0
}

.wx_nav .nav_newsfeed:before {
    background-position: -161px 0
}

.wx_nav .nav_shopping_guide:before {
    background-position: -184px 0
}

.qq_nav a {
    background-color: #efefef
}

.qq_nav a:active, .qq_nav a.on {
    color: #007aff
}

.qq_nav a:active:before, .qq_nav a.on:before {
    background-position-y: -46px
}

.WX_bar {
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 44px;
    line-height: 44px;
    background-color: #EFEFEF;
    border-bottom: 1px solid #ddd
}

.WX_bar_cate, .WX_bar_back {
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    min-width: 50px
}

.WX_bar_cate a, .WX_bar_back a {
    overflow: hidden;
    display: block;
    height: 44px;
    font-size: 16px;
    padding-left: 44px;
    padding-right: 6px;
    text-indent: -6px
}

.WX_bar_cate a:after, .WX_bar_back a:after {
    content: '\20';
    display: block;
    height: 44px;
    width: 44px;
    background-position: -88px 0;
    position: absolute;
    top: 0;
    left: 0
}

.WX_bar_cate a:after {
    background-position: 0 -44px
}

.WX_bar_dacu {
    position: absolute;
    bottom: -45px;
    right: 10px;
    width: 40px;
    height: 45px
}

.WX_bar_dacu span {
    width: 40px;
    height: 45px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
    display: block;
    background: url(/wx/img/mall/nianzhong.png) no-repeat 0 0;
    -webkit-background-size: 40px 45px;
    background-size: 40px 45px
}

.WX_search_promote .WX_search_frm {
    padding: 0 60px 0 43px
}

.WX_search_frm1 {
    padding: 0 60px 0 13px
}

.dacu_banner_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000
}

.dacu_banner_nianzhong {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001
}

.dacu_banner_nianzhong img {
    display: block;
    width: 100%
}

.WX_search_frm_focus {
    padding-right: 50px !important
}

.WX_bar_tit {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #333
}

.WX_tab {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 45px;
    z-index: 200
}

.WX_tab_fixed .WX_tab_wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200
}

.WX_tab_wrap {
    position: relative;
    background: #EFEFEF;
    border-bottom: 1px solid #ddd;
    height: 44px
}

.WX_tab_inner {
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    overflow: hidden
}

.WX_tab_inner a {
    font-size: 16px;
    width: 200px;
    height: 43px;
    line-height: 46px;
    padding-bottom: 3px;
    text-align: center;
    position: relative
}

.WX_tab_inner a:active {
    background-color: #d6d6d6
}

.WX_tab_inner a:before {
    background-color: #ddd;
    content: '\20';
    width: 1px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: -1px
}

.WX_tab_inner a:active:before, .WX_tab_inner a:active + a:before {
    display: none
}

.WX_tab_inner .on {
    color: #e33b3d;
    padding-bottom: 0;
    border-bottom: 3px solid #e33b3d;
    z-index: 1
}

.WX_tab_qq .WX_tab_inner .on {
    color: #007AFF;
    border-bottom: 3px solid #007AFF
}

.WX_btn_search, .WX_btn_my {
    display: none;
    height: 44px;
    width: 44px;
    overflow: hidden;
    position: relative;
    color: rgba(0, 0, 0, 0)
}

.WX_btn_search:after, .WX_btn_my:after {
    content: '\20';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 44px
}

.WX_btn_search {
    float: left
}

.WX_btn_search:after {
    background-position: 0 0
}

.WX_btn_my {
    float: right
}

.WX_btn_my:after {
    background-position: -88px -44px
}

.WX_search1 {
    background-color: #eeeeee;
    height: 44px;
    position: relative;
    z-index: 300;
}

.WX_search_frm1 {
    height: 45px;
    padding: 0 10px 0 11px
}

.WX_search {
    background-color: #EFEFEF;
    height: 44px;
    position: relative;
    z-index: 300;
    border-bottom: 1px solid #ddd
}

.WX_search_frm {
    height: 45px;
    padding: 0 10px 0 43px
}

.WX_search_txt {
    float: left;
    width: 100%;
    padding: 0 30px 0 31px;
    display: block;
    height: 30px;
    border-radius: 3px;
    border: 0 none;
    margin-top: 7px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 8px 50%;
    background-size: 15px 15px;
    -webkit-background-size: 15px 15px;
    -webkit-appearance: none;
    font-size: 14px
}

.WX_search_txt::-webkit-input-placeholder {
    color: #ccc
}

.WX_search_txt::-webkit-search-cancel-button {
    display: none
}

.WX_search_clear {
    width: 22px;
    height: 22px;
    padding: 4px;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 7px;
    -webkit-background-origin: content-box;
    background-origin: content-box;
    background-position: -176px -11px
}

.WX_search_frm_focus .WX_search_clear {
    right: 50px
}

.WX_search_btn {
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #007AFF
}

.WX_search_btn_blue {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #007AFF;
    color: #FFF;
    margin-top: 7px;
    margin-left: 6px;
    padding: 0 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.WX_me {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 44px
}

.WX_me_btn {
    position: relative;
    height: 100%
}

.WX_me_btn:after {
    float: right;
    content: '\20';
    display: block;
    width: 44px;
    height: 44px;
    background-position: 0 -88px
}

.hd_update:before, .QQ_update:before, .WX_update:before {
    border-radius: 8px;
    -webkti-border-radius: 8px;
    width: 8px;
    height: 8px;
    background-color: red;
    content: '\20';
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1
}

.WX_me_refresh {
    float: right;
    content: '\20';
    display: block;
    width: 44px;
    height: 44px;
    background-position: -132px -44px
}

.WX_me_refresh:active {
    animation: an_refresh .5s linear;
    -webkit-animation: an_refresh .5s linear
}

.WX_me_pop {
    width: 130px;
    position: absolute;
    right: 0;
    top: 44px;
    z-index: 999;
    background: #fff;
    border: 1px solid #ddd
}

.WX_me_pop:before {
    content: '\20';
    background-position: -187px 0;
    width: 11px;
    height: 6px;
    display: block;
    position: absolute;
    right: 16px;
    top: -5px
}

.WX_me_item a {
    color: #666;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    display: block;
    margin: 0 15px;
    border-bottom: 1px solid #eee
}

.WX_me_item a:before {
    float: left;
    width: 34px;
    height: 44px;
    content: '\20';
    margin-top: -2px;
    margin-right: 5px;
    margin-left: -10px
}

.WX_me_item a:last-child {
    border-bottom: 0 none
}

.WX_me_uc:before {
    background-position: 0 -88px
}

.WX_me_history:before {
    background-position: -44px -88px
}

.WX_me_fav:before {
    background-position: -88px -88px
}

.WX_me_weidian:before {
    background-position: -132px -88px
}

@keyframes an_refresh {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes an_refresh {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.hd_bar {
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #EFEFEF;
    border-bottom: 1px solid #DDD
}

.hd_bar_in {
    position: absolute
}

.hd_bar_tit {
    padding: 0 44px
}

.hd_bar_cate, .hd_bar_back {
    width: 50px;
    height: 44px;
    float: left
}

.hd_bar_cate a, .hd_bar_back a {
    display: block;
    width: 100%;
    height: 100%
}

.hd_bar_cate a:after, .hd_bar_back a:after {
    content: "\20";
    display: block;
    width: 44px;
    height: 100%;
    background-position: -88px 0
}

.hd_bar_cate {
    display: none
}

.hd_bar_cate a:after {
    background-position: 0 -44px
}

.hd_me {
    min-width: 32px;
    height: 44px;
    padding: 0 9px;
    float: right;
    display: none
}

.hd_me_btn {
    width: 100%;
    height: 100%
}

.hd_me_btn:after {
    float: right;
    content: '\20';
    display: block;
    width: 44px;
    height: 44px;
    background-position: -88px -44px
}

.hd_me_pop {
    width: 130px;
    position: fixed;
    right: 0;
    top: 44px;
    z-index: 999;
    background: #fff;
    border: 1px solid #ddd
}

.hd_me_pop:before {
    content: '\20';
    background-position: -187px 0;
    width: 11px;
    height: 6px;
    display: block;
    position: absolute;
    right: 16px;
    top: -5px
}

.hd_me_item a {
    color: #666;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    display: block;
    margin: 0 15px;
    border-bottom: 1px solid #eee
}

.hd_me_item a:before {
    float: left;
    width: 34px;
    height: 44px;
    content: '\20';
    margin-top: -2px;
    margin-right: 5px;
    margin-left: -10px
}

.hd_me_item a:last-child {
    border-bottom: 0 none
}

.hd_me_uc:before {
    background-position: 0 -88px
}

.hd_me_history:before {
    background-position: -44px -88px
}

.hd_me_fav:before {
    background-position: -88px -88px
}

.hd_me_weidian:before {
    background-position: -132px -88px
}

.hd_search_frm {
    padding: 0 10px
}

.hd_search_txt {
    width: 100%;
    padding: 0 30px 0 31px;
    display: block;
    height: 30px;
    border-radius: 3px;
    border: 0 none;
    margin-top: 7px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 8px 50%;
    background-size: 15px 15px;
    -webkit-background-size: 15px 15px;
    -webkit-appearance: none;
    font-size: 14px
}

.hd_search_txt::-webkit-input-placeholder {
    color: #ccc
}

.hd_search_txt::-webkit-search-cancel-button {
    display: none
}

.hd_search_clear {
    width: 22px;
    height: 22px;
    padding: 4px;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 7px;
    -webkit-background-origin: content-box;
    background-origin: content-box;
    background-position: -176px -11px
}

.hd_search_btn {
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #007AFF
}

.hd_search_frm_focus {
    padding-right: 0;
    right: 50px;
    width: auto !important
}

.hd_search_frm_focus ~ .hd_me {
    display: block
}

.hd_search_frm_focus .hd_search_clear {
    right: 0
}

.hd_search_tit {
    padding: 0 50px
}

.hd_search_tit span {
    max-width: 73%;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hd_bar_tit, .hd_search_frm, .hd_search_tit {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #333
}

.lowAndroid .hd_bar, .lowIphone .hd_bar {
    position: absolute
}

.WX_bar_cate a:after, .WX_bar_back a:after, .WX_btn_search:after, .WX_btn_my:after, .WX_search_clear, .WX_me_btn:after, .WX_me_refresh, .WX_me_pop:before, .WX_me_item a:before, .hd_bar_cate a:after, .hd_bar_back a:after, .hd_me_btn:after, .hd_me_pop:before, .hd_me_item a:before, .hd_search_clear, .wx_aside_item a:before {
    background-image: url(../images/icon_bar.png?t=1);
    background-repeat: no-repeat;
    background-size: 220px 132px;
    -webkit-background-size: 220px 132px
}

.hd_bar ~ .wx_wrap, .WX_bar ~ .wx_wrap {
    padding-top: 45px
}

.WX_bar {
    position: absolute
}

.dacu_banner {
    min-height: 35px
}

.dacu_banner a {
    display: block;
    text-align: center
}

.dacu_banner img {
    max-width: 100%
}

.hd_bar_dacu, .i_ad {
    display: none
}

.WX_bar_in .WX_me_pop {
    top: 44px
}

.WX_backtop {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 10px;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999em;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px 0 0 3px;
    display: none
}

.WX_backtop:after {
    width: 23px;
    height: 23px;
    content: '\20';
    display: block;
    margin: 9px 0 0 9px;
    float: left;
    background-position: -115px 0
}

.WX_backtop_active {
    display: block
}

.wx_history {
    position: fixed;
    z-index: 900;
    width: 100%;
    bottom: 50px;
    left: 0;
    background-color: #ffffe3;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    height: 54px;
    overflow: hidden
}

.wx_history a {
    display: block;
    color: #999;
    font-size: 12px;
    padding-right: 10px;
    margin-right: 80px;
    border-right: 1px solid #ddd;
    height: 35px;
    overflow: hidden
}

.wx_history a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.wx_history a strong {
    display: block;
    color: #333
}

.wx_history a:after {
    color: #0D7EFF;
    content: '继续浏览';
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.wx_history .wx_history_close {
    position: absolute;
    right: 0;
    font-size: 12px;
    height: 54px;
    line-height: 54px;
    top: 0;
    padding: 0 8px
}

.wx_history .wx_history_close + a {
    border: none
}

.wx_history .wx_history_close + a:after {
    right: 40px;
    width: auto;
    padding-right: 8px;
    border-right: 1px solid #ddd
}

.wx_referrer {
    overflow: hidden;
    margin: 15px 0
}

.wx_referrer a {
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    background-color: #FFF;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 3px
}

.wx_pay {
    position: fixed;
    z-index: 900;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #f97433 url(http://pics3.paipaiimg.com/update/20140630/index_pay.jpg) no-repeat 50% 0;
    background-size: 320px 50px;
    -webkit-background-size: 320px 50px;
    height: 50px;
    color: rgba(0, 0, 0, 0)
}

.wx_pay_close {
    position: absolute;
    right: 2px;
    top: 3px;
    height: 47px;
    width: 20px;
    color: rgba(0, 0, 0, 0);
    background: url(http://pics0.paipaiimg.com/update/20140630/index_x.png) no-repeat 100% 0;
    background-size: 12px 11px;
    -webkit-background-size: 12px 11px
}

.WX_search ~ .wx_aside {
    bottom: 60px
}

.wx_aside {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 900;
    border-radius: 3px 0 0 3px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.7)
}

.wx_aside .btn_more, .wx_aside .btn_top {
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999em;
    display: none;
    overflow: hidden
}

.wx_aside .btn_more:after, .wx_aside .btn_top:after {
    width: 23px;
    height: 23px;
    content: '\20';
    margin: 9px 0 0 9px;
    float: left
}

.wx_aside .btn_more {
    display: block;
    position: relative
}

.wx_aside .btn_more.notice:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #e4393c;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 4px
}

.wx_aside .btn_more:after {
    background-position: -92px 0
}

.wx_aside .btn_top:after {
    background-position: -115px 0
}

.wx_aside .btn_top_active {
    display: block
}

.wx_aside .btn_more_active:after {
    background-position: -92px -23px
}

.wx_aside .btn_more ~ .btn_top_active {
    border-top: 1px solid #828282
}

.wx_aside_item {
    position: absolute;
    bottom: 90px;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 115px;
    display: none
}

.wx_aside_item:before {
    display: block;
    content: "\020";
    width: 10px;
    height: 6px;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAZElEQVQoU63SQQ6AMAhE0XIVuP+R4CpVTEiqpRTFv5681UA/az8FGjN3RCyTItKICEClKmqYWhdYQUfsBn5Bn9gEvkE9zAUz6ApbghEaYSHooTtsC45oBkuBhuppM+9PjTKQbQ7kX0cNXR0IHwAAAABJRU5ErkJggg==) no-repeat 0 0 scroll;
    -webkit-background-size: 10px 6px;
    background-size: 10px 6px;
    position: absolute;
    bottom: -6px;
    right: 15px
}

.wx_aside_item a {
    color: #666;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    display: block;
    margin: 0 15px;
    border-bottom: 1px solid #eee
}

.wx_aside_item a:before {
    float: left;
    width: 34px;
    height: 44px;
    content: '\20';
    margin-top: -2px;
    margin-right: 5px;
    margin-left: -10px
}

.wx_aside_item a:last-child {
    border-bottom: 0 none
}

.wx_aside_item .item_uc:before {
    background-position: 0 -88px
}

.wx_aside_item .item_history:before {
    background-position: -44px -88px
}

.wx_aside_item .item_fav:before {
    background-position: -132px -88px
}

.wx_aside_item .item_d12:before {
    background: url("/wx/img/promotion/1212/home/icon_d12.png?v1");
    -webkit-background-size: 80px;
    background-size: 80px;
    width: 80px;
    height: 30px;
    margin-left: -2px;
    margin-top: 5px
}

.back_tip {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 902;
    background: rgba(0, 0, 0, 0.5)
}

.back_tip img {
    width: 73.43%;
    margin-top: 5px;
    left: 65.62%;
    position: relative;
    -webkit-transform: translateX(-65.62%);
    margin-left: -8%
}

.WX_msg_bar {
    text-align: center
}

.WX_msg_bar .msg_order {
    padding: 5px 10px;
    display: inline-block;
    background: #3A3A3A;
    margin: 8px 0;
    border-radius: 3px;
    color: #fff;
    position: relative;
    padding-right: 30px;
    font-size: 12px
}

.WX_msg_bar .msg_order img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px
}

.WX_msg_bar .msg_order:after {
    content: "";
    width: 10px;
    height: 10px;
    right: 15px;
    border-color: #eee
}

.g_small_tips {
    display: none;
    position: fixed;
    margin-top: -10px;
    top: 45%;
    left: 10px;
    right: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    z-index: 1000;
    border-radius: 6px
}

.loadcsstest {
    width: 100px;
    height: 10px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.WX_tab_bnr {
    border-bottom: 1px solid #ddd;
    background: #EFEFEF
}

.WX_tab_bnr .bnr_item {
    max-width: 320px;
    margin: 0 auto;
    display: block
}

.WX_tab_bnr img {
    max-width: 100%
}

.WX_tab_bnr .bnr_1111 {
    color: #DD0E0E;
    max-width: 320px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 7px 0
}

.WX_tab_bnr .bnr_1111 .img {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 30px
}

.WX_tab_bnr .bnr_1111 .txt {
    display: inline-block;
    font-size: 11px
}

.WX_tab_bnr .bnr_1111 .txt:before {
    content: '';
    display: inline-block;
    border-left: 1px solid #DD0E0E;
    width: 10px;
    height: 14px;
    vertical-align: middle;
    margin-top: -2px
}

.WX_tab .icon_pop_quan, .WX_tab .icon_pop_kai {
    position: absolute;
    z-index: 300;
    width: 50px;
    height: 30px;
    top: -2px;
    left: 60%;
    margin-left: 0px;
    background: url(/wx/img/mall/icon_pop_quan.png) no-repeat;
    -webkit-background-size: 50px auto;
    background-size: 50px auto
}

.WX_tab .icon_pop_kai {
    margin-left: -50px;
    left: 40%;
    background-image: url(/wx/img/mall/icon_pop_kai_r.png)
}

/*  |xGv00|b69d472804c492a46d1e5263fa6ccc74 */
@charset "UTF-8";
.mod_btns .mod_btn {
    background: #f3f3f3;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn:active {
    background: #e6e6e6
}

.mod_btns .mod_btn.bg_1 {
    background: #e4393c;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_1:active {
    background: #e12326
}

.mod_btns .mod_btn.bg_2, .mod_btns .mod_btn.mod_btn_bg1 {
    background: #3884ff;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_2:active, .mod_btns .mod_btn.mod_btn_bg1:active {
    background: #1f74ff
}

.mod_btns .mod_btn.bg_3, .mod_btns .mod_btn.mod_btn_bg {
    background: #f19325;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_3:active, .mod_btns .mod_btn.mod_btn_bg:active {
    background: #ed870f
}

.mod_btns .mod_btn.bg_4 {
    background: white;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_4:active {
    background: #f2f2f2
}

.mod_btns .mod_btn.bg_5 {
    background: #67ad03;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_5:active {
    background: #589403
}

.mod_btns .mod_btn.bg_6 {
    background: #1bc6c3;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_6:active {
    background: #18b0ad
}

.mod_btns .mod_btn.disabled {
    cursor: default;
    color: #999;
    background: #d7d7d7;
    border: 1px solid transparent
}

.mod_btns .mod_btn.disabled span {
    margin-left: 5px;
    color: #e4393c
}

.mod_btns .mod_btn.disabled:active {
    background: #d7d7d7
}

.mod_btns .mod_btn, .mod_btns .mod_btn.bg_4 {
    border-color: #cbcbcb;
    color: #333
}

.mod_btns {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
    margin: 20px 5px
}

.mod_btns .mod_btn {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 5px;
    display: block;
    width: 100px;
    height: 44px;
    line-height: 42px;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.mod_itemgrid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rec_list .opt_wrap, .ju_qiang .time_point {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex
}

.rec_list .opt_wrap div, .ju_qiang .time_point span {
    display: block;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1
}

.mod_itemgrid .fn, .mod_itemlist_small .hproduct .fn {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.rec_list .avatar_wrap:after, .rec_list .price_wrap:after, .mod_category_inner:after, .mod_itemgrid:after, .ju_list .hproduct:after, .ju_qiang .mod_itemgrid .stock_wrap:after {
    clear: both;
    content: '\20';
    display: block
}

.mod_btns .mod_btn {
    background: #f3f3f3;
    color: #eeeeee;
    border: 1px solid transparent
}

.mod_btns .mod_btn:active {
    background: #e6e6e6
}

.mod_btns .mod_btn.bg_1 {
    background: #e4393c;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_1:active {
    background: #e12326
}

.mod_btns .mod_btn.bg_2, .mod_btns .mod_btn.mod_btn_bg1 {
    background: #3884ff;
    color: #eeeeee;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_2:active, .mod_btns .mod_btn.mod_btn_bg1:active {
    background: #1f74ff
}

.mod_btns .mod_btn.bg_3, .mod_btns .mod_btn.mod_btn_bg {
    background: #f19325;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_3:active, .mod_btns .mod_btn.mod_btn_bg:active {
    background: #ed870f
}

.mod_btns .mod_btn.bg_4 {
    background: white;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_4:active {
    background: #f2f2f2
}

.mod_btns .mod_btn.bg_5 {
    background: #67ad03;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_5:active {
    background: #589403
}

.mod_btns .mod_btn.bg_6 {
    background: #1bc6c3;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_6:active {
    background: #18b0ad
}

.mod_btns .mod_btn.disabled {
    cursor: default;
    color: #999;
    background: #d7d7d7;
    border: 1px solid transparent
}

.mod_btns .mod_btn.disabled span {
    margin-left: 5px;
    color: #e4393c
}

.mod_btns .mod_btn.disabled:active {
    background: #d7d7d7
}

.mod_btns .mod_btn, .mod_btns .mod_btn.bg_4 {
    border-color: #cbcbcb;
    color: #333
}

.mod_btns {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
    margin: 20px 5px
}

.mod_btns .mod_btn {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 5px;
    display: block;
    width: 100px;
    height: 44px;
    line-height: 42px;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.mod_itemgrid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rec_list .opt_wrap, .ju_qiang .time_point {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex
}

.rec_list .opt_wrap div, .ju_qiang .time_point span {
    display: block;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1
}

.mod_itemgrid .fn, .mod_itemlist_small .hproduct .fn {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.rec_list .avatar_wrap:after, .rec_list .price_wrap:after, .mod_category_inner:after, .mod_itemgrid:after, .ju_list .hproduct:after, .ju_qiang .mod_itemgrid .stock_wrap:after {
    clear: both;
    content: '\20';
    display: block
}

.rec_list .opt_wrap div i, .icon_quote_start, .icon_quote_end {
    background-image: url(/wx/img/mall/xin_v3.png);
    background-repeat: no-repeat;
    background-size: 40px 60px
}

.rec_list {
    padding-top: 15px;
    margin: 0 10px 15px
}

.rec_list li {
    position: relative
}

.rec_list .url {
    display: block;
    min-height: 150px
}

.rec_list .photo {
    display: block;
    width: 100%
}

.rec_list .info_wrap {
    padding: 15px 10px;
    background: #efefef
}

.rec_list .fn {
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    padding-bottom: 10px
}

.rec_list .avatar_wrap {
    margin-bottom: 5px
}

.rec_list .avatar_wrap .avatar {
    float: left;
    width: 30px;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 30px;
    margin-right: 10px
}

.rec_list .avatar_wrap .avatar img {
    width: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px
}

.rec_list .avatar_wrap .name {
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #666
}

.rec_list .brand_disc {
    font-size: 12px;
    line-height: 17px;
    color: #999
}

.rec_list .price_wrap {
    margin-top: 8px;
    height: 40px
}

.rec_list .price_wrap .price {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333
}

.rec_list .price_wrap .price em {
    color: #e4393c
}

.rec_list .price_wrap .col_left {
    float: left;
    height: 40px
}

.rec_list .price_wrap .col_left .price, .rec_list .price_wrap .col_left .old_price {
    float: none;
    height: 20px;
    line-height: 20px
}

.rec_list .price_wrap .col_left .old_price {
    font-size: 12px;
    color: #999
}

.rec_list .price_wrap .btn_buy {
    float: right;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    background: #e4393c;
    color: #fff
}

.rec_list .opt_wrap {
    height: 40px;
    line-height: 40px;
    background: #efefef;
    border-top: 1px solid #ddd
}

.rec_list .opt_wrap div {
    width: 50%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 20px;
    position: relative
}

.rec_list .opt_wrap div:first-child {
    border-right: 1px solid #ddd
}

.rec_list .opt_wrap div i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 8px;
    position: relative;
    top: -1px
}

.rec_list .opt_wrap .like_checked i {
    background-position: 0 -20px
}

.rec_list .opt_wrap .fav i {
    background-position: -20px 0
}

.rec_list .opt_wrap .fav_checked i {
    background-position: -20px -20px
}

.item_tag, .tag_1, .tag_2, .tag_long {
    position: absolute;
    top: 10px;
    left: -5px;
    background-color: #333;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    text-align: center;
    font-size: 10px
}

.item_tag:after, .tag_1:after, .tag_2:after, .tag_long:after {
    position: absolute;
    top: 20px;
    left: 0;
    border-right: 5px solid #000;
    border-bottom: 5px dashed transparent;
    content: '\20'
}

.tag_2, .tag_green {
    background-color: #3fc76f
}

.tag_2:after, .tag_green:after {
    border-left-color: #133b21
}

.tag_red {
    background-color: #e4393c
}

.tag_red:after {
    border-left-color: #AA2121
}

.tag_long {
    background-color: #e4393c;
    padding-right: 0
}

.tag_long span {
    display: inline-block;
    position: relative;
    background: #2c2532;
    padding: 0 5px;
    margin-left: 5px
}

.tag_long:after {
    border-left-color: #AA2121
}

.icon_quote_start, .icon_quote_end {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: 0 -40px;
    position: relative;
    vertical-align: middle;
    margin-top: -4px
}

.icon_quote_end {
    background-position: -20px -40px
}

.mod_category_wrap {
    min-height: 46px;
    position: relative;
    z-index: 1
}

.mod_category {
    position: -webkit-sticky;
    position: sticky;
    top: 44px;
    z-index: 20
}

.mod_category_fixed .mod_category {
    position: fixed;
    left: 0;
    width: 100%
}

.mod_category a {
    float: left;
    text-align: center;
    height: 44px;
    line-height: 44px;
    position: relative
}

.mod_category a:after {
    content: '\20';
    background-color: #dddddd;
    position: absolute;
    height: 14px;
    width: 1px;
    top: 15px;
    left: -1px
}

.mod_category a:first-child:after {
    display: none
}

.mod_category a:active, .mod_category a.cur {
    color: #E33B3D
}

.mod_category_inner {
    position: relative;
    min-height: 44px;
    border: 1px solid #ddd;
    border-width: 1px 0;
    background-color: #FFF
}

.mod_category_inner a {
    width: 16.6666%
}

.mod_category_cont {
    height: 44px;
    padding-right: 45px;
    overflow: hidden
}

.mod_category_cont a {
    width: 20%
}

.mod_category_all {
    height: 89px;
    background-color: #FFF;
    border-bottom: 1px solid #ddd;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.mod_category_all:after {
    content: '\20';
    background: #ddd;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 44px;
    right: 0;
    left: 0
}

.mod_category_more {
    border-left: 1px solid #ddd;
    width: 44px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.mod_category_more:after {
    width: 44px;
    height: 44px;
    margin-top: -2px;
    display: block;
    content: '\20';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAYAAABxlTA0AAACBUlEQVR4Xu3Y0UnDYBhG4abZwEEK7iB64wJet3QDp3CDkFy7gDeKOwgO4gZN+qe0UMSSqD3Jl3KEIsTyxjw9Ckk28wsVyNB1x2cCwxEILDAsAM9bsMCwADxvwQLDAvC8BQsMC8DzFiwwLADPW7DAsAA8b8ECwwLwvAULDAvA8xYsMCwAz1uwwLAAPG/BAsMC8LwFCwwLwPMWLDAsAM9bsMCwADxvwQLDAvC8BQsMC8DzFnxpwKvVajGfz582m81DVVVf8PXt5pfL5VWe5891XT+WZfk5xDkP5xi84PV6/ZpOfpteHwn5hkbe476n812n11tRFHcXDfztglHkIc916kMbvOCjP9lDVQhyBNz2WkcBppGj4I4KTCFHwh0d+NzI0XBDAJ8LOSJuGOD/IkfFDQX8V+TIuOGAf4scHTckcF/kKeCGBe5CngpuaOBTyO3x9OAGvQs857OK0e7k+l7Eca1N0+yehGVZtkjfkFvsvr9X3/eFB/6h5PbQJHDD/4s4rmRf8kt7LD3mvKcfc/YttOt9kyi46yIi/1xg+NMRWGBYAJ63YIFhAXjeggWGBeB5CxYYFoDnLVhgWACet2CBYQF43oIFhgXgeQsWGBaA5y1YYFgAnrdggWEBeN6CBYYF4HkLFhgWgOctWGBYAJ63YIFhAXjeggWGBeB5CxYYFoDnLRgG3gILBxBomRqs9AAAAABJRU5ErkJggg==) no-repeat;
    background-size: cover
}

.mod_category_all ~ .mod_category_more:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mod_itemgrid {
    padding: 15px 20px 0 10px;
    background-color: #FFF
}

.mod_itemgrid .hproduct {
    position: relative;
    background-color: #f3f3f3;
    width: 50%;
    float: left;
    margin-bottom: 10px
}

.mod_itemgrid .hproduct.active {
    background-color: #f3f3f3
}

.mod_itemgrid .hproduct:nth-child(2n) {
    margin-right: -10px;
    float: right
}

.mod_itemgrid .fn {
    color: #444;
    padding: 8px 10px 0 10px;
    margin-bottom: 8px;
    line-height: 18px;
    height: 36px;
    word-break: break-all
}

.mod_itemgrid .prices {
    line-height: 36px;
    height: 34px;
    padding: 0 0 4px 0;
    position: relative
}

.mod_itemgrid .prices strong, .mod_itemgrid .prices del {
    height: 16px;
    line-height: 18px;
    display: block;
    margin-left: 10px
}

.mod_itemgrid .prices em {
    color: #e4393c;
    font-style: normal;
    vertical-align: top
}

.mod_itemgrid .prices del {
    color: #666
}

.mod_itemgrid .discount {
    position: absolute;
    bottom: 8px;
    right: 10px;
    display: block;
    background-color: #333;
    color: #FFF;
    border-radius: 9px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding: 0 9px
}

.mod_itemgrid .cover {
    min-height: 145px;
    background-color: #E1E1E1;
    position: relative
}

.mod_itemgrid .cover img {
    width: 100%
}

.mod_itemgrid .hot, .mod_itemgrid .dis, .mod_itemgrid .new {
    font-size: 12px;
    padding: 0 2px;
    color: #FFF;
    margin-right: 5px;
    vertical-align: top
}

.mod_itemgrid .hot {
    background-color: #E33A3C
}

.mod_itemgrid .dis {
    background-color: #FF4E00
}

.mod_itemgrid .new {
    background-color: #3DC181
}

.mod_itemgrid .soldout .cover:after, .mod_itemlist .soldout .cover:after {
    background-color: rgba(0, 0, 0, 0.5);
    content: '\20';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mod_itemgrid .soldout .cover:before, .mod_itemlist .soldout .cover:before {
    content: '售罄';
    position: absolute;
    z-index: 10;
    color: #fff;
    width: 54px;
    height: 54px;
    border: 2px solid #ccc;
    border-radius: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px
}

.mod_itemlist {
    padding: 15px 10px 0 10px;
    background-color: #FFF
}

.mod_itemlist .hproduct {
    position: relative;
    border-bottom: solid 1px #f3f3f3;
    margin-top: 15px;
    padding-bottom: 15px
}

.mod_itemlist .hproduct.active {
    background-color: #f7f7f7
}

.mod_itemlist .hproduct:first-child {
    margin-top: 0
}

.mod_itemlist .hproduct .cover a {
    display: block;
    text-align: center
}

.mod_itemlist .hproduct .cover img {
    width: 100%;
    min-height: 300px
}

.mod_itemlist .hproduct .hot, .mod_itemlist .hproduct .dis, .mod_itemlist .hproduct .new {
    font-size: 12px;
    padding: 0 2px;
    color: #FFF;
    margin-right: 5px;
    vertical-align: top
}

.mod_itemlist .hproduct .hot {
    background-color: #E33A3C
}

.mod_itemlist .hproduct .dis {
    background-color: #FF4E00
}

.mod_itemlist .hproduct .new {
    background-color: #3DC181
}

.mod_itemlist .hproduct .fn {
    color: #444;
    padding: 10px 0 0;
    line-height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all
}

.mod_itemlist .hproduct .sku {
    padding: 0;
    line-height: 18px;
    margin-top: 7px;
    font-size: 12px
}

.mod_itemlist .hproduct .sku a {
    color: #666
}

.mod_itemlist .hproduct .prices {
    padding: 0;
    height: 32px;
    margin-top: 10px;
    line-height: 16px;
    color: #333
}

.mod_itemlist .hproduct .prices strong {
    margin-right: 10px;
    font-weight: 700
}

.mod_itemlist .hproduct .prices .discount {
    background-color: #333;
    color: #FFF;
    padding: 0 9px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    font-size: 12px;
    vertical-align: middle
}

.mod_itemlist .hproduct .prices em {
    color: #E4393C;
    font-style: normal
}

.mod_itemlist .hproduct .prices del {
    color: #666;
    font-size: 12px;
    display: block;
    line-height: 18px
}

.mod_itemlist .hproduct .btn_buy, .mod_itemlist .hproduct .btn_over {
    width: 100px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 15px;
    border-radius: 3px
}

.mod_itemlist .hproduct .btn_buy {
    background-color: #E33A3C
}

.mod_itemlist .hproduct .btn_over {
    background-color: #9c9c9c
}

.mod_itemlist_small {
    padding: 0 10px;
    background-color: #FFF
}

.mod_itemlist_small .hproduct {
    position: relative;
    border-bottom: solid 1px #f3f3f3;
    padding: 15px 0;
    height: 80px
}

.mod_itemlist_small .hproduct.active {
    background-color: #f7f7f7
}

.mod_itemlist_small .hproduct:first-child {
    margin-top: 0
}

.mod_itemlist_small .hproduct .cover {
    float: left;
    width: 80px;
    height: 80px
}

.mod_itemlist_small .hproduct .cover img {
    width: 100%
}

.mod_itemlist_small .hproduct .cover a {
    display: block;
    text-align: center
}

.mod_itemlist_small .hproduct .hot, .mod_itemlist_small .hproduct .dis, .mod_itemlist_small .hproduct .new {
    font-size: 12px;
    padding: 0 2px;
    color: #FFF;
    margin-right: 5px;
    vertical-align: top
}

.mod_itemlist_small .hproduct .hot {
    background-color: #E33A3C
}

.mod_itemlist_small .hproduct .dis {
    background-color: #FF4E00
}

.mod_itemlist_small .hproduct .new {
    background-color: #3DC181
}

.mod_itemlist_small .hproduct .fn, .mod_itemlist_small .hproduct .prices, .mod_itemlist_small .hproduct .sku {
    margin-left: 90px
}

.mod_itemlist_small .hproduct .fn {
    color: #444;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    word-break: break-all
}

.mod_itemlist_small .hproduct .sku {
    padding: 0;
    line-height: 18px;
    font-size: 12px
}

.mod_itemlist_small .hproduct .sku a {
    color: #666
}

.mod_itemlist_small .hproduct .prices {
    padding: 0;
    height: 28px;
    line-height: 28px;
    color: #333
}

.mod_itemlist_small .hproduct .prices strong {
    margin-right: 10px
}

.mod_itemlist_small .hproduct .prices .discount {
    background-color: #333;
    color: #FFF;
    padding: 0 9px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    font-size: 12px;
    vertical-align: middle
}

.mod_itemlist_small .hproduct .prices em {
    color: #E4393C;
    font-style: normal;
    margin-left: 5px;
    vertical-align: top
}

.mod_itemlist_small .hproduct .prices del {
    color: #666;
    margin-right: 10px;
    display: block;
    line-height: 14px
}

.mod_itemlist_small .hproduct .btn_buy, .mod_itemlist_small .hproduct .btn_over {
    width: 100px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 15px;
    border-radius: 3px
}

.mod_itemlist_small .hproduct .btn_buy {
    background-color: #E33A3C
}

.mod_itemlist_small .hproduct .btn_over {
    background-color: #9c9c9c
}

.item_tag, .tag_long {
    position: absolute;
    top: 10px;
    left: -5px;
    background-color: #333;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    text-align: center;
    font-size: 10px
}

.item_tag:after, .tag_long:after {
    position: absolute;
    top: 20px;
    left: 0;
    border-right: 5px solid #000;
    border-bottom: 5px dashed transparent;
    content: '\20'
}

.tag_green {
    background-color: #3fc76f
}

.tag_green:after {
    border-left-color: #133b21
}

.tag_red {
    background-color: #e4393c
}

.tag_red:after {
    border-left-color: #AA2121
}

.tag_long {
    background-color: #e4393c;
    padding-right: 0
}

.tag_long span {
    display: inline-block;
    position: relative;
    background: #2c2532;
    padding: 0 5px;
    margin-left: 5px
}

.tag_long:after {
    border-left-color: #AA2121
}

.hproduct.pre_end .cover {
    position: relative
}

.hproduct.pre_end .cover:before {
    content: '即将抢完';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(227, 59, 61, 0.5);
    padding: 5px 0
}

.hproduct.soldout_end {
    position: relative
}

.hproduct.soldout_end:before, .hproduct.soldout_end:after {
    content: '\20';
    display: block;
    position: absolute;
    z-index: 1
}

.hproduct.soldout_end:before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(102, 102, 102, 0.7)
}

.hproduct.soldout_end:after {
    left: 50%;
    top: 50%;
    width: 125px;
    height: 125px;
    margin: -62.5px 0 0 -62.5px;
    background: url(/wx/img/mall/icon_soldout.png?v2) no-repeat 0 0;
    background-size: 125px 250px
}

.hproduct.end .cover {
    position: relative
}

.hproduct.end .cover:before, .hproduct.end .cover:after {
    content: '\20';
    display: block;
    position: absolute;
    z-index: 1
}

.hproduct.end .cover:before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(102, 102, 102, 0.7)
}

.hproduct.end .cover:after {
    left: 50%;
    top: 50%;
    width: 125px;
    height: 125px;
    margin: -62.5px 0 0 -62.5px;
    background: url(/wx/img/mall/icon_soldout.png?v2) no-repeat 0 0;
    background-size: 125px 250px;
    background-position: 0 -125px
}

.ju_index {
    padding-bottom: 50px
}

.rec_list {
    margin-bottom: 10px
}

.mod_category_wrap {
    min-height: 42px
}

.mod_category_wrap .mod_category_inner {
    min-height: 40px;
    background: #efefef
}

.mod_category_wrap .mod_category_cont {
    height: 40px
}

.mod_category_wrap .mod_category_all {
    background: #efefef;
    height: auto
}

.mod_category_wrap .mod_category_all:after {
    top: 40px
}

.mod_category_wrap .mod_category a {
    height: 40px;
    line-height: 40px
}

.mod_category_wrap .mod_category a:after {
    top: 14px
}

.ju_list {
    background-color: #fff;
    padding: 0 10px
}

.ju_list .hproduct {
    border-top: 1px dotted #eee;
    font-size: 12px;
    padding: 15px 0
}

.ju_list .hproduct:first-child {
    border-top: 0
}

.ju_list .hproduct:last-child {
    padding-bottom: 5px
}

.ju_list .hproduct .url {
    min-height: 88px;
    position: relative;
    display: block;
    padding-left: 134px
}

.ju_list .hproduct .important {
    font-size: 10px;
    background-color: #ff4545;
    width: 50px;
    height: 17px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 15px;
    left: -5px
}

.ju_list .hproduct .important:after {
    content: '\20';
    display: block;
    border-right: 5px solid #aa2121;
    border-bottom: 5px dashed transparent;
    position: absolute;
    top: 17px;
    left: 0
}

.ju_list .hproduct .photo {
    width: 128px;
    min-height: 88px;
    max-height: 128px;
    margin-left: -134px;
    float: left;
    position: relative;
    overflow: hidden
}

.ju_list .hproduct .photo img {
    width: 128px;
    height: auto
}

.ju_list .hproduct .fn {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    height: 32px;
    padding-top: 6px;
    overflow: hidden
}

.ju_list .hproduct .fn em {
    margin-left: -6px
}

.ju_list .hproduct .sign {
    font-size: 11px;
    color: #fff;
    background: #e4393c;
    padding: 0 2px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    margin-top: -2px;
    margin-right: 4px
}

.ju_list .hproduct .price {
    color: #333;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    padding: 5px 0;
    font-weight: 400
}

.ju_list .hproduct .price strong {
    margin-left: 2px;
    color: #e4393c;
    font-weight: 400;
    margin-right: 10px
}

.ju_list .hproduct .other {
    color: #999
}

.ju_list .hproduct .old_price {
    color: #999
}

.ju_list .hproduct .o2 {
    margin-left: 5px
}

.ju_list .hproduct .o3 {
    float: left
}

.ju_list .hproduct .o4 {
    font-size: 10px;
    padding: 0 4px;
    height: 16px;
    line-height: 16px;
    float: right;
    background-color: #d9d9d9;
    color: #666;
    border-radius: 10px
}

.ju_list .hproduct .sold_out {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
    background: rgba(102, 102, 102, 0.7)
}

.ju_list .hproduct .sold_out .tip {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url(/wx/img/mall/sold_out.png) no-repeat;
    background-size: 100%;
    color: transparent
}

.ju_list_null {
    padding: 15px 0;
    text-align: center;
    font-size: 12px
}

.ju_qiang .tit_qiang {
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    color: #333;
    text-align: center
}

.ju_qiang .time_point {
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    border: 1px solid #ddd
}

.ju_qiang .time_point span {
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    color: #666
}

.ju_qiang .time_point span:first-child {
    border-left: 0 none
}

.ju_qiang .time_point .cur {
    color: #e4393c
}

.ju_qiang .mod_itemgrid {
    padding: 15px 20px 5px 10px
}

.ju_qiang .mod_itemgrid .sold_out .cover:after, .ju_qiang .mod_itemgrid .pre_sold_out .cover:after {
    position: absolute;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0
}

.ju_qiang .mod_itemgrid .fn {
    margin-bottom: 4px
}

.ju_qiang .mod_itemgrid .prices {
    line-height: 18px
}

.ju_qiang .mod_itemgrid .prices .price_wrap {
    display: block
}

.ju_qiang .mod_itemgrid .prices strong {
    display: inline-block
}

.ju_qiang .mod_itemgrid .old_price {
    font-size: 12px;
    color: #999;
    margin-left: 10px
}

.ju_qiang .mod_itemgrid .stock_wrap {
    display: block;
    width: 74px;
    height: 12px;
    position: relative;
    padding-left: 10px
}

.ju_qiang .mod_itemgrid .stock_wrap .txt {
    float: left;
    font-size: 12px;
    line-height: 12px;
    color: #666
}

.ju_qiang .mod_itemgrid .stock_wrap .txt em {
    color: #e33a3c;
    margin: 0 2px
}

.ju_qiang .mod_itemgrid .stock_wrap .stock {
    float: left;
    margin-left: 8px;
    width: 40px;
    height: 8px;
    margin-top: 3px;
    border-radius: 8px;
    background: #cacaca;
    overflow: hidden
}

.ju_qiang .mod_itemgrid .stock_wrap .stock .inner {
    display: block;
    height: 8px;
    background: #3dc181
}

.ju_qiang .mod_itemgrid .sold_out .cover:after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "已抢完"
}

.ju_qiang .mod_itemgrid .pre_sold_out .cover:after {
    background-color: rgba(227, 58, 60, 0.5);
    content: "即将抢完"
}

.ju_bnr {
    padding: 10px 10px 0
}

.ju_bnr img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

/*  |xGv00|6aad99edca125b5d6ae99032e06b50d0 */
@charset "UTF-8";
.mod_btns .mod_btn {
    background: #f3f3f3;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn:active {
    background: #e6e6e6
}

.mod_btns .mod_btn.bg_1 {
    background: #e4393c;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_1:active {
    background: #e12326
}

.mod_btns .mod_btn.bg_2, .mod_btns .mod_btn.mod_btn_bg1 {
    background: #3884ff;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_2:active, .mod_btns .mod_btn.mod_btn_bg1:active {
    background: #1f74ff
}

.mod_btns .mod_btn.bg_3, .mod_btns .mod_btn.mod_btn_bg {
    background: #f19325;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_3:active, .mod_btns .mod_btn.mod_btn_bg:active {
    background: #ed870f
}

.mod_btns .mod_btn.bg_4 {
    background: white;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_4:active {
    background: #f2f2f2
}

.mod_btns .mod_btn.bg_5 {
    background: #67ad03;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_5:active {
    background: #589403
}

.mod_btns .mod_btn.bg_6 {
    background: #1bc6c3;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_6:active {
    background: #18b0ad
}

.mod_btns .mod_btn.disabled {
    cursor: default;
    color: #999;
    background: #d7d7d7;
    border: 1px solid transparent
}

.mod_btns .mod_btn.disabled span {
    margin-left: 5px;
    color: #e4393c
}

.mod_btns .mod_btn.disabled:active {
    background: #d7d7d7
}

.mod_btns .mod_btn, .mod_btns .mod_btn.bg_4 {
    border-color: #cbcbcb;
    color: #333
}

.mod_btns {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
    margin: 20px 5px
}

.mod_btns .mod_btn {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 5px;
    display: block;
    width: 100px;
    height: 44px;
    line-height: 42px;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.mod_type, .category_nav_list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.category_nav_list ul {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex
}

.category_nav_list li {
    display: block;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1
}

.mod_banner .topic .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mod_type:after, .mod_category_inner:after {
    clear: both;
    content: '\20';
    display: block
}

.category_nav_more.open .category_nav_btn:after, .category_nav_btn:after {
    display: block;
    content: '\20';
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #7d7d7d;
    border-left: 1px solid #7d7d7d;
    background: none
}

.category_nav_more.open .category_nav_btn:after {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.category_nav_btn:after {
    margin-top: -10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.mod_slider {
    min-width: 320px;
    min-height: 120px;
    position: relative;
    margin: 10px 0;
    overflow: hidden
}

.mod_slider .inner {
    width: 100%;
    overflow: hidden
}

.mod_slider .pic_list {
    position: relative
}

.mod_slider .pic_list li {
    float: left;
    min-width: 320px;
    min-height: 120px;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mod_slider .pic_list a {
    display: block;
    text-align: center
}

.mod_slider .pic_list img {
    width: 100%;
    min-height: 120px
}

.mod_slider .bar_wrap {
    width: 100%;
    height: 18px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 20;
    text-align: center
}

.mod_slider .bar {
    display: inline-block;
    padding: 0 4px;
    min-width: 58px;
    height: 18px;
    overflow: hidden;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px
}

.mod_slider .bar li {
    display: inline-block;
    margin: 5px 3px;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0.5;
    border-radius: 5px;
    cursor: pointer
}

.mod_slider .bar li.cur {
    opacity: 1
}

.scrollLayout .mod_slider .inner, .fixedLayout .mod_slider .inner {
    -webkit-transform: translateZ(0)
}

.mod_banner {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    background-color: #FFF;
    min-height: 120px
}

.mod_banner img {
    width: 100%;
    min-height: 120px;
    max-height: 240px
}

.mod_banner .topic {
    padding: 10px 10px 0 10px;
    font-size: 12px
}

.mod_banner .topic .desc {
    min-height: 36px;
    max-height: 54px;
    overflow: hidden;
    -webkit-line-clamp: 3
}

.mod_banner .topic .countdown {
    border-top: 1px solid #eee;
    margin-top: 10px;
    line-height: 44px;
    height: 44px;
    color: #333;
    text-align: center
}

.mod_banner .topic .mod_countdown {
    background-color: #333;
    color: #fff;
    border-radius: 7px;
    padding: 0 10px
}

.mod_banner .subscribe {
    border-top: 1px solid #ddd;
    height: 44px;
    line-height: 44px;
    padding: 0 8px;
    color: #999
}

.mod_banner .btn_subscribe {
    height: 24px;
    line-height: 24px;
    width: 99px;
    border: 1px solid #ddd;
    background-color: #FFF;
    display: block;
    float: right;
    text-align: center;
    border-radius: 3px;
    margin-top: 9px;
    color: #666;
    font-size: 12px
}

.mod_type {
    padding: 10px 40px 0 10px;
    border-top: 1px solid #DDD
}

.mod_type a {
    height: 34px;
    width: 25%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    text-align: center;
    font-size: 14px;
    line-height: 34px
}

.mod_type a:nth-child(4n) {
    margin-right: -30px
}

.mod_type a:active {
    background: rgba(0, 0, 0, 0.2)
}

.mod_type .cur {
    color: #e33b3d
}

.mod_tab {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEUlEQVQIW2NkAALGu3fv/gcACN0DmRVISxwAAAAASUVORK5CYII=) repeat-x 0 100% #eeeeee;
    -webkit-background-size: 1px 1px;
    background-size: 1px 1px;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    height: 44px;
    -webkit-overflow-scrolling: touch
}

.mod_tab .inner {
    width: 1000px;
    height: 44px
}

.mod_tab a {
    color: #666;
    float: left;
    text-align: center;
    height: 44px;
    line-height: 44px;
    padding: 0 10px 0 10px;
    position: relative
}

.mod_tab a:after {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #ddd;
    position: absolute;
    left: -1px;
    top: 16px;
    display: block
}

.mod_tab a:active + a:after, .mod_tab a:active:after {
    display: none
}

.mod_tab .cur {
    color: #e33b3d
}

.lowAndroid .mod_tab, .lowIphone .mod_tab {
    position: absolute
}

.mod_category_wrap {
    min-height: 46px;
    position: relative;
    z-index: 1
}

.mod_category {
    position: -webkit-sticky;
    position: sticky;
    top: 44px;
    z-index: 20
}

.mod_category_fixed .mod_category {
    position: fixed;
    left: 0;
    width: 100%
}

.mod_category a {
    float: left;
    text-align: center;
    height: 44px;
    line-height: 44px;
    position: relative
}

.mod_category a:after {
    content: '\20';
    background-color: #dddddd;
    position: absolute;
    height: 14px;
    width: 1px;
    top: 15px;
    left: -1px
}

.mod_category a:first-child:after {
    display: none
}

.mod_category a:active, .mod_category a.cur {
    color: #E33B3D
}

.mod_category_inner {
    position: relative;
    min-height: 44px;
    border: 1px solid #ddd;
    border-width: 1px 0;
    background-color: #FFF
}

.mod_category_inner a {
    width: 16.6666%
}

.mod_category_cont {
    height: 44px;
    padding-right: 45px;
    overflow: hidden
}

.mod_category_cont a {
    width: 20%
}

.mod_category_all {
    height: 89px;
    background-color: #FFF;
    border-bottom: 1px solid #ddd;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.mod_category_all:after {
    content: '\20';
    background: #ddd;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 44px;
    right: 0;
    left: 0
}

.mod_category_more {
    border-left: 1px solid #ddd;
    width: 44px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.mod_category_more:after {
    width: 44px;
    height: 44px;
    margin-top: -2px;
    display: block;
    content: '\20';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAYAAABxlTA0AAACBUlEQVR4Xu3Y0UnDYBhG4abZwEEK7iB64wJet3QDp3CDkFy7gDeKOwgO4gZN+qe0UMSSqD3Jl3KEIsTyxjw9Ckk28wsVyNB1x2cCwxEILDAsAM9bsMCwADxvwQLDAvC8BQsMC8DzFiwwLADPW7DAsAA8b8ECwwLwvAULDAvA8xYsMCwAz1uwwLAAPG/BAsMC8LwFCwwLwPMWLDAsAM9bsMCwADxvwQLDAvC8BQsMC8DzFnxpwKvVajGfz582m81DVVVf8PXt5pfL5VWe5891XT+WZfk5xDkP5xi84PV6/ZpOfpteHwn5hkbe476n812n11tRFHcXDfztglHkIc916kMbvOCjP9lDVQhyBNz2WkcBppGj4I4KTCFHwh0d+NzI0XBDAJ8LOSJuGOD/IkfFDQX8V+TIuOGAf4scHTckcF/kKeCGBe5CngpuaOBTyO3x9OAGvQs857OK0e7k+l7Eca1N0+yehGVZtkjfkFvsvr9X3/eFB/6h5PbQJHDD/4s4rmRf8kt7LD3mvKcfc/YttOt9kyi46yIi/1xg+NMRWGBYAJ63YIFhAXjeggWGBeB5CxYYFoDnLVhgWACet2CBYQF43oIFhgXgeQsWGBaA5y1YYFgAnrdggWEBeN6CBYYF4HkLFhgWgOctWGBYAJ63YIFhAXjeggWGBeB5CxYYFoDnLRgG3gILBxBomRqs9AAAAABJRU5ErkJggg==) no-repeat;
    background-size: cover
}

.mod_category_all ~ .mod_category_more:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mod_tab + .mod_slider {
    margin-top: 44px;
    margin-bottom: 0
}

.mod_tab {
    top: 90px
}

.WX_bar_in ~ .wx_wrap .mod_banner {
    margin-bottom: 15px
}

.mod_banner {
    margin-bottom: 0
}

.mod_category_wrap {
    margin-top: -1px
}

.tm_tabSelected {
    margin-top: 43px
}

.mod_type {
    margin-top: 50px;
    border-top: 0
}

.tm_tit {
    margin: 0 10px;
    text-align: center;
    overflow: hidden;
    position: relative
}

.tm_tit h3 {
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    color: #777;
    font-weight: 400;
    color: #333
}

.tm_tit p {
    font-size: 6px;
    line-height: 8px;
    color: #999
}

.tm_list {
    padding: 0 10px
}

.tm_item {
    display: block;
    margin-top: 15px;
    position: relative
}

.tm_item:first-child {
    margin-top: 0
}

.tm_item_cover {
    position: relative;
    text-align: center;
    min-height: 150px
}

.tm_item_cover img {
    width: 100%;
    min-height: 150px
}

.tm_item_cover span {
    height: 20px;
    line-height: 20px;
    background-color: rgba(51, 51, 51, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff
}

.tm_item_cover em {
    float: right;
    margin-right: 10px;
    font-size: 12px
}

.tm_item_cover em:before {
    content: '\20';
    width: 11px;
    height: 11px;
    float: left;
    margin: 4px 5px 0 0;
    background-size: cover;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABvElEQVR42p1VsUoDQRDdSyDBVAdGiVZXnQgmYm+TOkYbf0AIQtBGbMUmX+APpNBSglUQJY3YpRERCVoFOyuLEERE1ll9GybrbGIy8Mhl3rx3N3O7e0ohtNYR4ZrQI+wrFvQ/Q7gFMg63B43RRpwICEf6bxRZTZXlqyxfFHTHxtOQh1qO1k/Br0FM+AJi9kAtj/bAFPSd5DNhSTlBuZSBkI+h4dFXeHQbZ4QkEy0QdjHbd8Ir4Qq5RVaXhHYwDtvSKaHJWg8JDT0+LkwtG00TXoG9Y8K2Sb95wgcTvxFqhC2ghpwNU1tg40ooYV45vCCN2RcHdx+uC8DZ92M0OSUFirsofLEtMn6DUHZyIWo1tIFkXGbtRQJvZt4Q8hHTbUrGjyDrno5EY3B1aDsukWZ3XZvCeJXp05yYZcTcFMZZps/6jENBaJbjA+HcYxz6jFOMyDsis6susaRWPMYFpk+5ZBvEiZPfJnwSlpUnjAbatkSWpDljfc+MMJ1nutK4DdIZert+U7OankZuEGFLd+3Z66mN2YP4tzQTuIfQPWGHsA6Y6zvpEFL/aHHiY3OiwEFfIdzgg9nDdYUf9FJ8A1/76L7VqhBKAAAAAElFTkSuQmCC)
}

.tm_item_cover strong {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400
}

.tm_item_cover i {
    margin: 0 1px
}

.tm_item_logo {
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    background-color: #eee;
    position: relative
}

.tm_item_ad .tm_item_logo {
    padding-left: 10px
}

.tm_item_logo img {
    width: 65px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0
}

.tm_item_logo strong {
    color: #ff4e00;
    font-weight: 400;
    float: right;
    padding-right: 10px;
    display: inline-block
}

.tm_item_logo em {
    color: #333;
    float: left;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px
}

.tm_item_logo b {
    color: #e4393c;
    margin-right: 2px
}

.tm_item_logo .icon_star {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px -10px 0px -5px;
    padding: 5px 5px 5px 10px;
    position: relative;
    background: none
}

.tm_item_logo .icon_star:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(data:image/png;base64,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) no-repeat 0 0;
    background-size: 20px 40px
}

.tm_item_logo .icon_star.liked:after {
    background-position: 0 -20px
}

.tm_item_vip, .tm_item_qq, .tm_item_both {
    position: absolute;
    top: 0;
    right: -5px;
    background-color: #e4007f;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    text-align: center;
    font-size: 10px
}

.tm_item_vip:after, .tm_item_qq:after, .tm_item_both:after {
    position: absolute;
    top: 20px;
    right: 0;
    border-left: 5px solid #9b0056;
    border-bottom: 5px dashed transparent;
    content: '\20'
}

.tm_item_qq {
    background-color: #e4393c
}

.tm_item_qq:after {
    border-left-color: #AA2121
}

.tm_item_both {
    background-color: #e4393c
}

.tm_item_both span {
    display: inline-block;
    margin-right: 15px;
    position: relative
}

.tm_item_both span:after {
    content: "";
    width: 11px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAoCAYAAAD6xArmAAACdklEQVRIS62W+WoTYRTFz2RfmyYmaZq1ERQFiwVBqagobrUv5xv4GLW4oFiwVFAUBUXRdNKkSZuYNM2+jveLYGM6mf3+P7/vcOfecw+XW70hwKBqDwZ4upvBUBDAGQn+cHiAn7UaYh6PceBmv49NfhcCqX2QWjIO/K5YBF8/Rso7h6uRiDHg414Pz0gtx3F4SGo9Vqsx4O1CAblGHWd9PlwJL4xHQffPq3a7eJHlYSa1j5bScFosxoC39vMoNps4P+/H5VDo3+DqUlxut/EqtweLyYR1Ums3m40BvyZoieAXAwFcOhP8b800Kz5otfAmn4PNZMZ6Og0rqZ4szeCXe1lUOh0sk9ILpHi6NIHzjQbeFvbhoJ6ySWA91g1mjvWc51HrdbFCU3COpkGsVCvO1uvYKRbgonldI7VsfnWDmcFsktpGvzfeMLZps0qV4l9kie/JGpkXrDEHm6FW1UqPSC0z8RaZ+bXIIpJer+R5UKz4x9ERPpYO4bPZcT+VgnhnT95SBB6MRmO1neEQ1xej4wshV4rA3yoVfP5dRsDhwN1EUo6pzN36pHYjk0FvNMStWBwLLpcx4C+k9CspDjmduB1PKILKTkWXerpBvWU9vkPQIMGVlmSPP5VL+F6tIuJ242Y0ppQp3ePJ8HEvmYLfbjcGzDaMbVqcRmuVRkxtibZiOnzM2WxqueJXejp8qKbSB6cUT4YPZjRuMhwtdQq8TZchRxdiMnzoBs8KH7rBW3kKHy0KH34KH8GT8KELLBU+dIGlwodmsFz40AyWCx+awDvLK4Jc+NAEfhJNCH/DR5jCx7wWhug33ONgWGDhg0Ulk8Q5V/viH5VPXNE4xp6eAAAAAElFTkSuQmCC) no-repeat 0 0;
    background-size: 11px 20px;
    -webkit-background-size: 11px 20px;
    position: absolute;
    top: 0;
    right: -13px
}

.tm_item_both:after {
    border-left-color: #AA2121
}

.wx_footer .userinfo {
    display: none
}

.icon_hongbao {
    background: url(data:image/png;base64,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) no-repeat 0 0;
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 4px;
    position: relative;
    top: 2px
}

.mod_category_wrap {
    min-height: 42px
}

.mod_category_wrap .mod_category_inner {
    min-height: 40px;
    background: #efefef
}

.mod_category_wrap .mod_category_all {
    background: #efefef
}

.mod_category_wrap .mod_category_cont {
    height: 40px
}

.mod_category_wrap .mod_category_all {
    background: #efefef;
    height: auto
}

.mod_category_wrap .mod_category_all:after {
    top: 40px
}

.mod_category_wrap .mod_category a {
    height: 40px;
    line-height: 40px
}

.mod_category_wrap .mod_category a:after {
    top: 14px
}

.tm_item_ad .tm_item_cover .gg_text {
    display: block;
    float: left;
    width: 50%;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: transparent;
    text-align: left;
    padding-left: 10px
}

.tm_item_ad .tm_item_cover span {
    font-size: 12px
}

.tm_item_ad .tm_item_cover em {
    float: right;
    margin-left: 10px;
    margin-right: 10px
}

.category_nav_wrap {
    position: relative;
    height: 40px;
    z-index: 1
}

.category_nav_wrap .category_nav {
    position: -webkit-sticky;
    position: sticky;
    top: 44px;
    z-index: 20;
    background: #efefef;
    margin-top: -1px
}

.category_nav_wrap.fixed .category_nav {
    position: fixed;
    left: 0;
    width: 100%
}

.category_nav_wrap.fixed .category_nav_more ul {
    overflow: visible
}

.category_nav_list {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-right: 60px
}

.category_nav_list ul {
    overflow: hidden
}

.category_nav_list a {
    display: block;
    text-align: center
}

.category_nav_list a.cur {
    color: #e4393c
}

.category_nav_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    border-left: 1px solid #ddd
}

.category_nav_btn:after {
    right: 7px;
    width: 8px;
    height: 8px;
    margin-top: -7px
}

.category_nav_btn.cur {
    color: #e4393c
}

.category_nav_more ul {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    display: none;
    border-bottom: 1px solid #ddd;
    background: #efefef;
    overflow: hidden
}

.category_nav_more li {
    position: relative;
    font-size: 12px;
    width: 20%;
    float: left
}

.category_nav_more li:before {
    content: '\20';
    display: block;
    width: 1px;
    height: 14px;
    background: #ddd;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -7px
}

.category_nav_more a {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px
}

.category_nav_more.open ul {
    display: block
}

.category_nav_more.open .category_nav_btn:after {
    right: 7px;
    width: 8px;
    height: 8px;
    margin-top: -3px
}

.mall_title_small {
    margin: 15px 10px;
    font-size: 12px;
    overflow: hidden
}

.mall_title_small em {
    color: #e4393c;
    font-weight: bold;
    margin: 0 2px
}

.mall_title_small a {
    float: right
}

.mall_title_large {
    position: relative;
    margin: 15px 10px;
    font-size: 14px;
    text-align: center
}

.mall_title_large span {
    position: relative;
    z-index: 1;
    padding: 0 10px;
    background: #fff;
    color: #333
}

.mall_title_large:after {
    content: '\20';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px
}

.mall_item {
    position: relative;
    margin: 0 10px 20px 10px
}

.mall_item_content {
    position: relative;
    display: block
}

.mall_item_content .image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px
}

.mall_item_content .timer {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 2px 5px 2px 20px;
    border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px
}

.mall_item_content .timer:before {
    position: absolute;
    left: 2px;
    top: 2px;
    content: '\20';
    display: block;
    width: 15px;
    height: 15px;
    background: url(/wx/img/mall/icon_timer.png) no-repeat 0 0;
    background-size: 15px 45px
}

.mall_item_content .timer.timer_2:before {
    background-position: 0 -15px
}

.mall_item_content .tag {
    position: absolute;
    left: 0;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.7);
    padding: 2px 10px;
    font-size: 10px;
    border-left: 1px solid #e4393c
}

.mall_item_content .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.mall_item_content .layer span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -7px;
    text-align: center;
    color: #fff
}

.mall_item_title {
    position: relative;
    background: #eee;
    height: 32px;
    line-height: 32px;
    padding: 0 10px
}

.mall_item_title p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 90px
}

.mall_item_title p .sign {
    font-size: 11px;
    color: #fff;
    background: #e4393c;
    padding: 0 2px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    margin-top: -2px;
    margin-right: 4px
}

.mall_item_title div {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    line-height: 32px
}

.mall_item_title div em {
    color: #e4393c;
    margin-right: 10px
}

.mall_item_title div span {
    display: inline-block;
    background: #ddd;
    height: 32px;
    width: 55px;
    text-align: center
}

.mall_item_more {
    margin: 10px
}

.mall_item_more .btn_more {
    background: #F3F3F3;
    border: 1px solid #DEDEDE;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 3px;
    color: #333
}

/*  |xGv00|2bba641347d745934d167dc5c9c9ddcd */
@charset "UTF-8";
.mod_btns .mod_btn {
    background: #f3f3f3;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn:active {
    background: #e6e6e6
}

.mod_btns .mod_btn.bg_1 {
    background: #e4393c;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_1:active {
    background: #e12326
}

.mod_btns .mod_btn.bg_2, .mod_btns .mod_btn.mod_btn_bg1 {
    background: #3884ff;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_2:active, .mod_btns .mod_btn.mod_btn_bg1:active {
    background: #1f74ff
}

.mod_btns .mod_btn.bg_3, .mod_btns .mod_btn.mod_btn_bg {
    background: #f19325;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_3:active, .mod_btns .mod_btn.mod_btn_bg:active {
    background: #ed870f
}

.mod_btns .mod_btn.bg_4 {
    background: white;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_4:active {
    background: #f2f2f2
}

.mod_btns .mod_btn.bg_5 {
    background: #67ad03;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_5:active {
    background: #589403
}

.mod_btns .mod_btn.bg_6 {
    background: #1bc6c3;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_6:active {
    background: #18b0ad
}

.mod_btns .mod_btn.disabled {
    cursor: default;
    color: #999;
    background: #d7d7d7;
    border: 1px solid transparent
}

.mod_btns .mod_btn.disabled span {
    margin-left: 5px;
    color: #e4393c
}

.mod_btns .mod_btn.disabled:active {
    background: #d7d7d7
}

.mod_btns .mod_btn, .mod_btns .mod_btn.bg_4 {
    border-color: #cbcbcb;
    color: #333
}

.mod_btns {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
    margin: 20px 5px
}

.mod_btns .mod_btn {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 5px;
    display: block;
    width: 100px;
    height: 44px;
    line-height: 42px;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.mod_tab_sub, .mod_tab_sub span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mod_alert .btns, .rec_list .opt_wrap, .mod_tab_flex {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex
}

.mod_alert .btns .btn, .rec_list .opt_wrap div, .mod_tab_flex span {
    display: block;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1
}

.glist .glist_name, .fashion_list .hproduct .disc, .rec_list_v2 .info .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.rec_list .avatar_wrap:after, .rec_list .price_wrap:after, .fashion_list .hproduct:after, .os_box_list:after, .act_box_list:after {
    clear: both;
    content: '\20';
    display: block
}

.os_list_more .btn_more:before {
    display: block;
    content: '\20';
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #7d7d7d;
    border-left: 1px solid #7d7d7d;
    background: none
}

.os_list_more .btn_more:before {
    margin-top: -10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.mod_btns .mod_btn {
    background: #f3f3f3;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn:active {
    background: #e6e6e6
}

.mod_btns .mod_btn.bg_1 {
    background: #e4393c;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_1:active {
    background: #e12326
}

.mod_btns .mod_btn.bg_2, .mod_btns .mod_btn.mod_btn_bg1 {
    background: #3884ff;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_2:active, .mod_btns .mod_btn.mod_btn_bg1:active {
    background: #1f74ff
}

.mod_btns .mod_btn.bg_3, .mod_btns .mod_btn.mod_btn_bg {
    background: #f19325;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_3:active, .mod_btns .mod_btn.mod_btn_bg:active {
    background: #ed870f
}

.mod_btns .mod_btn.bg_4 {
    background: white;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_4:active {
    background: #f2f2f2
}

.mod_btns .mod_btn.bg_5 {
    background: #67ad03;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_5:active {
    background: #589403
}

.mod_btns .mod_btn.bg_6 {
    background: #1bc6c3;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_6:active {
    background: #18b0ad
}

.mod_btns .mod_btn.disabled {
    cursor: default;
    color: #999;
    background: #d7d7d7;
    border: 1px solid transparent
}

.mod_btns .mod_btn.disabled span {
    margin-left: 5px;
    color: #e4393c
}

.mod_btns .mod_btn.disabled:active {
    background: #d7d7d7
}

.mod_btns .mod_btn, .mod_btns .mod_btn.bg_4 {
    border-color: #cbcbcb;
    color: #333
}

.mod_btns {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
    margin: 20px 5px
}

.mod_btns .mod_btn {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 5px;
    display: block;
    width: 100px;
    height: 44px;
    line-height: 42px;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.mod_tab_sub, .mod_tab_sub span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mod_alert .btns, .rec_list .opt_wrap, .mod_tab_flex {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex
}

.mod_alert .btns .btn, .rec_list .opt_wrap div, .mod_tab_flex span {
    display: block;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1
}

.glist .glist_name, .fashion_list .hproduct .disc, .rec_list_v2 .info .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.rec_list .avatar_wrap:after, .rec_list .price_wrap:after, .fashion_list .hproduct:after, .os_box_list:after, .act_box_list:after {
    clear: both;
    content: '\20';
    display: block
}

.os_list_more .btn_more:before {
    display: block;
    content: '\20';
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #7d7d7d;
    border-left: 1px solid #7d7d7d;
    background: none
}

.os_list_more .btn_more:before {
    margin-top: -10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.mod_alert {
    width: 240px;
    margin: 20px auto 0;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center
}

.mod_alert .icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url(/wx/img/common/mod_alert.png);
    background-size: 50px 200px
}

.mod_alert .icon_fail {
    background-position: 0 -50px
}

.mod_alert .icon_wait {
    background-position: 0 -100px
}

.mod_alert .icon_success {
    background-position: 0 -150px
}

.mod_alert p {
    margin: 8px 0;
    padding: 0 10px
}

.mod_alert p.small {
    font-size: 12px
}

.mod_alert .btn {
    display: inline-block;
    width: 100px;
    height: 40px;
    margin: 5px 2px 0;
    line-height: 40px;
    background: #f3f3f3;
    color: #333;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.mod_alert .btn.disabled {
    background: #666;
    color: #fff
}

.mod_alert .btn_1 {
    background: #3985ff;
    color: #fff
}

.mod_alert .disabled span {
    margin-left: 5px;
    color: red
}

.mod_alert.fixed {
    display: none;
    z-index: 899;
    position: fixed;
    top: 35%;
    left: 50%;
    margin-left: -120px
}

.mod_alert .btns .btn {
    display: block
}

.mod_alert .form {
    padding: 0 10px
}

.mod_alert .form label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mod_alert .form input[type="text"] {
    width: 195px;
    margin: 10px auto 0;
    padding: 0 10px;
    font-size: 12px;
    background: #fff;
    border: none;
    height: 30px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.mod_alert_loading {
    background: none
}

.mod_alert_large {
    width: 290px
}

.mod_alert_large.fixed {
    margin-left: -145px
}

.mod_alert_mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 898
}

.mod_alert.show, .mod_alert_mask.show {
    display: block
}

.glist {
    background: #333;
    color: #a7a7a7;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #575757
}

.glist li {
    position: relative;
    height: 50px;
    padding: 15px 10px 15px 80px;
    overflow: hidden;
    border-top: 1px solid #575757
}

.glist li:before {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    content: '\20';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/wx/img/common/sprites_v3.png);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    -webkit-background-size: 100px 100px;
    background-position: -20px -50px
}

.glist li.selected:before {
    background-position: 0 -50px
}

.glist p {
    margin: 0
}

.glist .glist_img {
    position: absolute;
    left: 35px;
    top: 15px
}

.glist .glist_price {
    position: absolute;
    right: 0;
    top: 15px;
    color: #e4393c
}

.glist .glist_count {
    position: absolute;
    right: 0;
    top: 30px
}

.glist .glist_name {
    padding-right: 50px;
    height: 33px;
    line-height: 16px;
    overflow: hidden
}

.glist .glist_sku {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mod_btns .mod_btn {
    background: #f3f3f3;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn:active {
    background: #e6e6e6
}

.mod_btns .mod_btn.bg_1 {
    background: #e4393c;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_1:active {
    background: #e12326
}

.mod_btns .mod_btn.bg_2, .mod_btns .mod_btn.mod_btn_bg1 {
    background: #3884ff;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_2:active, .mod_btns .mod_btn.mod_btn_bg1:active {
    background: #1f74ff
}

.mod_btns .mod_btn.bg_3, .mod_btns .mod_btn.mod_btn_bg {
    background: #f19325;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_3:active, .mod_btns .mod_btn.mod_btn_bg:active {
    background: #ed870f
}

.mod_btns .mod_btn.bg_4 {
    background: white;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_4:active {
    background: #f2f2f2
}

.mod_btns .mod_btn.bg_5 {
    background: #67ad03;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_5:active {
    background: #589403
}

.mod_btns .mod_btn.bg_6 {
    background: #1bc6c3;
    color: #fff;
    border: 1px solid transparent
}

.mod_btns .mod_btn.bg_6:active {
    background: #18b0ad
}

.mod_btns .mod_btn.disabled {
    cursor: default;
    color: #999;
    background: #d7d7d7;
    border: 1px solid transparent
}

.mod_btns .mod_btn.disabled span {
    margin-left: 5px;
    color: #e4393c
}

.mod_btns .mod_btn.disabled:active {
    background: #d7d7d7
}

.mod_btns .mod_btn, .mod_btns .mod_btn.bg_4 {
    border-color: #cbcbcb;
    color: #333
}

.mod_btns {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    overflow: hidden;
    margin: 20px 5px
}

.mod_btns .mod_btn {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 5px;
    display: block;
    width: 100px;
    height: 44px;
    line-height: 42px;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.mod_tab_sub, .mod_tab_sub span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mod_alert .btns, .rec_list .opt_wrap, .mod_tab_flex {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex
}

.mod_alert .btns .btn, .rec_list .opt_wrap div, .mod_tab_flex span {
    display: block;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1
}

.glist .glist_name, .fashion_list .hproduct .disc, .rec_list_v2 .info .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.rec_list .avatar_wrap:after, .rec_list .price_wrap:after, .fashion_list .hproduct:after, .os_box_list:after, .act_box_list:after {
    clear: both;
    content: '\20';
    display: block
}

.os_list_more .btn_more:before {
    display: block;
    content: '\20';
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #7d7d7d;
    border-left: 1px solid #7d7d7d;
    background: none
}

.os_list_more .btn_more:before {
    margin-top: -10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.rec_list .opt_wrap div i, .icon_quote_start, .icon_quote_end {
    background-image: url(/wx/img/mall/xin_v3.png);
    background-repeat: no-repeat;
    background-size: 40px 60px
}

.rec_list {
    padding-top: 15px;
    margin: 0 10px 15px
}

.rec_list li {
    position: relative
}

.rec_list .url {
    display: block;
    min-height: 150px
}

.rec_list .photo {
    display: block;
    width: 100%
}

.rec_list .info_wrap {
    padding: 15px 10px;
    background: #efefef
}

.rec_list .fn {
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    padding-bottom: 10px
}

.rec_list .avatar_wrap {
    margin-bottom: 5px
}

.rec_list .avatar_wrap .avatar {
    float: left;
    width: 30px;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 30px;
    margin-right: 10px
}

.rec_list .avatar_wrap .avatar img {
    width: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px
}

.rec_list .avatar_wrap .name {
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #666
}

.rec_list .brand_disc {
    font-size: 12px;
    line-height: 17px;
    color: #999
}

.rec_list .price_wrap {
    margin-top: 8px;
    height: 40px
}

.rec_list .price_wrap .price {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333
}

.rec_list .price_wrap .price em {
    color: #e4393c
}

.rec_list .price_wrap .col_left {
    float: left;
    height: 40px
}

.rec_list .price_wrap .col_left .price, .rec_list .price_wrap .col_left .old_price {
    float: none;
    height: 20px;
    line-height: 20px
}

.rec_list .price_wrap .col_left .old_price {
    font-size: 12px;
    color: #999
}

.rec_list .price_wrap .btn_buy {
    float: right;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    background: #e4393c;
    color: #fff
}

.rec_list .opt_wrap {
    height: 40px;
    line-height: 40px;
    background: #efefef;
    border-top: 1px solid #ddd
}

.rec_list .opt_wrap div {
    width: 50%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 20px;
    position: relative
}

.rec_list .opt_wrap div:first-child {
    border-right: 1px solid #ddd
}

.rec_list .opt_wrap div i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 8px;
    position: relative;
    top: -1px
}

.rec_list .opt_wrap .like_checked i {
    background-position: 0 -20px
}

.rec_list .opt_wrap .fav i {
    background-position: -20px 0
}

.rec_list .opt_wrap .fav_checked i {
    background-position: -20px -20px
}

.item_tag, .tag_1, .tag_2, .tag_long {
    position: absolute;
    top: 10px;
    left: -5px;
    background-color: #333;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    text-align: center;
    font-size: 10px
}

.item_tag:after, .tag_1:after, .tag_2:after, .tag_long:after {
    position: absolute;
    top: 20px;
    left: 0;
    border-right: 5px solid #000;
    border-bottom: 5px dashed transparent;
    content: '\20'
}

.tag_2, .tag_green {
    background-color: #3fc76f
}

.tag_2:after, .tag_green:after {
    border-left-color: #133b21
}

.tag_red {
    background-color: #e4393c
}

.tag_red:after {
    border-left-color: #AA2121
}

.tag_long {
    background-color: #e4393c;
    padding-right: 0
}

.tag_long span {
    display: inline-block;
    position: relative;
    background: #2c2532;
    padding: 0 5px;
    margin-left: 5px
}

.tag_long:after {
    border-left-color: #AA2121
}

.icon_quote_start, .icon_quote_end {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: 0 -40px;
    position: relative;
    vertical-align: middle;
    margin-top: -4px
}

.icon_quote_end {
    background-position: -20px -40px
}

.rec_list .opt_wrap div i, .icon_quote_start, .icon_quote_end {
    background-image: url(/wx/img/mall/xin_v3.png);
    background-repeat: no-repeat;
    background-size: 40px 60px
}

.os_box_list .txt, .rec_list_v2 .info .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.xin_list, .fashion_list {
    padding: 0 10px 10px
}

.xin_list .hproduct, .fashion_list .hproduct {
    position: relative
}

.xin_list .hproduct .photo, .fashion_list .hproduct .photo {
    width: 128px;
    height: 128px
}

.mod_banner {
    min-height: 120px
}

.mod_banner a {
    display: block
}

.mod_banner img {
    display: block;
    width: 100%
}

.mod_tab_wrap {
    height: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #efefef;
    width: 100%
}

.mod_tab_sub {
    height: 40px;
    width: 100%;
    overflow: hidden
}

.mod_tab_sub span {
    float: left;
    margin-top: 10px;
    width: 33.5%;
    height: 20px;
    line-height: 20px;
    border-left: 1px solid #ddd;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #333
}

.mod_tab_sub span:last-child {
    width: 33%
}

.mod_tab_sub span:first-child {
    border-left: 0
}

.mod_tab_sub span em {
    color: #999
}

.mod_tab_sub span.cur {
    color: #e4393c
}

.mod_tab_flex span {
    float: none
}

.rec_list_wrap {
    padding-top: 15px;
    margin-bottom: 10px
}

.rec_list_wrap .rec_list {
    padding-top: 0;
    margin-bottom: 0
}

.fashion_flr {
    margin-top: 20px
}

.flr_hd {
    color: #666;
    padding: 0 10px 10px 10px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.flr_tit {
    font-size: 18px;
    float: left
}

.hd_txt {
    font-size: 12px;
    float: right
}

.fashion_list .hproduct {
    height: 80px;
    padding: 0 10px
}

.fashion_list .hproduct .item {
    float: left;
    width: 50%
}

.fashion_list .hproduct .url {
    padding: 15px 0 0 0;
    position: relative;
    display: block
}

.fashion_list .hproduct .photo {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-size: 100%
}

.fashion_list .hproduct .fn {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    overflow: hidden
}

.fashion_list .hproduct .disc {
    font-size: 12px;
    color: #a3a3a3;
    height: 36px;
    line-height: 1.3;
    margin: 8px 0;
    word-wrap: break-word;
    word-break: break-all
}

.rec_list li {
    margin-bottom: 10px
}

.rec_list .opt_wrap div {
    padding-left: 0
}

.head_panel {
    background-color: #D2D2D2
}

.head_panel .hd {
    height: 0;
    padding-top: 24%;
    overflow: hidden;
    background: url("/wx/img/mall/xin/head_bg.png") no-repeat;
    background-size: 100%;
    color: transparent;
    display: none
}

.head_panel .bd {
    padding: 10px 10px 10px
}

.head_panel .mod_banner {
    position: relative;
    min-height: 120px;
    background: none
}

.head_panel .mod_banner:before {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: -10px;
    left: 0px;
    background: url("/wx/img/mall/xin/head_tip.png") no-repeat;
    background-size: 100%
}

.mod_space_gap {
    height: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
    margin: -1px 0;
    background: #EEE
}

.rec_panel {
    padding-top: 15px;
    margin-bottom: 10px
}

.rec_panel .rec_list {
    padding-top: 0;
    margin-bottom: 0
}

.rec_panel .rec_list .url {
    min-height: 120px
}

.rec_panel .btn_wrap {
    padding: 0px 10px
}

.rec_panel .btn_wrap .btn {
    line-height: 24px;
    display: inline-block;
    background: #E4393C;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 2% 0;
    border-radius: 3px
}

.os_panel .hd, .act_panel .hd {
    text-align: center;
    padding: 10px
}

.os_panel .hd h3, .act_panel .hd h3 {
    font-size: 16px
}

.os_box_list {
    padding: 0 2px 5px 10px
}

.os_box_list > li {
    width: 50%;
    float: left;
    padding-right: 8px;
    padding-bottom: 10px;
    box-sizing: border-box;
    position: relative
}

.os_box_list .item {
    background: #fff;
    display: block;
    border: 1px solid #E5E5E5;
    font-size: 12px
}

.os_box_list .img {
    width: 180px;
    display:table-cell;
	vertical-align: middle;
	text-align:center;
	overflow:hidden;
    height: 160px;
	line-height:160px;
}

.os_box_list .img img {
    max-width: 160px;
    max-height: 160px;
	text-align:center;
	vertical-align:middle;
}

.os_box_list .txt {
    padding: 5px 0 0 5px;
    height: 20px;
	width:150px;
    overflow: hidden;
}

.os_box_list .desc {
    height: 30px;
    padding: 0 0 0 5px;
    color: #999;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.3
}

.os_box_list .buy {
    padding: 0 5px 5px;
    height: 24px
}

.os_box_list .buy .btn {
    margin: 3px 3px 0
}

.os_box_list .price {
    color: #e4393c;
    font-size: 14px
}

.os_box_list .price_ops {
    margin-left: 5px;
    color: #999999;
    text-decoration: line-through
}

.os_box_list .status {
    position: absolute;
    top: 0;
    left: -5px;
    right: 8px;
    overflow: hidden;
    height: 40px
}

.os_box_list .item_tag {
    font-size: 10px;
    max-width: 100%;
    text-align: left;
    white-space: nowrap;
    left: 0;
    background: #F05E4B
}

.os_box_list .sold_out {
    position: absolute;
    top: 0;
    right: 8px;
    left: 0;
    bottom: 10px;
    z-index: 2;
    background: rgba(96, 96, 96, 0.7)
}

.os_box_list .sold_out .tip {
    position: absolute;
    width: 125px;
    height: 125px;
    left: 50%;
    top: 28%;
    margin-left: -62px;
    background: #f09;
    margin-top: -62px;
    background: url("/wx/img/mall/xin/sold_out.png") no-repeat;
    background-size: 100%;
    color: transparent
}

.os_box_list .sold_out .next {
    position: absolute;
    width: 125px;
    height: 80px;
    left: 50%;
    top: 28%;
    margin-top: 0px;
    margin-left: -62px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
    color: #fff
}

.os_box_list .sold_out .next .time {
    display: block;
    font-size: 14px
}

.os_box_list .sold_out .btn {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    margin: 0 10px
}

.os_box_list .btn {
    display: block;
    line-height: 26px;
    color: #fff;
    background: #e4393c;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    width: 70px;
	position: absolute;
	right:10px;
	bottom:16px;
}

.os_box_list .btn .btn_disable {
    background: #D7D7D7;
    color: #999
}

.os_list_more {
    padding: 0 10px 10px;
    margin-top: -8px
}

.os_list_more .btn_more {
    display: block;
    text-align: center;
    padding: 5px 20px;
    color: #3985FF
}

.os_list_more .btn_more:before {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-top: -8px;
    vertical-align: middle;
    border-color: #3985FF
}

.act_box_list {
    padding: 0 2px 10px 10px
}

.act_box_list > li {
    width: 50%;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    position: relative
}

.act_box_list .item {
    background: #fff;
    display: block;
    font-size: 12px
}

.act_box_list .img {
    width: 100%;
    padding-top: 34.4%;
    overflow: hidden;
    height: 0;
    background: #ccc
}

.act_box_list .img img {
    margin-top: -34.4%;
    width: 100%
}

.rec_list_v2 {
    padding: 0 10px;
}

.rec_list_v2 > li {
    position: relative;
    min-height: 120px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 10px
}

.rec_list_v2 .tag_red {
    background: #F05E4B
}

.rec_list_v2 .img img {
    max-width: 100%;
    min-height: 100px
}

.rec_list_v2 .info {
    position: absolute;
    top: 0;
    left: 60%;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    padding: 6px 10px;
    color: #f30000
}

.rec_list_v2 .info .name {
    font-size: 14px;
	line-height:30px;
}

.rec_list_v2 .info .desc {
    font-size: 12px;
    line-height: 16px;
}

.rec_list_v2 .info .price {
    color: #f30000;
	line-height:30px;
	padding-top:5px;
    font-size: 14px
}

.rec_list_v2 .buy {
    position: absolute;
    left: 75%;
    bottom: 10px;
    padding-left: 10px
}

.rec_list_v2 .buy .btn {
    background: #e4393c;
    color: #FFF;
    padding: 2px 4px;
    font-size: 12px;
    display: inline-block
}

.rec_list_v2 .buy .btn:after {
    content: '';
    display: inline-block;
    border-width: 5px;
    border-color: transparent transparent transparent white;
    border-style: dashed dashed dashed solid;
    border-right: none;
    height: 0;
    line-height: 0;
    overflow: hidden;
    vertical-align: middle;
    margin: -2px 0 0 5px
}

.remind_alert_area .mod_alert_mask {
    background: rgba(0, 0, 0, 0.2);
    z-index: 100
}

.remind_alert_area .mod_alert {
    z-index: 200
}

.remind_alert_area .mod_alert .btn_1 {
    background: #E4393C
}

@media screen and (min-width: 400px) {
    .rec_list_v2 > li {
        position: relative;
        min-height: 150px
    }

    .rec_list_v2 .info .name {
        font-size: 18px
    }

    .rec_list_v2 .info .desc {
        font-size: 16px
    }

    .rec_list_v2 .info .price {
        font-size: 22px
    }

    .rec_list_v2 .buy .btn {
        font-size: 14px
    }
}

/*  |xGv00|8df5f1d500d55aab01542269839dfe85 */