.body {
    width: 100%;
    font-family: Source Han Sans CN;
}

.top {
    width: 100%;
    /* font-size:16px; */
    font-size: .083333rem;
    overflow: hidden;
    /* padding: 22px 0; */
    padding: .114583rem 0;
    background: #fff;
    border-bottom: 1px solid #E4E2E3;
}

.top-left {
    width: 18%;
    float: left;
    text-align: right;
}

.top-left>img {
    margin-right: .182292rem
}

.top-logo {
    /* width:96px;
    height:22px; */
    width: .5rem;
    height: .114583rem;
}

.top-center {
    width: 64%;
    float: left;
    text-align: center;
}

/* .top-center>a>span {
    padding-left: 3%;
} */

.top-right {
    width: 18%;
    float: right;
    text-align: left;
}

.top-right>span:nth-child(2) {
    padding-left: 6%;
}