/* media */
@media screen and (max-width: 550px) {
  .ff-mta-item-text-titel {
    text-align: center;
    margin: 28px 50px 10px 50px !important;

  }

  .ff-mta-item-text-content {
    text-align: center;
    margin: 23px 50px 10px 50px !important;
  }

  .ff-uve-item-text-title {
    left: 25px !important;
    max-width: 300px !important;
    padding-right: 10px;
  }
}

@media screen and (max-width: 900px) {
  .ff-cd-item-split {
    display: none !important;
  }

  .ff-bs-item-text-content {
    margin: 23px 50px 10px 50px !important;
  }

  .ff-bs-item-text-title {
    margin: 28px 50px 10px 50px !important;
  }
}

@media screen and (max-width: 959px) {
  .ff-hst-item {
    width: 100% !important;
  }
  .ff-mta-items {
    justify-content: space-around !important;
  }

  .ff-mta-item {
    justify-content: space-around !important;
  }

  .ff-bs {
    padding: 0 !important;
  }

  .ff-bs-item {
    justify-content: center;
    max-width: 100% !important;
  }

  .ff-bs-items {
    max-width: 100% !important;
  }

  .ff-bs-item>img {
    max-width: 100% !important;
  }

  .ff-bs-item-text {
    max-width: none !important;
    width: 100%;
  }

  .ff-bs-item:nth-child(2n) {
    flex-wrap: wrap-reverse;
  }

  .ff-bs-item-text-content {
    margin: 23px 50px 10px 50px !important;
  }

  .ff-bs-item-text-title {
    margin: 28px 50px 10px 50px !important;
  }

  .ff-uve-item {
    flex-direction: column;
  }

  .ff-uve-item .ff-uve-item-content:first-child {
    margin-bottom: 50px;
  }

  .ff-uve-item-text-content {
    max-width: 1440px !important;
  }
}
@media screen and (max-width: 1320px) {
  .ff-hst-item {
    width: 45%;
    max-width: 636px !important;
  }
} 
@media screen and (max-width: 1200px) {
  .ff-mta-items {
    justify-content: space-around !important;
  }

  .ff-mta-item {
    justify-content: inherit !important;
  }
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.ff-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ff-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* 标题通用 */
.ff-title {
  font-size: 30px;
  font-family: 'MicrosoftYaHei';
  font-weight: bold;
  margin-top: 32px;
}

/* 主标题 */
.ff-main-title {
  color: #17233d;
  width: 182px;
  border-bottom: solid 3px #0096ec;
  text-align: center;
  padding-bottom: 13px;
  margin-bottom: 16px;
}

/* 副标题 */
.ff-article-title {
  color: #1d7ce1;
}

/* 基础服务 - start */
.ff-bs {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

/* 列表 */
.ff-bs-items {
  margin-top: 44px;
  margin-bottom: 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
}

/* 单项 */
.ff-bs-item {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  flex-wrap: wrap;
}

/* 图片 */
.ff-bs-item>img {
  max-width: 645px;
  width: 100%;
  box-shadow: 0px 1px 6px 0px rgba(23, 35, 61, 0.75);
  z-index: 2;
}

/* 文本 */
.ff-bs-item-text {
  max-width: 667px;
  background-color: #f8f8f9;
  min-height: 277px;
  height: 100%;
  z-index: 1;
}

/* 标题 */
.ff-bs-item-text-title {
  margin: 28px 80px 10px 101px;
  font-family: 'MicrosoftYaHei';
  font-size: 24px;
  color: #17233d;
  position: relative;
}

/* 色块 */
.ff-bs-item-text-title::before {
  display: inline-block;
  height: 20px;
  width: 4px;
  background-color: #0096ec;
  content: '';
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translate(0, -50%);
}

/* 内容 */
.ff-bs-item-text-content {
  margin: 23px 80px 10px 80px;
  font-family: 'MicrosoftYaHei';
  font-size: 14px;
  line-height: 24px;
  color: #515a6e;
}

/* 非凡视效 */
.ff-uve {
  width: 100%;
  box-sizing: border-box;
  /* background-color: #f8f8f9; */
  /* padding: 0 10px; */
  /* max-width: 1440px; */
  max-width: 1314px;
}

.ff-uve-items {
  margin-top: 44px;
  margin-bottom: 29px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
  width: 100%;
  /* max-width: 1440px; */
   background-color: #ffffff;
}

.ff-uve-item {
  /* width: 50%; */
  margin-bottom: 58px;
  display: flex;
  /* justify-content: flex-start; */
  justify-content: space-between;
  /* max-width: 1440px; */
}

.ff-uve-item:last-child {
  margin-bottom: 0px;
  display: flex;
  /* justify-content: flex-start; */
  /* max-width: 1440px; */
  max-width: 1314px;
}

.ff-uve-item .ff-uve-item-content {
  width: 49%;
  /* padding: 0 30px 0 30px; */
  background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}

.ff-uve-item .ff-uve-item-content img {
  /* max-width: 620px; */
  width: 100%;
  box-shadow: 0px 1px 6px 0px rgba(23, 35, 61, 0.75);
  z-index: 2;
}

.ff-uve-item-text-title {
  /* position: relative; */
  margin: 15px 0 5px 0;
  max-width: 620px;
  left: 45px;
  font-family: 'MicrosoftYaHei';
  font-size: 26px;
  color: #17233d;
  text-align: center;
}

.ff-uve-item-text-content {
  max-width: 620px;
  font-family: 'MicrosoftYaHei';
  font-size: 16px;
  line-height: 24px;
  color: #515a6e;
  /* padding: 10px 50px; */
  padding: 10px 0 30px 30px;
}

/* 色块 */
/* .ff-uve-item-text-title::before {
  display: inline-block;
  height: 20px;
  width: 4px;
  background-color: #0096ec;
  content: '';
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translate(0, -50%);
} */

/* 基础服务 - end */

/* 高速传输 - start */
.ff-hst {
  width: 100%;
  background-color: #f8f8f9;
  box-sizing: border-box;
  padding: 50px 10px 20px;
  /* max-width: 1440px; */
}

/* 列表 */
.ff-hst-items {
  margin-top: 44px;
  display: flex;
  width: 100%;
  /* max-width: 1440px; */
  max-width: 1314px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* 单项 */
.ff-hst-item {
  width: 45%;
  max-width: 318px;
  min-height: 320px;
  background-color: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(23, 35, 61, 0.75);
  margin-bottom: 48px;
}

/* 图片 */
.ff-hst-item>img {
  width: 100%;
}

/* 标题 */
.ff-hst-item-title {
  margin-top: 20px;
  font-family: 'MicrosoftYaHei';
  font-size: 24px;
  color: #17233d;
  text-align: center;
}

/* 文本 */
.ff-hst-item-content {
  font-family: 'MicrosoftYaHei';
  font-size: 14px;
  line-height: 24px;
  color: #515a6e;
  margin: 11px 20px 10px 20px;
  text-align: center;
}

/* 高速传输 - end */

/* 多端适配 - start */

.ff-mta {
  box-sizing: border-box;
  padding: 0 10px;
}

/* 列表 */
.ff-mta-items {
  margin-top: 44px;
  display: flex;
  width: 100%;
  /* max-width: 1440px; */
  max-width: 1314px;
  /* justify-content: space-around; */
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}

/* 单项 */
.ff-mta-item {
  max-width: 587px;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* 图标边框 */
.ff-mta-item-icon {
  width: 96px;
  height: 96px;
  border: solid 2px #1d7ce1;
  border-radius: 50%;
  position: relative;
}

/* 图标 */
.ff-mta-item-icon>svg {
  font-size: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 文本 */
.ff-mta-item-text {
  max-width: 430px;
  width: 100%;
  min-height: 96px;
}

/* 标题 */
.ff-mta-item-text-titel {
  font-family: 'MicrosoftYaHei';
  font-size: 24px;
  color: #17233d;
}

/* 内容 */
.ff-mta-item-text-content {
  font-family: 'MicrosoftYaHei';
  font-size: 14px;
  color: #515a6e;
  line-height: 20px;
  margin-top: 10px;
}

/* 多端适配 - end */

/* 便捷开发 - start */

/* 背景颜色 */
.ff-cd {
  background-color: #f8f8f9;
  position: relative;
  box-sizing: border-box;
  padding: 0 1.5%;
  /* max-width: 1440px; */
}

/* 背景图片 */
.ff-cd>img {
  position: absolute;
  top: -20px;
  width: 100%;
  height: 100%;
}

/* 列表 */
.ff-cd-items {
  /* max-width: 1440px; */
  max-width: 1314px;
  width: 100%;
  min-height: 167px;
  background-color: #ffffff;
  box-shadow: 0px 1px 6px 0px rgba(23, 35, 61, 0.75);
  border: solid 1px #c5c8ce;
  margin-top: 45px;
  margin-bottom: 49px;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

  align-items: center;
}

/* 单项 */
.ff-cd-item {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

/* 标题 */
.ff-cd-item-title {
  display: flex;
  justify-self: center;
  line-height: 1;
  margin-top: 35px;
}

/* 标题 - 图标 */
.ff-cd-item-title>span {
  color: #1d7ce1;
  font-size: 26px;
  margin-right: 9px;
  display: inline-block;
}

/* 标题 - 文本 */
.ff-cd-item-title>p {
  font-family: 'MicrosoftYaHei';
  font-size: 24px;
  color: #17233d;
}

/* 文本 */
.ff-cd-item>p {
  margin-top: 26px;
  font-family: 'MicrosoftYaHei';
  font-size: 14px;
  color: #515a6e;
  text-align: center;
  margin-bottom: 35px;
}

/* 分割线 */
.ff-cd-item-split {
  height: 150px;
  width: 1px;
  background-color: #e8eaec;
  /* align-self: flex-end; */
}

/* 便捷开发 - end */

/* 非凡视效移动端 */
@media screen and (max-width: 959px) {
  .ff-uve-item .ff-uve-item-content {
    width: 95%;
    /* padding: 0 30px 0 30px; */
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ff-uve-item {
    align-items: center;
  }
} 