* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
.title .text {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 54px;
  text-wrap: nowrap;
}
.title .line {
  width: 80px;
  height: 3px;
  background: #006fff;
  margin-left: 20px;
}
.en-normal-layout {
  min-width: 1400px;
  background: #fafbff;
}
.en-normal-layout #main {
  width: 100%;
  padding-top: 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.en-normal-layout #main .lead {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.en-normal-layout #main .lead .desc-content .title {
  margin-bottom: 30px;
}
.en-normal-layout #main .lead .desc-content .content p {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #006fff;
  line-height: 30px;
}
.en-normal-layout #main .lead .desc-img {
  width: 700px;
  height: 440px;
  background: url("img/business-live-bg1_05fdc381c0.png");
  background-size: 100% 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.en-normal-layout #main .features .section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.en-normal-layout #main .features .section-content .feature-item {
  width: 216px;
  height: 360px;
  padding: 26px 10px 0 10px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
          box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
  position: relative;
  top: 0;
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  transition: top 0.2s;
}
.en-normal-layout #main .features .section-content .feature-item:hover {
  top: -16px;
}
.en-normal-layout #main .features .section-content .feature-item .subtitle {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #000;
  line-height: 24px;
}
.en-normal-layout #main .features .section-content .feature-item .context {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #546e7a;
  line-height: 24px;
  margin-top: 10px;
}
.en-normal-layout #main .features .section-content .feature-item.item1 .context {
  margin-top: 40px;
}
.en-normal-layout #main .platform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 200px;
}
.en-normal-layout #main .platform .title {
  margin-top: 0;
}
.en-normal-layout #main .platform .platform-img {
  width: 541px;
  height: 376px;
  background: url("img/business-live-bg2_c28ceda475.png");
  background-size: 100% 100%;
}
.en-normal-layout #main .products {
  padding-top: 100px;
}
.en-normal-layout #main .products p {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #666;
  line-height: 24px;
}
.en-normal-layout #main .products .section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 128px;
}
.en-normal-layout #main .products .section-content .product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.en-normal-layout #main .products .section-content .product-item .icon {
  width: 48px;
  height: 48px;
}
.en-normal-layout #main .products .section-content .product-item .text {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  text-align: center;
  color: #000;
  line-height: 48px;
}
.en-normal-layout #main .products .section-content .product-item.item1 .icon {
  background: url("img/business-icon1_e1309420f0.png");
  background-size: 100% 100%;
}
.en-normal-layout #main .products .section-content .product-item.item2 .icon {
  background: url("img/business-icon2_6e170451d5.png");
  background-size: 100% 100%;
}
.en-normal-layout #main .products .section-content .product-item.item3 .icon {
  background: url("img/business-icon3_6ac747fb7f.png");
  background-size: 100% 100%;
}
.en-normal-layout #main .products .section-content .product-item.item4 .icon {
  background: url("img/business-icon4_d55f708cef.png");
  background-size: 100% 100%;
}
.en-normal-layout #main .products .section-content .product-item.item5 .icon {
  background: url("img/business-icon5_a899e54a97.png");
  background-size: 100% 100%;
}
.en-normal-layout #main .customers .section-content {
  margin: 90px 0;
}
.en-normal-layout #main .customers .section-content .customer-imgs {
  width: 1166px;
  height: 546px;
  background: url("img/business-partner_c0f0bd571b.png");
  background-size: 100% 100%;
}
