@charset "utf-8";
body{
    background-color: #f6f6f6;
}
.header{
    width: 100%;
    height: 5rem;
}
.header-bg{
    width: 100%;
    height: 3.2rem;
    background: url('../images/bg-title.png');
    background-size: 100%;
}
.header-list{
    width: 100%;
}
.header-list li{
    margin-top: 0.4rem;
    float: left;
    width: 25%;
    height: 1.3rem;
    text-align: center
}
.list-img{
    position: relative;
    margin: auto;
    width: 1rem;
    height: 1rem;
    background: linear-gradient(to bottom left,#55a5fb,#b8e1fc);
    border-radius: 15px;
}
.bg-color{
    background: linear-gradient(to bottom left,#b1a6ff,#d4cefd);
}
.bg-color1{
    background: linear-gradient(to bottom left,#42dced,#caf7f9);
}
.bg-color2{
    background: linear-gradient(to bottom left,#f49375,#f8d9bd);
}
.img-pic{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.fs{
    margin-top: 0.1rem;
    font-size: 0.3rem;
}
.section{
    margin: auto;
    margin-top: 0.3rem;
    width: 93%;
}
.section-header{
    width: 100%;
    height: 0.45rem;
}
.sect-tzgg{
    float: left;
    font-size: 0.35rem;
    font-weight: bold;
}
.section-content{
    margin-top: 0.15rem;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
}
.content-choose{
    width: 100%;
    height: 0.8rem;
    border-bottom: 1px solid #eaeaea;
}

.choose-name{
    float: left;
    width: 25%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.21rem;
    font-weight: bold;
}
.active{
    color: #308ce9;
    border-bottom: 2px solid #308ce9;
}
.content-list{
    width: 100%;
    display: none;
}
.content-list li{
    width: 100%;
    height: 1.1rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #eaeaea;
}
.fs2{
    margin-left: 0.1rem;
    margin-top: 0.2rem;
    font-size: 0.3rem;
}
.date{
    float: left;
    font-size: 0.25rem;
    color: #9f9f9f;
    margin-left: 0.1rem;
    margin-top: 0.05rem;
}
.show{
    display: block;
}
.ccc{
    height: 3rem;
}
.footer{
    margin: auto;
    margin-top: 0.2rem;
    width: 93%;
    height: 1.8rem;
}
.footer-header{
    width: 100%;
    height: 0.55rem;
    font-size: 0.35rem;
    font-weight: bold;
}
.footer-imglist{
    width: 100%;
}
.footer-imglist li{
    float: left;
    width: 48%;
    height: 1rem;
}
.footer-imglist li:nth-child(2){
    margin-left: 0.23rem;
}
.footer-img{
    width: 100%;
    height: 1.1rem;
}