* {
  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%) !important;
  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;
}
#form_config .form_banner {
  background: url(../../img/form_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#form_config .form_banner .header_background {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#form_config .form_banner .header_background #header {
  text-align: center;
  margin-top: 10vh;
  margin-bottom: 30px;
}
#form_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;
}
#form_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;
}
#form_config .form_banner .header_background #header .header_phone_desc {
  display: none;
}
#form_config .form_banner .header_background #header .header_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#form_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: #FFFFFF;
  padding: 12px 28px;
  margin-right: 0px;
}
#form_config .form_banner .header_background .banner_video {
  height: 100%;
  width: 100%;
}
#form_config .form_banner .header_background .banner_video .video_banner {
  object-fit: cover;
  border: 3px solid #FFFFFF;
  border-radius: 14px;
  background: aliceblue;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#form_config .form_banner .header_background .banner_video .video_banner:focus {
  outline: none;
}
#form_config #main .main1 {
  padding: 48px 0 90px;
  background: #FFFFFF;
}
#form_config #main .main1 .desc_card {
  display: flex;
  justify-content: space-between;
}
#form_config #main .main1 .desc_card .card_item {
  height: 172px;
  width: 292px;
  border-radius: 4px;
  padding: 32px 12px 20px;
}
#form_config #main .main1 .desc_card .card_item .card_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#form_config #main .main1 .desc_card .card_item .card_top .top_icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
}
#form_config #main .main1 .desc_card .card_item .card_top .top_icon .icon_img {
  width: 24px;
  height: 24px;
}
#form_config #main .main1 .desc_card .card_item .card_top .top_title {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
#form_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 20px;
}
#form_config #main .main1 .desc_card .card_item:hover {
  box-shadow: 0px 4px 8px 0px rgba(42, 54, 105, 0.04);
  border-radius: 4px;
}
#form_config #main .main1 .desc_card .card_item:hover .card_top .top_title {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #2A61EC;
  font-weight: 500;
}
#form_config #main .main2 {
  padding: 90px 0;
  background-image: linear-gradient(90deg, #FAFAFF 3%, #F8F9FF 100%);
}
#form_config #main .main2 .title {
  text-align: center;
}
#form_config #main .main2 .title .title_header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
#form_config #main .main2 .title .title_header .header_left {
  font-family: PingFangSC-Medium;
  font-size: 40px;
  color: #333333;
  line-height: 64px;
  font-weight: 500;
}
#form_config #main .main2 .title .title_header .header_right {
  font-family: PingFangSC-Medium;
  font-size: 40px;
  color: #2A61EC;
  line-height: 64px;
  font-weight: 500;
}
#form_config #main .main2 .title .title_desc {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-weight: 400;
}
#form_config #main .main2 .module1 {
  margin: 48px auto;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 36px 42px;
  display: flex;
}
#form_config #main .main2 .module1 .module1_swiper {
  position: relative;
  width: 72.5%;
  height: 392px;
  margin-right: 34px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
  background: #fafcfd;
  border-radius: 4px 0px 0px 0px;
}
#form_config #main .main2 .module1 .module1_swiper .swiper_section {
  overflow: hidden visible;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-mask-image: linear-gradient(-90deg, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
}
#form_config #main .main2 .module1 .module1_swiper .swiper_section .section_ul {
  display: flex;
  flex-direction: row;
  margin: 14px 0;
  width: fit-content;
  transform: translateX(0%);
  animation: 50s linear 0s infinite normal forwards running hdKGda;
}
#form_config #main .main2 .module1 .module1_swiper .swiper_section .section_ul .section_li {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  margin: 0 7px;
  width: 140px;
  height: 44px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}
#form_config #main .main2 .module1 .module1_swiper .swiper_section .section_ul .section_li .item_section_icon {
  display: flex;
  height: 18px;
  width: 18px;
  color: #2A61EC;
  margin-right: 8px;
}
#form_config #main .main2 .module1 .module1_swiper .swiper_section .section_ul .section_li .item_section_icon i {
  font-size: 18px;
}
#form_config #main .main2 .module1 .module1_swiper .swiper_section .section_ul .section_li .item_section_txt {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #2A61EC;
  font-weight: 400;
}
#form_config #main .main2 .module1 .module1_swiper .swiper_section .section_ul .section_li:hover {
  transform: scale(1.1);
}
#form_config #main .main2 .module1 .module1_swiper .swiper_section .section_ul .section_li:hover .item_section_txt {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #2A61EC;
  font-weight: 500;
}
#form_config #main .main2 .module1 .module1_swiper .swiper_section .section_ul:nth-child(2n) {
  margin-left: -70px;
}
#form_config #main .main2 .module1 .module1_info {
  width: 25.5%;
  height: 392px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#form_config #main .main2 .module1 .module1_info .info_logo {
  display: flex;
  width: 80px;
  height: 80px;
}
#form_config #main .main2 .module1 .module1_info .info_logo .logo_img {
  width: 60px;
  height: 60px;
}
#form_config #main .main2 .module1 .module1_info .info_title {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: #333333;
  line-height: 45px;
  font-weight: 600;
}
#form_config #main .main2 .module1 .module1_info .info_title_other {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: #333333;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}
#form_config #main .main2 .module1 .module1_info .info_desc {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-weight: 400;
}
#form_config #main .main2 .module1 .module1_phone_info {
  display: none;
}
#form_config #main .main2 .module2 {
  margin: 48px auto;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 36px 42px;
  display: flex;
  justify-content: space-between;
}
#form_config #main .main2 .module2 .module2_phone_swiper {
  display: none;
}
#form_config #main .main2 .module2 .module2_swiper {
  width: 72.5%;
  height: 392px;
  display: flex;
  flex-shrink: 0;
  flex-flow: row wrap;
  justify-content: space-between;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section {
  width: 274px;
  height: 186px;
  padding: 10px 8px;
  border-radius: 4px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section .section_modal {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section .section_modal .modal_title {
  text-align: center;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  height: 20px;
  justify-content: flex-start;
  align-items: end;
  margin-bottom: 10px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:hover {
  background: #EEF2FD;
  border: 1px solid #e1e6f6;
  box-shadow: 0px 0px 10px 0px rgba(27, 70, 236, 0.16);
  border-radius: 4px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(1) {
  background: #EEF2FD;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(1) .section_modal {
  background: #f3f6fd;
  border: 1px solid #f3f6fd;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(1) .section_modal .modal_title {
  color: #2A61EC;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(1) .section_modal .modal_section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(1) .section_modal .modal_section .section_row {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(1) .section_modal .modal_section .section_row .row_btn {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(26, 42, 177, 0.09);
  border-radius: 4px;
  width: 70px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 10px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(1) .section_modal .modal_section .section_row .row_btn .btn_txt {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #2A61EC;
  font-weight: 400;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(1) .section_modal .modal_section .section_row .row_btn_active {
  background: #2A61EC;
  box-shadow: 0px 2px 4px 0px rgba(26, 42, 177, 0.09);
  border-radius: 4px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(1) .section_modal .modal_section .section_row .row_btn_active .btn_txt {
  color: #FFFFFF;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(1):hover {
  box-shadow: 0px 0px 10px 0px rgba(27, 70, 236, 0.16);
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2) {
  background: #F6EEFD;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2) .section_modal {
  background: #fbf7fe;
  border: 1px solid #fbf7fe;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2) .section_modal .modal_title {
  color: #622AEC;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2) .section_modal .modal_section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2) .section_modal .modal_section .section_row {
  display: flex;
  justify-content: space-evenly;
  margin: 10px 0;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2) .section_modal .modal_section .section_row .row_input {
  width: 100%;
  height: 28px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(98, 42, 236, 0.1);
  border-radius: 4px;
  padding: 5px 10px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2) .section_modal .modal_section .section_row .row_input .input_section {
  background: #EBEEF5;
  border-radius: 4px;
  width: 74px;
  height: 100%;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2) .section_modal .modal_section .section_row .row_radio {
  width: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2) .section_modal .modal_section .section_row .row_radio .radio_btn {
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(98, 42, 236, 0.18);
  border-radius: 13px;
  margin-right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2) .section_modal .modal_section .section_row .row_radio .radio_btn .btn_circle {
  width: 12.5px;
  height: 12.5px;
  background: #FFFFFF;
  border-radius: 6px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2) .section_modal .modal_section .section_row .row_radio .radio_btn .btn_circle_active {
  background: #622AEC;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2) .section_modal .modal_section .section_row .row_radio .radio_txt {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  font-weight: 400;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2) .section_modal .modal_section .section_row .row_radio .radio_txt_active {
  color: #622AEC !important;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2) .section_modal .modal_section .section_row:nth-child(2) {
  justify-content: center;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(2):hover {
  box-shadow: 0px 0px 10px 0px rgba(186, 27, 236, 0.16);
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(3) {
  background: #EEF8FD;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(3) .section_modal {
  background: #f7fcfe;
  border: 1px solid #f7fcfe;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(3) .section_modal .modal_title {
  color: #2AA3EC;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(3) .section_modal .modal_section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(3) .section_modal .modal_section .section_row {
  display: flex;
  justify-content: space-evenly;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(3) .section_modal .modal_section .section_row .row_input {
  width: 100%;
  height: 28px;
  background: #FFFFFF;
  border-radius: 4px 4px 0px 0px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(3) .section_modal .modal_section .section_row .row_input .input_section {
  background: #EBEEF5;
  border-radius: 4px;
  width: 74px;
  height: 100%;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(3) .section_modal .modal_section .section_row .row_select_box {
  width: 100%;
  height: 72px;
  background: #DBF1FC;
  box-shadow: 0px 2px 4px 0px rgba(16, 110, 167, 0.15);
  border-radius: 0px 0px 4px 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(3) .section_modal .modal_section .section_row .row_select_box .select_child {
  height: 24px;
  background: transparent;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  padding: 4px 20px;
  cursor: pointer;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(3) .section_modal .modal_section .section_row .row_select_box .select_child:first-child {
  margin-bottom: 6px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(3) .section_modal .modal_section .section_row .row_select_box .select_child_active {
  height: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #2AA3EC;
  font-weight: 400;
  padding: 4px 20px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(3) .section_modal .modal_section .section_row:nth-child(1) {
  margin-top: 10px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(3):hover {
  box-shadow: 0px 0px 10px 0px rgba(27, 220, 236, 0.16);
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(4) {
  background: #FDEEF0;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(4) .section_modal {
  background: #fef7f8;
  border: 1px solid #fef7f8;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(4) .section_modal .modal_title {
  color: #EC2A56;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(4) .section_modal .modal_section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(4) .section_modal .modal_section .section_row {
  display: flex;
  justify-content: space-evenly;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(4) .section_modal .modal_section .section_row .row_input {
  width: 100%;
  height: 28px;
  background: #FFFFFF;
  border-radius: 4px 4px 0px 0px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(4) .section_modal .modal_section .section_row .row_input .input_section {
  background: #EBEEF5;
  border-radius: 4px;
  width: 74px;
  height: 100%;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(4) .section_modal .modal_section .section_row .row_rule_box {
  width: 100%;
  height: 72px;
  background: #FFE1E5;
  box-shadow: 0px 2px 4px 0px rgba(149, 18, 48, 0.12);
  border-radius: 0px 0px 4px 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(4) .section_modal .modal_section .section_row .row_rule_box .rule_child {
  height: 24px;
  background: transparent;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  padding: 4px 20px;
  cursor: pointer;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(4) .section_modal .modal_section .section_row .row_rule_box .rule_child:first-child {
  margin-bottom: 6px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(4) .section_modal .modal_section .section_row .row_rule_box .rule_child_active {
  height: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #EC2A56;
  font-weight: 400;
  padding: 4px 20px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(4):hover {
  box-shadow: 0px 0px 10px 0px rgba(236, 125, 27, 0.16);
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(5) {
  background: #EEFDF2;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(5) .section_modal {
  background: #f7fef9;
  border: 1px solid #f7fef9;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(5) .section_modal .modal_title {
  color: #65D25D;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(5) .section_modal .modal_section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(5) .section_modal .modal_section .section_row {
  display: flex;
  justify-content: space-evenly;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(5) .section_modal .modal_section .section_row .row_input {
  width: 100%;
  height: 28px;
  background: #FFFFFF;
  border-radius: 4px 4px 0px 0px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(5) .section_modal .modal_section .section_row .row_input .input_section {
  background: #EBEEF5;
  border-radius: 4px;
  width: 74px;
  height: 100%;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(5) .section_modal .modal_section .section_row .row_read_box {
  width: 100%;
  height: 72px;
  background: #CDF4D7;
  box-shadow: 0px 2px 4px 0px rgba(27, 120, 20, 0.13);
  border-radius: 0px 0px 4px 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(5) .section_modal .modal_section .section_row .row_read_box .read_child {
  height: 24px;
  background: transparent;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  padding: 4px 20px;
  cursor: pointer;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(5) .section_modal .modal_section .section_row .row_read_box .read_child:first-child {
  margin-bottom: 6px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(5) .section_modal .modal_section .section_row .row_read_box .read_child_active {
  height: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #65D25D;
  font-weight: 400;
  padding: 4px 20px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(5):hover {
  box-shadow: 0px 0px 10px 0px rgba(108, 236, 27, 0.16);
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) {
  background: #FFEAE2;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal {
  background: #fff5f1;
  border: 1px solid #fff5f1;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal .modal_title {
  color: #F4985F;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal .modal_section {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal .modal_section .section_row {
  display: flex;
  justify-content: space-evenly;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal .modal_section .section_row .row_select {
  width: 100%;
  height: 28px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal .modal_section .section_row .row_select .select_total {
  height: 28px;
  width: 74px;
  background: #FFFFFF;
  border-radius: 4px 4px 0px 0px;
  padding: 5px 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal .modal_section .section_row .row_select .select_total .total_txt {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #F4985F;
  font-weight: 400;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal .modal_section .section_row .row_select .select_formula {
  height: 28px;
  width: 145px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(216, 189, 10, 0.11);
  border-radius: 4px;
  padding: 5px 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal .modal_section .section_row .row_select .select_formula .formula_txt {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal .modal_section .section_row .row_select .select_formula .formula_txt .formula_num {
  font-family: PingFangSC-Regular;
  font-size: 8px;
  color: #2A61EC;
  line-height: 17px;
  font-weight: 400;
  transform: scale(0.7);
  margin-left: -8px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal .modal_section .section_row .row_select .select_formula .formula_txt .formula_value {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #F4985F;
  line-height: 17px;
  font-weight: 400;
  margin-left: -8px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal .modal_section .section_row .row_formula_box {
  width: 74px;
  height: 72px;
  background: #FEE2C6;
  box-shadow: 0px 2px 4px 0px rgba(216, 189, 10, 0.11);
  border-radius: 0px 0px 4px 4px;
  padding: 9px 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal .modal_section .section_row .row_formula_box .formula_child {
  background: #FFFFFF;
  border-radius: 4px;
  width: 100%;
  height: 24px;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal .modal_section .section_row .row_formula_box .formula_child_active {
  background: #F4985F;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6) .section_modal .modal_section .section_row:nth-child(2) {
  justify-content: flex-start;
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(6):hover {
  box-shadow: 0px 0px 10px 0px rgba(236, 115, 27, 0.16);
}
#form_config #main .main2 .module2 .module2_swiper .swiper_section:nth-child(-n+3) {
  margin-bottom: 20px;
}
#form_config #main .main2 .module2 .module2_info {
  width: 20%;
  height: 392px;
  margin-right: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#form_config #main .main2 .module2 .module2_info .info_logo {
  display: flex;
  width: 80px;
  height: 80px;
}
#form_config #main .main2 .module2 .module2_info .info_logo .logo_img {
  height: 60px;
  width: 60px;
}
#form_config #main .main2 .module2 .module2_info .info_title {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: #333333;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}
#form_config #main .main2 .module2 .module2_info .info_desc {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-weight: 400;
}
#form_config #main .main2 .module2 .module2_phone_info {
  display: none;
}
#form_config #main .main2 .module3 {
  margin: 48px auto;
  display: flex;
}
#form_config #main .main2 .module3 .module3_left {
  padding: 24px 28px;
  background: #FFFFFF;
  margin-right: 34px;
  border-radius: 8px;
}
#form_config #main .main2 .module3 .module3_left .left_section {
  height: 416px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_attribute {
  background: #eef3fe;
  border-radius: 4px;
  width: 316px;
  height: 108px;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_attribute .attribute_title {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #2A61EC;
  font-weight: 600;
  margin-bottom: 10px;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_attribute .attribute_main {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(16, 17, 105, 0.08);
  border-radius: 2px;
  padding: 12px 13px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_attribute .attribute_main .main_input {
  background: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 2px;
  height: 26px;
  width: 100%;
  padding: 6px 8px;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_attribute .attribute_main .main_input .input_txt {
  height: 100%;
  width: 63px;
  background: #EBEEF5;
  border-radius: 7px;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_attribute .attribute_main .main_input .input_txt_active {
  background: #2A61EC;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_attribute .attribute_main .divide_line {
  height: 1px;
  width: 31px;
  border-bottom: 1px solid #979797;
  margin: 0 4px;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_style {
  background: #eef3fe;
  border-radius: 4px;
  width: 316px;
  height: 108px;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_style .style_title {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #2A61EC;
  font-weight: 600;
  margin-bottom: 10px;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_style .style_main {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(16, 17, 105, 0.08);
  border-radius: 2px;
  padding: 12px 13px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_style .style_main .main_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 25%;
  border: 1px solid #979797;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_style .style_main .main_btn:nth-child(-n+3) {
  border-right: 0px;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_style .style_main .main_btn:nth-child(2) {
  background: #edf2fe;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_style .style_main .main_btn:nth-child(1) {
  border-radius: 2px 0px 0px 2px;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_style .style_main .main_btn:nth-child(4) {
  border-radius: 0px 2px 2px 0px;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_theme {
  background: #eef3fe;
  border-radius: 4px;
  width: 316px;
  height: 160px;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_theme .theme_title {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #2A61EC;
  font-weight: 600;
  margin-bottom: 10px;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_theme .theme_main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_theme .theme_main .main_child {
  width: 132px;
  height: 100%;
  padding: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(16, 17, 105, 0.08);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#form_config #main .main2 .module3 .module3_left .left_section .section_theme .theme_main .main_child .child_txt {
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #666666;
  font-weight: 400;
  margin: 10px 0 -20px;
  transform: scale(0.9);
}
#form_config #main .main2 .module3 .module3_left .left_section .section_theme .theme_main .main_child:nth-child(2) {
  flex-direction: column;
}
#form_config #main .main2 .module3 .module3_right {
  padding: 33px 42px;
  background: #FFFFFF;
  width: 874px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
#form_config #main .main2 .module3 .module3_right .right_info {
  width: 31%;
  height: 392px;
  margin-right: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#form_config #main .main2 .module3 .module3_right .right_info .info_logo {
  display: flex;
  width: 80px;
  height: 80px;
}
#form_config #main .main2 .module3 .module3_right .right_info .info_title {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: #333333;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}
#form_config #main .main2 .module3 .module3_right .right_info .info_desc {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-weight: 400;
}
#form_config #main .main2 .module3 .module3_right .right_swiper {
  width: 60%;
  background: #F5F8FF;
  border: 1px solid #e6e7e8;
  border-radius: 4px;
  height: 392px;
  padding: 25px 44px;
}
#form_config #main .main2 .module3 .module3_right .right_swiper .right_swiper_title {
  background: #2A61EC;
  border-radius: 2px;
  height: 44px;
  width: 100%;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  line-height: 44px;
  margin-bottom: 20px;
}
#form_config #main .main2 .module3 .module3_right .right_swiper .right_swiper_scrollbar {
  height: 278px;
}
#form_config #main .main2 .module3 .module3_right .right_swiper .right_swiper_scrollbar .el-scrollbar__wrap {
  overflow-x: hidden !important;
}
#form_config #main .main2 .module3 .module3_phone {
  display: none;
}
#form_config #main .main2 .module4 {
  margin: 48px auto;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 36px 42px;
  display: flex;
  justify-content: space-between;
}
#form_config #main .main2 .module4 .module4_swiper {
  width: 72.5%;
  height: 392px;
  display: flex;
  justify-content: space-between;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_left {
  width: 500px;
  height: 100%;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right {
  width: 327px;
  height: 100%;
  background: #eef3fe;
  border-radius: 4px;
  padding: 9px 7px;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right .right_main {
  background: #FFFFFF;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 8px 10px;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right .right_main .main_theme_style {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right .right_main .main_theme_style .style_title {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  text-align: right;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right .right_main .main_theme_style .style_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right .right_main .main_theme_style .style_section .section_card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right .right_main .main_theme_style .style_section .section_card .card_main {
  width: 140px;
  height: 98px;
  background: #FFFFFF;
  border: 1px solid #dddddd;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right .right_main .main_theme_style .style_section .section_card .card_txt {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  text-align: right;
  line-height: 20px;
  font-weight: 400;
  margin-top: 6px;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right .right_main .main_theme_style .style_section .section_card .card_main_active {
  border: 1px solid #2a61ec;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right .right_main .main_theme_style .style_section .section_card .card_txt_active {
  color: #2A61EC;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right .right_main .main_theme_style .style_section .section_card:nth-child(-n+2) {
  margin-bottom: 15px;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right .right_main .main_theme_color {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right .right_main .main_theme_color .color_title {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  text-align: right;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right .right_main .main_theme_color .color_section {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#form_config #main .main2 .module4 .module4_swiper .swiper_right .right_main .main_theme_color .color_section .section_item {
  width: 28px;
  height: 28px;
  box-shadow: 0px 0px 10px 0px rgba(21, 170, 77, 0.15);
  border-radius: 4px;
}
#form_config #main .main2 .module4 .module4_info {
  width: 24%;
  height: 392px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#form_config #main .main2 .module4 .module4_info .info_logo {
  display: flex;
  width: 80px;
  height: 80px;
}
#form_config #main .main2 .module4 .module4_info .info_title {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: #333333;
  line-height: 45px;
  font-weight: 600;
}
#form_config #main .main2 .module4 .module4_info .info_title_other {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: #333333;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}
#form_config #main .main2 .module4 .module4_info .info_desc {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-weight: 400;
}
#form_config #main .main2 .module4 .module4_phone {
  display: none;
}
#form_config #main .main2 .module5 {
  margin: 48px auto;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 36px 42px;
  display: flex;
  justify-content: space-between;
}
#form_config #main .main2 .module5 .module5_info {
  width: 22%;
  height: 392px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#form_config #main .main2 .module5 .module5_info .info_logo {
  display: flex;
  width: 80px;
  height: 80px;
}
#form_config #main .main2 .module5 .module5_info .info_title {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: #333333;
  line-height: 45px;
  font-weight: 600;
}
#form_config #main .main2 .module5 .module5_info .info_title_other {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: #333333;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}
#form_config #main .main2 .module5 .module5_info .info_desc {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-weight: 400;
}
#form_config #main .main2 .module5 .module5_phone_info {
  display: none;
}
#form_config #main .main2 .module5 .module5_swiper {
  width: 72%;
}
#form_config #main .main2 .module5 .module5_swiper .module5_swiper_img {
  width: 100%;
}
#form_config #main .main3 {
  padding: 90px 0;
  background: #FFFFFF;
}
#form_config #main .main3 .title {
  text-align: center;
}
#form_config #main .main3 .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;
}
#form_config #main .main3 .phone_title {
  display: none;
}
#form_config #main .main3 .formula_module {
  display: flex;
  justify-content: space-between;
}
#form_config #main .main3 .formula_module .module1 {
  height: 540px;
  width: 603px;
  background: #F7F9FF;
  border-radius: 8px;
  padding: 40px;
}
#form_config #main .main3 .formula_module .module1 .module1_section {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#form_config #main .main3 .formula_module .module1 .module1_section .formula_edit_title {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
#form_config #main .main3 .formula_module .module1 .module1_section .formula_edit_top {
  background: #EEF2FD;
  border-radius: 4px;
  padding: 15px 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #C764A0;
  font-weight: 400;
}
#form_config #main .main3 .formula_module .module1 .module1_section .formula_edit_bottom {
  padding: 15px 20px;
  background: #EEF2FD;
  border-radius: 4px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
#form_config #main .main3 .formula_module .module1 .module1_section .formula_edit_bottom .edit_type {
  height: 44px;
  width: 136px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(16, 17, 105, 0.08);
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin: 7px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#form_config #main .main3 .formula_module .module1 .module1_section .formula_edit_bottom .edit_type:nth-child(-n+3) {
  margin-top: 0px;
}
#form_config #main .main3 .formula_module .module1 .module1_section .formula_edit_bottom .edit_type:nth-last-child(-n+3) {
  margin-bottom: 0px;
}
#form_config #main .main3 .formula_module .module2 .superposition_child1 {
  position: absolute;
  right: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 10px 0px rgba(14, 33, 101, 0.08);
  border-radius: 8px;
  width: 472px;
  height: 380px;
  margin-top: -135px;
  margin-right: -620px;
}
#form_config #main .main3 .formula_module .module2 .superposition_child1 .child1_header {
  background: #aac0f7;
  border-radius: 8px 8px 0px 0px;
  height: 60px;
  width: 100%;
}
#form_config #main .main3 .formula_module .module2 .superposition_child1 .child1_body {
  background: #FFFFFF;
  height: 100%;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
}
#form_config #main .main3 .formula_module .module2 .superposition_child2 {
  position: absolute;
  top: 50%;
  right: 50%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 10px 0px rgba(14, 33, 101, 0.08);
  border-radius: 8px;
  width: 472px;
  height: 424px;
  margin-top: -155px;
  margin-right: -580px;
}
#form_config #main .main3 .formula_module .module2 .superposition_child2 .child2_header {
  background: #7fa0f4;
  border-radius: 8px 8px 0px 0px;
  height: 60px;
  width: 100%;
}
#form_config #main .main3 .formula_module .module2 .superposition_child2 .child2_body {
  background: #FFFFFF;
  height: 100%;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
}
#form_config #main .main3 .formula_module .module2 .superposition_child3 {
  position: absolute;
  top: 50%;
  right: 50%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 10px 0px rgba(14, 33, 101, 0.08);
  border-radius: 8px;
  width: 520px;
  height: 468px;
  margin-top: -175px;
  margin-right: -540px;
}
#form_config #main .main3 .formula_module .module2 .superposition_child3 .child3_header {
  background: #2A61EC;
  border-radius: 8px 8px 0px 0px;
  height: 60px;
  width: 100%;
  padding: 18px 24px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  font-weight: 500;
}
#form_config #main .main3 .formula_module .module2 .superposition_child3 .child3_body {
  background: #FFFFFF;
  height: 100%;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  padding: 18px 24px;
}
#form_config #main .main3 .formula_module .module2 .superposition_child3 .child3_body .body_item {
  margin-bottom: 12px;
}
#form_config #main .main3 .formula_module .module2 .superposition_child3 .child3_body .body_item .body_item_title {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 4px;
}
#form_config #main .main3 .formula_module .module2 .superposition_child3 .child3_body .body_item .body_item_main .main_desc {
  display: flex;
}
#form_config #main .main3 .formula_module .module2 .superposition_child3 .child3_body .body_item .body_item_main .main_desc .main_formula {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #C764A0;
  line-height: 20px;
  font-weight: 400;
}
#form_config #main .main3 .formula_module .module2 .superposition_child3 .child3_body .body_item .body_item_main .main_desc .main_formula_other {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  font-weight: 400;
}
#form_config #main .main3 .formula_module .module2 .superposition_child3 .child3_body .body_item .body_item_main .main_params {
  list-style: disc;
  padding-left: 20px;
}
#form_config #main .main3 .formula_module .module2 .superposition_child3 .child3_body .body_item .body_item_main .main_params .params_li {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
#form_config #main .main3 .formula_module .module2 .superposition_child3 .child3_body .body_item .body_item_main .main_params .params_li:nth-child(2) {
  margin: 2px 0;
}
#form_config #main .main3 .formula_module .module2 .superposition_child3 .child3_body .body_item .body_item_main .main_params li::marker {
  font-size: 4px;
}
#form_config #main .main3 .formula_module .module2 .superposition_child3 .child3_body .body_result {
  margin-bottom: 0px;
}
#form_config #main .main4 {
  padding: 90px 0;
  background-image: linear-gradient(90deg, #FAFAFF 3%, #F8F9FF 100%);
}
#form_config #main .main4 .title {
  text-align: center;
}
#form_config #main .main4 .title .title_header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-family: PingFangSC-Medium;
  font-size: 40px;
  color: #333333;
  line-height: 64px;
  font-weight: 500;
}
#form_config #main .main4 .title_phone {
  display: none;
}
#form_config #main .main4 .module1 {
  padding: 30px 0 90px;
}
#form_config #main .main4 .module1 .module1_section {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
#form_config #main .main4 .module1 .module1_section .form_scene {
  width: 292px;
  height: 238px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#form_config #main .main4 .module1 .module1_section .form_scene .scene_bg {
  width: 254px;
  height: 150px;
  background: #EEF2FD;
  border-radius: 4px;
  padding: 20px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#form_config #main .main4 .module1 .module1_section .form_scene .scene_bg .bg_img {
  width: 100%;
}
#form_config #main .main4 .module1 .module1_section .form_scene .scene_title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}
#form_config #main .main4 .module1 .module1_section .form_scene:nth-child(-n+4) {
  margin-bottom: 34px;
}
#form_config #main .main4 .module1 .module1_section .form_scene:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(6, 24, 119, 0.1);
  border-radius: 8px;
}
#form_config #main .main4 .module1 .module1_section .form_scene:hover .scene_title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #2A61EC;
  font-weight: 500;
}
#form_config #main .main4 .module2 {
  padding: 30px 0 0 0;
}
#form_config #main .main4 .module2 .module2_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#form_config #main .main4 .module2 .module2_section .layout_template {
  width: 678px;
  height: 432px;
  background: #F5F8FF;
  border-radius: 4px;
}
#form_config #main .main4 .module2 .module2_section .layout_template .template_img {
  width: 100%;
  height: 100%;
}
#form_config #main .main4 .module2 .module2_section .layout_order {
  width: 575px;
  height: 427px;
}
#form_config #main .main4 .module2 .module2_section .layout_order .order_img {
  width: 100%;
  height: 100%;
}
#form_config #main .main5 {
  padding: 90px 0;
  background: #FFFFFF;
}
#form_config #main .main5 .title {
  text-align: center;
}
#form_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;
}
#form_config #main .main5 .title_phone {
  display: none;
}
#form_config #main .main5 .module1 {
  background-image: linear-gradient(90deg, #FAFCFF 3%, #F2F4FF 100%);
  border-radius: 4px;
  padding: 48px 24px;
  margin-bottom: 90px;
}
#form_config #main .main5 .module1 .module1_section1 {
  margin-bottom: 48px;
  display: flex;
}
#form_config #main .main5 .module1 .module1_section1 .section1_img {
  width: 100%;
}
#form_config #main .main5 .module1 .module1_section2 {
  width: 100%;
}
#form_config #main .main5 .module1 .module1_section2 .section2_carousel {
  width: 100%;
}
#form_config #main .main5 .module1 .module1_section2 .section2_carousel .swiper-pagination {
  display: -webkit-box;
  display: flex;
  position: relative;
  height: 48px;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 46px;
  margin-top: 10px;
  border-bottom: 1px solid #CEDCFC;
}
#form_config #main .main5 .module1 .module1_section2 .section2_carousel .swiper-pagination .state_casrousal_btn {
  width: 100px;
  background-color: transparent;
  border-radius: 4px;
  border-color: transparent;
  font-family: "PingFangSC-Regular";
  font-size: 24px;
  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;
}
#form_config #main .main5 .module1 .module1_section2 .section2_carousel .swiper-pagination .state_casrousal_btn_active {
  width: 100px;
  background: transparent;
  font-family: "PingFangSC-Medium";
  font-size: 24px;
  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;
}
#form_config #main .main5 .module1 .module1_section2 .section2_carousel .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
}
#form_config #main .main5 .module1 .swiper .swiper-wrapper .swiper-slide .bg_img {
  width: 100%;
}
#form_config #main .main5 .module1 .module1_section2_phone {
  display: none;
}
#form_config #main .main5 .module2 {
  display: flex;
  height: 511px;
  justify-content: space-between;
}
#form_config #main .main5 .module2 .module2_info {
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#form_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;
}
#form_config #main .main5 .module2 .module2_info .info_logo .ribbon {
  width: 50px;
  height: 45px;
  display: flex;
  align-self: end;
}
#form_config #main .main5 .module2 .module2_info .info_logo .ribbon .ribbon_img {
  width: 50px;
  height: 45px;
}
#form_config #main .main5 .module2 .module2_info .info_logo .logo_img {
  height: 25px;
  width: 25px;
  display: flex;
  margin-top: -30px;
}
#form_config #main .main5 .module2 .module2_info .info_logo .logo_img .ai_icon {
  font-size: 25px;
  color: #333333;
}
#form_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;
}
#form_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;
}
#form_config #main .main5 .module2 .module2_info .info_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#form_config #main .main5 .module2 .module2_info .info_btn .demo_btn_tiyan {
  width: 158px;
  font-weight: 400;
  height: 44px;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 12px 28px;
  margin-right: 0px;
}
#form_config #main .main5 .module2 .module2_section {
  width: 71%;
}
#form_config #main .main5 .module2 .module2_section .section_video {
  height: 100%;
  width: 100%;
}
#form_config #main .main5 .module2 .module2_section .section_video .video_banner {
  object-fit: cover;
  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;
}
#form_config #main .main5 .module2 .module2_section .section_video .video_banner:focus {
  outline: none;
}
#form_config #main .main5 .module2 .module2_phone_section_btn {
  display: none;
}
#form_config #main .main6 {
  padding: 90px 0;
  background-image: linear-gradient(90deg, #FAFAFF 3%, #F8F9FF 100%);
}
#form_config #main .main6 .title {
  text-align: center;
}
#form_config #main .main6 .title .title_header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-family: PingFangSC-Medium;
  font-size: 40px;
  color: #333333;
  line-height: 64px;
  font-weight: 500;
}
#form_config #main .main6 .module1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#form_config #main .main6 .module1 .module1_left {
  width: 100%;
}
#form_config #main .main6 .module1 .module1_left .el-tabs__active-bar {
  background: #2A61EC !important;
}
#form_config #main .main6 .module1 .module1_left .is-left {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
#form_config #main .main6 .module1 .module1_left .is-left:hover {
  color: #2A61EC !important;
}
#form_config #main .main6 .module1 .module1_left .is-left .is-active {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.32) 0%, rgba(42, 97, 236, 0.2) 100%);
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #2A61EC;
  font-weight: 500;
}
#form_config #main .main6 .module1 .module1_left .tabs_section {
  padding: 20px 30px;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_header {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_body .body_item {
  width: 130px;
  height: 186px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_body .body_item .body_item_bg {
  width: 100%;
  height: 100%;
  background-repeat: round;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_body .body_item .body_item_bg .bg_txt {
  font-family: PingFangSC-Medium;
  font-size: 10px;
  color: #333333;
  font-weight: 500;
  position: relative;
  top: 20px;
  text-align: center;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_body .body_item .body_item_title {
  margin-top: 10px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_body .ai_pro_form {
  margin-left: 66px;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_body .ai_pro_form .info_logo {
  width: 173px;
  height: 156px;
  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;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_body .ai_pro_form .info_logo .ribbon {
  width: 50px;
  height: 45px;
  display: flex;
  align-self: end;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_body .ai_pro_form .info_logo .ribbon .ribbon_img {
  width: 50px;
  height: 45px;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_body .ai_pro_form .info_logo .logo_img {
  height: 25px;
  width: 25px;
  display: flex;
  margin-top: -30px;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_body .ai_pro_form .info_logo .logo_img .ai_icon {
  font-size: 25px;
  color: #333333;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_body .ai_pro_form .info_logo .logo_txt {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 50px;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_body .ai_pro_form .info_txt {
  text-align: center;
  margin-top: 10px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#form_config #main .main6 .module1 .module1_left .tabs_section .section_btn .demo_btn_tiyan {
  width: 158px;
  font-weight: 400;
  height: 44px;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 12px 28px;
  margin-right: 0px;
}
#form_config #main .main6 .module1 .module1_right {
  width: 22px;
}
#form_config #main .main6 .module1_phone {
  display: none;
}
@keyframes hdKGda {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@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;
  }
  #form_config .form_banner {
    background: url('../../img/form_phone_bg.png');
    background-repeat: round;
  }
  #form_config .form_banner .header_background {
    padding-bottom: 30px;
  }
  #form_config .form_banner .header_background #header {
    text-align: center;
    margin-top: 15%;
    margin-bottom: 20px;
  }
  #form_config .form_banner .header_background #header .header_title {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
  }
  #form_config .form_banner .header_background #header .header_desc {
    display: none;
  }
  #form_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;
  }
  #form_config .form_banner .header_background #header .desc_one {
    margin-bottom: 0px;
  }
  #form_config .form_banner .header_background #header .header_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #form_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;
  }
  #form_config .form_banner .header_background .banner_video {
    height: 190px;
    width: 325px;
  }
  #form_config .form_banner .header_background .banner_video .video_banner {
    width: 100%;
    height: 100%;
    border: 3px solid #FFFFFF;
    border-radius: 14px;
    background: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #form_config .form_banner .header_background .banner_video .video_banner:focus {
    outline: none;
  }
  #form_config #main .main1 {
    padding: 0;
    background: #FFFFFF;
  }
  #form_config #main .main1 .desc_card {
    flex-direction: column;
  }
  #form_config #main .main1 .desc_card .card_item {
    width: 100%;
    box-shadow: 0px 4px 8px 0px rgba(42, 54, 105, 0.04);
    border-radius: 4px;
  }
  #form_config #main .main1 .desc_card .card_item .card_top .top_title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
  }
  #form_config #main .main1 .desc_card .card_item:hover {
    box-shadow: 0px 4px 8px 0px rgba(42, 54, 105, 0.04);
    border-radius: 4px;
  }
  #form_config #main .main1 .desc_card .card_item:hover .card_top .top_title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
  }
  #form_config #main .main2 {
    padding: 36px 0;
    background-image: linear-gradient(90deg, #FAFAFF 3%, #F8F9FF 100%);
  }
  #form_config #main .main2 .title .title_header {
    margin-bottom: 8px;
  }
  #form_config #main .main2 .title .title_header .header_left {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
  }
  #form_config #main .main2 .title .title_header .header_right {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
  }
  #form_config #main .main2 .title .title_desc {
    font-size: 13px;
  }
  #form_config #main .main2 .module1 {
    margin: 22px auto;
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 15px;
    width: 95%;
  }
  #form_config #main .main2 .module1 .module1_swiper {
    width: 100%;
    margin-right: 0px;
    height: 300px;
  }
  #form_config #main .main2 .module1 .module1_swiper .swiper_section .section_ul {
    margin: 11px 0;
  }
  #form_config #main .main2 .module1 .module1_swiper .swiper_section .section_ul .section_li {
    width: 109px;
    height: 34px;
  }
  #form_config #main .main2 .module1 .module1_swiper .swiper_section .section_ul .section_li .item_section_icon {
    height: 14px;
    width: 14px;
  }
  #form_config #main .main2 .module1 .module1_swiper .swiper_section .section_ul .section_li .item_section_icon i {
    font-size: 14px;
  }
  #form_config #main .main2 .module1 .module1_swiper .swiper_section .section_ul .section_li .item_section_txt {
    font-size: 13px;
  }
  #form_config #main .main2 .module1 .module1_swiper .swiper_section .section_ul .section_li:hover .item_section_txt {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #2A61EC;
    font-weight: 500;
  }
  #form_config #main .main2 .module1 .module1_info {
    display: none;
  }
  #form_config #main .main2 .module1 .module1_phone_info {
    display: block;
    width: 100%;
    height: 100%;
  }
  #form_config #main .main2 .module1 .module1_phone_info .phone_info_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #form_config #main .main2 .module1 .module1_phone_info .phone_info_header .info_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
  }
  #form_config #main .main2 .module1 .module1_phone_info .phone_info_header .info_logo .logo_img {
    width: 50px;
    height: 50px;
  }
  #form_config #main .main2 .module1 .module1_phone_info .phone_info_header .info_title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    font-weight: 500;
  }
  #form_config #main .main2 .module1 .module1_phone_info .phone_info_header .info_title_other {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    font-weight: 500;
  }
  #form_config #main .main2 .module1 .module1_phone_info .info_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: 400;
  }
  #form_config #main .main2 .module2 {
    margin: 22px auto;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    width: 95%;
  }
  #form_config #main .main2 .module2 .module2_swiper {
    width: 100%;
    display: none;
  }
  #form_config #main .main2 .module2 .module2_phone_swiper {
    display: block;
    margin-top: 20px;
  }
  #form_config #main .main2 .module2 .module2_phone_swiper .phone_swiper_section {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
  }
  #form_config #main .main2 .module2 .module2_phone_swiper .phone_swiper_section .section_item .item_img {
    width: 150px;
    height: 102px;
  }
  #form_config #main .main2 .module2 .module2_info {
    display: none;
  }
  #form_config #main .main2 .module2 .module2_phone_info {
    display: block;
    width: 100%;
    height: 100%;
  }
  #form_config #main .main2 .module2 .module2_phone_info .phone_info_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #form_config #main .main2 .module2 .module2_phone_info .phone_info_header .info_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
  }
  #form_config #main .main2 .module2 .module2_phone_info .phone_info_header .info_logo .logo_img {
    width: 50px;
    height: 50px;
  }
  #form_config #main .main2 .module2 .module2_phone_info .phone_info_header .info_title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    font-weight: 500;
  }
  #form_config #main .main2 .module2 .module2_phone_info .phone_info_header .info_title_other {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    font-weight: 500;
  }
  #form_config #main .main2 .module2 .module2_phone_info .info_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: 400;
  }
  #form_config #main .main2 .module3 {
    margin: 22px auto;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    width: 95%;
    background: #FFFFFF;
  }
  #form_config #main .main2 .module3 .module3_left {
    display: none;
  }
  #form_config #main .main2 .module3 .module3_right {
    display: none;
  }
  #form_config #main .main2 .module3 .module3_phone {
    display: block;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_info .phone_info_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_info .phone_info_header .info_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_info .phone_info_header .info_logo .logo_img {
    width: 50px;
    height: 50px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_info .phone_info_header .info_title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    font-weight: 500;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_info .info_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: 400;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 400px;
    margin-top: 16px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_attribute {
    background: #eef3fe;
    border-radius: 4px;
    width: 100%;
    height: 108px;
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_attribute .attribute_title {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #2A61EC;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_attribute .attribute_main {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(16, 17, 105, 0.08);
    border-radius: 2px;
    padding: 12px 13px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_attribute .attribute_main .main_input {
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 2px;
    height: 26px;
    width: 100%;
    padding: 6px 8px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_attribute .attribute_main .main_input .input_txt {
    height: 100%;
    width: 63px;
    background: #EBEEF5;
    border-radius: 7px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_attribute .attribute_main .main_input .input_txt_active {
    background: #2A61EC;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_attribute .attribute_main .divide_line {
    height: 1px;
    width: 31px;
    border-bottom: 1px solid #979797;
    margin: 0 4px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_style {
    background: #eef3fe;
    border-radius: 4px;
    width: 100%;
    height: 108px;
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_style .style_title {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #2A61EC;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_style .style_main {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(16, 17, 105, 0.08);
    border-radius: 2px;
    padding: 12px 13px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_style .style_main .main_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 25%;
    border: 1px solid #979797;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_style .style_main .main_btn:nth-child(-n+3) {
    border-right: 0px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_style .style_main .main_btn:nth-child(2) {
    background: #edf2fe;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_style .style_main .main_btn:nth-child(1) {
    border-radius: 2px 0px 0px 2px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_style .style_main .main_btn:nth-child(4) {
    border-radius: 0px 2px 2px 0px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_theme {
    background: #eef3fe;
    border-radius: 4px;
    width: 100%;
    height: 160px;
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_theme .theme_title {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #2A61EC;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_theme .theme_main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_theme .theme_main .main_child {
    width: 132px;
    height: 100%;
    padding: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(16, 17, 105, 0.08);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_theme .theme_main .main_child .child_txt {
    font-family: PingFangSC-Regular;
    font-size: 10px;
    color: #666666;
    font-weight: 400;
    margin: 10px 0 -20px;
    transform: scale(0.9);
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_attribute .section_theme .theme_main .main_child:nth-child(2) {
    flex-direction: column;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_style {
    width: 100%;
    background: #F5F8FF;
    border: 1px solid #e6e7e8;
    border-radius: 4px;
    height: 392px;
    padding: 18px;
    margin-top: 20px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_style .right_swiper_title {
    background: #2A61EC;
    border-radius: 2px;
    height: 44px;
    width: 100%;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    line-height: 44px;
    margin-bottom: 20px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_style .right_swiper_scrollbar {
    height: 278px;
  }
  #form_config #main .main2 .module3 .module3_phone .module3_phone_style .right_swiper_scrollbar .el-scrollbar__wrap {
    overflow-x: hidden !important;
  }
  #form_config #main .main2 .module4 {
    margin: 22px auto;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    width: 95%;
    background: #FFFFFF;
  }
  #form_config #main .main2 .module4 .module4_swiper {
    display: none;
  }
  #form_config #main .main2 .module4 .module4_info {
    display: none;
  }
  #form_config #main .main2 .module4 .module4_phone {
    display: block;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_info {
    margin-bottom: 20px;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_info .phone_info_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_info .phone_info_header .info_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_info .phone_info_header .info_logo .logo_img {
    width: 50px;
    height: 50px;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_info .phone_info_header .info_phone_right .info_title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    font-weight: 500;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_info .phone_info_header .info_phone_right .info_title_other {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    font-weight: 500;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_info .info_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: 400;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme {
    width: 100%;
    height: 100%;
    background: #eef3fe;
    border-radius: 4px;
    padding: 9px 7px;
    margin-bottom: 20px;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme .theme_phone_main {
    background: #FFFFFF;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 8px 10px;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme .theme_phone_main .main_theme_style {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme .theme_phone_main .main_theme_style .style_title {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    text-align: right;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 8px;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme .theme_phone_main .main_theme_style .style_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme .theme_phone_main .main_theme_style .style_section .section_card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme .theme_phone_main .main_theme_style .style_section .section_card .card_main {
    width: 140px;
    height: 98px;
    background: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme .theme_phone_main .main_theme_style .style_section .section_card .card_txt {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    text-align: right;
    line-height: 20px;
    font-weight: 400;
    margin-top: 6px;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme .theme_phone_main .main_theme_style .style_section .section_card .card_main_active {
    border: 1px solid #2a61ec;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme .theme_phone_main .main_theme_style .style_section .section_card .card_txt_active {
    color: #2A61EC;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme .theme_phone_main .main_theme_style .style_section .section_card:nth-child(-n+2) {
    margin-bottom: 15px;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme .theme_phone_main .main_theme_color {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme .theme_phone_main .main_theme_color .color_title {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    text-align: right;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 8px;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme .theme_phone_main .main_theme_color .color_section {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_theme .theme_phone_main .main_theme_color .color_section .section_item {
    width: 28px;
    height: 28px;
    box-shadow: 0px 0px 10px 0px rgba(21, 170, 77, 0.15);
    border-radius: 4px;
  }
  #form_config #main .main2 .module4 .module4_phone .module4_phone_mobilepc {
    width: 100%;
    height: 100%;
  }
  #form_config #main .main2 .module5 {
    margin: 22px auto;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    width: 95%;
    background: #FFFFFF;
  }
  #form_config #main .main2 .module5 .module5_info {
    display: none;
  }
  #form_config #main .main2 .module5 .module5_swiper {
    width: 100%;
    height: 148px;
  }
  #form_config #main .main2 .module5 .module5_phone_info {
    display: block;
    margin-bottom: 20px;
  }
  #form_config #main .main2 .module5 .module5_phone_info .phone_info_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  #form_config #main .main2 .module5 .module5_phone_info .phone_info_header .info_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
  }
  #form_config #main .main2 .module5 .module5_phone_info .phone_info_header .info_logo .logo_img {
    width: 50px;
    height: 50px;
  }
  #form_config #main .main2 .module5 .module5_phone_info .phone_info_header .info_phone_right .info_title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    font-weight: 500;
  }
  #form_config #main .main2 .module5 .module5_phone_info .phone_info_header .info_phone_right .info_title_other {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    font-weight: 500;
  }
  #form_config #main .main2 .module5 .module5_phone_info .info_desc {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: 400;
  }
  #form_config #main .main3 {
    padding: 36px 0;
  }
  #form_config #main .main3 .title {
    display: none;
  }
  #form_config #main .main3 .phone_title {
    display: block;
  }
  #form_config #main .main3 .phone_title .title_phone_header {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  #form_config #main .main3 .phone_title .title_phone_header:first-child {
    margin-bottom: 0px;
  }
  #form_config #main .main3 .formula_module {
    flex-direction: column;
  }
  #form_config #main .main3 .formula_module .module1 {
    width: 100%;
    height: 410px;
    background: #F7F9FF;
    border-radius: 8px;
    padding: 20px 14px;
    margin-bottom: 20px;
  }
  #form_config #main .main3 .formula_module .module1 .module1_section {
    padding: 14px;
  }
  #form_config #main .main3 .formula_module .module1 .module1_section .formula_edit_title {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
  }
  #form_config #main .main3 .formula_module .module1 .module1_section .formula_edit_top {
    padding: 10px 20px;
  }
  #form_config #main .main3 .formula_module .module1 .module1_section .formula_edit_bottom {
    padding: 15px 13px;
  }
  #form_config #main .main3 .formula_module .module1 .module1_section .formula_edit_bottom .edit_type {
    width: 80px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(16, 17, 105, 0.08);
    border-radius: 4px;
    margin: 5px 0;
    font-size: 12px;
  }
  #form_config #main .main3 .formula_module .module2 .superposition_child1 {
    display: none;
  }
  #form_config #main .main3 .formula_module .module2 .superposition_child2 {
    display: none;
  }
  #form_config #main .main3 .formula_module .module2 .superposition_child3 {
    position: unset;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(11, 50, 103, 0.08);
  }
  #form_config #main .main3 .formula_module .module2 .superposition_child3 .child3_header {
    height: 56px;
    font-size: 16px;
  }
  #form_config #main .main4 {
    padding: 30px 0 36px;
  }
  #form_config #main .main4 .title .title_header {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
  }
  #form_config #main .main4 .title_template {
    display: none;
  }
  #form_config #main .main4 .title_phone {
    display: block;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
  }
  #form_config #main .main4 .module1 {
    padding: 18px 0 36px;
  }
  #form_config #main .main4 .module1 .module1_section {
    justify-content: space-evenly;
  }
  #form_config #main .main4 .module1 .module1_section .form_scene {
    width: 166px;
    height: 140px;
    padding: 10px;
  }
  #form_config #main .main4 .module1 .module1_section .form_scene .scene_bg {
    width: 148px;
    height: 88px;
  }
  #form_config #main .main4 .module1 .module1_section .form_scene .scene_bg .bg_img {
    width: 100%;
  }
  #form_config #main .main4 .module1 .module1_section .form_scene .scene_title {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
  }
  #form_config #main .main4 .module1 .module1_section .form_scene:nth-child(-n+6) {
    margin-bottom: 16px;
  }
  #form_config #main .main4 .module1 .module1_section .form_scene:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(6, 24, 119, 0.1);
    border-radius: 8px;
  }
  #form_config #main .main4 .module1 .module1_section .form_scene:hover .scene_title {
    font-family: PingFangSC-Medium;
    font-size: 15px;
    color: #2A61EC;
    font-weight: 500;
  }
  #form_config #main .main4 .module2 .module2_section {
    flex-direction: column;
  }
  #form_config #main .main4 .module2 .module2_section .layout_template {
    width: 100%;
    height: 100%;
  }
  #form_config #main .main4 .module2 .module2_section .layout_template .template_img {
    width: 100%;
    height: 100%;
  }
  #form_config #main .main4 .module2 .module2_section .layout_order {
    width: 100%;
    height: 100%;
  }
  #form_config #main .main4 .module2 .module2_section .layout_order .order_img {
    width: 100%;
    height: 100%;
  }
  #form_config #main .main5 {
    padding: 36px 0;
  }
  #form_config #main .main5 .title_lang {
    display: none;
  }
  #form_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;
  }
  #form_config #main .main5 .title_phone .desc_phone_header {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
  }
  #form_config #main .main5 .module1 {
    padding: 20px 15px;
    width: 95%;
    background: #F7F9FF;
    border-radius: 4px;
    margin-bottom: 36px;
  }
  #form_config #main .main5 .module1 .module1_section1 {
    margin-bottom: 20px;
  }
  #form_config #main .main5 .module1 .module1_section2 {
    display: none;
  }
  #form_config #main .main5 .module1 .module1_section2_phone {
    display: block;
  }
  #form_config #main .main5 .module1 .module1_section2_phone .section2_phone_item .item_title {
    border-bottom: 1px solid #CEDCFC;
    margin-bottom: 5px;
  }
  #form_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;
  }
  #form_config #main .main5 .module1 .module1_section2_phone .section2_phone_item .item_img {
    width: 100%;
    height: 100%;
  }
  #form_config #main .main5 .module1 .module1_section2_phone .section2_phone_item .item_img .item_phone_img {
    width: 100%;
    height: 100%;
  }
  #form_config #main .main5 .module2 {
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #form_config #main .main5 .module2 .module2_info {
    display: none;
  }
  #form_config #main .main5 .module2 .module2_section {
    width: 90%;
    height: 196px;
    margin-bottom: 20px;
  }
  #form_config #main .main5 .module2 .module2_section .section_video {
    width: 100%;
    height: 100%;
  }
  #form_config #main .main5 .module2 .module2_section .section_video .video_banner {
    width: 100%;
    height: 100%;
  }
  #form_config #main .main5 .module2 .module2_phone_section_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #form_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;
  }
  #form_config #main .main6 {
    padding: 36px 0;
  }
  #form_config #main .main6 .title .title_header {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
  }
  #form_config #main .main6 .module1 {
    display: none;
  }
  #form_config #main .main6 .module1_phone {
    display: flex;
    flex-direction: column;
  }
  #form_config #main .main6 .module1_phone .phone_top {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  #form_config #main .main6 .module1_phone .phone_top .btn_item {
    width: 78px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid rgba(42, 97, 236, 0.09);
    border-radius: 2px;
    text-align: center;
    margin: 5px;
  }
  #form_config #main .main6 .module1_phone .phone_top .btn_item .item_txt {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
    line-height: 32px;
    height: 32px;
  }
  #form_config #main .main6 .module1_phone .phone_middle {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  #form_config #main .main6 .module1_phone .phone_middle .middle_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 178px;
  }
  #form_config #main .main6 .module1_phone .phone_middle .middle_left .middle_img {
    width: 130px;
    height: 150px;
    margin-bottom: 10px;
  }
  #form_config #main .main6 .module1_phone .phone_middle .middle_left .middle_img .img_txt {
    font-family: PingFangSC-Medium;
    font-size: 10px;
    color: #333333;
    font-weight: 500;
    position: relative;
    top: 20px;
    text-align: center;
  }
  #form_config #main .main6 .module1_phone .phone_middle .middle_left .middle_txt {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
  }
  #form_config #main .main6 .module1_phone .phone_middle .middle_right {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    height: 178px;
  }
  #form_config #main .main6 .module1_phone .phone_middle .middle_right .info_logo {
    width: 119px;
    height: 108px;
    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;
    margin-bottom: 30px;
  }
  #form_config #main .main6 .module1_phone .phone_middle .middle_right .info_logo .ribbon {
    width: 50px;
    height: 45px;
    display: flex;
    align-self: end;
  }
  #form_config #main .main6 .module1_phone .phone_middle .middle_right .info_logo .ribbon .ribbon_img {
    width: 50px;
    height: 45px;
  }
  #form_config #main .main6 .module1_phone .phone_middle .middle_right .info_logo .logo_img {
    height: 25px;
    width: 25px;
    display: flex;
    margin-top: -30px;
  }
  #form_config #main .main6 .module1_phone .phone_middle .middle_right .info_logo .logo_img .ai_icon {
    font-size: 25px;
    color: #333333;
  }
  #form_config #main .main6 .module1_phone .phone_middle .middle_right .info_logo .logo_txt {
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 25px;
  }
  #form_config #main .main6 .module1_phone .phone_middle .middle_right .middle_txt {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
  }
}
