/********header begin************/
/* 导航栏 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 203, 1);
    width: 1920px;
    height: 70px;
    align-items: center;
    margin-bottom: 70px;
}

/* Logo区域 */
.header__logo {
    width: 180px;
    height: 54px;
    margin: 8px 0 0 360px;
}

.header__logo-img {
    width: 118px;
    height: 24px;
}

.header__logo-text {
    width: 180px;
    height: 26px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 18px;
    margin-top: 4px;
}

/* 导航菜单 */
.header__nav-item {
    color: rgba(240, 240, 240, 1);
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
    margin: 10px 24px;
    cursor: pointer;
}

.header__nav-item:first-of-type {
    margin-left: 54px;
}

.header__nav-item--active {
    width: 32px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    padding-bottom: 14px;
    border-bottom: 4px solid rgba(255, 255, 255, 1);
}

/* 用户区域 */
.header__user-icon {
    width: 24px;
    height: 24px;
    margin: 23px 0 0 54px;
}

.header__divider {
    background-color: rgba(194, 198, 212, 0.3);
    width: 1px;
    height: 24px;
    margin: 23px 0 0 16px;
}

.header__login {
    width: 32px;
    height: 24px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
    margin: 23px 0 0 15px;
    cursor: pointer;
}

.header__register {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 9999px;
    height: 36px;
    width: 64px;
    margin: 17px 360px 0 16px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header__register-text {
    width: 32px;
    height: 24px;
    color: rgba(0, 0, 203, 1);
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
}
/********header end************/
/********footer begin************/

/* 页脚区域 */
.footer {
    background-color: rgba(11, 30, 46, 1);
    width: 1920px;
    height: 176px;
}

.footer__contact {
    width: 160px;
    height: 56px;
    margin: 48px 0 0 360px;
}

.footer__contact-title {
    width: 64px;
    height: 24px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
}

.footer__contact-phone {
    width: 160px;
    height: 24px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin-top: 8px;
}

.footer__info-item {
    height: 24px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
    margin: 80px 0 0 113px;
    white-space: nowrap;
}

.footer__info-item:first-of-type {
    margin-left: 114px;
}

.footer__info-item--address {
    width: 274px;
    height: 48px;
    margin-right: 360px;
}

/* 版权信息 */
.footer__copyright {
    background-color: rgba(2, 41, 75, 1);
    height: 72px;
    width: 1920px;
    align-items: center;
    justify-content: center;
}

.footer__copyright-text {
    width: 504px;
    height: 24px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
}
.footer-container{
    /* position: fixed;
    bottom: 0;
    left: 0;
    right: 0; */
}

/********footer end************/