* {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.a_nav {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: #333;
  outline: none;
  cursor: pointer;
}
.a_nav:hover {
  background-repeat: no-repeat;
  text-decoration: none;
  color: #2A61EC;
}
.a_nav::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #2A61EC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.active .a_nav::after {
  width: 82px;
}
.active .a_nav {
  color: #2A61EC;
}
.flex {
  display: -webkit-box;
  display: flex;
}
.flex1 {
  -webkit-box-flex: 1;
  flex: 1;
}
.flex_wrap {
  -webkit-box-lines: multiple;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_main {
  z-index: 1;
  position: relative;
}
.plan_point {
  position: absolute;
  top: -70px;
}
.center1280 {
  width: 1280px;
  margin: 0 auto;
}
.plan_title {
  text-align: center;
  height: 100%;
  font-family: 'PingFangSC-Medium';
  font-size: 40px;
  color: #333333;
  line-height: 64px;
  font-weight: 500;
}
audio,
video {
  display: block;
  object-fit: cover;
  outline: none;
}
.video-js .vjs-big-play-button {
  font-size: 2.5em !important;
  line-height: 2.3em !important;
  height: 2.5em !important;
  width: 2.5em !important;
  -webkit-border-radius: 2.5em !important;
  -moz-border-radius: 2.5em !important;
  border-radius: 2.5em !important;
  background-color: #73859f !important;
  opacity: 0.8 !important;
  background: linear-gradient(138deg, #F9E0FF 0%, #E1D9FF 100%);
  border: 0px !important;
  margin-top: -1.3em !important;
  margin-left: -1.3em !important;
  box-shadow: 1px 2px 3px 0px rgba(22, 89, 193, 0.18) !important;
  top: 58% !important;
}
.vjs-big-play-button .vjs-icon-placeholder {
  display: block;
  font-size: 40px;
}
.vjs-big-play-button .vjs-icon-placeholder::before {
  content: "" !important;
  background-image: url('../../img/form_triangle2.png');
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 55% calc(50% - 0px);
  border: none !important;
  box-shadow: none !important;
}
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vjs-loading-spinner {
  font-size: 2.5em !important;
  width: 2em !important;
  height: 2em !important;
  border-radius: 1em !important;
}
.vjs-poster {
  border-radius: 14px !important;
  overflow: hidden !important;
}
.vjs-poster img {
  object-fit: cover !important;
}
.demo_btn_yuyue {
  width: 188px;
  height: 44px;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #0079de;
  font-weight: 400;
  color: #0079DE;
  border-radius: 2px;
  padding: 12px 28px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.demo_btn_yuyue:hover {
  background-color: #E6EDFA;
}
[class*=animate_] {
  /* 动画时间，动画开始前的状态 */
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is_animate {
  animation-name: show;
  animation-duration: 1.5s;
  opacity: 1;
  animation-fill-mode: forwards;
}
.animate_section_opacity0 {
  opacity: 0;
}
.animate_section_opacity1 {
  opacity: 1;
}
.is_transform {
  display: inline-block;
  overflow: hidden;
  animation: showProcessLogo 0.5s linear;
}
.is_transformImg {
  animation: showProcessLogoImg 0.5s linear;
}
@keyframes show {
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#view_config .form_banner {
  background: url(../../picture/601b5a6dd2cd4d20a09cc9d77c6b1a59.png);
  background-repeat: round;
  background-size: cover;
}
#view_config .form_banner .header_background {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#view_config .form_banner .header_background #header {
  text-align: center;
  margin-top: 10vh;
  margin-bottom: 30px;
}
#view_config .form_banner .header_background #header .header_title {
  font-family: PingFangSC-Medium;
  font-size: 48px;
  color: #333333;
  line-height: 64px;
  font-weight: 500;
  margin-bottom: 12px;
}
#view_config .form_banner .header_background #header .header_desc {
  display: block;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 36px;
}
#view_config .form_banner .header_background #header .header_phone_desc {
  display: none;
}
#view_config .form_banner .header_background #header .header_phone_title {
  display: none;
}
#view_config .form_banner .header_background #header .header_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#view_config .form_banner .header_background #header .header_btn .demo_btn_tiyan {
  width: 170px;
  font-weight: 400;
  height: 50px;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  padding: 12px 28px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 0px;
}
#view_config .form_banner .header_background .banner_swiper {
  height: 100%;
  width: 100%;
  padding: 0px;
}
#view_config .form_banner .header_background .banner_swiper .swiper-pagination {
  display: -webkit-box;
  display: flex;
  position: relative;
  height: 48px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
#view_config .form_banner .header_background .banner_swiper .swiper-pagination .state_casrousal_btn {
  width: 60px;
  background-color: transparent;
  border-radius: 4px;
  border-color: transparent;
  font-family: "PingFangSC-Regular";
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  height: 48px;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}
#view_config .form_banner .header_background .banner_swiper .swiper-pagination .state_casrousal_btn_active {
  width: 60px;
  background: transparent;
  font-family: "PingFangSC-Medium";
  font-size: 20px;
  color: #2A61EC;
  font-weight: 500;
  height: 48px;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 2px solid #2A61EC;
}
#view_config .form_banner .header_background .banner_swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 15px;
  opacity: 1;
  border-radius: 0;
}
#view_config .form_banner .header_background .banner_swiper .swiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}
#view_config .form_banner .header_background .banner_swiper .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background: transparent;
}
#view_config .form_banner .header_background .banner_swiper .swiper .swiper-wrapper .swiper-slide .bg_img {
  width: 100%;
  height: 100%;
  display: block;
}
#view_config #main .main1 {
  background: #FFFFFF;
}
#view_config #main .main1 .desc_card {
  display: flex;
  justify-content: space-between;
}
#view_config #main .main1 .desc_card .card_item {
  width: 292px;
  border-radius: 4px;
  padding: 32px 12px 20px;
}
#view_config #main .main1 .desc_card .card_item .card_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#view_config #main .main1 .desc_card .card_item .card_top .top_icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
}
#view_config #main .main1 .desc_card .card_item .card_top .top_icon .icon_img {
  width: 24px;
  height: 24px;
}
#view_config #main .main1 .desc_card .card_item .card_top .top_title {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
#view_config #main .main1 .desc_card .card_item .card_bottom {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  font-weight: 400;
  padding: 16px 0 0px;
}
#view_config #main .main1 .desc_card .card_item:hover {
  box-shadow: 0px 4px 8px 0px rgba(42, 54, 105, 0.04);
  border-radius: 4px;
}
#view_config #main .main1 .desc_card .card_item:hover .card_top .top_title {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #2A61EC;
  font-weight: 500;
}
#view_config #main .main2 {
  padding: 90px 0 0;
  background: #F9FBFF;
}
#view_config #main .main2 .title {
  text-align: center;
}
#view_config #main .main2 .title .title_header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 44px;
}
#view_config #main .main2 .title .title_header .header_left {
  font-family: PingFangSC-Medium;
  font-size: 40px;
  color: #333333;
  line-height: 64px;
  font-weight: 500;
}
#view_config #main .main2 .title .phone_title_header {
  display: none;
}
#view_config #main .main2 .module1 .module1_section {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
}
#view_config #main .main2 .module1 .module1_section .section_header {
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 24px;
}
#view_config #main .main2 .module1 .module1_section .section_header .viewRuleTxt {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #4281FF 0%, #6B40FF 100%);
}
#view_config #main .main2 .module1 .module1_section .section_desc {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 70px;
}
#view_config #main .main2 .module1 .module1_section .section_content {
  display: flex;
  justify-content: space-between;
  height: 550px;
}
#view_config #main .main2 .module1 .module1_section .section_content .left_box {
  height: 500px;
  width: 24%;
  overflow: hidden;
}
#view_config #main .main2 .module1 .module1_section .section_content .left_box .box_item {
  display: flex;
  flex-flow: column nowrap;
}
#view_config #main .main2 .module1 .module1_section .section_content .left_box .box_item .item_top {
  display: flex;
  flex-flow: row nowrap;
  padding-left: 30px;
  justify-content: flex-start;
  align-items: center;
}
#view_config #main .main2 .module1 .module1_section .section_content .left_box .box_item .item_top .item_icon {
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#view_config #main .main2 .module1 .module1_section .section_content .left_box .box_item .item_top .item_icon .icon_img {
  width: 80%;
  height: 80%;
}
#view_config #main .main2 .module1 .module1_section .section_content .left_box .box_item .item_top .item_txt {
  width: 100px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  line-height: 50px;
  cursor: pointer;
}
#view_config #main .main2 .module1 .module1_section .section_content .left_box .box_item .item_top .item_txt:hover {
  color: #2A61EC;
}
#view_config #main .main2 .module1 .module1_section .section_content .left_box .box_item .item_bottom {
  padding-left: 30px;
}
#view_config #main .main2 .module1 .module1_section .section_content .left_box .box_item .item_bottom .item_desc {
  display: none;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  line-height: 12px;
}
#view_config #main .main2 .module1 .module1_section .section_content .left_box .active_item {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(1, 26, 87, 0.16);
  border-radius: 4px;
  padding: 5px 5px 20px;
  margin: 0px 4px 0px 4px;
  opacity: 1;
  transition: all 0.5s ease;
}
#view_config #main .main2 .module1 .module1_section .section_content .left_box .active_item .item_txt {
  color: #2A61EC !important;
}
#view_config #main .main2 .module1 .module1_section .section_content .left_phone_box {
  display: none;
}
#view_config #main .main2 .module1 .module1_section .section_content .right_box {
  height: 500px;
  width: 70%;
}
#view_config #main .main2 .module1 .module1_section .section_content .right_box .swiper {
  height: 100%;
  width: 100%;
}
#view_config #main .main2 .module1 .module1_section .section_content .right_box .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
}
#view_config #main .main2 .module1 .module1_section .section_content .right_box .swiper .swiper-wrapper .swiper-slide .img {
  z-index: 5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  left: 200px;
  transition: all 1s;
}
#view_config #main .main2 .module1 .module1_section .section_content .right_box .swiper .swiper-wrapper .swiper-slide .fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
#view_config #main .main2 .module1 .module1_section .section_content .right_box .swiper .swiper-wrapper .swiper-slide .bg_img {
  width: 100%;
}
@keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#view_config #main .main2 .module1 .module1_section .section_content .right_box .swiper .swiper-wrapper .swiper-slide-active .img {
  left: 0;
}
#view_config #main .main3 {
  padding: 90px 0;
  background: #FFF;
}
#view_config #main .main3 .module1 .module1_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
#view_config #main .main3 .module1 .module1_section .section_left {
  width: 65%;
  height: 600px;
}
#view_config #main .main3 .module1 .module1_section .section_left .left_carousel {
  position: relative;
  width: 100%;
  text-align: center;
}
#view_config #main .main3 .module1 .module1_section .section_left .left_carousel .swiper {
  overflow: hidden;
  overflow-y: auto;
}
#view_config #main .main3 .module1 .module1_section .section_left .left_carousel .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#view_config #main .main3 .module1 .module1_section .section_left .left_carousel .swiper .swiper-wrapper .swiper-slide .slide_item {
  width: 100%;
  height: 100%;
  display: flex;
  margin-bottom: 10px;
}
#view_config #main .main3 .module1 .module1_section .section_left .left_carousel .swiper .swiper-wrapper .swiper-slide .slide_item .item_img {
  width: 100%;
  height: 100%;
}
#view_config #main .main3 .module1 .module1_section .section_left .left_carousel .swiper .swiper-pagination-condition {
  display: -webkit-box;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  bottom: 0px;
}
#view_config #main .main3 .module1 .module1_section .section_left .left_carousel .swiper .swiper-pagination-condition .condition-bullet {
  width: 32px;
  height: 4px;
  border-radius: 3px;
  background: #EEEEEE;
  cursor: pointer;
  margin: 0 4px;
}
#view_config #main .main3 .module1 .module1_section .section_left .left_carousel .swiper .swiper-pagination-condition .condition-bullet:hover {
  background: #DAE3FF;
}
#view_config #main .main3 .module1 .module1_section .section_left .left_carousel .swiper .swiper-pagination-condition .condition-bullet-active {
  cursor: pointer;
  margin: 0 4px;
  position: relative;
}
#view_config #main .main3 .module1 .module1_section .section_left .left_carousel .swiper .swiper-pagination-condition .condition-bullet-active::before {
  content: "";
  position: absolute;
  inset: 0 100% 0 0;
  border-radius: inherit;
  background: #2D63ED;
  -webkit-animation: cartoon 10s  infinite;
  animation: cartoon 10s  infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes cartoon {
  100% {
    inset: 0;
  }
}
@keyframes cartoon {
  100% {
    inset: 0;
  }
}
#view_config #main .main3 .module1 .module1_section .section_right {
  width: 30%;
}
#view_config #main .main3 .module1 .module1_section .section_right .main_header {
  display: block;
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: #333333;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}
#view_config #main .main3 .module1 .module1_section .section_right .main_header .viewRuleTxt {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #4281FF 0%, #6B40FF 100%);
}
#view_config #main .main3 .module1 .module1_section .section_right .main_phone_header {
  display: none;
}
#view_config #main .main3 .module1 .module1_section .section_right .right_main li {
  list-style-type: circle;
  margin-bottom: 20px;
}
#view_config #main .main3 .module1 .module1_section .section_right .right_main li::marker {
  color: #2A61EC;
  font-size: 18px;
}
#view_config #main .main3 .module1 .module1_section .section_right .right_main .main_li {
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-weight: 400;
}
#view_config #main .main3 .module1 .module1_section:nth-child(2n) {
  flex-direction: row-reverse;
}
#view_config #main .main3 .module1 .module1_section:last-child {
  margin-bottom: 0px;
}
#view_config #main .main4 {
  padding: 90px 0;
  background-image: linear-gradient(90deg, #FAFAFF 3%, #F8F9FF 100%);
}
#view_config #main .main4 .title {
  text-align: center;
}
#view_config #main .main4 .title .title_header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  font-family: PingFangSC-Medium;
  font-size: 40px;
  color: #333333;
  line-height: 64px;
  font-weight: 500;
}
#view_config #main .main4 .title .phone_title_header {
  display: none;
}
#view_config #main .main4 .phone_title {
  display: none;
}
#view_config #main .main4 .module1 .module1_section {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#view_config #main .main4 .module1 .module1_section .section_header {
  display: block;
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #333333;
  line-height: 64px;
  font-weight: 500;
  margin-bottom: 14px;
}
#view_config #main .main4 .module1 .module1_section .section_header .viewRuleTxt {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #4281FF 0%, #6B40FF 100%);
}
#view_config #main .main4 .module1 .module1_section .phone_section_header {
  display: none;
}
#view_config #main .main4 .module1 .module1_section .section_desc {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
}
#view_config #main .main4 .module1 .module1_section .section_img {
  width: 100%;
  height: 720px;
  margin: 40px 0px;
}
#view_config #main .main4 .module1 .module1_section .section_img .img_main {
  width: 100%;
  height: 100%;
}
#view_config #main .main5 {
  padding: 90px 0;
  background: #FFFFFF;
}
#view_config #main .main5 .title {
  text-align: center;
}
#view_config #main .main5 .title .title_header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  font-family: PingFangSC-Medium;
  font-size: 40px;
  color: #333333;
  line-height: 64px;
  font-weight: 500;
}
#view_config #main .main5 .title_phone {
  display: none;
}
#view_config #main .main5 .module2 {
  display: flex;
  height: 511px;
  justify-content: space-between;
}
#view_config #main .main5 .module2 .module2_info {
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#view_config #main .main5 .module2 .module2_info .info_logo {
  width: 190px;
  height: 170px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(6, 24, 119, 0.08);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
#view_config #main .main5 .module2 .module2_info .info_logo .ribbon {
  width: 50px;
  height: 45px;
  display: flex;
  align-self: end;
}
#view_config #main .main5 .module2 .module2_info .info_logo .ribbon .ribbon_img {
  width: 50px;
  height: 45px;
}
#view_config #main .main5 .module2 .module2_info .info_logo .logo_img {
  height: 25px;
  width: 25px;
  display: flex;
  margin-top: -30px;
}
#view_config #main .main5 .module2 .module2_info .info_logo .logo_img .ai_icon {
  font-size: 25px;
  color: #333333;
}
#view_config #main .main5 .module2 .module2_info .info_logo .logo_txt {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 50px;
}
#view_config #main .main5 .module2 .module2_info .info_title {
  font-family: PingFangSC-Medium;
  font-size: 22px;
  color: #333333;
  font-weight: 500;
  margin-top: 56px;
  margin-bottom: 32px;
}
#view_config #main .main5 .module2 .module2_info .info_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#view_config #main .main5 .module2 .module2_info .info_btn .demo_btn_tiyan {
  width: 158px;
  height: 44px;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  padding: 12px 28px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  margin-right: 0px;
}
#view_config #main .main5 .module2 .module2_section {
  width: 71%;
}
#view_config #main .main5 .module2 .module2_section .section_video {
  height: 100%;
  width: 100%;
}
#view_config #main .main5 .module2 .module2_section .section_video .video_banner {
  border: 3px solid #FFFFFF;
  background: aliceblue;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 0px 12px 0px #a3bdff;
}
#view_config #main .main5 .module2 .module2_section .section_video .video_banner video {
  object-fit: fill;
}
#view_config #main .main5 .module2 .module2_section .section_video .video_banner:focus {
  outline: none;
}
#view_config #main .main5 .module2 .module2_phone_section_btn {
  display: none;
}
@media screen and (max-width: 1280px) {
  * {
    box-sizing: border-box;
  }
  *,
  :after,
  :before {
    box-sizing: border-box;
    background-repeat: no-repeat;
  }
  .a_nav {
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    outline: none;
    cursor: pointer;
  }
  .a_nav:hover {
    background-repeat: no-repeat;
    text-decoration: none;
  }
  .a_nav::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0.02rem;
    background: #2A61EC;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .active .a_nav::after {
    width: 0.82rem;
  }
  .active .a_nav {
    color: #2A61EC;
  }
  .flex {
    display: -webkit-box;
    display: flex;
  }
  .flex1 {
    -webkit-box-flex: 1;
    flex: 1;
  }
  .flex_wrap {
    -webkit-box-lines: multiple;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section_main {
    z-index: 1;
    position: relative;
  }
  .plan_point {
    position: absolute;
    top: -0.7rem;
  }
  .center1280 {
    width: 100%;
    padding: 0 15px;
  }
  audio,
  video {
    display: block;
  }
  .webui-iconfont {
    font-size: 0.16rem;
  }
  .bg_img {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .video-js .vjs-big-play-button {
    font-size: 2.5em !important;
    line-height: 2.5em !important;
    height: 1.5em !important;
    width: 1.5em !important;
    -webkit-border-radius: 1.5em !important;
    -moz-border-radius: 1.5em !important;
    border-radius: 1.5em !important;
    background-color: #FFFFFF !important;
    opacity: 0.9 !important;
    border: 0px !important;
    margin-top: -0.78em !important;
    margin-left: -0.78em !important;
    top: 60% !important;
  }
  .vjs-big-play-button .vjs-icon-placeholder {
    font-size: 24px;
  }
  .vjs-big-play-button .vjs-icon-placeholder::before {
    background-size: 13px;
  }
  [class*=animate_] {
    /* 动画时间，动画开始前的状态 */
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    opacity: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .is_animate {
    animation-name: show;
    animation-duration: 1.5s;
    opacity: 1;
    animation-fill-mode: forwards;
  }
  .animate_section_opacity0 {
    opacity: 1;
  }
  .animate_section_opacity1 {
    opacity: 1;
  }
  .is_transform {
    display: inline-block;
    overflow: hidden;
    animation: showProcessLogo 0.5s linear;
  }
  .is_transformImg {
    animation: showProcessLogoImg 0.5s linear;
  }
  @keyframes show {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  #view_config .form_banner {
    background: url(../../picture/0ca459860d4945068311dd27ca681a85.png);
    background-repeat: round;
    background-size: cover;
  }
  #view_config .form_banner .header_background #header {
    text-align: center;
    margin-top: 15%;
    margin-bottom: 20px;
  }
  #view_config .form_banner .header_background #header .header_phone_title {
    display: block;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
  }
  #view_config .form_banner .header_background #header .title_one {
    margin-top: 20px;
  }
  #view_config .form_banner .header_background #header .header_title {
    display: none;
  }
  #view_config .form_banner .header_background #header .header_desc {
    display: none;
  }
  #view_config .form_banner .header_background #header .header_phone_desc {
    display: block;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 28px;
  }
  #view_config .form_banner .header_background #header .desc_one {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  #view_config .form_banner .header_background #header .header_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #view_config .form_banner .header_background #header .header_btn .demo_btn_tiyan {
    width: 115px;
    font-weight: 400;
    height: 38px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    padding: 9px 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 0px;
  }
  #view_config .form_banner .header_background .banner_swiper {
    height: 100%;
    width: 100%;
    padding: 0px;
  }
  #view_config .form_banner .header_background .banner_swiper .swiper-pagination {
    display: -webkit-box;
    display: flex;
    position: relative;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #view_config .form_banner .header_background .banner_swiper .swiper-pagination .state_casrousal_btn {
    width: 55px;
    background-color: transparent;
    border-radius: 4px;
    border-color: transparent;
    font-family: "PingFangSC-Regular";
    font-size: 17px;
    color: #333333;
    font-weight: 400;
    height: 40px;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
  }
  #view_config .form_banner .header_background .banner_swiper .swiper-pagination .state_casrousal_btn_active {
    width: 55px;
    background: transparent;
    font-family: "PingFangSC-Medium";
    font-size: 17px;
    color: #2A61EC;
    font-weight: 500;
    height: 40px;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 2px solid #2A61EC;
  }
  #view_config .form_banner .header_background .banner_swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 15px;
    opacity: 1;
    border-radius: 0;
  }
  #view_config .form_banner .header_background .banner_swiper .swiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
  }
  #view_config .form_banner .header_background .banner_swiper .swiper .swiper-wrapper .swiper-slide {
    padding: 0px;
    background: transparent;
  }
  #view_config .form_banner .header_background .banner_swiper .swiper .swiper-wrapper .swiper-slide .bg_img {
    width: 100%;
    height: 100%;
    display: block;
  }
  #view_config .form_banner .header_background .banner_swiper .swiper .swiper-wrapper .swiper-slide .bg_txt {
    font-size: 14px;
    position: relative;
  }
  #view_config #main .main1 {
    padding: 0;
    background: #FFFFFF;
  }
  #view_config #main .main1 .desc_card {
    flex-direction: column;
  }
  #view_config #main .main1 .desc_card .card_item {
    width: 100%;
    box-shadow: 0px 4px 8px 0px rgba(42, 54, 105, 0.04);
    border-radius: 4px;
  }
  #view_config #main .main1 .desc_card .card_item .card_top .top_title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
  }
  #view_config #main .main1 .desc_card .card_item:hover {
    box-shadow: 0px 4px 8px 0px rgba(42, 54, 105, 0.04);
    border-radius: 4px;
  }
  #view_config #main .main1 .desc_card .card_item:hover .card_top .top_title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
  }
  #view_config #main .main2 {
    padding: 36px 0 0;
    background: #F9FAFF;
  }
  #view_config #main .main2 .title .title_header {
    display: none;
    margin-bottom: 8px;
  }
  #view_config #main .main2 .title .title_header .header_left {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
  }
  #view_config #main .main2 .title .title_header .header_right {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
  }
  #view_config #main .main2 .title .phone_title_header {
    display: block;
  }
  #view_config #main .main2 .title .phone_title_header .phone_header_one {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
  }
  #view_config #main .main2 .title .phone_title_header .phone_header_two {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
  }
  #view_config #main .main2 .title .title_desc {
    font-size: 13px;
  }
  #view_config #main .main2 .module1 {
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    width: 95%;
    height: 100%;
  }
  #view_config #main .main2 .module1 .module1_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
  }
  #view_config #main .main2 .module1 .module1_section .section_title {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #view_config #main .main2 .module1 .module1_section .section_title .viewRuleTxt {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #4281FF 0%, #6B40FF 100%);
  }
  #view_config #main .main2 .module1 .module1_section .section_header {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #view_config #main .main2 .module1 .module1_section .section_desc {
    margin: 0 0 20px 0;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
    font-weight: 400;
  }
  #view_config #main .main2 .module1 .module1_section .section_content {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-flow: column nowrap;
    padding: 0px;
  }
  #view_config #main .main2 .module1 .module1_section .section_content .left_box {
    display: none;
  }
  #view_config #main .main2 .module1 .module1_section .section_content .left_phone_box {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 20px 20px;
    row-gap: 15px;
    column-gap: 0px;
    margin-bottom: 22px;
  }
  #view_config #main .main2 .module1 .module1_section .section_content .left_phone_box .phone_box_item {
    display: flex;
    align-items: center;
  }
  #view_config #main .main2 .module1 .module1_section .section_content .left_phone_box .phone_box_item .item_icon {
    display: flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
  }
  #view_config #main .main2 .module1 .module1_section .section_content .left_phone_box .phone_box_item .item_icon .icon_img {
    width: 13px;
    height: 13px;
  }
  #view_config #main .main2 .module1 .module1_section .section_content .left_phone_box .phone_box_item .item_txt {
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
  }
  #view_config #main .main2 .module1 .module1_section .section_content .left_phone_box .phone_box_item .item_txt:hover {
    color: #2A61EC;
  }
  #view_config #main .main2 .module1 .module1_section .section_content .left_phone_box .active_item .item_txt {
    color: #2A61EC !important;
  }
  #view_config #main .main2 .module1 .module1_section .section_content .right_box {
    width: 100%;
    height: 100%;
  }
  #view_config #main .main2 .module1 .module1_section .section_content .right_box .swiper {
    height: 100%;
    width: 100%;
  }
  #view_config #main .main2 .module1 .module1_section .section_content .right_box .swiper .swiper-wrapper .swiper-slide {
    padding: 0px;
  }
  #view_config #main .main3 {
    padding: 36px 0;
    background: #FFF;
  }
  #view_config #main .main3 .module1 .module1_section {
    flex-direction: column-reverse;
    margin-bottom: 18px;
  }
  #view_config #main .main3 .module1 .module1_section .section_left {
    height: 100%;
    width: 100%;
  }
  #view_config #main .main3 .module1 .module1_section .section_left .left_carousel .swiper .swiper-wrapper .swiper-slide .slide_item {
    margin-bottom: 20px;
  }
  #view_config #main .main3 .module1 .module1_section .section_left .left_carousel .swiper .swiper-wrapper .swiper-slide .slide_item .item_img {
    width: 100%;
  }
  #view_config #main .main3 .module1 .module1_section .section_left .left_carousel .swiper .swiper-pagination-condition {
    bottom: 15px;
  }
  #view_config #main .main3 .module1 .module1_section .section_left .left_carousel .swiper .swiper-pagination-condition .condition-bullet {
    width: 22px;
    height: 3px;
  }
  #view_config #main .main3 .module1 .module1_section .section_left .left_carousel .swiper_process_logo {
    display: none;
  }
  #view_config #main .main3 .module1 .module1_section .section_right {
    width: 100%;
  }
  #view_config #main .main3 .module1 .module1_section .section_right .main_header {
    display: none;
  }
  #view_config #main .main3 .module1 .module1_section .section_right .main_phone_header {
    display: block;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #view_config #main .main3 .module1 .module1_section .section_right .main_phone_header .viewRuleTxt {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #4281FF 0%, #6B40FF 100%);
  }
  #view_config #main .main3 .module1 .module1_section .section_right .right_main li {
    list-style-type: circle;
    margin-bottom: 20px;
    width: 96%;
    margin-left: 4%;
  }
  #view_config #main .main3 .module1 .module1_section .section_right .right_main li::marker {
    color: #2A61EC;
    font-size: 13px;
  }
  #view_config #main .main3 .module1 .module1_section .section_right .right_main .main_li {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
    font-weight: 400;
  }
  #view_config #main .main3 .module1 .module1_section:nth-child(2n) {
    flex-direction: column-reverse;
  }
  #view_config #main .main4 {
    padding: 36px 0 0;
    background-image: linear-gradient(90deg, #FAFAFF 3%, #F8F9FF 100%);
  }
  #view_config #main .main4 .title {
    text-align: center;
  }
  #view_config #main .main4 .title .title_header {
    display: none;
  }
  #view_config #main .main4 .title .phone_title_header {
    display: block;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
  }
  #view_config #main .main4 .module1 {
    padding: 20px 0px;
  }
  #view_config #main .main4 .module1 .module1_section {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  #view_config #main .main4 .module1 .module1_section .section_header {
    display: none;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    margin-top: 20px;
  }
  #view_config #main .main4 .module1 .module1_section .section_header .viewRuleTxt {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #4281FF 0%, #6B40FF 100%);
  }
  #view_config #main .main4 .module1 .module1_section .phone_section_header {
    display: block;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
  }
  #view_config #main .main4 .module1 .module1_section .phone_section_header .viewRuleTxt {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg, #4281FF 0%, #6B40FF 100%);
  }
  #view_config #main .main4 .module1 .module1_section .title_one {
    margin-top: 0px;
  }
  #view_config #main .main4 .module1 .module1_section .title_two {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #view_config #main .main4 .module1 .module1_section .section_desc {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
  }
  #view_config #main .main4 .module1 .module1_section .section_img {
    width: 100%;
    height: 100%;
    margin: 20px 0px;
  }
  #view_config #main .main4 .module1 .module1_section .section_img .img_main {
    width: 100%;
    height: 100%;
  }
  #view_config #main .main5 {
    padding: 36px 0;
  }
  #view_config #main .main5 .title_lang {
    display: none;
  }
  #view_config #main .main5 .title_phone {
    display: block;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 18px;
  }
  #view_config #main .main5 .title_phone .desc_phone_header {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
  }
  #view_config #main .main5 .module1 {
    padding: 20px 15px;
    width: 95%;
    background: #F7F9FF;
    border-radius: 4px;
    margin-bottom: 36px;
  }
  #view_config #main .main5 .module1 .module1_section1 {
    margin-bottom: 20px;
  }
  #view_config #main .main5 .module1 .module1_section2 {
    display: none;
  }
  #view_config #main .main5 .module1 .module1_section2_phone {
    display: block;
  }
  #view_config #main .main5 .module1 .module1_section2_phone .section2_phone_item .item_title {
    border-bottom: 1px solid #CEDCFC;
    margin-bottom: 5px;
  }
  #view_config #main .main5 .module1 .module1_section2_phone .section2_phone_item .item_title .title_txt {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    border-bottom: 3px solid #2A61EC;
    display: inline-block;
    line-height: 40px;
    height: 40px;
  }
  #view_config #main .main5 .module1 .module1_section2_phone .section2_phone_item .item_img {
    width: 100%;
    height: 100%;
  }
  #view_config #main .main5 .module1 .module1_section2_phone .section2_phone_item .item_img .item_phone_img {
    width: 100%;
    height: 100%;
  }
  #view_config #main .main5 .module2 {
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #view_config #main .main5 .module2 .module2_info {
    display: none;
  }
  #view_config #main .main5 .module2 .module2_section {
    width: 90%;
    height: 196px;
    margin-bottom: 20px;
  }
  #view_config #main .main5 .module2 .module2_section .section_video {
    width: 100%;
    height: 100%;
  }
  #view_config #main .main5 .module2 .module2_section .section_video .video_banner {
    width: 100%;
    height: 100%;
  }
  #view_config #main .main5 .module2 .module2_phone_section_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #view_config #main .main5 .module2 .module2_phone_section_btn .demo_btn_tiyan {
    width: 115px;
    font-weight: 400;
    height: 38px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    padding: 9px 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 0px;
  }
}
