img {
  display: block;
}
* {
  box-sizing: border-box;
  font-size: 0.22rem;
  font-family: 'Adobe Heiti Std';
}
/* 头部 */
.wrapper {
  width: 100%;
  padding-top: 1rem;
}
/* 头部 */
.warp_header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background-image: -o-linear-gradient(to right, #21ba88, #2385ab);
  background-image: -moz-linear-gradient(to right, #21ba88, #2385ab);
  background-image: -webkit-linear-gradient(to right, #21ba88, #2385ab);
  background-image: linear-gradient(to right, #21ba88, #2385ab);
}
.warp_header .header-main {
  display: flex;
  height: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 6.3rem;
  margin: 0 auto;
}
.warp_header .header-main .logo {
  width: 1.48rem;
}
.warp_header .header-main .logo img {
  display: block;
  width: 100%;
}
.warp_header .header-main .home {
  position: relative;
}
.warp_header .header-main .home-bg {
  width: 0.52rem;
}
/* 导航 */
.nav-list {
  display: none;
  width: 1.32rem;
  position: fixed;
  top: 1rem;
  right: 0.2rem;
  text-align: center;
  background: rgba(250, 250, 250, 0.8);
}
.nav-list .navs {
  width: 100%;
  line-height: 0.54rem;
  position: relative;
  font-size: 0.22rem;
  color: #191919;
}
.nav-list .navs.active {
  color: #ffffff;
  background-image: -o-linear-gradient(to right, #21ba88, #2386aa);
  background-image: -moz-linear-gradient(to right, #21ba88, #2386aa);
  background-image: -webkit-linear-gradient(to right, #21ba88, #2386aa);
  background-image: linear-gradient(to right, #21ba88, #2386aa);
}
.nav-list .navs.active a {
  color: #ffffff;
}
.nav-list .navs a {
  color: #191919;
}
.nav-list .navs .dropdown-menu {
  display: none;
}
.nav-list .navs .dropdown-menu a {
  display: block;
  width: 100%;
  background-image: -o-linear-gradient(to right, #21ba88, #2386aa);
  background-image: -moz-linear-gradient(to right, #21ba88, #2386aa);
  background-image: -webkit-linear-gradient(to right, #21ba88, #2386aa);
  background-image: linear-gradient(to right, #21ba88, #2386aa);
}
.nav-list .navs .dropdown-menu a.active {
  background-image: none;
  background-color: #0e8970;
}
.nav-list .navs .dropdown-menu a:hover {
  background-image: none;
  background-color: #0e8970;
}
/* banner */
.banner {
  width: 100%;
  margin-bottom: 1.08rem;
}
/* 内容层 */
.content {
  width: 100%;
  margin: 0 auto;
}
.title_tip {
  font-weight: bold;
  font-size: 0.26rem;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto 0.05rem;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: -o-linear-gradient(to right, #c0e7d7, #a9c8d7);
  background-image: -moz-linear-gradient(to right, #c0e7d7, #a9c8d7);
  background-image: -webkit-linear-gradient(to right, #c0e7d7, #a9c8d7);
  background-image: linear-gradient(to right, #c0e7d7, #a9c8d7);
}
.title {
  width: 2.22rem;
  font-weight: bold;
  font-size: 0.36rem;
  color: #ffffff;
  background-image: -o-linear-gradient(to right, #21ba88, #2386aa);
  background-image: -moz-linear-gradient(to right, #21ba88, #2386aa);
  background-image: -webkit-linear-gradient(to right, #21ba88, #2386aa);
  background-image: linear-gradient(to right, #21ba88, #2386aa);
  line-height: 0.45rem;
  margin: 0 auto;
  position: relative;
}
.title::before {
  content: '';
  display: block;
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  background-image: -o-linear-gradient(to right, #9de1ca, #91c4d3);
  background-image: -moz-linear-gradient(to right, #9de1ca, #91c4d3);
  background-image: -webkit-linear-gradient(to right, #9de1ca, #91c4d3);
  background-image: linear-gradient(to right, #9de1ca, #91c4d3);
}
.spn {
  color: #21c184;
  font-weight: bold;
}
/* 底部 */
.footer {
  line-height: 0.6rem;
  font-size: 0.16rem;
  text-align: center;
  color: #ffffff;
  background: #22ac92;
  margin-top: 2rem;
}
