.header{
    width: 7.5rem;
    height: 1.09rem;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 .2rem;
    box-sizing: border-box;
    z-index: 5555;
}
.sur{
    background: url(../images/surt.png) no-repeat center;
    background-size: 8rem auto;
}
.MenuIcon{
    width: 40px;
    height: 31px;
    background-position: -.36rem -.65rem;
}
.logo{
    font-size: 0;
}
.logo img{
    width: 1.62rem;
    height: .55rem;
}
.rightMenu{
    font-size: 0;
    padding-left: .2rem;
}
.rightMenu a{
    font-size: .36rem;
    margin-left: .3rem;
    color: #fcfbfa;
}
.header{
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3.75rem;
}
.MenuIcon{
    width: .4rem;
    height: .31rem;
    display: inline-block;
    vertical-align: -2px;
    margin-left: .18rem;
    background-position: -.38rem -.65rem;
}
.xHuaList a.active{
    background: #eaf0fd;
    color: #124ee6;
}