#header {
    height: 1.04rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666666;
    position: relative;
}

#header>img {
    width: 2.2rem;
    margin-left: .48rem;
}

#header>span {
    font-size: .26rem;
    white-space: nowrap;
}

#header #menu {
    display: flex;
    align-items: center;
    font-size: .261rem;
    margin-right: .48rem;
    white-space: nowrap;
}

#header #menu img {
    width: .55rem;
}

#header #menu span {
    padding-right: .17rem;
}

#header #menu2 {
    display: none;
}

#menu2 {
    width: 2.29rem;
    font-size: .28rem;
    position: absolute;
    top: 0.26rem;
    right: .1rem;
    background-color: #212121;
    user-select: none;
    z-index: 5;
}

#menu2 img {
    width: .35rem;
    height: .35rem;
}

#menu2 li a {
    padding: 0 0.2rem;
    height: .7rem;
    display: flex;
    align-items: center;
    color: #fff;
}

#menu2 li:first-child {
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.8rem;
    border-bottom: 1px solid #858585;
    color: #fff;
}