@import "./var.css";

* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans SC";
}

#app {
  width: 100vw;
  height: 100vh;
  min-width: 1200px;
}

.main {
  width: 100%;
  height: 100%;
}

.main .scroller {
  width: 100%;
}

.main .scroller .page {
  width: 100%;
  height: 100vh;
}

.page:nth-child(2n + 1) {
  background-color: rgba(45, 138, 103, 0.1);
}

/* page 1 start */
.page1 {
  background-image: url("../imgs/bg-page1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.logo {
  position: absolute;
  top: 120px;
  left: 0;
  width: 380px;
}

.mini-code {
  position: absolute;
  top: calc(50% + 25px);
  left: 620px;
  width: 140px;
  height: 140px;
  border-radius: 8px;
}

.page1 .container .text-box {
  position: absolute;
  color: #ffffff;
}

.page1 .container .text-box h1 {
  font-size: 60px;
  margin-bottom: 20px;
}

.page1 .container .text-box p {
  font-size: 20px;
  letter-spacing: 1em;
}

/*    waves start */
.waves-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media (max-height: 800px) {
  .logo {
    top: 80px;
  }
  .waves-box {
    height: 160px;
  }
}

/*    waves end */

/* page 1 end */

/* page2 start */
.page2 .content-box {
  width: 100%;
}

.page2 .content-box .info{
  width: 100%;
  margin-top: 50px;
}

.page2 .content-box .info span{
  font-weight: bold;
  font-size: 24px;
  color: var(--main-color);
}

.page2 .bg-box{
  width: 100%;
  height: 160px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 150px;
}

.page2 .summary{
  position: absolute;
  bottom: 180px;
  font-size: 24px;
  text-align: center;
  color: rgb(249,189,88);
  right: 100px;
  line-height: 36px;
}

.page2 .img{
  position: absolute;
  bottom: 50px;
  width: 600px
}

/* page2 end */

/* page3 start */
.page3 .content-box {
  --content-height: 540px;
  width: 100%;
  height: var(--content-height);
}

@media (max-height: 800px) {
  .page3 .content-box {
    --content-height: 500px;
  }
}

.page3 .content-box > p {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  color: var(--content-color);
}

.page3 .content-box .bottom-box {
  margin-top: 20px;
  width: 100%;
  height: calc(100% - 40px - 20px);
}

.page3 .content-box .bottom-box img {
  height: 100%;
}

.page3 .content-box .bottom-box .text-box {
  height: 100%;
  margin-left: 30px;
}

.page3 .content-box .bottom-box .text-box .row {
  height: calc(100% / 3);
  box-sizing: border-box;
  padding-top: 20px;
}

.page3 .content-box .bottom-box .text-box .row:nth-of-type(2) {
  margin-top: 20px;
}

.page3 .content-box .bottom-box .text-box .row:nth-of-type(3) {
  height: 130px;
}

.page3 .content-box .bottom-box .text-box .icon {
  width: 100px;
  height: 100%;
}

.page3 .content-box .bottom-box .text-box .icon img:first-of-type {
  width: 100px;
  height: auto;
}

.page3 .content-box .bottom-box .text-box .icon img:last-of-type {
  width: 100px;
  height: auto;
}

.page3 .content-box .bottom-box .text-box .text {
  margin-left: 20px;
}

.page3 .content-box .bottom-box .text-box .text p:first-of-type {
  font-size: 42px;
  color: var(--main-color);
  font-weight: 500;
}

.page3 .content-box .bottom-box .text-box .text p:last-of-type {
  margin-top: 10px;
  color: var(--secondary-color);
  font-weight: 300;
  line-height: 30px;
}

/* page3 end */

/* page4 start */
.page4 .content-box {
  --left-width: 600px;
  width: 100%;
  height: 540px;
  padding-top: 280px;
}

.page4 .info {
  position: absolute;
  top: 200px;
  color: var(--content-color);
}

.page4 .content-box .left-box {
  width: var(--left-width);
  height: 100%;
}

.page4 .content-box .left-box .info {
  font-size: 20px;
  color: var(--secondary-color);
  font-weight: 300;
  margin-bottom: 30px;
}

.page4 .content-box .left-box .text-box {
  width: calc(var(--left-width) / 2 - 10px);
  height: 220px;
}

.page4 .content-box .left-box .text-box:nth-child(2n) {
  margin-left: 20px;
}

.page4 .content-box .left-box .text-box > div {
  width: 100%;
  height: 200px;
  padding: 20px;
  box-sizing: border-box;
  background-image: url(../imgs/bgmsg.png);
  background-size: 100% 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.page4 .content-box .left-box .text-box:nth-of-type(3n-2) > div {
  color: #ffffff;
  background-image: url(../imgs/bgmsg-fill.png);
}

.page4 .content-box .left-box .text-box figcaption {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: var(--content-color);
}

.page4 .content-box .left-box .text-box:nth-of-type(3),
.page4 .content-box .left-box .text-box:nth-of-type(4) {
  margin-top: 30px;
}

.page4 .content-box .right-box {
  width: calc(1200px - var(--left-width));
}

.page4 .content-box .right-box img {
  width: 300px;
}

@media (max-height: 800px) {
  .page4 .content-box {
    height: 500px;
  }
  .page4 .content-box .left-box .info {
    margin-bottom: 10px;
  }
  .page4 .content-box .left-box .text-box:nth-of-type(3),
  .page4 .content-box .left-box .text-box:nth-of-type(4) {
    margin-top: 20px;
  }
  .page4 .content-box .left-box .text-box:nth-of-type(1),
  .page4 .content-box .left-box .text-box:nth-of-type(2) {
    height: 180px;
  }
  .page4 .content-box .left-box .text-box:nth-of-type(1) > div,
  .page4 .content-box .left-box .text-box:nth-of-type(2) > div {
    height: 160px;
  }
}

/* page4 end */

/* page5 start */
.page5 .content-box {
  --left-width: 630px;
  width: 100%;
  height: 540px;
}

.page5 .content-box > p {
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--content-color);
  font-weight: 300;
}

.page5 .content-box .left-box {
  width: var(--left-width);
}

.page5 .content-box .left-box img {
  width: 100%;
}

.page5 .content-box .right-box {
  width: calc(1200px - var(--left-width));
  margin-left: 20px;
}

.page5 .content-box .right-box .text-box {
  width: calc((100% - 40px) / 2);
  height: 180px;
  margin-left: 20px;
  box-sizing: border-box;
  border: 2px solid var(--main-color);
  border-radius: 25px;
  padding: 20px;
}

.page5 .content-box .right-box .text-box > p:first-of-type {
  position: absolute;
  top: -18px;
  height: 30px;
  background-color: var(--main-color);
  padding: 0 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  border-radius: 6px;
}

.page5 .content-box .right-box .text-box > p:last-of-type {
  font-size: 18px;
  font-weight: 400;
  color: #040404;
}

.page5 .content-box .right-box .text-box:nth-child(1),
.page5 .content-box .right-box .text-box:nth-child(2) {
  margin-top: 20px;
}

.page5 .content-box .right-box .text-box:nth-child(3),
.page5 .content-box .right-box .text-box:nth-child(4) {
  margin-top: 50px;
}

/* page5 end */

/* page6 start */
.page6 .content-box {
  --left-width: 600px;
  width: 100%;
  height: 540px;
}

.page6 .content-box > p {
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--content-color);
  font-weight: 300;
}

.page6 .content-box .bottom-box {
  height: 500px;
}

.page6 .content-box .left-box {
  width: var(--left-width);
}

.page6 .content-box .left-box > img {
  width: 100%;
}

.page6 .content-box .right-box {
  width: calc(1200px - var(--left-width));
}

.page6 .content-box .right-box .text-box > p:first-of-type {
  font-size: 24px;
  font-weight: 500;
  color: var(--main-color);
}

.page6 .content-box .right-box .text-box > p:last-of-type {
  font-size: 18px;
  font-weight: 300;
}

.page6 .content-box .right-box .text-box:nth-of-type(2),
.page6 .content-box .right-box .text-box:nth-of-type(3),
.page6 .content-box .right-box .text-box:nth-of-type(4) {
  margin-top: 20px;
}

/* page6 end */

/* page7 start */
.page7 .content-box {
  --left-width: 600px;
  width: 100%;
  height: 540px;
}

.page7 .content-box > p {
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--content-color);
  font-weight: 300;
}

.page7 .content-box .bottom-box {
  height: 500px;
}

.page7 .content-box .bottom-box .left-box {
  width: var(--left-width);
}

.page7 .content-box .bottom-box .left-box .text-box > p:first-of-type {
  height: 40px;
  font-size: 24px;
  font-weight: 500;
  text-indent: 25px;
  color: var(--main-color);
}

.page7 .content-box .bottom-box .left-box .text-box > p:first-of-type::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--main-color);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.page7 .content-box .bottom-box .left-box .text-box > p:last-of-type {
  font-size: 18px;
  font-weight: 300;
}

.page7 .content-box .left-box .text-box:nth-of-type(2),
.page7 .content-box .left-box .text-box:nth-of-type(3),
.page7 .content-box .left-box .text-box:nth-of-type(4) {
  margin-top: 20px;
}

.page7 .content-box .right-box {
  width: calc(1200px - var(--left-width) - 20px);
  margin-left: 20px;
}

.page7 .content-box .right-box > img {
  width: 100%;
}

@media (max-height: 800px) {
  .page7 .content-box {
    height: 500px;
  }
  .page7 .content-box .bottom-box {
    height: 460px;
  }
}

/* page7 end */

/* page8 start */

.main-info{
  font-size: 20px;
  color: var(--content-color);
}

.page81 .content-box .right-box {
  width: calc(1200px - var(--left-width));
}

.page81 .content-box .right-box .left {
  width: 600px;
  margin: 80px auto;
}

.page81 .content-box .right-box img {
  width: 300px;
}

.page8 .content-box {
  --top-height: 320px;
  width: 100%;
  height: 540px;
}

.page8 .content-box .top-box {
  width: 100%;
  height: var(--top-height);
}


.page8 .content-box .top-box .right-img:first-of-type {
  width: auto;
  height: 100%;
}

.page8 .content-box .top-box .text-box {
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
}

.page8 .content-box .top-box .text-box > p:last-of-type {
  position: absolute;
  bottom: 20px;
}

.page8 .content-box .top-box .right-img:last-of-type {
  width: auto;
  height: 100%;
}

.page8 .content-box .bill {
  width: 100%;
  height: auto;
}

.page8 .content-box .bottom-box {
  width: 100%;
  height: calc(540px - var(--top-height) - 20px);
  margin-top: 20px;
}

.page8 .content-box .bottom-box .text-box {
  width: 340px;
}

.page8 .content-box .bottom-box .text-box p:first-of-type {
  font-size: 28px;
  color: var(--main-color);
}

.page8 .content-box .bottom-box .text-box p:last-of-type {
  font-size: 18px;
}

.page8 .content-box .bottom-box .text-box:nth-child(2n) > p:first-of-type {
  color: #9fa12d;
}

.page8 .content-box .bottom-box .text-box:nth-child(4),
.page8 .content-box .bottom-box .text-box:nth-child(5),
.page8 .content-box .bottom-box .text-box:nth-child(6) {
  margin-top: 15px;
}
/* page8 end */

/* page9 start */
.page9 .content-box {
  --left-width: 800px;
  width: 100%;
  height: 540px;
}

.page9 .content-box > p {
  margin-bottom: 20px;
  width: var(--left-width);
  font-size: 20px;
  color: var(--content-color);
  font-weight: 300;
}

.page9 .content-box .bottom-box {
  width: 100%;
  height: 500px;
}

.page9 .content-box .bottom-box .left-box {
  width: var(--left-width);
  height: 250px;
}

.page9 .content-box .bottom-box .left-box img {
  width: 100%;
  margin: 20px auto;
}

.page9 .content-box .bottom-box .left-box .bottom-text {
  display: flex;
}

.page9 .content-box .bottom-box .left-box .text-box {
  margin: 10px;
  width: calc(var(--left-width) / 5 - 15px);
}


.page9 .content-box .bottom-box .left-box .text-box > p:first-of-type {
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 15px;
  font-size: 20px;
  color: var(--main-color);
}

.page9 .content-box .bottom-box .left-box .text-box > p:last-of-type {
  font-size: 18px;
  margin-top: 5px;
  color: var(--content-color);
}

.page9 .content-box .bottom-box .right-box {
  width: calc(1200px - var(--left-width));
  height: 100%;
}

.page9 .content-box .bottom-box .right-box img {
  position: absolute;
  bottom: 0;
  width: calc(1200px - var(--left-width));
}
/* page9 end */

.page91 .content-box {
  --left-width: 800px;
  width: 100%;
  height: 540px;
}

.page91 .content-box > p {
  margin-bottom: 50px;
  /*width: var(--left-width);*/
  font-size: 20px;
  color: var(--content-color);
  font-weight: 300;
}

.page91 .content-box .bottom-box {
  width: 100%;
  height: 500px;
}

.page91 .content-box .bottom-box .right-box{
  padding-left: 50px;
}

.page91 .content-box .bottom-box .right-box .text-box{
  margin-bottom: 20px;
}

.page91 .content-box .bottom-box .right-box .text-box > p:first-of-type{
  font-size: 20px;
  color: var(--main-color);
}

.page91 .content-box .bottom-box .right-box .text-box > p:last-of-type{
  color: var(--content-color);
}


.page92 .content-box {
  --left-width: 800px;
  width: 100%;
  height: 540px;
}

.page92 .content-box > p {
  margin-bottom: 50px;
  /*width: var(--left-width);*/
  font-size: 20px;
  color: var(--content-color);
  font-weight: 300;
}

.page92 .content-box .bottom-box {
  width: 100%;
  height: 500px;
}

.page92 .content-box .bottom-box .left-box{
  padding-right: 50px;
}

.page92 .content-box .bottom-box .left-box .text-box{
  margin-bottom: 20px;
}

.page92 .content-box .bottom-box .left-box .text-box > p:first-of-type{
  font-size: 20px;
  color: var(--main-color);
}

.page92 .content-box .bottom-box .left-box .text-box > p:last-of-type{
  color: var(--content-color);
}

/* page10 start */
.page10 .content-box {
  --left-width: 600px;
  width: 100%;
  height: 540px;
}

.page10 .content-box > p {
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--content-color);
  font-weight: 300;
}

.page10 .content-box .bottom-box {
  width: 100%;
  height: 500px;
}

.page10 .content-box .bottom-box .left-box {
  width: var(--left-width);
  height: 100%;
}

.page10 .content-box .bottom-box .left-box > img {
  height: 100%;
}

.page10 .content-box .bottom-box .right-box {
  width: calc(1200px - var(--left-width) - 30px);
}

.page10 .content-box .bottom-box .right-box .text-box {
  margin-top: 20px;
}

.page10 .content-box .bottom-box .right-box .text-box > p:first-of-type {
  height: 40px;
  font-size: 24px;
  font-weight: 500;
  text-indent: 25px;
  color: var(--main-color);
}

.page10
  .content-box
  .bottom-box
  .right-box
  .text-box
  > p:first-of-type::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--main-color);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.page10 .content-box .bottom-box .right-box .text-box > p:last-of-type {
  font-size: 18px;
  font-weight: 300;
}

@media (max-height: 800px) {
  .page10 .content-box {
    --left-width: 600px;
    width: 100%;
    height: 500px;
  }
  .page10 .content-box .bottom-box {
    width: 100%;
    height: 460px;
  }
  .page10 .content-box .bottom-box .right-box .text-box {
    margin-top: 10px;
  }
}
/* page10 end */

/* page11 start */
.page11 .content-box {
  width: 100%;
  height: 540px;
}

.page11 .content-box > p {
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--content-color);
  font-weight: 300;
}

.page11 .content-box .bottom-box {
  width: 100%;
  height: 500px;
}

.page11 .content-box .bottom-box .text-box {
  width: 350px;
  margin-top: 50px;
}

.page11 .content-box .bottom-box .text-box .icon {
  text-align: center;
  animation: float 3s infinite ease-in-out;
}

.page11 .content-box .bottom-box .text-box:nth-child(2) .icon {
  animation-delay: 0.2s;
}

.page11 .content-box .bottom-box .text-box > p:first-of-type {
  position: relative;
  height: 46px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: var(--content-color);
}

.page11 .content-box .bottom-box .text-box > p:first-of-type::before {
  content: "";
  position: absolute;
  left: 124.5px;
  bottom: 0;
  width: 100px;
  height: 4px;
  background-color: var(--main-color);
  border-radius: 4px;
}

.page11 .content-box .bottom-box .text-box > p:last-of-type {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
}
@keyframes float {
  25% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}

/* page11 end */

/* page12 start */
.page12 .bg{
  width: 543px;
  height: 362px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(145deg, rgba(234, 243, 240, 1) 30%,rgba(234, 243, 240, 0.5) 80%,rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../imgs/page12-help.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.page12 .content-box {
  width: 100%;
  height: 540px;
  text-align: center;
}

.page12 .content-box img {
  height: 540px;
}

.page12 .content-box .text-box {
  width: 280px;
}

.page12 .content-box .text-box > p:first-of-type {
  font-size: 26px;
  font-weight: 500;
}

.page12 .content-box .text-box > p:last-of-type {
  font-size: 18px;
  color: var(--content-color);
}

.page12 .content-box .text-box:nth-of-type(1),
.page12 .content-box .text-box:nth-of-type(2),
.page12 .content-box .text-box:nth-of-type(3) {
  text-align: right;
}

.page12 .content-box .text-box:nth-of-type(4),
.page12 .content-box .text-box:nth-of-type(5),
.page12 .content-box .text-box:nth-of-type(6) {
  text-align: left;
}

.page12 .content-box .text-box:nth-of-type(1) {
  top: 300px;
  left: 80px;
  color: #2d8a6f;
}

.page12 .content-box .text-box:nth-of-type(2) {
  top: 460px;
  left: 10px;
  color: #8497b0;
}

.page12 .content-box .text-box:nth-of-type(3) {
  top: 620px;
  left: 80px;
  color: #2e75b6;
}

.page12 .content-box .text-box:nth-of-type(4) {
  top: 300px;
  right: 80px;
  color: #f4b183;
}

.page12 .content-box .text-box:nth-of-type(5) {
  top: 460px;
  right: 10px;
  color: #ffd966;
}

.page12 .content-box .text-box:nth-of-type(6) {
  top: 620px;
  right: 80px;
  color: #5eb95e;
}

@media (max-height: 800px) {
  .page12 .content-box .text-box:nth-of-type(1) {
    top: 210px;
  }
  
  .page12 .content-box .text-box:nth-of-type(2) {
    top: 370px;
  }
  
  .page12 .content-box .text-box:nth-of-type(3) {
    top: 530px;
  }
  
  .page12 .content-box .text-box:nth-of-type(4) {
    top: 210px;
  }
  
  .page12 .content-box .text-box:nth-of-type(5) {
    top: 370px;
  }
  
  .page12 .content-box .text-box:nth-of-type(6) {
    top: 530px;
  }
}
/* page12 end */

/* page13 start */
.page13 .content-box figure {
  width: 320px;
  text-align: center;
}

.page13 .content-box figure img {
  --img-size: 300px;
  width: var(--img-size);
  height: var(--img-size);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.page13 .content-box figure figcaption {
  margin-top: 20px;
  font-size: 34px;
  font-weight: 600;
  color: var(--main-color);
}
/* page13 end */

/* page14 start */
.page14 .content-box {
  width: 100%;
  height: 540px;
}

.page14 .content-box .left-box {
  width: 560px;
  height: 100%;
  font-size: 20px;
  line-height: 38px;
  text-indent: 2em;
  font-weight: 400;
  color: var(--content-color);
}

.page14 .content-box .right-box {
  width: 620px;
  height: 100%;
}

.page14 .content-box .right-box img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-height: 800px) {
  .page14 .content-box .right-box {
    width: 570px;
    height: 100%;
  }
}
/* page14 end */

/* footer start */
.footer {
  height: 400px;
  background-color: var(--main-color);
}

.footer .container {
  box-sizing: border-box;
  padding-top: 50px;
  height: calc(100% - 40px);
}

.footer .container .left-box figure img {
  height: 130px;
}

.footer .container .left-box figure figcaption {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
}

.footer .container .middle-box img {
  width: 140px;
  margin-top: 50px;
}

.footer .container .right-box {
  font-size: 18px;
  color: #ffffff;
  margin-top: 50px;
}
.footer .container .right-box p {
  margin-bottom: 20px;
}

.footer .container .right-box a {
  text-decoration: none;
  color: #ffffff;
}

.footer .bottom-bar {
  background-color: rgba(0, 0, 0, 0.15);
}

.footer .bottom-bar .content {
    margin: 0 auto;
    align-items: center;
    width: 1200px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}
.footer .bottom-bar .content .icon {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}
/* footer end */

/* 页面指示器 start */
.pager {
  position: fixed;
  right: 0;
  width: 20px;
}

.pager .circle {
  width: 6px;
  height: 6px;
  margin-top: 8px;
  border: 2px #ccc solid;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.pager .active {
  height: 20px;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* 页面指示器 end */
