body {
    height: 100vh;
    overflow-y: auto;
    color: #262626
}

.safe-width-box {
    width: 1440px;
    margin: 0 auto;
    box-sizing: border-box
}

.home-content {
    font-size: 14px;
    min-width: 1440px
}

a {
    color: #262626
}

@media screen and (min-width: 751px) {
    .header-dropdown-m, .nav-mobile, .mobile-footer, .mobile-content-docs, .m-login-register {
        display: none !important
    }
}

.carousel-caption-box {
    position: relative;
    width: 1440px;
    margin: 0 auto;
}

.carousel-caption-custom {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    width: 600px;
    height: 450px;
    padding-left: 50px;
    padding-top: 120px;
    text-align: left;

}

.carousel-caption-custom h5 {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
}

.carousel-caption-custom .desc {

    margin-top: 16px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}

.carousel-caption-custom p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;

}

#carouselTop {
    padding-bottom: 0;
    padding-top: 1rem;
    position: relative;
}

.banner-container {
    width: 1920px;
    height: 400px;
}

.banner-image {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-image img {
    min-height: 440px;
}

@media screen and (min-width: 1200px) {

}


@media screen and (min-width: 751px) {
    #carouselTop {
        padding-top: 66px !important;
        padding-bottom: 0px !important;

    }
}

.banner {
    position: relative;
    min-width: 1440px
}

.banner-white {
    color: #333
}

.banner-white a {
    color: #333
}

.banner-black {
    background-color: #F1F4FA;
}

.banner-black a {
    color: #fff
}

.banner-content {
    height: 100%
}

.banner-main {
    position: relative;
    height: 100%
}

.banner-item {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s;
    background-size: auto 100% !important
}

.banner-item.active {
    z-index: 2;
    opacity: 1
}

.banner-item-content {
    line-height: 1
}

.banner-item-title {
    padding-top: 147px;
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    color: #262626
}

.banner-item-intro {
    margin-top: 16px;
    font-size: 16px;
    color: #262626;
    line-height: 1;
    font-weight: bold
}

.banner-item-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #666666
}

.banner-item-more {
    width: fit-content;
    margin-top: 40px;
    padding: 13px 42px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    background: #07AAFF;
    border-radius: 2px
}

.banner-item-more:hover {
    opacity: .6
}

.banner-item-more-mobile {
    display: none
}

.banner-icons {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 6
}

.banner-ul {
    display: flex;
    column-gap: 8px;
    width: fit-content;
    z-index: 6;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.banner-ul-item {
    position: relative;
    padding: 10px 0
}

.banner-ul-item.active .banner-ul-item-progress-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #07AAFF;
    border-radius: 2px;
    animation: animate-stripes 5s linear
}

.banner-ul-item-progress {
    position: relative;
    width: 48px;
    height: 3px;
    background: #ccc;
    border-radius: 2px
}

@keyframes animate-stripes {
    0% {
        width: 0%
    }
    100% {
        width: 100%
    }
}

.content-new {

}

.search {
    position: relative
}

.banner-search-btn {
    position: absolute;
    top: 10px;
    right: 16px;
    width: 90px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #07AAFF;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1;
    display: none
}

.banner-search-btn:hover {
    background-color: #2EB6FF
}

.search-content {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    z-index: 3;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    box-shadow: 0 4px 24px 0 rgba(38, 38, 38, 0.04)
}

.search-input {
    height: 60px;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex
}

.search-input .enter {
    position: absolute;
    right: 16px;
    height: 20px;
    line-height: 20px;
    top: 20px;
    font-size: 12px;
    padding-right: 20px;
    color: #666
}


.search-input input {
    width: 854px;
    height: 40px;
    line-height: 40px;
    border: none;
    padding-left: 50px;
    font-size: 16px;
    color: #262626;
    background: transparent
}

.search-input input::-webkit-search-cancel-button {
    display: none
}

.search-input input::-ms-clear {
    display: none
}

.clear-input {
    position: absolute;
    right: 126px;
    top: 20px;
    height: 20px;
    width: 20px;
    border-radius: 50%;

    cursor: pointer;
    display: none
}

.search-input input::placeholder {
    color: #999
}

.search-input .icon-sousuo {
    position: absolute;
    left: 18px;
    top: 20px;
    font-size: 22px;
    color: #666
}

.search-data {
    display: none;
    max-height: 350px;
    overflow-y: auto;
    position: relative
}

.search-line {
    padding: 0 20px
}

.search-data::before {
    width: calc(100% - 36px);
    content: ' ';
    display: block;
    height: 1px;
    background-color: #e9e9eb;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%)
}

.search-data__item {
    display: block;
    padding: 11px 0 9px 50px;
    background-color: #fff;
    transition: background-color .3s;
    cursor: pointer
}

.search-data__item:last-child {
    margin-bottom: 14px
}

.search-data__item-title {
    font-size: 14px;
    line-height: 14px;
    color: #262626;
    margin-bottom: 4px
}

.search-data__item-des {
    font-size: 12px;
    line-height: 18px;
    color: #5c6373
}

.search-data__item:hover {
    background-color: #F6FAFF
}

.search-hot-api {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    display: flex;
    gap: 40px;
    padding-top: 42px;
    justify-content: center
}

.search-hot-api a {
    color: #262626
}

.search-hot-api a:hover {
    color: #07AAFF
}

.product {
    padding-top: 80px;
    padding-bottom: 24px
}

.product-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    text-align: center
}

.product-des {
    padding-top: 16px;
    padding-bottom: 40px;
    line-height: 1;
    text-align: center
}

.product-more-a {
    color: #07AAFF;
    margin-left: 6px;
    position: relative
}

.product-more-a::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 4px;
    width: 5px;
    height: 5px;
    border-left: 1px solid #07AAFF;
    border-bottom: 1px solid #07AAFF;
    transform: translateY(50%) rotate(-135deg)
}

.product-more-a:hover {
    font-weight: bold
}

.home-api-box {
    height: 313px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 24px 0 rgba(38, 38, 38, 0.04), inset 0 0 4px 0 #FFFFFF, inset -2px -2px 4px 0 #FFFFFF;
    border-radius: 4px;
    display: flex;
    overflow: hidden;
    font-family: 'webfont';
}

.home-api-box .home-api-list {
    width: 1128px;
    display: flex;
    flex-wrap: wrap
}

.home-api-box .home-api-list .api-item-block {
    width: 282px;
    height: 156px;
    box-sizing: border-box;
    border-left: 1px solid #F0F3F6;
    border-top: 1px solid #F0F3F6;
    padding: 32px 30px 2px;
    text-align: left;
    overflow: hidden
}

.home-api-box .home-api-list .api-item-block:nth-child(4n+1) {
    border-left: 0
}

.home-api-box .home-api-list .api-item-block:nth-child(1), .home-api-box .home-api-list .api-item-block:nth-child(2), .home-api-box .home-api-list .api-item-block:nth-child(3), .home-api-box .home-api-list .api-item-block:nth-child(4) {
    border-top: 0
}

.home-api-box .home-api-list .api-item-block:hover {
    transition: all .5s;
    background: #FFFFFF;
    box-shadow: 0 0 24px 0 rgba(38, 38, 38, 0.04);
    border-radius: 4px
}

.home-api-box .home-api-list .api-item-block:hover .list-title em {
    transition: all .5s;
    opacity: 1;
    transform: rotate(0) translateX(0)
}

.home-api-box .home-api-list .list-title {
    height: 28px;
    display: flex;
    align-items: center;
    color: #262626;
    position: relative;
}

.home-api-box .home-api-list .list-title h3 {
    font-size: 24px;
    font-weight: 500;
    margin-left: 6px;
    font-family: 'webfontbold';
}

.home-api-box .home-api-list .list-title .icon {
    background: url("/icons/back.png") no-repeat center
}

.home-api-box .home-api-list .list-title .fa-solid {
    color: var(--theme-color);
    font-size: 18px;
}

.home-api-box .home-api-list .list-title em {
    position: absolute;
    right: 0;

    font-size: 26px;

    transform: rotate(0) translateX(-20px);
    opacity: 0
}

.home-api-box .home-api-list .list-title:hover h3 {
    color: var(--theme-color);
}


.home-api-box .list-api {
    margin-top: 12px;
    display: flex;
    gap: 4px 4px;
    flex-wrap: wrap;
    height: 54px;
    overflow: hidden
}

.home-api-box .list-api a {
    line-height: 24px;
    height: 24px;
    background: rgba(7, 170, 255, 0.04);
    box-shadow: inset 0 0 4px 0 rgba(7, 170, 255, 0.08);
    border-radius: 2px;
    padding: 0 20px 0 8px;
    color: #262626;
    font-size: 12px;
    position: relative
}

.home-api-box .list-api a::after {
    content: '';
    position: absolute;
    right: 9px;
    top: 13px;
    width: 5px;
    height: 5px;
    border-left: 1px solid #262626;
    border-bottom: 1px solid #262626;
    transform: translateY(-50%) rotate(225deg);
    z-index: 1
}

.home-api-box .list-api a:hover {
    background: #07AAFF;
    color: #FFFFFF
}

.home-api-box .list-api a:hover::after {
    border-color: #FFFFFF
}

.home-api-box .product-right {
    width: 304px;
    height: 297px;
    background: linear-gradient(180deg, #F3F9FF 0%, #CDE8FB 100%);
    border-radius: 4px;
    margin-top: 8px;
    text-align: left;
    box-sizing: border-box
}

.home-api-box .product-right .data-service-bg {
    height: 100%;
    width: 100%;
    background: url("/images/data-service.png") no-repeat left -100px top 10px;
    overflow: hidden;
    padding: 23px 32px;
    box-sizing: border-box;
    background-size: cover;
}

.home-api-box .product-right .right-title-a {
    display: flex
}

.home-api-box .product-right .list-title {
    display: flex;
    flex-direction: column;
    line-height: 1
}

.home-api-box .product-right .list-title h3 {
    font-size: 24px;
    font-weight: 500
}

.home-api-box .product-right .list-title h3:hover {
    color: #07AAFF
}

.home-api-box .product-right .list-title i {
    width: 26px;
    height: 26px;
    color: #07AAFF;
    margin-bottom: 8px;
    background-position: -311px -389px
}

.home-api-box .product-right .list-title em {
    opacity: 0
}

.home-api-box .product-right .list-title .right-title-a {
    position: relative
}

.home-api-box .product-right .pro-desc {
    line-height: 20px;
    font-size: 14px;
    margin: 16px 0
}

.home-api-box .product-right .list-api {
    margin-bottom: 24px
}

.home-api-box .product-right .more-a {
    color: #07AAFF;
    font-size: 14px;
    position: relative
}

.home-api-box .product-right .more-a::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 6px;
    width: 5px;
    height: 5px;
    border-left: 1px solid #07AAFF;
    border-bottom: 1px solid #07AAFF;
    transform: rotate(-135deg);
    z-index: 1
}

.home-api-box .product-right .more-a:hover {
    font-weight: bold
}

.home-api-box .product-right .more-a:hover::after {
    transition: all .5s;
    transform: rotate(-135deg) translate(-6px, 6px)
}

.vip-main {
    height: 140px;
    background: url("/images/adv.png") no-repeat center;
    width: 1440px;
    margin: 0 auto;
    padding-top: 20px;
    box-sizing: border-box;
    background-size: cover
}

.vip-main a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em
}

.data-product-bg {

    height: 650px
}

.data-product-box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, #FFFFFF 100%);
    padding-top: 42px;
    padding-bottom: 42px;
    margin-top: 32px
}

.data-product-content {
    padding-top: 36px;
    position: relative
}

.product-data-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 600px
}

.product-data-list .data-item {
    width: 400px;
    height: 226px;
    box-sizing: border-box;
    margin-top: 20px;
    font-family: 'DM Sans'
}

.product-data-list .data-item:nth-child(3), .product-data-list .data-item:nth-child(4) {
    margin-top: 40px
}

.product-data-list .data-item a {
    color: #262626
}

.product-data-list .data-item a:hover .item-top {
    color: #07AAFF
}

.product-data-list .data-item a:hover .hezuo-11 {
    background-position: -10px -10px
}

.product-data-list .data-item a:hover .hezuo-22 {
    background-position: -10px -297px
}

.product-data-list .data-item a:hover .hezuo-33 {
    background-position: -150px -333px
}

.product-data-list .data-item .item-top {
    color: #262626;
    display: flex;
    align-items: center;
    font-size: 40px;
    justify-content: space-between;
    line-height: 40px
}

.product-data-list .data-item .item-top .arrow {
    margin-right: 8px;
    font-size: 30px
}

.product-data-list .data-item .item-top .icons {
    font-size: 40px
}

.product-data-list .data-item .flex-center {
    display: flex;
    align-items: center
}

.product-data-list .data-item.flex-end {
    text-align: end
}

.product-data-list .data-item.flex-end .item-top {
    flex-direction: row-reverse
}

.product-data-list .data-item.flex-end .item-top .flex-center {
    flex-direction: row-reverse
}

.product-data-list .data-item.flex-end .item-top .arrow {
    margin-left: 8px;
    margin-right: 0
}

.product-data-list .data-item.flex-end .item-top .icons {
    transform: rotate(180deg)
}

.product-data-list .data-item.flex-end .desc, .product-data-list .data-item.flex-end .hezuo {
    justify-content: end
}

.product-data-list .data-item .title {
    font-size: 24px;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 24px
}

.product-data-list .data-item .desc {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    display: flex;
    gap: 0 17px;
    margin-bottom: 25px
}

.product-data-list .data-item .desc span {
    position: relative
}

.product-data-list .data-item .desc span:after {
    content: '';
    position: absolute;
    left: -8px;
    top: 1px;
    height: 12px;
    width: 1px;
    background: #979797
}

.product-data-list .data-item .desc span:nth-child(1)::after {
    display: none
}

.product-data-list .data-item .hezuo {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center
}

.product-data-list .data-item .hezuo.hezuo-box-11 {
    align-items: flex-start
}

.product-data-list .data-item .hezuo-i {

}

.product-data-list .data-item:nth-child(1) .hezuo-i {
    background-position: -10px -74px;
    width: 273px;
    height: 17px;
    margin-top: 1px
}

.product-data-list .data-item:nth-child(2) .hezuo-i {
    background-position: -10px -261px;
    width: 228px;
    height: 16px
}

.product-data-list .data-item:nth-child(3) .hezuo-i {
    background-position: -348px -290px;
    width: 101px;
    height: 16px
}

.data-icons {
    position: absolute;
    left: 50%;
    top: 154px;
    margin-left: -340px;
    width: 680px;
    height: 454px;

}

.index-title {
    font-size: 40px;
    padding-top: 80px;
    padding-bottom: 40px;
    line-height: 40px;
    font-weight: 600;
    text-align: center
}

.custom-main {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
    gap: 0 12px
}

.custom-main::after, .custom-main::before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 160px;
    height: 101px;

    background-position: -10px -140px
}

.custom-main::before {
    left: auto;
    top: auto;
    bottom: -20px;
    right: 0;
    transform: rotate(180deg)
}

.custom-left {
    width: 560px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 24px 0 rgba(38, 38, 38, 0.04), inset 2px 2px 4px 0 #FFFFFF, inset -2px -2px 4px 0 #FFFFFF;
    border-radius: 4px;
    padding: 0 40px;
    box-sizing: border-box;
    overflow: hidden
}

.custom-item {
    display: flex;
    gap: 0 46px;
    padding: 41px 0;
    border-bottom: 1px solid rgba(19, 129, 255, 0.05);
    align-items: center
}

.custom-item i {
    width: 120px;
    height: 36px;

    text-indent: -9999em
}

.custom-item p {
    line-height: 22px;
    flex: 1
}

.custom-item.custom-item:nth-child(1) i {
    background-position: -190px -140px
}

.custom-item.custom-item:nth-child(2) i {
    background-position: -348px -66px
}

.custom-item.custom-item:nth-child(3) i {
    background-position: -348px -178px
}

.custom-item.custom-item:nth-child(4) i {
    background-position: -190px -196px
}

.custom-item.custom-item:nth-child(5) {
    border-bottom: 0
}

.custom-item.custom-item:nth-child(5) i {
    background-position: -348px -122px
}

.custom-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right-item {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 24px 0 rgba(38, 38, 38, 0.04), inset 2px 2px 4px 0 #FFFFFF, inset -2px -2px 4px 0 #FFFFFF;
    border-radius: 4px;
    padding: 40px 40px 38px;
    box-sizing: border-box
}

.right-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    height: 36px
}

.right-item .item-top i {
    width: 120px;
    height: 36px;
    text-indent: -9999em
}

.right-item .item-top p {
    font-weight: bold
}

.right-item .item-desc {
    line-height: 22px
}

.right-item.right-item:nth-child(1) i {
    background-position: -348px -10px
}

.right-item.right-item:nth-child(2) i {
    background-position: -348px -234px
}

.right-item.right-item:nth-child(3) i {
    background-position: -10px -333px
}

.dynamics-main {
    display: flex;
    gap: 0 12px
}

.dynamics-item {
    width: 472px;
    background: #ECF8FF;
    padding: 40px;
    box-sizing: border-box
}

.dynamics-item .dynamics-top {
    display: flex;
    justify-content: space-between;
    height: 32px;
    align-items: center;
    margin-bottom: 19px
}

.dynamics-item .dynamics-top h3 {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    line-height: 32px;
    display: flex
}

.dynamics-item .dynamics-top i.fa-solid {

    color: var(--theme-color);
    margin-right: 6px;
    margin-top: 5px;
}

.dynamics-item .dynamics-top a {
    font-size: 12px;
    color: #666666
}

.dynamics-item .dynamics-top a:hover {
    color: #07AAFF
}


.dynamics-item .dynamics-ul {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.dynamics-item .dynamics-ul li {
    height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px;
    white-space: nowrap
}

.dynamics-item .dynamics-ul li a {
    color: #333
}

.dynamics-item .dynamics-ul li a:hover {
    color: #07AAFF
}

.industry-services {
    height: 600px;
    display: flex;
    box-sizing: border-box;
    position: relative;
    margin-top: 40px;

}

.industry-services .left-infos {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 580px;
}

.industry-services .left-infos .left-infos-title {

    height: 31px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #202020;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 20px;
    border-left: 4px solid #1054EE;
}

.industry-services .left-box-item {
    width: 390px;
    height: 150px;
    padding-top: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(1, 63, 249, 0.08);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DEE8FF;
    display: flex;
    flex-direction: column;
    padding-right: 20px;

}

.industry-services .left-infos .left-infos-desc {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5E616A;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 20px;
    padding-top: 20px;
}

.industry-services .right-image {
    width: calc(100% - 440px);
    height: 600px;
    position: absolute;
    left: 440px;
    top: 0;
    overflow: hidden;
}

.industry-services .right-image img {
    min-width: calc(100% - 440px);
    min-height: 620px;
}

.enterprise {
    padding-bottom: 40px;
    background-image: url("/images/home-info-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
    .right-image {
        top: 0.2rem !important;
        left: 0 !important;
        width: 100% !important;
        height: 3rem !important;
    }

    .right-image img {
        min-height: 2rem !important;
        height: 3rem !important;
        margin: 0 auto;
        display: block;
    }

    .left-infos {
        flex-direction: row !important;
        top: 3.2rem !important;
        width: 100%;
        justify-content: space-between;
        height: 1rem !important;
    }

    .left-box-item {
        width: 30% !important;
        height: 2.4rem !important;
    }

    .left-box-item .left-infos-title {
        font-size: 0.2rem !important;
    }

    .left-box-item .left-infos-desc {
        font-size: 0.15rem !important;
    }
}

.enterprise .index-title {
    padding-bottom: 0
}

.register {
    width: 100%;
    height: 200px;
    min-width: 1200px;
    background: #086DF1;
    background: url('/images/adv.svg') no-repeat;
    background-size: cover;
}

.register-main {
    margin: 0 auto;
    height: 152px;
    padding-top: 48px;

}

.register-name {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 30px
}

.register-tip {
    opacity: .6;
    margin-bottom: 20px;
    display: flex;
    justify-content: center
}

.register-tip span {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    line-height: 12px;
    color: #fff
}

.register-tip span:last-child {
    margin-right: 0
}

.register-tip .line {
    width: 60px;
    border-top: 1px dashed #fff;
    margin-top: 6px;
    display: block
}

.register-link {
    width: 168px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin: 0 auto
}

.register-link a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center
}

@media screen and (max-width: 1500px) {
    .safe-width-box {
        width: 1200px;
        margin: 0 auto;
        box-sizing: border-box
    }

    .home-content {
        min-width: 1200px
    }

    .banner {
        min-width: 1200px
    }

    .home-api-box .home-api-list {
        width: 940px
    }

    .home-api-box .home-api-list .api-item-block {
        width: 235px;
        padding: 32px 20px 2px
    }

    .home-api-box .product-right {
        width: 250px
    }

    .home-api-box .product-right .ai-bg {
        padding: 23px 20px
    }

    .product-data-list {
        gap: 0 200px;
        position: relative;
        z-index: 2
    }

    .product-data-list .data-item {
        width: 360px
    }

    .product-data-list .data-item .desc {
        font-size: 12px
    }

    .data-icons {
        background-size: 90% 90%
    }

    .custom-left {
        padding: 0 32px
    }

    .custom-left .custom-item {
        padding: 37px
    }

    .custom-right .right-item {
        padding: 24px 30px 28px
    }

    .dynamics-item {
        width: 392px;
        padding: 32px
    }


}


.prod-list {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
}

.prod-list-title {
    height: 62px;
    font-family: webfontbold;
    font-weight: 600;
    font-size: 44px;
    color: #000000;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.prod-list-sub-title {

    height: 28px;
    font-family: webfont;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}


.prod-list-box {
    margin-top: 64px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 505px;
    justify-content: space-between;
}

.prod-list-box .bg {
    position: absolute;
    top: -61px;
    right: -56px;
    width: 178px;
    height: 178px;

    background: linear-gradient(234deg, rgba(16, 84, 238, 0.1) 0%, rgba(16, 84, 238, 0) 100%);
    border-radius: 50%;
}

.prod-list-box .items {
    width: 240px;
    height: 85px;
    line-height: 85px;
    font-family: webfont, serif;
    font-weight: 400;
    font-size: 22px;
    color: #202020;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(1, 63, 249, 0.08);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #DEE8FF;
    padding-left: 24px;


}

.image-box-hidden {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;

}

.image-box-show {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.prod-list-box .items.active, .prod-list-box .items:hover {
    display: flex;
    flex-direction: column;
    width: 240px;
    height: 85px;
    color: #1054EE;
    background: #E1EBFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #FFFFFF;
}

.prod-list-box .image-box {
    position: absolute;
    display: block;
    left: calc(240px + 20px);
    width: calc(100% - 240px - 20px);
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 8px 8px 8px 8px;
}

.prod-list-box .image-box .desc1 {
    position: absolute;
    top: 421px;
    left: 39px;
    height: 34px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.prod-list-box .image-box .desc2 {
    position: absolute;
    top: 463px;
    left: 39px;
    height: 22px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

@media screen and (max-width: 750px) {
    .footer-help-top, .pc, .footer-help, .m-second-filter-box, .search-hot-api {
        display: none !important
    }

    .home-content {
        width: 100%;
        min-width: 100%
    }

    .safe-width-box {
        width: 100%;
        padding: 0
    }

    .br-span {
        display: block
    }

    a {
        -webkit-tap-highlight-color: transparent
    }

    .banner {
        min-width: 100%;
        background-color: #F1F4FA;
    }

    .banner-item {
        padding-left: .32rem;
        background-size: cover !important
    }

    .banner-item-title {
        padding-top: 1.47rem;
        font-size: .6rem
    }

    .banner-item-intro {
        width: 55%;
        margin-top: .32rem;
        font-size: .26rem;
        line-height: .34rem
    }

    .banner-item-text {
        display: none
    }

    .banner-item-more {
        margin-top: .32rem;
        padding: .08rem .4rem;
        font-size: .2rem;
        line-height: .29rem;
        border-radius: .02rem
    }

    .banner-icons {
        bottom: .6rem
    }

    .banner-ul {
        padding-left: .32rem
    }

    .banner-ul-item {
        padding: .1rem 0
    }

    .banner-ul-item-progress {
        width: .24rem;
        height: .04rem;
        border-radius: .03rem
    }

    .nav-mobile .nav-logo {
        background-image: url("/icons/logo.svg")
    }


    .nav-mobile .nav-menu span {
        background: #333;
        -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
        transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
        transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s;
        transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
    }

    .search {
        padding: 0 .36rem;
        box-sizing: border-box;
        position: relative
    }

    .search .banner-search-btn {
        width: 1.1rem;
        height: .6rem;
        right: .15rem;
        top: .15rem;
        line-height: .6rem
    }

    .search .search-content {
        width: 100%;
        height: .9rem;
        position: relative;
        top: -0.45rem;
        box-shadow: 0 2px 12px 0 rgba(38, 38, 38, 0.04);
        border-radius: 4px
    }

    .search .search-content .search-input {
        height: .9rem;
        padding: .1rem 0
    }

    .search .search-content .search-input .enter {
        display: none
    }

    .search .search-content .search-input input {
        width: calc(100% - 10px);
        height: 100%;
        font-size: .28rem;
        line-height: .9rem
    }

    .search .search-content .search-input input::-webkit-search-cancel-button {
        display: none
    }

    .search .search-content .search-input input::-ms-clear {
        display: none
    }

    .search .search-content .search-input .icon-sousuo {
        top: .3rem;
        font-size: .4rem
    }

    .search .search-content .search-input .clear-input {
        display: none !important
    }

    .product {
        padding: .35rem .32rem 0
    }

    .product-title {
        font-size: .48rem
    }

    .product-des {
        padding-top: .2rem;
        padding-bottom: .4rem;
        line-height: .32rem;
        font-size: .24rem
    }

    .home-api-box {
        background: #FFFFFF;
        border-radius: 2px;
        flex-direction: column;
        height: auto;
    }

    .home-api-box .home-api-list {
        width: 100%
    }

    .home-api-box .home-api-list .api-item-block {
        width: 100%;
        height: 1.72rem;
        border-left: 0;
        border-top: 1px solid rgba(38, 38, 38, 0.04) !important;
        box-sizing: border-box;
        padding: .32rem .22rem 0 .32rem;
    }

    .home-api-box .home-api-list .api-item-block:hover {
        transition: none
    }

    .home-api-box .home-api-list .api-item-block:hover em {
        transform: rotate(-45deg) translateY(0)
    }

    .home-api-box .home-api-list .list-title {
        height: .36rem
    }

    .home-api-box .home-api-list .list-title h3 {
        font-size: .36rem;
        margin-left: 6px
    }

    .home-api-box .home-api-list .list-title i {
        width: .36rem;
        height: .36rem;

        transform: scale(.8)
    }

    .home-api-box .home-api-list .list-title em {
        position: absolute;
        right: 0;
        top: -0.04rem;
        font-size: .42rem;
        opacity: 1;
        transform: rotate(-45deg) translateY(0)
    }

    .home-api-box .list-api {
        margin-top: .2rem;
        gap: .08rem .08rem;
        height: .44rem;
        overflow: hidden
    }

    .home-api-box .list-api a {
        line-height: .44rem;
        height: .44rem;
        background: rgba(7, 170, 255, 0.08);
        padding: 0 18px 0 6px;
        font-size: .2rem
    }

    .home-api-box .list-api a::after {
        right: .12rem;
        top: .22rem;
        width: .09rem;
        height: .09rem;
        border-left: 1px solid #262626;
        border-bottom: 1px solid #262626;
        transform: translateY(-50%) rotate(225deg)
    }

    .home-api-box .list-api a:hover {
        background: #07AAFF;
        color: #FFFFFF
    }

    .home-api-box .list-api a:hover::after {
        border-color: #FFFFFF
    }

    .home-api-box .product-right {
        width: 100%;
        height: 2.88rem;
        border-radius: 0 0 2px 2px;
        margin-top: 0
    }

    .home-api-box .product-right .ai-bg {
        height: 100%;
        width: 100%;

        background-size: 4rem auto;
        padding: .3rem .22rem .3rem .3rem
    }

    .home-api-box .product-right .list-title {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: .36rem
    }

    .home-api-box .product-right .list-title h3 {
        font-size: .36rem;
        margin-left: .15rem
    }

    .home-api-box .product-right .list-title i {
        transform: scale(.8);
        margin-bottom: 0
    }

    .home-api-box .product-right .list-title .right-title-a {
        flex: 1
    }

    .home-api-box .product-right .list-title .right-title-a em {
        position: absolute;
        right: 0;
        top: -0.04rem;
        transform: rotate(-45deg);
        opacity: 1;
        font-size: .42rem
    }

    .home-api-box .product-right .pro-desc {
        line-height: .28rem;
        font-size: .2rem;
        margin: .18rem 0 .24rem
    }

    .home-api-box .product-right .list-api {
        margin-bottom: 0;
        height: .98rem
    }

    .home-api-box .product-right .more-a {
        display: none
    }

    .vip-main {
        height: 1.6rem;
        min-width: 100%;
        width: 100%;
        padding: 0 .32rem;
        margin: .48rem auto 0 !important;
        box-sizing: border-box;
        background: none
    }

    .vip-main a {
        display: block;
        height: 100%;
        width: 100%;
        background: url("/images/adv.png") no-repeat center;
        background-size: cover
    }

    .data-product-box {
        padding-top: .8rem;
        margin-top: 0;
        padding-bottom: .56rem
    }

    .data-product-bg {
        padding: 0 .32rem;
        height: auto
    }

    .data-product-content {
        padding-top: 0;
        position: relative
    }

    .data-product-content .data-icons {
        left: 0;
        top: 1.7rem;
        margin-left: 0;
        width: 100%;
        height: 5rem;

        background-size: 100% 5rem
    }

    .product-data-list {
        flex-direction: column;
        gap: .2rem 0;
        padding-top: 5rem
    }

    .product-data-list .data-item {
        width: 100%;
        height: auto;
        box-shadow: 0 0 .24rem 0 rgba(38, 38, 38, 0.04);
        background: #fff;
        border-radius: .08rem;
        padding: .32rem .32rem .32rem .4rem;
        line-height: 1;
        margin-top: 0
    }

    .product-data-list .data-item:nth-child(3), .product-data-list .data-item:nth-child(4) {
        margin-top: 0;
        padding-top: .32rem
    }

    .product-data-list .data-item .item-top {
        line-height: .48rem;
        font-size: .42rem
    }

    .product-data-list .data-item .item-top .arrow {
        font-size: .42rem;
        margin-right: .16rem !important;
        margin-left: 0 !important
    }

    .product-data-list .data-item .item-top .icons {
        font-size: .48rem
    }

    .product-data-list .data-item.flex-end {
        text-align: left
    }

    .product-data-list .data-item.flex-end .item-top {
        flex-direction: row
    }

    .product-data-list .data-item.flex-end .item-top .flex-center {
        flex-direction: row
    }

    .product-data-list .data-item.flex-end .item-top .icons {
        margin-left: 0;
        transform: rotate(0)
    }

    .product-data-list .data-item.flex-end .desc, .product-data-list .data-item.flex-end .hezuo {
        justify-content: start
    }

    .product-data-list .data-item .title {
        font-size: .32rem;
        margin-top: .2rem;
        margin-bottom: .32rem
    }

    .product-data-list .data-item .desc {
        font-size: .2rem;
        gap: 0 .41rem;
        margin-bottom: 0
    }

    .product-data-list .data-item .desc span {
        position: relative
    }

    .product-data-list .data-item .desc span:after {
        left: -0.2rem;
        top: 1px;
        height: .16rem;
        width: .01rem
    }

    .product-data-list .data-item .hezuo {
        margin-top: .3rem;
        font-size: .2rem
    }

    .product-data-list .data-item .hezuo .hezuo-i {
        flex: 1;
        transform: scale(.9);
        position: relative;
        left: -10px
    }

    .product-data-list .data-item .hezuo .hezuo-i.hezuo-11 {
        background-position: -10px -10px
    }

    .product-data-list .data-item .hezuo .hezuo-i.hezuo-22 {
        background-position: -10px -297px
    }

    .product-data-list .data-item .hezuo .hezuo-i.hezuo-33 {
        background-position: -150px -333px
    }

    .product-data-list .data-item .hezuo.hezuo-box-11 span, .product-data-list .data-item .hezuo.hezuo-box-11 i {
        flex: none;
        position: relative
    }

    .product-data-list .data-item .hezuo.hezuo-box-11 span {
        top: 3px
    }

    .product-data-list .data-item .hezuo.hezuo-box-11 i {
        transform: scale(.8);
        position: relative;
        left: -30px
    }

    .index-title {
        font-size: .48rem;
        padding: .8rem 0 .4rem;
        line-height: .48rem
    }

    .custom-main {
        flex-direction: column;
        height: auto;
        gap: 10px 0
    }

    .custom-main .custom-left {
        width: 100%;
        padding: 0 .2rem;
        height: auto
    }

    .custom-main .custom-item {
        display: flex;
        gap: 0 .1rem;
        padding: .4rem 0;
        border-bottom: 1px solid rgba(19, 129, 255, 0.05);
        align-items: center
    }

    .custom-main .custom-item i {
        width: 120px;
        height: 36px;
        text-indent: -9999em;
        transform: scale(.8);
        position: relative;
        left: -10px
    }

    .custom-main .custom-item p {
        line-height: .28rem;
        font-size: .2rem;
        flex: 1
    }

    .custom-main .custom-right {
        width: 100%
    }

    .custom-main .custom-right .item-top i {
        transform: scale(.8);
        position: relative;
        left: -14px
    }

    .custom-main .custom-right .item-top p {
        font-size: .2rem
    }

    .custom-main .custom-right .right-item {
        width: 100%;
        padding: .4rem .2rem .4rem .22rem;
        font-size: .2rem;
        line-height: .28rem
    }

    .custom-main::after, .custom-main::before {
        left: -0.4rem;
        top: -0.6rem;
        transform: scale(.6)
    }

    .custom-main::before {
        left: auto;
        top: auto;
        bottom: -0.6rem;
        right: -0.4rem;
        transform: scale(.6) rotate(180deg)
    }

    .dynamics {
        padding: 0 .32rem;
        box-sizing: border-box
    }

    .dynamics-main {
        gap: 10px 0;
        flex-direction: column
    }

    .dynamics-item {
        width: 100%;
        height: auto;
        padding: .32rem
    }

    .dynamics-item .dynamics-top {
        height: .24rem;
        margin-bottom: .3rem
    }

    .dynamics-item .dynamics-top h3 {
        font-size: .28rem
    }


    .dynamics-item .dynamics-top a {
        font-size: .2rem;
        color: #07AAFF
    }

    .dynamics-item .dynamics-ul {
        gap: .2rem 0
    }

    .dynamics-item .dynamics-ul li {
        height: auto;
        line-height: 1;
        font-size: .2rem
    }

    .dynamics-item .dynamics-ul li a {
        color: #333
    }


    .enterprise {
        padding: 0 .32rem .4rem
    }

    .enterprise .index-title {
        padding-bottom: 0;
        line-height: 1.2
    }

    .register {
        width: 100%;
        height: 2.4rem;
        min-width: 100%;
        background-image: linear-gradient(270deg, #06BDFf 0%, #1271EF 100%)
    }

    .register-main {
        height: 1.96rem;
        padding-top: .44rem;
        background: url('/images/will.svg') no-repeat center
    }

    .register-name {
        font-size: .32rem;
        line-height: .32rem;
        margin-bottom: .2rem;
        letter-spacing: .2rem
    }

    .register-tip {
        margin-bottom: .2rem
    }

    .register-tip span {
        float: left;
        margin-right: .2rem;
        font-size: .18rem;
        line-height: .18rem
    }

    .register-tip span:last-child {
        margin-right: 0
    }

    .register-tip .line {
        width: .6rem;
        border-top: 1px dashed #fff;
        margin-top: .11rem
    }

    .register-link {
        width: 2.4rem;
        height: .6rem;
        border-radius: .08rem;
        border: 1px solid #fff
    }

    .register-link a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: .3rem;
        line-height: .6rem
    }
}

.carousel-item {
    width: 100% !important;
    height: 450px !important;
}
