#home1 {
  height: 470vh;
}
#home1 .banner {
  width: 100%;
  height: 200px;
  margin-top: 100px;
  background-image: url(../assets/images/login/banner.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#home1 .banner .banner-title {
  width: 1360px;
  margin: 0 auto;
  font-family: Source Han Sans CN, Source Han Sans CN;
}
#home1 .banner .banner-title .title {
  padding-top: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 46px;
  color: #ffffff;
}
#home1 .banner .banner-title .updatetime {
  padding-top: 40px;
  text-align: end;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
#home1 .container {
  width: 100%;
  height: 100%;
  background-color: #f3f5f8;
  padding-top: 40px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
#home1 .container .content {
  width: 1360px;
  height: 4400px;
  margin: 0 auto;
  padding: 60px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 16px;
}
#home1 .container .content .introduction {
  margin-bottom: 60px;
}
#home1 .container .content .agreement-content {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 60px;
}
#home1 .container .content .agreement-content .agreement-title {
  font-weight: bold;
  font-size: 26px;
  color: #111111;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
#home1 .container .content .agreement-content .agreement-content {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 60px;
}
#home1 .container .content .agreement-content .agreement-content p {
  text-indent: 2.2em;
}
.dropdown-item {
  width: 45%;
}
@media (max-width: 1920px) and (min-width: 960px) {
  body {
    zoom: 0.8;
  }
}
@media (max-width: 3840px) and (min-width: 2560px) {
  body {
    zoom: 1.2;
  }
}
