.logo h1 {
  text-indent: -999999px;
  background-image: url('../images/logo.svg');
  background-size: contain;
  width: 36px;
  height: 42px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 6;
}

.section {
  text-align: center;
  background-size: cover;
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}

.slide {
  background-size: cover;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

#section0 {
  background-attachment: fixed;
}

#section1 {
  background: -webkit-linear-gradient(#FDCC52, #FECE27);
  background: -webkit-gradient(linear, top, bottom, from(#FDCC52), to(#FECE27));
  background: linear-gradient(#FDCC52, #FECE27);
  background-attachment: fixed;
}

#section2 {
  background: #F6F6F6;
  background-attachment: fixed;
}

#section3 {
  background-image: url('../images/bottom.png');
  background-attachment: fixed;
}

#section3 h1 {
  color: #000;
}

/* slide */
#slide1 {
  background-image: url('../images/top_bg02.png');
  background-position: center center;
  /* padding: 6% 0 0 0; */
}

#slide2 {
  background-image: url('../images/top_02.png');
  background-position: center center;
  /* padding: 6% 0 0 0; */
}

#slide3 {
  background-image: url('../images/top_03.png');
  background-position: center center;
  /* padding: 6% 0 0 0; */
}

.content-wrapper {
  width: 100%;
  height: 85%;
  display: -webkit-box;
  position: absolute;
  margin-left: 10%;
  padding-top: 16vh;
  display: flex;
  -webkit-box-pack: left;
  justify-content: center;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  color: #fff;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  z-index: 2;
}

.content-title {
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.2;
}

.content-title img {
  width: 26.4rem;
}

.slide {
  animation-name: zoomin;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}


#slide1 img {
  display: block;
  height: 105%;
  position: relative;
  top: -5%;
  right: -50%;
  animation-name: rotate;
  animation-duration: 10.5s;
  animation-iteration-count: infinite;
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  z-index: 2;
}

#slide2 img {
  display: block;
  position: absolute;
  top: 25%;
  right: 9%;
  animation-name: rotate2;
  animation-duration: 10.5s;
  animation-iteration-count: infinite;
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}

@keyframes zoomin {
  0% {
    transform: scale(1, 1);
  }

  90% {
    transform: scale(1.05, 1.05);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  70% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.content-wrapper .content-subtitle {
  font-size: 4rem;
  line-height: 1.4;
  margin-top: 20px;
}

.content-wrapper .btn.btn-access {
  margin-top: 5.4rem;
  padding: 1.8rem 2.4rem;
  border-radius: 30px;
  width: 27rem;
  font-size: 1.8rem;
  /* font-weight: bold; */
}

#section1 .content-wrapper,
#section2 .content-wrapper,
#section3 .content-wrapper {
  height: 100vh;
  padding-top: 0;
  margin-left: 0;
  text-align: center;
}

#section1 .content-title {
  width: 60%;
  margin: 0 auto;
  margin-top: 9rem;
}

#section1 .introduce {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 80px 24px;
  width: 1024px;
}

.mac {
  position: absolute;
  top: 145px;
  left: -171px;
}

.mac.active {
  -webkit-transform: translate3d(213px, 0px, 0px);
  -moz-transform: translate3d(213px, 0px, 0px);
  -ms-transform: translate3d(213px, 0px, 0px);
  transform: translate3d(213px, 0px, 0px);
}

#section1 .analyzer-thumb {
  position: absolute;
  top: 162px;
  left: -153px;
  width: 427px;
  height: 244px;
}

#section1 .analyzer-thumb.active {
  -webkit-transform: translate3d(213px, 0px, 0px);
  -moz-transform: translate3d(213px, 0px, 0px);
  -ms-transform: translate3d(213px, 0px, 0px);
  transform: translate3d(213px, 0px, 0px);
}

#section1 .web-info {
  margin-left: 400px;
  width: 554px;
  height: 460px;
}

#section1 .web-info-wrap {
  width: 557px;
  height: 434px;
  background: #00b2ca;
}

#section1 .web-info-wrap>h2 {
  display: inline-block;
  margin-top: 56px;
  margin-left: 30px;
  width: 347px;
  font-size: 3.4rem;
  line-height: normal;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}

#section1 .web-info-wrap p {
  display: inline-block;
  margin-left: 30px;
  width: 340px;
  font-size: 1.6rem;
  color: #fff;
  text-align: left;
  line-height: 1.44;
}

#section1 .web-info-wrap .ul {
  margin-top: 37px;
  margin-left: 30px;
}

#section1 .web-info-wrap .ul div {
  display: inline-block;
  margin: -16px 5px 0;
  width: 110px;
  height: 76px;
  border-radius: 10px;
  overflow: hidden;
  /* cursor: pointer; */
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

#section1 .web-info-wrap .ul div.active {
  -webkit-transform: translate3d(0, 15px, 0px);
  -moz-transform: translate3d(0, 15px, 0px);
  -ms-transform: translate3d(0, 15px, 0px);
  transform: translate3d(0, 15px, 0px);
}

#section1 article~h2 {
  margin-top: 78px;
  font-size: 28px;
  font-weight: normal;
  color: #bababa;
  margin-bottom: 30px;
}

#section1 article~h2~p {
  margin: 0 auto;
  margin-top: 15px;
  width: 360px;
  font-size: 16px;
  color: #888;
  line-height: normal;
}

.analyzer-thumb {
  display: none;
}

.analyzer-thumb.selected {
  display: block;
}

#section2 .content-title {
  font-size: 6rem;
  color: #333;
}

#section2 hr {
  width: 40px;
  height: 6px;
  background: #333;
  margin: 0 auto;
  margin-top: 1rem;
}

#section2 .content {
  display: flex;
  justify-content: center;
  margin-top: 206px;
  padding: 0 20px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

#section2 .content.active {
  -webkit-transform: translate3d(0, -40px, 0px);
  -moz-transform: translate3d(0, -40px, 0px);
  -ms-transform: translate3d(0, -40px, 0px);
  transform: translate3d(0, -40px, 0px);
}

#section2 article h2 {
  margin-top: 53px;
  font-size: 3rem;
  font-weight: bold;
  color: #697283;
}

#section2 article hr {
  width: 12px;
  height: 4px;
  margin-top: 8px;
  background: #697283;
}

#section2 article p {
  margin: 0 auto;
  margin-top: 20px;
  width: 70%;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #828C9C;
}

#section3 .content-title {
  font-size: 7rem;
  position: relative;
  margin-top: 30px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

#section3 .content-title.active {
  -webkit-transform: translate3d(0, -24px, 0px);
  -moz-transform: translate3d(0, -24px, 0px);
  -ms-transform: translate3d(0, -24px, 0px);
  transform: translate3d(0, -24px, 0px);
}

#section3 .content-title::after {
  content: '';
  position: absolute;
  bottom: 18%;
  margin-left: 6px;
  background-image: url('../images/img_well.png');
  background-position: center;
  width: 1.2rem;
  height: 1.2rem;
}

#section3 .content-subtitle {
  margin-top: 0;
  font-size: 2rem;
  line-height: 1.3;
}

.footer {
  padding: 0 20px;
  background: #000;
  height: 60px;
  font-size: 1.2rem;
  z-index: 2;
  transition: bottom 0.2s ease-in-out;
  display: flex;
  align-items: center;
  text-align: right;
}

.footer a {
  width: 100px
}

.footer span {
  flex-grow: 1;
}

.go-top {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 8px 8px 0 8px;
  position: absolute;
  top: -60px;
  right: 30px;
  /* display: flex; */
  /* align-items: center; */
  /* padding: 6px; */
  cursor: pointer;
  z-index: 9;
  text-align: center;
  line-height: normal;
}

.go-top a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 8px 0;
}


#fp-nav.right {
  right: 30px;
}

#fp-nav ul li {
  width: 16px;
  height: 25px;
}

#fp-nav ul li a span {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 10px 0;
  border-radius: 0;
  background: #000;
  opacity: 0.5;
  cursor: pointer;
}

#fp-nav ul li a.active span {
  width: 16px;
  height: 9px;
  margin: 10px 0;
  border-radius: 0;
  background: #00b2ca;
  opacity: 1;
}

#fp-nav ul li a span {
  position: relative;
  width: 16px;
  height: 9px;
  float: left;
}

#fp-nav ul li a span::before,
#fp-nav ul li a span::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 2px;
}

#fp-nav ul li a span::before {
  top: -6px;
}

#fp-nav ul li a span::after {
  bottom: -6px;
}

#fp-nav ul li a .fp-sr-only {
  display: none;
}

#fp-nav ul li:hover a span,
#fp-nav ul li:hover a.active span {
  width: 16px;
  height: 9px;
  margin: 10px 0;
  border-radius: 0;
}

.fp-slidesNav.bottom {
  bottom: 4vh;
}

.fp-slidesNav ul li {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

.fp-slidesNav ul li a span {
  width: 10px;
  height: 10px;
  margin: -6px 0 0 -6px;
  background-color: #fff;
}

.fp-slidesNav ul li a {
  cursor: default;
  touch-action: none;
}

.fp-slidesNav ul li:hover a span {
  margin: -6px 0 0 -6px;
}

.fp-slidesNav ul li a.active span {
  width: 10px;
  height: 10px;
  margin: -6px 0 0 -6px;
}

.fp-slidesNav ul li:hover a.active span {
  width: 10px;
  height: 10px;
}

.fp-slidesNav ul li:after {
  content: '';
  width: 36px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 14px;
}

.fp-slidesNav ul li:nth-child(3):after {
  display: none;
}

.fp-slidesNav ul li a.active span::after {
  content: '';
  position: absolute;
  top: -11px;
  left: -9.5px;
  width: 29px;
  height: 33px;
  background-image: url('../images/dot_active.svg');
  animation: rotate_image 10s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes rotate_image {
  100% {
    transform: rotate(360deg);
  }
}



@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  html {
    font-size: 9px;
  }

  #slide1 img {
    right: -45%;
  }

  #section1 .web-info-wrap p {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 9px;
  }

  #slide1 img {
    right: -35%;
  }
}

@media only screen and (max-width: 1024px) {
  #fp-nav.right {
    display: none;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 8px;
  }

  #slide1 img {
    right: -18%;
  }

  #fp-nav.right {
    display: none;
  }

  #section1 .content-title {
    width: 70%;
  }

}

@media only screen and (min-width: 376px) and (max-width: 767px) {
  html {
    font-size: 6px;
  }

  .logo h1 {
    top: 20px;
    left: 20px;
    width: 27px;
    height: 31px;
    background-size: contain;
  }

  .content-wrapper .content-subtitle {
    font-size: 3.4rem;
  }

  #slide1 img {
    right: -8%;
  }

  /* .top-slide .top-img-02 img {
    height: 30%;
    right: -10%;
  } */

  #fp-nav.right {
    display: none;
  }


  .content-wrapper {
    margin-left: 0;
    text-align: center;
  }

  /* .background:first-child .content-wrapper {
    left: 50%;
    transform: translate(-50%, 15vh)
  } */

  .content-subtitle {
    margin: 20px auto 30px;
  }

  .content-wrapper .btn.btn-access {
    margin: 0 auto;
  }

  #section1 .content-title {
    margin-top: 5rem;
    width: 70%;
  }

  #section1 .web-info {
    height: 280px;
  }

  #section1 .web-info-wrap {
    height: 350px;
  }

  .mac {
    top: 60px;
  }

  #section1 .analyzer-thumb {
    top: 77px;
  }

  #section2 .content-title {
    margin-top: 20px;
  }

  #section2 .content {
    margin-top: 50px;
    flex-direction: column;
  }

  #section2 .content .menu {
    margin-bottom: 30px;
  }

  #section2 .content img {
    width: 20%;
  }

  #section2 article h2 {
    margin-top: 10px;
  }

  #section2 article p {
    margin-top: 10px;
  }

  #section2 .content.active {
    -webkit-transform: translate3d(0, 0px, 0px);
    -moz-transform: translate3d(0, 0px, 0px);
    -ms-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }

  .footer {
    text-align: center;
  }

  .footer a,
  .go-top {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 6px;
  }

  .logo h1 {
    top: 20px;
    left: 20px;
    width: 27px;
    height: 31px;
    background-size: contain;
  }

  .content-wrapper {
    margin-left: 0;
    text-align: center;
  }

  .content-wrapper .content-subtitle {
    margin: 20px auto 30px;
    font-size: 3.4rem;
  }

  .content-wrapper .btn.btn-access {
    margin: 0 auto;
  }

  #slide1 img {
    right: -480px;
  }

  #slide2 img {
    height: 30%;
    right: -10%;
  }

  #fp-nav.right {
    display: none;
  }

  #section1 .content-title {
    margin-top: 5rem;
    width: 70%;
    font-size: 4rem;
  }

  #section1 .introduce {
    padding: 40px 24px;
  }

  #section1 .web-info {
    height: 280px;
  }

  .mac {
    top: 20px;
  }

  #section1 .analyzer-thumb {
    top: 37px;
  }

  #section2 .content-title {
    margin-top: 20px;
  }

  #section2 .content {
    margin-top: 40px;
    flex-direction: column;
  }

  #section2 .content .menu {
    margin-bottom: 20px;
  }

  #section2 .content img {
    width: 15%;
  }

  #section2 article h2 {
    margin-top: 10px;
  }

  #section2 article p {
    margin-top: 10px;
  }

  #section2 .content.active {
    -webkit-transform: translate3d(0, 0px, 0px);
    -moz-transform: translate3d(0, 0px, 0px);
    -ms-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }

  #section3 .content-title {
    font-size: 6rem;
  }

  .footer {
    text-align: center;
  }

  .footer a {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 5px;
  }

  #section2 .content-title {
    margin-top: 20px;
  }

  #section2 .content {
    margin-top: 40px;
    flex-direction: column;
  }

  #section2 .content .menu {
    margin-bottom: 20px;
  }

  #section2 .content img {
    width: 15%;
  }

  #section2 article h2 {
    margin-top: 10px;
  }

  #section2 article p {
    margin-top: 10px;
  }

  #section2 .content.active {
    -webkit-transform: translate3d(0, 0px, 0px);
    -moz-transform: translate3d(0, 0px, 0px);
    -ms-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }

}