
@font-face {
font-family: 'AlibabaPuHuiTi';
src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.woff2') format('woff2'),
url('../fonts/AlibabaPuHuiTi-2-55-Regular.woff') format('woff'),
url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf') format('truetype');
font-weight: 400; /* 常规字重 */
font-style: normal;
font-display: swap; /* 优化字体加载体验，避免闪烁 */
}

*{
    color: #002e6d;
    font-family: 'AlibabaPuHuiTi', sans-serif; /* 优先使用自定义字体，sans-serif作为降级备选 */
}


.text-white{
    color:white!important;
}
a{
    text-decoration: none;
    color: inherit;
}
.bg-dark-blue {
    background: linear-gradient(to bottom,
    #8A3398 0%,
    #9C5898 100%);
}
.search-container {
    font-size: 16px;
}
.navbar-toggler{
    border: unset;
}
.navbar-toggler-icon{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-logo {
    width: 11.16rem;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}
.nav-item > .nav-link {
    color: white;
    position: relative;
}

.navbar-nav .nav-link.active {
    color: white;
}

.navbar-nav .nav-link.active:before {
    content: '';
    display: block;
    position: absolute;
    width: 2.7rem;
    height: 0.33rem;
    bottom: 0;
    left: 50%;
    margin-left: -1.35rem;
    right: 0;
    background: white;
    border-radius: 15px;
}

.search-input {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    border: unset;
    box-sizing: border-box;
    height: 32px;
    font-size: 12px;
    transition: 0.3s ease-out;
    line-height: 1.5;
    background: white;
    border-radius: 15px;
    overflow: hidden;
}

.search-input .search-pre {
    padding-left: 11px;
    line-height: 30px;
    color: #999;
}

.search-input .search-next {
    display: block;
    flex: 1 1 0%;
}

.search-input .search-icon:after{
    content: '';
    display: block;
    width: 16px;
    height: 18px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAACXBIWXMAAAsSAAALEgHS3X78AAABN0lEQVQ4jZVTwVHDQBAThj/ugLyZ0UAHpANSQkpIB5gSqCB0gOkg/Hgmsw0kT35JA5iRR+dxTOw4+ti+O8la3e5VVVXoQ0Q8AtiS3Ped+ScQEXMACwAPreUDgBJAQXJ7UiAich96ArDz+xrABICcPFtoQfI9Cdy0xBL5lWTRtepyRFxGxJ5k2Tiw7WUfuSWS25WeE2WTeU+k3RBZcJjK5xbATGtZRKjGO9s7C1s/NAIOSViNETBSGbVAQn6BQIPMasJ0DMFB6rbqfsgczBeAuTfPYe79sl1C4WQHg3Qv6Owm9UEtQFIBvqnbImLlm+mS9edvANctF8ezEBFSf/HnptPKcvgL4AfAfRqwU8MkgppFJIUlIQUmyyJ9eG0qkcFx7skhtf0nyVm7D0bBk6i86hu72MERAPwBEwqFYmRY9OUAAAAASUVORK5CYII=");
}

.search-input .search-t {
    padding: 0px 10px;
    border: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666;
    box-sizing: border-box;
    outline: none;
    background-color: white;
    transition: 0.3s ease-in-out;
}

@media (max-width: 992px) {
    .tel{
        font-size: 0.8rem;
    }
    .navbar-logo{
        width: 6.4rem;
    }
    .navbar-nav .nav-link.active:before{
        left: 3.1rem;
        margin-left:0;
        margin-left:0;
        bottom: 15px;
        height: 0.13rem;
    }
    .nav-link{
        font-size: 0.8rem;
    }
}
