.hoverToUp {
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.hoverToUp:hover {
    // box-shadow: 5px 8px 25px 0px rgba(254, 137, 2, 0.2) !important;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.main {
    min-width: 1200px;
    background: #000;
    color: #fff;
}

// 轮播图
.nav-bar {

    .swiper-slide {
        position: relative;
        width: 100%;
        height: 600px;

        img {
            position: absolute;
            width: 100%;
            height: 600px;
        }

        .box1 {
            position: relative;
            margin-left: 397px;

            .title {
                height: 55px;

                text-shadow: 0px 2px 11px #6943e2;
                font-size: 52px;
                line-height: 62px;
            }

            .subtitle {
                width: 536px;

                font-size: 32px;
                font-weight: 700;
                letter-spacing: 0px;
                line-height: 45px;
            }

            .desc {
                width: 440px;

                font-size: 18px;
                font-weight: 500;
                letter-spacing: 0px;
                line-height: 30px;

                margin-top: 39px;
                margin-bottom: 9px;
            }

            .btn {
                width: 126px;
                height: 35px;

                font-size: 16px;
                font-weight: 500;
                letter-spacing: 0px;
                line-height: 35px;
                text-align: center;
                color: rgba(18, 35, 38, 1);

                border-radius: 17.5px;
                background: linear-gradient(90deg, rgba(23, 254, 166, 1) 0%, rgba(240, 254, 2, 1) 100%);

                margin-top: 207px;
                margin-bottom: 21px;

                cursor: pointer;
            }

            .list {
                display: flex;

                &-item {
                    position: relative;

                    display: flex;
                    align-items: center;
                    justify-content: center;

                    width: 150px;
                    height: 36px;

                    font-size: 14px;
                    font-weight: 700;
                    color: rgba(255, 255, 255, 1);

                    border-radius: 18px;
                    background: linear-gradient(90deg, rgba(112, 219, 175, 1) 0%, rgba(2, 201, 118, 1) 100%);

                    margin-right: 10px;

                    cursor: pointer;

                    .img {
                        position: relative;
                        width: 16px;
                        height: 20px;

                        margin-right: 6px;
                    }
                }
            }
        }

        .box2 {
            position: relative;
            margin-left: 397px;

            .title {
                width: 502px;
                font-size: 38px;
                font-weight: 700;

                background: -webkit-linear-gradient(0deg,
                        rgba(23, 254, 166, 1) 0%,
                        rgba(240, 254, 2, 1) 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;

                margin-top: 207px;
            }

            .subtitle {
                width: 603px;
                font-size: 18px;
                line-height: 45px;

                margin-top: 6px;
                margin-bottom: 60px;
            }

            .list {
                display: flex;

                &-item {
                    position: relative;

                    display: flex;
                    align-items: center;
                    justify-content: center;

                    width: 150px;
                    height: 36px;

                    font-size: 14px;
                    font-weight: 700;
                    color: rgba(255, 255, 255, 1);

                    border-radius: 18px;
                    background: linear-gradient(90deg, rgba(112, 219, 175, 1) 0%, rgba(2, 201, 118, 1) 100%);

                    margin-right: 10px;

                    cursor: pointer;

                    .img {
                        position: relative;
                        width: 16px;
                        height: 20px;

                        margin-right: 6px;
                    }
                }
            }
        }
    }
}

.spec-dot {
    position: absolute;
    bottom: 70px;
    left: 400px;
}

.swiper-pagination {
    position: relative !important;
    text-align: left;
}

.swiper-pagination-bullet {
    width: 42px !important;
    height: 5px !important;
    border-radius: 0 !important;
    background: rgba(19, 72, 65, 1) !important;
}

.swiper-pagination-bullet-active {
    background: rgba(37, 195, 131, 1) !important;
}

.content1 {
    background-color: #fff;

    padding-bottom: 40px;

    .list {
        display: flex;
        justify-content: center;
        margin-left: -9px;
        margin-right: -9px;
        margin-top: -40px;

        position: relative;
        z-index: 2;

        &-item {
            margin: 0 10px;
            background-color: transparent;

            &-content {
                display: flex;
                align-items: center;

                width: 240px;
                height: 110px;
                border-radius: 4px;
                background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(243, 245, 248, 1) 100%);
                border: 2px solid rgba(255, 255, 255, 1);
                box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);

                box-sizing: border-box;
                padding: 19px 25px;

                .text-box {
                    .icon {
                        width: 22px;
                        height: 20px;
                    }

                    .text1 {
                        font-size: 18px;
                        font-weight: 700;
                        line-height: 26px;
                        color: rgba(22, 24, 26, 1);

                        margin-left: 7px;
                    }

                    .text2 {
                        font-size: 14px;
                        line-height: 20px;
                        color: rgba(152, 163, 183, 1);

                        margin-top: 5px;
                    }
                }
            }
        }

    }

    .box {
        display: flex;
        margin-top: 76px;

        &-left {
            .text1 {
                font-size: 36px;
                font-weight: 700;
                letter-spacing: 0px;
                line-height: 52.13px;
                color: rgba(22, 24, 26, 1);

                margin-bottom: 24px;
            }

            .text2 {
                font-size: 18px;
                font-weight: 400;
                letter-spacing: 0px;
                line-height: 26.06px;
                color: rgba(153, 153, 153, 1);

                margin-bottom: 15px;
            }



            .iconlist {
                display: flex;

                .icons {
                    width: 64px;
                    height: 64px;

                    margin-right: 20px;
                }
            }
        }

        &-right {
            margin-left: 100px;

            img {
                width: 659px;
                height: 396px;
            }
        }
    }

    .box2 {

        margin-top: 112px;

        .title {
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            letter-spacing: 0px;
            line-height: 52.13px;
            color: rgba(22, 24, 26, 1);
        }

        .subtitle {
            text-align: center;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0px;
            line-height: 26.06px;
            color: rgba(153, 153, 153, 1);

            margin-top: 13px;
            margin-bottom: 49px;
        }

        .panel {
            display: flex;
            flex-wrap: wrap; // 允许换行

            &-item {
                width: calc((100% - 46px) / 3); // 计算每个项目的宽度，减去2个间距（23px * 2）
                height: 271px;

                background: rgba(255, 255, 255, 1);
                box-shadow: -1px 8px 25px rgba(0, 0, 0, 0.1);

                &:not(:nth-child(3n)) {
                    // 非每行第三个元素右侧添加间距
                    margin-right: 23px;
                }

                &:not(:nth-last-child(-n+3)) {
                    // 非最后一行的元素下方添加间距
                    margin-bottom: 23px;
                }

                &-top {
                    height: 90px;
                    background: linear-gradient(90deg, rgba(6, 133, 255, 1) 0%, rgba(27, 169, 255, 1) 100%);

                    display: flex;
                    align-items: center;
                    justify-content: center;

                    img {
                        width: 62px;
                        height: 62px;
                    }
                }

                &-text {

                    box-sizing: border-box;
                    padding: 17px 33px;

                    .text1 {
                        font-size: 18px;
                        font-weight: 500;
                        letter-spacing: 0px;
                        line-height: 26.06px;
                        color: rgba(23, 24, 27, 1);
                    }

                    .text2 {
                        // width: 199.59px;
                        font-size: 14px;
                        font-weight: 500;
                        letter-spacing: 0px;
                        line-height: 20.27px;
                        color: rgba(99, 109, 123, 1);

                        margin-top: 13px;
                    }
                }


            }
        }
    }
}

.content2 {
    height: 915px;
    background: url("../../assets/images/img09.png") no-repeat;
    background-size: cover;

    box-sizing: border-box;
    padding: 47px 0 119px;

    .title {
        width: 120px;
        height: 44px;

        font-size: 30px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 43.44px;


        background: -webkit-linear-gradient(0deg,
                rgba(23, 254, 166, 1) 0%,
                rgba(240, 254, 2, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        margin: 0 auto;
        margin-bottom: 62px;
    }

    .subtitle {
        display: flex;
        justify-content: space-around;

        padding: 17px;
        cursor: pointer;
        border-bottom: 2px solid rgba(20, 70, 64, 1);

        &-content {
            position: relative;

            &-item {
                width: 108px;
                height: 27px;

                text-align: center;
                font-size: 18px;
                font-weight: 700;
                letter-spacing: 0px;
                line-height: 26.06px;
            }

            .isActive {
                background: -webkit-linear-gradient(0deg,
                        rgba(23, 254, 166, 1) 0%,
                        rgba(240, 254, 2, 1) 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
        }

        .underline {
            position: absolute;
            left: 50%;
            bottom: -18px;
            transform: translate(-50%, 0);

            width: 109px;
            height: 3px;

            background: linear-gradient(90deg, rgba(23, 254, 166, 1) 0%, rgba(240, 254, 2, 1) 100%);

            margin-top: 18px;
        }
    }

    .box {
        width: 100%;

        margin: 0 auto;
        margin-top: 53px;

        &-title {
            height: 70px;

            font-size: 24px;
            font-weight: 700;
            text-align: center;
            line-height: 70px;
            border-radius: 20px 20px 0px 0px;
            background: linear-gradient(90deg, rgba(112, 219, 175, 1) 0%, rgba(2, 201, 118, 1) 100%);
        }

        &-content {
            display: flex;
            align-items: center;
            justify-content: center;

            height: 472px;

            border-radius: 0px 0px 20px 20px;
            background: linear-gradient(90deg, rgba(16, 64, 57, 1) 0%, rgba(23, 45, 49, 1) 100%);

            border: 1px solid rgba(79, 227, 165, 0.3);

            img {
                width: 527px;
                height: 368px;

                margin-right: 42px;
            }

            &-title {
                .font {
                    font-size: 18px;
                    font-weight: 700;
                    letter-spacing: 0px;
                    line-height: 26.06px;
                    color: rgba(255, 255, 255, 1);
                }

                .underline {
                    width: 36px;
                    height: 3px;
                    opacity: 1;
                    background: linear-gradient(90deg, rgba(23, 254, 166, 1) 0%, rgba(240, 254, 2, 1) 100%);

                    margin-top: 7px;
                    margin-left: 3px;
                    margin-bottom: 3px;
                }
            }

            &-desc {
                width: 536px;

                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                color: rgba(209, 213, 214, 1);
            }
        }
    }


}

.content3 {
    background-color: rgba(243, 245, 251, 1);
    // background: url(../../assets/images/img34.png) no-repeat;
    // background-size: cover;
    overflow: hidden;
    height: 811px;

    box-sizing: border-box;
    padding-top: 122px;

    .title {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        line-height: 52.13px;
        color: rgba(22, 24, 26, 1);

        margin-bottom: 29px;
    }

    .subtitle {
        text-align: center;
        font-size: 18px;
        line-height: 26.06px;
        color: rgba(153, 153, 153, 1);

        margin-bottom: 72px;
    }

    .list {
        display: flex;
        flex-wrap: wrap;
        margin: -22px; // 负 margin 抵消外部间距

        .item {
            display: flex;
            box-sizing: border-box;
            padding: 22px 30px;

            // 计算宽度：100% 减去左右间距，再除以 3
            width: 31%;
            height: 174px;
            border-radius: 10px;
            background: rgba(255, 255, 255, 1);

            margin: 11px; // 上下左右间距 22px

            .num {
                width: 62px;
                height: 62px;

                border-radius: 50%;

                margin-right: 18px;
            }

            .text-box {
                .text1 {
                    font-size: 18px;
                    font-weight: 500;
                    letter-spacing: 0px;
                    line-height: 29px;
                    color: rgba(45, 55, 69, 1);
                }

                .text2 {
                    font-size: 16px;
                    font-weight: 500;
                    letter-spacing: 0px;
                    line-height: 29px;
                    color: rgba(100, 110, 124, 1);
                }
            }
        }
    }

    // .box {
    //     display: flex;
    //     align-items: center;
    //     justify-content: center;

    //     .center-img {
    //         width: 204.74px;
    //         height: 204.69px;

    //         margin: 0 22px;
    //     }

    //     .list {
    //         &-item {
    //             position: relative;
    //             display: flex;
    //             align-items: center;
    //             justify-content: center;

    //             width: 522.44px;
    //             height: 117.64px;
    //             border-radius: 10px;
    //             background: rgba(243, 245, 251, 1);

    //             font-size: 14px;
    //             color: rgba(100, 110, 124, 1);

    //             box-sizing: border-box;
    //             padding: 35px 54px;

    //             margin-bottom: 62px;

    //             &-title {
    //                 position: absolute;
    //                 top: -15px;


    //                 display: flex;
    //                 align-items: center;
    //                 justify-content: center;

    //                 width: 138.85px;
    //                 height: 38.82px;
    //                 border-radius: 46.5px;
    //                 background: linear-gradient(180deg, rgba(1, 124, 255, 1) 0%, rgba(32, 178, 255, 1) 100%);

    //                 font-size: 16px;
    //                 font-weight: 500;
    //                 letter-spacing: 0px;
    //                 color: rgba(255, 255, 255, 1);
    //             }
    //         }



    //         img {
    //             width: 34px;
    //             height: 34px;

    //             margin-right: 15px;
    //         }
    //     }
    // }
}

.content4 {
    height: 833px;
    background: url(../../assets/images/img17.png) no-repeat;
    background-size: cover;

    box-sizing: border-box;
    padding-top: 80px;

    .title {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 43.44px;

        background: -webkit-linear-gradient(0deg,
                rgba(23, 254, 166, 1) 0%,
                rgba(240, 254, 2, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }



    .box {
        display: flex;

        width: 1046px;
        height: 466px;

        border-radius: 35px;
        border: 0.5px solid rgba(61, 138, 111, 1);
        overflow: hidden;

        margin: 99px auto 0;

        &-left {
            width: 525px;
            height: 57px;

            text-align: center;
            border-radius: 35px 0px 0px 0px;
            background: rgba(50, 97, 93, 1);
        }

        &-right {
            flex: 1;
            height: 55.31px;

            text-align: center;
        }

        .text1 {
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 0px;
            line-height: 49px;
            color: rgba(255, 255, 255, 1);
        }

        .text2 {
            height: 83.5px;

            text-align: center;
            line-height: 83.5px;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0px;
            color: rgba(184, 184, 184, 1);

            background: linear-gradient(90deg, rgba(16, 64, 57, 1) 0%, rgba(23, 45, 49, 1) 100%);

            border: 0.5px solid rgba(61, 138, 111, 1);
            border-left: none;
            border-top: none;
        }

        .text3 {
            height: 83.5px;

            text-align: center;
            line-height: 83.5px;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0px;
            color: #fff;

            background: linear-gradient(90deg, rgba(16, 64, 57, 1) 0%, rgba(23, 45, 49, 1) 100%);

            border: 0.5px solid rgba(61, 138, 111, 1);
            border-left: none;
            border-top: none;
            border-right: none;
        }
    }
}

.content5 {
    height: 745px;
    background: rgba(255, 255, 251, 1);

    box-sizing: border-box;
    padding-top: 62px;

    .title {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 43.44px;

        color: rgba(22, 24, 26, 1);
    }

    .subtitle {
        text-align: center;
        font-size: 18px;
        color: rgba(153, 153, 153, 1);

        margin-top: 19px;
    }

    .list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 68px;

        margin-left: -12px;
        margin-right: -12px;

        &-item {
            display: flex;
            align-items: center;
            justify-content: center;

            width: 250px;
            height: 192px;
            border-radius: 10px;
            // background: rgba(255, 255, 255, 1);
            // box-shadow: -1px 8px 25px rgba(0, 0, 0, 0.1);

            margin: 15px 12px;

            &-content {
                text-align: center;
                font-size: 16px;
                font-weight: 500;
                letter-spacing: 0px;
                color: rgba(66, 66, 66, 1);

                img {
                    width: 92.91px;
                    height: 93.13px;

                    margin-bottom: 15px;
                }
            }
        }
    }
}

.content6 {
    height: 161px;
    background: url(../../assets/images/img15.png) no-repeat;
    background-size: cover;

    box-sizing: border-box;
    padding-top: 40px;

    .text1 {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 24px;
    }

    .text2 {
        width: 142px;
        height: 40px;
        border-radius: 19px;
        background: rgba(255, 255, 255, 1);

        border: 1px solid rgba(255, 255, 255, 1);

        text-align: center;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 40px;
        color: rgba(13, 166, 102, 1);

        margin-top: 25px;
        cursor: pointer;
    }

    .img {
        position: absolute;
        right: 0;
        bottom: -31px;

        width: 380px;
        height: 304px;
    }

}

.content7 {
    height: 639px;
    background: url("../../assets/images/bg5.png");

    .title {
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        line-height: 28px;

        margin-top: 260px;
        margin-bottom: 38px;
    }

    .subtitle {
        text-align: center;
        font-size: 27px;
        line-height: 28px;

        margin-bottom: 62px;
    }

    .btn {
        width: 165px;
        height: 47px;

        font-size: 20px;
        line-height: 47px;
        text-align: center;

        border-radius: 50px;
        background: linear-gradient(90deg, rgba(17, 69, 240, 1) 0%, rgba(120, 67, 224, 1) 100%);

        margin: 0 auto 63px;

        cursor: pointer;
    }
}