#header{
    display: flex;
    align-items: center;
    padding: 0.13rem 0.1rem;
    height: 0.9rem;
    background-color: #fff;
    position: sticky;
    top: 0;
}
#header .back {
    float: left;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
}
#header .search {
    float: right;
    width: 0.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
}
#header .logo{
    height: 100%;
    flex: 1;
    text-align: center;
}
#header .logo img{
    height: 100%;
}
#header .search a .iconfont{
    font-size: 0.48rem;
    color: #333;
}
#header .back a .iconfont{
    font-size: 0.5rem;
    color: #111;
}
#sort{
    background-color: #fff;
}
#sort ul.list {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    overflow-x: scroll;
    display: flex;
}
#sort ul.list li {
    float: left;
    min-width: 25%;
    height: 0.9rem;
    text-align: center;
}
#sort ul.list li a {
    display: block;
    height: 0.9rem;
}
#sort ul.list li a strong {
    display: block;
    line-height: 0.87rem;
    font-size: .3rem;
    font-weight: 400;
    color: #666;
}
#sort ul.list li a.active em {
    display: block;
    margin: 0 auto;
    width: 0.6rem;
    height: 0.04rem;
    background-color: #458DEC;
}
/*  */
.charts-site {
    padding: 0 4%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e1e1e1;
    color: #a1a1a1;
    font-size: 13px;
    background-color: #fff;
}
.charts-site a {
    color: #8f8f8f;
    margin: 0 2px;
}
/* newabout */
.newabout{
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    background: #fff;
}
.content{
    padding: 0 10px;
}
.content h3 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
.content h3 a {
    height: 40px;
    line-height: 40px;
}
.content ul {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.content ul li {
    display: inline;
    margin-right: 20px;
    font-size: 14px;
    line-height: 32px;
    line-height: 32px;
}