
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    padding: 0; margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, table, th, td {
    font-size: 1em; font-style: normal; font-weight: normal;
}

strong {
    font-weight: bold;
}

ul, ol {
    list-style: none outside none;
}

fieldset, img {
    border: medium none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

i, cite, em {
    font-style: normal;
}

input,button,select,textarea{
    outline:none;
}

html {
    min-height:101%;
}

body{
    font-size: 12px;
    /*background-color: #f3f3f3;*/
    background-color: #ffffff;
    min-width: 1200px;
}

body, input{
    font-family: Helvetica, "microsoft yahei ui", "microsoft yahei", Arial, "SANS-SERIF";
}

a{
    text-decoration: none;
}

.clear-fix{
    clear: both;
}

.clearfix{
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hide{
    display: none!important;
}

.hidden{
    opacity: 0!important;
}

.w{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.common-layout{
    min-height: 600px;
}

.strong{
    font-weight: bold!important;
}

.full-height{
    height: 100%;
}

.text-center{
    text-align: center;
}

.header-warp{
    background-color: #f1f1f1;
}

.header{
    color: #6f6f6f;
    height: 35px;
    line-height: 35px;
}

.header > h3{
    display: inline-block;
}

.header > a{
    color: #6f6f6f;
    display: inline-block;
    margin-left: 6px;
}

.header > a:hover{
    color: #d7272a;
}

.header-menu{
    display: block;
    float: right;
    color: #6f6f6f;
}

.header-menu a{
    color: #6f6f6f;
}

.header-menu a:hover{
    color: #d7272a;
}

.header-menu > li{
    float: left;
    height: 35px;
    margin: 0 2px;
}

li.item > .dt{
    float: left;
    padding: 0 6px;
}

.dropdown{
    position: relative;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.dropdown:hover{
    background: #fff;
    border-left-color: #ddd;
    border-right-color: #ddd;
    border-bottom-color: #fff;
}

.cw-arrow {
    padding-right: 25px!important;
    position: relative;
    cursor: default;
    zoom: 1;
}

.cw-icon {
    padding-left: 25px!important;
}

.header-menu > li.spacer{
    width: 1px;
    height: 12px;
    margin-top: 10px;
    padding: 0;
    background: #c5c5c5;
    overflow: hidden;
}

li.item .ci-right{
    top: 15px;
    right: 8px;
    width: 7px;
    height: 4px;
    overflow: hidden;
    background: url(../images/common.sp.png) no-repeat -193px 0;
    transition: transform .1s ease-in 0s;
    -webkit-transition: -webkit-transform .1s ease-in 0s;
}

li.item:hover .ci-right{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

li.item .ci-right s{
    position: relative;
    top: -7px;
    text-decoration: none;
}

li.item .ci-left{
    top: 5px;
    left: 2px;
    display: block;
    position: absolute;
    width: 20px;
    height: 25px;
    overflow: hidden;
}


.cw-arrow .i, .cw-arrow i {
    display: block;
    position: absolute;
    overflow: hidden;
}

.text-spec{
    color: #3269cd!important;
}

.text-spec:hover{
    color: #d7272a !important;
}

.text-hot{
    color: #d7272a !important;
}

.text-strong{
    font-weight: bold!important;
}

.h-icon-cart{
    background: url(../images/common.sp.png) no-repeat 0 0;
}

.h-icon-mobile{
    background: url(../images/common.sp.png) no-repeat -20px 0;
}

li.item .dropdown-layer{
    position: absolute;
    background: #fff;
    min-width: 100%;
    top: 35px;
    left: -1px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
    display: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: 10;
}

li.item:hover .dropdown-layer{
    display: block;
}

.drop-item{
    height: 32px;
    padding: 0 8px;
    line-height: 32px;
    text-align: center;
}

.dd-my{
    width: 335px;
    padding: 10px;
}

.dd-my-header{
    height: 60px;
}

.my-header-img{
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    background-size: 100%;
    overflow: hidden;
    border-radius: 100%;
}

.my-header-img > img{
    width: 60px;
    height: 60px;
}

.my-header-nav{
    height: 60px;
    display: block;
    float: left;
    padding-left: 10px;
}

.my-header-nav > a{
    font-size: 14px;
    font-weight: bold;
    margin-left: 4px;
    display: block;
    margin-top: 6px;
}

.my-header-nav li{
    float: left;
    padding: 0 2px;
    margin: 0 2px;
    line-height: normal;
}

.my-header-nav li.spacer{
    width: 1px;
    height: 12px;
    margin-top: 2px;
    padding: 0;
    background: #c5c5c5;
    overflow: hidden;
}

.my-nav{
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}

.my-nav > a{
    width: 45%;
    display: block;
    line-height: normal;
    padding: 6px;
    float: left;
}

.my-history{
    padding: 0 6px;
}

.my-history-title > h3{
    display: inline-block;
    font-weight: bold;
}

.my-history-title > a{
    display: inline-block;
    float: right;
}

.my-history li.no-goods{
    text-align: center;
    color: #aaa;
}

.my-history li > a{
    display: inline-block;
}

.my-history li.goods-thumb{
    margin: 2px;
    display: block;
    float: left;
}

.header-adv{
    position: relative;
}

.header-adv > span{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/common.sp.png) no-repeat 0 -25px;
    z-index: 8;
    cursor: pointer;
    opacity: .5;
}

.header-adv > span:hover{
    opacity: 1;
}

.header-adv > a{
    display: block;
    width: 1200px;
    position: relative;
}

.header-adv > a > img{
    border: 0 none;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}

.dd-cart{
    width: 360px;
    left:inherit;
    right: 0;
}

.loading-32x2-b{
    padding: 20px 0;
    display: block;
    background: url(../images/loading-32x2-b.gif) no-repeat center center;
}

.h-cart-warp > .h-empty-cart{
    height: 50px;
    line-height: 50px;
    padding: 10px 10px 10px 60px;
    color: #3c3c3c;
    background: url(../images/common.sp.png) no-repeat -20px -25px;
}

.h-cart-warp > ul{
    padding: 10px;
}

.h-cart-warp > .cart-checkout{
    height: 40px;
    padding: 0 10px;
    background: #f2f2f2;
    line-height: 40px;
}

.cart-checkout > h5{
    color: #6d6d6d;
    font-weight: bold;
    display: inline-block;
}

.cart-checkout > a{
    margin-top: 6px;
    width: 100px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    border: 1px solid #d63235;
    border-radius: 3px;
    background: #d63235;
    color: #fff;
    font-weight: bold;
    float: right;
    text-align: center;
}

.cart-checkout > a:hover{
    color: #d63235;
    background: #fff;
}

.h-cart-header{
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    font-weight: bold;
    color: #6d6d6d;
}

.h-cart{
    width: 360px;
    min-height: 81px;
    max-height: 324px;
    overflow: hidden;
    position: relative;
}

.h-cart li{
    position: relative;
    height: 80px;
    border-bottom: 1px dotted #efefef;
}

.h-cart li:hover{
    background: #f2f2f2;
}

.h-cart .drop-cart{
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/common.sp.png) no-repeat 0 -55px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.h-cart .drop-cart:hover{
    background: url(../images/common.sp.png) no-repeat 0 -75px;
}

.h-cart .goods-thumb{
    width: 60px;
    height: 60px;
    padding: 10px;
    float: left;
}

.h-cart .goods-name{
    display: inline-block;
    padding: 10px 0 5px 0;
    width: 210px;
    line-height: 16px;
}

.h-cart .goods-price{
    padding-right: 10px;
    text-align: right;
}

.h-cart .goods-price > em{
    font-weight: bold!important;
}

.dd-mobile-app{
    padding: 10px 0;
    right: -1px;
    left: inherit!important;
    width: 362px;
}

.h-mobile-app{
    width: 120px;
    height: 120px;
    display: block;
    float:left;
}

.h-mobile-border{
    border-right: 1px dotted #efefef;
}

.h-mobile-app img{
    width: 70px;
    height: 70px;
    margin: 0 25px;
    display: block;
}

.h-mobile-app h3{
    text-align: center;
    font-weight: bold;
    line-height: 32px;
}

.h-mobile-app span{
    text-align: center;
    display: block;
    line-height: 14px;
}

.h-level{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 4px;
    vertical-align: text-bottom;
}

.h-level-V0{
    background: url(../images/h-user-level.png) no-repeat 0 0;
}

.h-level-V1{
    background: url(../images/h-user-level.png) no-repeat 0 -16px;
}

.h-level-V2{
    background: url(../images/h-user-level.png) no-repeat 0 -32px;
}

.h-level-V3{
    background: url(../images/h-user-level.png) no-repeat 0 -48px;
}

.h-level-VIP{
    background: url(../images/h-user-level.png) no-repeat 0 -64px;
}

.top-nav{
    background: #fff;
}

.top-warp{
    height: 110px;
    position: relative;
    background: #fff;
}

.top-warp > .top-header{
    height: 110px;
}

.top-header > .logo{
    display: block;
    height: 110px;
    float: left;
}

.top-header > .logo > img{
    height: 110px;
    vertical-align: middle;
}

.top-warp > .top-nav{
    height: 35px;
}

.top-header .top-search-warp{
    width: 600px;
    display: block;
    float: right;
}

.main-nav-list{
    height: 35px;
}

.main-nav-list li{
    line-height: 35px;
    display: block;
    float: left;
    padding: 0 16px;
}

.main-nav-list li a{
    font-size: 14px;
    color: #000;
}

.main-nav-list li a:hover{
    color: #d7272a;
}

.top-search{
    margin-top: 36px;
    margin-bottom: 8px;
    position: relative;
}

.search-input-warp{
    border: 3px solid #d63235;
    background: #fff;
    height: 36px;
    position: relative;
}

.search-input-warp .search-input{
    border: none;
    padding: 8px 12px;
    width: 500px;
    font-size: 14px;
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 0;
}

.top-search-btn{
    display: block;
    line-height: 36px;
    text-align: center;
    width: 90px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #d63235 url(../images/common.sp.png) no-repeat 0 -130px;
    text-indent: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.search-result-box{
    position: absolute;
    z-index: 12;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
    width: 506px;
    top: 42px;
    display: none;
}

.search-result-box > a{
    display: block;
    padding: 8px 10px;
    text-align: right;
    color: #000;
    border-top: 1px solid #ddd;
}

.search-result-box > a:hover{
    color: #d63235;
    background: #f3f3f3;
}

.search-result-box li {
    padding: 6px 10px;
    cursor: pointer;
}

.search-result-box li:hover{
    background: #f3f3f3;
}

.search-result-box li span {
    display: block;
    float: left;
}

.search-result-box li i {
    display: block;
    text-align: right;
    color: #999;
}

.top-keywords{}

.top-keywords li{
    display: inline-block;
    padding-right: 6px;
}

.top-keywords li.spacer{
    color: #cacaca;
}

.top-keywords li a{
    color: #737373;
}

.top-keywords li a:hover{
    color: #d63235;
}

.main-category-warp{
    position: relative;
}

.main-category-warp > .title{
    width: 200px;
    height: 35px;
    display: block;
    position: relative;
    float: left;
    background: url(../images/common.sp.png) no-repeat 0 -95px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.main-category-warp .category{
    position: absolute;
    width: 200px;
    height: 450px;
    display: block;
    background:#2f1e1f url(../images/category.bg.png) no-repeat;
    top: 35px;
}

.main-category-warp .category > ul > li{
    height: 75px;
    cursor: pointer;
}

.main-category-warp .category > ul > li:hover,.main-category-warp .category > ul > li.odd:hover{
    background: #fff;
}

.main-category-warp .category > ul > li.odd{
    background: rgba(0,0,0,.2);
}

.main-category-warp .category > ul > li.cate-other{
    height: 37px;
    line-height: 37px;
    color: #f8ebdf;
    font-size: 14px;
}

li.cate-other > .cate-item > .title{
    height: 37px;
    line-height: 37px;
    color: #fff;
}

.cate-item > .title{
    height: 28px;
    line-height: 28px;
    color: #fff;
}

.main-category-warp .category > ul > li:hover > .cate-item > .title > h5,
.main-category-warp .category > ul > li.odd:hover > .cate-item > .title > h5,
.main-category-warp .category > ul > li:hover > .cate-item > .title > h5 > a
{
    color: #453535;
}

.cate-item > .title > i{
    width: 28px;
    height: 28px;
    display: block;
    float: left;
}

.cate-item > .title > h5{
    font-weight: normal;
    display: block;
    float: left;
    padding-left: 3px;
    font-size: 14px;
    color: #fff;
}

.cate-item > .title > h5 > a.no-link,
.cate-item > .title > h5 > a.no-link:hover{
    color: #fff;
    text-decoration: none;
    cursor: default;
}

.cate-item > .title > h5 > a{
    font-size: 14px;
    color: #f4b66d;
}

.cate-item > .title > h5 > a:hover{
    text-decoration: underline;
}

.cate-item > .title > s{
    width: 16px;
    height: 28px;
    display: block;
    float:right;
    background: url(../images/common.sp.png) no-repeat 0 -166px;
}

.cate-item > ul{
    padding-left: 28px;
}

.cate-item > ul > li{
    display: block;
    float: left;
}

.cate-item > ul > li > a{
    border-radius: 3px;
    display: block;
    padding: 2px;
    color: #f8ebdf;
    margin-bottom: 2px;
    margin-right: 2px;
}

.cate-item > ul > li > a:hover{
    color: #fff;
}

.cate-item > ul > li > a.hot{
    background: #d63235;
    color: #f8ebdf;
}

.cate-item > ul > li > a.hot:hover{
    background: #f8ebdf;
    color: #d63235;
}

.main-category-warp .category > ul > li:hover > .cate-item > ul > li > a{
    color: #453535;
}

.main-category-warp .category > ul > li:hover > .cate-item > ul > li > a:hover{
    text-decoration: underline;
}

.main-category-warp .category > ul > li:hover > .cate-item > ul > li > a.hot{
    color: #f8ebdf;
}

.main-category-warp .category > ul > li:hover > .cate-item > ul > li > a.hot:hover{
    color: #d63235;
    text-decoration: none;
}

.cate-other .cate-item > a{
    color: #f8ebdf;
    font-weight: bold;
    padding: 0 3px;
}

.cate-other .cate-item > a:hover{
    color: #fff;
    text-decoration: underline;
}

li.cate-other:hover > .cate-item > .title{
    color: #453535;
}

li.cate-other:hover > .cate-item > .title > h5 > a{
    color: #453535;
}

li.cate-other:hover > .cate-item > .title > h5 > a:hover{
    color: #453535;
}

li.cate-other > .cate-item > .title > i{
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-top: 5px;
}

.cate-other .cate-item > .title > s{
    margin-top: 5px;
    width: 16px;
    height: 28px;
    display: block;
    float:right;
    background: url(../images/common.sp.png) no-repeat 0 -166px;
}

.cate-border{
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.cate-style-green .title > h5 > a{
    color: #61b953;
}

.cate-style-green > ul > li > a{
    border-radius: 3px;
    display: block;
    padding: 2px 3px;
    color: #e9f8df;
    margin-bottom: 2px;
}

.cate-style-green > ul > li > a:hover{
    color: #61b953;
}

.cate-style-green > ul > li > a.hot{
    background: #61b953;
    color: #e9f8df;
}

.cate-style-green > ul > li > a.hot:hover{
    background: #e9f8df;
    color: #61b953;
}

.main-category-warp .category > ul > li:hover > .cate-style-green > ul > li > a.hot:hover{
    background: #e9f8df;
    color: #61b953;
}

.c-icon{
    background-repeat: no-repeat;
    background-position: 0 0;
}

.main-category-warp .category > ul > li:hover .c-icon{
    background-position: -28px 0;
}

.main-category-warp .category > ul > li .cate-box{
    width: 980px;
    height: 430px;
    background: #fff;
    position: absolute;
    left: 200px;
    top: 0;
    cursor: default;
    z-index: 90;
    padding: 10px;
}

.cate-box.no-adv-section{
    width: 800px!important;
}

.cate-box.single-section{
    width: 600px!important;
}

.cate-box.single-section.no-adv-section{
    width: 400px!important;
}


.global-bottom-warp{
    margin-top: 20px;
}

.bottom-service-warp{
    background: #fff;
    border-top: 1px solid #ddd;
    height: 180px;
    position: relative;
}

.bottom-service{
    width: 1040px;
    display: block;
    float: left;
    padding: 40px 0;
}

.bottom-service > a {
    display: block;
    float: left;
    width: 260px;
    height: 100px;
    background: url(../images/service.sp.png) no-repeat 0 0;
}

a.service-0{
    background-position: 0 0;
}

a.service-1{
    background-position: 0 -100px;
}

a.service-2{
    background-position: 0 -200px;
}

a.service-3{
    background-position: 0 -300px;
}

.bottom-client{
    width: 160px;
    height: 180px;
    display: block;
    float: left;
}

.bottom-links-warp{
    height: 240px;
    background: #242424;
}

.bottom-faq-warp{
    height: 180px;
    overflow: hidden;
    position: relative;
}

.bottom-faq-warp dl {
    height: 200px;
    overflow: hidden;
    display: block;
    float: left;
    padding: 20px 100px 20px 0;
}

.bottom-faq-warp dt {
    color: #fff;
    font-size: 16px;
    margin-bottom: 16px;
}

.bottom-faq-warp dd a {
    display: block;
    font-size: 12px;
    color: #B1B1B1;
    padding: 3px 0;
}

.bottom-faq-warp dd a:hover{
    color:#fff;
}

.bottom-navlist-warp {
    padding: 10px 0;
    height: 40px;
    color: #737373;
}

.bottom-navlist-warp p {
    height: 20px;
    line-height: 20px;
    color: #666;
}

.bottom-navlist-warp b{
    font-weight: normal;
    margin-right: 12px;
}

.bottom-navlist-warp a {
    color: #666;
    padding: 0 6px;
}

.bottom-navlist-warp a:first-child{
    padding-left: 0;
}

.bottom-navlist-warp a:hover{
    color: #fff;
}

.bottom-contact-warp {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 20px;
    color: #fff;
    text-align: center;
}

.bottom-contact-warp h3 {
    font-size: 22px;
    color: #FDAF5C;
}

.bottom-contact-warp h5 {
    padding: 8px 0;
}

.bottom-contact-warp span {
    color: #999;
}

.bottom-best{
    height: 64px;
}

.cate-subitems{
    width: 379px;
    height: 410px;
    display: block;
    float: left;
    padding: 10px;
    overflow: hidden;
    border-left: 1px solid transparent;
}

.cate-subitems.last{
    width: 379px;
    border-left: 1px solid #f3f3f3;
}

dl.cate-subitem {
    line-height: 2em;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px dotted #D5D5D5;
    padding: 10px 0;
}

dl.cate-subitem dt {
    position: relative;
    width: 60px;
    float: left;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
    background: url(../images/common.sp.png) no-repeat -16px -166px;
}

dl.cate-subitem dt a{
    color: #000;
}

dl.cate-subitem dd {
    width: 289px;
    float: left;
    padding: 0 5px;
}

dl.cate-subitem dd a {
    border-left: 1px solid #ddd;
    padding: 0 8px;
    white-space: nowrap;
    color: #161616;
    height: 16px;
    margin: 4px 0;
    line-height: 16px;
    float: left;
    font-size: 12px;
}

dl.cate-subitem dd a:hover,dl.cate-subitem dd a.attr-hot{
    color: #d63235;
}

.cate-sub-adv{
    display: block;
    float: right;
    width: 180px;
    height: 430px;
    overflow: hidden;
}

.cate-sub-adv a{
    display: block;
    width: 180px;
}
.cate-sub-adv a img{
    width: 100%;
}

.cate-sub-adv .csa-top{
    height: 188px;
}

.cate-sub-adv .csa-single{
    margin-top: 1px;
    height: 120px;
}

.nav-is-new{
    color: #d7272a !important;
    padding-right: 16px;
    background: url(../images/is_new.gif) no-repeat top right;
}

.nav-is-new:hover{
    color: #bd3234 !important;
}

.super-loading{
    position: absolute;
    width: 100%;
    height: 10%;
    z-index: 10;
    display: none;
    overflow: hidden;
    top: 40%;
}

.loading-space {
    margin: 10px auto;
    width: 200px;
    text-align: center;
}
.loading-space > div {
    width: 6px;
    height: 6px;
    margin: 0 6px;
    background-color: #0079ff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.7s infinite ease-in-out;
    animation: bouncedelay .7s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.loading-space .bounce1 {
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
}
.loading-space .bounce2 {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
}
.loading-space .bounce3 {
    -webkit-animation-delay: -1.4s;
    animation-delay: -1.4s;
}
.loading-space .bounce4 {
    -webkit-animation-delay: -1.3s;
    animation-delay: -1.3s;
}
.loading-space .bounce5 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}
.loading-space .bounce6 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

/** WJ-SIDEBAR */
.wj-sidebar-warp{
    width: 35px;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
}

.wj-sidebar-bg{
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 100%;
    background: #262626;
    top: 0;
    left: 0;
}

.wj-sidebar-tabs{
    position: absolute;
    z-index: 5;
    left: 0;
    width: 35px;
}

.sidebar-tabs-top{
    top: 260px;
}

.sidebar-tabs-bottom{
    top: auto;
    bottom: 10px;
}

.wj-sidebar-tab{
    padding: 5px;
    cursor: pointer;
    position: relative;
}

.wj-sidebar-tab.active{
    background: #d63235;
}

.tab-text{
    display: block;
    text-align: center;
    width: 20px;
    margin: 5px auto;
    color: #fff;
}

.tab-num{
    display: block;
    border-radius: 9px;
    padding: 1px;
    background-color: #D63235;
    color: #fff;
    text-align: center;
    margin: 5px auto;
}

.wj-sidebar-tab.active .tab-num{
    background-color: #fff;
    color: #D63235;
}

.tab-separate{
    display: block;
    background: #333;
    height: 1px;
    margin: 2px 0;
}

.wj-sidebar-tab.active .tab-separate{
    background-color: #D63235;
}

.tab-tips{
    position: absolute;
    top: 0;
    width: 60px;
    left: -60px;
    background-color: #D63235;
    height: 100%;
    line-height: 35px;
    text-indent: 10px;
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: none;
}

.tab-block{
    position: absolute;
    top: 0;
    left: -60px;
    width: 280px;
    height: 100%;
    background: #fff;
}

.tab-icon{
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
    z-index: 2;
    background: url(../images/sidebar-sp.png) no-repeat;
}

.tab-block-dl-app{
    width: 150px;
    height: 180px;
    bottom: -30px;
    top: auto;
    left: -150px;
    display: none;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.tab-block-wechat{
    width: 150px;
    height: 180px;
    bottom: -60px;
    top: auto;
    left: -150px;
    display: none;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.tab-block img{
    width: 100%;
}

.tab-full-block{
    display: none;
    width: 279px;
    height: 100%;
    position: absolute;
    left: -280px;
    top: 0;
    z-index: 0;
    background: #fff;
    border-left: 1px solid #DEDEDE;
    box-shadow: -3px 0 5px rgba(0,0,0,.1);
}
/*2015-12-24  start购物车  hl*/
.tbar-panel-header {
  width: 270px;
  height: 34px;
  line-height: 34px;
  background: #D42E39;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}

.tbar-panel-header .title {
  color: #fff;
}
.wj_zy{
  height: 30px;
  line-height: 30px;
  background:#F1F1F1;
  font-size: 14px;
  font-weight: bold;
  padding-left: 8px;
}
.wj_zy em{
  float: right;
  margin-right: 8px;
}
.tbar-cart-item {
  margin-bottom: 10px;
  background: #FFF none repeat scroll 0% 0%;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
}

.jtc-item-goods {
  overflow: hidden;
  padding-bottom: 8px;
  padding-left: 8px;
  margin-top: 10px;
}
#selectAll{
  float: left;
  margin-right: 5px;
  margin-top: 8px;
}
.ckb_item{
float: left;
margin-right: 6px;
margin-top: 24px;
}
.jtc-item-goods .p-img {
  float: left;
  border: 1px solid #E2E2E2;
  margin-right: 8px;
}
.jtc-item-goods .p-name {
  height: 32px;
  line-height: 16px;
  margin-bottom: 4px;
  overflow: hidden;
  width: 130px;
}
.jtc-item-goods .p-name a {
  color: #333;
}
.jtc-item-goods .p-name a:hover{
  color: #D42E39;
}
.jtc-item-goods .p-price {
  height: 16px;
  overflow: hidden;
  color: #D42E39;
  float:right;
  margin-right: 8px;
  padding-top: 12px;
}
.jtc-item-goods .p-price strong {
  color: #D42E39;
  font-weight: normal;
}
.jtc-item-goods:hover .p-del{
  display: block;
}
.jtc-item-goods .p-del {
  display: none;
  width: 13px;
  height: 18px;
  background: url("../images/search.sp.png") no-repeat -101px -4px;
  position: absolute;
  right: 14px;
  top: 0px;
}
.close-panel{
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/search.sp.png") no-repeat -13px -20px;
  position: absolute;
  top: 11px;
  right: 10px;
  cursor: pointer;
  transition: transform 0.2s ease-out 0s;
}
.J-close:hover{
  transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
}

.jtc-item-goods .sp-count{
  width: 70px;
  height: 24px;
  /*overflow: hidden;*/
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  float: left;
  position: relative;
}
.sp-count input{
  width: 26px;
  height: 18px;
  border: none;
  line-height: 18px;
  text-align: center;
  margin: 3px 3px;
  color: #b0b0b0;
}

.reduce{
  width: 3px;
  height: 3px;
  padding:5px 5px;
  margin-top: 10px;
  margin-left: 6px;
  float: left;
  background:url("../images/search.sp.png") no-repeat -142px -10px;
}
.sp-count>a.add{
  width: 13px;
  height: 13px;
  float: right;
  background:url("../images/search.sp.png") no-repeat -122px -4px;
  margin-top: 4px;
  margin-right: 6px;
}
.equal{
  width: 3px;
  height: 3px;
  padding:5px 5px;
  margin-top: 10px;
  margin-left: 6px;
  float: left;
  background:url("../images/search.sp.png") no-repeat -161px -10px;

}
.wjhgwc{
  height: 90%;
  overflow: auto;
}
.cart-footer{
  height: 50px;
}
.tbar-checkout{
  border-top: 1px solid #E2E2E2;
  height: 40px;
  padding: 10px 0px 5px 12px;
  line-height: 20px;
  position: relative;

}

.tbar-checkout .jtc-btn {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 120px;
  height: 30px;
  font: 14px/30px "微软雅黑";
  background: #D42E39 none repeat scroll 0% 0%;
  color: #FFF;
  border-radius: 3px;
  padding-left: 12px;
}
.tbar-checkout .J-total{
font-size: 14px;
}
.tbar-checkout>i{
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 16px;
  right: 16px;
  top: 20px;
  background: url("../images/search.sp.png") no-repeat 0px -104px;
}
.jtc-btn:hover{
  background: #b3292b;
}
/*2015-12-24  end  hl*/
.tab-icon-member{
    background-position: 0 0;
}

.wj-sidebar-tab.active .tab-icon-member{
    background-position: -25px 0;
}

.tab-icon-cart{
    background-position: -25px -25px;
}

.wj-sidebar-tab.active .tab-icon-cart{
    background-position: -25px -25px;
}

.tab-icon-history{
    background-position: 0 -50px;
}

.wj-sidebar-tab.active .tab-icon-history{
    background-position: -25px -50px;
}

.tab-icon-favorite{
    background-position: 0 -75px;
}

.wj-sidebar-tab.active .tab-icon-favorite{
    background-position: -25px -75px;
}

.tab-icon-go-top{
    background-position: 0 -100px;
}

.wj-sidebar-tab.active .tab-icon-go-top{
    background-position: -25px -100px;
}

.tab-icon-dl-app{
    background-position: 0 -125px;
}

.wj-sidebar-tab.active .tab-icon-dl-app{
    background-position: -25px -125px;
}

.tab-icon-wechat{
    background-position: 0 -150px;
}

.wj-sidebar-tab.active .tab-icon-wechat{
    background-position: -25px -150px;
}

.tab-icon-compare{
    background-position: 0 -175px;
}

.wj-sidebar-tab.active .tab-icon-compare{
    background-position: -25px -175px;
}

/**********我的收藏*********/
.tbar-sc-item{
    margin: 10px 0px 0px 12px;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #E2E2E2;
    width: 120px;
    float: left;
    position: relative;
}
.sc-item-goods{
    overflow: hidden;
    padding-bottom: 8px;
    padding-left: 8px;
    margin-top: 10px;
}
.sc-item-goods .p-img {
    float: left;
    border: 1px solid #E2E2E2;
    margin-right: 8px;
    width: 90px;
    height: 90px;
    text-align: center;
}
.sc-item-goods .p-img .sc_img{
    margin-top: 18px;
}
.sc-item-goods .p-price {
    height: 16px;
    overflow: hidden;
    color: #D42E39;
    float:right;
    margin-right: 40px;
    padding-top: 12px;
}
.sc-item-goods .p-price strong {
    color: #D42E39;
    font-weight: normal;
}
.sc-item-goods:hover .del-sc{
    display: block;
}
.sc-item-goods .del-sc {
    display: none;
    width: 13px;
    height: 18px;
    background: url("../images/search.sp.png") no-repeat -101px -4px;
    position: absolute;
    right: 4px;
    top: 8px;
}
.select-all-sc{
    clear:both;
    height: 30px;
    text-align: center;
    background: #f2f2f2;
    line-height: 30px;
}
.select-all-sc a{
    color: black;
}
.wjhg-sc{
    height: 90%;
    overflow: auto;
}
/***历史足迹***/
.sc-item-goods:hover .del-zj{
    display: block;
}
.sc-item-goods .del-zj {
    display: none;
    width: 13px;
    height: 18px;
    background: url("../images/search.sp.png") no-repeat -101px -4px;
    position: absolute;
    right: 4px;
    top: 8px;
}
.wjhg-zj{
    height: 90%;
    overflow: auto;
}