body {
  margin: 0;
}

.app-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.app-wrapper .navbar-pages {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #FFF;
  border-bottom: 1px solid #EBEBEB;
}
.app-wrapper .right-anchor {
  position: fixed;
  right: 0;
  bottom: 0;
}
.app-wrapper .main-container {
  background-color: #F9FBFF;
}

.details-container {
  width: 100%;
  padding: 56px 0;
  box-sizing: border-box;
}

.details-container .details-title {
  font-weight: 600;
  font-size: 20px;
  color: #292929;
  text-align: center;
}

.details-container .details-first-leve-title {
  font-weight: 600;
  font-size: 16px;
  color: #292929;
  margin-top: 56px;
}

.details-container .details-two-leve-title {
  margin-top: 24px;
}

.details-container .details-two-leve-title .title {
  font-weight: 600;
  font-size: 14px;
  color: #292929;
}

.details-container .details-two-leve-title .title-content {
  font-weight: 400;
  font-size: 14px;
  color: #292929;
  line-height: 22px;
}

.details-container .details-paragraph {
  font-weight: 400;
  font-size: 14px;
  color: #292929;
  margin-top: 24px;
  text-indent: 2em;
  line-height: 22px;
}

.details-container .details-img {
  margin-top: 24px;
  text-align: center;
  width: 100%;
  height: 442px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 800px 100%;
}

.details-container .details-list {
  margin-top: 8px;
}

.details-container .details-list .details-list-item {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #292929;
  line-height: 22px;
}
