* {
  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-image: linear-gradient(180deg, #C8E2FD 0%, #E2F7FF 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;
}
.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_triangle.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;
}
.module_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.module_header .header_icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  z-index: -1;
  top: -5px;
  background: linear-gradient(138deg, #BEE8FF 0%, rgba(255, 255, 255, 0) 100%);
}
.module_header .header_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  margin-left: -15px;
}
.module_header .header_title_other {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  align-self: end;
  margin-bottom: 5px;
}
.custome_icon1 {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -420px;
  margin-right: 700px;
}
.custome_icon1 .fixed_icon {
  width: 73px;
  height: 126px;
}
.custome_icon2 {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -400px;
  margin-right: -1000px;
}
.custome_icon2 .fixed_icon {
  width: 383px;
  height: 293px;
}
#customer_detail .main1 {
  background: linear-gradient(90deg, rgba(238, 251, 255, 0.4) 0%, rgba(202, 215, 254, 0.4) 52%, rgba(242, 250, 255, 0.4) 100%);
}
#customer_detail .main1 .section_1 {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#customer_detail .main1 .section_1 .module_1 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 15vh;
}
#customer_detail .main1 .section_1 .module_1 .module_1_header {
  width: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 50px;
  color: #333333;
  line-height: 70px;
  text-align: left;
  font-style: normal;
  margin-bottom: 40px;
}
#customer_detail .main1 .section_1 .module_1 .module_1_tag {
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}
#customer_detail .main1 .section_1 .module_1 .module_1_tag .industry_tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#customer_detail .main1 .section_1 .module_1 .module_1_tag .industry_tag .tag_type {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin-right: 18px;
}
#customer_detail .main1 .section_1 .module_1 .module_1_tag .industry_tag .industry_tag_item {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  padding: 6px 15px;
  border-radius: 4px;
}
#customer_detail .main1 .section_1 .module_1 .module_1_tag .industry_tag:first-child {
  margin-right: 40px;
}
#customer_detail .main1 .section_1 .module_1 .module_1_tag .industry_tag:last-child .industry_tag_item {
  margin-right: 14px;
}
#customer_detail .main1 .section_1 .module_2 {
  margin-bottom: 40px;
}
#customer_detail .main1 .section_1 .module_2 .module_2_article {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}
#customer_detail .main1 .section_2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
#customer_detail .main1 .section_2 .module_1 {
  margin-bottom: 40px;
}
#customer_detail .main1 .section_2 .module_1 .module_desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin-bottom: 30px;
}
#customer_detail .main1 .section_2 .module_1 .module_summarize {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin-top: 30px;
}
#customer_detail .main1 .section_2 .module_1 .module_1_ul .list_li {
  margin-bottom: 30px;
}
#customer_detail .main1 .section_2 .module_1 .module_1_ul .list_li .li_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin-bottom: 20px;
}
#customer_detail .main1 .section_2 .module_1 .module_1_ul .list_li .li_desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}
#customer_detail .main1 .section_2 .module_1 .module_1_ul .list_li:last-child {
  margin-bottom: 0px;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution {
  width: 100%;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_header {
  margin-bottom: 50px;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_header .header_img {
  width: 100%;
  height: 500px;
  background: aliceblue;
  margin-bottom: 20px;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_header .header_img .item_img {
  width: 100%;
  height: 100%;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_header .header_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  font-style: normal;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section {
  margin-bottom: 20px;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_header {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_desc {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 10px;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_solution_ul {
  display: flex;
  flex-flow: column nowrap;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_solution_ul .childItem_li {
  display: flex;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_solution_ul .childItem_li .li_item {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #2A61EC;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 10px;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_solution_ul .childItem_li .li_item .item_desc {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_summarize {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_img {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 30px;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_img .item_img {
  width: 100%;
  height: 100%;
}
#customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_img .item_tips {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  text-align: center;
  font-style: normal;
  margin-top: 20px;
}
#customer_detail .main2 .section_2 .module_1 {
  margin-bottom: 54px;
}
#customer_detail .main2 .section_2 .module2 {
  margin-bottom: 40px;
}
#customer_detail .main2 .section_2 .module2 .custom_info {
  background: #E8F1FF;
  border-radius: 8px;
}
#customer_detail .main2 .section_2 .module2 .custom_info .custom_border {
  background: #F6FAFF;
  padding: 28px 45px;
  border-top-right-radius: 17% 25%;
}
#customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_top {
  display: flex;
}
#customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_top .info_avatar {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  background: #C8E2FD;
  overflow: hidden;
}
#customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_top .info_avatar .avatar_url {
  width: 100%;
  height: 100%;
}
#customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_top .info_base .base_name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  font-style: normal;
}
#customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_top .info_base .base_company {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  text-align: left;
  font-style: normal;
}
#customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_top .info_message {
  display: flex;
  background: #2A61EC;
  padding: 7px 45px;
  border-radius: 0 0 0 25px;
}
#customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_top .info_message .message_icon {
  display: flex;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
}
#customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_top .info_message .message_icon i {
  color: #FFF;
  font-size: 24px;
  margin-top: 4px;
}
#customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_top .info_message .message_txt {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: left;
  font-style: normal;
}
#customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_divide {
  margin: 20px 0px;
  border: 1px dashed #C3D6FF;
}
#customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_middle .middle_txt {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  font-style: normal;
}
#customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_bottom {
  display: flex;
  justify-content: flex-end;
  height: 10px;
}
#customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_bottom .bottom_img {
  position: absolute;
  width: 58px;
  height: 50px;
}
#customer_detail .main3 .section_main {
  padding: 60px 0 90px;
}
#customer_detail .main3 .section_main .content {
  margin-top: 30px;
}
#customer_detail .main3 .section_main .content .template_carousel {
  position: relative;
  width: 100%;
  --swiper-navigation-color: #FFFFFF;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 16px;
  /* 设置按钮大小 */
}
#customer_detail .main3 .section_main .content .template_carousel .template-next {
  top: 45%;
  right: -42px;
  width: 22px;
  height: 40px;
  background: #2A61EC;
  border-radius: 4px;
}
#customer_detail .main3 .section_main .content .template_carousel .template-next:hover {
  background: #507CE9;
}
#customer_detail .main3 .section_main .content .template_carousel .template-prev {
  top: 45%;
  left: -42px;
  width: 22px;
  height: 40px;
  background: #2A61EC;
  border-radius: 4px;
}
#customer_detail .main3 .section_main .content .template_carousel .template-prev:hover {
  background: #507CE9;
}
#customer_detail .main3 .section_main .content .template_carousel .swiper-button-disabled {
  background: #E0E5F1 !important;
  cursor: not-allowed;
  pointer-events: none;
}
#customer_detail .main3 .section_main .content .template_carousel .swiper-pagination-template {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
#customer_detail .main3 .section_main .content .template_carousel .swiper-pagination-template .template-bullet {
  width: 36px;
  height: 6px;
  border-radius: 3px;
  background: #EEEEEE;
  cursor: pointer;
  margin: 0 4px;
}
#customer_detail .main3 .section_main .content .template_carousel .swiper-pagination-template .template-bullet:hover {
  background: #DAE3FF;
}
#customer_detail .main3 .section_main .content .template_carousel .swiper-pagination-template .template-bullet-active {
  background: #2D63ED;
  cursor: pointer;
  margin: 0 4px;
}
#customer_detail .main3 .section_main .content .template_carousel .swiper-pagination-template .template-bullet-active:hover {
  background: #2D63ED;
}
#customer_detail .main3 .section_main .content .template_carousel .swiper {
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 40px 20px;
}
#customer_detail .main3 .section_main .content .template_carousel .swiper .swiper-wrapper .swiper-slide .slide_title {
  width: 400px;
  height: 54px;
  background: #2A61EC;
  border-radius: 7px 7px 0px 0px;
  font-family: "PingFangSC-Medium";
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  line-height: 54px;
}
#customer_detail .main3 .section_main .content .template_carousel .swiper .swiper-wrapper .swiper-slide .slide_bg {
  width: 400px;
  height: 246px;
  background: #F0F4FC;
  border-radius: 0px 0px 8px 8px;
  padding: 22px;
  cursor: pointer;
}
#customer_detail .main3 .section_main .content .template_carousel .swiper .swiper-wrapper .swiper-slide .slide_bg .bg_img {
  width: 100%;
}
#customer_detail .main3 .section_main .content .template_carousel .swiper .swiper-wrapper .swiper-slide:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.2s ease-in0s;
  transition: all 0.2s ease-in0s;
}
#customer_detail .main3 .section_main .content .template_phone {
  display: none;
}
#customer_detail .main4 {
  width: 100%;
  height: 100%;
}
#customer_detail .main4 .content {
  height: 100%;
}
#customer_detail .main4 .content .module_1_box {
  width: 100%;
  height: 100%;
  padding: 60px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 44px;
  column-gap: 34px;
}
#customer_detail .main4 .content .module_1_box .box_item {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 7, 39, 0.1);
  border-radius: 10px;
  height: 418px;
  cursor: pointer;
  transition: all 0.5s;
}
#customer_detail .main4 .content .module_1_box .box_item .item_top {
  height: 242px;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}
#customer_detail .main4 .content .module_1_box .box_item .item_top .top_tip {
  align-self: end;
  margin-bottom: -48px;
  z-index: 1;
}
#customer_detail .main4 .content .module_1_box .box_item .item_top .top_tip .industry_tag {
  width: 108px;
  height: 48px;
  background: linear-gradient(128deg, #4F87FB 0%, #9D83FD 100%);
  border-radius: 0px 10px 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  font-style: normal;
}
#customer_detail .main4 .content .module_1_box .box_item .item_top .custom_img {
  width: 100%;
  height: 100%;
}
#customer_detail .main4 .content .module_1_box .box_item .item_bottom {
  padding: 20px;
  height: 176px;
}
#customer_detail .main4 .content .module_1_box .box_item .item_bottom .bottom_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  margin-bottom: 10px;
}
#customer_detail .main4 .content .module_1_box .box_item .item_bottom .bottom_desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin-bottom: 27px;
  height: 45px;
}
#customer_detail .main4 .content .module_1_box .box_item .item_bottom .bottom_tag {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#customer_detail .main4 .content .module_1_box .box_item .item_bottom .bottom_tag .tag_item {
  margin-right: 12px;
  padding: 3px 10px;
  border-radius: 4px;
}
#customer_detail .main4 .content .module_1_box .box_item .item_bottom .bottom_tag .tag_item .item_tag {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  font-style: normal;
}
#customer_detail .main4 .content .module_1_box .box_item .item_bottom .bottom_tag .tag_item:nth-child(1) {
  background: rgba(42, 97, 236, 0.1);
  color: #2A61EC;
}
#customer_detail .main4 .content .module_1_box .box_item .item_bottom .bottom_tag .tag_item:nth-child(2) {
  background: rgba(255, 102, 0, 0.1);
  color: #FF6600;
}
#customer_detail .main4 .content .module_1_box .box_item .item_bottom .bottom_tag .tag_item:nth-child(3) {
  background: rgba(0, 200, 0, 0.1);
  color: #00C800;
}
#customer_detail .main4 .content .module_1_box .box_item .item_bottom .bottom_tag .tag_item:last-child {
  background: rgba(236, 42, 172, 0.1);
  color: #EC2AAC;
  margin-right: 0px;
}
#customer_detail .main4 .content .module_1_box .box_item:hover {
  transform: translateY(-15px);
  box-shadow: 0px 10px 20px 0px rgba(14, 47, 207, 0.12);
}
#customer_detail .main4 .content .module_1_box .box_item:hover .item_bottom .bottom_title {
  color: #2A61EC;
}
@media screen and (max-width: 1920px) {
  .custome_icon1 {
    display: none;
  }
  .custome_icon2 {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  * {
    box-sizing: border-box;
  }
  *,
  :after,
  :before {
    box-sizing: border-box;
    background-repeat: no-repeat;
  }
  .a_nav {
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    outline: none;
    cursor: pointer;
  }
  .a_nav:hover {
    background-repeat: no-repeat;
    text-decoration: none;
  }
  .a_nav::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0.02rem;
    background: #2A61EC;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .active .a_nav::after {
    width: 0.82rem;
  }
  .active .a_nav {
    color: #2A61EC;
  }
  .flex {
    display: -webkit-box;
    display: flex;
  }
  .flex1 {
    -webkit-box-flex: 1;
    flex: 1;
  }
  .flex_wrap {
    -webkit-box-lines: multiple;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .center1280 {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .plan_title {
    font-family: 'PingFangSC-Medium';
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    line-height: 35px;
    padding: 0 45px;
  }
  .module_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .module_header .header_icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    z-index: -1;
    top: -5px;
    background: linear-gradient(138deg, #BEE8FF 0%, rgba(255, 255, 255, 0) 100%);
  }
  .module_header .header_title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-left: -15px;
  }
  .module_header .header_title_other {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    align-self: end;
    margin-bottom: 0px;
  }
  #customer_detail .main1 .section_1 .module_1 {
    margin-bottom: 30px;
  }
  #customer_detail .main1 .section_1 .module_1 .module_1_header {
    font-size: 26px;
    color: #333333;
    line-height: 37px;
    margin-bottom: 25px;
  }
  #customer_detail .main1 .section_1 .module_1 .module_1_tag {
    flex-flow: column nowrap;
    align-items: flex-start;
    padding-bottom: 25px;
  }
  #customer_detail .main1 .section_1 .module_1 .module_1_tag .industry_tag {
    margin-right: 0px;
  }
  #customer_detail .main1 .section_1 .module_1 .module_1_tag .industry_tag .tag_type {
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
  }
  #customer_detail .main1 .section_1 .module_1 .module_1_tag .industry_tag .industry_tag_item {
    font-size: 12px;
    line-height: 17px;
    padding: 3px 10px;
    margin-right: 8px !important;
  }
  #customer_detail .main1 .section_1 .module_1 .module_1_tag .industry_tag:first-child {
    margin-bottom: 18px;
  }
  #customer_detail .main1 .section_1 .module_2 {
    margin-bottom: 30px;
  }
  #customer_detail .main1 .section_2 .module_1 {
    margin-bottom: 30px;
  }
  #customer_detail .main1 .section_2 .module_1 .module_desc {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    margin-bottom: 20px;
  }
  #customer_detail .main1 .section_2 .module_1 .module_summarize {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    margin-top: 20px;
  }
  #customer_detail .main1 .section_2 .module_1 .module_1_ul .list_li {
    margin-bottom: 20px;
  }
  #customer_detail .main1 .section_2 .module_1 .module_1_ul .list_li .li_title {
    margin-bottom: 14px;
  }
  #customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_header {
    margin-bottom: 20px;
  }
  #customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_header .header_img {
    height: 155px;
  }
  #customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_header .header_title {
    font-size: 14px;
  }
  #customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section {
    margin-bottom: 30px;
  }
  #customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_header {
    font-weight: 500;
    margin-bottom: 14px;
  }
  #customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_desc {
    margin-bottom: 14px;
  }
  #customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_solution_ul .childItem_li .li_item {
    font-weight: 500;
  }
  #customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_solution_ul .childItem_li .li_item .item_desc {
    font-weight: 400;
  }
  #customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_summarize {
    margin-bottom: 14px;
  }
  #customer_detail .main2 .section_1 .module_1 .module_1_solution .solution_main .main_section .section_img {
    margin-bottom: 10px;
  }
  #customer_detail .main2 .section_2 .module_1 {
    margin-bottom: 27px;
  }
  #customer_detail .main2 .section_2 .module2 .custom_info .custom_border {
    padding: 23px 24px;
    border-top-right-radius: 30% 10%;
    border-bottom-left-radius: 30% 10%;
  }
  #customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_middle .middle_txt {
    font-size: 14px;
  }
  #customer_detail .main2 .section_2 .module2 .custom_info .custom_border .info .info_bottom {
    display: none;
    height: 40px;
  }
  #customer_detail .main3 .section_main {
    padding: 36px 0 40px;
  }
  #customer_detail .main3 .section_main .content {
    margin-top: 20px;
  }
  #customer_detail .main3 .section_main .content .template_carousel {
    display: none;
  }
  #customer_detail .main3 .section_main .content .template_phone {
    display: block;
    width: 100%;
  }
  #customer_detail .main3 .section_main .content .template_phone .template_phone_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 20px;
  }
  #customer_detail .main3 .section_main .content .template_phone .template_phone_item .slide_title {
    width: 100%;
    height: 54px;
    background: #2A61EC;
    border-radius: 4px 4px 0px 0px;
    font-family: "PingFangSC-Medium";
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    line-height: 54px;
  }
  #customer_detail .main3 .section_main .content .template_phone .template_phone_item .slide_bg {
    width: 100%;
    background: #F0F4FC;
    box-shadow: 0px 0px 12px 0px rgba(9, 25, 95, 0.16);
    border-radius: 0px 0px 4px 4px;
    padding: 22px;
    padding-bottom: 12px;
    cursor: pointer;
  }
  #customer_detail .main3 .section_main .content .template_phone .template_phone_item .slide_bg .bg_img {
    width: 100%;
    height: 100%;
  }
  #customer_detail .main4 .content .module_1_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    row-gap: 25px;
    padding: 20px 0px 40px;
  }
  #customer_detail .main4 .content .module_1_box .box_item .item_bottom .bottom_tag .tag_item {
    padding: 3px 8px;
  }
}
