@import url("./mobie/header.css");

@media (min-width: 668px) {
    .header-mobie{
        display: none;
    }
    .header {
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0rem 0.0625rem 0rem 0rem rgba(0, 0, 0, 0.18);
        position: sticky;
        top: 0;
        z-index: 99;
    }
    
    .header-top {
        width: 100%;
        height: 2rem;
        background: #EEEEEE;
    }
    
    .header-top-content {
        height: 100%;
        width: 75rem;
        margin: 0 auto;
        line-height: 2rem;
    }
    
    .header-top-content span {
        font-size: 0.75rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 1.0625rem;
    }
    
    .header-top-content span.hotline {
        font-weight: bold;
    }
    
    .header-bottom {
        width: 100%;
        height: 3.25rem;
        background: #FFFFFF;
    }
    
    .header-bottom-content {
        height: 100%;
        width: 75rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .header-left {
        display: flex;
        align-items: center;
    }
    
    .header-logo {
        width: 2.4375rem;
        height: 2.4375rem;
        margin-right: 1.875rem;
    }
    
    .router-link {
        font-size: 1rem;
        font-family: PingFangSC-Regular, PingFang SC;
        color: #333333;
        line-height: 1.375rem;
        margin-right: 4rem;
        text-decoration: none;
    }
    
    .router-link:hover {
        color: #022361;
        text-decoration: underline;
    }
    
    .router-link-icon {
        width: 0.6875rem;
        height: 0.6875rem;
        margin-left: 0.375rem;
    }
    
    
    .router-link-active {
        font-weight: bold;
        font-family: PingFangSC-Semibold, PingFang SC;
    }
    
    .header-right {
        width: 6.3125rem;
        height: 2.1875rem;
        background: #E7DBBB;
        border-radius: 1.125rem;
        border: 0.0625rem solid #C99E71;
        font-size: 1rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #683D10;
        line-height: 2.1875rem;
        text-align: center;
    }
    
    .header-right:hover {
        color: #683D10;
        text-decoration: underline;
    }
    
    .project-route {
        font-size: 1rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 1.375rem;
    }
    
    .project-route:hover {
        color: #022361 !important;
        text-decoration: underline;
    }
    
    .ant-dropdown-menu-item {
        background-color: #FFFFFF !important;
    }
    
    .tools-wrapper {
        position: fixed;
        right: 0rem;
        top: 27.5625rem;
    }
    
    .tools-test {
        display: block;
        width: 4rem;
        height: 8.875rem;
        background: #E7DBBB;
        border: 0.0625rem solid #C99E71;
        font-size: 1.25rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #683D10;
        line-height: 1.75rem;
        writing-mode: vertical-rl;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top-left-radius: 1.875rem;
        letter-spacing: 0.375rem;
        margin-bottom: 4.5rem;
    }
    
    .tools-test:hover {
        color: #683D10;
    }
    
    .tools-top {
        width: 4rem;
        height: 4rem;
        object-fit: cover;
        cursor: pointer;
    }
    
}
