.app-header {
    min-width: 1280px;
    background: #fff;
    height: 134px;
    z-index: 999;
}

.app-header.transparent {
    background-color: transparent;
}

.app-header .top-nav {
    color: #666;
}

.app-header.transparent .top-nav {
    color: #fff;
}

.app-header .main-nav {
    color: #333;
}

.app-header.transparent .main-nav {
    color: #fff;
}

.top-nav {
    height: 44px;
    padding: 13px 0;
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #eee;
}

.app-header.transparent .top-nav {
    border-bottom: transparent;
}

.nav-content {
    margin-left: 12px;
}

.app-header.transparent .nav-content {
    color: #fff;
}

.main-nav {
    height: 90px;
    color: white;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-content {
    display: flex;
    align-items: center;
}

.header-logo {
    width: 322px;
    padding-top: 24px;
}

.logo-img {
    width: 322px;
    height: 36px;
    background: url(../../images/sub-pc/header-logo-gold.png) no-repeat center / 322px 36px;
}

.app-header.transparent .logo-img {
    background-image: url(../../images/sub-pc/logo.png);
}

.main-nav-content {
    width: 132px;
    line-height: 90px;
}

@media (max-width: 1499px) {
    .main-nav-content {
        width: 120px;
    }
}

.top-nav a:hover,
.left-content a:hover {
    color: #ddaf59;
}

.main-nav-content.on > a {
    font-weight: 600;
    color: #ddaf59;
}

.app-header.transparent .main-nav-content.on > a {
    color: #fff;
}

.main-nav-content.main-nav-content-1 {
    margin-left: 40px;
    width: 96px;
}

.app-header.transparent .main-nav-content > a {
    color: #fff;
}

.main-nav-content.on:after {
    position: absolute;
    content: "";
    background-color: #ddaf59;
    height: 4px;
    width: 30px;
    left: 50%;
    transform: translateX(-50%);
    top: 86px;
    border-radius: 2px;
}

.app-header.transparent .main-nav-content.on:after {
    background-color: #fff;
}

.sub-nav-content {
    top: 134px;
    left: 0;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0 10px 16px -8px rgba(0, 0, 0, 0.18);
    z-index: 999;
    display: none;
    pointer-events: none;
}

.sub-nav-glass-bg {
    top: 134px;
    left: 0;
    height: calc(100vh - 134px);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    z-index: 998;
    display: none;
    pointer-events: none;
}

.sub-nav-bg {
    z-index: -1;
    top: 0;
    left: 0;
    width: 960px;
    height: 300px;
}

.sub-nav-content.product .sub-nav-bg {
    background: url(../../images/sub-pc/header-sub-nav-product.png) no-repeat center / 960px 300px;
}

.sub-nav-content.about-us .sub-nav-bg {
    background: url(../../images/sub-pc/header-sub-nav-about-us.png) no-repeat center / 960px 300px;
}

.sub-nav-content.customer-service .sub-nav-bg {
    background: url(../../images/sub-pc/header-sub-nav-customer-service.png) no-repeat center / 960px 300px;
}

.app-header.sub-nav-open-product > .sub-nav-content.product {
    display: flex;
    pointer-events: auto;
}

.app-header.sub-nav-open-about-us > .sub-nav-content.about-us {
    display: flex;
    pointer-events: auto;
}

.app-header.sub-nav-open-customer-service > .sub-nav-content.customer-service {
    display: flex;
    pointer-events: auto;
}

.app-header.sub-nav-open-product > .sub-nav-glass-bg,
.app-header.sub-nav-open-about-us > .sub-nav-glass-bg,
.app-header.sub-nav-open-customer-service > .sub-nav-glass-bg {
    display: block;
}

.sub-nav-inner {
    padding-left: 60px;
}

.sub-nav-left {
    padding-top: 110px;
    width: 898px;
}

@media (max-width: 1499px) {
    .sub-nav-left  {
        width: 674px;
    }
}

.sub-nav-title {
    height: 50px;
    font-size: 36px;
    line-height: 50px;
    position: relative;
}

.sub-nav-title:after {
    position: absolute;
    content: "";
    background-color: #ddaf59;
    height: 4px;
    width: 80px;
    left: 2px;
    top: 66px;
}

.sub-nav-desc {
    margin-top: 13px;
    width: 648px;
    line-height: 25px;
}

.sub-nav-right {
    margin-top: 57px;
    max-height: 222px;
    flex-wrap: wrap;
}

.sub-nav-item {
    margin-bottom: 30px;
    width: 210px;
    height: 37px;
    margin-right: 22px;
}

.sub-nav-item .sub-nav-link-text {
    font-size: 15px;
    line-height: 21px;
}

.sub-nav-item a:hover .sub-nav-link-text,
.sub-nav-item.on .sub-nav-link-text {
    color: #ddaf59;
}

.sub-nav-item .sub-nav-link-icon {
    width: 14px;
    height: 14px;
    background: url(../../images/sub-pc/header-sub-right.png) no-repeat center / 14px 14px;
}

.sub-nav-item a:hover .sub-nav-link-icon,
.sub-nav-item.on a .sub-nav-link-icon {
    background: url(../../images/sub-pc/header-sub-right-gold.png) no-repeat center / 14px 14px;
}

.sub-nav-item > div {
    margin-top: 4px;
}

.right-content {
    display: flex;
    align-items: center;
}

.app-header.transparent .search-img {
    background-image: url(../../images/sub-pc/search.png);
}

.search-img {
    width: 20px;
    height: 20px;
    background: url(../../images/sub-pc/search-black.png) no-repeat center / 20px 20px;
}

.app-header .search-img.search-open {
    background-image: url(../../images/sub-pc/search-close.png);
}

.login-button {
    margin-left: 30px;
    height: 28px;
    background: linear-gradient(270deg, #DCAE60 0%, #EED083 100%);
    width: 83px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}

/* 全局搜索 */
.header-search-container {
    position: absolute;
    top: 134px;
    left: 0;
    z-index: 999;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 0;
    background: #FFFFFF;
    align-items: center;
}

.header-search-input {
    width: 1000px;
    height: 50px;
    border-radius: 4px;
    border: 2px solid #EEEEEE;
    padding-left: 64px;
    font-size: 16px;
}

.header-search-input-icon {
    position: absolute;
    top: 13px;
    left: 20px;
    width: 24px;
    height: 24px;
    background: url(../../images/sub-pc/search-input-icon.png) no-repeat center / 24px 24px;
}

.header-search-input-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 92px;
    height: 40px;
    background: linear-gradient(270deg, #ddaf59 0%, #EED083 100%);
    border-radius: 4px;
    line-height: 40px;
}

.header-search-result {
    width: 1000px;
    padding: 24px 28px 0;
}

.result-block:not(:first-child) {
    margin-top: 20px;
}

.result-type {
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;

}

.result-list.fund {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.result-list.fund .result-item {
    width: 33.3%;
}

.result-item {
    margin-top: 20px;
    padding-right: 20px;
}

.result-item:hover {
    color: #ddaf59;
}
