.search {
    width: 48px;
    height: 48px;
    margin-left: 90px;
    cursor: pointer;
}

.logo {
    max-width: 303px;
    max-height: 66px;
    margin-left: 16px;
    cursor: pointer;
}
.pc-header {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url('/static/images/logoright.png');
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
}

.header-row {
    display: flex;
    justify-content: start;
    margin: 27px 0;
}

.header-titles {
    display: flex;
    gap: 60px;
    height: 58px;
    align-items: center;
    background-color: #214697;
}


.header-titles .nav-btn {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
}
.header-titles .nav-btn:hover {
    background-color: #5574BA;
}

.header-titles .nav-btn.active {
    background-color: #4D7ED9;
}

.header-nav {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 25px;
}

.popup {
    width: 40%;
    left: 30%;
    height: 80px;
    background: #ffffff;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
    display: none;
    align-items: center;
    justify-content: center;
}

.header-titles li a {
    padding: 0 10px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    vertical-align: top; /* 确保垂直对齐顶部 */
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}


.header-titles .active span {
    border-left: 1px solid #7D342D;
    color: #7D342D;
}
.breadcrumb {
    margin: 0px;
    padding: 0px;
    margin-top: 50px;
    width: 1200px;
    gap: 10px;
    font-family: SourceHanSansSC-regular;
    display: flex;
    align-items: center;
}
.breadcrumb a {
    cursor: pointer;
    color: rgba(159,159,159,1);
    font-size: 16px;
}
.breadcrumb .active {
    cursor: pointer;
    color: rgba(0,0,0,1) !important;
    font-size: 16px;
}
.breadcrumb img {
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
}
