.banner {
    background-image: url(../../../images/mobile/businessNhgl.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.banner .banner-title .middle-title .small-title {
    font-size: 0.26rem;
    margin-top: 0.2rem;
}
.public {
    padding: 0.64rem 0.32rem;
}

.module-a .img {
    margin-top: 0.48rem;
    text-align: center;
}

.module-a .img img {
    width: 5.16rem;
    height: 2.95rem;
}

.module-a .textBox {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-top: 0.32rem;
}

.module-a .listBox {
    margin-top: 0.64rem;
}

.module-a .listBox .listTitle {
    font-size: 0.32rem;
    font-weight: 700;
}

.module-a .listBox .list {
    margin-top: 0.48rem;
}

.module-a .listBox .list .item {
    display: flex;
    margin-top: 0.64rem;
}

.module-a .listBox .list .item .rightText {
    margin-left: 0.24rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
}

.module-a .listBox .list .item .leftIcon {
    font-size: 0.96rem;
}

.module-b {
    padding: 0.64rem 0 0.32rem 0;
}

.module-b .menu {
    margin-top: 0.48rem;
    border-top: 0.01rem solid #ccc;
}

.module-b .menu .itemBox .header {
    height: 0.88rem;
    line-height: 0.88rem;
    border-bottom: 0.01rem solid #ccc;
    background: #fff;
    padding: 0 0.32rem;
    display: flex;
    justify-content: space-between;
}

.module-b .menu .itemBox .header:active {
    background: rgba(6, 6, 6, 0.1);
}

.module-b .menu .itemBox.selected .header .text {
    color: #00826b;
}

.module-b .menu .itemBox .header .jt {
    transition: all 300ms ease-in-out;
    transform: rotate(0deg);
}

.module-b .menu .itemBox.selected .header .jt {
    transform: rotate(-180deg);
    color: #00826b;
}

.module-b .menu .itemBox .header .text {
    font-size: 0.3rem;
}

.module-b .menu .itemBox .header .jt {
    font-size: 0.24rem;
    padding-top: 0.3rem;
}

.module-b .menu .itemBox .content {
    max-height: 0;
    transition: all 300ms ease-in-out;
    overflow: hidden;
}

.module-b .menu .itemBox.selected .content {
    max-height: 10rem;
}