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.86rem 0.52rem 0;
    box-sizing: border-box;
}
.main .first{
    width: 100%;
    height: 2.74rem;
    border-bottom: 0.02rem solid #f1f4f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.8rem;
}
.first .img{
    width: 1.10rem;
    height: 1.46rem;
    margin-bottom: 0.44rem;
}
.first .img img{
    width: 100%;
    height: 100%;
}
.first p{
    font-size: 0.26rem;
    color: rgba(0,0,0,0.7);
    position: relative;
}
.first p:before{
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.05rem;
    background-color: #3ab1ff;
    box-shadow: 0 0.02rem 0.05rem 0 rgba(58, 177, 255, 0.43);
    border-radius: 0.03rem;
    position: absolute;
    left: -0.2rem;
    top: 50%;
    margin-top: -0.025rem;
}
.first p:after{
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.05rem;
    background-color: #3ab1ff;
    box-shadow: 0 0.02rem 0.05rem 0 rgba(58, 177, 255, 0.43);
    border-radius: 0.03rem;
    position: absolute;
    right: -0.2rem;
    top: 50%;
    margin-top: -0.025rem;
}
.article{
    font-size: 0.26rem;
    color: #7d7f7f;
    border-bottom: 0.02rem solid #f1f4f5;
    padding: 0 0 .7rem 0;
}
.main .cooperation{
    padding: 0 0 0 0.26rem;
    width: 100%;
    height: 1rem;
    border-bottom: 0.02rem solid #f1f4f5;
}
.cooperation span{
    display: block;
    height: 100%;
    font-size: 0.28rem;
    line-height: 1rem;
}
.cooperation span:first-child{
    width: 1.5rem;
    float: left;
    color: #7d7f7f;
    position: relative;
}
.cooperation span:first-child:before{
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.05rem;
    background-color: #3ab1ff;
    box-shadow: 0 0.02rem 0.05rem 0 rgba(58, 177, 255, 0.43);
    border-radius: 0.03rem;
    position: absolute;
    left: -0.2rem;
    top: 50%;
    margin-top: -0.025rem;
}
.cooperation span:last-child{
    width: 1.2rem;
    float: right;
    color: #4ebbfe;
}
.main .cooperation1{
    padding: 0 0 0 0.26rem;
    width: 100%;
    height: 1rem;
    border-bottom: 0.02rem solid #f1f4f5;
}
.cooperation1 span{
    display: block;
    height: 100%;
    font-size: 0.28rem;
    line-height: 1rem;
}
.cooperation1 span:first-child{
    width: 1.2rem;
    float: left;
    color: #7d7f7f;
    position: relative;
}
.cooperation1 span:first-child:before{
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.05rem;
    background-color: #3ab1ff;
    box-shadow: 0 0.02rem 0.05rem 0 rgba(58, 177, 255, 0.43);
    border-radius: 0.03rem;
    position: absolute;
    left: -0.2rem;
    top: 50%;
    margin-top: -0.025rem;
}
.cooperation1 span:last-child{
    width: 2rem;
    float: right;
    color: #68ce8a;
}