.about {
    margin: 0 .16rem;
}
.about-nav {
    padding-top: .16rem;
}
.about-title {
    font-size: .22rem;
    font-weight: 500;
    text-align: center;
    line-height: .3rem;
    padding: .2rem 0 .07rem;
}
.about-cont p {
    font-size: .18rem;
    color: #595959;
    line-height: .28rem;
    padding: .09rem 0;
}
.about-cont p img{
    width: 3.43rem;
    height: auto;
    border-radius:.05rem;
}

.cooperation {
    display: none;
    margin: 0 .16rem;
}
.coop-title {
    font-size: .18rem;
    color: #595959;
    line-height: .28rem;
    border-bottom: .01rem solid #E6E6E6;
}
.coop-cont-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: .07rem;
}
.coop-cont-list li{
    background: #fff;
    border-radius:.05rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .1rem;
    width: 1.09rem;
    height: .48rem;
}
.coop-cont-list li img {
    width: .7rem;
    height: auto;
}
.coop-cont-list li:last-child {
    margin-right: 1.16rem;
}

.friend-lists {
    display: flex;
    flex-wrap : wrap;
    justify-content: space-between;
    padding-top: .07rem;
}
.friend-lists a {
    display: block;
    color: #00B0EC;
    font-size: .16rem;
    height: .26rem;
    line-height: .26rem;
    border-radius:.26rem;
    border: .01rem solid #00B0EC;
    padding: 0 .12rem;
    margin-bottom: .16rem;
}