body {
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: 'Microsoft YaHei';
}

.header {
    width: 100%;
    height: 65px;
    /* background-image: url('http://img.ubo.vip/official/index/header_bg.png');
  background-repeat: no-repeat;
  background-size: cover; */
    position: fixed;
    display: flex;
    justify-content: space-between;
}

.logo {
    /* margin-top: 22px; */
    margin-left: 90px;
    /* width: 200px;*/
    /* height: 100%;*/
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 46px;
    margin-top: 10px;
}

.nav-wrapper {
    margin-right: 86px;
}

.nav-wrapper ul {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
}

.nav-wrapper ul li {
    margin: 0 30px;
    white-space: nowrap;
}

.active {
    color: #F7CC9B;
}

a {
    text-decoration: none;
    color: #fff;
}

li {
    list-style: none;
}