* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  display: none;
}

body, html {
  width: 100%;
  height: 100%;
}

#app {
  overflow-x: hidden;
}

.nav {
  width: 100%;
  height: 65px;
  background: #FFFFFF;
  box-shadow: 0px 6px 24px rgba(35, 73, 122, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .navContain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
}
.nav .navContain .navLeft {
  width: 168px;
  height: 46px;
}
.nav .navContain .navLeft img {
  width: 100%;
  height: 100%;
}
.nav .navContain .navRight {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav .navContain .navRight a {
  display: block;
  text-decoration: none;
}
.nav .navContain .navRight a .navItem {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 31px;
  color: #000000;
  margin-left: 84px;
}
.nav .navContain .navRight a .active {
  color: #495AFF;
}
.nav .navContain .navRight a .navItem:hover {
  color: #495AFF;
}

.footer {
  width: 100%;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #21282D;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
}
.footer a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 16px;
}
.footer span {
  padding: 0 15px;
  font-size: 16px;
  font-family: Source Han Sans CN;
}

.section {
  width: 100%;
  padding-bottom: 112px;
}
.section .section-title {
  width: 1200px;
  margin: 0 auto;
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 28px;
  color: #1B215D;
  padding: 58px 0 36px;
}
.section .section-text {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  color: #5E6577;
  white-space: pre-line;
}

/*# sourceMappingURL=agreement.css.map */
