@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.layout_head {
  height: 37px;
  position: relative;
}
.layout_head .head_p {
  padding-left: 13px;
  position: relative;
  float: left;
  height: 37px;
  font-size: 28px;
  color: #200F0E;
  line-height: 37px;
}
.layout_head .head_a {
  float: right;
  margin-top: 18px;
  height: 19px;
  font-size: 14px;
  color: #F83635;
  line-height: 19px;
}
.layout_head .head_tips {
  margin-left: 26px;
  margin-top: 16px;
  float: left;
  font-size: 16px;
  color: #7B6C6C;
  line-height: 21px;
}
.layout_head .trial {
  display: block;
  float: right;
  width: 90px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #F83635;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 2px;
}
.layout_head:before {
  content: "";
  position: absolute;
  background: url(../images/layout_head_icon.png) no-repeat;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
}
.container_wrap {
  min-width: 1180px;
  overflow: hidden;
}
.column {
  padding: 60px 0;
}
.column .header {
  margin-bottom: 40px;
}
.column .header .title {
  font-size: 28px;
  font-weight: bold;
  color: #374567;
  line-height: 37px;
  text-align: center;
}
.column .header .sub-title {
  font-size: 18px;
  color: #7A8BA6;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
}
.column-one .header {
  background: linear-gradient(180deg, rgba(222, 229, 254, 0.2) 0%, rgba(222, 229, 254, 0.2) 100%);
  padding: 40px;
  border: 1px solid #E2E6EF;
}
.column-one .header p {
  position: relative;
  font-size: 16px;
  color: #374567;
  line-height: 30px;
  padding-left: 35px;
  margin-bottom: 30px;
}
.column-one .header p:before {
  content: " ";
  position: absolute;
  width: 23px;
  height: 16px;
  left: 0;
  top: 7px;
  background: url(../images/platformIntroduce/icon-one.png) center no-repeat;
}
.column-one .header p:last-child {
  margin-bottom: 0;
}
.column-two .body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.column-two .body .item {
  width: 365px;
  height: 200px;
}
.column-three .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.column-three .row:last-child {
  margin-bottom: 0;
}
.column-three .column-item {
  width: 570px;
  height: 182px;
  background: #FFFFFF;
  border: 1px solid #E2E6EF;
  padding: 30px 30px 0;
}
.column-three .column-item .title {
  font-size: 18px;
  font-weight: bold;
  color: #374567;
  line-height: 24px;
  word-break: break-all;
  padding-left: 32px;
  position: relative;
}
.column-three .column-item .title:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.column-three .column-item .title.title-one:before {
  background: url(../images/zygx_img1.png) 0 center no-repeat;
}
.column-three .column-item .title.title-two:before {
  background: url(../images/zygx_img2.png) 0 center no-repeat;
}
.column-three .column-item .title.title-three:before {
  background: url(../images/zygx_img3.png) 0 center no-repeat;
}
.column-three .column-item .title.title-four:before {
  background: url(../images/zygx_img4.png) 0 center no-repeat;
}
.column-three .column-item .content {
  margin-top: 14px;
  font-size: 16px;
  color: #7A8BA6;
  line-height: 28px;
  word-break: break-all;
}
