﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  background-color: #F5F5F5;
  min-width: 1000px;
}
.common_view {
  width: 72.91667%;
  margin: 0 auto;
}
.slide_menu_view {
  position: fixed;
  width: 96px;
  right: 1vw;
  top: 15vw;
  z-index: 500;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.slide_menu_view ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 82px;
  cursor: pointer;
}
.slide_menu_view ul li a:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 98%), #FFDB33;
}
.slide_menu_view ul li a:hover .img img:nth-of-type(1) {
  display: none;
}
.slide_menu_view ul li a:hover .img img:nth-of-type(2) {
  display: block;
}
.slide_menu_view ul li a:hover .text {
  font-weight: 800;
}
.slide_menu_view ul li a .img img {
  max-width: 32px;
  max-height: 32px;
}
.slide_menu_view ul li a .img img:nth-of-type(1) {
  display: block;
}
.slide_menu_view ul li a .img img:nth-of-type(2) {
  display: none;
}
.slide_menu_view ul li a .text {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333;
  margin-top: 8px;
}
.banner_view_1 {
  font-size: 0;
  position: relative;
  padding-bottom: 40px;
}
.banner_view_1 img.bj {
  width: 100%;
}
.banner_view_1 ul {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.banner_view_1 ul li {
  user-select: none;
  flex: 1;
  height: 80px;
  background: #E3E7F2;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right-color: #fff;
  border-left: none;
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  transition: height 0.3s;
}
.banner_view_1 ul li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.banner_view_1 ul li:last-child {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.banner_view_1 ul li.active {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 98%), #FFDB33;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 108px;
  line-height: 108px;
  font-weight: 800;
}
.content_body_1 .common_title {
  font-size: 32px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.content_body_1 > .content_view {
  display: none;
}
.content_body_1 > .content_view .ency_view {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 70px;
}
.content_body_1 > .content_view .ency_view .message_box {
  width: 48%;
  background-color: #fff;
  border-radius: 8px 0px 0px 8px;
  padding: 40px 34px;
  min-height: 315px;
}
.content_body_1 > .content_view .ency_view .message_box .title1 {
  font-size: 32px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.content_body_1 > .content_view .ency_view .message_box .title1::after {
  display: block;
  content: "";
  width: 16px;
  height: 4px;
  background: #333333;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.content_body_1 > .content_view .ency_view .message_box .title2 {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  margin-top: 65px;
  text-align: justify;
}
.content_body_1 > .content_view .ency_view .img_box {
  width: 52%;
  font-size: 0;
}
.content_body_1 > .content_view .ency_view .img_box img {
  width: 100%;
}
@media (max-width: 1730px) {
  .content_body_1 > .content_view .ency_view .message_box {
    width: 40%;
  }
  .content_body_1 > .content_view .ency_view .img_box {
    width: 60%;
  }
}
@media (max-width: 1610px) {
  .content_body_1 > .content_view .ency_view .message_box {
    height: 400px;
  }
  .content_body_1 > .content_view .ency_view .img_box {
    height: 400px;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
  }
  .content_body_1 > .content_view .ency_view .img_box img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1290px) {
  .content_body_1 > .content_view .ency_view .message_box {
    width: 50%;
  }
  .content_body_1 > .content_view .ency_view .img_box {
    width: 50%;
  }
}
.content_body_1 > .content_view .table_view {
  margin-top: 48px;
  border-radius: 8px;
  overflow: hidden;
}
.content_body_1 > .content_view .table_view ul.opt_1 {
  display: flex;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.content_body_1 > .content_view .table_view ul.opt_1 > li {
  flex: 1;
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  color: #333;
  text-align: center;
  height: 80px;
  line-height: 80px;
  background-color: #E3E7F2;
  cursor: pointer;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.content_body_1 > .content_view .table_view ul.opt_1 > li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 8px;
}
.content_body_1 > .content_view .table_view ul.opt_1 > li:last-child {
  border-top-right-radius: 8px;
}
.content_body_1 > .content_view .table_view ul.opt_1 > li.active {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 98%), #FFDB33;
  font-weight: 800;
  position: relative;
  border-color: #ffdb33;
}
.content_body_1 > .content_view .table_view ul.opt_1 > li.active::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
}
.content_body_1 > .content_view .table_view .list_area {
  background-color: #fff;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .item .left_box {
  display: flex;
  align-items: center;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .item .left_box .check label {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #666;
  position: relative;
  user-select: none;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .item .left_box .check label input {
  display: none;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .item .left_box .check label input:checked + img {
  display: block;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .item .left_box .check label img {
  position: absolute;
  width: 20px;
  left: 0px;
  top: -3px;
  display: none;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .item .left_box .img {
  width: 136px;
  height: 136px;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .item .left_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .item .left_box .message_1 {
  margin-left: 25px;
  max-width: 470px;
}
@media (max-width: 1350px) {
  .content_body_1 > .content_view .table_view .list_area .list_area_item .list .item .left_box .message_1 {
    max-width: 350px;
  }
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .item .left_box .message_1 .t1 {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .item .left_box .message_1 .t2 {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 16px;
  line-height: 1.5;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .item .right_box .price {
  display: flex;
  align-items: flex-end;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .item .right_box .price .unit {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ff6b00;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .item .right_box .price .value {
  font-size: 32px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ff6b00;
  position: relative;
  top: 2px;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .no_data {
  display: none;
  height: 200px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #999;
  font-weight: 400;
}
.content_body_1 > .content_view .table_view .list_area .list_area_item .list .no_data:first-child {
  display: flex;
  text-align: center;
}
.content_body_1 > .content_view .table_view .table_hint {
  height: 72px;
  background: #E3E7F2;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.content_body_1 > .content_view .table_view .table_hint span {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.content_body_1 > .content_view .table_view .table_hint a {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ff6b00;
  display: block;
  margin-left: 20px;
  word-spacing: 1px;
}
.content_body_1 > .content_view .product_troduce_view {
  background-color: #fff;
  margin-top: 70px;
  padding: 75px 0 60px;
}
.content_body_1 > .content_view .product_troduce_view .common_view .content_1 {
  width: 100%;
  overflow: hidden;
}
.content_body_1 > .content_view .product_troduce_view .common_view .content_1 .title1 {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  position: relative;
  white-space: nowrap;
}
.content_body_1 > .content_view .product_troduce_view .common_view .content_1 .title1::after {
  display: block;
  content: "";
  width: 16px;
  height: 4px;
  background: #333333;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box {
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 1660px) {
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box {
    background-position: right top;
    background-size: 45% auto;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .title2 {
    width: 52% !important;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .text_list {
    width: 52% !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 1480px) {
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box {
    background-position: right top;
    background-size: 53% auto;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .title2 {
    width: 45% !important;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .text_list {
    width: 45% !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 1400px) {
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box {
    background-position: right top;
    background-size: 30% auto;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .title2 {
    width: 68% !important;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .text_list {
    width: 100% !important;
    margin-top: 120px !important;
  }
}
@media (max-width: 1300px) {
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box {
    background-position: right top;
    background-size: 30% auto;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .title2 {
    width: 68% !important;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .text_list {
    width: 100% !important;
    margin-top: 100px !important;
  }
}
@media (max-width: 1200px) {
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box {
    background-position: right top;
    background-size: 30% auto;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .title2 {
    width: 68% !important;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .text_list {
    width: 100% !important;
    margin-top: 80px !important;
  }
}
@media (max-width: 1100px) {
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box {
    background-position: right top;
    background-size: 30% auto;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .title2 {
    width: 68% !important;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .text_list {
    width: 100% !important;
    margin-top: 40px !important;
  }
}
@media (max-width: 900px) {
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box {
    background-position: right top;
    background-size: 40% auto;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .title2 {
    width: 58% !important;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .text_list {
    width: 100% !important;
    margin-top: 20px !important;
  }
}
@media (max-width: 800px) {
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box {
    background-position: right top;
    background-size: 50% auto;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .title2 {
    width: 48% !important;
  }
  .content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .text_list {
    width: 100% !important;
    margin-top: 20px !important;
  }
}
.content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .title2 {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 64px;
  width: 45%;
  line-height: 1.9;
}
.content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .text_list {
  width: 45%;
  margin-top: 52px;
}
.content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .text_list p {
  background: #FFFFFF;
  box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #5178D4;
  line-height: 28px;
  margin-top: 26px;
  position: relative;
  margin-left: 40px;
}
.content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .text_list p:first-child {
  margin-top: 0;
}
.content_body_1 > .content_view .product_troduce_view .common_view .content_1 .s_box .text_list p::before {
  display: block;
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 2px solid #5178D4;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content_body_1 > .content_view .product_advantage {
  padding: 75px 0 0;
  position: relative;
}
.content_body_1 > .content_view .product_advantage::after {
  display: block;
  content: "";
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #5178d4;
  z-index: -1;
}
.content_body_1 > .content_view .product_advantage.product_advantage_3 {
  padding-bottom: 70px;
}
.content_body_1 > .content_view .product_advantage.product_advantage_3::after {
  height: 230px;
}
.content_body_1 > .content_view .product_advantage .common_view .list {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px 8px 8px 8px;
}
.content_body_1 > .content_view .product_advantage .common_view .list .item {
  flex: 1;
  padding: 0 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
}
@media (max-width: 1450px) {
  .content_body_1 > .content_view .product_advantage .common_view .list .item:nth-of-type(n+4) {
    display: none;
  }
}
.content_body_1 > .content_view .product_advantage .common_view .list .item .img {
  width: 200px;
  height: 200px;
}
.content_body_1 > .content_view .product_advantage .common_view .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content_body_1 > .content_view .product_advantage .common_view .list .item .index {
  font-size: 32px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #5178D4;
}
.content_body_1 > .content_view .product_advantage .common_view .list .item .title1 {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 40px;
}
.content_body_1 > .content_view .product_advantage .common_view .list .item .title2 {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin-top: 16px;
}
.content_body_1 > .content_view .flow_view {
  background-color: #5178d4;
  padding: 70px 0;
}
.content_body_1 > .content_view .flow_view .common_view .common_title {
  color: #fff;
}
.content_body_1 > .content_view .flow_view .common_view .list {
  border-radius: 8px 8px 8px 8px;
  background-color: #fff;
  padding: 30px 26px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.content_body_1 > .content_view .flow_view .common_view .list .item {
  margin-top: 38px;
  margin-right: 14px;
}
@media (min-width: 1820.01px) {
  .content_body_1 > .content_view .flow_view .common_view .list .item {
    width: calc((100% - 1px - 14px * 3) / 4);
  }
  .content_body_1 > .content_view .flow_view .common_view .list .item:nth-of-type(4n),
  .content_body_1 > .content_view .flow_view .common_view .list .item:last-child {
    margin-right: 0;
  }
  .content_body_1 > .content_view .flow_view .common_view .list .item:nth-of-type(4n) .title_box .title_1,
  .content_body_1 > .content_view .flow_view .common_view .list .item:last-child .title_box .title_1 {
    width: calc(100% - 41px);
  }
  .content_body_1 > .content_view .flow_view .common_view .list .item:nth-of-type(4n) .title_box .arrow_icon,
  .content_body_1 > .content_view .flow_view .common_view .list .item:last-child .title_box .arrow_icon {
    display: none;
  }
  .content_body_1 > .content_view .flow_view .common_view .list .item:nth-of-type(-n+4) {
    margin-top: 0;
  }
}
@media (max-width: 1820px) and (min-width: 1370.01px) {
  .content_body_1 > .content_view .flow_view .common_view .list .item {
    width: calc((100% - 1px - 14px * 2) / 3);
  }
  .content_body_1 > .content_view .flow_view .common_view .list .item:nth-of-type(3n),
  .content_body_1 > .content_view .flow_view .common_view .list .item:last-child {
    margin-right: 0;
  }
  .content_body_1 > .content_view .flow_view .common_view .list .item:nth-of-type(3n) .title_box .title_1,
  .content_body_1 > .content_view .flow_view .common_view .list .item:last-child .title_box .title_1 {
    width: calc(100% - 41px);
  }
  .content_body_1 > .content_view .flow_view .common_view .list .item:nth-of-type(3n) .title_box .arrow_icon,
  .content_body_1 > .content_view .flow_view .common_view .list .item:last-child .title_box .arrow_icon {
    display: none;
  }
  .content_body_1 > .content_view .flow_view .common_view .list .item:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media (max-width: 1370px) {
  .content_body_1 > .content_view .flow_view .common_view .list .item {
    width: calc((100% - 1px - 14px * 1) / 2);
  }
  .content_body_1 > .content_view .flow_view .common_view .list .item:nth-of-type(2n),
  .content_body_1 > .content_view .flow_view .common_view .list .item:last-child {
    margin-right: 0;
  }
  .content_body_1 > .content_view .flow_view .common_view .list .item:nth-of-type(2n) .title_box .title_1,
  .content_body_1 > .content_view .flow_view .common_view .list .item:last-child .title_box .title_1 {
    width: calc(100% - 41px);
  }
  .content_body_1 > .content_view .flow_view .common_view .list .item:nth-of-type(2n) .title_box .arrow_icon,
  .content_body_1 > .content_view .flow_view .common_view .list .item:last-child .title_box .arrow_icon {
    display: none;
  }
  .content_body_1 > .content_view .flow_view .common_view .list .item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
.content_body_1 > .content_view .flow_view .common_view .list .item .title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content_body_1 > .content_view .flow_view .common_view .list .item .title_box .title_1 {
  background-color: #5178D4;
  height: 72px;
  display: flex;
  align-items: center;
  position: relative;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 20px;
}
.content_body_1 > .content_view .flow_view .common_view .list .item .title_box .title_1::after {
  display: block;
  height: 100%;
  width: 41px;
  content: "";
  background-image: url("../image/10.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  transform: translateX(100%);
}
.content_body_1 > .content_view .flow_view .common_view .list .item .title_box .title_1 img {
  width: 40px;
  margin-right: 10px;
}
.content_body_1 > .content_view .flow_view .common_view .list .item .title_box .title_1 span {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.content_body_1 > .content_view .flow_view .common_view .list .item .title_box .arrow_icon {
  width: 38px;
}
.content_body_1 > .content_view .flow_view .common_view .list .item .message_box {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  width: 100%;
  height: 136px;
  background: #f7f7f7;
  border-radius: 8px 8px 8px 8px;
  padding: 20px;
  margin-top: 22px;
}
.content_body_1 > .content_view .standard_view {
  padding: 78px 0 80px;
}
@media (max-width: 1760px) {
  .content_body_1 > .content_view .standard_view {
    padding-bottom: 140px;
  }
}
.content_body_1 > .content_view .standard_view .common_view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content_body_1 > .content_view .standard_view .common_view .list_view {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.content_body_1 > .content_view .standard_view .common_view .list_view .bj_view {
  width: 534px;
  position: relative;
  font-size: 0;
}
.content_body_1 > .content_view .standard_view .common_view .list_view .bj_view img.bj {
  width: 100%;
}
.content_body_1 > .content_view .standard_view .common_view .list_view .bj_view .item {
  width: 17%;
  height: 17%;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #5178D4;
  position: absolute;
}
.content_body_1 > .content_view .standard_view .common_view .list_view .bj_view .item:nth-of-type(1) {
  left: 19%;
  top: 25%;
}
@media (max-width: 1460px) {
  .content_body_1 > .content_view .standard_view .common_view .list_view .bj_view .item:nth-of-type(1) {
    left: 39%;
    top: 2%;
  }
}
.content_body_1 > .content_view .standard_view .common_view .list_view .bj_view .item:nth-of-type(2) {
  left: 73%;
  top: 16%;
}
@media (max-width: 1460px) {
  .content_body_1 > .content_view .standard_view .common_view .list_view .bj_view .item:nth-of-type(2) {
    left: 87%;
    top: 65%;
  }
}
.content_body_1 > .content_view .standard_view .common_view .list_view .bj_view .item:nth-of-type(3) {
  left: 52%;
  top: 79%;
}
.content_body_1 > .content_view .standard_view .common_view .list_view .item1 {
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px;
  position: absolute;
  width: 417px;
}
@media (max-width: 1915px) {
  .content_body_1 > .content_view .standard_view .common_view .list_view .item1 {
    width: 350px;
  }
}
@media (max-width: 1760px) {
  .content_body_1 > .content_view .standard_view .common_view .list_view .item1 {
    width: 300px;
  }
}
@media (max-width: 1330px) {
  .content_body_1 > .content_view .standard_view .common_view .list_view .item1 {
    width: 280px;
  }
}
.content_body_1 > .content_view .standard_view .common_view .list_view .item1:nth-of-type(2) {
  left: 0;
  top: calc(50% - 1vw);
  transform: translateY(-100%);
}
@media (max-width: 1610px) {
  .content_body_1 > .content_view .standard_view .common_view .list_view .item1:nth-of-type(2) {
    top: calc(50% - 3vw);
  }
}
.content_body_1 > .content_view .standard_view .common_view .list_view .item1:nth-of-type(3) {
  left: 0;
  top: calc(50% + 1vw);
}
@media (max-width: 1610px) {
  .content_body_1 > .content_view .standard_view .common_view .list_view .item1:nth-of-type(3) {
    top: calc(50% + 3vw);
  }
}
.content_body_1 > .content_view .standard_view .common_view .list_view .item1:nth-of-type(4) {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1610px) {
  .content_body_1 > .content_view .standard_view .common_view .list_view .item1:nth-of-type(4) {
    right: 0;
    top: calc(50% - 3vw);
    transform: translateY(-100%);
  }
}
.content_body_1 > .content_view .standard_view .common_view .list_view .item1 .icon {
  width: 40px;
  height: 40px;
}
.content_body_1 > .content_view .standard_view .common_view .list_view .item1 .title1 {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #666666;
  margin-top: 18px;
}
.content_body_1 > .content_view .standard_view .common_view .list_view .item1 .title2 {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 18px;
  line-height: 1.8;
}
.content_body_1 > .content_view .scope_view .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
}
.content_body_1 > .content_view .scope_view .list .item {
  margin-right: 26px;
  margin-top: 26px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0 0;
}
@media (min-width: 1580px) {
  .content_body_1 > .content_view .scope_view .list .item {
    width: calc((100% - 1px - 26px * 3) / 4);
  }
  .content_body_1 > .content_view .scope_view .list .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .content_body_1 > .content_view .scope_view .list .item:nth-of-type(-n+4) {
    margin-top: 0;
  }
}
@media (max-width: 1580px) and (min-width: 1200px) {
  .content_body_1 > .content_view .scope_view .list .item {
    width: calc((100% - 1px - 26px * 2) / 3);
    margin-top: 26px;
    margin-right: 26px;
  }
  .content_body_1 > .content_view .scope_view .list .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .content_body_1 > .content_view .scope_view .list .item:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .content_body_1 > .content_view .scope_view .list .item {
    width: calc((100% - 1px - 26px * 1) / 2);
    margin-top: 26px;
    margin-right: 26px;
  }
  .content_body_1 > .content_view .scope_view .list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .content_body_1 > .content_view .scope_view .list .item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
.content_body_1 > .content_view .scope_view .list .item .index_box {
  width: 244px;
  height: 72px;
  opacity: 1;
  background-image: url('../image/21.png');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -10px;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
@media (max-width: 1340px) {
  .content_body_1 > .content_view .scope_view .list .item .index_box {
    width: 78%;
  }
}
.content_body_1 > .content_view .scope_view .list .item .index_box img {
  width: 44px;
  margin-right: 16px;
}
.content_body_1 > .content_view .scope_view .list .item .index_box span {
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #5178D4;
}
.content_body_1 > .content_view .scope_view .list .item .message_box {
  padding: 20px 20px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.content_body_1 > .content_view .advantage_view {
  margin-top: 75px;
  padding: 0 0 300px;
}
@media (max-width: 1600px) {
  .content_body_1 > .content_view .advantage_view {
    padding-bottom: 350px;
  }
}
@media (max-width: 1450px) {
  .content_body_1 > .content_view .advantage_view {
    padding-bottom: 400px;
  }
}
.content_body_1 > .content_view .advantage_view .curve {
  background-image: url('../image/23.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 61.71875vw;
  min-width: 630px;
  height: 7.44791vw;
  margin: 0 auto;
  margin-top: 115px;
  position: relative;
}
.content_body_1 > .content_view .advantage_view .curve .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: calc((100% - 1px - 1% * 5) / 6);
  transform: translate(-50%, -68px);
}
.content_body_1 > .content_view .advantage_view .curve .item:nth-of-type(1) {
  left: 0.5%;
  top: 100%;
}
.content_body_1 > .content_view .advantage_view .curve .item:nth-of-type(2) {
  left: 19%;
  top: 36%;
}
.content_body_1 > .content_view .advantage_view .curve .item:nth-of-type(3) {
  left: 40%;
  top: 6%;
}
.content_body_1 > .content_view .advantage_view .curve .item:nth-of-type(4) {
  left: 60%;
  top: 6%;
}
.content_body_1 > .content_view .advantage_view .curve .item:nth-of-type(5) {
  left: 81%;
  top: 36%;
}
.content_body_1 > .content_view .advantage_view .curve .item:nth-of-type(6) {
  left: 99.5%;
  top: 100%;
}
.content_body_1 > .content_view .advantage_view .curve .item .icon {
  width: 40px;
  height: 40px;
}
.content_body_1 > .content_view .advantage_view .curve .item .point {
  width: 12px;
  height: 12px;
  background: #5178D4;
  border-radius: 50%;
  margin-top: 20px;
}
.content_body_1 > .content_view .advantage_view .curve .item .title1 {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 24px;
  text-align: center;
}
.content_body_1 > .content_view .advantage_view .curve .item .title2 {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  padding: 1vw;
  margin-top: 24px;
  text-align: justify;
  position: relative;
  height: 123px;
}
@media (max-width: 1880px) {
  .content_body_1 > .content_view .advantage_view .curve .item .title2 {
    height: 150px;
  }
}
@media (max-width: 1500px) {
  .content_body_1 > .content_view .advantage_view .curve .item .title2 {
    height: 170px;
  }
}
@media (max-width: 1300px) {
  .content_body_1 > .content_view .advantage_view .curve .item .title2 {
    height: 190px;
  }
}
@media (max-width: 1120px) {
  .content_body_1 > .content_view .advantage_view .curve .item .title2 {
    height: 220px;
  }
}
.content_body_1 > .content_view .advantage_view .curve .item .title2::after {
  width: 36px;
  height: 4px;
  background: #5178D4;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  margin: auto;
}
.content_body_1 > .content_view .question_view {
  background-color: #fff;
  padding: 75px 0 70px;
}
.content_body_1 > .content_view .question_view .common_view .list {
  margin-top: 42px;
}
.content_body_1 > .content_view .question_view .common_view .list .item {
  color: #fff;
  background: #FFFFFF;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
}
.content_body_1 > .content_view .question_view .common_view .list .item:first-child {
  margin-top: 0;
}
.content_body_1 > .content_view .question_view .common_view .list .item .title_box {
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: 100% auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.06);
  background-image: url('../image/25.png');
  background-repeat: no-repeat;
  background-size: auto 85px;
  background-position: right top;
  background-position-x: calc(100% - 70px);
  padding: 0 30px 0 0;
  position: relative;
}
.content_body_1 > .content_view .question_view .common_view .list .item .title_box::after {
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: 68px;
  background-image: url('../image/25.png');
  background-repeat: no-repeat;
  background-size: auto 85px;
  background-position: 0 -68px;
}
.content_body_1 > .content_view .question_view .common_view .list .item .title_box .left {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #5178d4;
  border-top-left-radius: 8px;
  padding-left: 30px;
}
.content_body_1 > .content_view .question_view .common_view .list .item .title_box .left .icon {
  width: 44px;
  margin-right: 10px;
}
.content_body_1 > .content_view .question_view .common_view .list .item .title_box .left span {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.content_body_1 > .content_view .question_view .common_view .list .item .title_box .index {
  font-size: 32px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #bdccef;
}
.content_body_1 > .content_view .question_view .common_view .list .item .message_box {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding: 30px 30px;
}
.content_body_1 > .content_view .case_view {
  padding: 75px 0 65px;
}
.content_body_1 > .content_view .case_view .common_view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content_body_1 > .content_view .case_view .common_view .opt_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 46px;
  cursor: pointer;
}
.content_body_1 > .content_view .case_view .common_view .opt_ul .item {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-left: 100px;
  position: relative;
}
.content_body_1 > .content_view .case_view .common_view .opt_ul .item::after {
  width: 0;
  display: block;
  height: 4px;
  content: "";
  background-color: #5178D4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
  transition: all 0.3s;
}
.content_body_1 > .content_view .case_view .common_view .opt_ul .item.active::after {
  width: 80%;
}
.content_body_1 > .content_view .case_view .common_view .opt_ul .item:first-child {
  margin-left: 0;
}
.content_body_1 > .content_view .case_view .common_view .opt_list {
  display: none;
  flex-wrap: wrap;
  margin-top: 55px;
  width: 64vw;
}
@media (max-width: 1390px) {
  .content_body_1 > .content_view .case_view .common_view .opt_list {
    width: 100%;
  }
  .content_body_1 > .content_view .case_view .common_view .opt_list .item {
    margin-right: 20px !important;
    margin-top: 20px !important;
    width: calc((100% - 1px - 20px) / 2) !important;
    height: 230px !important;
  }
  .content_body_1 > .content_view .case_view .common_view .opt_list .item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .content_body_1 > .content_view .case_view .common_view .opt_list .item:nth-of-type(-n+2) {
    margin-top: 0 !important;
  }
}
.content_body_1 > .content_view .case_view .common_view .opt_list .item {
  margin-right: 40px;
  margin-top: 40px;
  width: calc((100% - 1px - 40px) / 2);
  height: 18vw;
}
.content_body_1 > .content_view .case_view .common_view .opt_list .item:nth-of-type(2n) {
  margin-right: 0;
}
.content_body_1 > .content_view .case_view .common_view .opt_list .item:nth-of-type(-n+2) {
  margin-top: 0;
}
.content_body_1 > .content_view .case_view .common_view .opt_list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content_body_1 > .content_view .product_cost_view {
  padding: 75px 0 0;
}
.content_body_1 > .content_view .product_cost_view .common_view .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
}
.content_body_1 > .content_view .product_cost_view .common_view .list .item {
  margin-right: 26px;
  margin-top: 26px;
  width: calc((100% - 1px - 26px * 3) / 4);
  height: 208px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.content_body_1 > .content_view .product_cost_view .common_view .list .item:nth-of-type(4n) {
  margin-right: 0;
}
.content_body_1 > .content_view .product_cost_view .common_view .list .item:nth-of-type(-n+4) {
  margin-top: 0;
}
@media (max-width: 1690px) {
  .content_body_1 > .content_view .product_cost_view .common_view .list .item {
    width: calc((100% - 1px - 26px * 2) / 3);
    margin-right: 26px;
    margin-top: 26px;
  }
  .content_body_1 > .content_view .product_cost_view .common_view .list .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .content_body_1 > .content_view .product_cost_view .common_view .list .item:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .content_body_1 > .content_view .product_cost_view .common_view .list .item:nth-of-type(n+4) {
    display: none;
  }
}
.content_body_1 > .content_view .product_cost_view .common_view .list .item .title_1_box {
  width: 90%;
  height: 72px;
  display: flex;
  align-items: center;
  background-image: url("../image/41.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -10px;
  margin-top: 16px;
  padding-right: 10px;
}
.content_body_1 > .content_view .product_cost_view .common_view .list .item .title_1_box img {
  width: 44px;
  margin-left: 16px;
}
.content_body_1 > .content_view .product_cost_view .common_view .list .item .title_1_box span {
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #5178D4;
}
.content_body_1 > .content_view .product_cost_view .common_view .list .item .title_2_box {
  padding: 25px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.content_body_1 > .content_view .flux_view {
  padding: 78px 0 70px;
}
.content_body_1 > .content_view .flux_view .list {
  font-size: 0;
  margin-top: 40px;
}
.content_body_1 > .content_view .flux_view .list img {
  width: 100%;
}
.content_body_1 > .content_view .cooperation_flow_view {
  padding: 80px 0 70px;
  background-color: #fff;
}
.content_body_1 > .content_view .cooperation_flow_view .list {
  font-size: 0;
  margin-top: 40px;
}
.content_body_1 > .content_view .cooperation_flow_view .list img {
  width: 100%;
}
.footer_view .cantact_code_view {
  background-image: url("../image/30.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 67px 0;
}
.footer_view .cantact_code_view .common_view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_view .cantact_code_view .common_view .title1 {
  font-size: 32px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.footer_view .cantact_code_view .common_view .title2 {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  margin-top: 38px;
  max-width: 860px;
}
.footer_view .cantact_code_view .common_view .contact_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 485px;
  height: 286px;
  background: rgba(255, 255, 255, 0.63);
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  margin-top: 34px;
}
.footer_view .cantact_code_view .common_view .contact_box .img {
  width: 197px;
  height: 197px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 13px;
}
.footer_view .cantact_code_view .common_view .contact_box .img img {
  width: 100%;
  height: 100%;
}
.footer_view .cantact_code_view .common_view .contact_box .message_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 197px;
  margin-left: 30px;
  padding: 15px 0 5px;
}
.footer_view .cantact_code_view .common_view .contact_box .message_box .t1 {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.footer_view .cantact_code_view .common_view .contact_box .message_box .t2 {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 16px;
}
.footer_view .cantact_code_view .common_view .contact_box .message_box .t3 {
  display: flex;
  align-items: center;
}
.footer_view .cantact_code_view .common_view .contact_box .message_box .t3 img {
  width: 32px;
  margin-right: 8px;
}
.footer_view .cantact_code_view .common_view .contact_box .message_box .t3 span {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.footer_view .bottom_link_view {
  background-color: #2E3139;
  padding: 25px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_view .bottom_link_view .common_view {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_view .bottom_link_view .common_view .list_view {
  margin-left: 30px;
  margin-top: 50px;
}
.footer_view .bottom_link_view .common_view .list_view:first-child {
  margin-left: 0;
}
.footer_view .bottom_link_view .common_view .list_view:last-child {
  width: 100%;
  margin-left: 0;
}
.footer_view .bottom_link_view .common_view .list_view:last-child .link_box {
  flex-direction: row;
  height: auto;
}
.footer_view .bottom_link_view .common_view .list_view:last-child .link_box > a {
  margin-left: 0 !important;
  margin-right: 45px;
}
.footer_view .bottom_link_view .common_view .list_view .title1 {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.footer_view .bottom_link_view .common_view .list_view .text_box_1 {
  width: 370px;
  margin-top: 35px;
}
.footer_view .bottom_link_view .common_view .list_view .text_box_1 .message {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
}
.footer_view .bottom_link_view .common_view .list_view .text_box_1 .check_more {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 23px;
  display: block;
}
.footer_view .bottom_link_view .common_view .list_view .link_box {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 180px;
  min-width: 200px;
}
.footer_view .bottom_link_view .common_view .list_view .link_box > a {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  margin-bottom: 22px;
  margin-left: 45px;
}
.footer_view .bottom_link_view .common_view .list_view .link_box > a:nth-of-type(-n+4) {
  margin-left: 0;
}
.footer_view .bottom_link_view .common_view .list_view .img_box {
  width: 120px;
  height: 120px;
  background-color: #fff;
  padding: 5px;
  margin-top: 40px;
}
.footer_view .bottom_link_view .common_view .list_view .img_box img {
  width: 100%;
  height: 100%;
}
.footer_view .footer_hint {
  text-align: center;
  background-color: #2E3139;
  padding: 34px 0;
}
.footer_view .footer_hint .title_1 {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.footer_view .footer_hint .list_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.footer_view .footer_hint .list_1 .item {
  height: 37px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  padding: 0 10px;
}
.footer_view .footer_hint .list_1 .item:first-child {
  margin-left: 0;
}
.footer_view .footer_hint .list_1 .item .icon {
  width: 18px;
  margin-right: 8px;
}
.footer_view .footer_hint .list_1 .item span {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
