@media screen and (min-width: 1025px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  html body .gaia {
    width: 86%;
  }
  html body .story > .title {
    width: 53%;
  }
  html body .story > .swiper-box {
    max-width: 432px;
  }
  html body .story > .swiper-box .swiper-button-prev,
  html body .story > .swiper-box .swiper-button-next {
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  html body .story > .swiper-box .swiper-button-prev:hover,
  html body .story > .swiper-box .swiper-button-next:hover {
    background: #9ef2d9;
    color: #fff;
  }
  html body .story > .swiper-box .swiper-button-prev {
    left: 1px;
  }
  html body .story > .swiper-box .swiper-button-next {
    right: 1px;
  }
  html body .story > .swiper-box .swiper-container {
    width: 75%;
  }
}
/* pc端样式 */
html,
body {
  overflow-y: scroll;
}
html,
body {
  overflow: scroll;
  min-height: 101%;
}
html {
  overflow: -moz-scrollbars-vertical;
}
html,
body,
p,
div,
footer,
span,
a,
ol,
ul,
li {
  padding: 0;
  margin: 0;
  border: 0;
}
body {
  line-height: 1;
  font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font: inherit;
  overflow-y: hidden;
}
body ol,
body ul {
  list-style: none;
}
body a {
  text-decoration: none;
  color: #fff;
}
body .name {
  background: #f6f6f9;
  border: 1px solid #f1f1f1;
  padding: 4.17rem 0 3.17rem 0;
  text-align: center;
}
body .name > img {
  margin: 0 auto;
  width: 15.8rem;
}
body .name .title {
  padding-top: 1.71rem;
  height: 3.25rem;
}
body .name .title .ityped,
body .name .title .ityped-cursor {
  font-size: 2.33rem;
  font-weight: 300;
  color: #23292d;
  line-height: 3.25rem;
}
body .name .title .ityped-cursor {
  font-size: 1.5rem;
}
body .name .question {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(35, 41, 45, 0.6);
  line-height: 1.33rem;
  padding-bottom: 1.125rem;
}
body .name .answer {
  font-size: 0.75rem;
  font-weight: 600;
  color: #23292d;
  line-height: 1.04rem;
  padding-bottom: 0.79rem;
}
body .name .about {
  font-size: 0.58rem;
  font-weight: 600;
  color: #00c135;
  line-height: 0.83rem;
  text-decoration: underline;
}
body .gaia {
  width: 49%;
  margin: 0 auto;
  padding: 3.21rem 0 3.83rem;
  background: url(/assets/gaiaworks.7d1333.svg) no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
body .gaia > .title {
  color: #23292D;
  font-size: 1rem;
  line-height: 1.17rem;
  margin-bottom: 1.25rem;
}
body .gaia > .subtitle {
  color: #23292D;
  font-size: 0.75rem;
  line-height: 1.17rem;
  margin-bottom: 1.25rem;
}
body .gaia .btn {
  margin-top: 2.5rem;
  display: block;
  text-align: center;
  width: 10.8rem;
  background: #00c135;
  box-shadow: 0px 5px 30px 0px rgba(0, 193, 53, 0.3);
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 2.29rem;
}
body .gaia .btn:hover {
  background: rgba(0, 193, 53, 0.1);
  color: #00c135;
}
body .story {
  background: #d0faed;
  border: 1px solid #f1f1f1;
  padding: 3.42rem 0 3.04rem;
}
body .story > .title {
  max-width: 700px;
  width: 51%;
  font-size: 1.92rem;
  font-weight: 300;
  color: #23292d;
  line-height: 2.71rem;
  margin: 0 auto;
}
body .story .swiper-box {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
body .story .swiper-box .swiper-button-prev,
body .story .swiper-box .swiper-button-next {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: calc(50% - 1.25rem);
  margin-top: 0px !important;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  background: #9ef2d9;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
}
body .story .swiper-box .swiper-button-prev:hover,
body .story .swiper-box .swiper-button-next:hover {
  color: #9ef2d9;
  background: #fff;
}
body .story .swiper-box .swiper-button-prev:focus,
body .story .swiper-box .swiper-button-next:focus {
  outline: none;
}
body .story .swiper-box .mobile-hover {
  color: #9ef2d9;
  background: #fff;
}
body .story .swiper-box .swiper-button-prev {
  left: 12%;
}
body .story .swiper-box .swiper-button-next {
  right: 12%;
}
body .story .swiper-box .swiper-container {
  height: 12.5rem;
  width: 50%;
  margin: 1.67rem auto 0;
  border-radius: 8px;
}
body .story .swiper-box .swiper-container .swiper-wrapper #swiper1 {
  background: url(/assets/swiper-woman.282a70.png) no-repeat;
}
body .story .swiper-box .swiper-container .swiper-wrapper #swiper2 {
  background: url(/assets/swiper-man.495aae.png) no-repeat;
}
body .story .swiper-box .swiper-container .swiper-wrapper .swiper-slide {
  background-size: auto 100% !important;
}
body .story .swiper-box .swiper-container .swiper-wrapper .swiper-slide:hover .text {
  display: block;
}
body .story .swiper-box .swiper-container .swiper-wrapper .swiper-slide > .text {
  width: calc(100% - 2rem);
  background-color: rgba(255, 255, 255, 0.9512);
  display: none;
  height: calc(100% - 2rem);
  padding: 1rem 1rem;
  overflow-y: auto;
}
body .story .swiper-box .swiper-container .swiper-wrapper .swiper-slide > .text > .title {
  font-size: 1.33rem;
  font-weight: bold;
  color: #23292d;
  line-height: 1.7rem;
  padding-bottom: 0.67rem;
}
body .story .swiper-box .swiper-container .swiper-wrapper .swiper-slide > .text .description {
  font-size: 0.67rem;
  color: #23292d;
  line-height: 1rem;
}
body .call {
  padding: 3.33rem 0 2.42rem;
  text-align: center;
}
body .call > a.image {
  display: block;
  margin: 0 auto;
  width: 2.33rem;
  height: 2.33rem;
}
body .call > a.image img {
  width: 100%;
}
body .call .tel {
  color: #111c19;
  display: inline-block;
  padding-top: 1.17rem;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.21rem;
}
body .call .description {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(35, 41, 45, 0.6);
  line-height: 1.33rem;
}
.ityped-cursor {
  font-size: 2.2rem;
  opacity: 1;
  -webkit-animation: blink 0.3s infinite;
  animation: blink 0.3s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@keyframes blink {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  100% {
    opacity: 0;
  }
}
