/* 左侧菜单分类样式 */
.products-category {
    width: 360px;
}
.products-content {
    min-width: 81%;
    margin-left: 65px;
}
.products-category-crumbs {
    margin: 0 0 10px 0;
    font-size: 16px;
    padding-left: 15px;
    font-family: PingFangSC-Regular, sans-serif;
}
.products-category-crumbs a {
    color: #000;
}
.products-category-menu {
    width: 380px;
    font-size: 16px;
}
.category-menu-header {
    display: flex;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
}
.category-menu-title {
    width: 193px;
    line-height: 60px;
    text-align: center;
    border: 1px solid lightgrey;
}
.category-menu-title-curr {
    background-color: #5d89a7;
    border: 1px solid #5d89a7;
    color: #fff;
}
.category-menu-nav {
    display: grid;
}
.category-menu-nav a {
    color: #000;
}
.category-menu-nav-item {
    position: relative;
    line-height: 60px;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}
.category-menu-nav-item-last {
    border-bottom: 1px solid lightgrey;
}

.category-menu-nav-item:hover {
    background-color: #5d89a7;
    border: 1px solid #5d89a7;
    color: #fff;
}
.category-menu-nav-item:hover .open {
    display: block;
}
.category-menu-nav-item:hover .header a{
    color: #fff;
}
.category-menu-nav-item:hover .header {
    border-bottom: 0px;
    color: #fff;
}
.sub-menu-nav-item-header,
.menu-nav-item-header {
    display: block;
    color: #000;
    margin: auto 20px;
    border-bottom: 1px solid lightgrey;
}
.sub-menu-nav-item-header a {
    padding: 0px;
    margin: 0px;
    color: #5d89a7;
}
.menu-nav-item-header span {
    float: right;
}
.menu-nav-item-header-last {
    border-bottom: 0px;
}
/* 二级栏目 */
.sub-menu-nav-item {
    display: none;
    position: absolute;
    color: #000;
    width: 384px;
    left: 380px;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 10px #cacaca;
}
.sub-menu-nav-item ul {
    margin-top: 10px;
    padding-left: 0px;
}
.sub-menu-nav-item ul>li {
    list-style: none;
    line-height: 3;
    position: relative;
    padding:0 20px;
}
.sub-menu-nav-item ul li:hover {
    cursor: pointer;
    background-color: #5d89a7;
    color: #fff;
}
.sub-menu-nav-item ul li:hover a {
    color: #fff;
}
.sub-menu-nav-item ul li span {
    float: right;
}
.three-menu-nav-li:hover .exp {
    display: block;
}

/* 三级栏目 */
.three-menu-nav-item {
    display: none;
    position: absolute;
    color: #000;
    padding: 5px 0;
    width: 364px;
    left: 385px;
    top: -5px;
    z-index: 999;
    /*background-color: #fff;*/
    /*box-shadow: 0 0 10px #cacaca;*/
}
.three-menu-nav-item p a {
    color: #000 !important;
}
.three-menu-nav-item p {
    line-height: 2;
    padding: 8px 25px;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 0 10px #cacaca;
}
.three-menu-nav-item p:hover{
    background-color: #5d89a7;
    color: #fff;
}
.three-menu-nav-item p:hover a{
    color: #fff !important;
}

.category-menu-links-item {
    margin: 15px 0;
    border: 1px solid lightgrey;
    width: 380px;
    text-align: center;
}
.category-menu-links-item img {
    padding: 10px;
}
.category-menu-links-item span {
    display: block;
    height: 71px;
    border-left: 1px solid lightgrey;
}

.products-category-publish {
    margin-top: 20px;
    width: 380px;
    height: 970px;
    overflow-y: auto;
    border: 1px solid lightgrey;
    background: #f8f8f8;
}

/* 滚动条样式 */
.products-category-publish::-webkit-scrollbar {
    width: 4px;
}
.products-category-publish::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius:5px;
    -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
    background: #ff9d03;
}
.products-category-publish::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset005pxrgba(0,0,0,0.2);
    border-radius:0;
    background: transparent;
}

.products-category-publish .publish-item {
    margin: 10px 0;
}
.products-category-cat .header,
.products-category-score .header,
.products-category-publish .publish-item .header {
    display: block;
    font-size: 18px;
    padding: 10px 10px 10px 0;
    margin: auto 10px;
    border-bottom: 1px solid #b3b3b3;
}
.products-category-publish .publish-item ul {
    height: 300px;
    overflow: hidden;
    margin-top: 15px;
    padding-left: 10px;
    font-size: 18px;
}
.products-category-publish .publish-item ul a{
    color: #282727;
}

.products-category-publish .publish-item ul li :hover{
    text-decoration: underline;
    color: #000;
}

.products-category-publish .publish-item ul li {
    list-style: none;
    line-height: 2;
    padding-right: 30px;
}
.products-category-publish .publish-item ul li span{
    float: right;
}
.products-category-publish .publish-item .active a{
    text-decoration: underline;
    color: #000;
}
.products-category-publish .publish-item .active span {
    text-decoration: underline;
}
.products-category-publish .publish-item .more a {
    color: #ff9d03;
}

.products-category-cat,
.products-category-score {
    margin-top: 20px;
}
.products-category-cat .header,
.products-category-score .header {
    margin: 0;
}
.products-category-score .score-star .rating {
    color: #ff9d01;
    margin: 10px 0;
    /*text-shadow: 0px 1px 0 #a2a2a2;*/
}
.products-category-score .score-star .norating {
    color: #cbcbcb;
    margin: 10px 0;
    /*text-shadow: 0px 1px 0 #a2a2a2;*/
}
.products-category-score .score-star .norating span,
.products-category-score .score-star .rating span {
    padding: 5px;
    font-size: 18px;
}
.products-category-score .score-star .norating .num,
.products-category-score .score-star .rating .num {
    color: #000;
    font-weight: 200;
    text-shadow: none;
}

.products-category-cat ul {
    margin-top: 15px;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 200;
}
.products-category-cat ul a{
    color: #000;
}
.products-category-cat ul li {
    list-style: none;
    line-height: 2;
    padding-right: 20px;
}
.products-category-cat ul li span {
    float: right;
}
/* 左侧菜单分类样式 end  */