
.header-top-pc {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    background: url('../index/images/head_back.png') no-repeat center top;
    min-width: 1200px;
    background-size: 100% 80px;
    display: flex;
    min-width: 1200px;
}

.header-top-pc .layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-right {
    width: 520px;
    display: flex;
}

.header-top-right a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 25px;
    display: block;
}

.header-top-right a:hover {
    color: white !important;
}

.header-top-right a:last-child {
    margin-right: 0;
}

.footer .bottom .xian {
    margin-left: 0 !important;
}

.layout .xian {
    float: left;
    margin-right: 25px;
    margin-left: -81px;
    width: 1px;
    height: 36px;
    background: #FFFFFF;
    opacity: 0.31;
}

.layout .right a {
    margin-top: 2px;
    float: left;
    font-size: 15px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: -98px;
}

.layout .right a:hover {
    color: #FFFFFF !important;
}