/* ========================================================
 * 文件名称：polyapi.css
 * 文件作用：聚合API页面样式，包含横幅、功能模块、佣金区域等
 * 适用页面：聚合API功能介绍页
 * ======================================================== */

/* 横幅内容段落 */
.top-banner .bannerItem p {
  max-width: 423px; 
}

/* 横幅标题 */
.top-banner .bannerItem h2 {
  margin-top: -20px; 
}

/* 横幅动画元素 */
.top-banner .bannerItem .fadeInUp {
  padding-top: 80px; 
}

/* 副标题 */
.sub-title {
  line-height: 1;
  font-size: 26px; 
}

/* 模块1 */
.polyapi-block1 {
  padding-bottom: 90px; 
}

/* 模块1副标题 */
.polyapi-block1 .sub-title {
  margin: 64px 0 90px; 
}

/* 模块1内容容器 */
.polyapi-block1 .block1-content {
  justify-content: center; 
}

/* 模块1左侧内容 */
.polyapi-block1 .content-left {
  margin-right: 43px; 
}

/* 模块1左侧内容背景 */
.polyapi-block1 .content-left .content {
  background-color: #ffeae2; 
}

/* 模块1右侧内容 */
.polyapi-block1 .content-right {
  margin-left: 43px; 
}

/* 模块1右侧内容背景 */
.polyapi-block1 .content-right .content {
  background-color: #e2ebff; 
}

/* 模块1内容项 */
.polyapi-block1 .content {
  width: 302px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  font-size: 18px;
  color: #3B426B;
  border-radius: 10px;
  margin-top: 40px; 
}

/* 模块1首个内容项 */
.polyapi-block1 .content:first-of-type {
  margin-top: 62px; 
}

/* 模块2功能块 */
.polyapi-block2 .function-block {
  padding-bottom: 63px; 
}

/* 模块2奇数功能块背景 */
.polyapi-block2 .function-block:nth-of-type(2n+1) {
  background-color: #f7faff; 
}

/* 模块2功能块副标题 */
.polyapi-block2 .function-block .sub-title {
  padding: 44px 0 0; 
}

/* 模块2功能块标题 */
.polyapi-block2 .function-block .block-title {
  font-size: 20px;
  color: #5D6494;
  line-height: 1;
  text-align: center;
  padding: 77px 0 20px; 
}

/* 模块2功能块标题加粗 */
.polyapi-block2 .function-block .block-title .blod {
  font-size: 24px;
  color: #FB6638; 
}

/* 模块2内容容器 */
.polyapi-block2 .function-block .content-flex-wrapper {
  justify-content: center; 
}

/* 模块2内容项信息 */
.polyapi-block2 .function-block .content-flex-wrapper .item .content-item-info {
  font-weight: bold;
  color: #5D6494;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  max-width: 474px;
  margin: -6px auto 0; 
}

/* 模块2提示信息 */
.polyapi-block2 .function-block .tips {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #5E6066;
  padding-left: 57px;
  margin-top: 58px; 
}

/* 模块2提示信息图标 */
.polyapi-block2 .function-block .tips img {
  margin-right: 13px;
  font-size: 0;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  transform: translateY(-1px); 
}

/* 佣金区域 */
.commission {
  background: url(../img/solution/free.png) no-repeat;
  background-size: 100% 100%;
  height: 240px;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
  color: #fff; 
}

/* 佣金区域链接 */
.commission a {
  display: block;
  color: #fff; 
}

/* 佣金标题 */
.commission-tit {
  font-size: 28px;
  padding-bottom: 16px; 
}

/* 免费按钮 */
.commission .free {
  width: 116px;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-top: 8px; 
}

/*# sourceMappingURL=polyapi.css.map */
