.top {
    height: 50px;
    color: #474747;
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    font-size: 16px;
    padding-left: 0.25rem;
    font-weight: bold;
    line-height: 50px;
}

.top i {
    line-height: 50px;
    color: #c0c0c0;
    font-size: 12px;
}

#menu {
    float: right;
    margin-right: 0.2rem;
    height: 50px;
    width: 50px;
    margin-top: 2px;
    background: url("../img/menu.png") no-repeat center;
    background-size: 40px auto;
}

#menuList {
    position: absolute;
    right: 0;
    top: 50px;
    height: auto;
    width: 3.2rem;
    background: #fff;
    z-index: 999;
    border: 1px solid #eee;
    padding-left: 0.25rem;
    padding-bottom: 0.20rem;
    overflow: hidden;
    border-radius: 5px 0 5px 5px;
    display: none;
}

#menuList li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
    width: 2.7rem;
    padding-left: 0.2rem;
    overflow: hidden;
}

#menuList li a {
    font-size: 14px;
    color: #666;
}