<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.hide, .none {
	display: none
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
.ui-border-b {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.999, transparent), color-stop(.999, #ddd), to(#ddd))
}
}
  .nav-index {
    background-color: #fff;
    width: 100%;

  

    z-index: 2200;
    top: 0;
    left: 0;
}
.nav-index .equal-table {
    display: table; height:40px;
	    border-bottom: 1px solid #ddd;
    overflow-y: hidden;
}
.nav-index .equal-table li {
    display: table-cell;
    white-space: nowrap;
}
.nav-index .equal-table li:first-child a {
    border-left: 1px solid transparent;
}
.nav-index .equal-table li a {
   line-height: .64rem;
    text-align: center;
    overflow: hidden;
    padding: 0 .45333rem;
    font-size: 14px;
}
 .nav-index .equal-table li.nav-current span {
 
    padding: .05333rem .08rem;
    line-height: .42667rem;
    height: .42667rem;
    display: inline-block;
}
.nav-index .equal-table li {
    display: table-cell;
    white-space: nowrap;
}

#j-main-menu ul li.ui-state-active { border-bottom:2px solid #f60;
}
#j-main-menu ul li.ui-state-active a{ color:#f60;}

.sub-categories {
    position: fixed;
    top: 95px;
    left: 0px;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}
.sub-list li {
    -webkit-box-sizing: border-box;
    float: left;
    border-right: 1px solid #ddd;
  	border-bottom: 1px solid #ddd;
    width: 24.9%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #666;
}
.z-products.fixed .sub-categories {
    position: fixed;
    top: 95px;
    left: 0px;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}
.z-products .sub-list {

        display: none;
    overflow: hidden;
    background: #f8f8f8;
    font-size: 12px;
}
ul.sub-list {
    background: #f8f8f8;
}
 .sub-list li.active .sub-list-name {
    background-color: #ff7356;
    color: #fff;
	    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    min-width: 50px;
    max-width: 62px;
    border-radius: 12px;
}
.nav-index span {
    line-height: 40px;
}
.sub-list li.active .sub-list-name a {
    color: #fff;
}
.thin-border{ overflow:hidden;}
.hidden{ display:none;}</pre></body></html>