/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.375rem #e7e7e7;
    border-radius: 4px;
    background-color: #e7e7e7;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    box-shadow: inset 0 0 0.375rem #999;
    background-color: #e7e7e7;
}
a {
    color: inherit;
    text-decoration: none !important;
    background-color: transparent;
    outline: none !important;
}
a:hover {
    color: inherit;
    text-decoration: none !important;
}
a:not([href]),a:not([href]):hover {
    color: inherit !important;
    text-decoration: none !important;
    outline: none !important;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.product-active a {
    color: #2F69F8;
    font-size: 18px;
    font-weight: 700;
}

.scroll-top-wrap {
    position: fixed;
    bottom: 300px;
    right: 8px;
    z-index: 998;
}
.scroll-top-wrap button {
    background: #fff;
    border: none;
    color: #091221;
    cursor: pointer;
    display: block;
    margin: 0;
    outline: none;
    padding: 0;
    transition: color .3s ease-out;
}
.scroll-top {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 42px 0 rgba(9, 18, 33, .08);
    color: #091221;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 0;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    transition: .2s ease;
    width: 50px;
    z-index: 100;
}
.scroll-top.scroll-top-visible {
    height: 50px;
    margin-top: 12px;
    opacity: 1;
}

.product-pc {
    margin-top: 100px;
    margin-bottom: 30px;
    background: #FFFFFF;
}
p {
    margin: 0 0 10px;
}
.color {
    background: #fbfbfb;
}

.modular1-title, .modular2-title, .modular3-title, .modular4-title {
    text-align: center;
    margin-top: 30px;
}

.modular1-title > p {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.modular1-title > span {
    font-size: 24px;
    font-weight: 400;
    color: #666666;
}

.modular1-content {
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
}

.modular1-content > .img {
    width: 50%;
}

.modular1-content > .font {
    margin-top: 50px;
}

.modular1-content > .font > .afters {
    margin-left: 250px;
    width: 60px;
    height: 4px;
    background: #2C82FD;
    border-radius: 2px;
}

.modular1-content > .font > p {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.modular1-content > .font > span {
    display: block;
    width: 341px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.modular1-content1 {
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
}

.modular1-content1 > .font {
    width: 50%;
}

.modular1-content1 > .font {
    margin-top: 50px;
}

.modular1-content1 > .font > .afters {
    width: 60px;
    height: 4px;
    background: #2C82FD;
    border-radius: 2px;
}

.modular1-content1 > .font > p {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.modular1-content1 > .font > span {
    display: block;
    width: 455px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.modular2-title > p {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.modular2-title > span {
    font-size: 24px;
    font-weight: 400;
    color: #666666;
}

.modular2-content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

.modular2-content > .content1, .content2, .content3, .content4 {
    box-shadow: 0px 0px 5px #ccc;
}

.modular2-content > .content1 > .img {
    padding: 40px 45px;
    width: 270px;
    height: 270px;
    background: #F9FAFB;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
}

.modular2-content > .content2 > .img {
    padding: 20px;
    width: 270px;
    height: 270px;
    background: #F9FAFB;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
}

.modular2-content > .content3 > .img {
    padding: 40px 45px;
    width: 270px;
    height: 270px;
    background: #F9FAFB;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
}

.modular2-content > .content4 > .img {
    padding: 40px 45px;
    width: 270px;
    height: 270px;
    background: #F9FAFB;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
}

.modular2-content > .content1 > .title {
    text-align: center;
    width: 270px;
    height: 80px;
    background: #fff;
}

.modular2-content > .content1 > .title > p {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 80px;
}

.modular2-content > .content2 > .title {
    text-align: center;
    width: 270px;
    height: 80px;
    background: #fff;
}

.modular2-content > .content2 > .title > p {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 80px;
}

.modular2-content > .content3 > .title {
    text-align: center;
    width: 270px;
    height: 80px;
    background: #fff;
}

.modular2-content > .content3 > .title > p {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 80px;
}

.modular2-content > .content4 > .title {
    text-align: center;
    width: 270px;
    height: 80px;
    background: #fff;
}

.modular2-content > .content4 > .title > p {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 80px;
}

.modular3-title > p {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.modular3-title > span {
    font-size: 24px;
    font-weight: 400;
    color: #666666;
}

.modular3-content {
    padding: 70px 0;
    display: flex;
    justify-content: space-around;
}

.modular3-content > .img {
    width: 50%;
}

.modular3-content > .font {
    margin-top: 50px;
}

.modular3-content > .font > .afters {
    margin-left: 384px;
    width: 60px;
    height: 4px;
    background: #2C82FD;
    border-radius: 2px;
}

.modular3-content > .font > p {
    margin-left: 300px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.modular3-content > .font > span {
    display: block;
    width: 455px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.modular3-content1 {
    padding: 70px 0;
    display: flex;
    justify-content: space-around;
}

.modular3-content1 > .font {
    width: 50%;
}

.modular3-content1 > .font {
    margin-top: 50px;
}

.modular3-content1 > .font > .afters {
    width: 60px;
    height: 4px;
    background: #2C82FD;
    border-radius: 2px;
}

.modular3-content1 > .font > p {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.modular3-content1 > .font > span {
    display: block;
    width: 455px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.modular3-content2 {
    padding: 70px 0;
    display: flex;
    justify-content: space-around;
}

.modular3-content2 > .img {
    width: 50%;
}

.modular3-content2 > .font {
    margin-top: 50px;
}

.modular3-content2 > .font > .afters {
    margin-left: 400px;
    width: 60px;
    height: 4px;
    background: #2C82FD;
    border-radius: 2px;
}

.modular3-content2 > .font > p {
    margin-left: 270px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.modular3-content2 > .font > span {
    display: block;
    width: 466px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.modular3-content3 {
    padding: 70px 0;
    display: flex;
    justify-content: space-around;
}

.modular3-content3 > .font {
    width: 50%;
}

.modular3-content3 > .font {
    margin-top: 50px;
}

.modular3-content3 > .font > .afters {
    width: 60px;
    height: 4px;
    background: #2C82FD;
    border-radius: 2px;
}

.modular3-content3 > .font > p {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.modular3-content3 > .font > span {
    display: block;
    width: 455px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.modular4-title > p {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}

.modular4-title > span {
    font-size: 24px;
    font-weight: 400;
    color: #666666;
}

.modular4-content {
    display: flex;
    margin-top: 30px;
    margin-bottom: 80px;
}

.modular4-content > .img1, .img2, .img3 {
    width: 298px;
    height: 350px;
}

.modular4-content > .img1, .img2, .img3 > p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}


.modular1-ul1, .modular1-ul2 {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
}

.modular1-ul1 > .li {
    text-align: center;
    width: 30%;
}

.modular1-ul1 > .li > div > p {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.modular1-ul2 > .li {
    text-align: center;
    width: 30%;
}

.modular1-ul2 > .li > div > p {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.modular2-pic {
    position: relative;
    padding: 60px 0;
    margin-top: 60px;
    text-align: center;
}

.modular2-pic > .p1 {
    position: absolute;
    top: 40px;
    width: 300px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.modular2-pic > .p2 {
    position: absolute;
    top: 40px;
    right: -20px;
    width: 300px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.modular2-pic > .p3 {
    position: absolute;
    top: 280px;
    left: -20px;
    width: 300px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.modular2-pic > .p4 {
    position: absolute;
    top: 280px;
    right: -20px;
    width: 300px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.modular2-pic > .p5 {
    margin-top: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.modular2-pic > .icon1 {
    position: absolute;
    top: 40px;
    left: 290px;
}

.modular2-pic > .icon2 {
    position: absolute;
    top: 40px;
}

.modular2-pic > .icon3 {
    position: absolute;
    top: 280px;
    left: 290px;
}

.modular2-pic > .icon4 {
    position: absolute;
    top: 280px;
}

.modular2-pic > .icon5 {
    position: absolute;
    top: 340px;
    left: 590px;
}

.modular3-list > .list1 {
    margin: 45px 0;
    width: 1200px;
    height: 183px;
    border-radius: 15px;
    border: 4px dashed #2C82FD;
}

.modular3-list > .list1 > p {
    margin: 20px 0 0 20px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.modular3-list > .list1 > ul {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.modular3-list > .list1 > ul > li {
    color: #fff;
    text-align: center;
    line-height: 70px;
    width: 150px;
    height: 70px;
    background: #2C82FD;
    border-radius: 4px;
}

.modular3-list > .list2 {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.modular3-list > .list2 > .list2-chl > p {
    width: 150px;
    height: 70px;
    background: #2C82FD;
    color: #fff;
    text-align: center;
    margin: 20px 0 20px -62px;
    line-height: 70px;
    border-radius: 4px;
}

.modular4-pic {
    position: relative;
    text-align: center;
    margin: 150px 0 80px 0;
}

.modular4-pic > .p6 {
    position: absolute;
    top: -100px;
    left: 390px;
    width: 350px;
    height: 100px;
    background-color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    box-shadow: 0px 0px 5px #ccc;
}

.modular4-pic > .p7 {
    position: absolute;
    top: 230px;
    left: -30px;
    width: 350px;
    height: 100px;
    background-color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    box-shadow: 0px 0px 5px #ccc;
}

.modular4-pic > .p8 {
    position: absolute;
    top: 230px;
    right: -30px;
    width: 350px;
    height: 100px;
    background-color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    box-shadow: 0px 0px 5px #ccc;
}

.modular5-pic {
    margin: 57px 0 110px 0;
    display: flex;
    justify-content: space-around;
}

.modular5-font > .font {
    width: 50%;
}

.modular5-font > .font {
    margin-bottom: 50px;
}

.modular5-font > .font > .afters {
    width: 60px;
    height: 4px;
    background: #2C82FD;
    border-radius: 2px;
}

.modular5-font > .font > p {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.modular5-font > .font > span {
    display: block;
    width: 455px;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.ping-pic2 {
    display: none;
}
.watch-pic {
    display: flex;
    align-items: center;
    justify-content: center;
}
.watch-pic img {
    width: 360px;
    height: auto;
}

.modular4-pic-h5 {
    display: none;
}

.product-flow {
    position: relative;
    text-align: center;
    margin: 30px 0;
}

.watch-pic-mobile-top {
    display: none;
}


@media (max-width: 768px) {
    .ai-chatbot img {
        width: 60px;
        height: auto;
    }
    .modular1-ul1 > .li > div > img {
        width: 110px;
    }

    .modular1-ul1 > .li > div > p {
        font-size: 12px;
        font-weight: 500;
        color: #333333;
    }

    .modular1-ul2 > .li > div > img {
        width: 110px;
    }

    .modular1-ul2 > .li > div > p {
        font-size: 12px;
        font-weight: 500;
        color: #333333;
    }

    .ping-pic1 {
        display: none;
    }

    .ping-pic2 {
        display: block;
        margin-left: 50px;
    }

    .modular2-pic {
        position: relative;
        padding: 0 !important;
        margin-top: 60px;
        text-align: center;
        height: 450px;
    }

    .modular2-pic > .p1 {
        position: absolute;
        top: 180px;
        left: 50px;
        width: 80%;
        font-size: 12px;
        font-weight: 500;
        color: #666666;
    }

    .modular2-pic > .p2 {
        position: absolute;
        top: 230px;
        left: 50px;
        width: 80%;
        font-size: 12px;
        font-weight: 500;
        color: #666666;
    }

    .modular2-pic > .p3 {
        position: absolute;
        top: 280px;
        width: 80%;
        left: 50px;
        font-size: 12px;
        font-weight: 500;
        color: #666666;
    }

    .modular2-pic > .p4 {
        position: absolute;
        top: 330px;
        width: 80%;
        left: 50px;
        font-size: 12px;
        font-weight: 500;
        color: #666666;
    }

    .modular2-pic > .p5 {
        position: absolute;
        margin-top: 0;
        font-size: 12px;
        top: 380px;
        width: 80%;
        left: 50px;
        font-weight: 500;
        color: #666666;
    }

    .modular2-pic > .icon1 {
        position: absolute;
        top: 180px;
        left: 0;
        width: 24px;
        height: 24px;
    }

    .modular2-pic > .icon2 {
        position: absolute;
        top: 230px;
        left: 0;
        width: 24px;
        height: 24px;
    }

    .modular2-pic > .icon3 {
        position: absolute;
        top: 280px;
        left: 0;
        width: 24px;
        height: 24px;
    }

    .modular2-pic > .icon4 {
        position: absolute;
        top: 330px;
        left: 0;
        width: 24px;
        height: 24px;
    }

    .modular2-pic > .icon5 {
        position: absolute;
        top: 380px;
        left: 0;
        width: 24px;
        height: 24px;
    }

    .modular3-list > .list1 {
        margin: 45px 0;
        width: 100%;
        height: 183px;
        border-radius: 15px;
        border: 4px dashed #2C82FD;
    }

    .modular3-list > .list1 > p {
        margin: 20px 0 0 0;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        color: #333333;
    }

    .modular3-list > .list1 > ul {
        margin-top: 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .modular3-list > .list1 > ul > li {
        color: #fff;
        text-align: center;
        line-height: 40px;
        margin-top: 20px;
        width: 90px;
        height: 40px;
        background: #2C82FD;
        border-radius: 4px;
    }

    .modular3-list > .list2 {
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
    }

    .modular3-list > .list2 > .list2-chl > p {
        width: 90px;
        height: 40px;
        background: #2C82FD;
        color: #fff;
        text-align: center;
        margin: 20px 0 20px 0;
        line-height: 40px;
        border-radius: 4px;
    }

    .modular3-list > .list2 > .list2-chl > img {
        margin-left: 40%;
    }

    .modular4-pic {
        display: none;
    }

    .modular5-pic {
        margin: 57px 0 30px 0;
        display: block;
    }

    .modular5-pic > .watch-pic {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modular5-font > .font {
        width: 100%;
    }

    .modular5-font > .font {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .modular5-font > .font > .afters {
        width: 33px;
        height: 4px;
        background: #2C82FD;
        border-radius: 2px;
    }

    .modular5-font > .font > p {
        font-size: 12px;
        font-weight: 500;
        color: #333333;
    }

    .modular5-font > .font > span {
        display: block;
        width: 100%;
        font-size: 12px;
        font-weight: 500;
        color: #666666;
    }

    .modular4-pic-h5 {
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .modular4-pic-h5 > div {
        width: 100%;
        text-align: center;
        padding: 10px;
        height: 150px;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px 0px #DDDDDD, 0px 0px 1px 0px #DFDFDF;
        border-radius: 6px;
        border: 4px solid #FFFFFF;
        margin-bottom: 20px;
    }

    .modular4-pic-h5 > div > p {
        margin-top: 20px;
        font-size: 12px;
        font-weight: 500;
        color: #333333;
    }

    .modular4-pic-h5 > div > span {
        font-size: 12px;
        font-weight: 400;
        color: #666666;
    }

    .modular5-pic > .watch-pic-mobile-top {
        display: block;
    }
    .modular5-pic > .watch-pic-mobile-bottom {
        display: none;
    }
    .watch-pic img {
        width: 220px;
        height: auto;
    }
}

