
.wrapper {
    width: 1180px;
    margin: auto
}

.header-wrap {
	position: relative;
	z-index: 100;
    background-color: #fff;
    width: 100%
}

.public-head-layout {
    height: 90px;
    text-align: center;
    position: relative
}

.public-head-layout .site-logo {
    height: 60px;
    display: inline-block;
    margin: 15px 10px auto 0
}

.public-head-layout .site-logo img {
    width: 220px;
    margin-top: -10px;
}

.public-head-layout .logo-banner {
    float: left;
    height: 70px;
    margin: 10px 10px auto 0;
    width: 120px
}

.public-head-layout .logo-banner img {
    max-height: 70px;
    max-width: 120px
}

.head-search-layout {
    width: 500px;
    float: left;
    margin: 20px 0 0 20px
}

.head-search-bar {
    width: 100%;
    height: 40px;
    display: block;
    position: relative;
    z-index: 100
}

.head-search-bar .search-form {
    background-color: #FF6600;
    height: 36px;
    padding: 2px
}

.head-search-bar .input-text {
    line-height: 24px;
    color: #555;
    width: 68%;
    height: 24px;
    float: left;
    padding: 6px 1% 6px 68px;
    border: none 0
}

.head-search-bar .input-submit,
.head-search-bar .input-submit:hover {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: transparent;
    width: 17%;
    height: 36px;
    float: right;
    border: none;
    cursor: pointer
}

.head-search-bar .search-tip {
    font-size: 0;
    word-spacing: -1em;
    background-color: #fff;
    display: none;
    min-height: 100px;
    padding-bottom: 10px;
    border: solid 1px #d7d7d7;
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 0;
    right: 72px
}

.head-search-bar .search-history,
.head-search-bar .search-hot {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline
}

.head-search-bar .search-history {
    min-height: 100px;
    width: 55%;
    border-right: solid 1px #e6e6e6
}

.head-search-bar .search-hot {
    width: 44%
}

.head-search-bar .search-tip .title {
    color: #999;
    line-height: 20px;
    padding: 5px 19px
}

.head-search-bar .search-tip .title a {
    float: right
}

.head-search-bar .search-history ul {
    display: block
}

.head-search-bar .search-history ul li {
    color: #333;
    line-height: 30px;
    display: block;
    height: 30px;
    padding: 0 19px;
    cursor: pointer
}

.head-search-bar .search-history ul li:hover {
    background-color: #fafafa
}

.head-search-bar .search-hot ul {
    font-size: 0;
    *word-spacing: -1px
}

.head-search-bar .search-hot ul li {
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    height: 20px;
    padding: 2px 9px;
    border: solid 1px #e6e6e6;
    margin: 0 0 10px 10px;
    cursor: pointer
}

.head-search-bar .search-hot ul li:hover {
    color: #FF6600;
    border-color: #FF6600
}

.head-search-layout .keyword {
    line-height: 20px;
    white-space: nowrap;
    width: 100%;
    height: 20px;
    margin-top: 6px;
    overflow: hidden
}

.head-search-layout .keyword ul {
    font-size: 0;
    *word-spacing: -1px;
    vertical-align: top;
    display: inline-block;
    *display: inline
}

.head-search-layout .keyword ul li {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    margin-right: 12px
}

.head-search-layout .keyword ul li a {
    color: #999
}

#head-search-bar {
    position: relative
}

#search ul.tab li:hover {
    background: #f3f3f3
}

#search ul.tab {
    position: absolute;
    z-index: 101;
    width: 60px;
    height: 36px;
    line-height: 36px;
    margin: 0 2px 0 0;
    cursor: pointer;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    background: #fff;
    border: 2px solid #FF6600;
    text-indent: 10px;
    border-right: none
}

#search ul.tab li {
    padding: 0 1px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background: #fff;
    color: #666;
    border-right: 1px solid #ddd
}

#search ul.tab li:nth-child(2) {
    display: none;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

#search .tab li i {
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
    position: absolute;
    right: 10px;
    border: 3px dashed transparent;
    border-top: 3px solid #999
}

#search .tab li i.arrow {
    top: 17px;
    transition: all .2s ease-in 0s
}

#search .tab li i.over {
    top: 17px;
    transform: rotate(180deg);
    transform-origin: 50% 30% 0
}

.head-user-menu {
    font-size: 0;
    *word-spacing: -1px;
    margin: 20px -7px 0 0;
    position: absolute;
    right: 0;
    top: 0
}

.head-user-menu dl {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    margin-left: 10px;
    position: relative;
    z-index: 3;
    *zoom: 1
}

dl.my-cart dt a{
    width: 30px;
    height: 30px;
    display: block;
}
.head-user-menu dl.my-mall {
    width: 108px
}

.head-user-menu dl.hover {
    z-index: 101
}

.head-user-menu dl dt {
    line-height: 20px;
    color: #555;
    height: 20px;
    padding: 7px 15px 7px 5px;
    position: absolute;
    z-index: 2;
    top: 3px;
    right: -2px;
    cursor: pointer
}

.head-user-menu dl.my-mall dt {
    width: 90px
}

.head-user-menu dl.hover dt {
    background-color: #fff;
    border-width: 1px;
    border-color: #f0f0f0 #f0f0f0 #fff #f0f0f0
}

.head-user-menu dl dt span.ico {
    background: url(../image/car.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover
}

.head-user-menu dl.my-mall span.ico {
    background-position: -100px 0;
    margin-right: 4px
}

.head-user-menu dl dt i {
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    border-width: 4px;
    border-color: #777 transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    -webkit-transition: .2s ease-in;
    -moz-transition: -webkit-transform .2s ease-in;
    -o-transition: -webkit-transform .2s ease-in;
    transition: .2s ease-in
}

.head-user-menu dl.hover dt i {
    FILTER: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 50% 30%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 30%;
    -o-transform: rotate(180deg);
    -o-transform-origin: 50% 30%;
    transform: rotate(180deg);
    transform-origin: 50% 30%
}

.head-user-menu dl dd {
    background-color: #fff;
    display: none;
    border: solid 1px #f0f0f0;
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 0
}

.head-user-menu dl.my-mall dd {
    width: 308px
}

.head-user-menu dl.my-cart dd {
    width: 348px
}

.head-user-menu dl.hover dd {
    display: block
}

.head-user-menu dl dd a {
    color: #005ea6
}

.head-user-menu a.arrow i {
    background: url(../image/top_bg.png) no-repeat -150px 0;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 7px;
    margin-left: 4px
}

.head-user-menu dl dd .goods-thumb {
    width: 50px;
    height: 50px
}

.head-user-menu dl dd .goods-thumb a {
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    *display: block;
    width: 48px;
    height: 48px;
    border: solid 1px #ddd;
    overflow: hidden
}

.head-user-menu dl dd .goods-thumb img {
    max-width: 48px;
    max-height: 48px;
    margin-top: expression(48-this.height/2);
    *margin-top: expression(24-this.height/2)
}

.head-user-menu dl dd .sub-title {
    line-height: 28px;
    height: 28px;
    padding: 7px;
    border-bottom: solid 1px #ddd
}

.head-user-menu dl dd .sub-title h4 {
    font-weight: 600;
    float: left
}

.head-user-menu dl dd .sub-title a {
    float: right
}

.head-user-menu dl dd .user-centent-menu {
    width: 308px;
    padding: 8px 0;
    overflow: hidden
}

.head-user-menu dl dd .user-centent-menu ul {
    width: 310px;
    margin-left: -2px
}

.head-user-menu dl dd .user-centent-menu ul li {
    width: 138px;
    float: left;
    padding: 4px 0 4px 16px;
    border-left: solid 1px #eee
}

.head-user-menu dl dd .browse-history {
    background-color: #fafafa;
    width: 308px;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #ddd transparent transparent
}

.head-user-menu dl dd .browse-history .part-title {
    height: 20px;
    padding: 6px 8px
}

.head-user-menu dl dd .browse-history .part-title h4 {
    float: left
}

.head-user-menu dl dd .browse-history .part-title a {
    float: right
}

.head-user-menu dl dd .browse-history ul {
    font-size: 0;
    *word-spacing: -1px;
    padding: 0 7px 7px 7px
}

.head-user-menu dl dd .browse-history ul li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    margin: 0 4px;
    *zoom: 1
}

.head-user-menu dl dd .browse-history .no-goods {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 12px
}

.head-user-menu dl dd .incart-goods-box {
    display: block;
    width: 348px;
    max-height: 267px;
    overflow: hidden;
    position: relative
}

.head-user-menu dl dd .incart-goods {
    text-align: center;
    width: 100%
}

.head-user-menu dl dd .incart-goods .no-order {
    margin: 20px 0
}

.head-user-menu dl dd .incart-goods .loading {
    width: 16px;
    height: 16px;
    margin: 20px auto
}

.head-user-menu dl dd .incart-goods dl {
    display: block;
    width: 98%;
    height: 66px;
    clear: both;
    margin: 0 auto 0 2%;
    border-bottom: dotted 1px #ddd;
    position: relative;
    z-index: 1
}

.head-user-menu dl dd .incart-goods dt,
.head-user-menu dl dd .incart-goods dd {
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 1
}

.head-user-menu dl dd .incart-goods dt.goods-name {
    line-height: 16px;
    background-color: transparent;
    text-align: left;
    width: 180px;
    height: 32px;
    padding: 0;
    top: 8px;
    left: 64px
}

.head-user-menu dl dd .incart-goods dt.goods-name a {
    color: #333
}

.head-user-menu dl dd .incart-goods dd.goods-thumb {
    top: 8px;
    left: 8px
}

.head-user-menu dl dd .incart-goods dd.goods-price {
    text-align: right;
    width: 80px;
    height: 16px;
    top: 6px;
    right: 12px
}

.head-user-menu dl dd .incart-goods dd.goods-price em {
    font-size: 11px !important;
    font-weight: normal !important;
    line-height: 16px;
    color: #777 !important;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    width: 50px;
    margin-right: 4px;
    overflow: hidden;
    -webkit-text-size-adjust: none
}

.head-user-menu dl dd .incart-goods dd.goods-sales {
    line-height: 16px;
    color: #999;
    background-color: transparent;
    width: 270px;
    height: 16px;
    top: 42px;
    left: 64px
}

.head-user-menu dl dd .incart-goods dd.handle {
    width: 32px;
    top: 22px;
    right: 10px
}

.head-user-menu dl dd .checkout {
    background-color: #f0f0f0;
    text-align: right;
    padding: 8px;
    overflow: hidden
}

.head-user-menu dl dd .checkout .total-price {
    line-height: 20px;
    display: block
}

.head-user-menu dl dd .checkout .total-price i {
    font-weight: 600;
    color: #c00;
    margin: 0 4px
}

.head-user-menu dl dd .checkout .total-price em {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #c00
}

.head-user-menu dl dd .checkout .btn-cart {
    float: right;
    clear: both;
    line-height: 20px;
    color: #fff;
    background-color: #FF6600;
    padding: 4px 8px;
    margin-top: 4px;
    border-radius: 4px
}

.head-user-menu dl div.addcart-goods-num {
    font: bold 11px/14px Verdana;
    color: #fff;
    background: #FF6600;
    text-align: center;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    min-width: 20px;
    max-width: auto !important;
    border: none 0;
    border-radius: 20px;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 7px;
    font-weight: 500;
}

.head-user-menu .my-search {
    display: inline-block;
    margin-right: 40px;
    margin-top: 10px
}

.head-user-menu .my-search .search_form {
    display: none;
    vertical-align: top
}

.head-user-menu .my-search.active .search_form {
    display: inline-block;
    animation: search 1s ease;
    -webkit-animation: search 1s ease
}

@keyframes search {
    from {
        width: 15px;
        opacity: 0
    }
    to {
        width: 240px;
        opacity: 1
    }
}

@-webkit-keyframes search {
    from {
        width: 15px;
        opacity: 0
    }
    to {
        width: 240px;
        opacity: 1
    }
}

.head-user-menu .my-search .search_form input[name="search"] {
    border: none;
    font-size: 14px;
    padding-left: 5px;
    border-bottom: 2px solid #808080;
    width: 240px;
}

.head-user-menu .my-search .search_ico {
    display: inline-block;
    cursor: pointer
}

.head-user-menu .my-search .search_ico span {
    background: url(../image/search.png) no-repeat center center;
    vertical-align: middle;
    display: inline-block;
    width: 23px;
    height: 25px;
    margin-left: 4px;
    background-size: cover
}

.public-nav-layout .wrapper {
    padding-top: 30px
}

.public-nav-layout {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    zoom: 1;
    background-color: #fff
}

.public-nav-layout .div {
    margin: 0;
    padding: 0;
    _zoom: 179
}

.public-nav-layout .site-menu {
    display: flex;
    font-size: 0;
    *word-spacing: -1px;
    white-space: nowrap;
    max-width: 950px;
    float: left;
    overflow: hidden
}

.public-nav-layout .site-menu li {
    flex: 1;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
}

.public-nav-layout .site-menu li a span {
    font-weight: 400;
    font-size: 16px;
}

.public-nav-layout .site-menu li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
    height: 20px;
    padding-bottom: 6px;
    /*margin-right: 90px;*/
    display: inline-block;
    *display: inline;
    zoom: 1
}

.public-nav-layout .site-menu li a:hover,.public-nav-layout .site-menu li a.current {
    border-bottom: 3px solid #FF6600
}

.public-nav-layout .classify {
    float: right;
    margin-right: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    cursor: pointer
}

.public-nav-layout .classify span {
    background: url(../image/classify.png) no-repeat center center;
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    background-size: cover
}

.public-nav-layout .all-category {
    background-color: #FF6600;
    display: block;
    width: 212px;
    height: 40px;
    float: left
}

.public-nav-layout .all-category .title {
    line-height: 24px;
    height: 24px;
    padding: 6px 10px 10px 10px;
    text-align: center
}

.public-nav-layout .all-category .title h3 {
    display: inline-block
}

.public-nav-layout .all-category .title h3 a {
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    float: left;
    margin-left: 4px;
    font-family: "microsoft yahei"
}

.public-nav-layout .all-category .title i {
    font-size: 0;
    line-height: 0;
    background: url(../image/top_bg.png) no-repeat -182px -186px;
    width: 18px;
    height: 14px;
    display: inline-block;
    margin: 5px 4px 0 0;
    vertical-align: top
}

.public-nav-layout .all-category .category {
    display: none;
    width: 212px
}

.public-nav-layout .all-category:hover .category {
    display: block
}

.public-nav-layout .all-category:hover .category a {
    color: #fff
}

.public-nav-layout .all-category:hover .category a:hover {
    color: #FF6600
}

.public-nav-layout .category .menu {
    background: rgba(40, 40, 40, 0.8);
    height: 462px
}

.public-nav-layout .category .menu li {
    width: 210px;
    height: 77px;
    *float: left;
    *clear: left;
    position: relative;
    z-index: 1;
    zoom: 1
}

.public-nav-layout .category .menu li.odd,
.public-nav-layout .category .menu li.even {
    border-bottom: 1px dashed #333
}

.public-nav-layout .category .menu li.hover {
    z-index: 2
}

.public-nav-layout .category .menu li.hover .ico {
    margin-left: 5px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

.public-nav-layout .category .class {
    border-style: solid;
    border-width: 1px 0 1px 2px;
    border-color: transparent;
    display: block;
    width: 190px;
    height: 76px;
    padding: 0 10px;
    position: absolute;
    z-index: 1;
    padding-top: 3px
}

.public-nav-layout .category .hover .class {
    background: rgba(40, 40, 40, 0.8);
    border-bottom: 1px dashed #111;
    z-index: 2
}

.public-nav-layout .category .class span.ico {
    background-position: 0 0;
    margin-top: 10px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    float: left
}

.public-nav-layout .category .menu li.hover .ico {
    background-position: 0 16px
}

.public-nav-layout .category .class span.ico img {
    max-width: 16px;
    max-height: 16px;
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: #808080
}

.public-nav-layout .category .menu li.hover .ico img {
    -webkit-filter: grayscale(100);
    -o-filter: grayscale(100);
    filter: none
}

.public-nav-layout .category .class h4 {
    font-weight: normal;
    padding-top: 10px;
    color: #333;
    float: left
}

.public-nav-layout .category .class h4 a {
    color: #fff;
    font-size: 16px;
    font-family: "Microsoft Yahei"
}

.public-nav-layout .category .menu li.hover .class h4 a {
    color: #fff
}

.public-nav-layout .category .menu li.hover .class h4 a:hover {
    color: #FF6600
}

.public-nav-layout .category .class .recommend-class {
    height: 40px;
    line-height: 20px;
    margin-top: 8px;
    width: 168px;
    float: left;
    clear: both;
    overflow: hidden
}

.public-nav-layout .category .class .recommend-class a {
    color: #222;
    white-space: nowrap;
    margin-right: 5px
}

.public-nav-layout .category .class .recommend-cn-class {
    margin-left: -10px;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    width: 205px;
    float: left;
    clear: both;
    overflow: hidden
}

.public-nav-layout .category .class .recommend-cn-class a {
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    margin-left: 8px
}

.public-nav-layout .category .hover .class .recommend-cn-class a {
    color: #fff
}

.public-nav-layout .category .hover .class .recommend-cn-class a:hover {
    color: #FF6600
}

.public-nav-layout .category .class .arrow {
    margin-top: 12px;
    background: url(../image/top_bg.png) no-repeat -150px -10px;
    width: 12px;
    height: 12px;
    float: right;
    z-index: 1
}

.public-nav-layout .category .sub-class {
    background: rgba(20, 20, 20, 0.8);
    display: none;
    width: 245px;
    min-height: 440px;
    padding: 10px 20px 19px;
    border-style: solid;
    border-color: transparent #333;
    border-width: 0 1px 1px 1px;
    position: absolute;
    z-index: 2;
    top: -1px;
    left: 210px
}

.public-nav-layout .category li.hover .sub-class {
    display: block
}

.public-nav-layout .category .sub-class-content {
    display: block;
    float: left;
    width: 100%
}

.public-nav-layout .category .recommend-class {
    font-size: 0;
    word-spacing: -1em;
    display: block;
    overflow: hidden
}

.public-nav-layout .category .recommend-class span {
    font-size: 12px;
    background-color: #FF6600;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    margin: 0 10px 10px 0;
    *zoom: 1
}

.public-nav-layout .category .recommend-class span a {
    color: #fff;
    line-height: 20px;
    display: block;
    padding: 2px 10px
}

.public-nav-layout .category .sub-class dl {
    font-size: 0;
    word-spacing: -1em;
    padding-top: 10px
}

.public-nav-layout .category .sub-class dl dt,
.public-nav-layout .category .sub-class dl dd {
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.public-nav-layout .category .sub-class dl dt {
    background: url(../image/top_bg.png) no-repeat right -25px;
    width: 70px;
    height: 16px;
    padding-right: 15px;
    margin-right: 15px
}

.public-nav-layout .category .sub-class dl dt h3 {
    line-height: 16px;
    font-weight: 600;
    color: #5c5251;
    text-align: right
}

.public-nav-layout .category .sub-class dl dd {
    font-size: 0;
    word-spacing: -1em;
    border-bottom: solid 1px #f0f0f0
}

.public-nav-layout .category .sub-class dl:last-child dd {
    border-bottom: none 0
}

.public-nav-layout .category .sub-class dl dd a {
    font-size: 12px;
    color: #FF6600;
    line-height: 14px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    height: 14px;
    padding: 0 10px;
    margin-bottom: 10px;
    border-left: solid 1px #e7e7e7;
    *zoom: 1
}

.public-nav-layout .category .sub-class dl dd a:hover {
    color: #ff7e00
}

.public-nav-layout .category .sub-class dl dd h5 {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    margin: 4px 0 2px 0
}

.public-nav-layout .category .sub-class-right {
    display: block;
    width: 194px;
    height: 440px;
    float: right
}

.public-nav-layout .category .brands-list ul {
    font-size: 0;
    word-spacing: -1em;
    height: 136px;
    overflow: hidden
}

.public-nav-layout .category .brands-list li {
    font-size: 12px;
    background-color: transparent !important;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    width: 94px;
    height: 31px;
    margin: 0 1px 3px 2px;
    *zoom: 1
}

.public-nav-layout .category .brands-list li a {
    display: block;
    position: relative;
    z-index: 1
}

.public-nav-layout .category .brands-list li a img {
    width: 94px;
    height: 31px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.public-nav-layout .category .brands-list li a span {
    color: #333;
    line-height: 25px;
    background-color: #fff;
    white-space: nowrap;
    text-align: center;
    width: 86px;
    height: 25px;
    padding: 3px 4px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    overflow: hidden
}

.public-nav-layout .category .brands-list li a:hover span {
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F27C7171', endColorstr='#F27C7171');
    background: rgba(124, 113, 113, 0.95);
    z-index: 3
}

.public-nav-layout .category .adv-promotions {
    display: block;
    width: 190px;
    margin: 0 2px
}

.public-nav-layout .category .adv-promotions a {
    background: #fff;
    display: block;
    width: 190px;
    height: 150px;
    margin-top: 10px
}

.public-nav-layout .category .adv-promotions img {
    background: #d3d3d3;
    width: 190px;
    height: 150px
}

.nch-breadcrumb-layout {
    text-align: center
}

.nch-breadcrumb {
    font-size: 0;
    *word-spacing: -1px;
    text-align: left;
    height: 20px;
    padding: 25px 0;
    margin: 0 auto
}

.nch-breadcrumb span {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    *display: inline;
    height: 20px;
    zoom: 1
}
.nch-breadcrumb span.active{
    color: #666;
}
.nch-breadcrumb i {
    font-size: 14px;
    color: #aaa;
    margin-right: 4px
}

.nch-breadcrumb span.arrow {
    font-family: "SimSun","宋体";
    line-height: 20px;
    color: #aaa;
    margin: 0 6px
}

.nch-breadcrumb a {
    color: #ccc;
    display: inline-block;
    font-size: 14px
}

.nch-breadcrumb a:hover {
    color: #FF6600
}

.icon-home:before {
    content: "" !important
}

#top-banner {
    position: relative;
    display: none
}

#top-banner .close {
    position: absolute;
    right: 8px;
    top: 5px;
    background: url(../image/close.png) no-repeat;
    width: 19px;
    height: 19px;
    overflow: hidden;
    display: block
}

#top-banner .close:hover {
    background: url(../image/close.png) no-repeat 0 -19px;
    display: block
}

.breadcrumb {
    padding-left: 10px;
    margin-top: 15px;
    height: 33px;
    color: #999
}

.breadcrumb i.b-icon {
    position: relative;
    top: -10px;
    margin-right: 10px;
    font-style: normal;
    font-family: SimSun, 宋体, Arial
}

.breadcrumb .trigger-txt {
    display: inline-block;
    max-width: 62px;
    height: 18px;
    overflow: hidden
}

.breadcrumb .icon-more {
    top: -6px
}

.breadcrumb .b-node {
    display: inline-block;
    border: 1px transparent solid
}

.breadcrumb .b-node a,
.breadcrumb .b-node .cate-txt {
    color: #666
}

.close {
    position: relative;
    display: inline-block;
    overflow: hidden;
    top: 3px;
    left: 5px;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.close:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg)
}

.drop {
    position: relative;
    margin-right: 10px;
    min-width: 90px;
    height: 30px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

.drop:hover {
    border: 1px #ebebeb solid
}

.trigger {
    position: absolute;
    z-index: 100;
    height: 20px;
    width: 100%;
    padding: 5px 0;
    background: #fff;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: center
}

.drop-menu {
    display: none;
    position: absolute;
    top: 33px;
    left: -1px;
    z-index: 99;
    padding: 5px 10px 5px 15px;
    cursor: pointer;
    width: 292px;
    max-height: 92px;
    border: 1px #ebebeb solid;
    border-radius: 2px;
    background-color: #fff
}

.drop-menu a {
    display: block;
    float: left;
    margin: 0 8px
}

.drop-menu a:hover {
    color: #01cbbb
}

.drop:hover .drop-menu {
    display: block;
    float: left
}

.drop:hover .trigger {
    padding: 5px 0 10px 0
}

.one-level {
    position: relative;
    top: -11px
}

.no-drop {
    position: relative;
    margin-right: 10px;
    min-width: 90px;
    height: 30px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer
}

.last-level {
    top: -12px;
    position: relative;
    height: 30px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer
}

.last-level .cate-txt {
    display: inline-block;
    padding: 5px 10px
}

.wtt-class-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #a0a0a0 dashed
}

.wtt-class-item:last-child {
    border: transparent
}

.wtt-class-item .class-item-one a {
    font-size: 16px
}

.wtt-class-item .class-item-two a {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    padding-top: 5px
}

.img_lf {
    width: 128px;
    height: 122px;
    background-image: url("../image/smile.jpg");
    margin-right: 10px
}

.text_rf p {
    font-size: 16px
}

.text_rf button {
    width: 120px;
    height: 40px;
    font-size: 14px;
    border: none 0;
    color: #4d4d4d;
    margin-top: 27px
}

.text_rf button:first-of-type {
    margin-right: 20px
}

.act {
    background-color: #FF6600
}

.gray {
    background-color: #f0f0f0
}

.err_wrap {
    overflow: hidden;
    width: 100%;
    min-height: 500px;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    margin: 0 auto
}

.concat {
    width: 200px !important;
    height: 40px !important;
    background-color: #FF6600;
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 20px !important
}

.err_wrap a,
.err_wrap button {
    cursor: pointer
}

.noPermission {
    padding-top: 100px;
    padding-bottom: 150px
}

.noPermission .checkbox {
    color: #999;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    cursor: pointer
}

.noPermission .checkbox input {
    vertical-align: middle
}

.noPermission a {
    width: 100px;
    height: 40px;
    background-color: #FF6600;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold
}

.noPermission a:hover {
    color: #fff
}

#apply_check_authority {
    margin: 10px 25px
}

#apply_check_authority .apply_textarea {
    position: relative
}

#apply_check_authority .apply_textarea textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    resize: none;
    margin-bottom: 10px
}

#apply_check_authority .apply_textarea textarea:focus {
    box-shadow: 0 1px 1px #ffbb79;
    border: 1px solid #ffbb79
}

#apply_check_authority .apply_textarea .apply_num {
    position: absolute;
    bottom: 11px;
    right: 3px;
    color: #ff9090
}

#apply_check_authority .checkbox {
    color: #999
}

#apply_check_authority .checkbox input {
    vertical-align: middle
}.wrapper{position: relative;}
.public-nav-layout {
	box-shadow: 0px 3px 5px rgba(51,51,51,.1);
}
.site-menu{width: 100%}
.navitm-cats{
	/*//position: absolute;right: 0;*/
	float: right;
	height: 40px;
	overflow: hidden;
}
.navitm-cats a.title{
	display: block;
    padding-left: 25px;
    padding-right: 0;
	height: 40px;
	line-height: 22px;
	font-size: 16px;
    color: #333;
    font-weight: 400;
	background: url('../image/lineicon.png') no-repeat left 5px;
}
.cats-left{
	float: left;
	width: 520px;
}
.cats-right{
	float: right;
	width: 500px;
}
.padd40{
	padding: 40px
}
.cats-box{


	//渐变
	/* transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out; */
	/* opacity: 0;
	-webkit-opacity 0;
	-moz-opacity: 0;
	-o-transition: 0;
	filter: alpha(opacity=0); */


	//从上到下
	transition: height 0.3s;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	height: 0;
	width: 100%;
	overflow: hidden;

	position: absolute;
	left: 0;
	background: #fff;
}
.navitm-cats:hover .cats-box{
	height: 468px;
    border: 1px #e1e1e1 solid;
	//border-bottom:1px #e1e1e1 solid;
	//border-top:1px #e1e1e1 solid;
	//box-shadow: 0px 2px 20px #e1e1e1;

	//opacity: 1;
    //-webkit-opacity 1;
    //-moz-opacity: 1;
    //filter: alpha(opacity=100);
}
/*.cats-box{
	position: absolute;
	//margin-top: 4px;
	padding: 40px;
	left: 0;
	width: 1100px;
	height: 390px;
	background: #fff;
	opacity: 1;
	-webkit-opacity 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	*display: block;
	*margin-top: 0;
}
*/

.catsTab a{font-size: 14px;}
.catsTab dt{border-bottom:1px #e1e1e1 solid;}
.catsTab dt a{
	position:relative;margin-bottom: -1px;
	display:inline-block;margin-right:56px;padding:0 0 30px 0;text-align:center;height:auto;color:#4c4c4c;
	-webkit-transition-property: initial;
    -webkit-transition-duration: initial;
    -webkit-transition-timing-function: initial;
}
.catsTab dt a:last-child{margin-right: 10px}
.catsTab dt a .iconfont{display:block;margin-bottom: 5px;width:40px;height:40px;line-height:40px;font-size: 40px;}
.tab-item span{font-weight: 600}
.nav-iconfont1:after{content: '\e603';}
.nav-iconfont2:after{content: '\e601';}
.nav-iconfont3:after{content: '\e606';}
.nav-iconfont256:after{content: '\e604';}
.nav-iconfont308:after{content: '\e602';}
.catsTab dt a:hover,.catsTab dt a.active,.catsTab dt a:hover .iconfont:after,.catsTab dt a.active .iconfont:after{
	color: #FF6600;
}
.catsTab dt a.active{
	background: url('../image/arre.png') no-repeat center bottom;
}
.catsTab dt a.active .iconfont{
	color: #030000;
}
.cats-left .goods-class{float:left;width: 260px;height: 150px;/* min-height: 128px;max-height: 150px; */overflow: hidden;}

.cats-left .goods-class a{
	display: inline-block;
	margin-right: 16px;
	padding: 5px 0;
	/* padding: 5px 10px;
	margin-right: 10px; */
	color: #999;
}
.cats-left .goods-class a:hover{
	color: #555;
}
.cats-left .goods-class a:first-child{
	display: block;
	margin-top: 30px;
    font-weight: bold;
    color: #000;
}
.class-ba{
    position: absolute;
    top: 60px;
    right: 40px;
}
.cats-right img, .class-ba img{
	max-height:345px;
	max-width:500px;
	border-radius: 5px;
}

//面包屑新增
.nch-breadcrumb span.curr{
	display: inline-block;
	padding: 5px;
	border: 1px #e6e6e6 solid;
}

.nch-breadcrumb span.curr:last-child{
	color: #000 !important;
}