.wrapper {
  background: no-repeat top center;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)), url(../img/banner.jpg);
  background-size: 100% 4.21rem;
}
.c1 {
  margin-top: 2.9rem;
  height: auto;
  background: no-repeat top center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
}
.c1 .title {
  margin-top: 0.2rem;
  width: 6.3rem;
  height: 0.44rem;
  justify-content: space-between;
  align-items: center;
}
.c1 .title h3 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.02rem;
}
.c1 .bottom {
  width: 6.3rem;
  height: auto;
  flex-direction: column;
}
.c1 .bottom .grid {
  margin: 0.1rem 0;
  width: 100%;
  height: 0.5rem;
  align-items: center;
}
.c1 .bottom .grid img {
  width: 0.5rem;
  height: 0.5rem;
  border: none;
}
.c1 .bottom .grid label {
  margin-left: 0.1rem;
  font-size: 0.24rem;
  color: #666;
}
.c1 .bottom .grid:last-child {
  margin-bottom: 0.2rem;
}
.c2 {
  margin-top: 0.3rem;
  height: 1rem;
  justify-content: space-between;
  align-items: center;
}
.c2 .item {
  width: 3.3rem;
  height: 100%;
  font-size: 0.32rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
.c2 .left {
  color: #C5A57F;
}
.c2 .right {
  color: #9DC4B2;
}
.list {
  margin-top: 0.3rem;
  padding: 0 0.3rem;
  min-height: 1.9rem;
  justify-content: space-between;
  align-items: center;
}
.list .left {
  padding: 0.3rem 0;
  width: 5rem;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.list .left h3 {
  font-size: 0.3rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  color: #333;
}
.list .left p {
  margin-top: 0.3rem;
  line-height: 0.35rem;
  font-size: 0.24rem;
  color: #666;
}
.list .btn {
  width: 1.25rem;
  height: 0.6rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  background-color: #46BD2D;
  box-shadow: 0 0 0.3rem #DBDBDB;
  border-radius: 0.3rem;
  justify-content: center;
  align-items: center;
}
.list:nth-last-child(2) {
  margin-bottom: 0.3rem;
}
.btns {
  margin-top: 0.3rem;
  height: 1.5rem;
  justify-content: center;
}
.btns .item {
  width: 25%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btns .item img {
  width: 0.95rem;
  height: 0.95rem;
  border: none;
}
.btns .item label {
  margin-top: 0.1rem;
  font-size: 0.26rem;
  color: #333;
}
