﻿/* layout header */

.layout-header-bar {
    background: #f7f7f7 none repeat scroll 0 0;
    height: 36px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.layout-header-bar-box {
    width: 1200px;
    margin: 0 auto;
}

.layout-header-bar .header-bar {
    line-height: 36px;
}

.layout-header-bar .header-member-bar {
    line-height: 36px;
}

.layout-header-bar .header-bar .user-bar {
    display: inline-block;
    float: left;
}

.layout-header-bar .header-left {
    float: left;
}

.layout-header-bar .header-left .fl {
    float: left;
    display: block;
    padding-right: 10px;
}

.layout-header-bar .header-left a {
    cursor: pointer;
}

.layout-header-bar .header-right {
    float: right;
    width: 50%
}

.layout-header-bar .right-bar {
    line-height: 36px;
}

.layout-header-bar .header-right .fr {
    float: right;
    display: block;
    padding-left: 10px;
}

.layout-header-bar .header-right a {
    cursor: pointer;
}

i.icon-header-bar {
    background-image: url(../images/icon-header-bar.png);
    width: 20px;
    height: 20px;
    background-position: 20px -20px;
}

.layout-header-bar .header-right i.icon-header-bar-my {
    background-position: 0 0;
    float: left;
    margin-top: 4px;
    margin-left: -5px;
}

.layout-header-bar .header-right i.icon-header-bar-moblie {
    background-position: -20px 0;
    margin-top: 4px;
    margin-right: 0px;
    margin-left: -5px;
    float: left;
}

.layout-header-bar .header-right i.icon-header-bar-arrow {
    background-position: 0 -20px;
    margin-top: 4px;
    float: right;
    margin-right: 8px;
}

.layout-header-bar .header-right i.icon-header-bar-tel {
    background-position: -40px 0;
    float: left;
}

.layout-header-bar .header-right i.icon-header-bar-help {
    background-position: -60px 0;
    float: left;
}

.layout-header-bar .header-right i.icon-header-bar-code-ios {
    width: 35px;
    height: 35px;
    background-position: 0 -40px;
}

.layout-header-bar .header-right i.icon-header-bar-code-android {
    width: 35px;
    height: 35px;
    background-position: -35px -40px;
}

i.icon-header-bar-my-1-1 {
    width: 16px;
    height: 16px;
    background-position: 0 -80px;
}

i.icon-header-bar-my-1-2 {
    width: 16px;
    height: 16px;
    background-position: -16px -80px;
}

i.icon-header-bar-my-1-3 {
    width: 16px;
    height: 16px;
    background-position: -32px -80px;
}

i.icon-header-bar-my-2-1 {
    width: 16px;
    height: 16px;
    background-position: 0 -96px;
}

i.icon-header-bar-my-2-2 {
    width: 16px;
    height: 16px;
    background-position: -16px -96px;
}

i.icon-header-bar-my-2-3 {
    width: 16px;
    height: 16px;
    background-position: -32px -96px;
}

i.icon-header-bar-my-3-1 {
    width: 16px;
    height: 16px;
    background-position: 0 -112px;
}

i.icon-header-bar-my-3-2 {
    width: 16px;
    height: 16px;
    background-position: -16px -112px;
}

i.icon-header-bar-my-3-3 {
    width: 16px;
    height: 16px;
    background-position: -32px -112px;
}

.layout-header-bar .header-right li.sale-show {
    position: relative;
    height: 32px;
    width: 80px;
    margin-top: 4px;
    margin-left: 5px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
}

.layout-header-bar .header-right li.sale-show:hover {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: white;
}

.layout-header-bar .header-right li.sale-show:hover .sale-info {
    display: inline-block;
}


/*for firefox*/

@-moz-document url-prefix() {
    .layout-header-bar .header-right li.sale-show .icon-header-bar-tel {
        margin-top: 4px;
    }
}

.layout-header-bar .header-right .sale-show .sale-info {
    display: none;
    min-width: 220px;
    padding: 15px;
    padding-bottom: 0;
    position: absolute;
    top: 32px;
    right: -1px;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: 1000
}

.layout-header-bar .header-right .sale-show .sale-ahref {
    position: relative;
    top: -5px;
    color: #961215
}

.layout-header-bar .header-right .sale-show .sale-info-name {
    line-height: 14px;
    border-bottom: 1px dotted #eee;
    padding-bottom: 9px
}

.layout-header-bar .header-right .sale-show .sale-info-name span {
    font-size: 14px;
    font-weight: 700;
    color: #333
}

.layout-header-bar .header-right .sale-show .sale-info ul {
    margin-top: 10px
}

.layout-header-bar .header-right .sale-show .sale-info li {
    float: none;
    font-size: 12px;
    line-height: 12px;
    color: #333;
    margin-bottom: 15px;
    white-space: nowrap
}

.layout-header-bar .header-right .text-earphone {
    font: 16px "Hiragino Sans GB", "", "黑体", sans-serif;
    color: #961215;
    display: inline-block;
    padding-top: 7px;
}

.layout-header-bar .header-right i {
    margin-top: 9px;
    margin-right: 3px;
    display: inline-block;
}

.layout-header-bar .header-right a {
    font-size: 12px;
    color: #666;
}

.layout-header-bar .header-right a:hover {
    color: #961215;
}

.layout-header-bar .header-right li:hover .mobile-company-download,
.layout-header-bar .header-right li:hover .my-company {
    display: block;
}

.mobile-company-download {
    display: none;
    width: 310px;
    height: 170px;
    position: absolute;
    top: 32px;
    left: -1px;
    background: white;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: 1000;
}

.layout-header-bar .header-right .mobile-show {
    position: relative;
    width: 95px;
    height: 32px;
    margin-top: 4px;
    margin-left: 5px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
}

.layout-header-bar .header-right .mobile-show .icon-header-bar-arrow {
    vertical-align: sub
}

.layout-header-bar .header-right .mobile-show:hover {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #fff
}

.layout-header-bar .header-right .mobile-show .mobile-ahref {
    position: relative;
    top: -2px
}

.layout-header-bar .header-right .mobile-show .mobile-company-download .mobile-code {
    position: absolute;
    width: 130px;
    height: 130px;
    top: 20px;
    left: 18px
}

.layout-header-bar .header-right .mobile-show .mobile-company-download .saoyisao {
    position: absolute;
    left: 158px;
    top: 50px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #333;
    cursor: default
}

.layout-header-bar .header-right .mobile-show .mobile-company-download .shoujigouwu {
    position: absolute;
    left: 158px;
    top: 73px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #961215;
    cursor: default
}

.layout-header-bar .header-right .mobile-show .mobile-company-download .icon-header-bar-code-ios {
    position: absolute;
    top: 85px;
    left: 160px;
    cursor: pointer
}

.layout-header-bar .header-right .mobile-show .mobile-company-download .icon-header-bar-code-ios:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.layout-header-bar .header-right .mobile-show .mobile-company-download .icon-header-bar-code-android {
    position: absolute;
    top: 85px;
    left: 213px;
    cursor: pointer
}

.layout-header-bar .header-right .mobile-show .mobile-company-download .icon-header-bar-code-android:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.layout-header-bar .header-right .mobile-show .mobile-company-download .mo-ios-span {
    position: absolute;
    top: 117px;
    left: 159px;
    font-family: "", "黑体";
    font-size: 12px;
    color: #333;
    cursor: pointer
}

.layout-header-bar .header-right .mobile-show .mobile-company-download .mo-ios-span:hover {
    color: #961215
}

.layout-header-bar .header-right .mobile-show .mobile-company-download .mo-android-span {
    position: absolute;
    top: 117px;
    left: 210px;
    font-family: "", "黑体";
    font-size: 12px;
    color: #333;
    cursor: pointer
}

.layout-header-bar .header-right .mobile-show .mobile-company-download .mo-android-span:hover {
    color: #961215
}

.layout-header-bar .header-right .my-company-show {
    position: relative;
    width: 95px;
    height: 32px;
    margin-top: 4px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
}

.layout-header-bar .header-right .my-company-show .sprite-ico_company {
    margin-right: 5px;
    margin-top: 10px
}

.layout-header-bar .header-right .my-company-show .company-a {
    position: relative;
    top: -2px;
}

.layout-header-bar .header-right .my-company-show .company-a span {
    display: block;
    float: left;
    margin-top: -4px;
}

.layout-header-bar .header-right .my-company-show .icon-header-bar-arrow {
    vertical-align: sub
}

.layout-header-bar .header-right .my-company-show:hover {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #fff
}

.layout-header-bar .header-right .my-company-show .company-ahref {
    position: relative;
    top: -5px
}

.layout-header-bar .header-right .my-company-show .my-company {
    display: none;
    position: absolute;
    width: 294px;
    height: 110px;
    top: 32px;
    left: -1px;
    padding: 0 10px 15px 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    z-index: 1000;
}

.layout-header-bar .header-right .my-company-show .my-company ul .orders {
    float: left;
    width: 98px
}

.layout-header-bar .header-right .my-company-show .my-company ul .orders a {
    position: relative;
    padding-left: 20px;
    line-height: 38px;
    height: 38px;
}

.layout-header-bar .header-right .my-company-show .my-company ul .orders i {
    margin-right: 5px;
    display: inline-block;
    top: -9px;
    position: absolute;
    left: 0px;
}

.layout-header-bar .header-right .my-company-show .my-company li {
    position: relative;
    line-height: 25px;
}

.layout-header-bar .header-right .my-company-show .my-company li span {
    display: inline-block;
    width: 28px;
    height: 18px;
    background-color: #A81417;
    border-radius: 8px;
    margin-left: 5px;
    line-height: 18px;
    text-align: center;
    color: #fff
}

.layout-header-bar .header-right .mobile-show .mobile-ahref span {
    display: block;
    float: left;
    margin-top: -4px;
}

.layout-header {
    height: 40px;
    margin: 31px auto 0px;
    position: relative;
    width: 1200px;
}

.layout-header .header-logo-wrap {
    height: 40px;
    left: 0;
    width: 375px;
}

.layout-header .header-logo-wrap .header-logo {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 331px;
}

.layout-header .header-logo-wrap .header-logo img {
        width: 151px;
    /*max-height: 48px;*/
}

.layout-search.search-wrap {
    background: #ffffff none repeat scroll 0 0;
    height: 40px;
    margin: 0 auto;
    position: relative;
    vertical-align: top;
    width: 616px;
    left: 40px;
}

.layout-search.search-wrap .glob-search-input {
    border-color: #cccccc currentcolor #cccccc #cccccc;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    box-sizing: content-box;
    color: #666666;
    float: left;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    width: 494px;
}

.layout-search.search-wrap .hot-word {
    font-size: 12px;
    height: 15px;
    overflow: hidden;
    width: 610px;
    padding-top: 5px;
}

.layout-search.search-wrap .hot-word li {
    float: left;
    margin-right: 10px;
}

.layout-search.search-wrap .hot-word li .first-link {
    color: #e60012;
}

.layout-search.search-wrap .glob-search-input:focus {
    border-color: #A81417;
}

.layout-search.search-wrap .glob-search-input:hover {
    border-color: #A81417;
}

.layout-search.search-wrap .glob-search-submit {
    background: #A81417 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 100px;
    font-size: 18px;
    font-family: "Hiragino Sans GB", "", "黑体", sans-serif;
}

.layout-search.search-wrap .glob-search-submit:hover {
    background-color: #961215;
}

.layout-search.search-wrap .glob-search-icon {
    left: 12px;
    position: absolute;
    top: 11px;
}

.layout-header .header-cart {
    height: 40px;
    right: 0;
    top: 0;
    width: 200px;
}

.layout-header .header-cart.eis-home-fixed {
    position: fixed;
    top: 10px;
    z-index: 1000;
}

.layout-header .header-cart i {
    display: inline-block;
}

.layout-header .header-cart .cart-wrap {
    background: #fff none repeat scroll 0 0;
    color: #333;
    float: right;
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
    text-align: center;
    width: 160px;
    border: 1px solid #eee;
}

.layout-header .header-cart .cart-wrap i {
    background-image: url("../images/cart2.png");
    display: inline-block;
    height: 24px;
    margin-bottom: -5px;
    margin-left: 3px;
    margin-right: 3px;
    width: 24px;
}

.layout-header .header-cart .cart-wrap span.text {
    font: 14px "Hiragino Sans GB", "", "黑体", sans-serif;
}

.layout-header .header-cart .cart-wrap span.cart-num {
    background-color: #A81417;
    font-size: 12px;
    width: 25px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    padding: 1px 8px;
}

.layout-header .header-cart .quick-wrap {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #666666;
    float: right;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.15s ease-out 0s;
    width: 120px;
}

.layout-header .header-cart .quick-wrap i {
    left: -2px;
    position: relative;
    top: 4px;
}

.layout-header .header-cart .quick-wrap:hover {
    border: 1px solid #A81417;
    color: #A81417;
}


/* layout category */

.layout-home-menu {
    width: 1200px;
    margin: 0 auto;
}

.layout-home-menu .menu-body {
    width: 1200px;
    margin: 0 auto;
    z-index: 20;
    border-bottom: 2px solid #A81417;
}

.layout-home-menu .menu-body ul {
    padding-left: 230px;
}

.layout-home-menu .menu-body ul li {
    line-height: 40px;
    height: 40px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    float: left;
    width: 64px;
    text-align: center;
    position: relative;
}

.layout-home-menu .menu-body ul li a {
    color: #000;
}

.layout-home-menu .menu-body ul li a:hover {
    color: #961215;
    cursor: pointer;
    text-decoration: underline;
}

.layout-home-menu .menu-body .menu-new {
    background: url("../images/new.png") no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    right: -20px;
    display: block;
}

.layout-home-menu .layout-home-category {
    height: 40px;
    width: 220px;
    position: relative;
}

.menu-bar {
    height: 40px;
    position: absolute;
    top: 42px;
    z-index: 10;
}

.menu-all {
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 40px;
    position: relative;
    vertical-align: top;
    width: 220px;
    z-index: 10;
    left: 0;
}

.menu-all .category-tree-icon {
    background-image: url("../images/category-tree-icon.png");
    background-position: 16px 0;
    height: 16px;
    width: 16px;
    display: inline-block;
}

.menu-all.eis-home-fixed {
    position: fixed;
    top: 10px;
    z-index: 1000;
}

.menu-all .menu-title-box {
    background-color: #A81417;
    color: #fff;
    height: 40px;
    position: relative;
    vertical-align: middle;
    z-index: 10;
    padding-left: 10px;
}

.menu-all .menu-title-box .menu-all-span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.menu-all .menu-title-box .menu-all-span .sprite-list {
    margin-bottom: -2px;
    margin-right: 10px;
    background-position: 0 0;
}

.menu-all .menu-content-box {
    background-color: #961215;
    display: none;
    font-size: 14px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 40px;
    width: 220px;
    height: 437px;
    z-index: 999;
}

.menu-all .menu-content-box .tree-ul {
    margin-top: 4px;
}

.menu-all .menu-content-box .tree-ul .tree-li {
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-left: 1px;
    width: 199px;
}

.menu-all .menu-content-box .tree-ul .tree-li span {
    color: white;
    display: inline-block;
    font-size: 14px;
}

.menu-all .menu-content-box .tree-ul .tree-li span:hover {
    color: #fff;
    text-decoration: underline;
}

.menu-all .menu-content-box .tree-ul .tree-li .split {
    opacity: 0.3;
    filter: alpha(opacity=30);
    font-size: 10px;
}

.menu-all .menu-content-box .tree-ul .tree-li i {
    margin-bottom: -3px;
    margin-right: 5px;
}

.menu-all .menu-content-box .tree-ul .tree-li .category-tree-icon.icon-tree-0 {
    background-position: 16px -16px;
}

.menu-all .menu-content-box .tree-ul .tree-li .category-tree-icon.icon-tree-1 {
    background-position: 16px -32px;
}

.menu-all .menu-content-box .tree-ul .tree-li .category-tree-icon.icon-tree-2 {
    background-position: 16px -48px;
}

.menu-all .menu-content-box .tree-ul .tree-li .category-tree-icon.icon-tree-3 {
    background-position: 16px -64px;
}

.menu-all .menu-content-box .tree-ul .tree-li .category-tree-icon.icon-tree-4 {
    background-position: 16px -80px;
}

.menu-all .menu-content-box .tree-ul .tree-li .category-tree-icon.icon-tree-5 {
    background-position: 16px -96px;
}

.menu-all .menu-content-box .tree-ul .tree-li .category-tree-icon.icon-tree-6 {
    background-position: 16px -112px;
}

.menu-all .menu-content-box .tree-ul .tree-li .category-tree-icon.icon-tree-7 {
    background-position: 16px -128px;
}

.menu-all .menu-content-box .tree-ul .tree-li .category-tree-icon.icon-tree-8 {
    background-position: 16px -144px;
}

.menu-all .menu-content-box .tree-ul .tree-li .category-tree-icon.icon-tree-9 {
    background-position: 16px -160px;
}

.menu-all .menu-content-box .tree-ul .tree-li .category-tree-icon.icon-tree-10 {
    background-position: 16px -176px;
}

.menu-all .menu-content-box .tree-ul .tree-li .category-tree-icon.icon-tree-11 {
    background-position: 16px -192px;
}

.menu-all .menu-content-box .tree-ul .tree-li.on .category-tree-icon.icon-tree-0 {
    background-position: 0 -16px;
}

.menu-all .menu-content-box .tree-ul .tree-li.on .category-tree-icon.icon-tree-1 {
    background-position: 0 -32px;
}

.menu-all .menu-content-box .tree-ul .tree-li.on .category-tree-icon.icon-tree-2 {
    background-position: 0 -48px;
}

.menu-all .menu-content-box .tree-ul .tree-li.on .category-tree-icon.icon-tree-3 {
    background-position: 0 -64px;
}

.menu-all .menu-content-box .tree-ul .tree-li.on .category-tree-icon.icon-tree-4 {
    background-position: 0 -80px;
}

.menu-all .menu-content-box .tree-ul .tree-li.on .category-tree-icon.icon-tree-5 {
    background-position: 0 -96px;
}

.menu-all .menu-content-box .tree-ul .tree-li.on .category-tree-icon.icon-tree-6 {
    background-position: 0 -112px;
}

.menu-all .menu-content-box .tree-ul .tree-li.on .category-tree-icon.icon-tree-7 {
    background-position: 0 -128px;
}

.menu-all .menu-content-box .tree-ul .tree-li.on .category-tree-icon.icon-tree-8 {
    background-position: 0 -144px;
}

.menu-all .menu-content-box .tree-ul .tree-li.on .category-tree-icon.icon-tree-9 {
    background-position: 0 -160px;
}

.menu-all .menu-content-box .tree-ul .tree-li.on .category-tree-icon.icon-tree-10 {
    background-position: 0 -176px;
}

.menu-all .menu-content-box .tree-ul .tree-li.on .category-tree-icon.icon-tree-11 {
    background-position: 0 -192px;
}

.menu-all .menu-content-box .tree-ul .tree-li .disabled {
    opacity: 0.30;
    filter: alpha(opacity=30);
    zoom: 1;
    cursor: default;
}

.menu-all .menu-content-box .tree-sub {
    display: none;
    line-height: 24px;
    margin-left: 0px;
    overflow: hidden;
    position: absolute;
    width: 990px;
    z-index: 999;
    top: 1px;
    left: 210px;
    height: 436px;
}

.menu-all .menu-content-box .tree-sub-box {
    padding-left: 10px;
    width: 980px;
    height: 436px;
}

.menu-all .menu-content-box .tree-sub .tree-sub-box-content {
    max-height: 424px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 15px;
    height: 100%;
    border: 1px solid #CCC;
    border-radius: 0;
    background-clip: padding-box;
    background-color: #fff;
}

.menu-all .menu-content-box .tree-sub .tree-sub-box-content a {
    color: #000;
}

.menu-all .menu-content-box .tree-sub .tree-sub-li {
    overflow: hidden;
    position: relative;
}

.menu-all .menu-content-box .tree-sub .tree-sub-li-left {
    color: #666;
    display: inline-block;
    float: left;
    font: bold 12px "", "黑体", sans-serif;
    padding-top: 10px;
}

.menu-all .menu-content-box .tree-sub .li-right-title {
    color: #666;
    display: inline-block;
    font: 12px/40px "", "黑体", sans-serif;
    padding: 0 9px 0 0;
    float: left;
}

.menu-all .menu-content-box .tree-sub .tree-sub-li-right {
    border-bottom: 1px solid #eee;
    margin-left: 10px;
    padding-left: 138px;
    width: 784px;
}

.menu-all .menu-content-box .tree-sub .tree-sub-li-left a {
    display: inline-block;
    line-height: 20px;
    margin-right: 5px;
    overflow: hidden;
    text-align: right;
    white-space: nowrap;
    width: 126px;
}

.menu-all .menu-content-box .tree-sub .tree-sub-li-left .arrow {
    color: #ccc;
    display: inline-block;
    height: 8px;
    margin-right: 2px;
    margin-top: 16px;
    overflow: hidden;
    text-align: right;
    vertical-align: top;
    width: 5px;
}

.menu-all .menu-content-box .tree-sub .li-right-title a {
    border-left: 1px solid #dddddd;
    color: #737373;
    font-weight: 300;
    padding-left: 8px;
}

.menu-all .menu-content-box .tree-ul .tree-li.on {
    background: #fff;
    margin-left: 1px;
    width: 199px;
}

.menu-all .menu-content-box .tree-ul .tree-li.on a .category-name {
    color: #961215;
}

.menu-all .menu-content-box .tree-ul .tree-li.on a:hover {
    text-decoration: underline;
}

.menu-all:hover .menu-content-box {
    display: block;
}

.common-home .menu-bar .menu-content-box {
    display: block;
}


/* layout home main */

.layout-home-main {
    width: 1200px;
    margin: 0 auto;
}

.layout-home-main .main-box {
    height: 425px;
    width: 100%;
    margin: 10px 0;
}

.layout-home-main .main-box .main-left {
    float: left;
    width: 220px;
    height: 100%;
    margin-right: 10px;
    background: #FDFDFD;
}

.layout-home-main .main-box .main-center {
    float: left;
    width: 740px;
    height: 100%;
    margin-right: 10px;
    background: #FDFDFD;
}

.layout-home-main .main-box .main-center .layout-ad-slide {
    width: 100%;
    height: 325px;
    margin-bottom: 11px;
    background: #F6F6F6;
    overflow: hidden;
}

.layout-home-main .main-box .main-center .layout-ad-slide-bottom {
    width: 100%;
    height: 90px;
}

.layout-home-main .main-box .main-center .layout-ad-slide-bottom .ad-box li {
    float: left;
    width: 365px;
    height: 90px;
    margin-right: 10px;
    background: #F6F6F6;
}

.layout-home-main .main-box .main-center .layout-ad-slide-bottom .ad-box li.last {
    margin-right: 0;
}

.layout-home-main .main-box .main-center .layout-ad-slide .slider {
    height: 325px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.layout-home-main .main-box .main-center .layout-ad-slide .sliderbox {
    position: relative;
}

.layout-home-main .main-box .main-center .layout-ad-slide .slidernav {
    background-color: hsla(0, 0%, 100%, 0.3);
    border-radius: 12px;
    bottom: 20px;
    font-size: 0;
    left: 42%;
    padding: 4px 8px;
    position: absolute;
    z-index: 1;
    display: block;
}

.layout-home-main .main-box .main-center .layout-ad-slide .slidernav li {
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    margin-left: 5px;
    width: 12px;
    cursor: pointer;
}

.layout-home-main .main-box .main-center .layout-ad-slide .slidernav .current {
    background-color: #A81417;
}

.layout-home-main .main-box .main-center .layout-ad-slide .page {
    background-color: rgba(0, 0, 0, 0.1);
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 1;
    font-size: 20px;
    font-family: 宋体;
    font-weight: 600;
    color: #969696;
    cursor: pointer;
}

.layout-home-main .main-box .main-center .layout-ad-slide .next {
    right: 0;
}

.layout-home-main .main-box .main-center .layout-ad-slide .page:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.layout-home-main .main-box .main-right {
    float: left;
    width: 220px;
    height: 100%;
    background: #FDFDFD;
}

.layout-home-main .main-box .main-right .company-hot {
    float: left;
    width: 220px;
    height: 405px;
    margin: 0;
}

.layout-home-main .main-box .main-right .company-hot .company-welcome {
    position: relative;
    width: 218px;
    height: 110px;
    border: 1px solid #eee;
    background-image: url(../images/bg_user_zone_new.png);
}

.layout-home-main .main-box .main-right .company-hot .company-welcome i {
    position: absolute;
    bottom: 0;
}

.layout-home-main .main-box .main-right .company-hot .company-welcome .portrait {
    float: left;
}

.layout-home-main .main-box .main-right .company-hot .company-welcome .portrait img {
    height: 60px;
    width: 60px;
    margin: 10px 0 10px 10px;
}

.layout-home-main .main-box .main-right .company-hot .company-welcome .welcome-div {
    float: left;
    margin: 20px 0 0 10px;
}

.layout-home-main .main-box .main-right .company-hot .company-welcome .welcome-div .welcome {
    height: 60px;
}

.layout-home-main .main-box .main-right .company-hot .company-welcome .welcome-div .welcome p {
    margin-bottom: 5px;
}

.layout-home-main .main-box .main-right .company-hot .company-welcome .link-btn {
    display: inline-block;
    width: 100px;
    padding: 0 5px 2px 5px;
    border: 1px solid #961215;
    margin-right: 7px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    color: #961215;
}

.layout-home-main .main-box .main-right .company-hot .company-news-sales {
    width: 198px;
    height: 288px;
    padding: 5px 10px 10px 10px;
    margin-top: 10px;
    border: 1px solid #eee;
}

.layout-home-main .main-box .main-right .company-hot .company-news-sales .title {
    font-size: 20px;
}

.layout-home-main .main-box .main-right .company-hot .company-news-sales .more {
    float: right;
    margin-top: 8px;
    cursor: pointer;
}

.layout-home-main .main-box .main-right .company-hot .company-news-sales .company-news {
    height: 175px;
}

.layout-home-main .main-box .main-right .company-hot .company-news-sales .company-news .company-news-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 2px;
    margin-bottom: 2px;
    height: 30px;
}

.layout-home-main .main-box .main-right .company-hot .company-news-sales .company-news .company-news-title .t-left {
    float: left;
    margin-top: 4px;
    font-size: 16px;
    color: #333;
}

.common-home .icon-page-index {
    background-image: url("../images/icon-page-index.png");
    background-position: 0 0;
    width: 0;
    height: 0;
    display: inline-block;
}


/*.common-home .icon-title-news{background-position:0 0;height: 24px;width: 122px;}*/

.common-home .icon-title-sale {
    background-position: 0 -24px;
    height: 24px;
    width: 145px;
}


/*.common-home .icon-title-promotion{background-position:0 -48px;height: 33px;width: 100px;}*/

.common-home .icon-title-promotion2 {
    background-position: 0 -81px;
    height: 28px;
    width: 100px;
}

.common-home .icon-title-promotion-down {
    background-position: 0 -190px;
    height: 24px;
    width: 24px;
}

.common-home .icon-title-promotion-down:hover {
    background-position: -24px -190px;
    height: 24px;
    width: 24px;
}

.common-home .icon-title-promotion-up {
    background-position: -48px -190px;
    height: 24px;
    width: 24px;
}

.common-home .icon-title-promotion-nostart {
    background-position: 0 -120px;
    height: 60px;
    width: 68px;
}

.common-home .icon-floor-rank-1 {
    background-position: 0 -215px;
    width: 24px;
    height: 30px;
    color: #fff;
}

.common-home .icon-floor-rank-2 {
    background-position: -48px -215px;
    width: 24px;
    height: 30px;
    color: #fff;
}

.common-home .icon-floor-rank-3 {
    background-position: -24px -215px;
    width: 24px;
    height: 30px;
    color: #fff;
}

.common-home .icon-floor-rank-other {
    background-position: 73px -215px;
    width: 24px;
    height: 30px;
    color: #666;
}

.common-home .icon-floor-arrow-right {
    background-position: -16px -250px;
    width: 16px;
    height: 16px;
}

.common-home .icon-floor-arrow-right-hover {
    background-position: 0 -250px;
    width: 16px;
    height: 16px;
}

.layout-home-main .main-box .main-right .company-hot .company-news-sales .company-news ul {
    height: 252px;
    margin: 0 0 10px 0;
}

.layout-home-main .main-box .main-right .company-hot .company-news-sales .company-news ul li {
    height: 20px;
    line-height: 20px;
    padding-top: 8px;
    padding-left: 0px;
    overflow: hidden;
}

.layout-home-main .main-box .main-right .company-hot .company-news-sales .company-news ul li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.layout-home-main .main-box .main-right .company-hot .company-news-sales .company-sale .company-sale-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 2px;
    margin-bottom: 2px;
    height: 30px;
}

.layout-home-main .main-box .main-right .company-hot .company-news-sales .company-sale ul {
    margin: 0;
}

.layout-home-main .main-box .main-right .company-hot .company-news-sales .company-sale ul li {
    height: 20px;
    line-height: 20px;
    padding-top: 5px;
    padding-left: 10px;
    overflow: hidden;
}

.layout-home-main .main-box .main-right .company-hot .company-news-sales .company-sale ul li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}


/* layout home promotion */

.layout-home-promotion {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.layout-home-promotion .promotion-box {
    height: 420px;
    width: 100%;
    margin: 10px 0 20px 0;
    background: #FDFDFD;
}

.layout-home-promotion .promotion-box.js-promotion-2 {
    display: none;
}

.layout-promotion-content .promotion-header {
    background: #eee none repeat scroll 0 0;
    height: 50px;
    line-height: 50px;
}

.layout-promotion-content .promotion-header .header-left {
    float: left;
}

.layout-promotion-content .promotion-header .header-left span {
    color: #666;
}

.layout-promotion-content .promotion-header .header-left .date-seperator {
    display: inline-block;
    padding: 0 10px;
}

.layout-promotion-content .promotion-header .header-left .icon {
    margin-left: 15px;
    vertical-align: middle;
}

.layout-promotion-content .promotion-header .header-left .promotion-title {
    float: left;
    width: 100px;
    height: 30px;
    padding-top: 10px;
    padding-left: 15px;
}

.layout-promotion-content .promotion-header .header-left .begin-time {
    margin-left: 15px;
}

.layout-promotion-content .promotion-header .header-left .date {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.layout-promotion-content .promotion-header .header-left .date>li {
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    float: left;
}

.layout-promotion-content .promotion-header .header-left .date .word {
    color: #999;
}

.layout-promotion-content .promotion-header .header-left .date .number {
    background: #000 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
}

.layout-promotion-content .promotion-header .header-right {
    cursor: pointer;
    font-size: 16px;
    transition: all 0.25s ease-out 0s;
    float: right;
    color: #666;
}

.layout-promotion-content .promotion-header .header-right:hover {
    color: #961215;
}

.layout-promotion-content .promotion-header .header-right i {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 15px;
    vertical-align: middle;
}

.layout-promotion-content .layout-promotion-products {
    border: 1px solid #eee;
    background: #fff;
}

.layout-promotion-content .layout-promotion-products .product-list {
    width: 100%;
}

.layout-promotion-content .layout-promotion-products img {
    width: 100%;
}

.layout-promotion-content .layout-promotion-products .product-list::before,
.layout-promotion-content .layout-promotion-products .product-list::after {
    clear: both;
    content: " ";
    display: block;
}

.layout-promotion-content .layout-promotion-products .product-box {
    float: left;
    height: 303px;
    padding: 0 15px;
    width: 208px;
}

.layout-promotion-content .layout-promotion-products .product-box .unstarted {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.layout-promotion-content .layout-promotion-products .product-box .image-box {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 210px;
}

.layout-promotion-content .layout-promotion-products .product-box .image-box .label-right-top {
    display: inline-block;
    height: 36px;
    margin-bottom: -30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    z-index: 1;
}

.layout-promotion-content .layout-promotion-products .product-box .image-box .label-right-top i {
    float: right;
}

.layout-promotion-content .layout-promotion-products .product-box .image-box .label-right-top .discount-label {
    float: right;
}

.layout-promotion-content .layout-promotion-products .product-box .image-box .label-container-right-top {
    background-color: #A81417;
    color: white;
    display: block;
    font-size: 12px;
    height: 36px;
    line-height: 18px;
    margin-bottom: -36px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 36px;
}

.layout-promotion-content .layout-promotion-products .product-box .content-box {
    padding-top: 10px;
}

.layout-promotion-content .layout-promotion-products .product-box>.content-box>.left {
    width: 110px;
}

.layout-promotion-content .layout-promotion-products .product-box>.content-box>.right {
    width: 90px;
}

.layout-promotion-content .layout-promotion-products .product-box>.content-box .product-img-container {
    display: block;
    height: 100%;
    margin: 0 0 0 10px;
    padding: 0;
    width: 110px;
}

.layout-promotion-content .left-col {
    float: left;
}

.layout-promotion-content .right-col {
    float: right;
}

.layout-promotion-content .layout-promotion-products .layout-promotion-subtype {
    height: 160px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.layout-promotion-content .layout-promotion-subtype.subtype-1 {}

.layout-promotion-content .layout-promotion-subtype.subtype-2 {
    margin-top: 161px;
    margin-left: -240px;
    margin-bottom: 0;
    border-top: 1px solid #eee;
}

.layout-promotion-content .promotion-page {
    margin: 10px auto;
    width: 80px;
    height: 18px;
    overflow: hidden;
}

.layout-promotion-content .layout-promotion-products .product-name-container {
    color: #333;
    display: -webkit-box;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;
}

.layout-promotion-content .layout-promotion-subtype .product-name {
    display: -webkit-box;
    font-family: "Hiragino Sans GB", "", "黑体", sans-serif;
    font-size: 14px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    width: 100%;
}

.layout-promotion-content .layout-promotion-products .product-price-container {
    display: block;
    height: 20px;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
}

.layout-promotion-content .layout-promotion-products .product-price-container .price-sale {
    color: #e60012;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.layout-promotion-content .layout-promotion-products .product-price-container .price-market {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    text-decoration: line-through;
}


/* layout home product module */

.layout-home-product-module {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.layout-home-product-module .product-module-box {
    height: 100%;
    width: 100%;
    margin: 10px 0 20px 0;
}

.layout-home-product-module .product-module-box.js-product-module-2 {
    display: none;
}

.layout-product-module-content .product-module-header {
    height: 50px;
    line-height: 50px;
}


/*background: #eee none repeat scroll 0 0;*/

.layout-product-module-content .product-module-header .header-left {
    float: left;
}

.layout-product-module-content .product-module-header .header-left span {
    color: #666;
}

.layout-product-module-content .product-module-header .header-left .date-seperator {
    display: inline-block;
    padding: 0 10px;
}

.layout-product-module-content .product-module-header .header-left .icon {
    margin-left: 15px;
    vertical-align: middle;
}

.layout-product-module-content .product-module-header .header-left .product-module-title {
    float: left;
    width: 100%;
    height: 30px;
}

.layout-product-module-content .t-left {
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #333 !important;
}

.layout-product-module-content .ts-left {
    float: left;
    font-size: 14px;
    color: #666 !important;
    padding-left: 15px;
    padding-top: 1px;
}

.layout-product-module-content .layout-product-module-products {
    border: 1px solid #eee;
    background: #fff;
    padding: 2px 0 2px 2px;
}

.layout-product-module-content .layout-product-module-products .product-list {
    width: 100%;
}

.layout-product-module-content .layout-product-module-products img {
    width: 137px;
    height: 137px;
    padding: 15px 0 0 15px;
}

.layout-product-module-content .layout-product-module-products .product-list::before,
.layout-product-module-content .layout-product-module-products .product-list::after {
    clear: both;
    content: " ";
    display: block;
}

.layout-product-module-content .layout-product-module-products .product-box {
    float: left;
    height: 250px;
    padding: 5px;
    width: 167px;
    border: 1px solid #fff;
    margin: 10px;
}

.layout-product-module-content .layout-product-module-products .product-box:hover {
    border: 1px solid #eee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.layout-product-module-content .layout-product-module-products .product-box .unstarted {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.layout-product-module-content .layout-product-module-products .product-box .image-box {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 167px;
}

.layout-product-module-content .layout-product-module-products .product-box .image-box .label-right-top {
    display: inline-block;
    height: 36px;
    margin-bottom: -30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    z-index: 1;
}

.layout-product-module-content .layout-product-module-products .product-box .image-box .label-right-top i {
    float: right;
}

.layout-product-module-content .layout-product-module-products .product-box .image-box .label-right-top .discount-label {
    float: right;
}

.layout-product-module-content .layout-product-module-products .product-box .image-box .label-container-right-top {
    background-color: #A81417;
    color: white;
    display: block;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    margin-bottom: -36px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 32px;
    padding: 0 2px;
    opacity: 0.8
}

.layout-product-module-content .layout-product-module-products .product-box .image-box .label-right-top {
    background-color: #A81417;
    color: white;
    display: block;
    font-size: 12px;
    height: 36px;
    line-height: 18px;
    margin-bottom: -36px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 32px;
    padding: 0 2px;
}

.layout-product-module-content .layout-product-module-products .product-box .image-box .label-hot {
    background: url(../images/hot.png);
    display: block;
    height: 40px;
    line-height: 40px;
    margin-bottom: -40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.layout-product-module-content .layout-product-module-products .product-box .content-box {
    padding-top: 10px;
}

.layout-product-module-content .layout-product-module-products .product-box>.content-box>.left {
    width: 110px;
}

.layout-product-module-content .layout-product-module-products .product-box>.content-box>.right {
    width: 90px;
}

.layout-product-module-content .layout-product-module-products .product-box>.content-box .product-img-container {
    display: block;
    height: 100%;
    margin: 0 0 0 10px;
    padding: 0;
    width: 110px;
}

.layout-product-module-content .left-col {
    float: left;
}

.layout-product-module-content .right-col {
    float: right;
}

.layout-product-module-content .layout-product-module-products .layout-product-module-subtype {
    height: 160px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.layout-product-module-content .layout-product-module-subtype.subtype-1 {}

.layout-product-module-content .layout-product-module-subtype.subtype-2 {
    margin-top: 161px;
    margin-left: -240px;
    margin-bottom: 0;
    border-top: 1px solid #eee;
}

.layout-product-module-content .product-module-page {
    margin: 10px auto;
    width: 80px;
    height: 18px;
    overflow: hidden;
}

.layout-product-module-content .layout-product-module-products .product-name-container {
    color: #333;
    display: -webkit-box;
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;
}

.layout-product-module-content .layout-product-module-subtype .product-name {
    display: -webkit-box;
    font-family: "Hiragino Sans GB", "", "黑体", sans-serif;
    font-size: 14px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    width: 100%;
}

.layout-product-module-content .layout-product-module-products .product-price-container {
    display: block;
    height: 20px;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
}

.layout-product-module-content .layout-product-module-products .product-price-container .price-sale {
    color: #e60012;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.layout-product-module-content .layout-product-module-products .product-price-container .price-market {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    text-decoration: line-through;
}


/* layout brand module*/

.layout-home-brand-module {
    margin-bottom: 50px;
}

.layout-home-brand-module .brand-list-box ul {
    font-size: 0;
    margin-left: -12px
}

.layout-home-brand-module .brand-list-box ul li {
    display: inline-block;
    margin: 10px 0 0 12px
}

.layout-home-brand-module .brand-list-box ul li a {
    border: 1px solid #eee;
    display: block;
    height: 80px;
    transition: box-shadow .3s ease-out 0s;
    width: 188px;
    text-align: center;
}

.layout-home-brand-module .brand-list-box ul li a img {
    width: 150px;
    height: 65px;
    padding-top: 7px;
}

.layout-home-brand-module .brand-list-box ul li a:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}


/* layout home left nav */

.dm-nav-left {
    position: fixed;
    top: 70px;
    left: 10px;
    display: none;
    font: 12px "", "tahoma", "arial", "Hiragino Sans GB", "\\5b8b体", "sans-serif";
    text-align: center;
    z-index: 100;
}

.dm-nav-left li {
    background: #fff;
    color: #333;
    cursor: pointer;
    margin-bottom: 1px;
    min-height: 40px;
    overflow: hidden;
    padding: 5px 5px 0 5px;
    transition: background 0.15s ease-out 0s;
    width: 45px;
}

.dm-nav-left li.selected {
    color: #fff;
}

.dm-nav-left li i {
    display: block;
    margin: 0 auto;
    background: url("../images/left-icon.png");
}

.dm-nav-left li i.arrow_totop {
    background-position: 20px 0;
    height: 11px;
    width: 20px;
}

.dm-nav-left li i.arrow_tobottom {
    background-position: 0 0;
    height: 11px;
    width: 20px;
}

.dm-nav-left .nav-left-last {
    margin-bottom: 0;
    margin-top: 15px;
}

.dm-nav-left .nav-left-normal {
    background-color: #fff;
    color: #666;
}

.dm-nav-left .nav-top {
    background-color: #bbbbbb;
    height: 18px;
    margin-bottom: 0;
    margin-top: 10px;
    min-height: 18px;
    width: 45px;
}

.dm-nav-left .nav-top:hover {
    background-color: #acacac;
    height: 100%;
}

.dm-nav-left .nav-bottom {
    background-color: #bbbbbb;
    height: 18px;
    margin-top: 0;
    min-height: 18px;
    width: 45px;
}

.dm-nav-left .nav-bottom:hover {
    background-color: #acacac;
    height: 100%;
}


/* layout home floor list */

.layout-home-floor {
    background: #f3f3f3;
}

.layout-home-floor .floor-box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

.layout-home-floor .floor-box .floor-main {
    width: 100%;
    height: 260px;
    background: #fff;
}

.layout-home-floor .floor-box .floor-content {
    width: 100%;
    margin-top: 20px;
    background: #fff;
}


/* layout home floor element*/

.layout-home-floor .layout-product-module-content .product-module-header {
    border-bottom: 1px solid #eee;
}

.layout-home-floor .layout-product-module-content .product-module-title {
    padding-left: 10px;
}

.layout-home-floor .layout-product-module-content .product-module-title .t-left {
    color: #333 !important;
    font-size: 16px;
}

.layout-home-floor .layout-product-module-content .layout-product-module-products {
    border: 0;
}


/*.layout-home-floor .floor-content img {width: 100%;}*/

.layout-home-floor .floor-content .recommendations {
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
    background: #f3f3f3;
}

.layout-home-floor .floor-content .recommendations .list-item {
    background-color: #fff;
}

.layout-home-floor .floor-content .recommend-each::before,
.layout-home-floor .floor-content .recommend-each::after {
    clear: both;
    content: " ";
    display: block;
}

.layout-home-floor .floor-main .list-item>li {
    float: left;
    display: block;
    height: 230px;
    margin: 0;
    padding: 0;
    width: 170px;
    margin: 14px;
}

.layout-home-floor .floor-main .list-item>li img {
    height: 230px;
}

.layout-home-floor .floor-main .effect-box-shadow-floor {
    box-shadow: 2px 5px 6px #a0a0a0;
}

.layout-home-floor .floor-main .effect-box-shaodw-selected {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.layout-home-floor .floor-main .effect-translate-up:hover {
    transform: translate(2px, -8px);
}

.layout-home-floor .floor-main .enlarge {
    transition: transform 500ms ease 0s;
}

.layout-home-floor .floor-main .enlarge:hover {
    transform: scale(1.08);
}

.layout-home-floor .floor-content .recommend-each .recommend-brief {
    float: left;
    height: 546px;
    padding: 20px 10px 0;
    position: relative;
    width: 180px;
}

.layout-home-floor .floor-content .recommend-each .recommend-brief img.background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}


/*.layout-home-floor .floor-content .recommend-each .recommend-brief .background-url {display:block;height:360px;}*/

.layout-home-floor .floor-content .recommend-each .recommend-brief .recommend-link {
    display: block;
    position: absolute;
    bottom: 0;
    height: 360px;
    width: 180px;
    z-index: 2;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

.layout-home-floor .floor-content .recommend-each .recommend-brief .recommend-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    position: absolute;
    z-index: 2;
}

.layout-home-floor .floor-content .recommend-each .recommend-brief ul {
    position: absolute;
    top: 70px;
    z-index: 2;
}

.layout-home-floor .floor-content .recommend-each .recommend-brief ul>li {
    margin-bottom: 10px;
    float: left;
}

.layout-home-floor .floor-content .recommend-each .recommend-brief ul>li>a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    color: white;
    height: 24px;
    line-height: 24px;
    margin: 0 10px 10px 0;
    padding: 3px 5px;
    transition: all 0.25s ease-out 0s;
}

.layout-home-floor .floor-content .recommend-each .recommend-brief ul>li>a:hover {
    background-color: white;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #961215;
}

.layout-home-floor .floor-content .recommend-each .recommend-brief ul>li.background-img {
    display: block;
    height: 360px;
    width: 180px;
}

.layout-home-floor .floor-content .recommend-each .recommend-brief ul>li.background-img a {
    border: medium none;
    color: transparent;
    display: inline;
    font-size: 260px;
    line-height: 360px;
}

.layout-home-floor .floor-content .recommend-each .recommend-brief ul>li.background-img a:hover {
    background-color: transparent;
    border: medium none;
    color: transparent;
}

.layout-home-floor .floor-content .recommend-each .products {
    background-color: white;
    float: left;
    height: 566px;
    padding: 0 20px;
    width: 550px;
    overflow: hidden;
}

.layout-home-floor .floor-content .recommend-each .products .list-tab {
    border-bottom: 1px solid #eee;
    height: 40px;
    text-align: center;
}

.layout-home-floor .floor-content .recommend-each .products .list-tab>.list-tab-item {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    overflow: hidden;
    float: left;
}

.layout-home-floor .floor-content .recommend-each .list-tab>.list-tab-item {
    border-bottom: 2px solid rgba(0, 120, 87, 0);
    cursor: pointer;
    display: block;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: border-bottom 0.25s ease-out 0s;
    width: 110px;
}

.layout-home-floor .floor-content .recommend-each .list-tab>.list-tab-item:hover {
    border-bottom: 2px solid #961215;
}

.layout-home-floor .floor-content .recommend-each .list-tab>.list-tab-item.active {
    border-bottom: 2px solid #961215;
}

.layout-home-floor .floor-content .recommend-each .products .product-list {
    background: #fff none repeat scroll 0 0;
    margin: 20px 0;
}

.layout-home-floor .floor-content .recommend-each .products .product-list>li {
    height: 243px;
    margin: 0 0 20px;
    padding-left: 7px;
    padding-right: 6px;
    transition: all 0.25s ease-out 0s;
    width: 170px;
    float: left;
}

.layout-home-floor .floor-content .recommend-each .products .product-list>li:nth-child(1),
.layout-home-floor .floor-content .recommend-each .products .product-list>li:nth-child(2),
.layout-home-floor .floor-content .recommend-each .products .product-list>li:nth-child(3) {
    border-bottom: 1px dotted #eee;
}

.layout-home-floor .floor-content .recommend-each .products .product-list>li:hover {
    color: #961215;
}

.layout-home-floor .floor-content .recommend-each .products .product-list .product-container {
    padding: 0;
    width: 170px;
}

.layout-home-floor .floor-content .recommend-each .products .product-list .product-container .img-container {
    display: block;
    height: 170px;
    width: 170px;
}

.layout-home-floor .floor-content .recommend-each .products .product-list .product-container .img-container .label-right-top {
    display: inline-block;
    float: right;
    height: 36px;
    margin-bottom: -30px;
    overflow: hidden;
    position: relative;
    width: 72px;
    z-index: 1;
    word-wrap: break-word;
}

.layout-home-floor .floor-content .recommend-each .products .product-list .product-container .img-container .label-right-top .label-new-product {
    line-height: normal;
    text-align: center;
}

.layout-home-floor .floor-content .recommend-each .products .product-list .product-container .img-container .label-right-top i {
    float: right;
}

.layout-home-floor .floor-content .recommend-each .products .product-list .product-container .img-container .label-right-top .label-container {
    float: right;
    height: 36px;
}

.layout-home-floor .floor-content .recommend-each .products .product-list .product-container .img-container .label-right-top .label-container .label-container-right-top {
    background: #A81417 none repeat scroll 0 0;
    color: white;
    float: right;
    font-size: 12px;
    height: 36px;
    line-height: 18px;
    text-align: center;
    width: 36px;
}

.label-container .label-new-product {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 2px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    float: right;
    color: #fff;
    background: #a241e0;
}

.layout-home-floor .floor-content .recommend-each .products .product-list .product-container .img-container .label-right-top .label-container .label-container-right-top:empty {
    display: none;
}

.layout-home-floor .floor-content .recommend-each .products .product-list .product-container .product-name-container {
    height: 20px;
    margin: 7px 0 0;
}

.layout-home-floor .floor-content .recommend-each .products .product-list .product-container .product-name-container .product-name {
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
    overflow: hidden;
}

.layout-home-floor .floor-content .recommend-each .products .product-list .product-container .product-price-container {
    margin: 5px 0 0;
}

.layout-home-floor .floor-content .recommend-each .products .prodcuts-img li {
    float: left;
    margin-right: 20px;
}

.layout-home-floor .floor-content .recommend-each .product-name-container {
    color: #333;
    display: -webkit-box;
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;
}

.layout-home-floor .floor-content .recommend-each .product-price-container .price-sale {
    color: #e60012;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.layout-home-floor .floor-content .recommend-each .product-price-container .price-market {
    font-size: 10px;
    font-weight: normal;
    color: #999;
    text-decoration: line-through;
}

.layout-home-floor .floor-content .recommend-each .brands {
    background-color: white;
    float: left;
    height: 566px;
    margin-left: 5px;
    width: 200px;
}

.layout-home-floor .floor-content .recommend-each .brands .logo-list {
    display: block;
    height: 100%;
    margin: 0 10px 10px;
    overflow: hidden;
    padding: 0;
    width: 180px;
}

.layout-home-floor .floor-content .recommend-each .brands .logo-list .logo-list-content {
    border-bottom: 1px solid #eee;
    float: left;
    overflow: hidden;
    padding: 10px 6px;
}

.layout-home-floor .floor-content .recommend-each .brands .logo-list .logo-list-content .logo-link {
    display: inline-block;
    height: 62px;
    position: relative;
    width: 78px;
}

.layout-home-floor .floor-content .recommend-each .brands .logo-list .logo-list-content .logo-link img {
    height: 62px;
    width: 78px;
}

.layout-home-floor .floor-content .recommend-each .brands .logo-list .logo-list-content .logo-link .shadow {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 62px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transition: all 0.25s ease-out 0s;
    width: 78px;
}

.layout-home-floor .floor-content .recommend-each .brands .logo-list .logo-list-content .logo-link:hover .shadow {
    display: block;
    opacity: 0.5;
}

.layout-home-floor .floor-content .recommend-each .brands .title {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    margin: 0 10px;
}

.layout-home-floor .floor-content .recommend-each .brands .brand-content {
    margin: 20px 10px 0;
    position: relative;
}

.layout-home-floor .floor-content .recommend-each .brands .brand-content img {
    height: 96px;
    margin: 0 30px;
    width: 120px;
}

.layout-home-floor .floor-content .recommend-each .brands .brand-content .brand-name {
    background-color: #eee;
    height: 24px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 72px;
    width: 180px;
}

.layout-home-floor .floor-content .recommend-each .brands .brand-content .brand-intro {
    height: 87px;
    margin: 15px 0;
    overflow: hidden;
}

.layout-home-floor .floor-content .recommend-each .brands .brand-content .brand-intro:hover {
    cursor: pointer;
}

.layout-home-floor .floor-content .recommend-each .brands .brand-content .logo-btn {
    border: 1px solid #eee;
    display: inline-block;
    height: 30px;
    padding: 0;
    text-align: center;
    transition: all 0.25s ease-out 0s;
    width: 180px;
}

.layout-home-floor .floor-content .recommend-each .brands .brand-content .logo-btn span {
    display: inline-block;
    line-height: 30px;
}

.layout-home-floor .floor-content .recommend-each .brands .brand-content .logo-btn i {
    line-height: 30px;
    vertical-align: text-bottom;
}

.layout-home-floor .floor-content .recommend-each .brands .brand-content .logo-btn:hover {
    background-color: #A81417;
    border-color: #A81417;
    color: white;
}

.layout-home-floor .floor-content .recommend-each .ranking {
    background-color: white;
    float: left;
    height: 566px;
    margin-left: 5px;
    width: 200px;
    overflow: hidden;
}

.layout-home-floor .floor-content .recommend-each .ranking .title {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    margin: 0 10px;
}

.layout-home-floor .floor-content .recommend-each .ranking .ranking-indicator {
    float: right;
}

.layout-home-floor .floor-content .recommend-each .ranking ul .product-container {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    height: 93px;
    margin: 10px 10px 0;
    padding: 0;
    width: 180px;
}

.layout-home-floor .floor-content .recommend-each .ranking ul .product-container .icon {
    line-height: 24px;
    text-align: center;
}

.layout-home-floor .floor-content .recommend-each .ranking ul .product-container .sprite-ico_rank {
    width: 24px;
    height: 30px;
}

.layout-home-floor .floor-content .recommend-each .ranking ul .product-container .name-price {
    float: right;
    width: 90px;
}

.layout-home-floor .floor-content .recommend-each .ranking ul .product-container .product-name-container {
    float: right;
    margin-top: 0;
    width: 90px;
}

.layout-home-floor .floor-content .recommend-each .ranking ul .product-container img {
    float: right;
    height: 60px;
    width: 60px;
}

.layout-home-floor .floor-content .recommend-each .ranking ul .product-container .product-price-container {
    margin-top: 0;
}

.icon-tabs .icon-tab-btns li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #961215;
    border-radius: 12px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    list-style: outside none none;
    transition: width 0.25s ease-out 0s;
    width: 12px;
    margin-left: 3px;
    margin-right: 3px;
}

.icon-tabs .icon-tab-btns li:hover {
    border: 1px solid #A81417;
}

.icon-tabs .icon-tab-btns li.active {
    background: #961215 none repeat scroll 0 0;
    border: medium none rgba(0, 0, 0, 0);
    width: 24px;
}

.layout-home-floor .floor-content .icon-tabs .icon-tab-btns {
    margin-bottom: 30px;
    margin-left: 140px;
    margin-top: -30px;
}

.figure {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.figure img {
    width: 1200px;
    height: 100px;
    border: 1px solid #eee;
    margin-left: -1px;
}

.home-ad-tuijian {
    margin-top: 0;
    margin-bottom: 20px;
}


/* layout search result */

.sug-wrap {
    width: 100%;
    background-color: #e3fbf1;
    position: relative;
    margin-bottom: 20px;
}

.sug-word {
    height: 100%;
    left: 59px;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 20px
}

.sug-newkeyword {
    display: block;
    font-family: '', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 30px;
    height: 30px
}

.sug-newkeyword .sug-searchkey {
    font-family: Arial, sans-serif;
    color: #A81417
}

.sug-suggest {
    font-family: '', sans-serif;
    font-size: 12px;
    color: #666
}

.sug-suggest .sug-suggest-href {
    color: #06c;
    margin-right: 5px
}

ul.js-search-suggest-box {
    position: absolute;
    width: 514px;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 10000;
    top: 39px;
}

ul.js-search-suggest-box li {
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

ul.js-search-suggest-box li.select,
ul.js-search-suggest-box li:hover {
    background-color: #eee;
    cursor: pointer
}

.search-searchkey {
    color: #A81417;
    font-size: 12px;
}

.searchTitle-filter {
    margin-bottom: 10px;
}

.filterThing {
    border: 1px dashed #961215;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 1px;
}

.filter {
    font-size: 12px;
}

.filter .ev-expandMore {
    display: block;
}

.filter .ev-closeMore {
    display: none;
}

.filter .filter-extra {
    display: none;
}

.filter.filter-expanded .filter-extra {
    display: block;
}

.filter.filter-expanded .ev-expandMore {
    display: block;
}

.filter.filter-expanded .ev-closeMore {
    display: block;
}

.filterThing i {
    /* background: url("../images/icon40.png") no-repeat scroll -12px -13px; */
    cursor: pointer;
    display: inline-block;
    height: 16px;
    vertical-align: top;
    width: 16px;
}

.filterThing a.removelink-href {
    margin-left: 5px;
    margin-right: 5px;
}

.filterThing-btn {
    border: 1px solid #961215;
    display: inline-block;
}

.filterThing-btn a {
    background: #961215;
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
}

.brandName,
.categoryName,
.productName {
    background-color: #eee;
    display: inline-block;
    height: 42px;
    padding-left: 20px;
    padding-right: 10px;
    transition: height .3s ease-out 0s;
    vertical-align: top;
    width: 80px
}

.category-name-span {
    display: table-cell;
    height: 42px;
    vertical-align: middle
}

.mult-filter {
    bottom: 6px;
    color: #06c;
    display: none;
    height: 35px;
    left: 115px;
    line-height: 35px;
    position: absolute;
    top: 6px;
    width: 910px
}

.categoryWrap a {
    color: #06c;
    top: 2px;
    transition: background-color .1s ease-in 0s
}

.has-pinyin-filter.multmode.category .mult-filter {
    display: block
}

.has-pinyin-filter.expand.category .mult-filter {
    display: block
}

.category.multmode .mult-filter {
    display: none
}

.category.expand .mult-filter {
    display: none
}

.options.more.not-visible {
    padding-right: 10px
}

.options.more.not-visible .moreSelection {
    display: none
}

.mult-filter span {
    cursor: pointer;
    margin-left: 4px;
    margin-right: 1px
}

.mult-filter-all {
    background-color: #A81417;
    color: #fff;
    font-size: 12px;
    padding: 4px 9px
}

.mult-filter-each,
.mult-filter-other {
    margin: 0 3px;
    padding: 3px 7px
}

.mult-filter-each:hover,
.mult-filter-other:hover {
    background-color: #A81417;
    color: #fff
}

.mult-filter-each.select,
.mult-filter-other.select {
    background-color: #A81417;
    color: #fff
}

.mult-filter-each.hover {
    background-color: #A81417;
    color: #fff
}

.categoryWrap {
    color: #333;
    display: inline-block;
    line-height: 40px;
    width: 900px
}

.category.expand .categoryWrap {
    height: 140px;
    overflow-y: auto
}

.category.multmode .categoryWrap {
    height: 140px;
    left: 112px;
    overflow-y: auto;
    position: absolute;
    top: 0
}

.category.multmode.has-pinyin-filter .categoryWrap {
    top: 35px
}

.category.expand.has-pinyin-filter .categoryWrap {
    height: 140px;
    left: 112px;
    overflow-y: auto;
    position: absolute;
    top: 35px
}

.categoryEach {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 1px
}

.att-val {
    margin-left: 3px;
    margin-right: 3px;
}

.categoryEach:hover {
    color: #ffffff;
    background-color: #961215;
    height: 22px;
}

.multmode .categoryEach:hover {
    color: #0066cc;
    background-color: #fff;
    height: 22px;
}

.categoryEach.active {
    background-color: #961215;
    color: #fff
}

.categoryEach .filter-delete {
    display: none
}

.categoryEach.active .filter-delete {
    background: rgba(0, 0, 0, 0) url(../images/icon40.png) no-repeat scroll -9px -10px;
    cursor: pointer;
    display: inline-block;
    height: 1600px;
    vertical-align: top;
    width: 16px
}

.expand .categoryName {
    height: 145px
}

.expand.has-pinyin-filter .categoryName {
    height: 190px
}

.multmode .categoryName {
    height: 179px
}

.multmode.has-pinyin-filter .categoryName {
    height: 214px
}

.icon-search {
    display: none;
    margin-top: 4px;
    vertical-align: top
}

.sprite-checkbox-hover {
    background-image: url(../images/form-checkbox.png);
    background-position: 0 0;
    height: 14px;
    width: 14px
}

.sprite-checkbox {
    background-image: url(../images/form-checkbox.png);
    background-position: -28px 0;
    height: 14px;
    width: 14px
}

.sprite-checkbox:hover {
    background-position: 0 0
}

.categoryEach.selected .sprite-checkbox,
.multmode.from-edit.categoryWrap.categoryEach.selected .sprite-checkbox {
    background-image: url(../images/form-checkbox.png);
    background-position: -14px 0;
    height: 14px;
    margin-top: 3px;
    width: 14px
}

.category.multmode .icon-search {
    display: inline-block
}

.category.multmode {
    border: 1px solid #999;
    height: 180px;
    margin-bottom: 0
}

.category.multmode.has-pinyin-filter {
    border: 1px solid #999;
    height: 215px;
    margin-bottom: 0
}

.category.expand.has-pinyin-filter {
    border: 1px solid #999;
    height: 190px;
    margin-bottom: 0
}

.brand,
.category,
.series {
    border: 1px solid #ddd;
    color: #666;
    height: 42px;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    transition: height .3s ease-out 0s
}

.letter-filter {
    color: #06c;
    display: none;
    height: 35px;
    left: 118px;
    line-height: 35px;
    position: absolute;
    top: 0;
    width: 920px
}

.category.multmode .letter-filter {
    display: block
}

.mult-button {
    border-radius: 1px;
    bottom: 10px;
    cursor: pointer;
    display: none;
    font-family: "", sans-serif;
    font-size: 12px;
    height: 20px;
    line-height: 8px;
    position: absolute;
    text-align: center;
    width: 46px
}

.category.multmode .mult-button {
    display: block
}

.mult-button.confirm {
    background-color: #ffd5b3;
    border: 1px solid #A81417;
    color: #A81417;
    left: 530px;
    margin-bottom: 5px;
    margin-left: 10px
}

.mult-button.confirm:hover {
    background-color: #ffc89c;
    border: 1px solid #A81417;
    color: #A81417;
    left: 530px;
    margin-bottom: 5px;
    margin-left: 10px
}

.mult-button.confirm.disclick {
    background-color: #eee;
    border: 1px solid #eee;
    color: #fefefe;
    left: 530px;
    margin-bottom: 5px;
    margin-left: 10px
}

.mult-button.cancel {
    background-color: #fff;
    border: 1px solid #999;
    color: #333;
    left: 590px;
    margin-bottom: 5px;
    margin-left: 10px
}

.mult-button.cancel:hover {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    left: 590px;
    margin-bottom: 5px;
    margin-left: 10px
}

.category.multmode .mult-operation {
    display: block
}

.category.expand {
    height: 147px
}

.options {
    float: right;
    padding: 7px 20px
}

.options.mult {
    padding-left: 0
}

.options.more {
    padding-right: 20px
}

.options .editSelection,
.options .moreSelection,
.options .multSelection {
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 20px;
    margin-top: -1px;
    padding-left: 5px;
    text-align: center;
    width: 55px
}

i.add-mult {
    background: rgba(0, 0, 0, 0) url(../images/icon40.png) no-repeat scroll -10px -51px;
    display: inline-block;
    height: 20px;
    margin-left: -5px;
    vertical-align: top;
    width: 20px
}

i.add-more {
    background: rgba(0, 0, 0, 0) url(../images/icon40.png) no-repeat scroll -10px -92px;
    display: inline-block;
    height: 20px;
    margin-left: -5px;
    vertical-align: top;
    width: 20px
}

.expand i.add-more {
    background: rgba(0, 0, 0, 0) url(../images/icon40.png) no-repeat scroll -50px -92px
}

.categoryEach .delete {
    background: rgba(0, 0, 0, 0) url(../images/icon40.png) no-repeat scroll -12px -13px;
    cursor: pointer;
    height: 16px;
    vertical-align: top;
    width: 16px
}

.active.categoryEach .delete {
    display: inline-block;
    margin-top: 1.5px
}

.active.categoryEach .att-val {
    color: #333;
    margin-left: 5px;
    margin-right: 5px
}

.multmode.from-edit.category .att-val {
    color: #06c
}

.active.categoryEach {
    background-color: #fff;
    border: 1px dashed #961215;
    line-height: 20px;
    margin: 0 2px 5px 4px
}

@-moz-document url-prefix("") {
    .active.categoryEach {
        background-color: #fff;
        border: 1px dashed #961215;
        line-height: 20px;
        margin: 0 2px 5px 4px;
        padding: 1px
    }
}

.active.categoryEach:hover {
    background-color: #fff;
    border: 1px solid #961215;
    color: #fff
}

.active.categoryEach:hover>.delete {
    background: rgba(0, 0, 0, 0) url(../images/icon40.png) no-repeat scroll -12px -13px;
    height: 16px;
    width: 16px
}

.showMoreAttr {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ddd;
    color: #999;
    cursor: pointer;
    font-family: "", sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 20px;
    position: relative;
    text-align: center;
    z-index: 1
}

.showMoreAttr-hover {
    border-top: 1px solid #333;
    color: #333
}

.showmore-text {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: block;
    height: 30px;
    line-height: 29px;
    margin-left: 450px;
    margin-top: -1px;
    position: absolute;
    width: 350px;
    z-index: 1
}

.showmore-text2 {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: block;
    height: 30px;
    line-height: 29px;
    margin-left: 500px;
    margin-top: -1px;
    position: absolute;
    width: 200px;
    z-index: 15
}

.showMoreAttr-hover .showmore-text {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333
}

.showMoreAttr-hover .showmore-text2 {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333
}

.showmore-tips .showmore {
    background: rgba(0, 0, 0, 0) url(../images/icon40.png) no-repeat scroll -10px -92px;
    display: inline-block;
    height: 20px;
    margin-top: 5px;
    vertical-align: top;
    width: 20px
}

.closemore-tips .closemore {
    background: rgba(0, 0, 0, 0) url(../images/icon40.png) no-repeat scroll -50px -92px;
    display: inline-block;
    height: 20px;
    margin-top: 3px;
    vertical-align: top;
    width: 20px
}

.clearFilterCondition {
    color: #961215;
    cursor: pointer;
    display: inline-block
}

.showIf {
    background-color: #eeeeee;
    height: 40px;
    margin-top: 20px;
    width: 100%;
}

.showIf .sort {
    cursor: pointer;
    display: inline-block;
    height: 100%;
}

.sort li {
    border-right: 1px solid #dddddd;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 38px;
    margin-left: -1px;
    position: relative;
}

.sort li.active {
    background-color: #961215;
    color: #ffffff;
}

.sort .price a {
    padding-right: 30px;
    position: relative;
    z-index: 0;
}

.sort a {
    color: inherit;
    display: inline-block;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.sort.sort-0 .default {
    background-color: #961215;
    color: #ffffff;
    margin-left: 0;
}

.sort.sort-1 .price,
.sort.sort-2 .price {
    background-color: #961215;
    color: #ffffff;
}

.sort.sort-3 .time {
    background-color: #961215;
    color: #ffffff;
}

.sortWrap.dsce {
    background: url("../images/icon40.png") no-repeat scroll -10px -132px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 20px;
    z-index: 1;
}

.sortWrap.asce {
    background: url("../images/icon40.png") no-repeat scroll -11px -172px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 20px;
    z-index: 1;
}

.other-select i {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 6px;
    vertical-align: middle;
}

.sprite-select_no {
    background-image: url("../images/form-checkbox.png");
    background-position: -28px 0;
    height: 14px;
    width: 14px;
}

.sprite-select_yes {
    background-image: url("../images/form-checkbox.png");
    background-position: -14px 0;
    height: 14px;
    width: 14px;
}

.page-ctrl {
    float: right;
    font-size: 0;
    height: 100%;
    line-height: 40px;
    margin-right: 10px;
    width: 56px;
}

.page-count {
    float: right;
    font-size: 12px;
    height: 100%;
    line-height: 40px;
    margin: 0 10px;
    text-align: center;
}

.page-count span {
    display: inline-block;
}

.page-ctrl .prePage,
.page-ctrl .nexPage {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    text-align: center;
    width: 50%;
}

.page-ctrl .prePage:hover,
.page-ctrl .nexPage:hover {
    background-color: #fafafa;
}

.page-count .curPage {
    color: #A81417;
}

.showModal {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 40px;
    line-height: 40px;
    width: 132px;
}

.showModal .bigImg {
    float: left;
}

.showModal .list {
    float: right;
}

.bigImg-icon {
    background: url("../images/icon40.png") no-repeat scroll -90px -10px;
    display: inline-block;
    height: 20px;
    left: 8px;
    position: relative;
    top: 10px;
    vertical-align: top;
    width: 20px;
}

.bigImg.active .bigImg-icon {
    background: url("../images/icon40.png") no-repeat scroll -49px -10px;
    color: #ffffff;
}

.bigImg.active {
    background-color: #961215;
    color: #ffffff;
    cursor: pointer;
}

.list-icon {
    background: url("../images/icon40.png") no-repeat scroll -90px -50px;
    display: inline-block;
    height: 20px;
    left: 8px;
    position: relative;
    top: 10px;
    vertical-align: top;
    width: 20px;
}

.list.active .list-icon {
    background: url("../images/icon40.png") no-repeat scroll -49px -50px;
    color: #ffffff;
}

.list.active {
    background-color: #961215;
    color: #ffffff;
}

.showModal li {
    display: inline-block;
    font-size: 12px;
    width: 64px;
}

.showModal span {
    left: 4px;
    position: relative;
}

.total-count {
    color: #333333;
    float: right;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 130px;
}

.total-count p {
    color: #A81417;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.page-add-cart {
    float: right;
    height: 40px;
    overflow: hidden;
}

.page-add-cart .addInCart {
    background-color: #A81417;
    border-radius: 1px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 100px;
}

.page-add-cart .addInCart-disabled {
    background-color: #999;
    border-radius: 1px;
    color: #fff;
    font-size: 12px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 100px;
}

.layout-keywords {
    width: 1200px;
    margin: 0 auto;
}

.extra-links {
    margin: 10px auto;
    height: 30px;
    padding: 5px;
    border: 1px solid #ddd;
    overflow: hidden
}

.extra-links span {
    display: inline-block;
    color: #333;
    margin: 0 15px
}

.extra-links a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    color: #06c
}

.extra-links a:hover {
    text-decoration: underline
}

.list-totalcount {
    position: absolute;
    right: 0px;
    color: #666666;
    font-size: 12px;
    font-family: '', sans-serif;
    top: 2px;
}

.list-totalcount-num {
    color: #A81417;
    margin-left: 2px;
    margin-right: 2px;
}

.lexicon-all {
    width: 100%;
    background-color: #F7F7F7;
    position: relative;
    margin: 15px auto
}

.lexicon-all ul {
    width: 95%;
    padding: 10px
}

.lexicon-all ul li {
    color: #999;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    padding: 0 15px
}

.lexicon-all ul li span {
    margin: 0
}

.lexicon-all ul li a {
    margin: 0 5px;
    padding: 0 5px;
    display: inline-block;
    color: #999
}

.lexicon-all ul li a:hover {
    text-decoration: underline;
    color: #961215
}

.lexicon-all ul .lexicon-all-li {
    overflow: inherit;
    display: none;
    height: auto
}

.lexicon-all ul .lexicon-all-li.active {
    display: inherit
}

.lexicon-all ul .lexicon-all-desc {
    overflow: inherit;
    height: auto
}

.lexicon-all .toggle-btn {
    display: block;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    color: #06c;
    cursor: pointer;
}

.brand-ul {
    font-size: 0;
    margin: 0 auto 20px auto
}

.brand-ul li {
    display: inline-block
}

.brand-ul li a {
    display: block;
    width: 350px;
    height: 60px;
    transition: box-shadow .3s ease-out;
    padding: 20px;
    border: 1px solid #ddd;
    font-size: 12px
}

.brand-ul li a img {
    display: inline-block;
    width: 100px;
    height: 60px;
    vertical-align: middle
}

.brand-ul li a p {
    display: inline-block;
    margin: 0 0 0 17px;
    width: 226px;
    height: 60px;
    vertical-align: middle;
    line-height: 20px
}

.brand-ul li a:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.brand-ul li+li {
    margin-left: 12px
}

.product-img-ul {
    margin-top: 20px;
}

.product-img-ul li {
    float: left
}

.product-img-ul li div {
    display: block;
    width: 200px;
    height: 200px;
    position: relative
}

.product-img-ul li div a {
    display: block;
    margin: auto;
    width: 170px;
    height: 170px;
    border: 1px solid #ddd;
    transition: transform .3s ease-out
}

.product-img-ul li div a img {
    width: 100%;
    height: 100%
}

.product-img-ul li div a div {
    position: absolute;
    display: none;
    width: 150px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: #fff;
    bottom: 0;
    font-size: 12px;
    padding: 0 10px
}

.product-img-ul li div a:hover {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2)
}

.product-img-ul li div a:hover div {
    display: block
}

.product-img-ul li div a.hover div {
    display: block
}


/* layout product list */

.high-light em {
    font-style: normal;
    color: #A81417;
}

.layout-category-content,
.layout-search-content {
    width: 1200px;
    margin: 0 auto;
}

.layout-product-list-tips.fixed {
    position: fixed;
    top: -20px;
    z-index: 5;
    width: 1200px;
}

#product-formation.fixed {
    position: fixed;
    top: 40px;
    z-index: 5;
    width: 1200px;
}

.layout-category-content .crumbs {
    position: relative;
    margin-top: 15px;
    padding-bottom: 15px;
    line-height: 24px;
    height: 24px;
    overflow: visible;
}

.category-new-bread {
    position: relative;
    display: inline-block;
    cursor: default
}

.category-new-bread .bread-title {
    border: 1px solid #ddd;
    padding: 0 25px 0 8px;
    background: #fff;
    z-index: 8;
    position: relative
}

.category-new-bread .bread-title .bread-dot {
    position: absolute;
    right: 8px;
    top: 7px;
    color: #000;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.70711, M12=-0.70711, M21=0.70711, M22=0.70711);
}

.category-new-bread .bread-content {
    display: none;
    position: absolute;
    left: 0;
    top: 24px;
    border: 1px solid #A81417;
    width: 300px;
    background: #FFF;
    padding: 8px 8px;
    z-index: 9
}

.category-new-bread .bread-content a {
    cursor: pointer
}

.category-new-bread .bread-content .ex-li {
    vertical-align: top;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #ddd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: 76px;
    margin-bottom: 8px;
    float: left;
}

.category-new-bread .bread-content .disable-bread {
    cursor: pointer;
    color: #ababab
}

.category-new-bread .bread-content .ex-li.is-third {
    border-right: none;
}

.category-new-bread:hover .bread-title {
    border: 1px solid #A81417;
    border-bottom: none;
    padding: 0 25px 0 8px;
    background: #fff;
    z-index: 2100;
    position: relative
}

.category-new-bread:hover .bread-title .bread-dot {
    transform: rotateZ(-135deg);
    -webkit-transform: rotateZ(-135deg);
    -moz-transform: rotateZ(-135deg);
    -o-transform: rotateZ(-135deg);
    -ms-transform: rotateZ(-135deg);
    filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-0.70711, M12=0.70711, M21=-0.70711, M22=-0.70711);
    top: 10px;
}

.category-new-bread:hover .bread-content {
    display: block;
    z-index: 9
}

.category-new-bread .bread-content a.ex-li:hover {
    color: #961215;
}

.layout-product-list {
    width: 1200px;
    margin: 0 auto;
}

.layout-product-list .product-list .product {
    display: inline-block;
    height: 340px;
    margin: 0 2px 10px 4px;
    ;
    padding-top: 6px;
    position: relative;
    vertical-align: top;
    width: 190px;
}

.layout-product-list .product-list .product .p-image {
    background: url(../images/empty-190x190.png) no-repeat;
}

.layout-product-list .product-list .product .p-image .image-div {
    min-height: 190px;
}

.layout-product-list .product-list .product .p-name {
    color: #961215;
    cursor: pointer;
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.layout-product-list .product-list .product .p-image img {
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.layout-product-list .product-list .product .p-todo {
    color: #ffffff;
    height: 30px;
    margin-top: 6px;
    width: 100%;
}

.layout-product-list .product-list .product .p-todo .collect {
    background-color: #dddddd;
    color: #666666;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 30px;
    text-align: center;
    width: 64px;
}

.layout-product-list .product-list .product .p-todo .collect a {
    color: #666;
    cursor: pointer;
}

.layout-product-list .product-list .product .p-todo .collect a:hover {
    color: #A81417;
}

.layout-product-list .product-list .product .p-todo .add-to-cart {
    border: 1px solid #999;
    color: #999;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 124px;
    cursor: pointer;
}

.layout-product-list .product-list .product .p-todo .add-to-cart:hover {
    border: 1px solid #A81417;
    color: #A81417;
}

.layout-product-list .product-list .product .text-icon-ratio {
    background: #A81417;
    color: white;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    margin: 22px 10px;
}

.layout-product-list .product-parameter {
    display: none
}

.layout-product-list .listMode .product-parameter {
    display: inline-block;
    height: 100%;
    left: 250px;
    position: absolute;
    top: 0;
    width: 856px
}

.layout-product-list .listMode .product-parameter li {
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    overflow-wrap: break-word;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 16px;
    text-align: center
}

.layout-product-list .listMode .product-parameter li .now_money {
    float: none
}

.layout-product-list .product-list .product .p-image img.csp-logo {
    position: absolute;
    top: 2px;
    left: 2px;
    width: auto;
    max-height: 24px;
    z-index: 2;
}

.commodity-information {
    display: none;
    z-index: 1
}

.layout-product-list .product:hover {
    box-shadow: 0 0 4px 4px #eee;
    outline: 1px solid #ddd
}

.layout-product-list .product .yen {
    color: #e60012;
    font-weight: 700
}

.listMode .product:hover {
    background-color: #fffafa;
    box-shadow: none;
    outline: medium none
}

.listMode .commodity-information {
    background-color: #fffafa;
    border-bottom: 1px solid #e7b6b7;
    border-left: 1px solid #e7b6b7;
    border-top: 1px solid #e7b6b7;
    display: inline-block;
    font-size: 0;
    height: 36px;
    margin-top: 8px;
    position: relative;
    text-align: center
}

.layout-product-list .listMode .product {
    border-bottom: 1px solid #ddd;
    display: block;
    height: 100px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    width: 100%
}

.layout-product-list .product-list.listMode .product .p-image {
    background: rgba(0, 0, 0, 0) url(../images/empty-110x110.png) no-repeat scroll 3px 3px/90% auto;
    border: 1px solid #eee;
    height: 82px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 82px
}

.listMode .product .p-name {
    background-color: transparent;
    display: block;
    height: 46px;
    left: 92px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 14px;
    width: 158px
}

.purchase-num .a-add,
.purchase-num .a-sub {
    background-color: #eee;
    border: medium none;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    top: 1px;
    width: 16px;
    cursor: pointer
}

.purchase-num .a-sub {
    left: 11px
}

.purchase-num .a-add {
    left: 65px
}

.purchase-num {
    display: none
}

.listMode .purchase-num {
    display: block;
    font-size: 12px;
    height: 80px;
    left: 1106px;
    position: absolute;
    text-align: center;
    top: 19px;
    width: 92px
}

.purchase-count-clear {
    color: #06c;
    cursor: pointer;
    display: none;
    line-height: 16px;
    margin-top: 8px
}

.icon-product-list-clear {
    background-image: url(../images/clear.png);
    background-position: 0 0;
    width: 16px;
    height: 16px;
}

.purchase-unit {
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: 8px
}

.listMode .purchaseCount {
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 2px;
    display: block;
    height: 22px;
    margin-left: 10px;
    margin-top: 0;
    padding: 0 18px;
    text-align: center;
    width: 32px
}

.listMode .purchaseCount:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #06c;
    border-image: none;
    border-style: solid;
    border-width: 1px 2px
}

.listMode input {
    cursor: pointer;
    line-height: 20px;
    margin-top: -2px;
    vertical-align: middle
}

.listMode .p-todo {
    display: none
}

.listMode .list-type-status {
    display: none
}

.listMode .order {
    position: absolute;
    width: 159px;
    left: 92px;
    top: 78px;
    padding-left: 10px;
    text-align: left;
}

.layout-product-list .product .color-999 {
    color: #999;
}

.product-icons.img-icons {
    display: block;
    height: 18px;
}

.product-icons.img-icons .text-icon {
    height: 16px;
    width: 50px;
    line-height: 16px;
    background: #A81417;
    color: white;
    font-size: 10px;
    text-align: center;
    font-style: normal;
    display: inline-block;
}

.listMode .product-icons {
    position: absolute;
    width: 190px;
    left: 97px;
    top: 57px;
    padding-left: 5px;
    text-align: left
}

.product-icons .limit-info {
    position: absolute;
    border: 1px solid #e7b6b7;
    z-index: 9;
    width: 180px;
    height: 30px;
    color: #333;
    background-color: #fffafa;
    font-size: 12px;
    text-align: center;
    display: none;
}

.product-icons .limit-info .redTips {
    display: inline-block;
    line-height: 30px;
    color: red
}

.product-icons i.icon-product-mini-arealimit:hover .limit-info {
    display: block;
}

.commodity-information li {
    border-right: 1px solid #e7b6b7;
    float: left;
    font-size: 12px;
    line-height: 37px;
    margin: 0
}

#product-formation {
    background-color: #fff;
    margin-top: 0;
    position: relative;
    width: 1200px;
    z-index: 1
}

.commodity-information-title {
    width: 250px
}

.purchase-count-title {
    border-right: 1px solid #e7b6b7;
    width: 92px
}

.commodity-information li.commodity-parameter {
    font-size: 0;
    padding-left: 0;
    width: 854px
}

.commodity-parameter span {
    border-left: 1px solid #e7b6b7;
    float: left;
    font-size: 12px;
    height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px
}

.commodity-parameter span:nth-child(1) {
    border-left: 0 none
}

.price-note-div {
    background-color: #eee;
    border-radius: 2px;
    display: none;
    font-size: 10px;
    height: 157px;
    line-height: 14px;
    position: absolute;
    text-align: left;
    width: 263px;
    z-index: 201
}

.price-note:hover .price-note-div {
    display: block
}

.price-intro-div {
    background-color: #eee;
    border-radius: 2px;
    display: none;
    font-size: 10px;
    height: 157px;
    line-height: 14px;
    position: absolute;
    text-align: left;
    top: 34px;
    width: 256px;
    z-index: 2
}

.price-intro-wraper {
    display: inline-block;
    float: left;
    text-align: center
}

.price-intro-wraper:hover .price-intro-div {
    display: block
}

.remind-title {
    color: #000;
    font-size: 12px;
    height: 13px;
    margin-left: 24px;
    margin-top: 13px;
    width: 60px
}

.remind-content {
    color: #9a9a9a;
    font-size: 10px;
    margin-left: 24px;
    margin-top: 6px
}

.remind-auth {
    color: #6b6b6b;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 11px;
    text-align: center
}

.sprite-question-ico {
    height: 12px;
    width: 13px
}

.question-ico {
    display: inline-block;
    margin-left: -34px;
    margin-top: 10px
}

.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis-ex {
    display: none;
    left: 177px;
    position: absolute;
    top: 24px
}

.noResult {
    font-family: "", "黑体", sans-serif;
    width: 100%;
    height: 150px;
    background-color: #fffafa;
    margin-top: 70px;
    position: relative
}

.noResult .search-empty-img {
    position: absolute;
    width: 83px;
    height: 91px;
    top: 30px;
    left: 410px;
    background: url('../images/search-empty.png') no-repeat;
}

.noResult .noresultSpan {
    position: absolute;
    display: inline-block;
    width: auto;
    height: 51px;
    top: 60px;
    left: 510px
}

.noResult .noresultSpan.noresult-third-line {
    top: 50px
}

.noresultSpan .noresultTip1 {
    color: #333;
    font-size: 14px;
    height: 20px;
    font-weight: 700;
    line-height: 20px;
    display: block
}

.noresultSpan .noresultTip2 {
    color: #666;
    font-size: 12px;
    display: block
}

.noresultSpan .noresultTip3 {
    color: #666;
    font-size: 12px;
    display: block
}

.noresultTip3 .search-suggest {
    color: #06c
}

.noresultSpan .search-key-word {
    color: #A81417
}

.noResult .search-href {
    color: #06c
}

.brand-info .noResult {
    margin-top: 88px;
}

i.icon-product {
    background-image: url(../images/icon-product.png?v=20200813);
    display: inline-block;
    vertical-align: middle;
}

i.icon-product-mini-today {
    width: 56px;
    height: 16px;
    background-position: 0 0;
}

i.icon-product-mini-tomorrow {
    width: 56px;
    height: 16px;
    background-position: -56px 0;
}

i.icon-product-mini-hot {
    width: 50px;
    height: 16px;
    background-position: -112px 0;
}

i.icon-product-mini-arealimit {
    width: 16px;
    height: 16px;
    background-position: -162px 0;
}

i.icon-product-mini-csp {
    width: 40px;
    height: 16px;
    background-position: -178px 0;
}

i.icon-product-big-today {
    width: 36px;
    height: 36px;
    background-position: 0 -20px;
}

i.icon-product-big-tomorrow {
    width: 36px;
    height: 36px;
    background-position: -36px -20px;
}

i.icon-product-big-hot {
    width: 36px;
    height: 36px;
    background-position: -72px -20px;
}

.article-block {
    position: absolute;
    right: 0;
    color: #666;
    font-size: 12px;
    font-family: '', sans-serif
}

.article-block>span {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle
}

.article-block>div {
    display: inline-block;
    width: 200px;
    line-height: 24px;
    height: 24px;
    vertical-align: middle
}

.article-a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.article-block .news-box,
.article-block .news-box .news-element {
    width: 200px;
    height: 20px
}

.article-block .slider {
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.article-block .sliderbox {
    position: relative;
}


/* layout mini cart */

.layout-mini-cart-body .cart-content {
    border: 1px solid #eee;
    cursor: pointer;
    display: none;
    right: 0px;
    position: absolute;
    top: 40px;
    z-index: 100;
}

.layout-mini-cart-body .cart-content li {
    padding-bottom: 10px;
    width: 310px;
}

.layout-mini-cart-body .cart-content.fixed {
    position: fixed;
    top: 60px;
    right: 50px;
}

.layout-mini-cart-body .item-picture {
    margin-right: 10px;
    width: 68px;
    float: left;
}

.layout-mini-cart-body .item-info {
    float: left;
    margin-right: 20px;
    width: 200px;
}

.layout-mini-cart-body .item-info .item-num-p .now_money {
    float: right;
    line-height: 29px;
}

.layout-mini-cart-body .item-info .purchase-warning {
    color: #A81417;
    font-size: 12px;
    height: 14px;
    margin-bottom: 5px;
    padding-top: 30px;
}

.layout-mini-cart-body .item-info .good-name {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layout-mini-cart-body .item-info .good-name:hover {
    color: #961215;
}

.layout-mini-cart-body .item-info .carts-delivery {
    font-size: 12px;
    margin: 0 0 5px;
}

.layout-mini-cart-body .item-info .disable-sub {
    background-color: #ededed;
    color: #ccc;
    cursor: not-allowed;
}

.layout-mini-cart-body .item-info .disable-sub:hover,
.layout-mini-cart-body .item-info .disable-sub:link {
    color: #ccc;
}

.layout-mini-cart-body .item-info .subable,
.layout-mini-cart-body .item-info .a-add {
    background-color: #eee;
}

.layout-mini-cart-body .item-info .subable:hover,
.layout-mini-cart-body .item-info .a-add:hover {
    color: #961215;
}

.layout-mini-cart-body .item-info .a-sub,
.layout-mini-cart-body .item-info .a-add {
    border: 1px solid #ddd;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    width: 20px;
    cursor: pointer;
}

.layout-mini-cart-body .item-info .item-num-input {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    display: inline-block;
    float: left;
    font-family: "Hiragino Sans GB", "", "黑体", sans-serif;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 30px;
}

.layout-mini-cart-body .item-info .now_money {
    color: #e60012;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.layout-mini-cart-body .item-info .sale-unvalid {
    color: #999;
    font-size: 12px;
}

.layout-mini-cart-body .item-info.no-sale .good-name a {
    color: #999;
}

.layout-mini-cart-body ul {
    background-color: #fff;
    position: relative;
    width: 355px;
    max-height: 325px;
    overflow-y: auto;
}

.layout-mini-cart-body ul .carts-unvalid {
    color: #999;
    font-size: 12px;
}

.layout-mini-cart-body ul li {
    border-bottom: 1px solid #eee;
    float: left;
    margin: 15px 10px 0 15px;
}

.layout-mini-cart-body ul li .item-cancel {
    display: inline-block;
    position: absolute;
    right: 10px;
}

.layout-mini-cart-body .carts-accounts {
    background-color: #eee;
    height: 44px;
    overflow: hidden;
}

.layout-mini-cart-body .carts-accounts input {
    display: inline-block;
    float: left;
    margin: 20px 5px 0 15px;
}

.layout-mini-cart-body .carts-accounts .carts-count {
    display: inline-block;
    float: left;
    margin-left: 15px;
    margin-right: 25px;
    margin-top: 10px;
}

.layout-mini-cart-body .carts-accounts .carts-count .count-money {
    color: #e60012;
    font-family: "Century Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.layout-mini-cart-body .carts-accounts .accounts-now {
    background-color: #A81417;
    color: #fff;
    display: inline-block;
    float: right;
    font-family: "Hiragino Sans GB", "", "黑体", sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 144px;
}

.layout-mini-cart-body .carts-accounts .accounts-now:hover {
    color: #fff;
    text-decoration: underline;
}

.layout-mini-cart-body .carts_empty {
    background-color: #ffffff;
    height: 60px;
    text-align: center;
    width: 355px;
}

.layout-mini-cart-body .carts_empty .mini-cart-icon {
    display: block;
    float: left;
    height: 31px;
    margin-left: 50px;
    margin-top: 14px;
    width: 34px;
}

.layout-mini-cart-body .carts_empty .carts-empty-text {
    float: left;
    line-height: 60px;
    margin-left: 10px;
}


/* layout cart */

.layer.addcart .modal-body .content .popup-content-main {
    font-size: 14px;
    color: #333;
    margin-left: 58px;
    padding-bottom: 5px
}

.layer.addcart .modal-body .content .popup-content-main .popup-add-success {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/addcart.png) 0 0 no-repeat;
    margin-left: 20px;
    margin-top: 5px
}

.layer.addcart .modal-body .content .popup-content-main .area-limit {
    display: inline-block;
    margin: 0 0 20px 103px;
    width: 155px;
    padding: 5px;
    text-align: center;
    color: #e60012;
    background-color: #fffafa;
    border: 1px solid #e7b6b7
}

.layer.addcart .modal-body .content .popup-content-main span {
    vertical-align: top;
    position: relative;
    top: 8px;
    margin-left: 10px
}

.layer.addcart .modal-body .content .popup-footer .jumpToCart {
    display: inline-block;
    height: 30px;
    width: 120px;
    border: 0;
    background-color: #A81417;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle
}

.layer.addcart .modal-body .content .popup-footer .anotherChoose {
    font-size: 12px;
    color: #333;
    margin-left: 20px
}

.layer.addcart .modal-body .content .anotherChoose .continue-shopping {
    color: #06c;
    margin-left: 5px;
    cursor: pointer;
}

.layer.addcart .modal-body .content .popup-footer {
    height: 30px;
    padding-left: 54px;
    line-height: 30px;
    margin-bottom: 20px
}

.layout-cart {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.layout-cart .cart_islogin {
    font-size: 12px;
    margin-bottom: 10px;
}

.layout-cart .cart_islogin a {
    padding-left: 3px;
    padding-right: 3px;
    color: #3585d5;
    cursor: pointer;
}

.layout-cart .check-box-top,
.layout-cart .check-box-center,
.layout-cart .check-box-bottom {
    cursor: pointer;
}

.layout-cart .product-list-header {
    background: #eee none repeat scroll 0 0;
    height: 46px;
    line-height: 36px;
    margin-top: 10px;
    padding-top: 5px;
    width: 100%;
}

.layout-cart .product-list-header ul li {
    float: left;
    font-size: 12px;
    margin-right: 35px;
}

.layout-cart .product-list-header .th_1 {
    padding-left: 14px;
    width: 160px;
}

.layout-cart .product-list-header .th_2 {
    width: 315px;
}

.layout-cart .product-list-header .th_7 {
    width: 100px;
}

.layout-cart .product-list-header .th_3 {
    width: 130px;
}

.layout-cart .product-list-header .th_4 {
    width: 108px;
}

.layout-cart .product-list-header .th_5 {
    width: 102px;
}

.layout-cart .product-list-header .th_1 input {
    vertical-align: -2px;
}

.layout-cart .product-list-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
}

.layout-cart .product-list-body ul li {
    float: left;
    font-size: 12px;
}

.layout-cart .product-list-body ul li p {
    margin-bottom: 5px;
}

.layout-cart .product-list-body .td_1 {
    padding: 15px 14px;
    width: 110px;
    position: relative;
}

.layout-cart .product-list-body .td_1 input {
    margin: 33px 0 0;
}

.layout-cart .product-list-body .td_1 img {
    border: 1px solid #eeeeee;
    float: right;
    height: 80px;
    left: 10px;
    position: relative;
    width: 80px;
}

.cart-line .td_1 img.csp-logo {
    position: absolute;
    top: 15px;
    left: 52px;
    max-height: 24px;
    width: auto;
    border: 0;
    float: none;
}

.layout-cart .product-list-body .td_1 span {
    background-color: #dadada;
    color: #999999;
    float: left;
    margin: 33px -12px 0 -10px;
    padding: 2px 4px;
}

.layout-cart .product-list-body .td_2 {
    padding: 15px 0 0 10px;
    width: 352px;
}

.layout-cart .product-list-body .td_7 {
    font-family: "Century Gothic", "Hiragino Sans GB", sans-serif;
    margin-left: 28px;
    padding-top: 20px;
    text-align: center;
    width: 100px;
}

.layout-cart .product-list-body .td_3 {
    font-family: "Century Gothic", "Hiragino Sans GB", sans-serif;
    margin-left: 28px;
    padding-top: 20px;
    text-align: center;
    width: 130px;
}

.layout-cart .product-list-body .td_4 {
    padding-left: 44px;
    padding-top: 20px;
    text-align: center;
    width: 150px;
    position: relative;
}

.layout-cart .product-list-body .td_4 .area-limit {
    position: absolute;
    left: 76px;
    top: 58px;
    padding: 2px 14px;
    border: 1px solid #A81417;
    color: #961215;
    cursor: pointer;
}

.layout-cart .a-sub,
.layout-cart .a-add {
    background: #eee none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 26px;
    line-height: 26px;
    width: 26px;
    cursor: pointer;
}

.layout-cart .disable-sub {
    background-color: #ededed;
    color: #ccc;
    cursor: not-allowed;
}

.layout-cart .disable-sub:hover,
.layout-mini-cart-body .item-info .disable-sub:link {
    color: #ccc;
}

.layout-cart .item-num-input {
    width: 26px;
    height: 24px;
    float: left;
    line-height: 24px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: inline-block;
    text-align: center;
}

.layout-cart .product-list-body .td_5 {
    color: #e7000a;
    font-family: "Century Gothic", sans-serif;
    font-weight: 800;
    margin-left: 0px;
    padding-top: 20px;
    text-align: center;
    width: 100px;
}

.layout-cart .product-list-body ul li.td_6 {
    float: right;
    text-align: left;
    width: 76px;
}

.layout-cart .product-list-body ul li.td_6 .product-favorite {
    cursor: pointer;
    color: #999;
    text-align: left;
    display: block;
    padding-top: 20px;
}

.layout-cart .product-list-body ul li.td_6 .product-favorite:hover {
    color: #A81417;
}

.layout-cart .product-list-body ul li.td_6 .product-remove {
    cursor: pointer;
    color: #999;
    text-align: left;
    display: block;
    padding-top: 20px;
}

.layout-cart .product-list-body ul li.td_6 .product-remove:hover {
    color: #A81417;
}

.layout-cart .product-list-body ul li.cart-item-index {
    display: block;
    width: 100%;
    background-color: #eee;
}

.layout-cart .product-list-body ul li.cart-item-index .index-num-left {
    display: inline-block;
    color: #999;
    margin-left: 17px;
    font-weight: 600;
}

.layout-cart .product-list-body ul li.cart-item-index .index-num-right {
    display: inline-block;
    float: right;
    color: #999;
    margin-right: 10px;
    font-weight: 600;
}

.layout-cart .product-list-body .cart-line:hover {
    background: #fafffd;
}

.layout-cart .sub-content {
    background: #eeeeee none repeat scroll 0 0;
    font-size: 12px;
    height: 60px;
    line-height: 60px;
    margin-top: 14px;
    position: relative;
    width: 100%;
}

.layout-cart .sub-content input[type="checkbox"] {
    vertical-align: -2px;
}

.layout-cart .sub-content a {
    font-size: 12px;
    margin-left: 11px;
}

.layout-cart .sub-right {
    float: right;
    margin-top: -60px;
}

.layout-cart .sub-left {
    margin-left: 10px;
}

.layout-cart .sub-right .sub-total {
    float: left;
    margin-right: 10px;
}

.layout-cart .cart-content-empty .emp-div-left {
    margin-bottom: 80px;
    position: relative;
    float: left;
    left: -50%
}

.layout-cart .cart-content-empty .emp-div-left .empty-cart {
    background: url(../images/empty-cart.png) no-repeat;
    display: block;
    width: 105px;
    height: 79px;
    margin-top: 100px
}

.layout-cart .cart-content-empty .emp-div-right {
    margin-left: 23px;
    margin-top: 100px;
    position: relative;
    float: left;
    left: -50%
}

.layout-cart .cart-content-empty .emp-div-right .empty-cart-words {
    color: #323232;
    display: block;
    font: 18px '', '黑体', sans-serif
}

.layout-cart .cart-content-empty .emp-div-right .empty-cart-button {
    padding: 0;
    outline-style: none;
    border: 0;
    color: #fff;
    width: 102px;
    height: 37px;
    background-color: #ff7720;
    border-radius: 8px;
    font: 18px '', '黑体', sans-serif;
    margin-top: 16px;
    margin-right: 42px;
    cursor: pointer;
}

.layout-cart .cart-content-empty .emp-div-right .empty-cart-a {
    color: #0057E3;
    font: 14px '', '黑体', sans-serif;
    display: inline-block;
    margin-top: 26px
}

.cart-to-checkout-btn {
    background: #FF7300 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-family: "", "黑体", sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    position: relative;
    vertical-align: top;
    width: 140px;
    text-align: center;
}

.cart-to-checkout-btn:hover {
    background-color: #ff5e00;
}

.cart-to-checkout-btn[disabled] {
    background: #cccccc none repeat scroll 0 0;
}

.cart-to-checkout-btn[disabled]:hover {
    background: #cccccc none repeat scroll 0 0;
}

.cart-to-bj-btn {
    text-align: center;
    display: inline-block;
    width: 76px;
    height: 60px;
    background-color: #FFD5B3;
    color: #F97716;
    font-size: 16px;
    font-weight: 700;
    font-family: "", "黑体", sans-serif;
    margin-right: -4px;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.cart-to-bj-btn:hover {
    background: #ffc89c
}

.cart-to-bj-btn[disabled] {
    background: #cccccc none repeat scroll 0 0;
}

.cart-to-bj-btn[disabled]:hover {
    background: #cccccc none repeat scroll 0 0;
}

.sub-right .sub-total {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100%
}

.sub-right .sub-total .price-main {
    height: 52%;
    line-height: 28px
}

.sub-right .sub-total .price-main .price-num-wrap {
    margin-right: 15px
}

.sub-right .sub-total .price-main .price-price {
    font-size: 24px;
    color: #Ed2509;
    font-family: 'Century Gothic', sans-serif;
    margin-right: 10px
}

.sub-right .sub-total .price-info {
    height: 48%;
    line-height: 25px
}

.sub-right .sub-total .price-info .price-tips {
    margin-right: 15px
}

.sub-right .sub-total .price-info .price-online {
    color: red;
    margin-left: 0;
    margin-right: 10px
}

.sub-right .sub-total .price-info .price-tips {
    color: #A81417;
    color: #Ed2509;
    padding-right: 30px
}

.baseinfo-head,
.order-head {
    width: 990px;
}

.pf-ul {
    margin: 10px 0 0 5px;
}

.product-list-body li .product-title {
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list-body li .product-title:hover {
    color: #961215;
}

.layout-cart .btn-delete {
    background-color: #eeeeee;
    margin-left: 20px;
    margin-right: 10px;
    cursor: pointer;
    color: #999;
}

.layout-cart .btn-add-favorite {
    background-color: #eeeeee;
    cursor: pointer;
    margin-right: 10px;
    color: #999;
}

.layout-cart .btn-clear-error {
    background-color: #eeeeee;
    cursor: pointer;
    color: #999;
}

.layout-cart .cart-reminder {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    font-size: 12px;
    line-height: 22px;
    padding: 14px 0 14px 20px
}

.layout-cart .cart-reminder-key {
    display: inline-block;
    vertical-align: top
}

.layout-cart .cart-reminder-value {
    display: inline-block;
    vertical-align: top
}

.layout-cart .cart-reminder-value span {
    margin-right: 20px
}

.layout-cart .cart-reminder-value span a {
    color: #3585d5
}

.layout-cart .color-green {
    color: #961215;
}

.layout-cart .color-gray {
    color: #999;
}

.layout-cart .color-red {
    color: red;
}

.layout-cart .sub-content.footer-fixed {
    position: fixed;
    bottom: 0px;
    width: 1200px;
    z-index: 10;
}

.p-organization-wrap .reminder-mark {
    color: #ff4040;
    font-size: 12px;
    text-align: left;
    margin-bottom: 20px;
}

.p-organization-wrap .input-list {
    text-align: center
}

.p-organization-wrap .input-list>li {
    margin-top: 10px
}

.p-organization-wrap .input-list>li .mark-star {
    color: #ff4040;
    margin-right: 3px
}

.p-organization-wrap .input-list>li .org-key {
    display: inline-block;
    text-align: right;
    color: #666;
    font-size: 14px;
    min-width: 60px;
    margin-right: 6px
}

.p-organization-wrap .input-list>li .org-value {
    display: inline-block;
    text-align: left;
    width: 400px;
    font-size: 14px;
    color: #333
}

.p-organization-wrap .input-list>li .org-value select {
    width: 100%;
    outline: 0;
    padding-left: 12px;
    line-height: 30px;
    border: 1px solid #ddd;
    height: 30px;
    font-size: 12px;
}

.layout-module-product {
    width: 1200px;
    margin: 0 auto;
}

.layout-module-product .slider {
    width: 1200px;
    height: 382px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    float: left;
}

.layout-module-product .slider .slider-ul {
    width: 1200px;
    height: 382px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.layout-module-product .slider .slider-ul li {
    float: left;
    text-align: center;
}

.layout-module-product .sliderbox {
    position: absolute;
}

.layout-module-product .slider .prev,
.layout-module-product .slider .next {
    position: absolute;
    top: 0;
    padding-top: 165px !important;
    cursor: pointer;
    width: 15px;
    height: 39px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.layout-module-product .slider .prev {
    left: 0;
}

.layout-module-product .slider .next {
    right: 15px;
    left: auto;
}

.layout-module-product .slider .slidernav {
    bottom: 20px;
    font-size: 0;
    position: absolute;
    z-index: 1;
    display: block;
}

.layout-module-product .slider .slidernav li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #961215;
    border-radius: 12px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    list-style: outside none none;
    width: 12px;
    margin-left: 3px;
    margin-right: 3px;
}

.layout-module-product .slider .slidernav .current {
    background: #961215 none repeat scroll 0 0;
    border: medium none rgba(0, 0, 0, 0);
    width: 26px;
    height: 14px;
}

.index-product-recommend {
    width: 100%;
    background-color: #fff;
    margin: 20px 0
}

.index-product-recommend .tabs-title {
    width: 100%;
}

.index-product-recommend .tabs-title li {
    display: inline-block;
    width: 180px;
    text-align: center;
    font: "", "黑体", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.index-product-recommend .tabs-title li:hover {
    border-bottom: solid 2px #A81417;
    cursor: pointer
}

.index-product-recommend .tabs-title li.active {
    border-bottom: solid 2px #A81417
}

.index-product-recommend .module-product-box {
    border: solid 1px #f6f6f6;
    position: relative;
    height: 426px
}

.recommend-content-slick ul {
    width: 1200px;
    padding: 0 19px;
    overflow: hidden
}

.recommend-content-slick ul li {
    display: block;
    float: left;
    width: 170px;
    padding-left: 15px;
    padding-right: 55px;
}

.recommend-content-slick .recommend-div-img {
    margin: 20px 0 15px 0;
    width: 170px;
    height: 170px
}

.recommend-content-slick .recommend-div-img .mod-recommend-img {
    width: 100%;
}

.recommend-content-slick .product-bg {
    height: 50px;
    background-color: #f6f6f6;
    padding: 5px
}

.recommend-content-slick .product-bg .product-name {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    height: 44px;
}

.recommend-content-slick .product-num {
    margin: 5px 0 5px 5px
}

.recommend-content-slick .product-delivery {
    margin: 10px 0 10px 5px
}

.recommend-content-slick .product-price {
    color: #e60012;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
    padding: 7px 0 0 5px;
    border-top: dotted 1px #ccc
}

.recommend-content-slick .product-cart .sprite-ico-gwch-list {
    display: none
}

.recommend-content-slick .product-cart {
    width: 160px;
    margin: 7px 5px 10px 5px;
    padding: 4px 0;
    color: #333;
    font-size: 12px;
    border: solid 1px #999;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    border-radius: 2px
}

.recommend-content-slick .product-cart:hover {
    background-color: #A81417;
    border: none;
    color: #fff
}

.recommend-content-slick .product-cart:hover .sprite-ico-gwch-list {
    display: inline-block
}

.recommend-content-slick .product-cart:hover .sprite-ico-gwc-list {
    display: none
}

.recommend-content-slick .product-cart i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.slick-recommendPros .next-icon,
.slick-recommendPros .prev-icon,
.slick-recommendPros1 .next-icon,
.slick-recommendPros1 .prev-icon,
.slick-recommendPros2 .next-icon,
.slick-recommendPros2 .prev-icon,
.slick-recommendPros3 .next-icon,
.slick-recommendPros3 .prev-icon {
    z-index: 9999;
    font-size: 0;
    line-height: 0;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    top: 50%;
    content: ''
}

.slick-recommendPros .left,
.slick-recommendPros1 .left,
.slick-recommendPros2 .left,
.slick-recommendPros3 .left {
    left: 0
}

.slick-recommendPros .right,
.slick-recommendPros1 .right,
.slick-recommendPros2 .right,
.slick-recommendPros3 .right {
    right: 0
}

.banner-img-btn {
    background-color: #000;
    opacity: .2
}

.banner-img-btn：hover {
    background-color: #000;
    opacity: .4
}

.index-product-recommend .subHiddenArea {
    display: none
}

.index-product-recommend .subShowArea {
    display: block;
    overflow: hidden
}

.page-checkout-cart .recommend-content-slick {
    width: 988px
}

.order-center-recommend .recommend-content-slick {
    width: 1022px!important
}

.layout-module-love {
    width: 980px;
    position: relative;
}

.layout-module-love .tabs-title {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 14px;
}

.layout-module-love .module-product-box {
    height: 350px;
    padding-top: 20px;
}

.layout-module-love .slider {
    width: 980px;
}

.layout-module-love .slider .slider-ul {
    width: 980px;
}

.layout-module-love .recommend-content-slick ul li {
    height: 293px;
    padding: 0 26px 0 0px;
}


/* layout checkout */

.cart_status {
    width: 480px;
    height: 50px;
    font-family: "", "黑体", sans-serif;
    position: absolute;
    right: 0;
    top: -75px;
}

.cart_status_line {
    width: 400px;
    height: 2px;
    margin: 0 auto
}

.cart_status_line li {
    float: left;
    width: 130px;
    height: 2px
}

.cart_status_line .on {
    background: #A81417
}

.cart_status_line .off {
    background: #ccc
}

.cart_status_dot {
    position: relative;
    top: -14px;
    left: 38px
}

.cart_status_dot li {
    float: left;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    position: relative
}

.cart_status_dot .on {
    background: url(../images/ehsy_icons.png) -120px 0 no-repeat
}

.cart_status_dot .off {
    background: url(../images/ehsy_icons.png) -120px -40px no-repeat
}

.cart_status_dot .m-left {
    margin-left: 100px
}

.cart_status_con {
    position: relative;
    left: 12px;
    top: -7px
}

.cart_status_con li {
    float: left;
    width: 81px;
    height: 20px;
    text-align: center;
    font-size: 14px
}

.cart_status_con .m-left {
    margin-left: 44px
}

.cart_status_con .o-time,
.cart_status_con .off {
    color: #9A9A9A
}

.checkout-content {
    margin: 50px auto 0;
    width: 1200px;
}

.checkout-content .title {
    color: #040404;
    font-family: "", "黑体";
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 0 1px;
    width: 100%;
}

.checkout-content .title a {
    color: #1c74c8;
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

.checkout-content .address-list {
    border: 1px solid #eee;
    margin-bottom: 20px;
    max-height: 194px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 11px 16px 11px 18px;
}

.checkout-content .address-list .more {
    color: #aaa;
    font-size: 14px;
}

.checkout-content .address-list ul li {
    border: 2px solid #fff;
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px;
    color: #666;
}

.checkout-content .address-list ul li:hover {
    background-color: #fffafa;
    cursor: pointer;
}

.checkout-content .address-list ul li a {
    color: #1e6ab0;
    float: right;
    font-size: 12px;
    margin-right: 10px;
    visibility: hidden;
}

.checkout-content .address-list ul li:hover a {
    visibility: visible;
}

.checkout-content .address-list ul li span {
    display: block;
    float: left;
}

.checkout-content .address-list ul li .limited-address {
    display: inline;
    float: none;
}

.checkout-content .address-list ul li .default_add {
    background: #A81417 none repeat scroll 0 0;
    color: #fff;
    font-size: 11.5px;
    height: 22px;
    line-height: 22px;
    margin-top: 3px;
    text-align: center;
    width: 58px;
}

.checkout-content .address-list ul li .default_user {
    background: #A81417 none repeat scroll 0 0;
    color: #fff;
    font-size: 11.5px;
    height: 22px;
    line-height: 22px;
    margin-top: 3px;
    text-align: center;
    width: 70px;
}

.checkout-content .address-list div {
    color: #0066cd;
    cursor: pointer;
    font-size: 12px;
    padding: 0 10px;
}

.checkout-content .address-detail {
    max-width: 670px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-content .address-detail span {
    margin-right: 5px;
}

.checkout-content li.list-li .default-mark {
    background: #A81417 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin: 4px 5px 0 2px;
    text-align: center;
    width: 60px;
}

.checkout-content li.list-li .address-type-mark {
    background: #A81417 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin: 4px 5px 0 2px;
    text-align: center;
    width: 38px;
}

.checkout-content li.list-li .company-mark {
    background: #A81417 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin: 4px 5px 0 2px;
    text-align: center;
    width: 38px;
}

.checkout-content .address-list ul li.list-li.select {
    background: rgba(0, 0, 0, 0) url("../images/select_cur.png") no-repeat scroll right bottom;
    border: 2px solid #961215;
}

.checkout-content .product-content {
    border-top: 1px solid #dedede;
    width: 100%;
}

.checkout-content .product-content table.table.product-table td {
    border-top: 1px solid #eeeeee;
}

.checkout-content .product-content .product-table img {
    border: 1px solid #eee;
    height: 80px;
    width: 80px;
}

.checkout-content .product-content table tr.sale-status-0 td {
    background-color: #f3f3f3;
}

.checkout-content .product-content table tr.sale-status-0 td .no-sale-flag {
    position: absolute;
    right: 2px;
    top: 3px;
    padding: 2px 18px;
    border: 1px solid #A81417;
    color: #961215;
    font-family: "Hiragino Sans GB", "", sans-serif;
}

.checkout-content .remark-content {
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin-bottom: 20px;
    background: #efefef;
    font-size: 12px
}

.checkout-content .remark-content span {
    display: inline-block
}

.checkout-content .remark-content .osc_remark span {
    width: 60px;
    height: auto;
    margin: 0 10px;
    text-align: right
}

.checkout-content .remark-content input {
    height: 32px;
    margin: 5px 0;
    border: 1px #ddd solid;
    padding-left: 10px;
    color: #666
}

.checkout-content .remark-content .osc_remark-contract {
    width: 210px
}

.checkout-content .remark-content .osc_remark-remark {
    width: 478px
}

.checkout-content .paytype,
.checkout-content .delivery-time-type {
    margin-bottom: 20px;
    padding-left: 0;
    width: 100%;
}

.checkout-content .delivery-time-type-li,
.checkout-content .paytype-li {
    color: #444;
    float: left;
    font-size: 12px;
    height: 36px;
    line-height: 34px;
    margin-right: 15px;
    text-align: center;
    width: 150px;
}

.checkout-content .paytype-li {
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

.checkout-content .paytype-li.disabled {
    background-color: #eaeaea;
}

.checkout-content .delivery-time-type-li {
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

.select.li-select {
    background: rgba(0, 0, 0, 0) url("../images/select_cur.png") no-repeat scroll right bottom;
    border: 2px solid #961215;
    line-height: 32px;
    height: 34px;
    width: 148px;
}

.coupon-content .coupon-left {
    height: 100px;
    left: 12px;
    position: absolute;
    top: 28px;
    width: 90px;
}

.coupon-content .coupon-left .denomination {
    color: #ed6600;
    font-size: 48px;
}

.coupon-content .coupon-left .denomination::before {
    content: "¥";
    font-size: 32px;
}

.coupon-content .coupon-right {
    left: 120px;
    position: absolute;
    top: 28px;
    width: 184px;
}

.coupon-content .noCoupon {
    border: 1px solid #333;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 330px;
}

.coupon-content .noCoupon-selected {
    border: 1px solid red;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 330px;
}

.coupon-content .coupon-right .title {
    display: block;
    font-size: 16px;
    margin-top: 2px;
    min-height: 36px;
    margin-bottom: 7px;
    line-height: 18px;
}

.coupon-content .coupon-right .scope {
    display: block;
    margin-top: 5px;
    min-height: 16px;
}

.coupon-content .coupon-right .date {
    display: inline-block;
    margin-top: 5px;
}

.coupon-content .coupon-right .couponId {
    display: inline-block;
    margin-top: 5px;
}

.coupon-content .couponId-input {
    display: inline-block;
    float: left;
    line-height: 36px;
    margin-right: 10px;
}

.coupon-content .coupon-span {
    display: inline-block;
    float: left;
    width: 206px;
}

.coupon-content .coupon-search {
    background-color: #ff7300;
    display: inline-block;
    height: 36px;
    position: relative;
    width: 96px;
}

.coupon-content .coupon-search-word {
    color: white;
    font-size: 14px;
    left: 30px;
    line-height: 36px;
    position: absolute;
}

.coupon-content .coupon-search-submit {
    background-color: transparent;
    height: 36px;
    position: absolute;
    width: 96px;
    cursor: pointer;
}

.coupon-content .coupon-input {
    border: 1px solid #eee;
    height: 34px;
    padding: 0 5px;
    width: 206px;
}

.coupon-content .coupon {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.coupon-content .coupon-useful {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 86px;
}

.coupon-content .coupon-link {
    color: #0066cd;
}

.coupon-content .last {
    margin-right: 0;
}

.coupon-content .border {
    border: 1px solid red;
}

.coupon-content .expire-status {
    display: inline-block;
    vertical-align: sub;
}

.coupon-content .coupon-denomination {
    color: #ed6600;
    display: block;
    text-align: center;
}

.coupon-content .coupon-yen {
    font-size: 32px;
}

.coupon-content .coupon-total {
    font-size: 35px;
}

.coupon-content .coupon-deadline {
    font-size: 12px;
    left: 18px;
    position: absolute;
    top: 45px;
}

.coupon-content .coupon-due {
    display: inline-block;
    left: 195px;
    position: absolute;
    top: 40px;
}

.coupon-content .coupon-condition {
    display: block;
    font-size: 12px;
    text-align: center;
}

i.arrow {
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 10px;
    cursor: pointer;
}

i.icon-coupon {
    background-image: url(../images/icon-coupon.png);
}

i.icon-coupon-arrow-up:hover {
    background-position: -340px -370px;
    width: 16px;
    height: 16px;
}

i.icon-coupon-arrow-up {
    background-position: -356px -370px;
    width: 16px;
    height: 16px;
}

i.icon-coupon-arrow-down:hover {
    background-position: -372px -370px;
    width: 16px;
    height: 16px;
}

i.icon-coupon-arrow-down {
    background-position: -388px -370px;
    width: 16px;
    height: 16px;
}

.checkout-content .coupon-content {
    color: #666;
}

.checkout-content .coupon-content .mar-20-bottom {
    margin-bottom: 20px;
}

.checkout-content .coupon-content .sprite-orderunselected {
    background-image: url(../images/icon-coupon.png);
    background-position: -328px -400px;
    width: 328px;
    height: 150px;
}

.checkout-content .coupon-content .sprite-orderselected {
    background-image: url(../images/icon-coupon.png);
    background-position: 0px -400px;
    width: 328px;
    height: 150px;
}

.checkout-content .invoice-content {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px 16px 10px 18px;
}

.checkout-content .invoice-content ul li {
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px;
}

.checkout-content .invoice-content ul li.address-list {
    border: 0 none;
    margin: 0 0 0 -2px;
    padding: 0;
}

.checkout-content .invoice-content ul li.invoice-title {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.checkout-content .invoice-content ul li.invoice-address-line {
    border-top: 1px dashed #979797;
}

.checkout-content .invoice-content ul li a {
    color: #0066cd;
}

.checkout-content .invoice-content ul li a.to-select {
    margin-left: 5px;
}

.checkout-content .invoice-content ul li a.add-bill {
    color: #507fae;
    float: right;
    font-size: 12px;
}

.checkout-content .totals {
    border: 1px solid #ffd5b3;
    width: 100%;
}

.checkout-content .product-table {
    background: #ffffff none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.checkout-content .product-table .tr-header {
    background-color: #efefef;
}

.checkout-content .product-table td {
    border-color: #eeeeee #dddddd currentcolor;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    font-size: 12px;
    text-align: center;
}

.checkout-content .product-table .th {
    background: #efefef none repeat scroll 0 0;
    border: medium none;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
}

.checkout-content .product-table .th-left {
    border-left: 1px solid #dedede;
    width: 410px;
}

.checkout-content .product-table .th-right {
    border-right: 1px solid #dedede;
}

.checkout-content .product-table tr td.product-note {
    border-right: medium none;
    padding: 12px 8px 12px 19px;
}

.checkout-content .product-table span {
    display: block;
    float: left;
}

.checkout-content .product-table .tds1 {
    width: 80px;
}

.checkout-content .product-table .tds2 {
    line-height: 20px;
    margin-left: 10px;
    text-align: left;
    width: 288px;
}

.checkout-content .totals .total-list {
    position: relative;
    padding: 10px;
}

.checkout-content .totals .total-list p {
    font-size: 18px;
    line-height: 18px;
    margin: 12px 5px;
    text-align: right;
}

.checkout-content .totals .total-list .li-title {
    color: #333;
    font-size: 14px;
    position: absolute;
    right: 130px;
}

.checkout-content .totals .total-list .red {
    color: #e7210a;
}

.checkout-content .totals .total-list p.shipping-address-detail {
    font-size: 14px;
    margin-top: 50px;
    font-family: "Century Gothic", sans-serif;
    color: #666;
}

.checkout-content .totals .total-list .cmpname {
    color: #9a9a9a;
}

.checkout-content .submit-content {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    padding-right: 15px;
    text-align: right;
    width: 100%;
}

.checkout-content .submit-content .pay-amount {
    color: #e7000a;
    font-family: "Century Gothic", sans-serif;
    font-size: 24px;
    vertical-align: middle;
}

.checkout-content .submit-content .btn-order-submit {
    background-color: #A81417;
    border-color: #A81417;
    color: #fff;
    font-family: "", "黑体", sans-serif;
    font-size: 24px;
    height: 50px;
    line-height: 10px;
    margin-left: 22px;
    width: 170px;
    border: 0;
    cursor: pointer;
}

.checkout-content .submit-content .btn-order-submit:hover {
    background-color: #ff5e00;
    border-color: #ff5e00;
}

.checkout-content .submit-content.eas-submit .no-freight-father {
    position: relative;
    color: #666;
}

.checkout-content .submit-content .sub-total-left {
    width: 80px;
    position: absolute;
    top: -10px;
    left: -82px;
}

.checkout-content .submit-content .no-freight {
    font-size: 12px;
    display: inline-block;
    width: 300px;
    position: absolute;
    top: 11px;
    left: -245px;
    cursor: pointer
}

.checkout-content .submit-content .no-freight:hover div {
    display: inline-block
}

.checkout-content .submit-content .no-freight div {
    display: none;
    position: absolute;
    top: -58px;
    left: 66px;
    background-color: #fff;
    width: 245px;
    text-align: center;
    z-index: 10;
    border: 1px solid #000;
    padding: 4px
}

.checkout-content .submit-content .no-freight i {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 304px
}

i.icon-checkout-remind {
    background: url(../images/icon-checkout-remind.png) no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 16px;
}

i.icon-form-info {
    background-position: -16px 0;
}

.checkout-content .submit-content .nprice-top {
    position: relative;
    top: -10px
}

ul.eps-flow {
    border: 1px solid #eee;
    max-height: 158px;
    overflow-y: auto;
}

.eps-flow li {
    margin: 0;
    position: relative;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px
}

.eps-approveflowId {
    padding: 5px 10px;
}

.eps-flow li:hover {
    background-color: #fffafa
}

.eps-flow input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.costc-enter {
    margin: 0;
    margin-left: 8px;
    vertical-align: top;
    word-wrap: break-word;
    word-break: break-all;
    color: #999
}

.eps-remark {
    width: 680px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative
}

.eps-remark textarea {
    border: 1px solid #ddd;
    height: 30px;
    width: 660px;
    padding: 10px;
    outline: 0;
    resize: vertical
}

.eps-test-num {
    position: absolute;
    top: 0;
    right: 0
}

.eps-test-num span {
    color: #e60012
}

.eps-submit-btn {
    border: none;
    width: 130px;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    outline: 0;
    margin: 20px auto;
    display: table;
    background-color: #ff5e00;
    font-size: 18px;
    color: #fff;
    text-align: center
}

.list-shallow {
    color: #999
}

.eps-flow .eps-active {
    background: transparent url(../images/select_cur.png) no-repeat scroll right bottom
}

.eps-flow .eps-active:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #961215;
    content: ""
}

.popup-content .popup-normal {
    margin-left: 40px;
    margin-top: 20px;
    width: 240px;
    height: 30px;
    line-height: 26px;
    padding-left: 15px;
    border: 2px solid #961215;
    background: url(../images/select_cur.png) right bottom no-repeat;
}

.popup-content .popup-limit {
    margin-left: 40px;
    margin-top: 20px;
    width: 240px;
    height: 30px;
    line-height: 26px;
    padding-left: 15px;
    border: 2px solid #ccc;
    background-color: #eee;
    margin-bottom: 30px;
}


/* layout checkout form (address layer.open / invoice  ) */

.layout-checkout-form {
    font-size: 12px;
    color: #333;
    font-family: "Hiragino Sans GB", "", "黑体", sans-serif;
    font-weight: normal;
    margin-top: 10px;
    overflow: hidden;
    margin: 10px;
}

.layout-checkout-form p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
}

.layout-checkout-form .form-fields {
    display: inline-block;
    height: 30px;
    width: 260px;
    background: transparent none repeat scroll 0 0;
    padding-left: 5px;
    border: 1px solid #ddd;
    line-height: 28px;
    outline: 0 none;
}

.layout-checkout-form .form-field-title {
    width: 60px;
    display: inline-block;
    text-align: right;
}

.layout-checkout-form .form-field-input {
    display: inline-block;
    height: 30px;
}

.layout-checkout-form .form-field-input span {
    display: inline-block;
    line-height: 30px;
}

.layout-checkout-form .form-field-input select {
    height: 30px;
    padding: 4px;
}

.layout-checkout-form .form-fields:hover {
    border: 1px solid #333;
}

.layout-checkout-form .form-fields:focus {
    border: 1px solid #0066cc;
}

.layout-checkout-form .address-area {
    width: 120px;
}

.layout-checkout-form .input-waring {
    border: 1px solid #e60012;
}

.layout-checkout-form .set-default {
    margin-top: -7px;
    padding-left: 65px;
}

.layout-checkout-form .set-default input[type="checkbox"] {
    outline: 0 none;
}

.layout-checkout-form .set-default label {
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}

.layout-checkout-form .set-default input {
    cursor: pointer;
    margin: -2px 0 0;
    vertical-align: middle;
}

.layout-checkout-form .ra-warning i {
    left: 4px;
    position: absolute;
    top: 0px;
}

.layout-checkout-form .ra-warning {
    padding-left: 10px;
    position: relative;
    color: red;
}

.layout-checkout-form .ra-warning.info {
    display: none;
    color: #333;
    padding-left: 25px;
}

.layout-checkout-form .ra-help {
    cursor: help;
}

.layout-checkout-invoice-info .btns button {
    float: left;
    padding: 6px 12px;
    background-color: #A81417;
    border: 1px solid #A81417;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
}

.layout-checkout-invoice-info .btns .cancel {
    background-color: #999;
    border: 1px solid #999;
    color: #fff;
    margin-left: 10px;
}

.layout-checkout-invoice-info .invoice-form-2 p {
    float: left;
    width: 50%;
}

.layout-checkout-invoice-info .invoice-form-1 .invoice-tips {
    margin-top: -7px;
    padding-left: 65px;
    line-height: 30px;
    height: 30px;
}

.layout-checkout-invoice-info .invoice-form-body {
    border-top: 1px solid #EBEBEB;
}

.layout-checkout-invoice-info .box-btns {
    margin-left: 10px;
}

.layout-checkout-invoice-info .box-btns button {
    padding: 6px 20px;
}


/* layout checkout invoice layer.open */

.layout-checkout-invoice-info {
    width: 100%;
    height: 100%;
}

.layout-checkout-invoice-info .bill-title {
    margin-bottom: 5px;
    margin-top: 5px;
}

.layout-checkout-invoice-info .bill-title ul li {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    line-height: 32px;
    margin: 10px;
    text-align: center;
    width: 120px;
}

.layout-checkout-invoice-info .invoicetype-li {
    border: 1px solid #ddd;
    cursor: pointer;
}

.layout-checkout-invoice-info .select.li-select {
    border: 1px solid;
}

.layout-checkout-invoice-info .bill-tabs {
    display: none;
    margin: 0 10px 5px 10px;
    min-height: 180px;
}

.layout-checkout-invoice-info .bill-tabs.active {
    display: block;
}

.layout-checkout-invoice-info .sprite-lbl_default {
    position: absolute;
    top: 8px;
    right: 10px;
    background: url(../images/icon-checkout-invoice.png) no-repeat;
    width: 62px;
    height: 18px;
}

.layout-checkout-invoice-info .add-invoice-btn {
    cursor: pointer;
    color: #0066cd;
}

.bill-tabs-box {
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

.bill-list-li {
    border: 1px solid #dddddd;
    cursor: pointer;
    height: 34px;
    line-height: 32px;
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
    width: 530px;
}

.invoice-type-2,
.invoice-type-2.select {
    height: 90px;
    line-height: 22px;
}

.bill-list-li:hover {
    background-color: #fffafa;
}

.bill-list-li:hover .bill-edit-box {
    display: inline-block;
}

.bill-list-li.select {
    border: 1px solid #A81417;
    width: 530px;
}

.bill-edit-box {
    display: none;
    position: absolute;
    right: -240px;
    top: 0;
    width: 250px;
    height: 90px;
    padding-left: 20px;
}

.bill-list-li .bill-edit-box .set-default-normal {
    color: #333;
    float: left;
    font-size: 12px;
    margin-left: 20px;
}

.bill-list-li .bill-edit-box a {
    margin-left: 12px;
}

.bill-list-li .set-default-normal label {
    cursor: pointer;
    font-weight: normal;
    height: auto;
    margin: 0;
    width: auto;
    display: inline-block;
}

.bill-list-li input {
    background-color: transparent;
    height: 99%;
    width: 65%;
}

.bill-list-li .set-default-normal input {
    cursor: pointer;
    height: auto;
    margin: 0;
    width: auto;
    vertical-align: baseline;
}

.bill-tabs .select-type {
    background-color: white;
    height: 100%;
    margin-right: 10px;
    padding-left: 10px;
    position: relative;
    width: 100px;
}

.bill-tabs .company-title {
    background-color: white;
    height: 100%;
    margin-right: 10px;
    padding-left: 10px;
    width: 254px;
}

.bill-tabs .tax-no {
    background-color: white;
    height: 100%;
    padding-left: 10px;
    width: 156px;
}

.bill-tabs .personal-title {
    background-color: white;
    height: 100%;
    padding-left: 10px;
    width: 420px;
}


/* layout checkout result */

.layout-checkout-result {
    margin: 0 auto;
    width: 1200px;
}

.layout-checkout-result .order-content {
    margin-top: 30px;
}

.layout-checkout-result .order-content .nopay {
    border: 1px solid #ffd5b3;
}

.layout-checkout-result .order-content .nopay .result {
    background-color: #fef9f1;
    border-bottom: 1px solid #ffd5b3;
    padding-left: 79px;
}

.layout-checkout-result .order-content .nopay .result-empty {
    border: 0px;
    padding-bottom: 35px;
}

.layout-checkout-result .order-content .nopay .result .left {
    float: left;
}

.layout-checkout-result .order-content .nopay .result .result-msg {
    padding-top: 29px;
}

.layout-checkout-result .order-content .nopay .result .result-msg strong {
    font-size: 18px;
    font-weight: bold;
}

.layout-checkout-result .order-content .nopay .result .result-note {
    font-family: '', sans-serif;
    padding-bottom: 35px;
}

.layout-checkout-result .order-content .nopay .result .result-total {
    padding-left: 475px;
    padding-top: 48px;
}

.layout-checkout-result .order-content .nopay .result .result-total strong {
    font-size: 18px;
    font-weight: bold;
}

.layout-checkout-result .order-content .nopay .result .result-total .amount {
    font-family: "Century Gothic", sans-serif;
    font-size: 16px;
    color: #e71f0b;
}

.layout-checkout-result .order-content .nopay .order-info {
    background-color: #fff;
    min-height: 200px;
    padding-left: 79px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.layout-checkout-result .order-content .nopay .order-info .title {
    padding-bottom: 20px;
}

.layout-checkout-result .order-content .nopay .order-info .title strong {
    font-size: 18px;
    font-weight: bold;
}

.layout-checkout-result .order-content .nopay .order-info .content p {
    line-height: 25px;
    font-size: 14px;
}

.layout-checkout-result .order-content .nopay .order-info .content .products div {
    float: left;
    line-height: 25px;
    font-size: 14px;
}

.layout-checkout-result .order-content .nopay .payment {
    background-color: #f3f3f3;
    min-height: 166px;
    padding-left: 79px;
    border-top: 1px solid #ffd5b3;
}

.layout-checkout-result .order-content .nopay .payment .title {
    padding-top: 28px;
    padding-bottom: 20px;
}

.layout-checkout-result .order-content .nopay .payment .title strong {
    font-size: 18px;
    font-weight: bold;
}

.layout-checkout-result .order-content .pay-success {
    border: 1px solid #8cac76;
}

.layout-checkout-result .order-content .pay-success .result {
    background-color: #fffafa;
    padding-left: 79px;
}

.layout-checkout-result .order-content .pay-success .result .result-msg {
    padding-top: 29px;
}

.layout-checkout-result .order-content .pay-success .result .result-msg strong {
    font-size: 18px;
    font-weight: bold;
    color: #6bb342;
}

.layout-checkout-result .order-content .pay-success .result .result-msg strong span {
    color: #ff7300;
}

.layout-checkout-result .order-content .pay-success .result .result-total {
    padding-left: 79;
    padding-top: 10px;
    padding-bottom: 28px;
}

.layout-checkout-result .order-content .pay-success .result .result-total strong {
    font-size: 18px;
    font-weight: bold;
}

.layout-checkout-result .order-content .pay-success .result .result-total .amount {
    font-family: "Century Gothic", sans-serif;
    font-size: 20px;
    color: #e71f0b;
}

.layout-checkout-result .order-content .pay-success .result .result-topay {
    padding-bottom: 20px;
}

.layout-checkout-result .order-content .pay-success .result .result-topay p {
    line-height: 25px;
    font-size: 14px;
}

.layout-checkout-result .order-content .to-shipping {
    border-top: 1px solid #8cac76;
    padding: 10px 0 10px 79px;
    color: #9A9A9A;
}

.layout-checkout-result .order-content .to-shipping a {
    color: #0066cd;
}

.icon-checkout-success {
    background-image: url(../images/icon_right.png);
    background-position: 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    margin-left: -21px;
}


/* layout eas result */

.layout-eas-result {
    margin: 0 auto;
    width: 1200px;
}

.layout-eas-result .order-content {
    margin-top: 30px;
}

.layout-eas-result .order-content .order-success {
    border: 1px solid #8cac76;
}

.layout-eas-result .order-content .order-success .result {
    background-color: #fffafa;
    padding-left: 79px;
}

.layout-eas-result .order-content .order-success .result .result-msg {
    padding-top: 29px;
}

.layout-eas-result .order-content .order-success .result .result-msg strong {
    font-size: 18px;
    font-weight: bold;
    color: #6bb342;
}

.layout-eas-result .order-content .order-success .result .result-msg strong span {
    color: #ff7300;
}

.layout-eas-result .order-content .order-success .result .result-total {
    padding-left: 79;
    padding-top: 10px;
    padding-bottom: 28px;
}

.layout-eas-result .order-content .order-success .result .result-total strong {
    font-size: 18px;
    font-weight: bold;
}

.layout-eas-result .order-content .order-success .result .result-total .amount {
    font-family: "Century Gothic", sans-serif;
    font-size: 20px;
    color: #e71f0b;
}

.layout-eas-result .order-content .to-shipping {
    border-top: 1px solid #8cac76;
    padding: 10px 0 10px 79px;
}


/* layout ad */

.layout-home-ad .banner-ad {
    min-width: 1200px;
    width: 100%;
}


/* layout footer */

.layout-footer-content {}

.layout-footer-content .footer-box {
    background: #f3f3f3;
    margin-top: 30px;
}

.common-home .layout-footer-content .footer-box {
    margin-top: 0;
}

.boutique-info .layout-footer-content .footer-box {
    margin-top: 0;
}

.page-event .layout-footer-content .footer-box {
    margin-top: 0;
}

.page-activity .layout-footer-content .footer-box {
    margin-top: 0;
}

.layout-footer-content .footer-box .footer-a-bd {
    height: 88px;
    line-height: 88px;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}

.layout-footer-content .footer-box .footer-a-bd div {
    float: left;
    width: 25%;
}

.layout-footer-content .footer-box .icon-slogans-01,
.icon-slogans-02,
.icon-slogans-03,
.icon-slogans-04 {
    display: inline-block;
    height: 48px;
    vertical-align: middle;
    width: 48px;
}

.layout-footer-content .footer-box .icon-slogans-01 {
    background: url("../images/home_note_icon.png") no-repeat scroll 0 0;
}

.layout-footer-content .footer-box .icon-slogans-02 {
    background: url("../images/home_note_icon.png") no-repeat scroll -48px 0;
}

.layout-footer-content .footer-box .icon-slogans-03 {
    background: url("../images/home_note_icon.png") no-repeat scroll 0 -48px;
}

.layout-footer-content .footer-box .icon-slogans-04 {
    background: url("../images/home_note_icon.png") no-repeat scroll -48px -48px;
}

.layout-footer-content .footer-box .footer-a-span,
.layout-footer-content .footer-box .footer-b-span {
    font-family: "Hiragino Sans GB", "", "黑体", sans-serif;
    font-size: 16px;
}

.footer-a-span,
.footer-b-span {
    font-size: 16px;
    font-family: "Hiragino Sans GB", "", "黑体", sans-serif
}

.label-new {
    display: inline-block;
    margin-top: -8px;
    margin-left: 5px;
    padding-top: 10px
}

.footer-a-span {
    margin-left: 10px
}

.footer-b-span {
    margin-left: 10px
}

.footer-b {
    width: 100%;
    color: #333
}

.footer-b a {
    color: #333
}

.footer-b a:hover {
    color: #961215
}

.footer-b-bd {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.friendship-links {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    font-size: 12px;
    line-height: 12px
}

.friendship-links-more {
    display: none;
    border-top: 0
}

.friendship-links-more ul {
    width: 1140px;
    margin-left: 64px
}

.friendship-links li {
    display: inline-block
}

.friendship-links li a {
    display: inline-block;
    max-width: 85px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    width: 85px
}

.friendship-links li span {
    color: #ddd
}

.copyright-ul {
    margin: 15px 0 50px 0;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden
}

.copyright-ul a {
    padding: 0 20px
}

.copyright-ul a.copyright-li-1 {
    margin-right: 20px;
    padding: 0
}

.copyright-ul span {
    color: #ddd
}

.copyright-state {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 12px;
    color: #999
}

.copyright-state a {
    color: #999
}

.credit-bar {
    margin-top: 16px;
    margin-bottom: 60px
}

.credit-bar a {
    display: inline-block;
    overflow: hidden;
    margin-right: 16px
}

.credit-bar a img {
    width: auto
}

.footer-b .friendship-links-more ul {
    width: 1140px;
    margin-left: 64px;
}

.footer-b a.no-link {
    color: red;
}

.footer-copyright {
    margin-top: 10px;
    margin-bottom: 20px;
}

.f-c-left {
    float: left;
    width: 650px;
}

.f-c-left .info {
    text-align: left;
    line-height: 25px;
}

.f-c-left .info .about span,
.f-c-left .info .about a {
    float: left;
    display: block;
}

.f-c-left .info .about .company {
    font-weight: 700;
    font-size: 13px;
}

.f-c-left .info .about .about-link {
    padding-left: 15px;
}

.f-c-left .info .address {
    font-size: 13px;
}

.f-c-left .link {
    margin-top: 10px;
    float: left
}

.f-c-left .link img {
    height: 30px;
    float: left;
    display: block;
    margin-right: 10px;
}

.f-c-left .beian-box {
    float: left;
    margin: 20px 0 0 10px;
}

.f-c-left .icp-box {
    float: left;
    margin: 20px 0 0 10px;
    height: 20px;
    line-height: 20px;
}

.f-c-left .icp-box .icp {
    color: #999;
}

.f-c-right {
    float: right;
    width: 300px;
    text-align: right;
}

.f-c-right .foot-phone {
    height: 48px;
    margin-bottom: 15px;
    float: left;
}

.f-c-right .foot-phone img {
    vertical-align: top
}

.f-c-right .footer-wx {
    width: 48px;
    height: 48px
}

.f-c-right .foot-phone>div {
    display: inline-block;
    width: 180px;
    margin-top: 5px;
}

.f-c-right .foot-phone-1,
.foot-phone-2 {
    font-family: "Century Gothic", sans-serif
}

.f-c-right .foot-phone-1 {
    font-size: 23.5px;
    font-weight: 700;
    line-height: 23.5px;
    margin-bottom: 10px;
    color: #666;
}

.f-c-right .foot-phone-2 {
    font-size: 12px;
    line-height: 18px;
}

.f-c-right .foot-download {
    float: right;
    ;
}

.f-c-right .foot-download div {
    width: 60px;
    text-align: center;
}

.f-c-right .foot-download img {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.f-c-right .foot-download span {
    font-size: 12px
}


/* layout login */

.layout-login {
    margin: 0 auto;
    width: 322px;
}

.layout-login .logo {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.layout-login .logo .icon-logo {
    max-width: 264px;
    height: 48px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.layout-login .error-message {
    height: 19px;
}

.layout-login .icon.sprite-loginpop_wrong {
    margin-right: 3px;
    vertical-align: middle;
}

.layout-login .loginpop-warn {
    color: #ff0000;
    font-size: 12px;
    vertical-align: middle;
}

.layout-login .icon-login {
    background-image: url(../images/icon-login.png);
    width: 22px;
    height: 24px;
}

.layout-login .icon-login-username {
    background-position: 22px -24px;
}

.layout-login .icon-login-password {
    background-position: 22px 0;
}

.layout-login .loginpop-user,
.layout-login .loginpop-mes-code,
.layout-login .loginpop-password {
    border: 1px solid #A81417;
}

.layout-login .loginpop-user.invalid,
.layout-login .loginpop-mes-code.invalid,
.layout-login .loginpop-password.invalid {
    border: 1px solid red;
}

.layout-login .loginpop-user,
.layout-login .loginpop-mes-code {
    margin-bottom: 19px;
}

.layout-login .loginpop-mes-code {
    display: none;
}

.layout-login .loginpop-password {
    margin-bottom: 36px;
}

.layout-login .pwd-rule {
    color: red;
    display: none;
    font-size: 8px;
    margin-bottom: 2px;
}

.layout-login .iconwrap {
    background-color: #A81417;
    float: left;
    height: 33px;
    width: 40px;
    padding-top: 7px;
}

.layout-login .iconwrap i {
    display: table;
    margin: 0 auto;
}

.layout-login .invalid .iconwrap {
    background-color: #e4e4e4;
}

.layout-login .input-wrap {
    float: left;
    position: relative;
    width: 275px;
}

.layout-login .input-wrap input {
    box-sizing: border-box;
    border: medium none;
    color: #888;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    width: 100%;
}

.layout-login .input-wrap i {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 6px;
    top: 15px;
}

.layout-login .input-wrap .code {
    background: #A81417 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    height: 41px;
    line-height: 41px;
    position: absolute;
    right: -2px;
    text-align: center;
    top: 0;
    width: 50px;
}

.layout-login .input-wrap .code:hover {
    background: #961215 none repeat scroll 0 0;
}

.layout-login .input-wrap:hover i {
    display: inline-block;
}

.layout-login .loginpop-auto {
    height: 19px;
    margin-bottom: 14px;
    position: relative;
}

.layout-login .loginpop-auto label {
    font-size: 12px;
    margin: 0 3px 0 5px;
}

.layout-login .checkbox-auto-bg {
    /*border: 1px solid #A81417;border-radius: 3px;*/
    display: inline-block;
    height: 14px;
    vertical-align: -2px;
    width: 14px;
}

.layout-login .checkbox-auto-bg i {
    display: table;
    margin: 2px auto;
}

.layout-login .checkbox-true {
    background-color: #A81417;
}

.layout-login #auto-login-checkbox {
    cursor: pointer;
    height: 14px;
    left: 1px;
    position: absolute;
    top: 2px;
    width: 14px;
    z-index: 100;
}

.layout-login .checkbox-auto-warn {
    background-color: #e6fbf6;
    border: 1px solid #A81417;
    display: inline-block;
    font-size: 11px;
    padding: 0 4px;
    position: relative;
}

.layout-login .checkbox-auto-warn.display-none {
    display: none;
}

.layout-login .checkbox-auto-warn::before,
.layout-login .checkbox-auto-warn::after {
    border: medium solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}

.layout-login .checkbox-auto-warn::before {
    border-right-color: #A81417;
    border-width: 4px;
    left: -8px;
    top: 4px;
}

.layout-login .checkbox-auto-warn::after {
    border-right-color: #e6fbf6;
    border-width: 3px;
    left: -6px;
    top: 5px;
}

.layout-login .loginpop-btn {
    background-color: #A81417;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 50px;
    margin-bottom: 9px;
    width: 100%;
    border: 0;
}

.layout-login .forget-assword {
    color: #888;
    float: left;
    font-size: 12px;
}

.layout-login .forget-assword:hover {
    color: #961215;
}

.layout-login .register-for {
    color: #888;
    float: right;
    font-size: 12px;
    margin-right: 4px;
}

.layout-login .register-now {
    color: #A81417;
    float: right;
    font-size: 12px;
}

.layout-login .register-now.company {
    margin-right: 5px;
}

.layer-login .layout-login .logo {
    margin-top: 10px;
}

.layer-login.layer .modal-header {
    background-color: #fff;
    border-bottom: 0;
}

.layer-login.layer .modal-header .title .close {
    background-color: #fff;
}

.layer-login.layer .modal {
    border-top: 0;
}

.loginpop-mes-code {
    display: none;
}

.loginpop-mes-code .input-wrap {
    width: 277px;
}

.loginpop-mes-code .input-wrap .code {
    border: 0;
}

.sprite-ico_phone_mes {
    background: url(../images/icon_phone.png) no-repeat center center;
    width: 22px;
    height: 24px;
}


/* layout account*/

.layout-account {
    width: 1200px;
    margin: 0 auto;
    min-height: 300px;
}


/* layout product info */

.layout-product-info {
    width: 1200px;
    margin: 0 auto;
}

.layout-product-info .add-to-cart {
    height: 40px;
}

.layout-product-info .adjust-button {
    float: left;
    width: 18px;
    background-color: #eeeeee;
    height: 40px;
}

.layout-product-info .adjust-button a {
    cursor: pointer;
}

.layout-product-info .buyCountValue {
    height: 40px;
    margin-top: 17px;
}

.layout-product-info .buyCountValue .a-sub,
.buyCountValue .a-add {
    border-left: medium none;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 18px;
}

.layout-product-info .buyCountValue .item-num-input {
    border: 1px solid #ccc;
    float: left;
    font-family: "Hiragino Sans GB", "", "黑体", sans-serif;
    font-size: 12px;
    height: 38px;
    text-align: center;
    width: 40px;
}

.layout-product-info .add-to-cart-btn {
    width: 136px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: "Hiragino Sans GB", "", "黑体", sans-serif;
    background-color: #A81417;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
}

.layout-product-info .add-to-cart-btn.disabled {
    cursor: default;
    background-color: #999;
}

i.icon-product-info {
    background-image: url(../images/icon-product-info.png);
    display: inline-block;
    vertical-align: middle;
}

i.icon-product-info-addcart {
    width: 28px;
    height: 24px;
    background-position: 0 -90px;
    margin-right: 5px;
}

.layout-product-info .product-info {
    border: 1px solid #dddddd;
    font-size: 0;
}

.layout-product-info .product-zoom {
    display: inline-block;
    margin-right: 35px;
    position: relative;
    width: 350px;
}

.layout-product-info .pic-zoom {
    width: 350px;
}

.layout-product-info .pic-zoom-list {
    margin-left: 5px;
}

.layout-product-info .pic-small-list li {
    float: left;
    padding: 0 6px 0 7px;
}

.layout-product-info .pic-small-list li a {
    border: 1px solid #fff;
    display: block;
}

.layout-product-info .pic-small-list li .zoomThumbActive {
    border: 1px solid #A81417
}

.layout-product-info .pic-small-list li img {
    width: 49px;
}

.layout-product-info .pic-zoom .zoom-small-image img {
    width: 350px;
}

.jqzoom {
    text-decoration: none;
    float: left;
}

.zoomPad {
    position: relative;
    float: left;
    z-index: 1;
    cursor: crosshair;
}

.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    /* background-image: url(../images/zoomloader.gif); */
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
    * width: 100px;
    * height: 49px;
}

.zoomPup {
    cursor: move;
    background: url(../images/move-bg.png) repeat;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair;
}

.zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    height: auto;
    z-index: 110;
}

.zoomWrapper {
    position: relative;
    border: 1px solid #999;
    z-index: 110;
}

.zoomWrapperTitle {
    display: block;
    background: #999;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    display: block;
}

.layout-product-info .product-info .slider {
    width: 350px;
    height: 52px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    float: left;
    margin-top: 20px;
}

.layout-product-info .product-info .slider .slider-ul {
    width: 320px;
    height: 52px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.layout-product-info .product-info .sliderbox {
    position: absolute;
}


/*
.layout-product-info .product-info .slidernav{position:absolute; right:4px; bottom:5px; z-index:1;}
.layout-product-info .product-info .slidernav li{float:left; width:24px;}
.layout-product-info .product-info .slidernav li a{width:16px; padding:2px 4px; height:12px; background:#fff; color:#000; text-align:center;}
.layout-product-info .product-info .slidernav li.current a{background:#3B8DD1; color:#fff;}
.layout-product-info .product-info .slidertext{background:#000; background:rgba(0,0,0,0.6); filter:alpha(opacity=60); position:absolute; left:0; bottom:0; width:100%;}
.layout-product-info .product-info .slidertext li{display:none; padding-left:20px;}
.layout-product-info .product-info .slidertext li a{text-align:left; line-height: 30px; height: 30px; color: #fff;}*/

.layout-product-info .product-info .slider .prev,
.product-info .slider .next {
    position: absolute;
    top: 0;
    padding-top: 13px;
    cursor: pointer;
    width: 15px;
    height: 39px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.layout-product-info .product-info .slider .prev {
    left: 0;
}

.layout-product-info .product-info .slider .next {
    right: 0;
    left: auto;
}

.layout-product-info .collectOption {
    margin: 20px 20px;
}

.layout-product-info .collectOption a,
.layout-product-info .collectOption span {
    color: #666;
}

.layout-product-info .product-info-detail {
    display: inline-block;
    margin-left: 25px;
    margin-right: 21px;
    vertical-align: top;
    width: 559px;
}

.layout-product-info .product-info-detail h3,
.product-info-detail h1 {
    font-family: "Hiragino Sans GB", "", "黑体", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin: 18px 0;
}

.layout-product-info .product-info-detail h3,
.product-info-detail.shortTitle h1 {
    height: 26px;
}

.layout-product-info .product-info-detail .price {
    background-color: #f0f0f0;
    font-family: "Century Gothic", sans-serif;
    height: auto;
    min-height: 60px;
    padding: 10px 15px 10px 15px;
}

.layout-product-info .product-info-detail .line-price {
    line-height: 30px;
    font-size: 14px;
}

.layout-product-info .product-info-detail .show-price {
    color: #e60012;
    font-size: 24px;
    font-weight: bold;
}

.layout-product-info .product-info-detail .online-tips {
    border: 1px solid #ff0000;
    color: #ff0000;
    font-size: 12px;
    padding: 1px 3px;
    vertical-align: top;
}

.layout-product-info .product-info-detail-other .attr-title {
    line-height: 30px;
    height: 30px;
}

.layout-product-info .product-info-detail-other .attr-title .text-icon {
    height: 16px;
    width: 50px;
    line-height: 16px;
    background: #A81417;
    color: white;
    font-size: 10px;
    text-align: center;
    font-style: normal;
    display: inline-block;
}

.layout-product-info .product-info-detail-other .attr-title .style-description {
    float: left;
    width: 60px;
    color: #999;
    text-align: justify;
    text-align-last: justify;
}

.layout-product-info .product-info-detail-other .add-to-cart {
    margin-bottom: 30px;
}

.layout-product-info .product-info-detail-other .payment {
    padding-top: 10px;
    border-top: 1px dotted #f0f0f0;
    padding-bottom: 20px;
}

.layout-product-info .product-info-detail-other .payment .pay-method {
    margin-left: 20px;
}

.layout-product-info .product-brand {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    width: 200px;
}

.layout-product-info .product-brand .banner {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    width: 100%;
}

.layout-product-info .product-brand .banner .banner-image {
    display: block;
    padding: 10px;
    text-align: center;
}

.layout-product-info .product-brand .banner .banner-image img {
    width: 100%;
}

.layout-product-info .product-brand .banner .banner-name {
    color: #A81417;
    display: block;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}

.layout-product-info .product-brand .special .title {
    color: #646262;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    padding-left: 72px;
}

.layout-product-info .product-brand .special .wrap {
    padding-left: 30px;
    border-top: 1px dotted #f0f0f0;
}

.layout-product-info .product-brand .special .wrap li {
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.layout-product-info .product-brand .special .wrap li span {
    margin-left: 10px;
    vertical-align: middle;
}


/* layout brand list */

.layout-brand-result {
    width: 1200px;
    margin: 0 auto;
}

.layout-brand-slide .layout-ad-slide {
    width: 100%;
    height: 300;
    margin-bottom: 10px;
    background: #F6F6F6;
    overflow: hidden;
}

.layout-brand-slide .layout-ad-slide .slider {
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.layout-brand-slide .layout-ad-slide .sliderbox {
    position: relative;
}

.layout-brand-slide .layout-ad-slide .slidernav {
    background-color: hsla(0, 0%, 100%, 0.3);
    border-radius: 12px;
    bottom: 20px;
    font-size: 0;
    left: 48%;
    padding: 4px 8px;
    position: absolute;
    z-index: 1;
    display: block;
}

.layout-brand-slide .layout-ad-slide .slidernav li {
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    margin-left: 5px;
    width: 12px;
    cursor: pointer;
}

.layout-brand-slide .layout-ad-slide .slidernav .current {
    background-color: #A81417;
}

.layout-brand-slide .layout-ad-slide .page {
    background-color: rgba(0, 0, 0, 0.1);
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 1;
    font-size: 20px;
    font-family: 宋体;
    font-weight: 600;
    color: #969696;
    cursor: pointer;
}

.layout-brand-slide .layout-ad-slide .next {
    right: 0;
}

.layout-brand-slide .layout-ad-slide .page:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.brand-selected ul {
    font-size: 0;
    margin-left: -12px
}

.brand-selected ul li {
    display: inline-block;
    margin: 10px 0 0 12px
}

.brand-selected ul li a {
    border: 1px solid #eee;
    display: block;
    height: 80px;
    transition: box-shadow .3s ease-out 0s;
    width: 188px;
    text-align: center;
}

.brand-selected ul li a img {
    width: 150px;
    height: 65px;
    padding-top: 7px;
}

.brand-selected ul li a:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.brand-well-known .six-brand {
    font-size: 0
}

.brand-well-known .six-brand li {
    display: inline-block;
    margin-top: 10px
}

.brand-well-known .six-brand li a {
    border: 1px solid #eee;
    display: block;
    height: 240px;
    transition: box-shadow .3s ease-out 0s;
    width: 188px
}

.brand-well-known .six-brand li a img {
    height: 100%;
    width: 100%
}

.brand-well-known .six-brand li a:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.brand-well-known .six-brand li+li {
    margin-left: 12px
}

.brand-well-known .three-brand {
    font-size: 0
}

.brand-well-known .three-brand li {
    display: inline-block;
    margin-top: 10px
}

.brand-well-known .three-brand li a {
    display: block;
    height: 180px;
    transition: box-shadow .3s ease-out 0s;
    width: 392px
}

.brand-well-known .three-brand li a img {
    height: 100%;
    width: 100%
}

.brand-well-known .three-brand li a:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.brand-well-known .three-brand li+li {
    margin-left: 12px
}

.brand-module {
    margin: 40px 0 20px;
    text-align: center
}

.brand-module span {
    background-color: #4a4a4a;
    display: inline-block;
    height: 1.5px;
    vertical-align: middle;
    width: 70px
}

.brand-module h2 {
    color: #4a4a4a;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 120px
}

.brand-filter {
    background-color: #fff;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    color: #333;
    font-size: 0;
    height: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    width: 1200px
}

.brand-filter a {
    border-radius: 3px;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    overflow: hidden;
    padding-left: 6px;
    padding-right: 6px;
    white-space: nowrap;
    cursor: pointer
}

.brand-filter a.active {
    background-color: #A81417;
    color: #fff
}

.brand-filter a:hover {
    background-color: #A81417;
    color: #fff
}

.filter-selected {
    background-color: #A81417;
    color: #fff
}

.td-title {
    font-family: Arial, "Micorsoft Yahei";
    font-size: 18px;
    text-align: center;
    vertical-align: middle
}

.brand-table {
    font-size: 0;
    margin-top: 20px;
    width: 1200px
}

.brand-table>ul {
    display: none;
    overflow: hidden;
    width: 100%
}

.brand-table>ul>li {
    display: inline-block
}

.brand-table>ul>li a {
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    text-overflow: ellipsis;
    width: 186px;
    overflow: hidden
}

.brand-table>ul.active {
    display: block
}

.brand-arr {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    display: block;
    margin-bottom: 18px
}

.brand-letter {
    border-bottom: 1px solid #eee;
    display: block;
    float: left;
    font-size: 18px;
    margin-top: -1px;
    text-align: center;
    width: 136px
}

.brand-list {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    max-width: 1062px
}

.brand-one {
    border: 1px solid #eee;
    border-collapse: collapse;
    display: block;
    float: left;
    height: 51px;
    margin-right: -1px;
    margin-top: -1px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 178px
}

.brand-one a {
    color: #333;
    font-family: Arial, "Micorsoft Yahei";
    font-size: 12px
}

.brand-one a:hover {
    color: #A81417
}

.brand-show-all {
    display: none
}

.brand-show-all a {
    color: #06c;
    font-family: "Micorsoft Yahei"
}

.brand-show-some {
    display: none
}

.brand-show-some a {
    color: #06c;
    font-family: "Micorsoft Yahei"
}

.brand-hidden {
    display: none
}


/* layout brand info */

.layout-brand-info {
    width: 1200px;
    margin: 0 auto;
}

.layout-brand-info .mod-brand-info {
    border: 1px solid #ddd;
    margin-top: 5px;
    min-height: 208px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.layout-brand-info .mod-brand-logo {
    float: left;
    height: 190px;
    width: 390px;
}

.layout-brand-info .mod-brand-desc {
    color: #666;
    display: -webkit-box;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-left: 10px;
    margin-top: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 790px;
    margin-bottom: 20px;
}

.layout-brand-info .mod-brand-logo img {
    margin: 35px 100px;
    width: 150px;
}

.brand-hot {
    width: 1200px;
    margin: 0 auto;
}

.brand-hot .brand-1 {
    width: 100%;
    margin-top: 32px;
    height: 230px;
    overflow: hidden
}

.brand-hot .brand-1>a {
    display: block;
    float: left;
    height: 230px;
}

.brand-hot .brand-1>a img {
    width: 100%;
    height: 100%
}

.brand-hot .brand-2 {
    width: 100%;
    margin-top: 32px;
    overflow: hidden
}

.brand-hot .brand-2>a {
    float: left;
    width: 584px;
    height: 230px;
    border: 1px solid #eee
}

.brand-hot .brand-2>a img {
    width: 100%;
    height: 100%
}

.brand-hot .brand-2 a+a {
    float: right
}

.brand-module-choiceness {
    text-align: center;
    margin: 40px 0 20px 0;
    padding: 15px
}

.brand-module-choiceness h2,
.brand-module-choiceness span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    width: auto;
    margin: 0 10px;
    padding: 0
}

.brand-selected-choiceness ul {
    overflow: hidden;
    margin-left: -12px
}

.brand-selected-choiceness ul li {
    float: left;
    overflow: hidden;
    margin: 10px 0 0 12px
}

.brand-selected-choiceness ul li>div {
    display: block;
    width: 168px;
    height: 238px;
    border: 1px solid #eee;
    padding: 10px
}

.brand-selected-choiceness ul li>div>a {
    overflow: hidden;
    display: block;
    width: 100%
}

.brand-selected-choiceness ul li>div>a img {
    width: 100%;
    margin: 0 auto
}

.brand-selected-choiceness ul li>div>a.desc {
    display: block;
    height: 35px;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    color: #666
}

.brand-selected-choiceness ul li>div>a:hover {
    text-decoration: underline
}

.brand-selected-choiceness ul li>div>span {
    color: #e60012;
    font-size: 16px;
    padding: 5px 0;
    display: block
}

.brand-orange-module {
    background: #FF8D36;
    background: -webkit-linear-gradient(left, #FF8D36, #FBDA61);
    background: -o-linear-gradient(right, #FF8D36, #FBDA61);
    background: -moz-linear-gradient(right, #FF8D36, #FBDA61);
    background: linear-gradient(to right, #FF8D36, #FBDA61)
}

.brand-green-module {
    background: #A81417;
    background: -webkit-linear-gradient(left, #A81417, #A1B700);
    background: -o-linear-gradient(right, #A81417, #A1B700);
    background: -moz-linear-gradient(right, #A81417, #A1B700);
    background: linear-gradient(to right, #A81417, #A1B700)
}


/* layout boutique info */

.layout-boutique-info {
    position: relative;
    background: #f3f3f3;
    margin: 0 auto;
}

.layout-boutique-info .bg-img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: auto;
}

.layout-boutique-info .bg-img img {
    border: 0 none;
    width: 100%;
    vertical-align: middle;
}

.layout-boutique-info .layout-boutique-box {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1200px;
    z-index: auto;
}

.layout-boutique-info .layout-boutique-box .boutique-list {
    background-color: #fff;
    margin-top: 150px;
}

.layout-boutique-info .layout-boutique-box .boutique-list .list-item>li {
    float: left;
    display: block;
    height: 230px;
    margin: 0;
    padding: 0;
    width: 170px;
    margin: 14px;
}

.layout-boutique-info .layout-boutique-box .boutique-list .list-item>li img {
    height: 230px;
}

.layout-boutique-info .layout-boutique-box .boutique-list .effect-box-shadow-floor {
    box-shadow: 2px 5px 6px #a0a0a0;
}

.layout-boutique-info .layout-boutique-box .boutique-list .effect-box-shaodw-selected {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.layout-boutique-info .layout-boutique-box .boutique-list .effect-translate-up:hover {
    transform: translate(2px, -8px);
}

.layout-boutique-info .layout-boutique-box .boutique-list .enlarge {
    transition: transform 500ms ease 0s;
}

.layout-boutique-info .layout-boutique-box .boutique-list .enlarge:hover {
    transform: scale(1.08);
}

.boutique-content-box {
    background: #fff;
    margin-bottom: 30px;
    margin-top: 10px;
}

.boutique-content-box .left-col {
    float: left;
}

.boutique-content-box .right-col {
    float: right;
}

.boutique-content-box .category-header {
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 15px 0;
    padding-left: 15px;
}

.boutique-content-box .product-list-container {
    background: #fff;
    padding: 0 15px;
}

.boutique-content-box .product-list-container .product-container {
    display: block;
    height: 100%;
    margin: 0;
    padding: 15px 0;
    width: 170px;
}

.boutique-content-box .product-list-container .product-img-container {
    position: relative;
    display: block;
    height: 170px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 170px;
}

.boutique-content-box .product-list-container .product-img-container img {
    width: 100%;
}

.boutique-content-box .product-list-container .product-container .product-name-container {
    display: inline-block;
    color: #333;
    display: -webkit-box;
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;
    width: 170px;
    overflow: hidden;
}

.boutique-content-box .product-list-container .product-container .product-price-container .price-sale {
    color: #e60012;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.boutique-content-box .product-list-container .product-container .product-price-container .price-market {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    text-decoration: line-through;
}

.boutique-content-box .product-list-container.active {
    display: block;
}

.boutique-content-box .product-list-container .product-list li {
    float: left;
    margin: 0 9px;
}

.boutique-content-box .product-list-container .product-list:nth-child(2n+1) {
    border-top: 1px solid #eee;
}

.boutique-content-box .product-list-container .product-list:nth-child(2n) {
    border-top: 1px dotted #ccc;
}

.boutique-content-box .product-list-container .product-list .label-container-right-top {
    position: absolute;
    right: 0px;
    height: 36px;
    overflow: hidden;
    width: 72px;
}

.boutique-content-box .product-list-container .product-list .label-container-right-top .label-new-product {
    line-height: normal;
}

.boutique-content-box .product-list-container .product-list .label-container-right-top i {
    float: right;
}

.boutique-content-box .product-list-container .product-list .label-container-right-top .price-label .label-store-info {
    float: right;
}

.boutique-content-box .product-list-container .product-list .label-container-right-top .price-label .label-store-info:empty {
    display: none;
}

.boutique-content-box .brand-list {
    display: block;
    height: 100%;
    margin: 0;
    padding: 12px;
    width: 200px;
}

.boutique-content-box .brand-list::before,
.boutique-content-box .brand-list::after {
    clear: both;
    content: " ";
    display: block;
}

.boutique-content-box .brand-list .brand-list-item {
    display: block;
    float: left;
    height: 62px;
    margin: 0 3px 5px;
    padding: 0;
    position: relative;
    width: 82px;
}

.boutique-content-box .brand-list .brand-list-item img {
    border: 1px solid #eee;
    height: 100%;
    width: 100%;
}

.boutique-content-box .brand-list .brand-list-item .shadow {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 62px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transition: all 0.25s ease-out 0s;
    width: 82px;
}

.boutique-content-box .brand-list .brand-list-item:hover .shadow {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.boutique-floor-box .product-list-container .product-list li {
    margin: 0 12px;
}

.label-store-info {
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 5px;
    line-height: 13px;
    font-size: 12px;
    border-radius: 0;
    color: #fff;
    background: #A81417;
}


/* layout category list */

.layout-category-list {
    width: 1200px;
    margin: 0 auto;
    min-height: 600px;
}

.layout-category-list .layout-header-category {
    position: absolute;
    top: 65px;
    margin-left: 110px;
    z-index: 8;
    width: 180px;
    height: 55px;
    background-color: #fff;
    display: none;
}

.layout-category-list .layout-header-category h1 {
    line-height: 36px;
    float: left;
    display: block;
    margin: 0 0 0 20px;
    padding-top: 5px;
    width: 160px;
    font-size: 16px;
    font-weight: normal;
    font-family: "Hiragino Sans GB", "", "黑体", sans-serif;
    color: #961215;
}

.layout-category-list .channel-l {
    width: 220px;
    height: auto;
    float: left;
}

.layout-category-list .channel-l .shopping-li {
    border-bottom: 1px solid #961215;
    position: relative;
    width: 220px;
}

.layout-category-list .channel-l .shopping-li span.firstLevel {
    color: #333;
    display: inline-block;
    font-size: 14px;
    padding-top: 10px;
    overflow: hidden;
    width: 170px;
    height: 15px;
    line-height: 15px;
}

.layout-category-list .channel-l .channel-li-li {
    border-left: 1px solid #961215;
    border-right: 1px solid #961215;
    cursor: pointer;
    font-family: "", "黑体", sans-serif;
    height: 34px;
    line-height: 1;
    padding-left: 0;
    transition: padding-left 0.3s ease 0s;
}

.layout-category-list .channel-l .channel-li-li-border {
    border-bottom: 1px solid #eee;
    display: block;
    height: 100%;
    margin: 0 10px;
}

.layout-category-list .channel-l .channel-li-li .icon-cog {
    display: inline-block;
    float: left;
    height: 14px;
    margin: 10px 8px 10px 0;
    overflow: hidden;
    width: 14px;
}

.tools-index-icon-0 {
    background: url("../images/index_icon.png") 0 0 no-repeat;
}

.layout-category-list .channel-l .channel-li-li.on .tools-index-icon-0 {
    background-position: -20px 0;
}

.channel-li-li .glyphicon-right {
    float: right;
    position: relative;
    top: 13px;
    right: 10px;
    width: 5px;
    height: 10px;
    background: url('../images/icon_arrow.png') no-repeat;
}

.channel-li-li .hover-icon-right {
    display: none;
    float: right;
    position: relative;
    top: 13px;
    right: 10px;
    width: 5px;
    height: 10px;
    background: url('../images/iconArray.png') no-repeat;
}

.channel-li-li:hover .glyphicon-right {
    display: none;
}

.channel-li-li:hover .hover-icon-right {
    display: block;
}

.channel-li-li.on:hover .hover-icon-right {
    display: none;
}

.channel-li-li.on:hover .glyphicon-right {
    display: block;
}

.layout-category-list .channel-l .channel-li-li:hover span {
    color: #961215;
}

.layout-category-list .channel-l .channel-li-li:hover span a {
    color: #961215;
}

.layout-category-list .channel-l .shopping-li .li-more .channel-li-li-border {
    border-bottom: 0;
}

.layout-category-list .channel-l .shopping-li li.on {
    background-color: #961215;
}

.layout-category-list .channel-l .shopping-li li.on span.firstLevel {
    color: #fff;
}

.layout-category-list .channel-l .personal-favarite {
    margin-top: 30px;
}

.layout-category-list .channel-l .pf-guess {
    display: inline-block;
    font: 14px "", "黑体", sans-serif;
    border: medium none;
    padding: 0 0 8px 1px;
    position: relative;
    top: 1px;
}

.layout-category-list .channel-l .pf-more {
    float: right;
    font: 12px "宋体";
    padding-top: 5px;
}

.layout-category-list .channel-l .partners-channel ul {
    margin-right: -1px;
    overflow: hidden;
    padding-left: 1px;
    padding-top: 1px;
}

.layout-category-list .channel-l .partners-channel li {
    border: 1px solid #fff;
    border-bottom: 1px dashed #cccccc;
    cursor: pointer;
    float: left;
    height: 98px;
    line-height: 98px;
    text-align: center;
    width: 108px;
}

.layout-category-list .channel-l .partners-channel li:hover {
    border: 1px solid #961215;
}

.layout-category-list .channel-r {
    width: 960px;
    height: auto;
    margin-left: 20px;
    float: left;
}

.layout-category-list .channel-r .shielter {
    margin-top: 25px;
    margin-bottom: 15px;
}

.layout-category-list .channel-r .catList {
    margin-bottom: 15px;
}

.layout-category-list .channel-r .cat-title {
    font-family: "", "黑体", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin: 0 0 0 10px;
    position: relative;
}

.layout-category-list .channel-r .cat-title .cat-title-name {
    background-color: #fff;
    padding-right: 8px;
    position: absolute;
    font-size: 14px;
}

.layout-category-list .channel-r .cat-title .mid-border {
    border-top: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.layout-category-list .channel-r .catNodes {
    cursor: pointer;
    float: left;
    height: 130px;
    margin: 10px 20px 5px 0;
    width: 100px;
}

.layout-category-list .channel-r .catNodes:hover a {
    color: #961215;
}

.layout-category-list .channel-r .catNodes .node-title {
    font-family: "", "黑体", sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 5px 10px;
    text-align: center;
}

.layout-category-list .channel-r .nodeImg {
    background: url("../images/empty-110x110.png") no-repeat scroll 0 0 / 80px 80px;
    border: 1px solid #eee;
    border-radius: 7px;
    height: 82px;
    margin: 0 10px;
    position: relative;
    width: 82px;
}

.layout-category-list .channel-r .left-top {
    display: inline-block;
    margin-left: 2px;
    margin-top: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.layout-category-list .channel-r .catNodes:hover .nodeImg {
    opacity: 0.9;
    filter: alpha(opacity=90);
    transition: opacity 0.2s ease-in-out 0s;
}

.layout-category-list .channel-r .nodeImg img {
    border-radius: 7px;
    height: 80px;
    width: 80px;
}

.layout-category-list i.icon-category-hot {
    background-image: url(../images/icon-hot.png);
    width: 24px;
    height: 28px;
    background-position: 0 0;
}

.recommend-good {
    width: 100%;
    height: auto;
    border: 1px solid #d9d9d9;
    margin-top: 35px;
    font-size: 14px
}

.recommend-tabs {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #f5f5f5
}

.recommend-tabs span {
    display: inline-block;
    width: 200px;
    height: auto;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #999;
    cursor: pointer;
    transition: background .2s ease-out
}

.recommend-tabs .active {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background-color: #FFF;
    color: #666;
    height: 41px;
}

.recommend-list {
    padding: 15px 2px 15px 10px
}

.R-sku {
    float: left;
    width: 160px;
    height: auto;
    margin: 0 18px
}

.R-sku img {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin-bottom: 10px
}

.R-sku img:hover {
    box-shadow: 0 0 2px 2px #eee;
    outline: 1px solid #ddd
}

.R-sku .r-product-name {
    display: inline-block;
    display: -webkit-box;
    width: 100%;
    height: 48px;
    max-height: 48px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.R-sku .r-product-name:hover {
    color: #961215
}

.R-sku .r-product-price {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #e60012;
    line-height: 16px
}


/* layout right bar */


/*
.layout-right-bar {height: 100%;margin: 0;padding: 0;position: fixed;right: 0;top: 0;width: 0;z-index: 999;}
.layout-right-bar .dm-sidebar {background-color: #A81417;height: 100%;position: absolute;right: 0;top: 0;width: 0px;z-index: 999;}
.layout-right-bar .dm-sidebar-tabs {margin-top: -76px;position: absolute;right: 0;top: 50%;}
.layout-right-bar .dm-sidebar-tabs > div {background-color: #A81417;border-radius: 4px;height: 36px;margin-bottom: 2px;position: relative;width: 40px;}
.layout-right-bar .dm-sidebar-tabs > div div {height: 36px;left: 0;position: absolute;width: 36px;}
.layout-right-bar .dm-sidebar i {display: block;margin: 6px auto;max-width: 24px; cursor:pointer;}
.layout-right-bar .icon-right-bar{background-image: url("../images/icon-bar.png");height: 24px;width: 24px;}
.layout-right-bar .icon-rb-account {background-position: 0 0;}
.layout-right-bar .icon-rb-cart {background-position: 0 -24px;}
.layout-right-bar .icon-rb-collection {background-position: 0 -48px;}
.layout-right-bar .icon-rb-top {background-position: 0 -72px;}
.layout-right-bar div#nb_icon_wrap_qiye img {display: inline-block;height: 36px;width: 36px; cursor:pointer;}
.layout-right-bar .sider_cart_num {color: #fff;display: inline-block;font-family: "Century Gothic",sans-serif;font-size: 12px;left: 0;position: absolute;text-align: center;top: 0;width: 100%;}
.layout-right-bar .dm-sidebar-footer {background-color: #e1e1e1;border-radius: 4px;bottom: 10px;cursor: pointer;display: none;height: 36px;position: absolute;right: 6px;width: 36px;}
.layout-right-bar .dm-sidebar-footer:hover i {display: none;}
.layout-right-bar .dm-sidebar-footer span {color: #fff;display: none;font-size: 12px;line-height: 14px;margin: 4px auto;width: 24px;}
.layout-right-bar .dm-sidebar-footer:hover span {display: block;}*/

#nb_icon_wrap {
    margin-right: 350px !important;
    width: 1px !important;
}

.nb-icon-inner-wrap {
    width: 0 !important;
}

@font-face {
    font-family: 'icomoon';
    src: url('/mall/view/theme/default/image/right-fix/fonts/icomoon.eot?qradjf');
    src: url('/mall/view/theme/default/image/right-fix/fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('/mall/view/theme/default/image/right-fix/fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.right-fix-icon {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
    color: #999;
}

.cndns-right i {
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

.cndns-right {
    position: fixed;
    right: 5px;
    top: 50%;
    margin-top: -100px;
    z-index: 100
}

.cndns-right-meau {
    position: relative;
}

.cndns-right-btn {
    width: 38px;
    height: 38px;
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    margin-bottom: 6px;
    position: relative;
    background-color: #fff;
    box-shadow: 10px 1px 20px #cecece;
    border-radius: 3px;
}

.cndns-right-btn span {
    color: #848484;
    font-size: 20px;
    line-height: 38px;
}

.cndns-right-btn sup {
    display: block;
    min-width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #A81417;
    position: absolute;
    left: -12px;
    top: -12px;
}

.cndns-right-btn p {
    color: #A81417;
    font-size: 12px;
    line-height: 15px;
    padding-top: 5px;
    display: none;
}

.cndns-right-meau:hover .cndns-right-btn span {
    display: none
}

.cndns-right-meau:hover .cndns-right-btn p {
    display: block;
}

.meau-car .cndns-right-btn {
    border-color: #A81417;
    margin-bottom: 20px;
}

.meau-car.cndns-right-meau:hover .cndns-right-btn {
    background-color: #A81417
}

.meau-car.cndns-right-meau:hover .cndns-right-btn span {
    color: #fff;
    display: block;
}

.meau-car .cndns-right-btn span {
    color: #A81417;
}

.meau-sev .cndns-right-btn {
    border-color: #A81417;
    background: url(../images/online.png) no-repeat #A81417 center;
    cursor: pointer;
}

.meau-sev .cndns-right-btn p {
    color: #fff
}

.meau-sev .cndns-right-btn span {
    color: #fff
}

.meau-top .cndns-right-btn {
    cursor: pointer;
    margin-top: 160px;
}

.meau-top .cndns-right-btn span {
    font-size: 12px;
    line-height: 12px;
    padding-top: 5px;
    display: block
}

.meau-top .cndns-right-btn i {
    display: block;
    color: #999
}

.meau-top.cndns-right-meau:hover .cndns-right-btn {
    background-color: #A81417
}

.meau-top.cndns-right-meau:hover .cndns-right-btn span {
    display: block;
    color: #fff
}

.meau-top.cndns-right-meau:hover .cndns-right-btn i {
    color: #fff;
}

.cndns-right-box {
    position: absolute;
    top: -15px;
    right: 38px;
    padding-right: 25px;
    display: none;
}

.cndns-right-box .box-border {
    border: 1px solid #ccc;
    border-top: 4px solid #A81417;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    position: relative
}

.cndns-right-box .box-border .arrow-right {
    display: block;
    width: 13px;
    height: 16px;
    background: url(/mall/view/theme/default/image/right-fix/images/arrow.png) no-repeat;
    position: absolute;
    right: -13px;
    top: 26px;
}

.cndns-right-box .box-border .sev-t span {
    font-size: 42px;
    float: left;
    display: block;
    line-height: 56px;
    margin-right: 20px;
    color: #d3d3d3
}

.cndns-right-box .box-border .sev-t p {
    float: left;
    color: #A81417;
    font-size: 24px;
    line-height: 28px;
}

.cndns-right-box .box-border .sev-t p i {
    display: block;
    font-size: 14px;
    color: #aaa;
}

.cndns-right-box .box-border .sev-b {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e4e4e4
}

.cndns-right-box .box-border .sev-b h4 {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
}

.cndns-right-box .box-border .sev-b .btn-chat {
    margin: 0 auto;
    cursor: pointer;
    display: block;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    background-color: #A81417;
    width: 80%;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.meau-sev .cndns-right-box .box-border {
    width: 230px;
}

.meau-contact .cndns-right-box .box-border {
    width: 230px;
}

.cndns-right-meau:hover .cndns-right-box {
    display: block
}

.meau-code .cndns-right-box {
    top: inherit;
    bottom: -35px;
}

.meau-code .cndns-right-box .box-border {
    width: 156px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.meau-code .cndns-right-box .box-border i {
    display: block;
    color: #A81417;
    font-size: 16px;
    line-height: 16px;
}

.meau-code .cndns-right-box .box-border .arrow-right {
    top: inherit;
    bottom: 50px;
}

.meau-sev .cndns-right-btn .right-fix-icon {
    display: none;
}

.meau-sev:hover .cndns-right-btn {
    background: #A81417
}

.meau-zs .cndns-right-btn {
    background-color: #A81417;
    color: #fff;
    margin-top: 80px;
    border-color: #A81417
}

.meau-zs .cndns-right-btn span {
    color: #fff
}

.meau-zs .cndns-right-btn p {
    color: #fff
}


/* layout top fix bar*/

.nav-thumbnail-container {
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none
}

.nav-thumbnail-container.show {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-thumbnail-container .thumbnail-content {
    width: 1200px;
    margin: 0 auto
}

.nav-logo {
    float: left;
    width: 92px;
    height: 40px
}

.nav-logo .index-logo {
    float: left;
    margin-right: 68px;
    line-height: 60px
}

.nav-logo .index-logo img {
    width: 92px;
    height: 40px
}

.index-search-div {
    width: 1200px;
    height: 112px;
    margin: 0 auto
}

.index-search-div.nav-index-search-div {
    float: left;
    width: 900px;
    height: auto
}

.index-search-div .index-logo {
    float: left;
    margin-right: 68px;
    margin-top: 32px
}

.index-search-div .index-logo img {
    height: 48px;
    width: 264px
}

.index-search-div .custom-logo {
    float: left;
    margin-right: 50px;
    margin-top: 20px
}

.index-search-div .custom-logo img {
    float: left;
    width: 113px;
    height: 48px
}

.index-search-div .custom-logo h1 {
    line-height: 36px;
    float: left;
    display: block;
    margin: 0 0 0 20px;
    padding-top: 5px;
    width: 150px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Hiragino Sans GB", "", "黑体", sans-serif;
    color: #961215
}

.index-search-div .js-fix-bar-search {
    float: left;
    margin: 10px 50px 0 0;
}

.index-search-div .js-fix-bar-search .hot-word {
    display: none;
}

.index-search-div .js-fix-bar-search .layout-search {
    width: 518px;
}

.index-search-div .js-fix-bar-search .layout-search .glob-search-input {
    width: 392px;
}

.nav-thumbnail-container .menu.nav-menu {
    float: left;
    height: 40px;
    position: relative;
    width: 125px;
    margin: 0 auto;
}

.nav-thumbnail-container .menu-all-span {
    padding-left: 10px;
    line-height: 60px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    color: #961215;
}

.nav-thumbnail-container .menu-fix-content {
    display: none;
    height: 436px;
    position: absolute;
    top: 21px;
    right: -3px;
    z-index: 9;
    width: 220px;
    float: left;
}

.menu-all.nav-menu-all {
    width: 125px
}

.menu-all.nav-menu-all .nav-menu-all-span {
    font-size: 14px;
}

.menu-all.nav-menu-all .nav-menu-chevron-down {
    float: right;
    width: 20px;
    height: 15px;
    display: inline-block;
    margin-right: 9px;
    margin-top: 20px;
    background-image: url('../images/category_arrow_d.png');
    background-repeat: no-repeat;
}

.menu-all.nav-menu-all .nav-menu-chevron-up {
    float: right;
    width: 20px;
    height: 15px;
    display: inline-block;
    margin-right: 9px;
    margin-top: 20px;
    background: url('../images/top_arrow_up.png') no-repeat;
}

.index-search-div i.icon-header-bar-my {
    background-position: 0 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px;
}

.index-search-div .s-carts {
    float: right;
    width: 160px;
    height: 40px;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
    border: 1px solid #eee
}

.index-search-div.nav-index-search-div .s-carts {
    height: 60px;
    margin-top: 0;
    border: none;
    line-height: 60px
}

.index-search-div.nav-index-search-div .s-carts i {
    display: inline-block;
    vertical-align: sub
}

.index-search-div .s-carts i {
    display: inline-block;
    margin-left: 10px
}

.index-search-div .s-carts span.cart-text-before {
    display: inline-block;
    line-height: 38px
}

.nav-index-search-div .s-carts .s-carts-text {
    color: #333;
    font: 14px "Hiragino Sans GB", "", "黑体", sans-serif
}

.index-search-div .s-carts .s-carts-text:hover {
    text-decoration: underline
}

.index-search-div.nav-index-search-div .s-carts .s-carts-text:hover {
    color: #961215;
    text-decoration: none
}

.index-search-div .s-carts .cart-num {
    background-color: #A81417;
    font-size: 12px;
    display: inline-block;
    width: 25px;
    border-radius: 8px;
    text-align: center;
    color: #fff
}

.nav-my-dm-show {
    position: relative;
    width: 100px;
    margin-right: 0;
    float: left;
    font: 14px "Hiragino Sans GB", "", "黑体", sans-serif;
    line-height: 60px;
    margin-left: 40px
}

.nav-my-dm-show .nav-dm-a {
    width: 100px;
    height: 60px;
    display: inline-block
}

.nav-my-dm-show .nav-dm-a a {
    color: #333;
    font: 12px "Hiragino Sans GB", "", "黑体", sans-serif;
    cursor: pointer;
}

.nav-my-dm-show .nav-dm-a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px
}

.nav-my-dm-show .nav-dm-a:hover .nav-my-dm {
    display: block
}

.nav-my-dm-show .nav-my-dm {
    display: none;
    position: absolute;
    width: 300px;
    height: 100px;
    top: 60px;
    left: -1px;
    padding: 10px 10px 20px 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff
}

.nav-my-dm-show .nav-my-dm ul .orders {
    float: left;
    width: 100px;
    margin-top: -18px
}

.nav-my-dm-show .nav-my-dm ul .orders li {
    height: 40px
}

.nav-my-dm-show .nav-my-dm ul .orders i {
    display: inline-block;
    margin-right: 5px
}

.nav-my-dm-show .nav-my-dm li {
    position: relative
}

.nav-my-dm-show .nav-my-dm li span {
    display: inline-block;
    width: 28px;
    height: 18px;
    background-color: #A81417;
    border-radius: 8px;
    margin-left: 5px;
    line-height: 18px;
    text-align: center;
    color: #fff
}

#nav-cartDiv .carts-count {
    margin-bottom: 10px;
    height: 44px;
    margin-top: 0;
    line-height: 44px
}

#nb_icon_wrap_service {
    float: right;
    height: 60px;
    line-height: 60px
}

#nb_icon_wrap_service img {
    width: 30px;
    height: 30px;
    margin-right: -7px;
    margin-top: -4px
}

#nb_icon_wrap_service:hover {
    cursor: pointer
}

#nb_icon_wrap_service span {
    color: #333;
    font: 14px "Hiragino Sans GB", "", "黑体", sans-serif
}

#nb_icon_wrap_service span:hover {
    color: #961215
}


/* layout quick cart */

.layout-quick-cart {
    width: 1200px;
    margin: 0 auto;
}


/* layout page info */

.layout-page-info {
    width: 1200px;
    margin: 0 auto;
}


/* layout help info */

.layout-help-info {
    width: 1200px;
    margin: 0 auto;
}


/* pagination */

.showPagintion {
    width: 100%;
}

.pagintion {
    margin: 10px;
    margin-top: 20px;
    float: right;
    font-size: 12px;
}

.pagintion .pg-prev {
    width: 100px;
    line-height: 40px;
    border: 1px solid #dddddd;
    display: inline-block;
    padding-left: 10px;
    margin-right: 20px;
}

.pagintion .pg-next {
    text-align: right;
    width: 100px;
    line-height: 40px;
    border: 1px solid #dddddd;
    display: inline-block;
    padding-right: 10px;
    margin-left: 20px;
}

.pagintion .pg-prev-icon {
    width: 15px;
    height: 16px;
    display: inline-block;
    background: url("../images/page-pre.png") no-repeat;
    background-position: center;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.pagintion .pg-next-icon {
    width: 15px;
    height: 16px;
    display: inline-block;
    background: url("../images/page-next.png") no-repeat;
    background-position: center;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.pagintion .pg-num-top,
.pagintion .pg-num-bot {
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #999999;
    display: inline-block;
}

.pagintion .pg-num-total {
    line-height: 40px;
    text-align: center;
    width: 60px;
    height: 40px;
    color: #999999;
    display: inline-block;
}

.pagintion .pg-num {
    text-align: center;
    height: 40px;
    display: inline-block;
}

.pagintion .jump_index {
    height: 24px;
    width: 40px;
    font-size: 14px;
    border: 1px solid #dddddd;
    text-align: center;
}

.pagintion .pg-btn {
    line-height: 40px;
    width: 60px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

.pagintion .pg-btn a {
    cursor: pointer;
}

.pagintion .btn_jump {
    font-size: 13px;
    width: 60px;
    height: 40px;
    background: url("../images/page-confirm.png") center no-repeat;
    display: block;
}

.pagintion .pg-index {
    line-height: 40px;
    width: 30px;
    height: 40px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    display: inline-block;
}

.pagintion .pg-on {
    color: #A81417;
}

.required-bit {
    color: red;
}


/* layout home */

body.common-home {
    background: url(../images/1115.png) no-repeat center top;
}


/* price discount*/

.label-container-right-top,
.text-icon-ratio {
    display: none !important;
}

.layout-home-product-module .label-container-right-top {
    display: block !important;
}

.floor-box .label-container-right-top {
    display: none !important;
}


/* for icp to hide */


/*.js-proxy-qqChat{display: none !important;}
.user-bar,.my-company-show,.mobile-ahref{display: none !important;}
.layout-mini-cart,.layout-home-main .member-discount{display: none !important;}
.dm-sidebar .meau-car,.dm-sidebar .meau-sev,.dm-sidebar .meau-code{display: none !important;}
.commodity-information-title{width: 343px !important;}
.layout-product-list .listMode .product-parameter{left: 343px !important;}
.page-add-cart,.p-todo,.purchase-count-title,.purchase-num{display: none !important;}
.add-to-cart,.product-scan-box,.js-favorite-btn-for-detail{display: none !important;}
.js-product-data .js-quantity-input,.js-product-data .adjust-button{display: none !important;}
.eq-icon,.purchase-detail{display: none !important;}
#js-other-model-products ul.title>li:last-child {display: none !important;}
#js-other-model-products .add-to-cart-tool,#js-other-model-products .add-to-cart-title{display: none !important;}
#js-other-model-products .sub,#js-other-model-products .total,#js-other-model-products .cart{display: none !important;}
.buyWrap{display: none !important;}*/


/* add new model style */

.layout-home-main .main-box .main-right .member-note {
    margin-top: 10px;
    width: 198px;
    border: 1px solid #eee;
    padding: 10px;
}

.layout-home-main .main-box .main-right .member-note .title {
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.layout-home-main .main-box .main-right .member-note .element {
    float: left;
    width: 33.333%;
    margin-bottom: 18px;
}

.layout-home-main .main-box .main-right .member-note .element .name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    margin-top: 5px;
}

.layout-home-main .main-box .main-right .member-note .element .icon {
    width: 30px;
    height: 30px;
    background-image: url(../images/index_member_icon.png?v=2);
    margin: 0 auto;
}

.layout-home-main .main-box .main-right .member-note .element .icon-01 {
    background-position: 0 0;
}

.layout-home-main .main-box .main-right .member-note .element .icon-02 {
    background-position: -40px 0;
}

.layout-home-main .main-box .main-right .member-note .element .icon-03 {
    background-position: -80px 0;
}

.layout-home-main .main-box .main-right .member-note .element .icon-04 {
    background-position: 0 -40px;
}

.layout-home-main .main-box .main-right .member-note .element .icon-05 {
    background-position: -40px -40px;
}

.layout-home-main .main-box .main-right .member-note .element .icon-06 {
    background-position: -80px -40px;
}

.layout-home-main .main-box .main-right .ad {
    margin-top: 10px;
    border: 1px solid #eee;
}