/* 高防服务器头部 */
.advanced-header {
    margin-top: 60px;
    height: 570px;
    width: 100%;
    background: url('/web/imitate/assets/advancedImg/advancedBack.webp');
}

.advanced-header-area {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding: 180px 20px 0;
}

.advanced-Headertitle {
    color: #0158fd;
    font-size: 60px;
    font-weight: 700;
}

.advanced-Headertitle span {
    color: #191919;
}

.advanced-Headerdesc {
    font-size: 20px;
    max-width: 690px;
    width: 100%;
    line-height: 30px;
    padding: 12px 0 30px;
}

.advanced-header-btn {

    position: relative;
    display: block;
    width: 160px;
    height: 54px;
    line-height: 54px;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    background: #0158fd;
    color: #fff;
    transition: background 1s;
}

.advanced-header-btn:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #1890ff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    opacity: 0;
    content: "";
    transition: all .15s;
}

.advanced-header-btn:hover:before {
    left: 0;
    width: 100%;
    height: 100%;
    border-color: #1890ff;
    border-radius: 30px;
    opacity: 1;
}

.advanced-header-btn a {
    color: inherit;
    z-index: 2;
    display: block;
    position: relative;
}

/* 福州高防 */
.arrow-fuzh{
    display: none;
}
.fuzhApp-item{
    display: none;
}
.defense-box {
    width: 100%;
    padding-bottom: 60px;
    background-color: #fafafa;
}

.defense-box-area {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.defense-title {
    height: 210px;
    line-height: 210px;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
}

.defense-module {
    display: flex;
    justify-content: space-evenly;
}


.global-product-box {
    box-shadow: 0 15px 20px rgba(0, 114, 255, .1);
    transition: all .2s;
    width: 370px ;
    padding: 20px;
    height: auto;
    background: url('/web/imitate/assets/indexImg/productBack.jpg') no-repeat 50%;
    background-size: 100%;
    border-radius: 12px;
    margin: 10px 3px;
    height: auto;
}

.global-product-titleBox {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    border-bottom: .5px solid #e7e7e7;
    text-align: center;
}

.global-product-titleBox b {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-titleBox-icon {
    width: 35px;
    height: 30px;
    margin-left: 15px;
}

.global-product-price {
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    margin: 10px 0 20px;
    text-align: center;
}

.global-product-price span {
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 10px;
}

.global-product-desc-item {
    display: flex;
    margin-top: 22px;
}

.global-productIcon {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.global-productIcon-cpu::before {
    content: '🖥️';
    font-size: 20px;
}

.global-productIcon-memory::before {
    content: '💾';
    font-size: 20px;
}

.global-productIcon-bandwidth::before {
    content: '📡';
    font-size: 20px;
}

.global-productIcon-traffic::before {
    content: '📊';
    font-size: 20px;
}

.global-productIcon-ipv4::before {
    content: '🌐';
    font-size: 20px;
}

.global-productIcon-storage::before {
    content: '💿';
    font-size: 20px;
}

.global-productIcon-line::before {
    content: '🔗';
    font-size: 20px;
}

.product-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin: 0 4px;
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.product-feature-1::before { content: '✓'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 24px; font-weight: bold; }
.product-feature-2::before { content: '⚡'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 24px; }
.product-feature-3::before { content: '🔒'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 24px; }
.product-feature-4::before { content: '🚀'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 24px; }
.product-feature-5::before { content: '⭐'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 24px; }

.global-product-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #4a5568;
}

.global-product-desc span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px;
    color: #000;
}

.global-product-icon-box {
    display: flex;
    align-items: center;
    margin-top: 20px;

}

.global-product-icon-box img {
    width: 30px;
    margin-right: 5px;
}

.global-product-btn {
    margin-top: 20px;
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    background: #0158fd;
    text-align: center;
    color: #fff;
}

.global-product-box:hover {
    transform: scale(1.05) !important;
}


/* 云服务器 */
.server-box {
    max-width: 1366px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.server-title {
    height: 210px;
    line-height: 210px;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
}

.server-item-icon {
    display: flex;
    flex-wrap: wrap;

    margin-bottom: 40px;
}

.server-icon-box {
    width: auto;
    min-width: 120px;
    height: 55px;
    border-radius: 6px;
    margin-right: 10px;
    background: rgba(238, 246, 255, .4);
    border: 1px solid rgba(238, 246, 255, .4);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    transition: all 0.2s ease;
}

.server-icon-box:hover {
    background: #edf2ff;
}

.server-Icon {
    width: 35px;
    height: 22px;
    margin-right: 10px;
}

.server-icon-flag {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 4px;
    display: inline-block;
}

.server-icon-flag::before {
    content: '🏳️';
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 22px;
}

.server-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

/* 镜像 */
.mirror-image-box {
    display: flex;
    max-width: 1366px;
    width: 100%;
    padding: 0 20px;
    height: auto;
    padding-bottom: 40px;
    margin: 0 auto;
}

.mirror-image-riBox {
    width: 35%;
    padding: 20px 25px;
    border-right: 1px solid #e7e7e7;
    height: auto;
}

.mirror-image-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;

}

.mirror-image-product {
    display: flex;
    justify-content: space-around;
}

.mirror-image-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.mirror-image {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

.mirror-image-leBox {
    width: 65%;
    padding: 20px 25px;
}

/* 介绍 */
.mirror-introduce-Box {
    padding-bottom: 42px;
    display: flex;
    justify-content: center;
    position: relative;
}

.mirror-introduce-item {
    padding: 32px 32px 50px;
    border: 4px solid #e7e7e7;
    width: 1166px;
    height: auto;
    transition: height .3s, top .3s;
    border-radius: 10px;
    position: relative;
}

.mirror-introduce-text {
    max-height: 300px;
    /* 初始显示高度，根据实际内容调整 */
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.mirror-introduce-text h3{
    font-weight: 500;
}
.mirror-introduce-text p{
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: #2d3748;
}

.mirror-introduce-topicon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    position: absolute;
    left: -15px;
    top: 0;
    display: inline-block;
}

.mirror-introduce-topicon::before {
    content: 'ℹ';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    font-weight: bold;
    top: -15px;
}

.mirror-introduce-btn {
    color: #0158fd;
    font-size: 17px;
    display: flex;
    align-items: center;
    /* padding: 20px 0 0 0px; */

}

.mirror-introduce-btn-acitve {
    color: #0158fd;
    font-size: 17px;
    display: flex;
    align-items: center;
    padding: 77px 0 0 32px;
    margin-left: -32px;
    height: 119px;
    transition: height .3s, top .3s;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 12%, #fff 57%);
    cursor: pointer;
}

.mirror-btn-text::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid currentColor;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 8px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.mirror-introduce-btn-acitve.active .mirror-btn-text::after {
    transform: rotate(180deg);
}


/* 云服务器 */
.advantage-box {
    width: 100%;
    background: #fafafa;
    cursor: pointer;
    height: 895px;
}

.advantage-box h3 {
    height: 150px;
    line-height: 150px;
    font-size: 52px;
    text-align: center;
}

.advantafe-item {
    max-width: 1366px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.advantafe-topItem {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.advantafe-topItem-text {
    width: 32.4%;
    height: 298px;
    border-radius: 6px;
    padding: 32px;
    background: #fff;
    margin: 0 10px 25px;
    position: relative;
    transition: all .1s;

}

.advantafe-topItem-text h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 20px;
}

.advantafe-topItem-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    z-index: 5;
}

.advantafe-topItem-text .ad-icon {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    margin: 16px auto;
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: block;
}

.advantafe-topItem-text .ad-icon-1::before { content: '⚙️'; font-size: 48px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.advantafe-topItem-text .ad-icon-2::before { content: '🔄'; font-size: 48px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.advantafe-topItem-text .ad-icon-3::before { content: '📊'; font-size: 48px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.advantafe-topItem-text .ad-icon-4::before { content: '🚀'; font-size: 48px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.advantafe-topItem-text .ad-icon-5::before { content: '💡'; font-size: 48px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.advantafe-topItem-text .ad-icon-6::before { content: '✨'; font-size: 48px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.advantafe-topItem-text img {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
}

.advantafe-topItem-text:hover {
    background: #0158fd;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .16);
    width: 43%;
    color: #fff;
    transition: all .1s;
}

.advantafe-topItem-text-active {
    background: #0158fd;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .16);
    width: 43%;
    color: #fff;
    transition: all .1s;
}

/* 福州高防 */
.fuzh-module {
    max-width: 1366px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    padding-bottom: 76px;
}

.fuzh-module-title {
    height: 210px;
    line-height: 210px;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
}

.fuzh-module-box {
    display: flex;
}

.fuzh-module-nav {
    background: #eef6ff;
    width: 492px;
    height: auto;
}

.fuzh-item {
    padding: 8px 24px 8px 94px;
    display: flex;
    align-items: center;
    height: 94px;
    transition: all 0.3s ease;
}

.fuzh-item .faq-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    display: inline-block;
}

.faq-icon-default::before {
    content: '❓';
    font-size: 24px;
}

.faq-icon-1::before {
    content: '💡';
    font-size: 24px;
}

.faq-icon-2::before {
    content: '💡';
    font-size: 24px;
}

.faq-icon-3::before {
    content: '💡';
    font-size: 24px;
}

.faq-icon-4::before {
    content: '💡';
    font-size: 24px;
}

.faq-icon-5::before {
    content: '💡';
    font-size: 24px;
}

.faq-icon-6::before {
    content: '💡';
    font-size: 24px;
}

.fuzh-item span {
    transition: all 0.3s ease;
}

.fuzh-item:hover span {
    color: #40a9ff;
}

.fuzh-item-active {
    background: #0158fd;

}

.fuzh-item-active span {
    color: #fff;
}

.fuzh-module-desc {
    width: 874px;
    height: 564px;
    background: url('/web/imitate/assets/advancedImg/fuzhDesc.jpg') no-repeat;
    background-size: cover;

}

.fuzh-module-text {
    padding: 54px 64px !important;
}

.fuzh-module-text h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 20px;
}

.fuzh-module-text p {
    max-width: 710px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


@media screen and (max-width:768px) {

    /* 高防服务器头部 */
    .advanced-header {
        margin-top: 60px;
        height: 365px;
        width: 100%;
        background: url('/web/imitate/assets/advancedImg/advancedBack.webp') 70% no-repeat;
        background-size: cover;
    }

    .advanced-header-area {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
        padding-top: 60px;
    }

    .advanced-Headertitle {
        color: #0158fd;
        font-size: 28px;
        font-weight: 700;
    }

    .advanced-Headertitle span {
        color: #191919;
    }

    .advanced-Headerdesc {

        font-size: 14px;
        width: 100%;
        line-height: 22px;
        padding: 12px 0;
    }

    .advanced-header-btn {
        width: 120px;
        height: 42px;
        line-height: 42px;
        border-radius: 30px;
        text-align: center;
        font-size: 16px;
    }

 

    /* 福州高防 */
    .defense-box {
        width: 100%;
        padding-bottom: 60px;
        background-color: #fafafa;
    }

    .defense-box-area {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .defense-title {
        height: 120px;
        line-height: 120px;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    .defense-module {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        overflow: scroll;
        /* scroll-behavior: smooth; */
        scroll-snap-type: x mandatory; 
        scrollbar-width: thin; /* Firefox */
        scrollbar-color: #888 #f1f1f1;
    }


    .global-product-box {
        flex: 0 0 auto;
        transition: all .2s;
        width: 100% !important;
        max-width: 100% !important;
        padding: 30px;
       
        margin: 0;
        height: auto;
        scroll-snap-align: start;
    }

    .global-product-titleBox {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        border-bottom: .5px solid #e7e7e7;
        text-align: center;
    }

    .global-product-titleBox b {
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-titleBox-icon {
        width: 35px;
        height: 30px;
        margin-left: 15px;
    }

    .global-product-price {
        font-size: 40px;
        font-weight: 600;
        line-height: 42px;
        margin: 10px 0 20px;
        text-align: center;
    }

    .global-product-price span {
        font-size: 24px;
        font-weight: 400;
        line-height: 27px;
        margin: 0 10px;
    }

    .global-product-desc-item {
        display: flex;
        margin-top: 22px;
    }

    .global-productIcon {
        widows: 24px;
        height: 25px;
        margin-right: 10px;
    }

    .global-product-desc {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        color: #4a5568;
    }

    .global-product-desc span {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-left: 10px;
        color: #000;
    }

    .global-product-icon-box {
        display: flex;
        align-items: center;
        margin-top: 20px;

    }

    .global-product-icon-box img {
        width: 25px;
        margin-right: 5px;
    }

    .global-product-btn {
        margin-top: 20px;
        width: 100%;
        height: 52px;
        font-size: 14px;
        line-height: 52px;
        border-radius: 26px;
        background: #0158fd;
        text-align: center;
        color: #fff;
    }

    .global-product-box:hover {
        transform: scale(1.05) !important;
    }


    /* 云服务器 */
    .server-box {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }

    .server-title {
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    .server-item-icon {
        display: flex;
        flex-wrap: wrap;

        margin-bottom: 40px;
    }

    .server-icon-box {
        width: auto;
        min-width: 120px;
        height: 55px;
        border-radius: 6px;
        margin-right: 10px;
        background: rgba(238, 246, 255, .4);
        border: 1px solid rgba(238, 246, 255, .4);
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        padding: 0 12px;
        transition: all 0.2s ease;
    }

    .server-icon-box:hover {
        background: #edf2ff;
    }

    .server-Icon {
        width: 35px;
        height: 22px;
        margin-right: 10px;
    }

    .server-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
    }

    /* 镜像 */
    .mirror-image-box {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        margin: 0 auto;
    }

    .mirror-image-riBox {
        width: 100%;
        padding: 20px 25px;
        border-right: 0px solid #e7e7e7;
        height: auto;
    }

    .mirror-image-title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 40px;

    }

    .mirror-image-product {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .mirror-image-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 20px;

    }

    .mirror-image {
        width: 40px;
        height: 40px;
        display: block;
        margin: 0 auto;
    }

    .mirror-image-leBox {
        width: 100%;
        padding: 20px 25px;
    }
    .mirror-image-prodTable{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
    }

    /* 介绍 */
    .mirror-introduce-Box {
        padding-bottom: 42px;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .mirror-introduce-item {
        padding: 32px 32px 50px;
        border: 4px solid #e7e7e7;
        width: 1166px;
        height: auto;
        transition: height .3s, top .3s;
        border-radius: 10px;
        position: relative;
    }

    .mirror-introduce-text {
        max-height: 300px;
        /* 初始显示高度，根据实际内容调整 */
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }

    .mirror-introduce-topicon {
        position: absolute;
        left: -15px;
        top: -15px;
    }

    .mirror-introduce-btn {
        color: #0158fd;
        font-size: 17px;
        display: flex;
        align-items: center;
        /* padding: 20px 0 0 0px; */

    }

    .mirror-introduce-btn-acitve {
        color: #0158fd;
        font-size: 17px;
        display: flex;
        align-items: center;
        padding: 77px 0 0 32px;
        margin-left: -32px;
        height: 119px;
        transition: height .3s, top .3s;
        position: absolute;
        width: 100%;
        bottom: 0;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 12%, #fff 57%);
    }

    .mirror-introduce-btnImg {
        transform: rotate(180deg);
    }


    /* 云服务器 */
    .advantage-box {
        width: 100%;
        background: #fafafa;
        cursor: pointer;
        height: auto;
    }

    .advantage-box h3 {
        height: 70px;
        line-height: 70px;
        font-size: 24px;
        text-align: center;
    }

    .advantafe-item {
        width: 100%;
        margin: 0 auto;
    }

    .advantafe-topItem {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /* flex-wrap: wrap; */
    }

    .advantafe-topItem-text {
        width: 100%;
        height: 298px;
        border-radius: 6px;
        padding: 32px;
        background: #fff;
        margin: 0 10px 25px;
        position: relative;
        transition: all .1s;

    }

    .advantafe-topItem-text h4 {
        font-size: 22px;
        font-weight: 500;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .advantafe-topItem-text p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        z-index: 5;
    }

    .advantafe-topItem-text img {
        width: 100px;
        height: 100px;
        display: block;
        margin-left: auto;
    }

    .advantafe-topItem-text:hover {
        background: #0158fd;
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .16);
        width: 100%;
        color: #fff;
        transition: all .1s;
    }

    .advantafe-topItem-text-active {
        background: #0158fd;
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .16);
        width: 100%;
        color: #fff;
        transition: all .1s;
    }

    /* 福州高防 */
    .fuzh-module {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px 76px;
    }

    .fuzh-module-title {
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    .fuzh-module-box {
        display: flex;
        flex-wrap: wrap;
    }

    .fuzh-module-nav {
        background: #eef6ff;
        width: 100%;
        height: auto;
    }

    .fuzh-item {
        padding: 12px 16px;
        display: flex;
        align-items: center;
        height: 60px;
        transition: all 0.3s ease;
        border: 1px solid #d9d9d9;
    }
    .arrow-fuzh{
        display: inline-block;
        width: 10px;
        height: 10px;
        border-right: 2px solid #ccc;
        border-top: 2px solid #ccc;
        margin-right: 15px;
        /* transform: rotate(135deg); */
        transform: rotate(42deg);
        transition: all .1s;
    }
    .arrow-fuzh-active{
        transform: rotate(135deg);
    }

    .fuzh-item img {
        widows: 30px;
        height: 30px;
        margin-right: 15px;
    }

    .fuzh-item span {
        transition: all 0.3s ease;
    }

    .fuzh-item-active {
        background: #eef6ff;
    
    }

    .fuzh-item-active span {
        color: #000000;
    }

    .fuzh-module-desc {
      display: none;

    }
    .fuzhApp-item{
        display: block;
        background-color: #fff;
        padding:0 16px;
        max-height: 0;
        transition: all 0.2s ease;
        overflow: hidden;
    }
    .fuzhApp-item h4{
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 400;
    }
    .fuzhApp-item p{
        color: rgba(0, 0, 0, .85);
        font-size: 14px;
    }
    .fuzhApp-item-active{
        overflow: visible;
        padding:16px;
        max-height: 500px;
        border: 1px solid #d9d9d9;

    }
    .fuzh-module-text {
        padding: 54px 64px !important;
    }

    .fuzh-module-text h4 {
        font-size: 22px;
        font-weight: 500;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .fuzh-module-text p {
        max-width: 710px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}