.solutions {
    position: relative;
    padding-top: 0px;
    background: transparent none no-repeat 50%/2560px 1014px;
    padding-bottom: 0
}
.section_container {
    background: transparent none no-repeat 50%/cover;
    position: relative;
    z-index: 1
}
.solutions .section_title {
    position: relative;
    color: #030a1a;
    font-family: MF FangHei;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    z-index: 2
}
.solutions .section_subtitle {
    position: relative;
    z-index: 2;
    color: rgba(3,10,26,.6);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 24px;
    padding-bottom: 48px
}
.solutions_content {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center
}
.sectionTab_tabsbar {
    display: inline-block;
    width: auto;
    height: 46px;
    padding: 4px;

    border-radius: 100px
}
.sectionTab_switchtabs {
    margin: 0 auto;
    position: relative;
    display: flex;
    width: auto;
    height: 100%;
    align-items: center;
    justify-content: center
}

/*.sectionTab_switchtabs .sectionTab_tab {*/
    /*min-width: var(--min-tab-width,130px);*/
/*    height: 38px;*/
/*    flex-shrink: 0;*/
/*    padding: 0 15px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: #030a1a;*/
/*    text-align: center;*/
/*    font-family: PingFang SC;*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 24px;*/
/*    cursor: pointer;*/
/*    --main-fill-color: #030a1a*/
/*}*/

/*.sectionTab_switchtabs .sectionTab_tab span {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    margin-right: 6px;*/
/*    display: block;*/
/*}*/
/*.icon-news{background:url(../images/icon-news.png) center center no-repeat}*/
/*.icon-finance{background:url(../images/icon-finance.png) center center no-repeat}*/
/*.icon-travel{background:url(../images/icon-travel.png) center center no-repeat}*/
/*.icon-gov{background:url(../images/icon-gov.png) center center no-repeat}*/
/*.icon-edu{background:url(../images/icon-edu.png) center center no-repeat}*/
/*.icon-app{background:url(../images/icon-app.png) center center no-repeat}*/
/*.icon-game{background:url(../images/icon-game.png) center center no-repeat}*/

/*.sectionTab_active .icon-news{background:url(../images/icon-news-active.png) center center no-repeat}*/
/*.sectionTab_active .icon-finance{background:url(../images/icon-finance-active.png) center center no-repeat}*/
/*.sectionTab_active .icon-travel{background:url(../images/icon-travel-active.png) center center no-repeat}*/
/*.sectionTab_active .icon-gov{background:url(../images/icon-gov-active.png) center center no-repeat}*/
/*.sectionTab_active .icon-edu{background:url(../images/icon-edu-active.png) center center no-repeat}*/
/*.sectionTab_active .icon-app{background:url(../images/icon-app-active.png) center center no-repeat}*/
/*.sectionTab_active .icon-game{background:url(../images/icon-game-active.png) center center no-repeat}*/




/*.sectionTab_switchtabs .sectionTab_tab:hover,.sectionTab_switchtabs .sectionTab_tab.sectionTab_active {*/
/*    background: #286efa;*/
/*    transition: all .4s ease-in-out;*/
/*    border-radius: 4px;*/
/*    color:#FFF;*/
/*}*/

.sectionTab_switchtabs .sectionTab_tab.sectionTab_active {
    border: none;
    color: #fff;
    background: #286efa !important;
    margin-top: 0 !important;
}
.sectionTab_switchtabs .sectionTab_tab {
    border-radius: 4px;
    padding: 7px 13px;
    margin: 0 6px;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    font-weight: normal;
    margin-top: 0 !important;cursor: pointer;
    text-align: center;
    width: auto;

}
.sectionTab_switchtabs .sectionTab_tab:hover {background: #ffffff;}
/*.sectionTab_switchtabs .sectionTab_tab.sectionTab_active {*/
/*    color: #FFF;*/
/*    --main-fill-color: #006eff*/
/*}*/
.index_radius20 {
    border-radius: 20px
}
.solutions_videoBlock {
    width: 1200px;
    height: 502px;
    margin: 40px auto 80px;
    --border-color: #fff;
    --background-color: linear-gradient(90deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,.43));
    --padding: 16px;
    --border-radius: 20px;
    --diffX: 16px;
    --diffY: 10px
}
.videoBlock_wrapper {
    position: relative;
    overflow: visible
}

.videoBlock_wrapper .videoBlock_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    border-radius: inherit;
    border-radius: var(--border-radius,20px);
    box-shadow: 0 0 0 1px var(--border-color,#fff);
    background: var(--background-color,#fff);
    padding: var(--padding,10px);
    transition: top .3s ease-in-out;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}
.videoBlock_wrapper .videoBlock_layer:first-child {
    width: calc(100% - var(--diffX, 16px)*1*2);
    top: 0;
    left: calc(var(--diffX, 16px)*1);
    border: 1px solid var(--border-color,#fff);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.videoBlock_wrapper .videoBlock_layer:nth-child(2) {
    width: calc(100% - var(--diffX, 16px)*2*2);
    top: 0;
    left: calc(var(--diffX, 16px)*2);
    border: 1px solid var(--border-color,#fff);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.videoBlock_wrapper .videoBlock_layer:first-child {
    z-index: 2;
    box-shadow: 0 4px 24px 0 rgba(2,38,71,.02);
    box-shadow: 0 4px 24px 0 rgba(69,69,69,.06);
    opacity: .6
}
.videoBlock_wrapper .videoBlock_layer.videoBlock_center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}
.videoBlock_wrapper .videoBlock_layerContainer {
    position: relative;
    flex: 1 1;
    overflow: hidden;
    height: 100%;
    border-radius: calc(var(--border-radius, 20px)*3/4)
}

.solutions_wraper {
    display: flex;
    align-items: flex-start;
    margin-right: 10px
}
.solutions_info {
    flex: 1 1;
    padding: 8px 26px 0 20px
}

.solutions_info h3 {
    color: #030a1a;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px
}

.solutions_info p {
    margin: 12px auto 34px;
    color: rgba(3,10,26,.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.solutions_example {
    width: 480px;
    flex: 0 0 720px;
    height: 480px;
    overflow: hidden
}

.solutions_example video {
    height: 100%;
    width: 100%
}

.solutions_example .solutions_img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.solutions_learnMore {
    --background: rgba(0,110,255,.08);
    --arrow-right-fill: #006eff;
    color: #006eff
}

.solutions_videoBlock{display:none;}
.solutions_videoBlock.active{display:block;}

/*.sectionTab_switchtabs:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: var(--min-tab-width, 130px);*/
/*    height: 38px;*/
/*    border-radius: 100px;*/
/*    background: rgba(0, 110, 255, .67);*/
/*    transition: all .3s ease-in-out;*/
/*    transform: translateX(var(--active-left));*/
/*}*/


.section_section{
    position: relative;
    padding-top: 90px;
    padding-bottom: var(--section-padding-bottom,20px);
    background: transparent none no-repeat 50%/2560px auto
}
.accessmode_section {
    background-color: #fff
}
.base_container {
    max-width: 1200px;
    margin: 0px auto;
}
.section_section .section_title {
    position: relative;
    color: var(--title-color,#030a1a);
    font-family: MF FangHei;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.88px;
    text-align: center;
    z-index: 2
}
.section_section .section_subtitle {
    position: relative;
    z-index: 2;
    color: rgba(3,10,26,.6);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 24px;
    padding-bottom: 78px
}
.accessmode_accessmode_box {
    width: 100%;
    position: relative;
    display: flex;
    cursor: default;
    justify-content: center
}

.accessmode_accessmode_box .accessmode_left {
    margin-right: 78px
}

.accessmode_accessmode_box .accessmode_left .accessmode_imgGroup {
    width: 60px;
    height: 60px;
    line-height: 0;
    position: relative;
    min-width: 60px
}

.accessmode_accessmode_box .accessmode_left .accessmode_imgGroup img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.accessmode_accessmode_box .accessmode_left .accessmode_item {
    cursor: pointer;
    padding-left: 20px;
    display: flex;
    align-items: center;
    width: 370px;
    height: 98px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 4px
}

.accessmode_accessmode_box .accessmode_left .accessmode_itemRight {
    margin-left: 20px;
    max-width: 390px
}

.accessmode_accessmode_box .accessmode_left .accessmode_itemRight .accessmode_title {
    color: #606060;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 4px
}

.accessmode_accessmode_box .accessmode_left .accessmode_itemRight .accessmode_desc {
    color: rgba(3,10,26,.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 4px
}

.accessmode_accessmode_box .accessmode_left .accessmode_active {
    background-color: #f5f5f5
}

.accessmode_accessmode_box .accessmode_left .accessmode_active .accessmode_title {
    color: ##3b3b3b
}

.accessmode_accessmode_box .accessmode_right {
    width: 700px;
    height: 470px;
    position: relative;
    background: transparent none no-repeat 50%/contain
}
.accessmode_accessmode_box .accessmode_right .fade-exit{
    width: 700px;
    height: 440px;
    background: transparent none no-repeat 50%/contain;
    display: none;
}
.accessmode_accessmode_box .accessmode_right .fade-exit-active{display:block;}

.custom_section {
    background-color: #fff
}

.custom_content {
    margin-top: 60px;
    border-radius: 16px;
    background: #f7fafc;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch
}

.custom_videoWrapper {
    flex: 0 0 600px;
    width: 600px;
    height: 338px;
    overflow: hidden;
    --video-play-icon-size: 64px;
    --video-background-color: transparent
}

.custom_video {
    width: 100%;
    height: 338px;
    border-radius: 12px;
    overflow: hidden
}
.customVideo_container {
    position: relative;
    font-size: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}
.customVideo_container .customVideo_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px);
    z-index: 0
}

.customVideo_container video {
    object-fit: contain;
    height: 100%;
    width: 100%;
    background: var(--video-background-color,#000);
    border-radius: var(--video-border-radius,0);
    z-index: 1
}
.custom_intro {
    flex: 1 1;
    display: flex;
    flex-flow: column;
    padding: 68px 24px 0
}

.custom_tabheader {
    position: absolute;
    right: 24px;
    left: calc(50% + 24px);
    height: 68px;
    flex: 0 0 68px;
    border-bottom: 2px solid rgba(0,0,0,.1)
}

.custom_tabs {
    flex-flow: row nowrap
}

.custom_tabs,.custom_tabs .custom_tab {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.custom_tabs .custom_tab {
    flex: 1 1;
    position: relative
}

.custom_tabs .custom_tab:after {
    content: "";
    position: absolute;
    bottom: -2px;
    z-index: 1;
    width: 0;
    height: 2px;
    background: #006eff;
    transition: all .3s ease-in-out
}

.custom_tabs .custom_tab.custom_active:after {
    width: 40px
}

.custom_tabs .custom_icon {
    width: 86px;
    height: 24px;
    margin: 0 auto;
    background: transparent var(--background-icon) no-repeat center/contain
}

.custom_desc,.custom_title {
    color: #030a1a;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 30px
}

.custom_desc {
    color: rgba(3,10,26,.6);
    margin-top: 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px
}
.custom_quoto {
    margin-top: 17px
}

.custom_quoto.custom_right {
    right: 0;
    float: right;
    margin-top: 8px
}
.custom_tabs .custom_icon {
    width: 86px;
    height: 24px;
    margin: 0 auto;
}
.custom_tabs .custom_icon1 {
    background: transparent url(../images/icon-xhs.png) no-repeat center/contain
}
.custom_tabs .custom_icon2 {
    background: transparent url(../images/icon-cgxw.png) no-repeat center/contain
}
.custom_tabs .custom_icon3 {
    background: transparent url(../images/icon-qlbank.png) no-repeat center/contain
}
.custom_tabs .custom_icon4 {
    background: transparent url(../images/icon-hx.png) no-repeat center/contain
}
.custom_active .custom_icon1 {
    background: transparent url(../images/icon-xhs-active.png) no-repeat center/contain
}
.custom_active .custom_icon2 {
    background: transparent url(../images/icon-cgxw-active.png) no-repeat center/contain
}
.custom_active .custom_icon3 {
    background: transparent url(../images/icon-qlbank-active.png) no-repeat center/contain
}
.custom_active .custom_icon4 {
    background: transparent url(../images/icon-hx-active.png) no-repeat center/contain
}


.custom_content{display:none;}
.custom_content.active{display:flex;}



.characteristics_section {

}

.characteristics_characteristics_box {
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    cursor: default
}

.characteristics_characteristics_box .characteristics_item {
    width: 23%;
    /*height: 130px;*/
    border-radius: 12px;
    border: 1px solid #edeff4;
    background: #fff;
    padding: 17px;
    cursor: pointer;
    margin-bottom: 22px;
    transition: all .3s
}

.characteristics_characteristics_box .characteristics_item .characteristics_top {
    display: flex;
    align-items: center
}

.characteristics_characteristics_box .characteristics_item .characteristics_top .characteristics_imgGroup {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    display: grid;
    place-content: center;
    line-height: 0;

}

.characteristics_characteristics_box .characteristics_item .characteristics_top .characteristics_imgGroup img {
    width: 50px
}

.characteristics_characteristics_box .characteristics_item .characteristics_top .characteristics_imgGroup.characteristics_noBg {
    background-color: transparent
}

.characteristics_characteristics_box .characteristics_item .characteristics_top .characteristics_imgGroup.characteristics_noBg img {
    width: 50px
}

.characteristics_characteristics_box .characteristics_item .characteristics_top .characteristics_title {
    transition: all .3s;
    color: #030a1a;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-left: 12px
}

.characteristics_characteristics_box .characteristics_item .characteristics_bottom {
    margin-top: 12px;
    color: rgba(3,10,26,.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.characteristics_characteristics_box .characteristics_item:hover {
    background: linear-gradient(180deg,#fcfeff,#f6faff);
    box-shadow: 0 2px 0 0 #edeff4
}

.characteristics_characteristics_box .characteristics_item:hover .characteristics_top .characteristics_title {
    color: #006eff
}

.page_slogan {
    height: 180px;
    background: #006cff none no-repeat 50%/cover
}
.page_container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 36px
}

.page_info h3 {
    font-size: 36px;
    font-weight: 300;
    font-family: MF FangHei;
    letter-spacing: 4px
}

.page_info h3,.page_info p {
    color: #fff;
    font-style: normal;
    line-height: normal
}

.page_info p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 22px
}
.page_contact {
    --background: hsla(0,0%,100%,.24);
    --arrow-right-fill: #fff;
    --border-color: #fff
}
.learnmore_btn {
    width: 168px;
    height: 48px;
    border-radius: 100px;
    border: 1px solid var(--border-color,--background);
    background: var(--background,transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--more-font-color,#fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: default
}
.learnmore_btn .arrow-icon {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    transition: all .3s ease-out
}

.learnmore_btn .arrow-icon path {
    fill: var(--arrow-right-fill,#fff)
}

.learnmore_btn:hover {
    box-shadow: 0 0 10px 0 var(--more-box-shadow,--border-color);
    cursor: pointer
}

.learnmore_btn:hover .arrow-icon {
    transform: translateX(40%)
}

.solutions_content .link {
  margin-bottom: 20px;
  margin-top: 30px
}

.solutions_content .link a {
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #165dff;
  font-size: 14px;
  color: #fff
}

.flex.f-w-w {
  flex-wrap: wrap;
}
.solutions_content .tag {
  font-size: 12px
}

.solutions_content .tag .tag-t {
  color: #86909c;
  margin-bottom: 10px
}

@media (max-width: 768px) {
  .solutions_content .desc .desc-t {
    color: #000;
  }

  .solutions_content .tag .tag-t {
    color: #000;
  }
}

.solutions_content .tag .tag-lis {
  margin-top: 15px
}

.solutions_content .tag .tag-lis .tag-li {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #eae7ef;
  color: #414141;
  margin-right: 10px;
  margin-bottom: 10px
}


.solutions_content .iframe-con {
  position: relative;
  border: solid 2px #282828;
  width: 100%;
  height: 470px;
  border-radius: 10px;
  margin-bottom: 60px;
  overflow: hidden;
  padding-top: 20px;
  background-color: #282828
}
.solutions_content .iframe-con iframe {
  width: 100%;
  height: 100%
}
@media (max-width: 768px) {

  .solutions_content .iframe-con {
    padding-top: 0;
    border: none;
    position: absolute;
    top: 0;
    height: calc(100% - 34px);
    z-index: 3;
    width: calc(100% - 65px);
    left: 30px;
    margin: 17px 0;
    border-radius: 50px;

  }
}


.process_content {
  width: 100%;
  margin: 50px auto;
  background: #FFFFFF;
}

.process_content .process_content_center {
  width: 1200px;
  margin: 0 auto;
}

.process_content .process_title h2{
  height: 47px;
  font-size: 36px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 47px;
}

.process_content .process_title p{
  height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 32px;
}

.process_content .process_list{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.process_content .process_item{
  position: relative;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.1);
}

.process_content .process_item_img{
  width: 100%;
  display: block;
  border-radius: 10px;
}

.process_content .process_item span{
  position: absolute;
  width: 5px;
  height: 26px;
  background: #2d2d2d;
  top: 25px;
  left: 20px;
}

.process_content .process_item h2{
  position: absolute;
  top: 25px;
  left: 35px;
  height: 26px;
  font-size: 20px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 26px;
}

.process_content .process_item p{
  position: absolute;
  top: 61px;
  left: 20px;
  right: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 16px;
}
.question {
  width: 100%;
  margin-bottom: 100px;
  background: #FFFFFF;
}

.question_content_center {
  width: 1200px;
  margin: 0 auto;
}

.question_title h2{
  height: 47px;
  font-size: 36px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 47px;
}

.question_item{
  margin-top: 30px;
}

.question_item h4{
  height: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #286EFA;
  line-height: 24px;
  margin-bottom: 10px;
}

.question_answer{
  display: flex;
}
.question_answer p{
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 18px;
  white-space: pre-wrap;
}




