span {
    padding: 0;
    margin: 0;
}

header {
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    color: #4ebbfe;
    font-size: 0.38rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0.22rem;
    box-sizing: border-box;
    box-shadow: 0 0.03rem 0.43rem 0 rgba(41, 167, 255, 0.13);
}

header .iconfont {
    font-size: 0.38rem;
}
.main{
    width: 100%;
    height: auto;
    padding: 0.4rem 0.22rem 0 0.22rem;
    box-sizing: border-box;
}
.main .list{
    width: 100%;
    height: auto;
}
.list li{
    width: 100%;
    border-radius: 0.08rem;
    margin-bottom: 0.66rem;
    box-sizing: border-box;
    overflow: hidden;
}
.list li .information{
    background: #f1faff;
    width: 100%;
    height: 1.62rem;
}
.list li .information span{
    display: block;
    width: 1.50rem;
    height: 1.62rem;
    float: left;
    font-size: 0.24rem;
    color: #3bacfe;
    padding: 0.46rem 0.4rem 0 0.36rem;
    box-sizing: border-box;
}
.list li .information h1{
    font-size: 0.3rem;
    color: #36a8fe;
    margin-bottom: 0.16rem;
    padding-top: 0.5rem;
}
.list li .information h2{
    font-size: 0.22rem;
    color: rgba(0,0,0,0.5);
}
.list li .option{
    width: 100%;
    height: 1rem;
    padding: 0.3rem 0;
    box-sizing: border-box;
}
.option .one{
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    float: left;
}
.option .two{
    width: 0.3rem;
    height: 0.3rem;
    float: right;
    display: block;
    margin-right: 0.7rem;
}
.option .three {
    width: 0.3rem;
    height: 0.3rem;
    float: right;
    display: block;

}
.option h3{
    color: #36a8fe;
    opacity: 0.5;
    font-size: 0.22rem;
    float: left;
    line-height: 0.4rem;
}

img{
    width: 100%;
    height: 100%;
}
.option .ones{
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    float: left;
    margin-right: 0.15rem;
}