﻿
.quick-link-text {
    color: rgba(0,0,0,.4)
}

@media (min-width: 576px) {
    .media-category-menu-sub {
        width: 320px;
    }
}

@media (min-width: 768px) {
    .media-category-menu-sub {
        width: 500px;
    }
}

@media (min-width: 992px) {
    .media-category-menu-sub {
        width: 740px;
    }
}

@media (min-width: 1200px) {
    .media-category-menu-sub {
        width: 920px;
    }
}

@media (min-width: 1300px) {
    .media-category-menu-sub {
        width: 1020px;
    }
}
/*
@media (min-width: 1900px) {
    .media-category-menu-sub {
        width: 1540px;
    }
}*/

/*----------------顶部工具栏--------*/
.z-topbar {
    display: flex;
    justify-content: space-between;
    color: rgba(0,0,0,.65);
    font-size: 0.875rem;
    padding: 0.3125rem;
}

.z-topbar .z-left {
    flex: 1;
}

.z-topbar .z-col {
    padding: 0 0.3125rem;
}

.z-topbar .z-pointer {
    cursor: pointer;
}

.z-left .z-col a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.z-left .z-col a:hover {
    text-decoration: none;
    outline: none;
    color: inherit;
}

/*.z-topbar a {
        text-decoration: none;
        color: rgba(0,0,0,.65);
    }*/
/*.z-topbar .z-divider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 0.875rem;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum","tnum";
    font-feature-settings: "tnum","tnum";
    background: #e8e8e8;
}*/
.z-topbar .z-right {
}
/*----------------顶部工具栏----------*/

/*----------------logo搜索栏----------*/
.z-searchBar {
    display: flex;
    justify-content: center;
    align-items:center;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
}

/*logo 宽度:220*/
.z-searchBar .z-logo {
    width: 13.75rem;
}

/*logo 高度:50*/
.z-searchBar .z-logo .logo {
    height: 3.125rem;
}
/*口号 高度:20*/
.z-searchBar .z-logo .slogan {
    height: 1.25rem;
}
/*搜索框 700*/
.z-searchBar .z-searchInput {
    flex:1;
}
/*搜索框:输入框*/
    

/*搜索框:关键词*/
.z-searchBar .z-searchInput .keyWord {
    color: rgba(0,0,0,.4)
}
   

/*最右边宽度160*/
.z-searchBar .z-right {
    width: 16rem;
}


/*--------------------tabBar-------------------*/

.z-navbar {
    display:flex;
    width: 80vw;
    max-width:80vw;
}

.z-category-menu {
    position: relative;
    display: inline-block;
    padding: 0 1rem;
    width: 13.75rem; /*220px*/
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    background-color: #007bff;
    text-align: left;
    font-weight: 400;
    font-size: 0.875rem;
    vertical-align: middle;
}

.z-category-menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 2.5rem;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    z-index: 1061;
}

.z-category-menu-list {
    width: 13.75rem; /*220px*/
    height: 28.25rem; /*calc(100vh - 14.375rem); 28.25rem;*/
    background-color: rgba(0,0,0,.6);
    overflow-x: hidden;
    overflow-y: auto;
}

.z-category-menu-list-item {
    padding: 0 0 0 1rem;
    width: calc(100% + 1.5px);
    line-height: 2rem;
}

.z-category-menu-list-item:hover {
    color: #007bff;
    background-color: #fff;
}

/*.z-category-menu-list-item:hover .z-category-menu-sub {
    display:block;
}*/

.z-category-menu-list-item-title {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right:1rem;
}

.z-category-menu-sub {
    display: none;
    position: absolute;
    top: 0;
    left: 13.75rem; /*220px*/
    padding: 0.5rem 0.5rem 0;
    height: 100%; /*calc(100% - 0.125rem);*/
    background-color: #fff;
    box-shadow: 0 2px 0.5rem rgb(0 0 0 / 15%);
    overflow-x: hidden;
}

.z-sub-title-wrapper {
    position: relative;
    height: 2rem;
    border-bottom: 1px solid #d9d9d9;
}

.z-sub-title-wrapper .sub-title {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 2rem;
    line-height: 1.875rem; /*30px*/
    background-color: #f5f5f5;
    color: #444;
    border: 1px solid #d9d9d9;
}

.z-sub-title-wrapper .sub-title-active {
    background-color: #fff;
    color: #005abf;
}

.z-sub-title-wrapper .sub-title-active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #007bff;
}

.z-sub-title-wrapper .sub-title-active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.z-sub-content-wrapper {
    width: 100%;
    height: calc(100% - 2.5rem);
    overflow-y: auto;
    color: #212529;
    overflow-x:hidden;
}

.z-sub-content-wrapper .content-row {
    /*position: relative;*/
    padding-bottom: 0.5rem;
    line-height: 1rem;
    display: flex;
        
}

.z-content-row-label {
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    width: 10rem;
    color: rgba(0,0,0,.85);
    font-weight: bolder;
    vertical-align: top;
    text-align: right;
}

.z-content-row-label a {
    color: rgba(0,0,0,.85);
}

.z-content-row-label a:hover {
    color: #007bff;
}

.z-content-row-content {
    flex: 1;
    border-bottom: 1px dashed #d9d9d9;
}

.z-category-menu-sub .content-tag {
    position: relative;
    display: inline-block;
    padding: 0.5rem 1.5rem 0.5rem 0;
    line-height: 1rem;
}

.z-category-menu-sub .content-tag a {
    color: #212529
}

.z-category-menu-sub .content-tag a:hover {
    color: #007bff;
}

.z-category-menu-sub .content-tag .tag-img {
    visibility: hidden;
    position: absolute;
    left: 0;
    min-width: 3.75rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    text-align: center;
    z-index: 1;
    cursor:pointer;
}

.z-category-menu-sub .content-tag .tag-img img {
    width: 7.5rem;
    height: 100%;
}

.z-category-menu-sub .content-tag .tag-img .img-title {
    color: #444;
    margin-bottom: 4px;
    white-space: nowrap;
}

.z-category-menu-sub .content-tag .tag-img-bottom {
    visibility: visible;
    top: 2rem;
}

.z-category-menu-sub .content-tag .tag-img-bottom:after {
    content: " ";
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    display: block;
    position: absolute;
    top: -0.25rem;
    left: 30%;
    margin-left: -0.25rem;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}

.z-navbar .z-tabs-bar {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 0.75rem;
}

.z-navbar .z-tabs-bar .tab-item {
    padding: 0 1rem;
    position: relative;
    font-weight: bold;
    height: 2.5rem;
    line-height: 2.5rem;
}

.z-navbar .z-tabs-bar .tab-item a {
    text-decoration: none;
    outline: none;
    color: #212529;
}

.z-navbar .z-tabs-bar .tab-item .z-active {
   color:#007bff;
}

.z-navbar .z-tabs-bar .tab-item a:hover {
    color: #0056b3;
}

.z-navbar .z-tabs-bar .tab-item ul {
    position: absolute;
    top: 2rem;
    left: 0;
    min-width: 7.5rem;
    z-index: 100;
    list-style: none;
    background-color: #fff;
    font-weight: normal;
    padding: 0;
    /*color:rgba(0,0,0,.4);*/
    font-size:0.875rem;
    display:none;
}

.z-navbar .z-tabs-bar .tab-item ul li {
    list-style-type: none;
    padding: 0;
    padding: 0.5rem 1rem;
}

.z-navbar .z-tabs-bar .tab-item ul li a {
    /*color: rgba(0,0,0,.4);*/
    text-decoration: none;
    outline: none;
    color: #212529;
}

.z-navbar .z-tabs-bar .tab-item ul li a:hover {     
    color: #007bff;
}


/*.z-navbar .z-tabs-bar .tab-item ul li:hover {
    list-style-type: none;
    background-color:#f3f3f3;
    color:#007bff;
}*/

/*.z-navbar .z-tabs-bar .tab-item ul li a:hover {*/
    /*list-style-type: none;    
    background-color: #f3f3f3;
    color: #007bff;*/
/*}*/

.z-navbar .z-shop-car {
    width: 12rem; /*256*/
    text-align:right;
    padding-right:1rem;
}

/*--------------------footer-------------------*/
.z-footer {
    color: #fff;
    font-size: 0.875rem; /*14px*/
    text-align: center;
    padding: 0.5rem;
}

.z-footer .copyright {

}

.z-footer a {
    text-decoration: none;
    list-style: none;
    color: #fff;

}

.z-footer a:hover {
    text-decoration: none;
    list-style: none;
    color: #fff;
}


