
.home-header {
    font-family: "思源黑体";
    color: #515a6e;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    border-top: 5px solid #1677ff;
    background-color: #fff;
}

.header-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.logo-container {
    width: 260px;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo-link {
    display: block;
    height: 70px;
    width: 100%;
}

.logo-image {
    width: 200px;
    height: 60px;
    background-image: url('../images/jszwfw-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    padding-right: 20px;
}

.header-title {
}

.title-text {
    font-size: 20px;
    font-weight: bold;
    color: #515a6e;
}

.login-section {
    width: auto;
}