.homepage {
  background-image: url(./background_bg.png);
  background-color: #fbffd3;
  background-size: 100% 100%;
  height: 100%;
}

h2 {
  color: #07fff3;
  font-size: 64px;
  font-weight: bold;
  margin-top: 104px;
  margin-left: -4px;
  letter-spacing: -0.15em;
}

h3 {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

h4 {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 42px;
}

.title {
  margin: 0 48px;
}

.explain {
  background: rgba(255, 255, 255, 0.12);
  padding: 24px;
  margin: 0 12px;
  border-radius: 16px;
  flex: 1 1 0;
}
#companyName {
  width: 150px;
  height: 42px;
  padding-top: 20%;
  padding-left: 20%;
}

#appIcon {
  width: 150px;
  height: 150px;
}

.explain {
  text-align: center;
}

.explain h3,
.explain p {
  margin: 0 auto;
}
.explain p {
  font-size: 16px;
  line-height: 18px;
  color: rgb(255, 255, 255);
}

.content {
  display: flex;
  margin: 48px 12px 108px 12px;
}

.question {
  color: #6efffd;
  font-size: 22px;
  line-height: 32px;
  font-weight: 900;
}

.activeSection {
  background: #6efffd;
  padding: 72px 12% 64px 12%;
  text-align: center;
}

#big_Logo {
  width: 385px;
  padding-bottom: 20%;
}

#bottomLogo {
  font-size: 21px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.92);
}

#daolerLogoEng {
  width: 220px;
  height: 78px;
}

#slogan {
  color: #000;
  font-size: 38px;
  font-weight: 900;
  line-height: 48px;
}

#sloganZh {
  color: #000;
  font-weight: 900;
  font-size: 23px;
  line-height: 32px;
}

#block {
  width: 40px;
  margin: 0 auto;
  height: 6px;
  background: rgba(0, 0, 0, 0.92);
  margin-top: 32px;
  margin-bottom: 62px;
}

.link {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  ::-webkit-scrollbar {
    display:none;
  }

  .homepage {
    background-size: 100% 100%;
    background-image: url(./background_bg.png);
    background-color: #fbffd3;
    background-repeat: no-repeat;
    background-position: top;
  }

  /* .section {
    padding: 0;
  } */

  .item {
    display: none;
  }

  .login {
    display: block;
  }

  .content {
    overflow-y: scroll;
  }

  .explain {
    min-width: 112px;
  }

  .activeSection {
    padding-top: 16px;
  }
}
