.ftu_bg {
  background: url(/media/pages/images/create/f_cata_banner.png) no-repeat center center;
  background-size: cover;
}
.ftu_bg .ftu_ban {
  max-width: 70rem;
  margin: 0 auto;
  padding-top: 5.125rem;
  padding-bottom: 5.125rem;
}
.ftu_bg .ftu_ban h1 {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 4.125rem;
  color: #fff;
  text-align: center;
}
.ftu_bg .ftu_ban p {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
  color: #fff;
  padding: 1.015rem 0 3.463rem;
  opacity: 0.7;
}
.ftu_bg .ftu_ban div {
  background: #ff822c;
  width: 12.75rem;
  height: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  margin: 0 auto;
  line-height: 3.5rem;
}
.ftu_bg .ftu_ban div:hover {
  background: #e0640f;
  cursor: pointer;
}
.ftu_bg .ftu_ban div a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.125rem;
  color: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 28px;
}
.ftu_bg .ftu_ban div a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ftu_bg .ftu_ban {
    width: 90%;
  }
  .ftu_img_ctn img {
    width: 100%;
  }
  .ftu_img_ctn .img-460-360 {
    width: 100%;
    height: auto;
  }
  .ftu_img_ctn .img-522-340 {
    width: 100%;
    height: auto;
  }
  .ftu_btm_ban {
    width: 88%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .ftu_btm_ban div {
    margin-left: 36.1875%;
  }
}
@media screen and (max-width: 640px) {
  .ftu_bg .ftu_ban h1 {
    font-size: 1.6875rem;
    line-height: normal;
  }
  .ftu_bg .ftu_ban p {
    font-size: 1.125rem;
    padding: 2.25rem 0;
  }
  .ftu_intro h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .ftu_intro p {
    width: 100%;
  }
}
.f_cata_ctn {
  width: 75rem;
  margin: 0 auto;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
.f_cata_ctn ul {
  list-style-type: none;
  text-align: center;
}
.f_cata_ctn ul li {
  border: 1px solid #e7e7e9;
  width: 22rem;
  margin-right: 2.375rem;
  display: inline-block;
  vertical-align: bottom;
}
.f_cata_ctn ul li:hover {
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
}
.f_cata_ctn ul li a {
  display: inline-block;
  text-decoration: none;
}
.f_cata_ctn ul li a span {
  height: 4.875rem;
  background: #f8f8f8;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e7e7e9;
}
.f_cata_ctn ul li a span img {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1.25rem;
}
.f_cata_ctn ul li a div {
  padding: 0 0.75rem 2.5rem;
  width: 20.375rem;
  height: 9.75rem;
}
.f_cata_ctn ul li a div h3 {
  font-size: 1.1875rem;
  padding: 2.5rem 0 1.3125rem;
  color: #303131;
}
.f_cata_ctn ul li a div p {
  margin: 0 auto;
  width: 18.75rem;
  color: #4a4e57;
  font-size: 1.0625rem;
}
.f_cata_ctn ul li:nth-child(3n) {
  margin-right: 0;
}
.f_cata_ctn ul li:nth-child(n+4) {
  margin-top: 3rem;
}
@media screen and (max-width: 640px) {
  .f_cata_ctn {
    width: 88%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .f_cata_ctn h2 {
    font-size: 1.65rem;
    margin-bottom: 2rem;
  }
  .f_cata_ctn p {
    font-size: 1rem;
    width: 100%;
  }
  .f_cata_ctn ul li {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
  .f_cata_ctn ul li a div {
    width: 92%;
  }
  .f_cata_ctn ul li a div h3 {
    font-size: 22px!important;
  }
  .f_cata_ctn ul li a div p {
    width: 100%;
  }
}
/*# sourceMappingURL=feature-list.css.map */