header {
    height: 0.390625rem;
    background: rgba(255, 255, 255, 1);
}

.header {
    width: 5.625rem;
    height: 0.390625rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .nav {
    display: flex;
    align-items: center;
}

.header .nav li {
    margin-right: 0.1953125rem;
}

.header .nav li:last-of-type {
    margin-right: 0;
}

.header .nav li a {
    font-size: 0.078125rem;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.header .nav li.active a {
    font-size: 0.078125rem;
    font-weight: 500;
    color: rgba(5, 100, 229, 1);
    position: relative;
}

.header .nav li.active a::after {
    content: '';
    width: 0.1328125rem;
    height: 3px;
    border-radius: 1.5px;
    background: rgba(5, 100, 229, 1);
    bottom: -0.1171875rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.header .login {
    width: 0.3515625rem;
    height: 0.15625rem;
    border-radius: 0.078125rem;
    border: 1.4px solid rgba(5, 100, 229, 1);
    font-size: 0.078125rem;
    font-weight: 400;
    line-height: 0.15625rem;
    color: rgba(5, 100, 229, 1);
    text-align: center;
    cursor: pointer;
    display: block;
}

.user {
    display: flex;
    align-items: center;
    font-size: 0.0625rem;
    color: #333;
    font-weight: 300;
    cursor: pointer;
    display: none;
    margin-left: 0.1171875rem;
}

.user img {
    width: 0.15625rem;
    height: 0.15625rem;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 0.03125rem;
}

footer {
    background: url('../static/footer_bg.png') no-repeat center;
    background-size: 100% 100%;
}

footer .con {
    width: 5.625rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0.1484375rem 0 0.09375rem;
}

footer .con .navs {
    display: flex;
    flex-wrap: wrap;
    color: #d9d9d9;
    font-size: 0.0625rem;
    /* width: 388px; */
}

footer .con .navs li a {
    color: #d9d9d9;
    font-size: 0.0625rem;
}

footer .con .code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0.15625rem;
}

footer .con .code img {
    width: 0.390625rem;
    height: 0.390625rem;
    margin: auto;
}

footer .con .code p {
    text-align: center;
    margin-top: 0.0546875rem;
    color: #d9d9d9;
}

footer .copyright {
    height: 0.3125rem;
    font-size: 0.0625rem;
    font-weight: 300;
    line-height: 0.3125rem;
    text-align: center;
    border-top: 1px solid #f5f5f5
}

footer .copyright a {
    color: #a1a1a1;
}