/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@import url(animate.min.css);
@font-face {
  font-family: '阿里妈妈方圆体';
  src: url('https://od.intelligenceinall.com:8016/bladex/upload/20250212/cf31a9a21804048e35572b9b0c555bfa.woff2') format('woff2'), url('https://od.intelligenceinall.com:8016/bladex/upload/20250212/9f0022f62fa05e24c2bd8f3d75967726.woff') format('woff');
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
li::marker {
  content: ' ';
}
/* 隐藏垂直滚动条 */
body::-webkit-scrollbar {
  width: 1px;
}
body {
  overflow-x: hidden;
}
.font_common {
  font-family: '阿里妈妈方圆体';
}
.bg {
  width: 100%;
}
.bg .bg_img {
  width: 100%;
}
.fnt_22 {
  font-size: 22px;
}
.fnt_60 {
  font-size: 60px;
}
.fnt_80 {
  font-size: 80px;
}
.fnt_title {
  font-family: '阿里妈妈方圆体';
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  color: #000b33;
}
@media (max-width: 1440px) {
  .fnt_22 {
    font-size: 22px;
  }
  .fnt_60 {
    font-size: 60px;
  }
  .fnt_80 {
    font-size: 80px;
  }
}
@media (max-width: 1200px) {
  .fnt_22 {
    font-size: 18px;
  }
  .fnt_60 {
    font-size: 40px;
  }
  .fnt_80 {
    font-size: 60px;
  }
  .fnt_title {
    font-size: 50px;
  }
}
@media (max-width: 1000px) {
  .fnt_22 {
    font-size: 16px;
  }
  .fnt_60 {
    font-size: 20px;
  }
  .fnt_80 {
    font-size: 40px;
  }
  .fnt_title {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .fnt_22 {
    font-size: 14px;
  }
  .fnt_60 {
    font-size: 18px;
  }
  .fnt_80 {
    font-size: 30px;
  }
  .fnt_title {
    font-size: 22px;
  }
}
.common_section {
  width: 100%;
  min-width: 350px;
}
.common_card {
  max-width: 1288px;
  width: 100%;
  margin: auto;
  padding: 60px 0;
}
.common_card1 {
  max-width: 1288px;
  width: 100%;
  margin: auto;
}
.card1 {
  max-width: 1288px;
  width: 100%;
  margin: auto;
  padding: 90px 30px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card1 .left_con {
  width: 55%;
}
.card1 .left_con .title {
  font-family: '阿里妈妈方圆体';
  color: #000b33;
}
.card1 .left_con .title span {
  font-weight: bold;
}
.card1 .left_con .content {
  padding-top: 40px;
  line-height: 34px;
  text-align: justify;
}
.card1 .right_con {
  width: calc(45% - 80px);
  padding-top: 30%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}
.card1 .right_con .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 200ms;
}
.card1 .right_con .v_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  object-fit: cover;
  /* 关键属性：封面图铺满容器，保持比例裁剪 */
  transition: all 200ms;
  background-color: #000000;
  border-radius: 8px;
}
.card1 .right_con .control {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 200ms;
  border-radius: 8px;
}
.card1 .right_con .control:hover {
  background-color: transparent;
}
.card1 .right_con .play_btn {
  position: relative;
  width: 90px;
  height: 90px;
}
.card1 .right_con .play_text {
  padding-top: 20px;
  position: relative;
  font-size: 24px;
  color: #ffffff;
}
.card1 .right_con:hover .cover {
  background-color: transparent;
}
.card2 {
  max-width: 1288px;
  width: 100%;
  margin: auto;
  padding: 90px 30px 0 30px;
}
.card2 .line {
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #ffffff, #46477b, #ffffff);
  margin-top: 50px;
}
.card2 .card_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.card2 .card_box .card_item {
  width: calc((100% - 15px * 4) / 5);
  box-sizing: border-box;
  position: relative;
  border-radius: 25px;
  border: 2px solid #3676f8;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-right: 15px;
  margin-top: 80px;
}
.card2 .card_box .card_item:nth-child(5n) {
  margin-right: 0;
}
.card2 .card_box .card_item .card_i {
  font-family: '阿里妈妈方圆体';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #8fb3ff, #3676f8);
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left: calc((100% - 60px) / 2);
  top: -30px;
  box-shadow: 0 5px 20px 0 rgba(54, 118, 248, 0.3);
}
.card2 .card_box .card_item .card_img {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}
.card2 .card_box .card_item .t1 {
  font-family: '阿里妈妈方圆体';
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
}
.card2 .card_box .card_item .t2 {
  font-size: 28px;
  text-align: center;
  padding-top: 10px;
}
.card3 {
  background-color: #2b59ff;
  margin-top: 60px;
  background-image: url(https://od.intelligenceinall.com:8016/bladex/upload/20250212/697fbbec8ff5eea3bbad634d57408024.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  font-family: '阿里妈妈方圆体';
}
.card3 .fnt_title {
  color: #ffffff;
}
.card3 .card3_box {
  max-width: 1288px;
  width: 100%;
  margin: auto;
  padding: 60px 30px 0 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card3 .card3_box .card_item3 {
  width: calc((100% - 60px * 2) / 3);
  border-radius: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}
.card3 .card3_box .card_item3::after {
  display: block;
  content: '';
  padding-bottom: 100%;
}
.card3 .card3_box .card_item3:nth-child(3n) {
  margin-right: 0;
}
.card3 .card3_box .card_item3:nth-child(-n + 3) {
  margin-bottom: 60px;
}
.card3 .card3_box .card_item3 .card_bottom {
  width: 100%;
  height: 68px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.card3 .card3_box1 {
  max-width: 1288px;
  width: 100%;
  margin: auto;
  padding: 60px 30px 100px 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card3 .card3_box1 .item {
  width: calc((100% - 70px) / 2);
  box-sizing: border-box;
  border-radius: 32px;
  background-color: #ffffff;
  padding: 50px 20px 50px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-top: 70px;
}
.card3 .card3_box1 .item .title {
  font-size: 28px;
  font-weight: bold;
}
.card3 .card3_box1 .item .desc {
  font-size: 22px;
  color: #5f5e66;
  padding-top: 10px;
  text-align: justify;
}
.card3 .card3_box1 .item .num_box {
  width: 100px;
  height: 110px;
  position: absolute;
  top: -20px;
  left: 10px;
  background: linear-gradient(to right, #8fb3ff, #3676f7);
  box-shadow: 0 0 10px 10px rgba(54, 118, 247, 0.1);
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card4 {
  max-width: 1288px;
  width: 100%;
  margin: auto;
  padding: 90px 30px 0 30px;
}
.card4 .card4_box {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-image: url(../img/safe/center.png);
  background-size: 40% auto;
  background-repeat: no-repeat;
  background-position: center 40%;
}
.card4 .card4_box .safe_item {
  width: 320px;
  box-shadow: 0 12px 24px 0 rgba(69, 158, 255, 0.1);
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #ffffff;
}
.card4 .card4_box .safe_item .safe_img {
  width: 88px;
  height: 88px;
}
.card4 .card4_box .safe_item .safe_text1 {
  font-size: 26px;
  color: #222a41;
  padding-top: 30px;
}
.card4 .card4_box .safe_item .safe_text2 {
  flex: 1;
  padding-top: 30px;
  font-size: 18px;
  color: #6d7783;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}
.card4 .card4_box .safe_item1 {
  left: 160px;
  top: 8%;
}
.card4 .card4_box .safe_item2 {
  right: 160px;
  top: 8%;
}
.card4 .card4_box .safe_item3 {
  left: 1%;
  top: 40%;
}
.card4 .card4_box .safe_item4 {
  right: 1%;
  top: 43%;
}
.card4 .card4_box .safe_item5 {
  left: 35%;
  bottom: 10%;
}
.card5 {
  max-width: 1288px;
  width: 100%;
  margin: auto;
  padding: 80px 30px 0 30px;
}
.card5 .card_box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 90px;
}
.card5 .card_box .card_item {
  width: calc((100% - 30px * 3) / 4);
  height: auto;
  margin-right: 30px;
  border-radius: 16px;
  overflow: hidden;
}
.card5 .card_box .card_item:nth-child(4) {
  margin-right: 0;
}
.card5 .card_box .card_item .card_img {
  width: 100%;
  height: auto;
  display: block;
}
.card5 .card_box .card_item .card_text {
  font-family: '阿里妈妈方圆体';
  height: 64px;
  font-size: 40px;
  font-weight: bold;
  background-color: #3676f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.card6 {
  max-width: 1288px;
  width: 100%;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 0;
}
.card6 .content {
  font-family: '阿里妈妈方圆体';
  font-size: 22px;
  text-align: center;
  padding-top: 50px;
  line-height: 34px;
  max-width: 920px;
  margin: auto;
}
.card6 .card_img {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.card7 {
  max-width: 1288px;
  width: 100%;
  margin: auto;
  padding: 40px 30px;
}
.card7 .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.card7 .box .left_box {
  width: 42%;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
}
.card7 .box .left_box .item {
  width: calc((100% - 20px) / 2);
  background-color: #e8efff;
  margin-right: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 0;
}
.card7 .box .left_box .item .icon {
  width: 80px;
  height: 80px;
  display: block;
  margin-bottom: 10px;
}
.card7 .box .left_box .item .text {
  font-size: 26px;
}
.card7 .box .left_box .item:nth-child(2n) {
  margin-right: 0;
}
.card7 .box .left_box .item:nth-child(1),
.card7 .box .left_box .item:nth-child(2) {
  margin-bottom: 20px;
}
.card7 .box .right_box {
  flex: 1;
  background-color: #e8efff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.card7 .box .right_box .tab_box {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #3676f8;
}
.card7 .box .right_box .tab_box .tab_item {
  padding: 30px 0 20px 0;
  color: #3676f8;
  font-size: 24px;
  position: relative;
  cursor: pointer;
}
.card7 .box .right_box .tab_box .tab_item::after {
  scale: 0 1;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background-color: #3676f8;
}
.card7 .box .right_box .tab_box .tab_item_active::after {
  transition: all 0.3s;
  scale: 1;
}
.card7 .box .right_box .video_con {
  flex: 1;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.card7 .box .right_box .video_con .video_player {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  /* 关键属性：封面图铺满容器，保持比例裁剪 */
}
.card7 .box .right_box .video_con .video_cover {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 200ms;
}
.card7 .box .right_box .video_con .video_cover:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.card7 .box .right_box .video_con .video_cover .video_play {
  width: 88px;
  height: 88px;
  cursor: pointer;
}
.card8 {
  max-width: 1288px;
  width: 100%;
  margin: auto;
  padding: 100px 30px 0 30px;
}
.card8 .t_box {
  display: flex;
  margin-top: 60px;
}
.card8 .t_box .t_title {
  font-family: '阿里妈妈方圆体';
  background-color: #323232;
  color: #ffffff;
  border-radius: 28px;
  height: 56px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 28px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 25px;
}
.card8 .t_box .t_title1 {
  background-color: #fcf9da;
  color: #323232;
}
.card8 .t_box .t_item,
.card8 .t_box .t_item1,
.card8 .t_box .t_item2 {
  font-size: 26px;
  color: #323232;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.card8 .t_box .t_item {
  font-weight: bold;
}
.card8 .t_box .t_item1,
.card8 .t_box .t_item2 {
  width: 100%;
  position: relative;
  color: #000b33;
}
.card8 .t_box .t_item1::after,
.card8 .t_box .t_item2::after {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #efefef;
}
.card8 .t_box .t_item1:last-child::after,
.card8 .t_box .t_item2:last-child::after {
  height: 0;
  background-color: transparent;
}
.card8 .t_box .t_item2 {
  color: #ffffff;
}
.card8 .t_box .t_item2::after {
  background-color: #bad0ff;
  opacity: 0.7;
}
.card8 .t_box .t_left,
.card8 .t_box .t_center,
.card8 .t_box .t_right {
  border-radius: 24px;
  box-shadow: 0 2px 28px rgba(0, 49, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
}
.card8 .t_box .t_left {
  background-color: #ffffff;
  width: calc(100% / 5 + 24px);
  padding-right: 24px;
}
.card8 .t_box .t_center {
  background-color: #d9e5ff;
  width: calc((100% / 5) * 1.8 + 24px);
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 35px;
  padding-right: calc(35px + 24px);
}
.card8 .t_box .t_right {
  background: linear-gradient(to right, #8fb3ff, #3676f7);
  flex: 1;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}
.card8 .t_box .t_right .vs_icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(to bottom, #cfecff, #4996ff);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 70px);
  left: -35px;
  font-size: 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card9 {
  max-width: 1288px;
  width: 100%;
  margin: auto;
  padding: 100px 30px;
}
.card9 .process_box {
  display: flex;
  padding-top: 60px;
  justify-content: space-between;
}
.card9 .process_box .process_item1 {
  width: 100px;
  height: 100px;
}
.card9 .process_box .process_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 100px * 4) / 5);
}
.card9 .process_box .process_item img {
  width: 120px;
  height: 120px;
}
.card9 .process_box .process_item .process_title {
  font-family: '阿里妈妈方圆体';
  font-size: 28px;
  font-weight: bold;
  padding-top: 24px;
}
.card9 .process_box .process_item .process_content {
  font-size: 22px;
  padding-top: 10px;
  text-align: center;
  color: #5e5d62;
}
@media (max-width: 1250px) {
  .card9 .process_box .process_item img {
    width: 110px;
    height: 110px;
  }
  .card9 .process_box .process_item .process_title {
    font-size: 26px;
    padding-top: 20px;
  }
  .card9 .process_box .process_item .process_content {
    font-size: 18px;
  }
}
.card10 {
  max-width: 1288px;
  width: 100%;
  margin: auto;
  padding: 80px 30px;
}
.card10 .item_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 2px 2px 20px rgba(43, 89, 255, 0.14);
  padding: 30px 75px;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.card10 .item_card:last-child {
  margin-bottom: 0;
}
.card10 .item_card .icon {
  width: 230px;
  height: 230px;
}
.card10 .item_card .content {
  width: 340px;
}
.card10 .item_card .content .title {
  font-family: '阿里妈妈方圆体';
  font-size: 40px;
  color: #000b33;
  font-weight: bold;
  text-align: center;
}
.card10 .item_card .content .con {
  font-size: 22px;
  color: #000b33;
  padding-top: 35px;
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
}
.card10 .fnt_title {
  padding-top: 100px;
}
.card10 .text {
  font-size: 22px;
  color: #000b33;
  text-align: center;
  padding-top: 30px;
}
.card11 {
  max-width: 1288px;
  width: 100%;
  margin: auto;
  padding: 20px 30px;
}
.card11 .info_box {
  width: 100%;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  margin-top: 50px;
}
.card11 .info_box .info_item {
  padding: 40px;
  border-bottom: 1px dashed #e2e2e3;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 200ms;
}
.card11 .info_box .info_item:last-child {
  border: none;
}
.card11 .info_box .info_item .extend {
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card11 .info_box .info_item .info_con {
  width: calc(100% - 190px);
  height: 140px;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
}
.card11 .info_box .info_item .info_con .title {
  font-size: 28px;
  color: #222a41;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card11 .info_box .info_item .info_con .title:hover {
  text-decoration: underline;
  color: #2b59ff;
}
.card11 .info_box .info_item .info_con .sub_title {
  font-size: 16px;
  color: #23242c;
  flex: 1;
  padding: 15px 0;
}
.card11 .info_box .info_item .info_con .con {
  font-size: 14px;
  color: #747880;
}
.card11 .info_box .info_item .info_con .con .t1 {
  color: #3676f8;
}
.card11 .info_box .info_item .info_con .con img {
  width: 16px;
  height: 12px;
}
.card11 .info_box .info_item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card12 {
  max-width: 1288px;
  width: 100%;
  margin: auto;
  padding: 20px 30px;
}
.card12 .about_con {
  padding-right: 50%;
  background-image: url(https://od.intelligenceinall.com:8016/bladex/upload/20250212/fcad1f291af892a34163a012e9e0c4e7.png);
  background-size: 50% auto;
  background-position: right center;
  background-repeat: no-repeat;
  margin-top: 40px;
}
.card12 .about_con .title {
  font-family: '阿里妈妈方圆体';
  font-size: 40px;
  padding-top: 30px;
  color: #000b33;
}
.card12 .about_con .content {
  font-size: 22px;
  padding-top: 20px;
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
  color: #323b5c;
}
.card12 .fnt_title {
  padding-top: 80px;
}
.card12 .fnt_sub {
  font-size: 22px;
  padding-top: 30px;
  text-align: center;
}
.card12 .box1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
.card12 .box1 .box_item {
  width: calc((100% - 25px * 3) / 4);
  margin-right: 25px;
  border-radius: 18px;
  box-shadow: 0 2px 11px 0 rgba(69, 158, 255, 0.11);
  padding: 50px 10px;
  background-color: #ffffff;
}
.card12 .box1 .box_item:nth-child(4) {
  margin-right: 0;
}
.card12 .box1 .box_item .icon {
  width: 95px;
  height: 95px;
  display: block;
  margin: auto;
}
.card12 .box1 .box_item .title {
  font-size: 24px;
  color: #222a41;
  text-align: center;
  padding-top: 30px;
}
.card12 .box1 .box_item .sub_title {
  font-size: 16px;
  color: #6d7783;
  text-align: center;
  padding-top: 20px;
}
.card12 .box2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
.card12 .box2 .icon {
  width: calc((100% - 40px * 3) / 4);
  height: auto;
  margin-right: 40px;
}
.card12 .box2 .icon:nth-child(4n) {
  margin-right: 0;
}
.card12 .box2 .icon:nth-child(-n + 4) {
  margin-bottom: 40px;
}
.card12 .box3 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
.card12 .box3 .icon {
  width: calc((100% - 25px * 3) / 4);
  height: auto;
  margin-right: 25px;
  border: 1px solid #dfe4ef;
  border-radius: 12px;
}
.card12 .box3 .icon:nth-child(4n) {
  margin-right: 0;
}
.card12 .box3 .icon:nth-child(-n + 4) {
  margin-bottom: 25px;
}
.form_box {
  max-width: 750px;
  background-color: #ffffff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
  margin: 80px auto;
  padding: 40px 35px;
}
.form_box .form_input {
  height: 55px;
  background-color: #f5f8ff;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 20px;
}
.form_box .form_input .type_item {
  padding: 10px 25px;
  background-color: #f2f2f2;
  border-radius: 6px;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px;
}
.form_box .form_input .type_item:hover {
  box-shadow: 0 1px 10px #3676f757;
  transition: 300ms;
}
.form_box .form_input .type_item_active {
  background-color: #3676f7;
  color: #ffffff;
  box-shadow: 0 0 5px #3676f757;
  transition: 300ms;
}
.form_box .btn {
  background: linear-gradient(to right, #8fb3ff, #3676f7);
  width: 170px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: auto;
  border-radius: 4px;
  font-size: 22px;
  cursor: pointer;
}
.form_box .btn:hover {
  box-shadow: 0 0 10px #3676f757;
  transition: 300ms;
}
.detail_box {
  padding: 150px 30px 30px;
  min-height: 50vh;
  max-width: 760px;
  margin: auto;
}
.detail_box .d_title {
  text-align: center;
  font-size: 30px;
  word-break: break-all;
  word-wrap: break-word;
}
.detail_box .d_con {
  font-size: 16px;
  color: #747880;
  text-align: center;
  padding-top: 15px;
}
.detail_box .d_con .t1 {
  color: #3676f8;
}
.detail_box .d_con img {
  width: 18px;
  height: 12px;
}
.detail_box .d_content {
  padding-top: 20px;
  line-height: 30px;
  text-align: justify;
  font-size: 18px;
  text-indent: 36px;
}
.detail_box .d_content img {
  margin: auto;
  display: block;
  max-width: 100%;
}
.modal_con {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  display: none;
  transition: all 300ms;
  padding: 200px 0;
}
.modal_con .modal_inner {
  width: 100%;
  height: 100%;
  max-width: 700px;
  position: relative;
}
.modal_con .modal_inner .modal_close {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 200ms;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal_con .modal_inner .modal_close:hover {
  opacity: 0.85;
}
@media (max-width: 1200px) {
  .card1 {
    padding: 60px 25px 0 25px;
  }
  .card1 .left_con .content {
    padding-top: 20px;
    line-height: 28px;
  }
  .card1 .right_con {
    width: calc(45% - 50px);
  }
  .card1 .right_con .play_btn {
    width: 70px;
    height: 70px;
  }
  .card1 .right_con .play_text {
    font-size: 18px;
    padding-top: 10px;
  }
  .card2 {
    padding: 60px 25px 0 25px;
  }
  .card2 .line {
    margin-top: 25px;
    height: 2px;
  }
  .card2 .card_box .card_item {
    width: calc((100% - 15px * 4) / 5);
    margin-right: 15px;
    margin-top: 70px;
  }
  .card2 .card_box .card_item:nth-child(5n) {
    margin-right: 0;
  }
  .card2 .card_box .card_item .card_i {
    width: 60px;
    height: 60px;
    font-size: 26px;
    left: calc((100% - 60px) / 2);
    top: -30px;
    line-height: 60px;
  }
  .card2 .card_box .card_item .card_img {
    width: 80px;
    height: 80px;
  }
  .card2 .card_box .card_item .t1 {
    font-size: 28px;
  }
  .card2 .card_box .card_item .t2 {
    font-size: 22px;
  }
  .card3 {
    margin-top: 50px;
    padding: 60px 0;
  }
  .card3 .card3_box {
    padding: 60px 25px 0 25px;
  }
  .card3 .card3_box .card_item3 {
    width: calc((100% - 40px * 2) / 3);
    margin-right: 40px;
  }
  .card3 .card3_box .card_item3:nth-child(-n + 3) {
    margin-bottom: 40px;
  }
  .card3 .card3_box .card_item3 .card_bottom {
    height: 60px;
    font-size: 22px;
  }
  .card3 .card3_box1 {
    padding: 60px 25px 90px 25px;
  }
  .card3 .card3_box1 .item {
    width: calc((100% - 60px) / 2);
    border-radius: 26px;
    padding: 30px 20px 30px 110px;
    margin-top: 60px;
  }
  .card3 .card3_box1 .item .title {
    font-size: 24px;
  }
  .card3 .card3_box1 .item .desc {
    font-size: 18px;
  }
  .card3 .card3_box1 .item .num_box {
    width: 90px;
    height: 90px;
    top: -20px;
    left: 10px;
    font-size: 38px;
  }
  .card4 {
    padding: 60px 25px 0 25px;
  }
  .card4 .card4_box {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background-image: url(../img/safe/center.png);
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: center 40%;
  }
  .card4 .card4_box .safe_item {
    width: 260px;
    padding: 15px 10px;
  }
  .card4 .card4_box .safe_item .safe_img {
    width: 70px;
    height: 70px;
  }
  .card4 .card4_box .safe_item .safe_text1 {
    font-size: 22px;
    padding-top: 15px;
  }
  .card4 .card4_box .safe_item .safe_text2 {
    padding-top: 10px;
    font-size: 16px;
  }
  .card4 .card4_box .safe_item1 {
    left: 140px;
    top: 10%;
  }
  .card4 .card4_box .safe_item2 {
    right: 140px;
    top: 10%;
  }
  .card4 .card4_box .safe_item3 {
    left: 30px;
    top: 40%;
  }
  .card4 .card4_box .safe_item4 {
    right: 30px;
    top: 43%;
  }
  .card4 .card4_box .safe_item5 {
    left: 35%;
    bottom: 15%;
  }
  .card5 {
    padding: 80px 25px 0 25px;
  }
  .card5 .card_box {
    padding-top: 60px;
  }
  .card5 .card_box .card_item {
    width: calc((100% - 25px * 3) / 4);
    margin-right: 25px;
  }
  .card5 .card_box .card_item .card_text {
    height: 54px;
    font-size: 34px;
  }
  .card6 {
    padding-top: 80px;
  }
  .card6 .content {
    font-size: 18px;
    padding-top: 40px;
    line-height: 28px;
    max-width: 800px;
  }
  .card7 {
    max-width: 1288px;
    width: 100%;
    margin: auto;
    padding: 30px 25px;
  }
  .card7 .box {
    width: 100%;
    padding-top: 60px;
  }
  .card7 .box .left_box .item {
    padding: 25px 0;
  }
  .card7 .box .left_box .item .icon {
    width: 70px;
    height: 70px;
  }
  .card7 .box .left_box .item .text {
    font-size: 20px;
  }
  .card7 .box .right_box .tab_box .tab_item {
    padding: 20px 0 10px 0;
    color: #3676f8;
    font-size: 20px;
  }
  .card7 .box .right_box .video_con .video_cover .video_play {
    width: 78px;
    height: 78px;
    cursor: pointer;
  }
  .card8 {
    padding: 80px 25px 0 25px;
  }
  .card8 .t_box {
    display: flex;
    margin-top: 50px;
  }
  .card8 .t_box .t_title {
    border-radius: 24px;
    height: 48px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .card8 .t_box .t_title1 {
    background-color: #fcf9da;
    color: #323232;
  }
  .card8 .t_box .t_item,
  .card8 .t_box .t_item1,
  .card8 .t_box .t_item2 {
    font-size: 24px;
    height: 90px;
  }
  .card8 .t_box .t_left,
  .card8 .t_box .t_center,
  .card8 .t_box .t_right {
    border-radius: 20px;
    box-shadow: 0 2px 20px rgba(0, 49, 255, 0.1);
    padding-top: 24px;
  }
  .card8 .t_box .t_left {
    width: calc(100% / 5 + 20px);
    padding-right: 20px;
  }
  .card8 .t_box .t_center {
    width: calc((100% / 5) * 1.8 + 20px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: calc(20px + 20px);
  }
  .card8 .t_box .t_right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .card8 .t_box .t_right .vs_icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(to bottom, #cfecff, #4996ff);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 60px);
    left: -30px;
    font-size: 30px;
  }
  .card9 {
    max-width: 1288px;
    width: 100%;
    margin: auto;
    padding: 80px 25px;
  }
  .card9 .process_box {
    padding-top: 50px;
  }
  .card9 .process_box .process_item1 {
    width: 80px;
    height: 80px;
  }
  .card9 .process_box .process_item img {
    width: 100px;
    height: 100px;
  }
  .card9 .process_box .process_item .process_title {
    font-size: 23px;
    padding-top: 18px;
  }
  .card9 .process_box .process_item .process_content {
    font-size: 18px;
    padding-top: 5px;
  }
  .card12 {
    padding: 20px 25px;
  }
  .card12 .about_con {
    margin-top: 30px;
  }
  .card12 .about_con .title {
    font-size: 30px;
    padding-top: 25px;
  }
  .card12 .about_con .content {
    font-size: 18px;
    padding-top: 15px;
  }
  .card12 .fnt_title {
    padding-top: 60px;
  }
  .card12 .fnt_sub {
    font-size: 22px;
    padding-top: 25px;
    text-align: center;
  }
  .card12 .box1 {
    padding-top: 50px;
  }
  .card12 .box1 .box_item {
    width: calc((100% - 20px * 3) / 4);
    margin-right: 20px;
    border-radius: 16px;
    padding: 40px 0;
  }
  .card12 .box1 .box_item .icon {
    width: 85px;
    height: 85px;
  }
  .card12 .box1 .box_item .title {
    font-size: 22px;
    padding-top: 25px;
  }
  .card12 .box1 .box_item .sub_title {
    font-size: 15px;
    padding-top: 15px;
  }
  .card12 .box2 {
    padding-top: 50px;
  }
  .card12 .box2 .icon {
    width: calc((100% - 30px * 3) / 4);
    margin-right: 30px;
  }
  .card12 .box2 .icon:nth-child(4n) {
    margin-right: 0;
  }
  .card12 .box2 .icon:nth-child(-n + 4) {
    margin-bottom: 30px;
  }
  .card12 .box3 {
    padding-top: 50px;
  }
  .card12 .box3 .icon {
    width: calc((100% - 20px * 3) / 4);
    margin-right: 20px;
  }
  .card12 .box3 .icon:nth-child(4n) {
    margin-right: 0;
  }
  .card12 .box3 .icon:nth-child(-n + 4) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 1250px) {
  .card9 .process_box .process_item img {
    width: 90px;
    height: 90px;
  }
  .card9 .process_box .process_item .process_title {
    font-size: 22px;
  }
  .card9 .process_box .process_item .process_content {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  body {
    padding-bottom: 60px;
  }
  .card1 {
    padding: 30px 20px 0 20px;
  }
  .card1 .left_con .title {
    text-align: center;
  }
  .card1 .left_con .content {
    padding-top: 10px;
    line-height: 26px;
  }
  .card1 .right_con {
    width: calc(45% - 30px);
  }
  .card2 {
    padding: 50px 20px 0 20px;
  }
  .card2 .line {
    margin-top: 20px;
    height: 2px;
  }
  .card2 .card_box .card_item {
    width: calc((100% - 15px * 3) / 4);
    margin-right: 15px;
    margin-top: 40px;
    padding-top: 25px;
  }
  .card2 .card_box .card_item:nth-child(4n) {
    margin-right: 0;
  }
  .card2 .card_box .card_item:nth-child(5n) {
    margin-right: 15px;
  }
  .card2 .card_box .card_item .card_i {
    width: 50px;
    height: 50px;
    font-size: 26px;
    left: calc((100% - 50px) / 2);
    top: -25px;
    line-height: 50px;
  }
  .card2 .card_box .card_item .card_img {
    width: 70px;
    height: 70px;
  }
  .card2 .card_box .card_item .t1 {
    font-size: 24px;
  }
  .card2 .card_box .card_item .t2 {
    font-size: 20px;
  }
  .card3 {
    margin-top: 50px;
    padding: 50px 0;
  }
  .card3 .card3_box {
    padding: 40px 25px 0 25px;
  }
  .card3 .card3_box .card_item3 {
    width: calc((100% - 30px * 2) / 3);
    margin-right: 30px;
  }
  .card3 .card3_box .card_item3:nth-child(-n + 3) {
    margin-bottom: 30px;
  }
  .card3 .card3_box .card_item3 .card_bottom {
    height: 50px;
    font-size: 20px;
  }
  .card3 .card3_box1 {
    padding: 40px 25px 60px 25px;
  }
  .card3 .card3_box1 .item {
    width: calc((100% - 30px) / 2);
    border-radius: 26px;
    padding: 25px 10px 25px 80px;
    margin-top: 30px;
  }
  .card3 .card3_box1 .item .title {
    font-size: 22px;
  }
  .card3 .card3_box1 .item .desc {
    font-size: 16px;
  }
  .card3 .card3_box1 .item .num_box {
    width: 60px;
    height: 60px;
    top: -10px;
    left: 10px;
    font-size: 30px;
  }
  .card4 {
    padding: 50px 25px 0 25px;
  }
  .card4 .fnt_title {
    width: 100%;
  }
  .card4 .card4_box {
    width: 100%;
    height: auto;
    background-size: 40% auto;
    display: flex;
    flex-wrap: wrap;
    background-image: none;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .card4 .card4_box .safe_item {
    width: calc((100% - 25px * 2) / 3);
    padding: 15px 10px;
    min-height: 210px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .card4 .card4_box .safe_item:nth-child(3n) {
    margin-right: 0;
  }
  .card4 .card4_box .safe_item .safe_img {
    width: 60px;
    height: 60px;
  }
  .card4 .card4_box .safe_item .safe_text1 {
    font-size: 20px;
    padding-top: 10px;
  }
  .card4 .card4_box .safe_item .safe_text2 {
    padding-top: 10px;
    font-size: 16px;
    text-align: justify;
  }
  .card5 {
    padding: 60px 20px 0 20px;
  }
  .card5 .card_box {
    padding-top: 40px;
  }
  .card5 .card_box .card_item {
    width: calc((100% - 20px * 3) / 4);
    margin-right: 20px;
  }
  .card5 .card_box .card_item .card_text {
    height: 44px;
    font-size: 24px;
  }
  .card6 {
    padding-top: 60px;
  }
  .card6 .content {
    font-size: 18px;
    padding-top: 20px;
    line-height: 26px;
    max-width: 700px;
  }
  .card7 {
    max-width: 1288px;
    width: 100%;
    margin: auto;
    padding: 30px 20px;
  }
  .card7 .box {
    padding-top: 40px;
  }
  .card7 .box .left_box .item {
    padding: 20px 0;
  }
  .card7 .box .left_box .item .icon {
    width: 65px;
    height: 65px;
  }
  .card7 .box .left_box .item .text {
    font-size: 18px;
  }
  .card8 {
    padding: 60px 20px 0 20px;
  }
  .card8 .t_box {
    display: flex;
    margin-top: 40px;
  }
  .card8 .t_box .t_title {
    border-radius: 20px;
    height: 40px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .card8 .t_box .t_title1 {
    background-color: #fcf9da;
    color: #323232;
  }
  .card8 .t_box .t_item,
  .card8 .t_box .t_item1,
  .card8 .t_box .t_item2 {
    font-size: 20px;
    height: 80px;
  }
  .card8 .t_box .t_left,
  .card8 .t_box .t_center,
  .card8 .t_box .t_right {
    border-radius: 18px;
    box-shadow: 0 2px 18px rgba(0, 49, 255, 0.1);
    padding-top: 20px;
  }
  .card8 .t_box .t_left {
    width: calc(100% / 5 + 18px);
    padding-right: 18px;
  }
  .card8 .t_box .t_center {
    width: calc((100% / 5) * 1.8 + 18px);
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 15px;
    padding-right: calc(15px + 18px);
  }
  .card8 .t_box .t_right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card8 .t_box .t_right .vs_icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(to bottom, #cfecff, #4996ff);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 50px);
    left: -25px;
    font-size: 28px;
  }
  .card9 {
    padding: 60px 20px;
  }
  .card9 .process_box {
    padding-top: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .card9 .process_box .process_item1 {
    width: 50px;
    height: 50px;
    margin-top: 20px;
  }
  .card9 .process_box .process_item {
    width: calc((100% - 4 * 50px) / 5);
    margin-bottom: 20px;
  }
  .card9 .process_box .process_item img {
    width: 90px;
    height: 90px;
  }
  .card9 .process_box .process_item .process_title {
    font-size: 20px;
    padding-top: 16px;
  }
  .card9 .process_box .process_item .process_content {
    font-size: 16px;
    padding-top: 5px;
  }
  .card10 {
    padding: 60px 20px;
  }
  .card10 .item_card {
    padding: 20px;
    margin-bottom: 20px;
  }
  .card10 .item_card .icon {
    width: 180px;
    height: 180px;
  }
  .card10 .item_card .content {
    width: 300px;
  }
  .card10 .item_card .content .title {
    font-family: '阿里妈妈方圆体';
    font-size: 30px;
  }
  .card10 .item_card .content .con {
    font-size: 16px;
    padding-top: 20px;
  }
  .card10 .fnt_title {
    padding-top: 30px;
  }
  .card10 .text {
    font-size: 18px;
    padding-top: 15px;
  }
  .card11 {
    padding: 20px 30px;
  }
  .card11 .info_box {
    border-radius: 20px;
    margin-top: 30px;
  }
  .card11 .info_box .info_item {
    padding: 30px;
  }
  .card11 .info_box .info_item .extend {
    width: 110px;
    height: 110px;
  }
  .card11 .info_box .info_item .info_con {
    width: calc(100% - 150px);
    height: 110px;
    padding-left: 15px;
  }
  .card11 .info_box .info_item .info_con .title {
    font-size: 22px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card11 .info_box .info_item .info_con .sub_title {
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
  }
  .card11 .info_box .info_item .info_con .con {
    font-size: 14px;
    color: #747880;
  }
  .card12 {
    padding: 20px;
  }
  .card12 .about_con {
    margin-top: 20px;
  }
  .card12 .about_con .title {
    font-size: 28px;
    padding-top: 20px;
  }
  .card12 .about_con .content {
    font-size: 16px;
    padding-top: 15px;
  }
  .card12 .fnt_title {
    padding-top: 50px;
  }
  .card12 .fnt_sub {
    font-size: 18px;
    padding-top: 20px;
  }
  .card12 .box1 {
    padding-top: 40px;
  }
  .card12 .box1 .box_item {
    width: calc((100% - 15px * 3) / 4);
    margin-right: 15px;
    border-radius: 16px;
    padding: 25px 5px;
  }
  .card12 .box1 .box_item .icon {
    width: 70px;
    height: 70px;
  }
  .card12 .box1 .box_item .title {
    font-size: 18px;
    padding-top: 20px;
  }
  .card12 .box1 .box_item .sub_title {
    font-size: 14px;
    padding-top: 10px;
  }
  .card12 .box2 {
    padding-top: 40px;
  }
  .card12 .box2 .icon {
    width: calc((100% - 25px * 3) / 4);
    margin-right: 25px;
  }
  .card12 .box2 .icon:nth-child(4n) {
    margin-right: 0;
  }
  .card12 .box2 .icon:nth-child(-n + 4) {
    margin-bottom: 25px;
  }
  .card12 .box3 {
    padding-top: 40px;
  }
  .card12 .box3 .icon {
    width: calc((100% - 15px * 3) / 4);
    margin-right: 15px;
  }
  .card12 .box3 .icon:nth-child(4n) {
    margin-right: 0;
  }
  .card12 .box3 .icon:nth-child(-n + 4) {
    margin-bottom: 15px;
  }
  .form_box {
    max-width: 750px;
    margin: 30px auto;
    padding: 30px 25px;
  }
  .form_box .form_input {
    height: 48px;
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 16px;
  }
  .form_box .form_input .type_item {
    padding: 8px 25px;
    border-radius: 6px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .form_box .btn {
    width: 140px;
    height: 50px;
    font-size: 18px;
  }
  .detail_box {
    padding: 30px 20px;
    min-height: 50vh;
  }
  .detail_box .d_title,
  .detail_box .d_con,
  .detail_box .d_content {
    max-width: 800px;
    margin: auto;
  }
  .detail_box .d_title {
    font-size: 26px;
  }
  .detail_box .d_con {
    font-size: 14px;
    padding-top: 15px;
  }
  .detail_box .d_con img {
    width: 14px;
    height: 12px;
  }
  .detail_box .d_content {
    padding-top: 20px;
    line-height: 30px;
    font-size: 18px;
    text-indent: 36px;
  }
}
@media (max-width: 800px) {
  .card1 {
    padding: 30px 15px 0 15px;
    flex-direction: column;
  }
  .card1 .left_con {
    width: 100%;
  }
  .card1 .left_con .title {
    text-align: center;
  }
  .card1 .left_con .content {
    padding-top: 10px;
  }
  .card1 .right_con {
    width: 100%;
    margin-top: 10px;
    padding-top: 50%;
  }
  .card1 .right_con .play_btn {
    width: 50px;
    height: 50px;
  }
  .card1 .right_con .play_text {
    font-size: 14px;
    padding-top: 10px;
  }
  .card2 {
    padding: 40px 15px 0 15px;
  }
  .card2 .line {
    margin-top: 10px;
    height: 2px;
  }
  .card2 .card_box .card_item {
    width: calc((100% - 15px * 2) / 3);
    margin-right: 15px;
    margin-top: 40px;
    padding-top: 25px;
  }
  .card2 .card_box .card_item:nth-child(3n) {
    margin-right: 0;
  }
  .card2 .card_box .card_item:nth-child(5n),
  .card2 .card_box .card_item:nth-child(4n) {
    margin-right: 15px;
  }
  .card2 .card_box .card_item .card_i {
    width: 50px;
    height: 50px;
    font-size: 26px;
    left: calc((100% - 50px) / 2);
    top: -25px;
    line-height: 50px;
  }
  .card2 .card_box .card_item .card_img {
    width: 70px;
    height: 70px;
  }
  .card2 .card_box .card_item .t1 {
    font-size: 24px;
  }
  .card2 .card_box .card_item .t2 {
    font-size: 20px;
  }
  .card3 {
    padding: 30px 0;
    margin-top: 40px;
  }
  .card3 .card3_box {
    padding: 30px 15px 0 15px;
  }
  .card3 .card3_box .card_item3 {
    width: calc((100% - 20px * 2) / 3);
    margin-right: 20px;
  }
  .card3 .card3_box .card_item3:nth-child(-n + 3) {
    margin-bottom: 20px;
  }
  .card3 .card3_box .card_item3 .card_bottom {
    height: 50px;
    font-size: 18px;
  }
  .card3 .card3_box1 {
    padding: 30px 15px 50px 15px;
  }
  .card3 .card3_box1 .item {
    width: calc((100% - 15px) / 2);
    border-radius: 26px;
    padding: 20px 10px 20px 70px;
    margin-top: 25px;
  }
  .card3 .card3_box1 .item .title {
    font-size: 16px;
  }
  .card3 .card3_box1 .item .desc {
    font-size: 14px;
  }
  .card3 .card3_box1 .item .num_box {
    width: 50px;
    height: 50px;
    top: -10px;
    left: 10px;
    font-size: 26px;
  }
  .card4 {
    padding-top: 30px 15px;
  }
  .card4 .card4_box .safe_item {
    width: calc((100% - 20px * 2) / 3);
    min-height: 100px;
    padding: 15px 10px;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .card4 .card4_box .safe_item:nth-child(3n) {
    margin-right: 0;
  }
  .card4 .card4_box .safe_item .safe_img {
    width: 50px;
    height: 50px;
  }
  .card4 .card4_box .safe_item .safe_text1 {
    font-size: 18px;
    padding-top: 10px;
  }
  .card4 .card4_box .safe_item .safe_text2 {
    padding-top: 5px;
    font-size: 14px;
  }
  .card5 {
    padding: 30px 15px 0 15px;
  }
  .card5 .card_box {
    padding-top: 30px;
  }
  .card5 .card_box .card_item {
    width: calc((100% - 15px * 3) / 4);
    margin-right: 15px;
  }
  .card5 .card_box .card_item .card_text {
    height: 36px;
    font-size: 18px;
  }
  .card6 {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .card6 .content {
    font-size: 16px;
    padding-top: 15px;
    line-height: 24px;
    max-width: 600px;
  }
  .card7 {
    max-width: 1288px;
    width: 100%;
    margin: auto;
    padding: 30px 15px;
  }
  .card7 .box {
    padding-top: 40px;
    display: block;
  }
  .card7 .box .left_box {
    margin-right: 0;
    width: 100%;
    flex-wrap: nowrap;
  }
  .card7 .box .left_box .item {
    width: calc((100% - 15px * 3) / 4);
    padding: 20px 0;
    margin-bottom: 0 !important;
    margin-right: 15px !important;
  }
  .card7 .box .left_box .item:last-child {
    margin-right: 0 !important;
  }
  .card7 .box .left_box .item .icon {
    width: 50px;
    height: 50px;
  }
  .card7 .box .left_box .item .text {
    font-size: 16px;
  }
  .card7 .box .right_box {
    margin-top: 15px;
  }
  .card7 .box .right_box .tab_box .tab_item {
    padding: 15px 0 10px 0;
    color: #3676f8;
    font-size: 16px;
  }
  .card7 .box .right_box .video_con {
    padding-bottom: 50%;
  }
  .card7 .box .right_box .video_con .video_poster {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    background-size: 100% auto;
    width: auto;
    height: auto;
  }
  .card7 .box .right_box .video_con .video_cover .video_play {
    width: 58px;
    height: 58px;
    cursor: pointer;
  }
  .card8 {
    padding: 35px 15px 0 15px;
  }
  .card8 .t_box {
    display: flex;
    margin-top: 30px;
  }
  .card8 .t_box .t_title {
    border-radius: 20px;
    height: 40px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .card8 .t_box .t_item,
  .card8 .t_box .t_item1,
  .card8 .t_box .t_item2 {
    font-size: 16px;
    height: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .card8 .t_box .t_left,
  .card8 .t_box .t_center,
  .card8 .t_box .t_right {
    border-radius: 15px;
    box-shadow: 0 2px 15px rgba(0, 49, 255, 0.1);
    padding-top: 16px;
  }
  .card8 .t_box .t_left {
    width: calc(100% / 5 + 15px);
    padding-right: 15px;
  }
  .card8 .t_box .t_center {
    width: calc((100% / 5) * 1.8 + 15px);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 10px;
    padding-right: calc(10px + 15px);
  }
  .card8 .t_box .t_right {
    padding-left: 10px;
    padding-right: 10px;
  }
  .card8 .t_box .t_right .vs_icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(to bottom, #cfecff, #4996ff);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 40px);
    left: -20px;
    font-size: 20px;
  }
  .card9 {
    padding: 40px 15px;
  }
  .card9 .process_box {
    padding-top: 30px;
  }
  .card9 .process_box .process_item1 {
    width: 50px;
    height: 50px;
    margin-top: 20px;
  }
  .card9 .process_box .process_item {
    width: calc((100% - 4 * 50px) / 5);
    margin-bottom: 20px;
  }
  .card9 .process_box .process_item img {
    width: 80px;
    height: 80px;
  }
  .card9 .process_box .process_item .process_title {
    font-size: 16px;
    padding-top: 10px;
  }
  .card9 .process_box .process_item .process_content {
    font-size: 14px;
    padding-top: 5px;
  }
  .card10 {
    padding: 35px 15px;
  }
  .card11 {
    padding: 20px 15px;
  }
  .card11 .info_box {
    border-radius: 20px;
    margin-top: 20px;
  }
  .card11 .info_box .info_item {
    padding: 15px;
  }
  .card11 .info_box .info_item .extend {
    width: 80px;
    height: 80px;
  }
  .card11 .info_box .info_item .info_con {
    width: calc(100% - 110px);
    height: 80px;
    padding-left: 15px;
  }
  .card11 .info_box .info_item .info_con .title {
    font-size: 18px;
  }
  .card11 .info_box .info_item .info_con .sub_title {
    font-size: 14px;
    padding: 0;
  }
  .card11 .info_box .info_item .info_con .con {
    font-size: 12px;
  }
  .card11 .info_box .info_item .info_con .con img {
    width: 13px;
    height: auto;
  }
  .card12 {
    padding: 20px 15px;
  }
  .card12 .about_con {
    margin-top: 15px;
    background-image: none;
    padding-right: 0;
  }
  .card12 .about_con .title {
    font-size: 24px;
    padding-top: 15px;
    text-align: center;
  }
  .card12 .about_con .content {
    font-size: 14px;
    padding-top: 10px;
  }
  .card12 .fnt_title {
    padding-top: 40px;
  }
  .card12 .fnt_sub {
    font-size: 16px;
    padding-top: 15px;
  }
  .card12 .box1 {
    padding-top: 20px;
  }
  .card12 .box1 .box_item {
    width: calc((100% - 15px * 3) / 4);
    margin-right: 15px;
    border-radius: 16px;
    padding: 15px 5px;
  }
  .card12 .box1 .box_item .icon {
    width: 55px;
    height: 55px;
  }
  .card12 .box1 .box_item .title {
    font-size: 16px;
    padding-top: 15px;
  }
  .card12 .box1 .box_item .sub_title {
    font-size: 14px;
    padding-top: 10px;
  }
  .card12 .box2 {
    padding-top: 20px;
  }
  .card12 .box2 .icon {
    width: calc((100% - 15px * 3) / 4);
    margin-right: 15px;
  }
  .card12 .box2 .icon:nth-child(4n) {
    margin-right: 0;
  }
  .card12 .box2 .icon:nth-child(-n + 4) {
    margin-bottom: 15px;
  }
  .card12 .box3 {
    padding-top: 20px;
  }
  .card12 .box3 .icon {
    width: calc((100% - 15px * 3) / 4);
    margin-right: 15px;
  }
  .card12 .box3 .icon:nth-child(4n) {
    margin-right: 0;
  }
  .card12 .box3 .icon:nth-child(-n + 4) {
    margin-bottom: 15px;
  }
  .detail_box {
    padding: 20px 15px;
  }
}
@media (max-width: 800px) and (max-width: 650px) {
  .card7 .box .left_box .item {
    width: calc((100% - 10px * 3) / 4);
    margin-right: 10px !important;
  }
  .card7 .box .left_box .item .text {
    font-size: 14px;
  }
}
@media (max-width: 800px) and (max-width: 680px) {
  .card9 {
    padding: 30px 15px;
  }
  .card9 .process_box {
    padding-top: 30px;
  }
  .card9 .process_box .process_item1 {
    width: 50px;
    height: 50px;
    margin-top: 15px;
  }
  .card9 .process_box .process_item2 {
    display: none;
  }
  .card9 .process_box .process_item {
    width: calc((100% - 3 * 50px) / 4);
    margin-bottom: 20px;
  }
  .card9 .process_box .process_item img {
    width: 70px;
    height: 70px;
  }
  .card9 .process_box .process_item .process_title {
    font-size: 16px;
    padding-top: 10px;
  }
  .card9 .process_box .process_item .process_content {
    font-size: 14px;
    padding-top: 5px;
  }
}
@media (max-width: 550px) {
  .card2 .card_box .card_item {
    width: calc((100% - 15px * 1) / 2);
    margin-top: 30px;
    padding-top: 30px;
  }
  .card2 .card_box .card_item:nth-child(3n) {
    margin-right: 0;
  }
  .card2 .card_box .card_item:nth-child(2n) {
    margin-right: 0;
  }
  .card2 .card_box .card_item:nth-child(2n + 1) {
    margin-right: 15px;
  }
  .card2 .card_box .card_item .card_i {
    width: 40px;
    height: 40px;
    font-size: 26px;
    left: calc((100% - 40px) / 2);
    top: -20px;
    line-height: 40px;
    font-size: 22px;
  }
  .card2 .card_box .card_item .card_img {
    width: 70px;
    height: 70px;
    font-size: 22px;
  }
  .card2 .card_box .card_item .t1 {
    font-size: 20px;
  }
  .card2 .card_box .card_item .t2 {
    font-size: 18px;
  }
  .card3 {
    padding: 30px 0;
    margin-top: 40px;
  }
  .card3 .card3_box {
    padding: 20px 15px 0 15px;
  }
  .card3 .card3_box .card_item3 {
    width: calc((100% - 15px * 1) / 2);
    margin-right: 15px !important;
  }
  .card3 .card3_box .card_item3:nth-child(2n) {
    margin-right: 0 !important;
  }
  .card3 .card3_box .card_item3:nth-child(-n + 4) {
    margin-bottom: 15px;
  }
  .card3 .card3_box .card_item3 .card_bottom {
    height: 40px;
    font-size: 16px;
  }
  .card3 .card3_box1 {
    padding: 20px 15px 30px 15px;
  }
  .card3 .card3_box1 .item {
    width: 100%;
    border-radius: 26px;
    padding: 20px 10px 20px 70px;
    margin-top: 25px;
  }
  .card3 .card3_box1 .item .title {
    font-size: 16px;
  }
  .card3 .card3_box1 .item .desc {
    font-size: 14px;
  }
  .card3 .card3_box1 .item .num_box {
    width: 50px;
    height: 50px;
    top: -10px;
    left: 10px;
    font-size: 26px;
  }
  .card4 {
    padding-top: 30px 15px;
  }
  .card4 .card4_box .safe_item {
    width: calc((100% - 15px * 1) / 2);
    min-height: 100px;
    padding: 15px 10px;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .card4 .card4_box .safe_item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .card4 .card4_box .safe_item:nth-child(3) {
    margin-right: 15px !important;
  }
  .card4 .card4_box .safe_item .safe_img {
    width: 40px;
    height: 40px;
  }
  .card4 .card4_box .safe_item .safe_text1 {
    font-size: 18px;
    padding-top: 10px;
  }
  .card4 .card4_box .safe_item .safe_text2 {
    padding-top: 5px;
    font-size: 14px;
  }
  .card5 {
    padding: 30px 20px 0 20px;
  }
  .card5 .card_box {
    padding-top: 20px;
  }
  .card5 .card_box .card_item {
    width: calc((100% - 20px * 1) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .card5 .card_box .card_item .card_text {
    height: 44px;
    font-size: 18px;
  }
  .card5 .card_box .card_item:nth-child(2n) {
    margin-right: 0;
  }
  .card6 {
    padding-top: 20px;
  }
  .card6 .content {
    font-size: 16px;
    padding-top: 15px;
    max-width: 500px;
  }
  .card7 {
    max-width: 1288px;
    width: 100%;
    margin: auto;
    padding: 30px 15px;
  }
  .card7 .box {
    padding-top: 40px;
    display: block;
  }
  .card7 .box .left_box {
    margin-right: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .card7 .box .left_box .item {
    width: calc((100% - 15px * 1) / 2);
    padding: 20px 0;
  }
  .card7 .box .left_box .item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .card7 .box .left_box .item:nth-child(1) {
    margin-bottom: 15px !important;
  }
  .card7 .box .left_box .item:nth-child(2) {
    margin-bottom: 15px !important;
  }
  .card7 .box .right_box {
    margin-top: 15px;
  }
  .card7 .box .right_box .tab_box .tab_item {
    padding: 15px 0 10px 0;
    color: #3676f8;
    font-size: 16px;
  }
  .card7 .box .right_box .video_con {
    padding-bottom: 50%;
  }
  .card7 .box .right_box .video_con .video_cover .video_play {
    width: 48px;
    height: 48px;
    cursor: pointer;
  }
  .card8 {
    padding: 30px 15px 0 15px;
  }
  .card8 .t_box {
    display: flex;
    margin-top: 30px;
  }
  .card8 .t_box .t_title {
    border-radius: 18px;
    height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .card8 .t_box .t_item,
  .card8 .t_box .t_item1,
  .card8 .t_box .t_item2 {
    font-size: 12px;
    height: 60px;
    padding: 0 10px;
  }
  .card8 .t_box .t_item1::after,
  .card8 .t_box .t_item2::after {
    left: 0;
    right: 0;
  }
  .card8 .t_box .t_left,
  .card8 .t_box .t_center,
  .card8 .t_box .t_right {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 49, 255, 0.1);
    padding-top: 16px;
  }
  .card8 .t_box .t_left {
    width: calc(100% / 5 + 10px);
    padding-right: 10px;
  }
  .card8 .t_box .t_center {
    width: calc((100% / 5) * 1.8 + 10px);
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 10px;
  }
  .card8 .t_box .t_right {
    padding-left: 0;
    padding-right: 0;
  }
  .card8 .t_box .t_right .vs_icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(to bottom, #cfecff, #4996ff);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 30px);
    left: -15px;
    font-size: 15px;
    display: none;
  }
  .card9 {
    padding: 30px 15px;
  }
  .card9 .process_box {
    padding-top: 30px;
  }
  .card9 .process_box .process_item1 {
    width: 40px;
    height: 40px;
    margin-top: 15px;
  }
  .card9 .process_box .process_item2 {
    display: block;
  }
  .card9 .process_box .process_item3 {
    display: none;
  }
  .card9 .process_box .process_item4 {
    flex: 1;
  }
  .card9 .process_box .process_item {
    width: calc((100% - 2 * 40px) / 3);
    margin-bottom: 20px;
  }
  .card9 .process_box .process_item img {
    width: 70px;
    height: 70px;
  }
  .card9 .process_box .process_item .process_title {
    font-size: 16px;
    padding-top: 10px;
  }
  .card9 .process_box .process_item .process_content {
    font-size: 14px;
    padding-top: 5px;
  }
  .card10 {
    padding: 30px 15px;
  }
  .card10 .item_card {
    padding: 15px;
    margin-bottom: 15px;
  }
  .card10 .item_card .icon {
    width: 140px;
    height: 140px;
  }
  .card10 .item_card .content {
    width: 220px;
  }
  .card10 .item_card .content .title {
    font-size: 20px;
  }
  .card10 .item_card .content .con {
    font-size: 14px;
    padding-top: 10px;
  }
  .card10 .fnt_title {
    padding-top: 20px;
  }
  .card10 .text {
    font-size: 14px;
    padding-top: 5px;
  }
  .card11 {
    padding: 15px;
  }
  .card11 .info_box {
    border-radius: 15px;
    margin-top: 15px;
  }
  .card11 .info_box .info_item {
    padding: 15px;
  }
  .card11 .info_box .info_item .extend {
    width: 65px;
    height: 65px;
  }
  .card11 .info_box .info_item .info_con {
    width: calc(100% - 90px);
    height: 65px;
    padding-left: 15px;
  }
  .card11 .info_box .info_item .info_con .title {
    font-size: 16px;
  }
  .card11 .info_box .info_item .info_con .sub_title {
    font-size: 14px;
    padding: 0;
  }
  .card11 .info_box .info_item .info_con .con {
    font-size: 12px;
  }
  .card11 .info_box .info_item .info_con .con img {
    width: 13px;
    height: auto;
  }
  .card12 {
    padding: 0 15px;
  }
  .card12 .about_con {
    margin-top: 15px;
    background-image: none;
    padding-right: 0;
  }
  .card12 .about_con .title {
    font-size: 18px;
    padding-top: 15px;
    text-align: center;
  }
  .card12 .about_con .content {
    font-size: 14px;
    padding-top: 10px;
  }
  .card12 .fnt_title {
    padding-top: 30px;
  }
  .card12 .fnt_sub {
    font-size: 14px;
    padding-top: 10px;
  }
  .card12 .box1 {
    padding-top: 15px;
  }
  .card12 .box1 .box_item {
    width: calc((100% - 15px * 1) / 2);
    margin-right: 15px;
    border-radius: 16px;
    padding: 20px 10px;
  }
  .card12 .box1 .box_item:nth-child(2n) {
    margin-right: 0;
  }
  .card12 .box1 .box_item .icon {
    width: 60px;
    height: 60px;
  }
  .card12 .box1 .box_item .title {
    font-size: 16px;
    padding-top: 15px;
  }
  .card12 .box1 .box_item .sub_title {
    font-size: 14px;
    padding-top: 10px;
  }
  .card12 .box2 {
    padding-top: 15px;
  }
  .card12 .box2 .icon {
    width: calc((100% - 15px * 1) / 2);
    margin-right: 15px;
    margin-bottom: 0 !important;
  }
  .card12 .box2 .icon:nth-child(2n) {
    margin-right: 0;
  }
  .card12 .box3 {
    padding-top: 15px;
  }
  .card12 .box3 .icon {
    width: calc((100% - 15px * 1) / 2);
    margin-right: 15px;
  }
  .card12 .box3 .icon:nth-child(2n) {
    margin-right: 0;
  }
  .card12 .box3 .icon:nth-child(-n + 6) {
    margin-bottom: 15px;
  }
  .form_box {
    max-width: 750px;
    margin: 20px auto;
    padding: 20px 15px;
  }
  .form_box .form_input {
    height: 44px;
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 14px;
  }
  .form_box .form_input .type_item {
    padding: 8px 15px;
    border-radius: 6px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .form_box .btn {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
  .detail_box {
    padding: 20px 15px;
    min-height: 50vh;
  }
  .detail_box .d_title {
    font-size: 22px;
    text-align: center;
  }
  .detail_box .d_con {
    font-size: 14px;
    padding-top: 15px;
  }
  .detail_box .d_con img {
    width: 13px;
  }
  .detail_box .d_content {
    padding-top: 20px;
    line-height: 26px;
    font-size: 16px;
    text-indent: 36px;
  }
  .modal_con {
    padding: 0;
  }
  .modal_con .modal_inner {
    max-width: 100%;
    background-color: #000000;
  }
}
