.header{
    position: relative;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    background-color: #139ff7;
}
.header-left{
    position: absolute;
    top: 0.28rem;
    left: 0.3rem;
    width: 0.26rem;
    height: 0.46rem;
}
.header-title{
    font-size: 0.4rem;
    color: #fff;
    text-align: center;
}
.content-list{
    margin: auto;
    width: 100%;
}
.content-list li{
    float: left;
    margin-top: 0.17rem;
    margin-left: 0.17rem;
    width: 46%;
    height: 1.3rem;
    border-radius: 2px;
}
.content-list a:nth-child(1) li{
    background-color:#58a7e1;
}
.content-list a:nth-child(2) li{
    background-color:#45b1e5;
}
.content-list a:nth-child(3) li{
    background-color:#45c0cb;
}
.content-list a:nth-child(4) li{
    background-color:#f49277;
}
.content-list a:nth-child(5) li{
    background-color:#8997df;
}
.content-list a:nth-child(6) li{
    background-color:#53accf;
}
.content-list a:nth-child(7) li{
    background-color:#2ec3ab;
}
.list-name{
    width: 70%;
    height: 1.3rem;
    line-height: 1.3rem;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
}
.list-img{
    float: right;
    margin-top: 0.3rem;
    margin-right: 0.2rem;
    width: 0.7rem;
    height: 0.7rem;
}
