.content {
    width: 100%;
}

.header {
    background: linear-gradient(90deg, #def5e7, #dff5e8);
}

.header .list .textBox .text {
    font-size: 0.24rem;
    font-weight: 500;
    color: #333;
}

.header .list .textBox .fontText {
    font-size: 0.6rem;
    color: #333;
    font-weight: 500;
}

.module-a .con {
    width: 1200px;
    margin: 0 auto;
}

.module-a .con .text {
    display: flex;
    justify-content: space-between;
}

.module-a .con .text .leftText {
    width: 210px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 100;
    letter-spacing: 2px;
}

.module-a .con .text .rightText {
    width: 1000px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 100;
}

.module-a .con .text .leftText .bold {
    font-weight: 700;
}

.module-a .con .line .lineClass {
    width: 110px;
    height: 8px;
    background: #00826b;
    margin-left: 6px;
}

.module-b .list {
    width: 1200px;
    margin: 55px auto 0 auto;
    display: flex;
}

.module-b .list .item {
    width: 285px;
    height: 348px;
    margin-left: 20px;
    position: relative;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 300ms ease-in-out;
    background: #fff;
}

.module-b .list .item:hover {
    height: 368px;
    margin-top: -20px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
}

.module-b .list .item .img {
    width: 285px;
    height: 180px;
    cursor: pointer;
}

.module-b .list .item .case-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 285px;
    height: 0;
    background: rgba(0, 130, 107, 0.9);
    padding: 29px 26px 14px 26px;
    text-align: center;
    color: #fff;
    transition: height 300ms ease-in-out;
    opacity: 0;
}

.module-b .list .item .case-mask .text {
    font-size: 16px;
    line-height: 28px;
    transition: font-size 400ms ease-in-out;
}

.module-b .list .item.active .case-mask {
    opacity: 1;
    height: 180px;
    top: 0;
    transition: height 300ms ease-in-out;
}

.module-b .list .item .bottom {
    height: 168px;
    background: #fff;
    padding: 20px 20px 30px 20px;
}

.module-b .list .item .bottom .text {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.module-b .list .item .bottom .btn {
    width: 245px;
    height: 48px;
    background: #44d7b6;
    border-radius: 24px;
    line-height: 48px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.module-b .list .item .bottom .btn:hover {
    opacity: 0.8;
}

.module-b .list .item .bottom .btn .text {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.module-b .list .item .bottom .btn .icon {
    height: 16px;
    margin-left: 5px;
}
.font19 .list .textBox .text{
    font-size: 19px !important;
}
.font20 .list .textBox .text{
    font-size: 20px !important;
}