.small-banner {
    background-image: url(../../../images/mobile/aboutUs.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0.9rem 0.4rem 0.5rem 0.4rem;
}

.small-banner .banner-title .middle-title {
    font-size: 0.4rem;
    font-weight: 700;
    text-align: center;
}

.small-banner .banner-title .middle-title .small-title {
    font-size: 0.26rem;
    margin-top: 0.6rem;
    color: #fff;
}

.public {
    padding: 0.64rem 0.32rem;
}

.module-a .title .title-a {
    font-size: 0.24rem;
    font-weight: 700;
    color: #00826b;
}

.module-a .title .title-b {
    font-size: 0.36rem;
    font-weight: 700;
}

.module-a .textBox .text:nth-child(1) {
    margin-top: 0.32rem;
}

.module-a .textBox .text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-top: 0.64rem;
}

.module-b {
    padding: 0.64rem 0.32rem 2.6rem;
}

.module-b .title {
    font-size: 0.36rem;
    font-weight: 900;
}

.module-b .title span {
    color: #44d7b6;
}

.module-b .content {
    display: flex;
    margin-top: 0.46rem;
}

.module-b .content .img img {
    width: 0.16rem;
}

.module-b .content .textBox {
    width: 100%;
    margin-left: 0.18rem;
    position: relative;
}

.module-b .content .textBox .itemBox {
    position: absolute;
}

.module-b .content .textBox .itemBox:nth-child(1) {
    top: 0.13rem;
}

.module-b .content .textBox .itemBox:nth-child(2) {
    top: 3.34rem;
}

.module-b .content .textBox .itemBox:nth-child(3) {
    top: 6.6rem;
}

.module-b .content .textBox .itemBox:nth-child(4) {
    top: 11.2rem;
}

.module-b .content .textBox .itemBox:nth-child(5) {
    top: 15.25rem;
}

.module-b .content .textBox .itemBox:nth-child(6) {
    top: 19.8rem;
}

.module-b .content .textBox .itemBox .itemTitle{
    font-size: 0.4rem;
    font-weight: 900;
}

.module-b .content .textBox .itemBox .itemLabel {
    font-size: 0.3rem;
    font-weight: 700;
}

.module-b .content .textBox .itemBox .itemText {
    font-size: 0.28rem;
    margin-top: 0.4rem;
    padding-left: 0.28rem;
}

.module-b .content .textBox .itemBox .itemText .active {
    color: #00826b;
}

.module-c .list {
    margin-top: 0.64rem;
    width: 100%;
}
.module-c .list .swiper {
    width: 100%;
    height: 8.5rem;
}
.module-c .list .swiper-slide {
    width: 3.31rem !important;
    height: calc((100% - 20px) / 2) !important;
}

.module-c .list .itemBox {
    width: 3.31rem;
    height: 4.1rem;
    border: 0.01rem solid #ccc;
    padding: 0.21rem 0.15rem 0.24rem 0.15rem;
}

.module-c .list .itemBox .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.02rem;
    height: 2.52rem;
    background-color: #f4f4f4;
    padding: 0.1rem;
}

.module-c .list .itemBox .text {
    font-size: 0.24rem;
    text-align: center;
    margin-top: 0.05rem;
    padding: 0 0.1rem;
}