#LAY_app_body>div.layui-fluid{
    padding: 0;
}
section .wrapper {
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    padding: 0 10px;
}
/** banner **/
section.banner {
    padding-top: 100px;
    padding-bottom: 42px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F8FBFD;
    min-height: 100vh;
}
section.banner::before {
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50px;
    background-color: #ff4b32;
    position: absolute;
    right: 200px;
    top: 85px;
    filter: blur(120px);
}
section.banner .wrapper::before {
    content: "";
    position: absolute;
    left: -300px;
    top: 10px;
    width: 150px;
    height: 150px;
    background: rgba(153, 169, 191, 0.5);
    transform: rotate(45deg);
    border-radius: 22px;
    z-index: -1;
    opacity: 0.8;
    filter: blur(50px);
}
section.banner .wrapper::after {
    content: "";
    position: absolute;
    right: -300px;
    bottom: 100px;
    width: 150px;
    height: 150px;
    background: rgba(153, 169, 191, 0.5);
    transform: rotate(45deg);
    border-radius: 22px;
    z-index: -1;
    opacity: 0.8;
    filter: blur(50px);
}
section.banner .wrapper {
    position: relative;
    z-index: 1;
}
section.banner h1 {
    font-size: 40px;
    line-height: 60px;
    color: #1F2D3D;
    padding: 0;
    font-family: 'lonely-girl', Sans-Serif,serif;
}
section.banner p {
    font-size: 14px;
    line-height: 28px;
    color: #475669;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'joyful-magnolia', Sans-Serif,serif;
}

section.banner .cards {
    margin-top: -130px;
    margin-left: 30px;
    margin-right: -30px;
}

.line-title {
    font-size: 32px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #1F2D3D;
    line-height: 48px;
}
.content ul {
    margin-left:50px;
}
/** banner.data **/
.data ul {
    margin-left: 0px;
    display: flex;
    margin-top: 28px;
}

.data ul li {
    flex: 1;
    display: inline-block;
}

.data ul li div {
    min-width: 100px;
    transition: all .4s ease-in-out;
}
.data ul li .number {
    font-size: 45px;
    font-family: 'calera-display', Sans-Serif;
    line-height: 42px;
    position: relative;
    color: #475669;
    vertical-align: bottom;
    min-width: 70px;
    transition: all .4s ease-in-out;
}
.data ul li .unit {
    font-size: 22px;
    font-family: monospace;
    color: inherit;
    line-height: 27px;
    margin-left: 7px;
    vertical-align: bottom;
    transition: all .4s ease-in-out;
}

.data ul li p {
    font-size: 16px;
    font-family: monospace;
    font-weight: 600;
    color: #6c757d;
    line-height: 16px;
    margin-top: 20px;
    transition: all .4s ease-in-out;
}
/** features **/
.features-item-box {
    /*background: #fff;*/
    border-radius: 10px;
    box-shadow: 0 26px 40px 0 rgba(153, 169, 191, 0.15);
    padding: 40px 35px 45px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.features-item-icon {
    min-height: 65px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
}
.features-item-content h4 {
    font-size: 22px;
    color: #3b3663;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
}
.features-item-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
    transition: all .3s ease-in-out;
}
.features-item-wrap [class*="col-"]:nth-child(2) .features-item-box {
    margin-top: 65px;
}
.features-item-wrap [class*="col-"]:nth-child(3) .features-item-box {
    margin-top: -65px;
}
.features-item-wrap {
    position: relative;
}
.features-item-box::before {
    content: '';
    position: absolute;
    background: #6153fc;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .4s ease-out;
}
.features-item-box:hover::before {
    transform-origin: center top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.features-item-box:hover .features-item-icon img {
    filter: brightness(100);
}
.features-item-box:hover .features-item-content h4,
.features-item-box:hover .features-item-content p {
    color: #fff;
}
/** video **/
.layui-tab-card>.layui-tab-title {
    background-color: #f8fbfd!important;
    border: none;
}
.layui-tab-card>.layui-tab-title li {
    font-size: 12px;
    height: 14px;
    line-height: 30px;
}
.layui-tab-card{
    padding: 15px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    border-width: 0px;
    box-shadow: 0 0 40px 10px rgba(153, 169, 191, 0.15);
}
.setscore{
    margin: 0 auto!important;
}
.layui-tab-item .main{
    max-width: 100%;
}
.layui-tab-item .question{
    float: left;
    width: 100%;
}

.layui-colla-content ul{
    margin-left: 17px!important;
}
.qs{
    float: left;
    width: 40%;
    box-shadow: 3px 3px 20px rgba(87, 138, 245, 0.1);
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    padding: 10px;
    overflow: auto;
    position: relative;
    z-index: 1;
}
.qst{
    float: left;
    width: 52%;
    box-shadow: 3px 3px 20px rgba(87, 138, 245, 0.1);
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    padding: 10px;
    overflow: auto;
}
.qs li{
    margin: 15px 0;
}
.main i{
    color: #217ffc;
    margin: 0 5px;
}
.layui-tab-title .layui-this:after{
    border: none!important;
    outline: 1px solid #f1f1f1;
    border-radius: 10px;
    height: 30px;

}
.layui-tab-card>.layui-tab-title .layui-this {
    color: #217FFC!important;
}
.layui-tab-content {
    font-size: 14px;
}
#runTips5 div{
    margin: 0!important;
}
.canvasSelect .layui-input, .layui-select, .layui-textarea {
    height: 27px!important;
    border-radius: 3px;
}
.languageSelect input[readonly], .canvasSelect input[readonly]{
    background-color: transparent;
}
.layui-show{
    overflow: hidden;
}
.layui-unselect .layui-tab-bar{
    display: none!important;
}
.layui-unselect .layui-tab-bar{
    overflow: no-display!important;
}
.sub-title {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #ff4b36;
    color: #fff;
    padding: 3px 11px;
    border-radius: 12px;
    margin-bottom: 5px;
}
.layui-tab-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #ff4b36;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74,.72,.27,.24);
}
.layui-tab-card:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.qs::before {
    content: '';
    position: absolute;
    background: #6153fc;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .4s ease-out;
}
.qs:hover::before {
    transform-origin: center top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.qs:hover li {
    color: #fff;
}

/** swiper **/
.swiper {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}
.swiper h2 {
    margin-bottom: 40px;
}
section h2 {
    position: relative;
    font-size: 32px;
    line-height: 48px;
    color: #1F2D3D;
    text-align: center;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 40px;
}


.swiper .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    /*max-width: 70%;*/
}
.scene-list {
    margin-top: 20px;
    width: 80%;
    margin-bottom: 40px;
}
.scene-list li {
    display: inline-block;
    width: 316px;
    height: 176px;
    overflow: hidden;
    padding: 15px 30px;
    background-color: #F8FBFD;
    text-align: left;
    cursor: pointer;
    border: 1px dashed #E1E8F1;
    border-radius: 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.scene-list li:hover {
    border: 1px dashed #217FFC;
}
.scene-list li .animation-wrap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: inherit;
    transition: inherit;
}
.scene-list li:hover .animation-wrap {
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px);
}
.scene-list li:hover img {
    top: -25px;
}
.scene-list li img {
    position: relative;
    top: 0;
    margin-top: 0;
    width: 48px;
    height: 48px;
    -webkit-transition: inherit;
    transition: inherit;
}
img {
    border: 0;
}
.scene-list li:hover h3 {
    margin-top: 0;
}
.scene-list li h3 {
    margin-top: 10px;
    font-size: 20px;
    font-family: Sans-Serif;
    font-weight: 500;
    color: #1F2D3D;
    line-height: 30px;
    -webkit-transition: inherit;
    transition: inherit;
}
.scene-list li p {
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #475669;
    line-height: 28px;
    text-align: left;
    width: 250px;
}
.scene-list li:hover .btn-wrap {
    bottom: 0;
}
.scene-list li .btn-wrap {
    margin-top: 10px;
    position: relative;
    bottom: -15px;
    -webkit-transition: inherit;
    transition: inherit;
    text-align: center;
}
.scene-list li .sd-button-main {
    display: inline-block;
    min-width: 80px;
    padding: 11px 34px;
    border: 1px solid transparent;
    color: #fff;
    background-color: #217FFC;
    opacity: 0.85;
    border-color: #217FFC;
    font-size: 16px;
    line-height: 1em;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    margin-top: 0;
}

section.industry-solution {
    padding-bottom: 50px;
    padding-top: 40px;
    display: block;
}
.line-title {
    font-size: 32px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #1F2D3D;
    line-height: 48px;
}
.line-title, .line-title-left {
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    color: #2E4446;
}

.line-title::after {
    margin-top: 20px;
}
.line-title::after, .line-title-left::after {
    content: '';
    width: 85px;
    height: 3px;
    border-radius: 4px;
    background-color: #217FFC;
    opacity: 0.7;
    display: block;
    margin: 25px auto 0;
}

section.industry-solution .swiper-container {
    width: 1110px;
    padding: 20px 30px;
    height: auto;
    overflow: visible;
    margin-top: 20px;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


section.industry-solution .swiper-button-next {
    width: 76px;
    height: 76px;
    right: -58px;
    outline: 0;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: -webkit-calc(var(--swiper-navigation-size)/ 44 * 27);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: -webkit-calc(-1 * var(--swiper-navigation-size)/ 2);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
section.industry-solution .swiper-button-next::after {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    background: url(/static/v1.3.0/images/home/icon-arrow.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

section.industry-solution .swiper-button-prev {
    width: 76px;
    height: 76px;
    left: -58px;
    outline: 0;
}

section.industry-solution .swiper-button-prev::after {
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    background: url(/static/v1.3.0/images/home/icon-arrow.png) no-repeat center;
    background-size: 100% 100%;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
section.industry-solution .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(153, 169, 191, 0.3);
    border-radius: 10px;
    opacity: 1;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px;
    min-height: 444px;
}
.swiper-container .swiper-slide {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}
section.industry-solution .swiper-slide>.icon {
    width: 64px;
}
section.industry-solution .swiper-slide>img {
    vertical-align: middle;
    border: 1px dashed #217FFC;
    border-radius: 5px;
}
section.industry-solution .swiper-slide>h3 {
    font-size: 20px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #1F2D3D;
    line-height: 30px;
    margin-top: 15px;
}
section.industry-solution .swiper-slide>.line {
    height: 3px;
    margin-top: 15px;
}
section.industry-solution .swiper-slide>.line::after {
    content: '';
    width: 50px;
    height: 3px;
    border-radius: 4px;
    background-color: #217FFC;
    opacity: 0.7;
    display: block;
    margin: 25px auto 0;
}
section.industry-solution .swiper-slide>p {
    font-size: 14px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #1F2D3D;
    line-height: 28px;
    margin-top: 20px;
    text-align: left;
}
section.industry-solution .swiper-slide>ul {
    margin-top: 30px;
    text-align: left;
    margin-left:15px;
}
section.industry-solution .swiper-slide>ul li {
    font-size: 14px;
    font-weight: 400;
    color: #475669;
    line-height: 28px;
    white-space: nowrap;
}

section.industry-solution .swiper-slide>ul li i{
    color: #217FFC;
    margin-right:5px;
}

section.industry-leader {
    padding-bottom: 50px;
    padding-top: 40px;
    display: block;
}
section.industry-leader .logo-wall {
    margin: 10px auto 0;
    font-size: 0;
    width: 1200px;
    text-align: left;
    position: relative;
}
section.industry-leader .logo-wall li {
    background-repeat: no-repeat;
    background-size: 142px 60px;
    background-position: center;
    width: 200px;
    height: 90px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #E1E8F1;
    border-bottom: 1px solid #E1E8F1;
    display: inline-flex;
    justify-content: left;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

section.industry-leader .logo-wall li>div{
    width: auto;
    font-size: 16px;
    padding-left:5px;
}
section.industry-leader .logo-wall li>div>img{
    width: 32px;
}
section.industry-leader .logo-wall li>div>span{
    padding-left:5px;
}
section.industry-leader .logo-wall li:nth-of-type(6n) {
    border-right: 0;
}

.left_mask {
    left: 0;
}
.mask {
    position: absolute;
    z-index: 10;
    height: 300px;
    width: 150px;
}
.right_mask {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.version{
    margin-bottom: 10px;
}
.school{
    line-height: 32px;
    font-size: 15px;
}
.layui-col-md3 .d-flex{
    padding-left: 0px!important;
}
.schoolDv{
    width: 300px;
    margin: 5px 0;
    padding: 20px;
}
.schoolDv img{
    width: 280px;
    height: 55px;
    border-radius: 8px;
}
.pt-4 .layui-container{
    font-size: 14px!important;
}
.version{
    color: #212529!important;
}
.layui-col-md3 .d-flex a{
    margin-top: 5px!important;
}
.center .mt-4 .mb-4 .text-muted .text-base{
    font-size: 14px!important;
}

a[href] {
    cursor: pointer;
}
.sd-button-main {
    display: inline-block;
    min-width: 80px;
    padding: 11px 34px;
    border: 1px solid transparent;
    color: #fff;
    background-color: #217FFC;
    opacity: 0.85;
    border-color: #217FFC;
    font-size: 16px;
    line-height: 1em;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    margin-top: 40px;

}
a {
    text-decoration: none;
}

@media (max-width: 1440px) {
    section .wrapper {
        padding: 0 30px!important;
        max-width: 1300px;
    }
}
@media (max-width: 1100px) {
    .wrapper .layui-row {
        display: flex;
        flex-flow: column;
    }
    section.banner .cards {
        margin-top: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .features-item-wrap [class*="col-"]:nth-child(2) .features-item-box {
        margin-top: 0px;
    }
    .features-item-wrap [class*="col-"]:nth-child(3) .features-item-box {
        margin-top: 0px;
    }
    .wrapper .layui-col-md7, .wrapper .layui-col-md5 {
        width: 100%;
    }
    .wrapper .layui-col-md7 {
        padding: 20px;
    }
    .wrapper .layui-col-md7 .layui-tab.layui-tab-card {
        max-width: 100% !important;
    }
    section.banner h1 {
        padding: 15px;
    }
    section.banner p:not(.wrapper .layui-row p) {
        padding: 15px;
    }
    .content ul {
        margin-left: 0px;
        width: 100% !important;
    }
    .scene-list li {
        width: 100% !important;
        margin: 20px 0;
    }
    .ailab-footer .layui-col-md3 {
        width: 50%;
    }
}
@media (max-width: 768px) {
    section.banner .cards {
        margin-top: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
}