html{
    background-color: #ffffff;
}
a{text-decoration: none;}
.container{
    width: 100%;
    max-width: 16rem;
    min-width: 13.3333rem;
    margin: 0rem auto;
    padding:0rem .4833rem;
    padding-right: 2rem;
    box-sizing: border-box;
}
ul{
    padding:0rem;
    margin:0rem;
}
ul li{
    padding:0rem;
    margin:0rem;
    list-style-type: none;
}
.nav-fixed {
    position: fixed;
    z-index: 800;
    height: .7583rem;
    background-color: #fff;
    width: 100%;
    padding: 0rem 0rem;
    border-bottom: 0rem #EFEFEF solid;
    top: 0rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: .0083rem solid #F5F5F5;
    box-sizing: border-box;
}
.nav-fixed .container .logo {
    width: 1.6167rem;
    float: left;
    vertical-align: middle;
}

.nav-fixed .container .logo .logo-left {
    display: flex;
    align-items: center;
}
.nav-fixed .container .logo .logo-left img:nth-of-type(1) {
    height: .4833rem;
}
.nav-fixed .container .logo .logo-left img:nth-of-type(2) {
    height: .25rem;
}
.nav-fixed ul {
    padding:0rem;
    margin:0rem;
}
.nav-fixed ul li {
    float: right;
    color: #000;
    width: .8538rem;
    text-align: center;
    position: relative;
    margin: 0rem;
    padding:0rem .0417rem;
    list-style-type: none;
    position: relative;
}
.nav-fixed ul li.sure a{
    color:#163C8D;
}
.nav-fixed ul li.sure::after{
    content: "";
    position: absolute;
    height: .025rem;
    width: .3333rem;
    left: 0;
    right: 0;
    bottom: .1rem;
    margin: auto;
    background: #163C8D;
}
.nav-fixed ul li a{
    color:#000;
    height:.4833rem;
    line-height: .4833rem;
    font-size: .1417rem;
    font-weight: 500;
    text-decoration: none;
    font-family: Source Han Sans SC, Source Han Sans SC;
}
.nav-fixed ul li a:hover{
    color:#000;
    height:.4833rem;
    line-height: .4833rem;
    font-size: .1423rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
}
.nav-fixed ul li.sure a:hover{
    color:#163C8D;
}