
body {
    background: #f3f3f3;
    margin: 0;
}

.wrap {
    padding-bottom: 2.45rem;
    background: #f3f3f3;
}


.top-title {
    font-family: PingFangSC-Semibold;
    font-size: .18rem;
    color: #FFFFFF;
    text-align: center;
    background: #3A80F9;
    width: 100%;
    height: .56rem;
    line-height: .56rem;
}

.banner-img {
    /*height: 2.125rem;*/
    width: 100%;
    display: block;
}

.content {
    margin-top: .08rem;
    background: #fff;
    min-height: 1.91rem;
    width: 100%;
    padding: .1rem .16rem;
    /* margin-bottom: 2.45rem; */
}

.content-title {
    font-family: "PingFangSC-Light";
    font-size: .32rem;
    color: #323232;
    position: relative;
    /* height: .17rem;; */
}

/* .content-title:before {
    content: '';
    height: .1rem;
    width: .02rem;
    background: #3A80F9;
    margin-right: .04rem;
    display: inline-block;
} */

.link-wrap {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.link {
    /* width:25%; */

    display: inline-block;
    margin-top: .32rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-left: .32rem;

    width:calc((100% - .32rem*3)/3);
}

.link > img {
    width: .92rem;
    height: .92rem;
    display: block;
}

.link > .name {
    font-size: .26rem;
    color: #323232;
    margin-top: .20rem;
    font-family: "PingFangSC-Light";
}
