@charset "UTF-8";

[data-v-514d5174]:root {
    --el-color-primary: #007bff
}

.el-backtop[data-v-514d5174] {
    z-index: 2000 !important
}

.el-message[data-v-514d5174] {
    z-index: 222222 !important;
    padding: 9px 16px;
    margin-top: 8px;
    font-size: 14px;
    background: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: 0 6px 20px #0000001f, 0 2px 6px #00000014
}

.el-message .el-message__content[data-v-514d5174] {
    color: #606366 !important
}

.el-message .el-message__icon[data-v-514d5174] {
    margin-right: 8px !important
}

.el-message--success .el-message__icon[data-v-514d5174] {
    color: #52c41a !important
}

.el-message--error .el-message__icon[data-v-514d5174] {
    color: #f52c36 !important
}

.el-message--warning .el-message__icon[data-v-514d5174] {
    color: #ffb200 !important
}

[data-v-514d5174] .el-button--primary {
    border: none
}

[data-v-514d5174] .el-checkbox.is-checked .el-checkbox__label {
    color: #007bff
}

[data-v-514d5174] .el-checkbox.is-checked .el-checkbox__inner {
    background-color: #007bff;
    border-color: #007bff
}

.introduction[data-v-514d5174] {
    width: 100%;
    background: rgba(243, 243, 243, 0.75);
}

.introduction-body[data-v-514d5174] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.introduction-body-header[data-v-514d5174] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 72px;
    font-family: PingFang SC-Medium, PingFang SC
}

.introduction-body-header h2[data-v-514d5174] {
    font-size: 34px;
    font-weight: 500;
    line-height: 50px;
    color: #222
}

.introduction-body-header p[data-v-514d5174] {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #606366
}

.introduction-body-content[data-v-514d5174] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 44px
}

.introduction-body-content .content-box[data-v-514d5174] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 128px
}

.introduction-body-content .content-box[data-v-514d5174]:last-child {
    margin-bottom: 88px
}

.introduction-body-content .content-box-img[data-v-514d5174] {
    position: relative;
    width: 728px;
    height: 496px;
    border-radius: 8px;
    box-shadow: 0 4px 20px #0000001a
}

.introduction-body-content .content-box-img .img[data-v-514d5174] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s
}

.introduction-body-content .content-box-img .active-img[data-v-514d5174] {
    opacity: 1
}

.introduction-body-content .content-box .description-left[data-v-514d5174] {
    margin-right: 108px
}

.introduction-body-content .content-box .description-right[data-v-514d5174] {
    margin-left: 108px
}

.introduction-body-content .content-box-description[data-v-514d5174] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 334px;
    font-family: PingFang SC-Semibold, PingFang SC
}

.introduction-body-content .content-box-description h3[data-v-514d5174] {
    font-size: 28px;
    font-weight: 500;
    line-height: 44px;
    color: #006cfa
}

.introduction-body-content .content-box-description span[data-v-514d5174] {
    font-size: 28px;
    font-weight: 500;
    line-height: 44px;
    color: #303133
}

.introduction-body-content .content-box-description .ul[data-v-514d5174] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 32px
}

.introduction-body-content .content-box-description .ul .list[data-v-514d5174] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 360px;
    padding: 20px 24px;
    margin-bottom: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #303133;
    cursor: pointer;
    background: #f1f6fb;
    border-radius: 4px
}

.introduction-body-content .content-box-description .ul .list-header[data-v-514d5174] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.introduction-body-content .content-box-description .ul .list-header img[data-v-514d5174] {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.introduction-body-content .content-box-description .ul .list-header .title[data-v-514d5174] {
    font-family: PingFang SC-Regular, PingFang SC;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #222
}

.introduction-body-content .content-box-description .ul .list-body[data-v-514d5174] {
    margin-top: 8px;
    font-size: 16px;
    color: #606366
}

.introduction-body-content .content-box-description .ul .list-footer[data-v-514d5174] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 16px;
    cursor: pointer
}

.introduction-body-content .content-box-description .ul .list-footer span[data-v-514d5174] {
    font-family: PingFang SC-Medium, PingFang SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #006cfa
}

.introduction-body-content .content-box-description .ul .list-footer img[data-v-514d5174] {
    width: 16px;
    height: 16px;
    margin-right: 4px
}

.introduction-body-content .content-box-description .ul .active-list[data-v-514d5174] {
    cursor: auto;
    background: linear-gradient(180deg, #eff5ff 0%, #fff 100%);
    border: 2px solid #fff;
    box-shadow: 4px 8px 20px #3763aa1a
}

.introduction-body-content .content-box-description .ul .active-list .title[data-v-514d5174] {
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500
}

.introduction-body-content .reverse[data-v-514d5174] {
    flex-direction: row-reverse
}

[data-v-03c6e13a]:root {
    --el-color-primary: #007bff
}

.el-backtop[data-v-03c6e13a] {
    z-index: 2000 !important
}

.el-message[data-v-03c6e13a] {
    z-index: 222222 !important;
    padding: 9px 16px;
    margin-top: 8px;
    font-size: 14px;
    background: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: 0 6px 20px #0000001f, 0 2px 6px #00000014
}

.el-message .el-message__content[data-v-03c6e13a] {
    color: #606366 !important
}

.el-message .el-message__icon[data-v-03c6e13a] {
    margin-right: 8px !important
}

.el-message--success .el-message__icon[data-v-03c6e13a] {
    color: #52c41a !important
}

.el-message--error .el-message__icon[data-v-03c6e13a] {
    color: #f52c36 !important
}

.el-message--warning .el-message__icon[data-v-03c6e13a] {
    color: #ffb200 !important
}

[data-v-03c6e13a] .el-button--primary {
    border: none
}

[data-v-03c6e13a] .el-checkbox.is-checked .el-checkbox__label {
    color: #007bff
}

[data-v-03c6e13a] .el-checkbox.is-checked .el-checkbox__inner {
    background-color: #007bff;
    border-color: #007bff
}

.compatible[data-v-03c6e13a] {
    width: 100%;
    height: 578px;
    background: #f9fafd
}

.compatible-body[data-v-03c6e13a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.compatible-body-header[data-v-03c6e13a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 72px;
    font-family: PingFang SC-Medium, PingFang SC
}

.compatible-body-header h2[data-v-03c6e13a] {
    font-size: 34px;
    font-weight: 500;
    line-height: 50px;
    color: #222
}

.compatible-body-header p[data-v-03c6e13a] {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #606366
}

.compatible-body-content[data-v-03c6e13a] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 44px
}

.compatible-body-content .lists[data-v-03c6e13a] {
    position: relative;
    width: 282px;
    height: 294px;
    margin-right: 24px
}

.compatible-body-content .lists[data-v-03c6e13a]:last-child {
    margin-right: 0
}

.compatible-body-content .lists:hover .lists-footer[data-v-03c6e13a] {
    box-shadow: 4px 8px 32px #3763aa33
}

.compatible-body-content .lists-header[data-v-03c6e13a] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 196px;
    padding: 36px 24px;
    color: #fff;
    background: linear-gradient(270deg, #4598fd 0%, #377cf7 100%);
    border-radius: 8px 8px 0 0
}

.compatible-body-content .lists-header .title[data-v-03c6e13a] {
    font-family: PingFang SC-Medium, PingFang SC;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px
}

.compatible-body-content .lists-header .title-span[data-v-03c6e13a] {
    margin-top: 8px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px
}

.compatible-body-content .lists-footer[data-v-03c6e13a] {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 156px;
    padding: 24px 0 0 24px;
    background: linear-gradient(180deg, #eff5ff 0%, #fff 100%);
    border: 1px solid #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 4px 4px 16px #3763aa1a
}

.compatible-body-content .lists-footer .li[data-v-03c6e13a] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px
}

.compatible-body-content .lists-footer .li img[data-v-03c6e13a] {
    width: 16px;
    height: 16px;
    margin-right: 8px
}

.compatible-body-content .lists-footer .li span[data-v-03c6e13a] {
    font-family: PingFang SC-Regular, PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #606366
}

.compatible-body-content .lists:nth-child(2) .lists-header[data-v-03c6e13a] {
    /* background: linear-gradient(270deg, #000000 0%, #119bff 100%) */
    background: linear-gradient(270deg, #aba3a3 0%, #008df3 100%);
}


.compatible-body-content .lists:nth-child(3) .lists-header[data-v-03c6e13a] {
    background: linear-gradient(270deg, #6791ff 0%, #a7a6fd 100%)
}

.compatible-body-content .lists:nth-child(4) .lists-header[data-v-03c6e13a] {
    /* background: linear-gradient(270deg, #000307 0%, #377cf7 100%) */
    background: linear-gradient(270deg, #a9caf5 0%, #6c96e1 100%)
}

[data-v-220506a4]:root {
    --el-color-primary: #007bff
}

.el-backtop[data-v-220506a4] {
    z-index: 2000 !important
}

.el-message[data-v-220506a4] {
    z-index: 222222 !important;
    padding: 9px 16px;
    margin-top: 8px;
    font-size: 14px;
    background: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: 0 6px 20px #0000001f, 0 2px 6px #00000014
}

.el-message .el-message__content[data-v-220506a4] {
    color: #606366 !important
}

.el-message .el-message__icon[data-v-220506a4] {
    margin-right: 8px !important
}

.el-message--success .el-message__icon[data-v-220506a4] {
    color: #52c41a !important
}

.el-message--error .el-message__icon[data-v-220506a4] {
    color: #f52c36 !important
}

.el-message--warning .el-message__icon[data-v-220506a4] {
    color: #ffb200 !important
}

[data-v-220506a4] .el-button--primary {
    border: none
}

[data-v-220506a4] .el-checkbox.is-checked .el-checkbox__label {
    color: #007bff
}

[data-v-220506a4] .el-checkbox.is-checked .el-checkbox__inner {
    background-color: #007bff;
    border-color: #007bff
}

.header[data-v-220506a4] {
    font-family: PingFang SC-Regular, PingFang SC;
    text-align: center
}

.header h2[data-v-220506a4] {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    color: #303133
}

.header h3[data-v-220506a4] {
    height: 26px;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #909499
}

.header-section[data-v-220506a4] {
    min-height: 100vh;
    height: auto;
    padding-top:10px;
    background-color: rgba(128, 128, 128, 0.1);
}

.banner[data-v-220506a4] {
    width: 100%;
    min-width: 1280px;
    min-height: 90vh;
    padding-top: 64px;
    background-color: #050505;
    background-image: 
        radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 40px),
        radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 30px),
        radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 40px),
        radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 30px),
        radial-gradient(ellipse at center, #1b2735 0%, #090a0f 100%);
    background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px, 100% 100%;
    background-position: 0 0, 40px 60px, 130px 270px, 70px 100px, center;
    border-radius: 8px 8px 0 0;
}

.banner-box[data-v-220506a4] {
    width: 100%;
    min-height: 90vh;
    height: auto;
    background: url() no-repeat;
    background-size: 100% 101%;
    /* padding-bottom:40px; */
    
}

.banner-box .banner-body[data-v-220506a4] {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: auto;
    padding-top:14px;
    /* padding-bottom:40px; */
}

.banner-box .banner-body .banner-img[data-v-220506a4] {
    position: absolute;
    top: 50%;
    right: 0;
    flex-shrink: 0;
    width: 680px;
    height: 500px;
    transform: translateY(-50%)
}

.banner-box .banner-body .enterprise[data-v-220506a4] {
    width: 692px
}

.banner-box .banner-body-content[data-v-220506a4] {
    padding-top: 140px;
    margin-right: 30px
}

/* 让滑块视窗随内容增长并至少填满视口高度 */
.flickity-viewport {
    height: auto !important;
    min-height: 100vh !important;
}

.banner-box .banner-body-content[data-v-220506a4] .current-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px
}

.banner-box .banner-body-content h1[data-v-220506a4] {
    margin: 0;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-size: 44px;
    font-weight: 600;
    line-height: 60px;
    color: #fff
}

.banner-box .banner-body-content p[data-v-220506a4] {
    display: inherit;
    max-width: 468px;
    margin-top: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #e0e0e0;
    text-align: justify
}

.banner-box .banner-body-content p[data-v-220506a4]:first-child {
    margin-top: 0
}

.banner-box .banner-body-content .el-button[data-v-220506a4] {
    width: 144px;
    height: 40px;
    margin-top: 48px;
    background: #007bff;
    border-radius: 4px
}

.banner-box .banner-body-content .el-button span[data-v-220506a4] {
    height: 26px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #fff
}

.banner-box .banner-body-content .enter-button[data-v-220506a4] {
    width: 160px;
    height: 48px;
    font-weight: 400;
    border-radius: 24px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-size: 18px;
    line-height: 26px;
    color: #fff
}

.banner-box .banner-body-content .get-api-button[data-v-220506a4] {
    width: 160px;
    height: 48px;
    border-radius: 24px;
    margin-left: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #006cfa;
    background-color: #ebf1ff;
    border: 1px solid #007bff
}

.banner-box .banner-body-title[data-v-220506a4] {
    font-family: PingFang SC-Semibold, PingFang SC;
    font-size: 44px;
    font-weight: 600;
    line-height: 60px;
    color: #fff
}

.banner-box .banner-body img[data-v-220506a4] {
    flex-shrink: 0;
    width: 719px;
    height: 528px
}

.customer-scenario[data-v-220506a4] {
    min-width: 1280px;
    padding: 72px 0 88px;
    background: #f5f7fa
}

.customer-scenario-list[data-v-220506a4] {
    box-sizing: content-box;
    display: flex;
    justify-content: space-between;
    margin-top: 44px
}

.customer-scenario-list-item[data-v-220506a4] {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 380px
}

.customer-scenario-list-item .out-wrap[data-v-220506a4] {
    width: 380px;
    height: 214px;
    overflow: hidden;
    border-radius: 4px
}

.customer-scenario-list-item .img-wrap[data-v-220506a4] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .3s ease-in-out
}

.customer-scenario-list-item .img-wrap[data-v-220506a4]:hover {
    box-sizing: border-box;
    transform: scale(1.1)
}

.customer-scenario-list-item .img-wrap-0[data-v-220506a4] {
    background-image: url()
}

.customer-scenario-list-item .img-wrap-1[data-v-220506a4] {
    background-image: url()
}

.customer-scenario-list-item .img-wrap-2[data-v-220506a4] {
    background-image: url()
}

.customer-scenario-list-item .customer-scenario-content[data-v-220506a4] {
    position: relative;
    z-index: 2;
    width: 332px;
    height: 144px;
    padding: 20px 24px;
    margin-top: -35px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px #18356426
}

.customer-scenario-list-item .customer-scenario-content h4[data-v-220506a4] {
    margin-bottom: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-size: 18px;
    font-weight: 500;
    color: #303133
}

.customer-scenario-list-item .customer-scenario-content p[data-v-220506a4] {
    font-family: PingFang SC-Regular, PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #909499
}

.production-user[data-v-220506a4] {
    min-width: 1280px;
    padding: 72px 0 88px;
    background: #101010
}

.production-user .header h2[data-v-220506a4],
.production-user .header h3[data-v-220506a4] {
    color: #fff
}

.production-user-list[data-v-220506a4] {
    box-sizing: content-box;
    margin-top: 44px
}

.production-user-list-row[data-v-220506a4] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.production-user-list-row[data-v-220506a4]:last-child {
    margin-bottom: 0
}

.production-user-list-item[data-v-220506a4] {
    box-sizing: border-box
}

.production-user-list-item-box[data-v-220506a4] {
    width: 380px;
    height: 180px;
    padding: 24px 24px 10px;
    background: #fff;
    border-radius: 8px
}

.production-user-list-item-box[data-v-220506a4]:hover {
    box-shadow: 8px 16px 32px #18356480
}

.production-user-list-item-box .box-header[data-v-220506a4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.production-user-list-item-box .box-header img[data-v-220506a4],
.production-user-list-item-box .box-header .icon[data-v-220506a4] {
    width: 54px;
    height: 48px
}

.production-user-list-item-box .box-header-content[data-v-220506a4] {
    display: flex;
    align-items: center;
    justify-content: center
}

.production-user-list-item-box .box-header-content img[data-v-220506a4],
.production-user-list-item-box .box-header-content .avatar[data-v-220506a4] {
    width: 40px;
    height: 40px
}

.production-user-list-item-box .box-header-content .name[data-v-220506a4] {
    margin-left: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #303133
}

.production-user-list-item-box .box-header-content .jobs[data-v-220506a4] {
    margin-left: 8px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #909499
}

.production-user-list-item-box p[data-v-220506a4] {
    font-family: PingFang SC-Regular, PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #303133
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    position: relative;
    height: 100%;
    overflow: hidden
}

.flickity-slider {
    position: absolute;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 480px
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    color: #333;
    background: hsl(0deg 0% 100% / 75%);
    border: none
}

.flickity-button:hover {
    cursor: pointer;
    background: #fff
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    pointer-events: none;
    cursor: auto;
    opacity: .3
}

.flickity-button-icon {
    fill: currentcolor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    right: 10px;
    left: auto
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%
}

.head-carosul {
    position: absolute;
    bottom: 16px;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-align: center;
    list-style: none
}

.flickity-rtl .head-carosul {
    direction: rtl
}

.head-carosul .dot {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 60px;
    height: 15px;
    padding-top: 4px;
    margin-left: 17px;
    cursor: pointer
}

.head-carosul .dot .dot-div-p {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 4px;
    background: #b6c8dc
}

.head-carosul .dot .dot-div {
    width: 60px
}

.head-carosul .dot.is-selected .dot-div {
    position: absolute;
    z-index: 2;
    height: 4px;
    background: #007bff;
    transition: width 5s;
    animation: dotDiv 5s
}

@keyframes dotDiv {
    0% {
        width: 0
    }

    to {
        width: 60px
    }
}
