html,
body {
  width: 100%;
  min-width: 90rem;
}

.container {
  margin: 0 auto;
}

/* 顶部 */

.aeyes-topbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4rem;
  width: 100%;
  z-index: 999;
}

.logoBox {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 3rem;
  padding-top: 2rem;
}
.logoBox img {
  width: 60px;
}
/* 页面头部 */
.aeyes-head {
  height: 52.5rem;
}

.aeyes-banner {
  display: flex;
}

.aeyes-banner .aeyes-banner-title {
  font-size: 6rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  color: #fff;
  position: relative;
  z-index: 100;
  text-align: center;
  width: 100%;
  margin: 16.8125rem auto 0 auto;
}
.aeyes-titSp {
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 20px;
}
.aeyes-banner .aeyes-banner-title button {
  width: 11.5625rem;
  height: 3.5rem;
  border-radius: 3.25rem;
  border: none;
  background: linear-gradient(270deg, #9a57ff 0%, #8638fd 98%);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0rem;
  font-feature-settings: "kern" on;
  color: #ffffff;
  cursor: pointer;
}

.aeyes-banner .aeyes-banner-title button:hover {
  background: linear-gradient(270deg, #8638fd 0%, #9a57ff 98%);
}

.aeyes-banner .aeyes-banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.aeyes-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide-active img {
  width: 100%;
  height: 100%;
}
.main-down-btn {
  display: block;
  width: 166px !important;
  background: url(../assets/images/headImg/icon-android64.png) no-repeat center
    center / 166px 50px;
  height: 50px;
  margin: 48px auto;
}
.footer {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  z-index: 200;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
#write {
  margin: 0 auto;
  padding: 30px;
  padding-bottom: 100px;
}
#write {
  margin: 0px auto;
  height: auto;
  width: inherit;
  word-break: normal;
  overflow-wrap: break-word;
  position: relative;
  white-space: normal;
  overflow-x: visible;
  padding-top: 36px;
}

#write.first-line-indent p {
  text-indent: 2em;
}

#write.first-line-indent li p,
#write.first-line-indent p * {
  text-indent: 0px;
}

#write.first-line-indent li {
  margin-left: 2em;
}
