* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html, body {
  width: 100%;
  font-size: 12px;
}

.top {
  width: 100%;
  height: 12vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
  box-shadow: 0 0 5px #888;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}

.top .title {
  font-size: 1.3rem;
  text-align: center;
}

.top span {
  color: #ff6537;
  flex: 1;
}

.top p {
  flex: 1;
}

.swiper-container {
  width: 100%;
  height: 53.334vw;
  margin-top: 12vw;
}

.content {
  width: 100%;
  padding: 2% 17px;
  font-size: 1rem;
  padding-bottom: 15vw;
}

.content .item {
  width: 100%;
  margin: 1.5vw 0;
  display: flex;
  align-items: flex-start;
}

.content .item .left {
  width: 15%;
  color: #ff6537;
  text-align: justify;
  text-align-last: justify;
  margin-right: 5%;
}

.content .item .right {
  flex: 1;
  color: #666;
}

.content .item .right span {
  font-size: 1.4rem;
  color: #ff6537;
}

.footer {
  width: 100%;
  height: 14vw;
  border-top: 1px solid #eee;
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.footer .btn {
  height: 100%;
  width: 25.66%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #666;
}

.footer .btn > .icon {
  margin-bottom: 5%;
}

.footer .btn1 {
  width: 50%;
  flex-direction: row;
  background-color: #ff6537;
  color: #fff;
}

.more-btn {
  width: 100%;
  height:auto;
  display: none;
  align-items: center;
  background-color: #fff;
  position: fixed;
  bottom: 14vw;
  border-top: 1px solid #eee;
}

.more-btn .btn {
  height: 100%;
  width: 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #666;
  line-height: 24px;
}

.more-btn .btn span {
  margin-bottom: 5%;
  font-size: 1.5rem;
      line-height: 0.5rem;
}
