html,
body {
    font-family: WixMadeforDisplay-Regular;
    font-size: 16px;
}

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        width: 4px;
        height: 10px;
    }

    html::-webkit-scrollbar-track,
    body::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    html::-webkit-scrollbar-thumb,
    body::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        html::-webkit-scrollbar-thumb:hover,
        body::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

@media only screen and (max-width: 768px) {
    html,
    body {
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px) {
    html,
    body {
        font-size: 10px;
    }
}

@keyframes zoomOutToNormal {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

@keyframes jello {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: skewX(-25deg) skewY(-25deg);
    }

    40% {
        transform: skewX(20deg) skewY(20deg);
    }

    50% {
        transform: skewX(-15deg) skewY(-15deg);
    }

    60% {
        transform: skewX(10deg) skewY(10deg);
    }

    70% {
        transform: skewX(-5deg) skewY(-5deg);
    }

    80% {
        transform: skewX(5deg) skewY(5deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

/* banner */
.banner {
    padding-top: calc(5rem + 7rem);
    padding-bottom: 7.94rem;
    background-image: url(../image/hub-banner.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-full {
    width: 100%;
}

.banner .blocktitle {
    width: 100%;
}

.banner .ban-list {
    margin-top: 15px;
    width: 60%;
}

    .banner .ban-list li {
        margin-bottom: 1.2rem;
    }

        .banner .ban-list li img {
            margin: 0;
            display: inline;
            margin-right: 0.5rem;
            margin-bottom: 2px;
        }

    .banner .ban-list .underlitxt {
        font-family: WixMadeforDisplay-Medium;
        font-size: 1rem;
        color: #161616;
    }

@media only screen and (max-width: 62.5rem) {
    .banner .ban-list {
        margin-top: 15px;
        width: 100%;
    }
}

.banner .mushroom {
    font-family: WixMadeforDisplay-Bold;
    font-size: 1.875rem;
    line-height: 1.5;
    color: #ffffff;
    padding: 0 20px;
    border-radius: 50px;
    background-color: #1bb228;
    display: inline-block;
    width: auto;
}

.banner .checklist li {
    font-family: WixMadeforDisplay-Bold;
    font-size: 1.25rem;
    color: #161616;
}

/* 标题居中的板块 section-9 */
.gap {
    padding: 6.19rem 0 5.29rem;
}

.section-9 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.section9-container .center-title {
    text-align: center;
}

.havebg {
    background: #f4f7fb;
}
/* 标题间距 */
.mar-tit {
    margin-bottom: 3.5rem;
}

@media only screen and (max-width: 62.5rem) {
    .section-9 {
        padding: 50px 0;
    }

    .mar-tit {
        margin-bottom: 30px;
    }

    .gap {
        padding: 50px 0;
    }
}

/* layout4 4列卡片 */
.layout4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

    .layout4.swiper-wrapper {
        display: flex;
        gap: 0;
        height: 320px;
    }

.cont9.swiper-container {
    display: none;
}

.cont9 .swiper-scrollbar {
    height: 2px;
}

.cont9 .swiper-scrollbar-drag {
    background: #1bb228;
}


@media only screen and (max-width: 1000px) {
    .hide {
        display: none;
    }

    .cont9.swiper-container {
        display: block;
        padding-bottom: 20px;
        background: transparent;
    }
}

@media only screen and (max-width: 1399px) {
    .layout4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .layout4 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

.layout4 li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #ffffff;
    box-shadow: 0rem 0.625rem 4.875rem 0rem rgba(0, 0, 0, 0.08);
    border-radius: 0.625rem;
    background: #f4f7fb;
}

.layout4.swiper-wrapper .swiper-slide {
    display: block;
    box-shadow: none;
}

.layout4 .left {
    width: 100%;
}

    .layout4 .left .tit {
        width: 100%;
        font-family: WixMadeforDisplay-SemiBold;
        font-size: 1.5rem;
        color: #161616;
    }


.layout4 .right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.layout4 .tit {
    padding: 3.25rem 2rem 2rem;
}

.layout4 .right .fullimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 1000px) {
    .layout4 .right .fullimg {
        width: 100%;
        height: 220px;
        object-fit: cover;
        object-position: top;
    }

    .layout4 .right img {
        width: 50%;
    }

    .layout4 .right {
        padding-top: 1rem;
    }

    .layout4 .tit {
        text-align: center;
    }
}

.layout4 .iconlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.5rem;
}

    .layout4 .iconlist .icon-li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4.7rem;
        height: 4.7rem;
        background-color: #ffffff;
        border-radius: 50%;
        margin: 8px;
        position: relative;
    }

        .layout4 .iconlist .icon-li .hover-img {
            position: absolute;
            top: 110%;
            left: 50%;
            transition: all 0.5s;
            transform: translateX(-50%);
            display: none;
            width: 150px;
            height: 200px;
            align-self: center;
            justify-content: center;
        }

        .layout4 .iconlist .icon-li:hover .hover-img {
            display: flex;
        }

        .layout4 .iconlist .icon-li img {
            width: 60%;
        }

        .layout4 .iconlist .icon-li .hover-img img {
            width: 100%;
        }

@media only screen and (max-width: 750px) {
}



/* 左右图文  section-3*/
.section-3 .g-title {
    margin-top: 6.25rem;
    margin-bottom: 4.25rem;
    text-align: center;
}

    .section-3 .g-title .section3-title.blocktitle {
        margin: 0;
    }

.section-3 .section3-title.blocktitle {
    text-align: center;
    margin: 7.5rem 0 4.5rem;
}

@media only screen and (max-width: 62.5rem) {
    .section-3 .section3-title.blocktitle {
        text-align: center;
        margin: 50px 0 30px;
    }

    .section-3 .g-title {
        margin: 50px 0 30px;
    }
}

.section-3 .layout1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

    .section-3 .layout1.re {
        flex-direction: row-reverse;
    }

    .section-3 .layout1 .left,
    .section-3 .layout1 .right {
        width: 50%;
    }

@media only screen and (max-width: 62.5rem) {
    .section-3 .layout1 .left,
    .section-3 .layout1 .right {
        width: 100%;
    }
}

.section-3 .layout1 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 62.5rem) {
}

.section-3 .layout1 .right {
    padding: 4.7% 13.5% 4.7% 3.7%;
    background-color: #f4f7fb;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section-3 .layout1.re .right {
    padding: 4.7% 3.7% 4.7% 13.5%;
}

.section-3 .layout1 .right .lay1-tit {
    font-family: WixMadeforDisplay-Bold;
    font-size: 1.63rem;
    color: #161616;
    margin-bottom: 1.25rem;
}

.section-3 .layout1 .right .desc {
    font-family: WixMadeforDisplay-Regular;
    font-size: 1.13rem;
    color: #666666;
    margin: 0 0 3.56rem;
    line-height: 1.6;
}


@media only screen and (max-width: 87.5rem) {
    .section-3 .layout1 .right {
        padding: 5%;
    }

    .section-3 .layout1.re .right {
        padding: 5%;
    }
}

@media only screen and (max-width: 62.5rem) {
    .section-3 .layout1 .right {
        padding: 4rem 5%;
    }

    .section-3 .layout1.re .right {
        padding: 4rem 5%;
    }
}

.section-3 .layout1 .right li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.2rem;
}

.section-3 .layout1 .right .xuhao {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: var(--complementary-colors);
    color: #fff;
    line-height: 1.25rem;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    margin-right: 14px;
}

@media only screen and (max-width: 62.5rem) {

    .section-3 .layout1 .right .xuhao {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}



.section-3 .layout1 .right .cont {
    flex: 1;
}

    .section-3 .layout1 .right .cont .top {
        font-family: WixMadeforDisplay-Bold;
        font-size: 1.125rem;
        color: #161616;
    }

    .section-3 .layout1 .right .cont .under {
        font-family: WixMadeforDisplay-Medium;
        font-size: 1.063rem;
        line-height: 1.5;
        color: #666666;
    }



/* 数字列表 */
.layout2 {
    width: 100%;
    margin: 7.3% 0;
    position: relative;
}

    .layout2 .numbg {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }

    .layout2 ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        background-size: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }

        .layout2 ul li {
            width: 20%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100%;
            position: relative;
        }

    .layout2 .itemtop {
        width: 42px;
        height: 42px;
        background: var(--complementary-colors);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

    .layout2 .up .itemtop {
        top: 0;
        transform: translateY(-40%);
    }

    .layout2 .down .itemtop {
        bottom: 0;
        transform: translateY(40%);
    }

    .layout2 li .numitem {
        font-family: WixMadeforDisplay-Bold;
        font-size: 3.75rem;
        color: #161616;
    }

        .layout2 li .numitem .small {
            font-family: WixMadeforDisplay-Bold;
            font-size: 1.875rem;
            font-weight: normal;
            letter-spacing: 0rem;
            color: #161616;
        }

    .layout2 li .txt {
        font-family: WixMadeforDisplay-Medium;
        font-size: 1.06rem;
        color: #666666;
    }

@media only screen and (max-width: 87.5rem) {
    .layout2 li .numitem {
        font-family: WixMadeforDisplay-Bold;
        font-size: 2.8rem;
        color: #161616;
    }
}

@media only screen and (max-width: 62.5rem) {
    .layout2 li .numitem {
        font-family: WixMadeforDisplay-Bold;
        font-size: 2rem;
        color: #161616;
    }

    .layout2 ul li {
        width: 33%;
    }

    .numbg {
        display: none;
    }

    .layout2 ul {
        position: relative;
        justify-content: inherit;
    }

    .layout2 .itemtop {
        position: relative;
        transform: translateY(0);
    }

    .layout2 .up .itemtop,
    .layout2 .down .itemtop {
        transform: translateY(0);
        margin-bottom: 20px;
    }

    .layout2 ul li {
        margin-bottom: 50px;
    }

    .layout2 li .txt {
        text-align: center;
    }
}

main .section-7 {
    background-color: #fff;
    padding: 5% 0;
}

@media only screen and (max-width: 62.5rem) {
    main .section-7 {
        padding: 5rem 0 2rem;
    }
}



main .section-7 .section7-container .cont {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

main .section-7 .section7-container .section7-left {
    margin-left: 3.125rem;
    max-width: 40%;
}

main .section-7 .section7-container .section7-right {
    font-family: 'NeueHaasDisplay-Medium', sans-serif;
    width: 100%;
    flex: 1;
}

@media only screen and (max-width: 65.625rem) {
    main .section-7 .section7-container .section7-right {
        margin: 0 auto;
        width: 100%;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    main .section-7 .section7-container .section7-left {
        display: none;
    }
}

main .section-7 .section7-container .section7-right .faq-top {
    color: #83d626;
    display: flex;
    font-size: 1.25rem;
    align-items: center;
    margin-bottom: 1.875rem;
}

@media only screen and (max-width: 65.625rem) {
    main .section-7 .section7-container .section7-right .faq-top {
        margin-bottom: 1rem;
    }
}

main .section-7 .section7-container .section7-right .faq-top img {
    flex: 0 0 1rem;
    height: 1rem;
    margin: 0 0.5rem 0 0;
}

main .section-7 .section7-container .section7-right .faq-top-title {
    font-size: 2.5rem;
    line-height: 3.125rem;
    color: #222;
    margin-bottom: 0.375rem;
}

@media only screen and (max-width: 62.5rem) {
    main .section-7 .section7-container .section7-right .faq-top-title {
        font-size: 2.5rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
}

main
.section-7
.section7-container
.section7-right
.faq-items::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}

main
.section-7
.section7-container
.section7-right
.faq-items::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

main
.section-7
.section7-container
.section7-right
.faq-items::-webkit-scrollbar-thumb {
    background: #76bc28;
    border-radius: 10px;
}

    main
    .section-7
    .section7-container
    .section7-right
    .faq-items::-webkit-scrollbar-thumb:hover {
        background: #58881e;
    }

main .section-7 .section7-container .section7-right .faq-items .faq-block {
    cursor: pointer;
}

    main
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block.active {
        box-shadow: 0 0 20px rgb(0, 0, 0, 0.05);
        border-radius: 20px;
        margin-bottom: 20px;
        padding: 1.25rem 0 1.25rem 1.25rem;
    }

    main
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-title {
        font-size: 1.125rem;
        border-bottom: 0.0625rem solid #e1e3e7;
        padding: 1.25rem 0;
        display: flex;
        justify-content: space-between;
        place-items: center;
        margin-right: 1.25rem;
    }

        main
        .section-7
        .section7-container
        .section7-right
        .faq-items
        .faq-block
        .faq-title > div {
            display: flex;
            align-items: center;
        }

            main
            .section-7
            .section7-container
            .section7-right
            .faq-items
            .faq-block
            .faq-title > div
            img {
                margin: 0;
                transform: rotate(180deg);
                transition: 0.3s ease;
            }

        main
        .section-7
        .section7-container
        .section7-right
        .faq-items
        .faq-block
        .faq-title
        .sequence {
            color: #83d626;
        }

        main
        .section-7
        .section7-container
        .section7-right
        .faq-items
        .faq-block
        .faq-title
        .title {
            display: block;
            width: 100%;
            text-align: left;
            font-family: WixMadeforDisplay-Bold;
            color: #161616;
        }

@media only screen and (max-width: 65.625rem) {
    main
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-title
    .title {
        margin: 0 0.25rem;
    }
}

main
.section-7
.section7-container
.section7-right
.faq-items
.faq-block
.faq-content {
    font-family: 'NeueHaasDisplay-Roman', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: #333333;
    max-height: 0;
    overflow: hidden;
}

    main
    .section-7
    .section7-container
    .section7-right
    .faq-items
    .faq-block
    .faq-content
    p {
        margin-top: 1.25rem;
        width: 90%;
    }

main
.section-7
.section7-container
.section7-right
.faq-items
.faq-block.active
.faq-title
img {
    transform: rotate(0);
}

main
.section-7
.section7-container
.section7-right
.faq-items
.faq-block.active
.faq-content {
    max-height: 12.5rem;
}

/* 无图的fqa */
.fqa2 {
    display: flex;
}

    .fqa2 .blocktitle {
        width: 25%;
    }

    .fqa2 .cont {
        flex: 1;
    }

@media only screen and (max-width: 1000px) {
    .fqa2 {
        display: block;
    }

        .fqa2 .blocktitle {
            width: 100%;
            text-align: center;
        }
}

/* frombox */
.formBox {
    background: url(../image/form-bg.jpg) no-repeat;
    background-size: cover;
    padding: 6% 0;
    background-size: cover;
}

@media only screen and (max-width: 62.5rem) {
    .formBox {
        padding: 5rem 0;
    }
}


.formBox .arrowtit .ban-arrow {
    display: inline-flex;
}

.formBox .in_tit {
    flex: 1;
    width: 100%;
    margin-bottom: 30px;
}

    .formBox .in_tit .blocktitle,
    .formBox .in_tit .dec {
        color: #ffffff;
    }

    .formBox .in_tit .dec {
        width: 90%;
        margin: 25px 0 25px;
        font-family: WixMadeforDisplay-Regular;
        font-size: 1.125rem;
    }

.formBox .right {
    border-radius: 10px;
    /* background: rgba(255, 255, 255, 0.9); */
    /* width: 62.5%; */
}

.formBox .form_li {
    position: relative;
    margin-right: 15px;
    width: 22%;
    min-width: 25.06rem;
    margin-top: 15px;
}

    .formBox .form_li:last-child {
        margin-right: 0px;
    }

    .formBox .form_li .input {
        position: relative;
        width: 100%;
        height: 60px;
        padding: 5px 16px;
        display: block;
        background-color: #ffffff;
        border-radius: 6px;
    }

.formBox .more {
    width: 140px;
    height: 60px;
    line-height: 60px;
    padding: 0px;
    border: 1px solid var(--complementary-colors);
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

    .formBox .more::after {
        content: '';
        width: 110px;
        height: 100%;
        background-color: var(--complementary-colors);
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.5s;
    }

    .formBox .more:hover::after {
        width: 100%;
    }

    .formBox .more span {
        width: 110px;
        position: relative;
        z-index: 10;
        color: #fff;
        font-family: WixMadeforDisplay-Medium;
        font-size: 18px;
        display: block;
        background-color: var(--complementary-colors);
        transition: all 0.5s;
    }

.formBox label.error {
    position: absolute;
    left: 0px;
    bottom: -22px;
    padding: 0 16px;
    font-size: 14px;
    color: var(--complementary-colors);
}

@media screen and (max-width: 640px) {
    .mainer .swiper_btn, .formBox .form {
        flex-wrap: wrap;
    }
}

/* 有边距的左右排版 section-11 */
.havebg {
    background: #f9f9f9;
}

.section-11 {
    display: flex;
    justify-content: center;
}
/* 左右图文 layout6*/
.layout6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .layout6.re {
        flex-direction: row-reverse;
    }

    .layout6 .left, .layout6 .right {
        width: 46%;
    }

        .layout6 .left, .layout6 .right.pad {
            margin-right: 4%;
        }

@media screen and (max-width: 1000px) {
    .right {
        width: 100%;
        padding-top: 2rem;
    }

    .layout6 {
        display: block;
    }

        .layout6 .left, .layout6 .right.pad {
            padding-right: 0;
            width: 100%;
        }

        .layout6 .half:first-child {
            margin-bottom: 4rem;
        }

        .layout6 > div {
            width: 100%;
        }
}

.layout6 .right .tit {
    font-family: WixMadeforDisplay-Bold;
    font-size: 1.63rem;
    color: #161616;
}

.layout6 .right .desc {
    font-family: 'WixMadeforDisplay-Regular';
    font-size: 1.13rem;
    color: #666666;
    margin: 1.25rem 0 2rem;
}

/* 左右一样的排版  */

.half {
    width: 48%;
    align-self: flex-start;
}

@media screen and (max-width: 750px) {
    .half {
        width: 100%;
    }
}

.half .toppic {
    background: url("../image/hub-bg1.jpg") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.06rem;
}

.half .tit {
    font-family: WixMadeforDisplay-Bold;
    font-size: 1.63rem;
    color: #161616;
}

.half .desc {
    font-family: WixMadeforDisplay-Regular;
    font-size: 1.13rem;
    color: #666666;
    margin: 1.25rem 0 3.75rem;
}

/* layout 7  轮播 */
.layout7 {
    padding-left: 13.5%;
    position: relative;
}

    .layout7 .blocktitle {
        margin-bottom: 3rem;
    }

.swiper-wrapper .swiper-slide {
    height: auto;
}

.sw-cont {
    background-color: #ffffff;
    border-radius: 0.63rem;
    padding: 3rem 3rem 3rem 1.8rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 1500px) {
    .layout7 {
        padding-left: 5%;
        position: relative;
    }
}

@media only screen and (max-width: 1000px) {
    .sw-cont {
        padding: 5%;
    }

    .layout7 {
        padding-left: 5%;
        position: relative;
    }
}

.sw-cont .top {
    position: relative;
    font-family: WixMadeforDisplay-Regular;
    font-size: 1.13rem;
    line-height: 1.5;
    color: #161616;
}


.sw-cont .under {
    display: flex;
    align-items: center;
}

    .sw-cont .under .attrbox {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5rem;
    }

    .sw-cont .under .attr {
        width: 4.56rem;
        width: 4.56rem;
        border-radius: 50%;
        border: 2px solid #fff;
        overflow: hidden;
        margin-right: 20px;
    }

    .sw-cont .under .xing {
        font-family: WixMadeforDisplay-Bold;
        font-size: 1.375rem;
        color: #000000;
        line-height: 2;
    }

    .sw-cont .under .ming {
        font-family: WixMadeforDisplay-Regular;
        font-size: 1rem;
        color: #333333;
    }

.arrowbox {
    position: absolute;
    width: auto;
    display: flex;
    align-items: center;
    right: 16.25rem;
    top: 1.7rem;
}

@media only screen and (max-width: 1000px) {
    .arrowbox {
        right: 2.25rem;
        top: -0.3rem;
    }
}

.arrowbox .swiper-button-prev, .arrowbox .swiper-button-next {
    position: static;
    width: 3.75rem;
    height: 3.75rem;
    background: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
    transition: all 0.5s;
}

    .arrowbox .swiper-button-prev:hover, .arrowbox .swiper-button-next:hover {
        background: var(--complementary-colors);
    }

    .arrowbox .swiper-button-prev img, .arrowbox .swiper-button-next img {
        width: 40%;
    }

.arrowbox .swiper-button-prev {
    margin-right: 1rem;
}

    .arrowbox .swiper-button-prev img {
        transform: rotate(180deg)
    }

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}




/* 图标展示 */

.layout8 {
    display: flex;
    justify-content: center;
}

    .layout8 ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .layout8 li {
        margin: 1rem;
        transition: all 0.5s;
    }

    .layout8 .iconbox {
        width: 5.69rem;
        height: 5.69rem;
        background-color: #ffffff;
        border-radius: 0.63rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10%;
        margin: 0 auto;
    }

    .layout8 .info {
        font-size: 1rem;
        color: #333333;
        margin-top: 1.15rem;
        text-align: center;
    }

    .layout8 li {
        position: relative;
    }

        .layout8 li .hover-img {
            position: absolute;
            top: 110%;
            left: 50%;
            transition: all 0.5s;
            transform: translateX(-50%);
            display: none;
            width: 300px;
            min-height: 250px;
            align-self: center;
            justify-content: center;
            padding: 10px;
            background-color: #fff;
            box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
        }

        .layout8 li:hover .hover-img {
            display: flex;
        }

            .layout8 li:hover .hover-img img {
                width: 100%;
                height: auto;
            }






/* 按钮框 */
.btnbox {
    display: flex;
}

    .btnbox span {
        font-size: 1.13rem;
    }
