
.wrapper {
    margin: auto;
    width: 1200px;
}
.header-wrap {
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../images/top-bg.png") round;
}
.public-head-layout {
    height: 110px;
}
.public-head-layout .site-logo {
    float: left;
    height: 60px;
    margin: 25px 10px auto 0;
    width: 200px;
}
.public-head-layout .site-logo img {
    max-height: 55px;
    max-width: 240px;
}
.head-search-bar {
    position: relative;
    float: left;
    padding-top: 28px;
    width: 550px;
    margin-top: 15px;
    margin-left: 135px;
}
#search ul.tab {
    display: flex;
    flex-direction: column;
    height: 48px;
    left: 2px;
    overflow: hidden;
    position: absolute;
    top: 59px;
    width: 50px;
    z-index: 99;
    text-align: center;
}
#search ul.tab li {
    color: #616161;
    background: #f7f7f7;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 2px 8px;
    white-space: nowrap;
}
#search ul.tab li:hover {
    color: #1e8efe;
}
#search ul.tab li.current:hover {
    color: white;
    background: #399cf8 none repeat scroll 0 0;
}
#search ul.tab li.current {
    color: white;
    background: #1e8efe none repeat scroll 0 0;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 2px 8px;
}
.head-search-bar .search-form {
    height: 36px;
}
.head-search-bar .search-form div {
    position: absolute;
    z-index: 1;
    background-color: #f3f3f3;
    padding: 4px 4px 3px 6px;
    left: 2px;
    top: 30px;
    font-size: 14px;
    cursor: pointer;
}
.head-search-bar .input-text {
    color: #555;
    float: left;
    height: 22px;
    line-height: 24px;
    padding: 3px 6px 3px 57px;
    width: 72%;
    text-align: left;
    border: 2px solid #1e8efe ;
    position: relative;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.head-search-bar .search-form .search-form-icon {
    position: absolute;
    left: 11px;
    top: 36px;
    width: 18px;
    height: 18px;
}
.head-search-bar .input-submit, .head-search-bar .input-submit:hover {
    background: #1e8efe;
    color: white;
    height: 31px;
    width: 55px;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 0 3px 3px 0;
}
.input-submit:hover {
    background: #399cf8 !important;
}
.head-search-bar .keyword {
    color: #9e9e9e;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    margin-top: 2px;
}
.head-search-bar .keyword ul {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}
.head-search-bar .keyword ul li {
    display: inline-block;
    font-size: 12px;
    letter-spacing: normal;
    margin-right: 12px;
    vertical-align: top;
    word-spacing: normal;
}
.head-search-bar .keyword ul li a {
    color: #9e9e9e;
}
.head-app {
    /*background: rgba(0, 0, 0, 0) url("../images/top_bg.png") no-repeat scroll 0 -60px;*/
    float: left;
    height: 55px;
    margin: 15px 20px 0 0;
    position: relative;
    width: 160px;
    z-index: 100;
}
.head-app .pic {
    background: rgba(0, 0, 0, 0) url("../images/app.gif") no-repeat scroll 0 0;
    display: block;
    height: 50px;
    margin: 2px 0 0 38px;
    width: 120px;
}
.head-app:hover {
    background-position: 0 -115px;
}
.head-app:hover .pic {
    display: none;
}
.head-app .download-app {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    border: 1px solid #aaa;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    padding: 9px;
    position: absolute;
    top: 55px;
    width: 222px;
    z-index: 1;
}
.head-app:hover .download-app {
    display: block;
}
.head-app .download-app .qrcode {
    float: left;
    text-align: center;
    width: 120px;
}
.head-app .download-app .qrcode img {
    display: block;
    max-height: 120px;
    max-width: 120px;
}
.head-app .download-app .hint {
    float: right;
    text-align: center;
    width: 100px;
}
.head-app .download-app .hint h4 {
    color: #5ea0ff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
.head-app .download-app .addurl {
    clear: right;
    float: right;
    margin: 6px 4px 0 0;
    width: 90px;
}
.head-app .download-app .addurl a {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    clear: both;
    color: #999;
    display: block;
    height: 16px;
    line-height: 16px;
    margin-top: 5px;
    padding: 5px 9px;
    width: 70px;
}
.head-app .download-app .addurl a i {
    font-size: 14px;
    margin-right: 4px;
}
.head-app .download-app .addurl a:hover {
    background-color: #ffe7db;
    border-color: #f0ac75;
    color: #f63;
    text-decoration: none;
}
.head-user-menu {
    float: right;
    font-size: 0;
}
.head-user-menu .head-user-avatar {
    position: relative;
    padding-top: 6px;
    cursor: pointer;
}

.head-user-menu .head-user-avatar-content {
    position: absolute;
    left: -15px;
    top: 37px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.head-user-menu .head-user-avatar-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #1e82ef;
    padding: 1px;
}

.head-user-menu .head-user-avatar-img-ribbon {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 72px;
    transform: translateX(-50%);
}

.head-user-menu .head-user-avatar-img-level {
    position: absolute;
    top: 75px;
    left: 50%;
    color: white;
    font-size: 10px;
    transform: translateX(-50%);
}

.head-user-menu .head-user-avatar-img-name {
    font-weight: 500;
    font-size: 15px;
    color: black;
    padding-block: 10px;
}

.head-user-menu .text-center {
    text-align: center;
}

.head-user-menu dl {
    display: inline-block;
    font-size: 12px;
    letter-spacing: normal;
    margin-left: 10px;
    position: relative;
    vertical-align: top;
    word-spacing: normal;
    z-index: 3;
}
.head-user-menu dl.my-mall {
    width: 108px;
}
.head-user-menu dl.my-cart {
    width: 124px;
    margin-top: 39px;
}
.head-user-menu dl.hover {
    z-index: 101;
}
.head-user-menu dl.my-user-info {
    width: 124px;
    margin-top: 45px;
    margin-right: 25px;
}
.head-user-menu dl.my-cart dt {
    margin-right: 20px;
}
.head-user-menu dl dt {
    background-color: #1e8efe;
    border-radius: 32px;
    color: white;
    cursor: pointer;
    height: 18px;
    line-height: 20px;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-user-menu dl.my-mall dt {
    width: 100px;
}
.head-user-menu dl.my-cart dt {
    width: 18px;
}
.head-user-menu dl.hover dt {
    background-color: #399cf8;
}
.head-user-menu dl.my-user-info dt {
    width: 100px;
}
.head-user-menu dl dt span.ico {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 28px;
}
.head-user-menu dl.my-user-info span.user_ico {
    background: url("../images/topbar-user-info.png");
    background-size: cover;
    margin-right: 8px;
    width: 30px;
    height: 30px;
}
.head-user-menu dl.my-mall span.ico {
    background: url("../images/topbar-user.png");
    background-size: cover;
    margin-right: 4px;
    width: 24px;
    height: 20px;
}
.head-user-menu dl.my-cart span.ico {
    background: url("../images/header_cart.png") no-repeat center;
    background-size: 110% 74%;
}
.head-user-menu dl dt i {
    border-color: #777 transparent transparent;
    border-style: solid dashed dashed;
    border-width: 4px;
    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-left: 8px;
    transition: all 0.2s ease-in 0s;
    vertical-align: middle;
    width: 0;
}
.head-user-menu dl.hover dt i {
    transform: rotate(180deg);
    transform-origin: 50% 30% 0;
}
.head-user-menu dl dd {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 1;
}
.head-user-menu dl.my-mall dd {
    width: 308px;
    top: 74px;
}
.head-user-menu dl.my-cart dd {
    width: 348px;
    right: 20px;
}
.head-user-menu dl.hover dd {
    display: block;
}
.head-user-menu dl dd a {
    color: #2e83ff;
}
.head-user-menu a.arrow i {
    background: rgba(0, 0, 0, 0) url("../images/top_bg.png") no-repeat scroll -150px 0;
    display: inline-block;
    height: 7px;
    margin-left: 4px;
    vertical-align: middle;
    width: 4px;
}
.head-user-menu dl dd .goods-thumb {
    height: 50px;
    width: 50px;
}
.head-user-menu dl dd .goods-thumb a {
    border: 1px solid #ddd;
    display: table-cell;
    height: 48px;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 48px;
}
.head-user-menu dl dd .goods-thumb img {
    max-height: 48px;
    max-width: 48px;
}
.head-user-menu dl dd .sub-title {
    border-bottom: 1px solid #ddd;
    height: 28px;
    line-height: 28px;
    padding: 7px;
}
.head-user-menu dl dd .sub-title h4 {
    float: left;
    font-weight: 600;
}
.head-user-menu dl dd .sub-title a {
    float: right;
}
.head-user-menu dl dd .user-centent-menu {
    overflow: hidden;
    padding: 8px 0;
    width: 308px;
}
.head-user-menu dl dd .user-centent-menu ul {
    margin-left: -2px;
    width: 310px;
}
.head-user-menu dl dd .user-centent-menu ul li {
    border-left: 1px solid #eee;
    float: left;
    padding: 4px 0 4px 16px;
    width: 138px;
}
.head-user-menu dl dd .browse-history {
    background-color: #fafafa;
    border-color: #ddd transparent transparent;
    border-style: solid;
    border-width: 1px 0 0;
    width: 308px;
}
.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;
    padding: 0 7px 7px;
}
.head-user-menu dl dd .browse-history ul li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 4px;
    vertical-align: top;
    word-spacing: normal;
}
.head-user-menu dl dd .browse-history .no-goods {
    display: block;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.head-user-menu dl dd .incart-goods-box {
    display: block;
    max-height: 267px;
    overflow: hidden;
    position: relative;
    width: 348px;
}
.head-user-menu dl dd .incart-goods {
    text-align: center;
    width: 100%;
}
.head-user-menu dl dd .incart-goods .no-order {
    padding-left: 8px;
    padding-right: 8px;
    margin: 20px 0;
}
.head-user-menu dl dd .incart-goods .loading {
    height: 16px;
    margin: 20px auto;
    width: 16px;
}
.head-user-menu dl dd .incart-goods dl {
    border-bottom: 1px dotted #ddd;
    clear: both;
    display: block;
    height: 66px;
    margin: 0 auto 0 2%;
    position: relative;
    width: 94%;
    z-index: 1;
}
.head-user-menu dl dd .incart-goods dt, .head-user-menu dl dd .incart-goods dd {
    background-color: transparent;
    border: 0 none;
    position: absolute;
    z-index: 1;
}
.head-user-menu dl dd .incart-goods dt.goods-name {
    background-color: transparent;
    height: 32px;
    left: 64px;
    line-height: 16px;
    padding: 0;
    text-align: left;
    top: 8px;
    width: 180px;
}
.head-user-menu dl dd .incart-goods dt.goods-name a {
    color: #333;
}
.head-user-menu dl dd .incart-goods dd.goods-thumb {
    left: 8px;
    top: 8px;
}
.head-user-menu dl dd .incart-goods dd.goods-price {
    height: 16px;
    right: 12px;
    text-align: right;
    top: 6px;
    width: 150px;
}
.head-user-menu dl dd .incart-goods dd.goods-price.goods-foreign {
    color: #f55653;
}
.head-user-menu dl dd .incart-goods dd.goods-price em {
    font-size: 11px !important;
    font-weight: normal !important;
    line-height: 16px;
    margin-right: 4px;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50px;
    word-break: break-all;
    word-wrap: break-word;
}
.head-user-menu dl dd .incart-goods dd.goods-sales {
    background-color: transparent;
    color: #999;
    height: 16px;
    left: 64px;
    line-height: 16px;
    top: 42px;
    width: 270px;
}
.head-user-menu dl dd .incart-goods dd.handle {
    right: 10px;
    top: 22px;
    width: 32px;
}
.head-user-menu dl dd .checkout {
    background-color: #f0f0f0;
    overflow: hidden;
    padding: 8px;
    text-align: right;
}
.head-user-menu dl dd .checkout .total-price {
    display: block;
    line-height: 20px;
}
.head-user-menu dl dd .checkout .total-price i {
    color: #5ea0ff;
    font-weight: 600;
    margin: 0 4px;
}
.head-user-menu dl dd .checkout .total-price em {
    color: #5ea0ff;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.head-user-menu dl dd .checkout .btn-cart {
    background-color: #1e8efe;
    border-radius: 4px;
    clear: both;
    color: #fff;
    float: right;
    line-height: 20px;
    margin-top: 4px;
    padding: 4px 8px;
}
.head-user-menu dl dd .checkout .btn-cart:hover {
    background-color: #399cf8;
}
.head-user-menu dl div.addcart-goods-num {
    background: #f00 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font: bold 11px/14px Verdana;
    height: 16px;
    left: 93px;
    min-width: 16px;
    position: absolute;
    text-align: center;
    top: -6px;
    z-index: 3;
}
.public-nav-layout {
    background-color: #c5d8ff;
    /*border-bottom: 2px #5ea0ff solid;*/
    height: 33px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    /*z-index: 99;*/
}
.public-nav-layout .div {
    margin: 0;
    padding: 0;
}
.public-nav-layout .site-menu {
    float: left;
    font-size: 0;
    width: 980px;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 4px;
    display: flex;
    justify-content: start;
}
.public-nav-layout .site-menu li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    word-spacing: normal;
    margin: 6px 4px 3px;
    padding: 0 1px;
    position: relative;
}
.public-nav-layout .site-menu li:first-child {
    margin-left: 10px;
}
.public-nav-layout .site-menu li .bottom-border {
    position: absolute;
    width: 100%;
    height: 12px;
    border-bottom: 2px solid #5ea0ff;
    border-left: 2px solid #5ea0ff;
    border-right: 2px solid #5ea0ff;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
}
.public-nav-layout .site-menu li .top-right-light {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 3px;
    top: 1px;
    background: url("../images/lights/light_top_right.png") no-repeat top right;
}
.public-nav-layout .site-menu li .bottom-left-light {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 2px;
    top: 1px;
    background: url("../images/lights/light_bottom_left.png") no-repeat bottom left;
}
.public-nav-layout .site-menu li.current .bottom-left-light, .public-nav-layout .site-menu li.current .top-right-light {
    border-color: #5ea0ff;
}
.public-nav-layout .site-menu li .bottom-border.mb-15 {
    bottom: -1.5px;
}
.public-nav-layout .site-menu li a {
    color: white;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    padding: 0 0;
    border-radius: 4px;
    background-color: #1e8efe;
    margin-top: auto;
    margin-bottom: auto;
    width: 116px;
    text-align: center;
    border: 1px solid transparent;
    transition-duration: 300ms;
    background-size: cover;
    background-repeat: no-repeat;
}
.public-nav-layout .site-menu li a:hover {
    text-decoration: none;
}
.public-nav-layout .site-menu li:hover a {
    animation: light-effect 250ms;
    animation-delay: 200ms;
}
/*@keyframes bounce {*/
/*    0%, 100% {*/
/*        transform: translateY(-10%);*/
/*        animationTimingFunction: cubic-bezier(0.8, 0, 0.5, 0.5);*/
/*    }*/
/*    50% {*/
/*        transform: translateY(10%);*/
/*        animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);*/
/*    }*/
/*}*/

@keyframes light-effect {
    0% {
        background-image: url("../images/lights/btnS_001.png");
    }
    14% {
        background-image: url("../images/lights/btnS_002.png");
    }
    28% {
        background-image: url("../images/lights/btnS_003.png");
    }
    42% {
        background-image: url("../images/lights/btnS_004.png");
    }
    56% {
        background-image: url("../images/lights/btnS_005.png");
    }
    70% {
        background-image: url("../images/lights/btnS_006.png");
    }
    84% {
        background-image: url("../images/lights/btnS_007.png");
    }
    98% {
        background-image: url("../images/lights/btnS_008.png");
    }
}

/*.public-nav-layout .site-menu li a:hover .top-right-light {*/
/*    animation: */
/*}*/

.public-nav-layout .site-menu li.current a {
    color: #1e8efe;
    background: white;
    border: 1px solid #1e8efe;
    font-weight: 600;
}
.public-nav-layout .all-category {
    background-color: #1e8efe;
    display: block;
    float: left;
    height: 33px;
    width: 212px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.public-nav-layout .all-category .title {
    height: 20px;
    line-height: 20px;
    padding: 8px 10px 5px;
}
.public-nav-layout .all-category .title h3 a {
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin-left: 4px;
    letter-spacing: 2px;
}
.public-nav-layout .all-category .title i {
    background: rgba(0, 0, 0, 0) url("../images/goods_class_icon.png") no-repeat;
    background-size: cover;
    float: left;
    font-size: 0;
    height: 14px;
    line-height: 0;
    margin: 3px 4px 0 0;
    width: 18px;
}
.public-nav-layout .all-category .category {
    display: none;
    width: 38px;
}
.public-nav-layout .all-category:hover .category {
    display: block;
}
.public-nav-layout .category .menu {
    background-color: #c5d8ff;
}
.public-nav-layout .category .menu li {
    height: 34.3px;
    position: relative;
    z-index: 10;
    background-color: #c5d8ff;
}
.public-nav-layout .category .menu li .top-arrow {
    width: 20px;
    height: 18px;
    background: #c5d8ff;
    position: absolute;
    top: -0.7px;
    clip-path: polygon(0 0, 100% 0, 100% 60%);
    right: -0.3px;
}
.public-nav-layout .category .menu li .bottom-arrow {
    width: 20px;
    height: 18px;
    background: #c5d8ff;
    position: absolute;
    clip-path: polygon(0 100%, 100% 100%, 0 40%);
    left: 0;
    bottom: -0.3px;
}
.public-nav-layout .category .menu .hover .top-arrow {
    background: #c5d8ff;
}
.public-nav-layout .category .menu .hover .bottom-arrow {
    background: #c5d8ff;
}
.public-nav-layout .category .menu .next-hovered .bottom-arrow {
    background: #1e8efe;
}
.public-nav-layout .category .menu .prev-hovered .top-arrow {
    background: #1e8efe;
}
.public-nav-layout .category .menu li.hover {
    z-index: 2;
    background: #1e8efe;
}
/*.public-nav-layout .category .menu li:last-child {*/
/*    height: 35px;*/
/*}*/
.public-nav-layout .category .class {
    display: flex;
    align-items: center;
    height: 100%;
    left: 0;
    padding: 0 11px;
    position: relative;
    top: 0;
    z-index: 1;
}
.public-nav-layout .category .hover .class {
    background-color: #1e8efe;
    z-index: 2;
    color: #000;
}
.public-nav-layout .category .class .ico {
    display: inline-block;
    height: 16px;
    vertical-align: top;
    width: 16px;
}
.public-nav-layout .category .class .ico img {
    display: block;
    height: 16px;
    width: 16px;
}
.public-nav-layout .category .hover .class .ico img,
.public-nav-layout .category .class .ico img:hover {
    filter: brightness(3);
}
.public-nav-layout .category .class h4 {
    display: inline-block;
    vertical-align: top;
}
.public-nav-layout .category .class h4 a {
    color: #fff;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
}
.public-nav-layout .category .menu li.hover .class h4 a {
    color: #5ea0ff;
}
.public-nav-layout .category .class .arrow {
    background: rgba(0, 0, 0, 0) url("../images/top_bg.png") no-repeat scroll -150px -10px;
    float: right;
    height: 5px;
    margin: 5px 0 0;
    width: 3px;
}
.public-nav-layout .category .sub-class {
    background-color: #1e8efe;
    display: none;
    left: 38px;
    overflow-y: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 480.5px;
    width: 166px;
    padding-left: 8px;
    overflow-x: hidden;
}
.public-nav-layout .category li.hover .sub-class {
    display: block;
}
.public-nav-layout .category .sub-class-content {
    display: block;
    float: left;
    width: 150px;
}
.public-nav-layout .category .sub-class-content .class-name-title {
    color: white;
    font-size: 15px;
    margin-bottom: 15px;
}
.public-nav-layout .category .recommend-class {
    display: block;
    font-size: 0;
    overflow: hidden;
    word-spacing: -1em;
}
.public-nav-layout .category .recommend-class span {
    background-color: #7c7171;
    display: inline-block;
    font-size: 12px;
    letter-spacing: normal;
    margin: 0 10px 10px 0;
    vertical-align: top;
    word-spacing: normal;
}
.public-nav-layout .category .recommend-class span a {
    color: #fff;
    display: block;
    line-height: 20px;
    padding: 2px 10px;
}
.public-nav-layout .category .sub-class dl {
    font-size: 0;
    word-spacing: -1em;
}
.public-nav-layout .category .sub-class dl dt, .public-nav-layout .category .sub-class dl dd {
    display: inline-block;
    font-size: 12px;
    letter-spacing: normal;
    vertical-align: top;
    word-spacing: normal;
    padding-bottom: 4px;
}
.public-nav-layout .category .sub-class dl dt {
    height: 16px;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 8px;
}
.public-nav-layout .category .sub-class dl dt h3 {
    color: white;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
}
.public-nav-layout .category .sub-class dl dt h3 a {
    color: white;
    padding-bottom: 8px;
}
.public-nav-layout .category .sub-class dl dt h3 a:hover {
    text-decoration: unset;
}
.public-nav-layout .category .sub-class dl dd {
    font-size: 0;
    word-spacing: -1em;
}
.public-nav-layout .category .sub-class dl:last-child dd {
    border-bottom: 0 none;
}
.public-nav-layout .category .sub-class dl dd a {
    border-left: 1px solid black;
    color: black;
    display: inline-block;
    font-size: 12px;
    height: 14px;
    letter-spacing: normal;
    line-height: 14px;
    margin-bottom: 10px;
    padding: 0 10px;
    vertical-align: top;
    word-spacing: normal;
}
.public-nav-layout .category .sub-class dl dd a:hover {
    color: #ffffff;
    text-decoration: unset;
}
.public-nav-layout .category .sub-class dl dd h5 {
    color: #333;
    font-size: 12px;
    line-height: 20px;
    margin: 4px 0 2px;
}
.public-nav-layout .category .sub-class-right {
    display: block;
    float: right;
    height: 440px;
    width: 194px;
}
.public-nav-layout .category .brands-list {
}
.public-nav-layout .category .brands-list ul {
    font-size: 0;
    height: 136px;
    overflow: hidden;
    word-spacing: -1em;
}
.public-nav-layout .category .brands-list li {
    background-color: transparent !important;
    display: inline-block;
    font-size: 12px;
    height: 31px;
    letter-spacing: normal;
    margin: 0 1px 3px 2px;
    vertical-align: top;
    width: 94px;
    word-spacing: normal;
}
.public-nav-layout .category .brands-list li a {
    display: block;
    position: relative;
    z-index: 1;
}
.public-nav-layout .category .brands-list li a img {
    bottom: 0;
    height: 31px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 94px;
    z-index: 2;
}
.public-nav-layout .category .brands-list li a span {
    background-color: #fff;
    color: #333;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding: 3px 4px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 86px;
    z-index: 1;
}
.public-nav-layout .category .brands-list li a:hover span {
    background: rgba(124, 113, 113, 0.95) none repeat scroll 0 0;
    color: #fff;
    z-index: 3;
}
.public-nav-layout .category .adv-promotions {
    display: block;
    margin: 0 2px;
    width: 190px;
}
.public-nav-layout .category .adv-promotions a {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 150px;
    margin-top: 10px;
    width: 190px;
}
.public-nav-layout .category .adv-promotions img {
    background: #d3d3d3 none repeat scroll 0 0;
    height: 150px;
    width: 190px;
}
.nch-breadcrumb-layout {
    text-align: center;
}
.nch-breadcrumb {
    font-size: 0;
    margin: 2px auto;
    text-align: left;
    border-block: 1px solid #1e8efe;
    background-color: #ffffff;
}
.nch-breadcrumb span {
    display: inline-block;
    font-size: 12px;
    height: 14px;
    letter-spacing: normal;
    line-height: 14px;
    word-spacing: normal;
    background: #ffffff;
    padding: 8px 20px 8px 12px;
    position: relative;
    color: #000000;
}
.nch-breadcrumb span:last-child {
    margin-left: -1px;
    clip-path: polygon(calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 0 0);
}
.nch-breadcrumb .divider-arrow {
    background: transparent;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    right: 5px;
    padding: 0;
    border-top: 1.5px solid #1e8efe;
    border-right: 1.5px solid #1e8efe;
    transform: rotate(45deg);
}
.nch-breadcrumb i {
    color: #aaa;
    font-size: 14px;
    margin-right: 4px;
}
.nch-breadcrumb a {
    display: block;
    color: #000000;
}
#top-banner {
    display: none;
    position: relative;
}
#top-banner .close {
    background: rgba(0, 0, 0, 0) url("../images/close.gif") no-repeat scroll 0 0;
    display: block;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 5px;
    width: 35px;
}
