.page-wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    clear: both;
    height: inherit;
    box-sizing: border-box;
}

.top-header {
    background: rgba(24, 101, 171, 1);
    min-width: 1200px;
}

.top-header .welcome {
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    float: left;
}

.top-header .right {
    float: right;
    display: flex;
    align-items: center;
}

.top-header .right .user,
.top-header .right .phone {
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    margin-left: 60px;
}

.top-header .right .user {
    display: flex;
    align-items: center;
}

.top-header .right .user img {
    width: 18px;
    margin-right: 4px;
}

.nav-box .box {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
    align-items: center;
}

.nav-box .logo {
    display: block;
}

.nav-box .logo img {
    /* height: 121px; */
    height: 84px;
    display: block;
}

.nav-list {
    padding-bottom: 12px;
}

.nav-list a {
    width: 90px;
    height: 49px;
    display: inline-block;
    margin-left: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 49px;
    color: rgba(128, 128, 128, 1);
    text-align: center;
}

.nav-list a:hover,
.nav-list a.active {
    background: rgba(24, 101, 171, 1);
    color: #fff;
}

.nav-list a:first-of-type {
    margin-left: 0;
}

footer {
    background: rgba(25, 93, 179, 1);
    padding: 20px 0;
    min-width: 1200px;
}

footer .wrap {
    width: 1200px;
    margin: auto;
}

footer .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}

footer .phone img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.copyright {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(217, 217, 217, 1);
    text-align: center;
}

.copyright a {
    margin-left: 22px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(217, 217, 217, 1);
}