.section-header {
  height: 5rem;
  overflow: initial !important;
}

.section-header .content {
  padding-top: 0.7rem;
}

.section-header .content h2 {
  font-size: 0.6rem;
  line-height: 0.88rem;
  margin-bottom: 0.17rem;
}

.section-header .content p {
  font-size: 0.24rem;
  line-height: 0.33rem;
  margin-bottom: 0.08rem;
}

.section-header .content .code {
  margin-top: 0.21rem;
  width: 2.18rem;
  height: 2.18rem;
  background: url("../img/code.png") no-repeat;
  background-size: 2.18rem 2.18rem;
  -webkit-transform: translateX(-0.29rem);
          transform: translateX(-0.29rem);
}

.section-header .header-img {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(2.8rem);
          transform: translateX(2.8rem);
  width: 8.62rem;
  height: 5.22rem;
}

.main .section {
  width: 100%;
}

.main .section .content {
  position: relative;
  max-width: 12rem;
  margin: 0 auto;
  height: 100%;
}

.main .section .content .hd {
  text-align: center;
  padding-top: 0.8rem;
}

.main .section .content .hd h2 {
  font-size: 0.5rem;
  line-height: 0.8rem;
  margin-bottom: 0.01rem;
}

.main .section .content .hd p {
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.section-intro {
  height: 4.74rem;
  background: #fff;
  padding: 0 0.3rem;
}

.section-intro .icon {
  width: 1.2rem;
  height: 1.2rem;
}

.section-intro .number {
  padding-top: 0.3rem;
  font-size: 0.4rem;
  padding-bottom: 0.2rem;
}

.section-intro .text {
  font-size: 0.24rem;
  color: #666;
}

.section-map {
  height: 8rem;
}

.section-map .content .map {
  width: 11.86rem;
  height: 7.44rem;
  background: url("../img/map1.png") no-repeat;
  background-size: 11.86rem 7.44rem;
}

.section-map .content .map .hd {
  padding-top: 0.48rem;
}

.section-function {
  height: 10.8rem;
  background: #fff;
}

.section-function .type-list .type-item {
  width: 3.8rem;
  height: 2.2rem;
  background: #f0faf5;
  padding: 0.4rem 0.4rem 0;
  margin-top: 0.3rem;
}

.section-function .type-list .type-item h3 {
  font-size: 0.32rem;
  line-height: 0.45rem;
}

.section-function .type-list .type-item h3 .icon {
  display: inline-block;
  vertical-align: text-top;
  margin-top: 0.025rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background: #e66140;
  color: #fff;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.18rem;
}

.section-function .type-list .type-item p {
  margin-top: 0.2rem;
  line-height: 0.28rem;
  font-size: 0.2rem;
}

.section-function .type-list .type-item p .red {
  color: #cf3315;
}

.section-preview {
  height: 11.62rem;
}

.section-preview .content::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0.44rem;
  width: 4rem;
  height: 4.13rem;
  background: url("../img/u.png") no-repeat;
  background-size: 4rem 4.13rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-preview .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0.5rem;
  width: 4rem;
  height: 4.13rem;
  background: url("../img/u.png") no-repeat;
  background-size: 4rem 4.13rem;
}

.section-preview .content .preview-img {
  width: 4.78rem;
  height: 8.77rem;
}

.section-preview .content .details .list {
  padding-top: 1.4rem;
  padding-bottom: 1.6rem;
  width: 7.44rem;
  -webkit-transform: translateX(-0.4rem);
          transform: translateX(-0.4rem);
}

.section-preview .content .details .item {
  margin: 0 0 0.4rem 0.4rem;
  cursor: pointer;
}

.section-preview .content .details .item .icon {
  width: 0.84rem;
  height: 0.84rem;
  background: #fff;
  color: #04b35b;
  border-radius: 0.8rem;
  font-size: 0.38rem;
  text-align: center;
  line-height: 0.84rem;
  margin-bottom: 0.2rem;
}

.section-preview .content .details .item .icon:hover {
  background: #04b35b;
  color: #fff;
}

.section-preview .content .details .item p {
  font-size: 0.2rem;
}

.section-preview .content .details .intro {
  width: 6.96rem;
}

.section-preview .content .details .intro h2 {
  line-height: 0.56rem;
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
}

.section-preview .content .details .intro p {
  height: 0.4rem;
  font-size: 0.2rem;
}

.section-demo {
  height: 12.44rem;
  background: #fff;
}

.section-demo .demo-list {
  padding-top: 0.8rem;
}

.section-demo .demo-item {
  width: 3.8rem;
  height: 4.22rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0);
  border: 1px solid #f2f2f2;
  margin-bottom: 0.4rem;
  position: relative;
  overflow: hidden;
}

.section-demo .demo-item .cover {
  width: 3.8rem;
  height: 1.89rem;
}

.section-demo .demo-item .info {
  position: relative;
  width: 3.8rem;
  height: 2.33rem;
  padding: 0 0.2rem;
}

.section-demo .demo-item .info .avatar {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 0.76rem;
  background: #fff;
  overflow: hidden;
}

.section-demo .demo-item .info .avatar .avatar-img {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 0.72rem;
  overflow: hidden;
}

.section-demo .demo-item .info .shop-name {
  padding-top: 0.47rem;
  padding-bottom: 0.1rem;
}

.section-demo .demo-item .info .data-number {
  color: #666666;
  padding-bottom: 0.2rem;
}

.section-demo .demo-item .info .data-number .share {
  padding: 0 0.18rem;
  position: relative;
}

.section-demo .demo-item .info .data-number .share::before {
  content: '';
  width: 1px;
  height: 0.11rem;
  background: #cccccc;
  position: absolute;
  top: 50%;
  left: 0.09rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-demo .demo-item .info .data-number .share::after {
  content: '';
  width: 1px;
  height: 0.11rem;
  background: #cccccc;
  position: absolute;
  top: 50%;
  right: 0.09rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-demo .demo-item .info .goods-title {
  line-height: 0.36rem;
  font-size: 0.24rem;
}

.section-demo .demo-item .info .goods-title .label {
  background: #ff4d2a;
  -webkit-box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0);
  border-radius: 0.03rem;
  font-size: 0.16rem;
  color: #fff;
  width: 0.38rem;
  height: 0.24rem;
  line-height: 0.24rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: translateY(-0.02rem);
          transform: translateY(-0.02rem);
  margin-right: 0.08rem;
}

.section-demo .demo-item:hover .previw {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section-demo .demo-item .previw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section-demo .demo-item .previw .code {
  width: 2.2rem;
  height: 2.2rem;
  background: #fff;
  padding: 0.2rem;
  border-radius: 2.2rem;
}

.section-demo .demo-item .previw p {
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-top: 0.2rem;
  color: #fff;
}

.section-partner {
  height: 5.8rem;
}

.section-partner .partner-list {
  padding-top: 0.4rem;
}

.section-partner .partner-item {
  margin-top: 0.4rem;
  width: 2.2rem;
  height: 0.9rem;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  padding-left: 0.2rem;
  cursor: pointer;
}

.section-partner .partner-item:hover {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0.04rem 0.04rem 0.3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.04rem 0.04rem 0.3rem rgba(0, 0, 0, 0.1);
}

.section-partner .partner-item .icon {
  width: 0.44rem;
  height: 0.44rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.44rem;
          flex: 0 0 0.44rem;
  border-radius: 0.44rem;
  overflow: hidden;
}

.section-partner .partner-item .info {
  padding-left: 0.1rem;
}

.section-partner .partner-item .info .name {
  font-size: 0.2rem;
  padding-bottom: 0.1rem;
}

.section-partner .partner-item .info .text {
  color: #666666;
  font-size: 0.14rem;
}

.section-apply {
  height: 7.48rem;
  background: url("../img/apply-bg.png") no-repeat;
  background-origin: center center;
  background-size: 100% 3.26rem;
}

.section-apply .content {
  color: #fff;
}

.section-apply .content .step-list {
  padding-top: 0.8rem;
  color: #333;
}

.section-apply .content .step-list .step-item {
  width: 3.3rem;
  height: 2.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #f2f2f2;
  border-left: 0.08rem solid #04b35b;
}

.section-apply .content .step-list .step-item .icon {
  width: 0.78rem;
  height: 0.6rem;
}

.section-apply .content .step-list .step-item .step-name {
  font-size: 0.32rem;
  padding: 0.2rem 0;
}

.section-apply .content .step-list .step-item .text {
  color: #666666;
  font-size: 0.2rem;
  line-height: 0.28rem;
}

.section-apply .content .step-list .symbol {
  width: 0.32rem;
  height: 0.32rem;
}

.section-apply .content .button {
  width: 3.6rem;
  height: 0.88rem;
  background: #04b35b;
  border-radius: 0.44rem;
  margin: 0.8rem auto;
  font-size: 0.30rem;
  color: #fff;
  line-height: 0.88rem;
  text-align: center;
  cursor: pointer;
}
/*# sourceMappingURL=index.css.map */