/* 深层隐藏菜单、搜索遮罩等非首屏样式 - 异步加载 */
.header-nav-children {
    transition: all .2s;
    -webkit-transition: all .2s;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: 0 0;
    /*left: -9999px;*/
    position: absolute;
    background: #fff;
    min-width: 150%;
    z-index: -1;
    padding: 9px 0;
    box-shadow: 0px 2px 8px 0px #EEF2F5;
}
.header-nav-children-item {
    padding: 9px 20px;
    display: block;
    white-space: nowrap;
}

.header-nav-children-item:hover {
    color: #86BE1E;
}
.header-service-container {
    width: 100%;
    position: fixed;
    height: calc(90vh - 110px);
    max-height: 680px;
    background-color: #fff;
    z-index: 100;
    background-image: url("../../src/nav_bg.webp?v=1.1.4");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: calc(50% - 600px) bottom;
    left: -9999px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all .2s;
    -webkit-transition: all .2s;
}

.header-service-container-show {
    transition: transform .2s;
    -webkit-transition: transform .2s;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: 0 0;
    left: 0;
}

.header-service-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    /*box-shadow: 0px 0px 10px 0px rgba(166, 166, 166, 0.5);*/
    background-image: linear-gradient(to bottom, rgba(166, 166, 166, 0.2), transparent);
    z-index: 100;
    position: absolute;
    top: 0px;
}

.header-service-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    /*box-shadow: 0px 0px 10px 0px rgba(166, 166, 166, 0.5);*/
    background-image: linear-gradient(to bottom, rgba(166, 166, 166, 0.2), transparent);
    z-index: 100;
    position: absolute;
    bottom: -10px;
}

.header-service-header {
    height: 80px;
    background: #F6F7F7;
    border-bottom: #E6E6E6 1px solid;
}

.header-service-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 0;
}

.header-service-nav-item {
    font-size: 1rem;
    font-weight: 500;
    color: #293A4C;
    line-height: 24px;
    display: flex;
    justify-content: center;
    margin: 18px 0;
    border-left: transparent 4px solid;
    padding-left: 10px;
    box-sizing: border-box;
}

.header-service-nav-item:hover, .header-service-nav-item-ck {
    color: #86BE1E;
    position: relative;
    border-left: #86BE1E 4px solid;
}

.header-service-nav-item i {
    display: none;
    position: absolute;
    left: 50%;
    font-size: 1rem;
    margin-left: -8px;
    top: 50px;
    color: #86BE1E;
    line-height: 20px;
}

.header-service-nav-item:hover i, .header-service-nav-item-ck i {
    /*display: block;*/
}

.header-service-list {
    width: 100%;
    /*height: calc(100% - 80px);*/
}

.header-service-list-center {
    overflow-y: scroll;
    height: 100%;
}

.header-service-list-center::-webkit-scrollbar {
    display: none;
}

.header-service-list-tit {
    font-size: 1rem;
    font-weight: 500;
    color: #293A4C;
    line-height: 36px;
    margin: 32px 0 0 0;
    display: flex;
    float: left;
    height: 36px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    padding: 0 12px;
    align-items: center;
}

.header-service-list-tit:after {
    background-image: url("../../src/header_icon.webp?v=1.1.4");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    margin-left: 10px;
    width: 16px;
    height: 16px;
}

.header-service-list-tit:hover {
    background: #86BE1E;
    color: #fff;
    border: 1px solid #86BE1E;
}

.header-service-list-tit:hover:after {
    /*text-decoration: underline;*/
    background-image: url("../../src/header_icon_w.webp?v=1.1.4");
}

.header-service-list-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.header-service-list-rank {
    /*flex: 1;*/
    width: 100%;
    flex: none;
    /*border-right: #E6E6E6 1px solid;*/
    box-sizing: border-box;
    /*padding-bottom: 28px;*/
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    margin-right: 20px;
}

.header-service-list-rank:last-child {
    border-right: none;
}

.header-service-list-rank-tit {
    font-size: 1rem;
    font-weight: 500;
    /*color: #293A4C;*/
    line-height: 24px;
    /*margin-bottom: 6px;*/
    width: 100%;
    color: #86BE1E;
    flex: none;
    margin-top: 32px;
}

.header-service-list-item {
    font-size: .875rem;
    font-weight: 400;
    color: #293A4C;
    line-height: 20px;
    margin-top: 16px;
    display: block;
    padding-right: 40px;
    box-sizing: border-box;
    width: 25%;
    flex: none;
}

.header-service-list-item:hover {
    text-decoration: underline;
}
.header-search-container {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    /*background: #fff;*/
    /*border-top: #e5e5e5 1px solid;*/
    z-index: 100;
    display: none;
    background-color: rgba(255, 255, 255, .98);
}

.header-search-main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.header-search-mask-logo {
    width: 1200px;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-search-mask-logo-img {
    width: 147px;
    height: 49px;
    display: block;
}

.header-search-mask-logo-img img{
    width: 100%;
    height: auto;
    display: block;
}

.header-search-mask-logo .iconfont {
    font-size: 20px;
}

.header-search-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 32px;
}

.header-search-box {
    width: 1000px;
    height: 60px;
    margin-top: 32px;
    position: relative;
}

.header-search-box a {
    font-size: 1.125rem;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 120;
}

.header-search-box .icon-sousuo {
    right: 20px;
}

.header-search-box .icon-guanbi {
    right: 48px;
    color: #959597;
    display: none;
}

.header-search-text {
    width: 1000px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid #CCCCCC;
    padding: 0 60px 0 20px;
    line-height: 58px;
    font-size: .875rem;
}

.header-search-text:focus {
    border: 1px solid #86BE1E;
}

.header-search-tags {
    width: 1000px;
    margin-top: 24px;
    height: 24px;
    overflow: hidden;
    position: relative;
    padding-left: 90px;
    box-sizing: border-box;
}

.header-search-tags-item {
    height: 24px;
    line-height: 24px;
    font-size: .875rem;
    font-weight: 400;
    color: #959597;
    padding: 0 8px;
    background: #F6F7F7;
    margin: 0 6px;
    display: block;
    float: left;
    max-width: 100%;
}

.header-search-tags-tit {
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 24px;
    font-size: 1rem;
    font-weight: 500;
    color: #293A4C;
    letter-spacing: 1px;
}

.header-search-tags-item:first-child {
    margin-left: 18px;
}
.mobile-nav-main {
    position: absolute;
    height: calc(100vh - 64px);
    width: 100%;
    top: 64px;
    left: 0;
    background: #fff;
    z-index: 100;
    display: flex;
}

.mobile-nav-left {
    width: 128px;
    background: #F6F7F7;
    flex: none;
}

.mobile-nav-left-item {
    width: 100%;
    margin: 24px 0;
    font-size: 1rem;
    font-weight: 400;
    color: #293A4C;
    line-height: 24px;
    padding-left: 15px;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.mobile-nav-left-item-ck {
    color: #86BE1E;
}

.mobile-nav-left-item-ck:before {
    width: 4px;
    height: 16px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background: #86BE1E;
}

.mobile-nav-right {
    flex: 1;
    height: 100%;
    overflow-y: scroll;
}

.mobile-nav-right-item {
    width: 100%;
}

.mobile-nav-right-item .mobile-nav-right-item-tit {
    font-size: 1rem;
    font-weight: 500;
    color: #293A4C;
    line-height: 24px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 24px;
    box-sizing: border-box;
}

.mobile-nav-right-item .mobile-nav-right-item-tit:after {
    background: url("../../src/slide_right.webp?v=1.1.4");
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    content: "";
    display: block;
}

.mobile-nav-hasChildren .mobile-nav-right-item-tit:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.mobile-nav-children-container {
    /*padding: 24px 24px 12px 12px;*/
    /*box-sizing: border-box;*/
}

.mobile-nav-children-link {
    padding: 12px 12px 12px 24px;
    box-sizing: border-box;
    border-bottom: #EEF2F5 1px solid;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: #86BE1E;
    line-height: 24px;
}

.mobile-nav-children-link:after {
    background: url("../../src/slide_right.webp?v=1.1.4");
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    content: "";
    display: block;
    margin-left: 5px;
}

.mobile-nav-children-list {
    padding: 12px 12px 12px 24px;
    box-sizing: border-box;
}

.mobile-nav-children-tit {
    font-size: 1rem;
    font-weight: 500;
    color: #293A4C;
    line-height: 24px;
    display: block;
}

.mobile-nav-children-item-link {
    font-size: .875rem;
    font-weight: 400;
    color: #293A4C;
    line-height: 20px;
    display: block;
    margin-top: 12px;
}

.header-service-content {
    display: flex;
    height: 100%;
}

.header-service-right {
    flex: 1;
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
    padding-left: 40px;
}

.header-service-left {
    width: 165px;
    flex: none;
    /*background-color: #F6F7F7;*/
    height: 100%;
    overflow-y: scroll;
}

.header-service-left::-webkit-scrollbar {
    display: none;
}
