@font-face {
    font-family: "bootstrap-icons";
    src: url("/img/font/bootstrap-icons.woff2?a97b3594ad416896e15824f6787370e0") format("woff2"), url("/img/font/bootstrap-icons.woff2?a97b3594ad416896e15824f6787370e0") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-arrow-right::before {
    content: "\f138";
}


/* ------ */

.section-header {
    margin-bottom: 36px !important;
    padding-top:30px;
}

.section-header img{
    width:660px
}
.btn-normal-white {
    background: #fff !important;
}

.app_2otyp {
    right: 42px !important;
    bottom: 100px !important;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    color: #333 !important;
}


/* --------- */

.active {
    background: #ECF6FF;
    border-radius: 24px;
}

.normal {
    padding: 16px 16px !important;
}

.active h5 {
    color: #000000E0 !important;
}

.active p {
    color: #666666 !important;
}


/* ---------- */


/* banner */

.homepage-banner-bg header {
    background: none !important;
}

.homepage-banner-bg .navbar-sticky-on {
    background: #fff !important;
}
.homepage-banner-bg .pc-banner{
    display: block;
}
.homepage-banner-bg .mobile-banner{
    display: none;
}
.homepage-banner-bg .mobile-banner img{
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width:1024px) {
    .homepage-banner-bg .pc-banner{
        display: none;
    }
    .homepage-banner-bg .mobile-banner{
        display: block;
    }
}
.homepage-banner-subtitle {
    color: #fff;
    margin-top:30px;
    margin-bottom: 36px;
}

.homepage-banner-title {
    font-size: 64px;
    color: #fff !important;
}

#homepage-banner {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 60px !important;
}

#home-banner-content {
    padding-bottom: 0px !important;
    margin-top: 100px !important;
    text-shadow: 1px 1px 1px #7f7e7e;
}

#homepage-video {
    margin-top: 16px !important;
}

#video-container {
    border-radius: 24px !important;
}

section {
    padding-top: 160px !important;
}

.mt-80 {
    margin-top: 80px;
}
.mt-20{
    margin-top:20px;
}

.know-customer-content .divide-line-1 {
    height: 4px;
    width: 80px;
    left: 0px;
    top: 0px;
    border-radius: 100px;
    background: #43A1FF !important;
}

.know-customer-content .divide-line-2 {
    height: 4px;
    width: 80px;
    left: 0px;
    top: 0px;
    border-radius: 100px;
    background: #05C995 !important;
}

.know-customer-content .divide-line-3 {
    height: 4px;
    width: 80px;
    left: 0px;
    top: 0px;
    border-radius: 100px;
    background: #FFA448 !important;
}

.know-customer-content .row .know-customer-content-item {
    background: #F9FBFD;
    border-radius: 20px;
    padding: 24px;
}

.item-normal img {
    height: 180px;
    margin: 16px 0;
}

.item-normal {
    margin-bottom: 16px;
}

.know-customer-content-item {
    height: 280px;
}

.know-customer-content-item:hover {
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.05);
    /* background: rgba(67, 161, 255) !important; */
}

.know-customer-content-item:hover .item-hover {
    display: block;
    transition: all 1s ease-in-out;
}

.know-customer-content-item:hover .item-img {
    right: 24px;
    bottom: 12px;
    transition: all 0.15s ease-in-out;
}

.know-customer-content-item:hover .item-normal {
    display: none;
    transition: all 1s ease-in-out;
}

#kcc-item1 {
    background: rgba(67, 161, 255, 0.1) !important;
    position: relative;
}

#kcc-item2 {
    background: rgba(5, 201, 149, 0.1) !important;
    position: relative;
}

#kcc-item3 {
    background: rgba(255, 164, 72, 0.1) !important;
    position: relative;
}

#kcc-item4 {
    background: rgba(123, 104, 238, .1) !important;
    position: relative;
}

#kcc-item5 {
    background: rgba(223, 71, 89, .1) !important;
    position: relative;
}

#kcc-item6 {
    background: rgba(5, 201, 149, 0.1)!important;
    position: relative;
}

.item-hover {
    display: none;
    transition: all 1s ease-in-out;
}

.item-img {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.item-hover {
    height: 136px;
}

.item-hover div {
    margin-bottom: 16px;
}

.item-hover h6 {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #828282;
}


/* section: infect-customer */

.infect-customer section:nth-child(even){
    background-color:#f0f4f9
}
.infect-customer section:nth-child(odd) .content-img{
    text-align: right;
}
.infect-customer .title{
    margin-bottom: 20px !important;
}
.infect-customer .graphics-title{
    display:flex;
    align-items:center;
}
.content-item{
    padding-bottom:120px !important;
}
.content-item .number-cases{
    font-size:30px;
    margin: 40px 0;
    display: -webkit-flex;
    display: flex;
}
.content-item .number-cases li{
    width: 100%;
    list-style: none;
    position: relative;
    text-align: center;
    border-right:2px solid #777777;
}
.content-item .number-cases li:last-child{
    border-right:none;
}
.content-item .number-cases li strong{
    font-weight: bold;
    font-size: 38px !important;
    color: #0087ff; 
}
.content-item .number-cases li font{
    line-height: 1;
    margin: 15px 0 0 10px;
}
.content-item .content-title{
    font-size:40px;
    display:inline-block;
    position:relative;
    margin-bottom: 10px;

}
.content-item .content-title::before{
    content: "";
    width: 100%;
    height: 5px;
    background: #4fb3e8;
    position: absolute;
    bottom: -10px;
}
.know-customer-content .divide-line-4 {
    height: 4px;
    width: 80px;
    left: 0px;
    top: 0px;
    border-radius: 100px;
    background: #7B68EE !important;
}

.know-customer-content .divide-line-5 {
    height: 4px;
    width: 80px;
    left: 0px;
    top: 0px;
    border-radius: 100px;
    background: #F33B3D !important;
}

.know-customer-content .divide-line-6 {
    height: 4px;
    width: 80px;
    left: 0px;
    top: 0px;
    border-radius: 100px;
    background: #05C995!important;
}


/* section: professional */

.professional-content {
    background: rgba(67, 161, 255, 0.1);
    border-radius: 32px;
    padding: 24px;
    height: 578px !important;
}


/* Scene */

.scene-content-item {
    background: #F9FBFD;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    height:100%;
}

.scene-content-item .ico-box{
    text-align: center;
    margin:auto 0;
}

.scene-content-item-img {
    width: 140px !important;
    margin:auto;
    height:auto !important;
}
.item-subtitle{
    padding:20px 0;
}

.item-subtitle h4 {
    font-size:26px;
    margin-bottom: 15px;
}
.item-subtitle h5 {
    font-size:18px;
    line-height:2
}

.item-subtitle h6 {
    font-weight: 400;
    color: #828282;
}


/* Service */

.item-text {
    height: 88px !important;
}

.service-content {
    margin-top: 36px !important;
}


/* Apply */

.apply-bg {
    background-color: #43A1FF;
    border-radius: 24px;
}

.bi-check-circle-fill::before {
    color: #fff !important;
}

.scene02-bg {
    background-color: #F9FBFD;
    border-radius: 24px;
}

.scene03-bg {
    background-color: #F9FBFD;
    border-radius: 24px;
}

#professional-active .active {
    background: #fff;
}


/* #scene-x-category {
    margin-top: 24px !important;
} */

#scene-x-category p {
    font-size: 13px;
    color: #888;
}

#scene-x-category h5 {
    font-size: 16px;
    color: #333;
}

.service-content div div:hover {
    background: #F9FBFD;
}

.service-content div div {
    border-radius: 24px;
    padding: 24px;
}

#homepage-apply .btn {
    color: #43A1FF;
}

.app_2otyp {
    right: 42px !important;
    bottom: 100px !important;
}

#homepage-back-top .bi-arrow-up-short::before {
    color: rgba(62, 139, 248, 1) !important;
}

#homepage-back-top .back-top {
    background: rgba(62, 139, 248, 0.1);
    border-radius: 100%;
}

.homepage-banner-bg {
    height: 60vh;
    position: relative;
    overflow: hidden;
}

.homepage-banner-bg-img {
    width: 100%;
    height: 5.2rem !important;
    background: url(/img/solution/bg-banner.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.homepage-bg-video {
    position: absolute;
    left: 0;
    top: 0;
}

.homepage-banner-button-group {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-between;
    width: 260px;
}

#banner-btn-contact {
    background-color: transparent;
    border: 1px solid #43A1FF;
    color: #43A1FF;
    font-size: 18px;
}

#banner-btn-apply {
    font-size: 18px;
}

.text-center p {
    font-size: 23px;
    line-height:1.5;
}
.text-center .title-content{
    margin-top:36px;
    text-align: left;
}
.bi-patch-check-fill::before {
    color: #333;
}


/* ----- */

.content-img img {
    /* box-shadow: 2px 2px 20px 2px rgb(0 0 0 / 30%); */
    box-shadow: 2px 2px 16px rgb(0 0 0 / 30%);
    border-radius: 10px;
}


/* 手机样式 */
@media screen and (max-width: 992px){
    section{
        padding-top:50px !important;
        padding-bottom: 70px !important;
    }

    h1{
        font-size:30px !important;
        margin-bottom: 20px;
    }
    .homepage-banner-bg {
        height: 40vh;
        overflow: unset;
    }
    #home-banner-content{
        margin-top: 65px !important;
    }
    .order-2{
        margin-top:0 !important;
    }
    .homepage-banner-subtitle{
        display:none
    }
    .homepage-banner-title{
        margin-top:-24px
    }
}