.danye-box {max-width: 540px; margin: 0 auto;}

.danye-box .weui-btn {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 2.55555556;
  /*no*/
  border-radius: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.danye-box .weui-btn:after {
  display: none;
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  box-sizing: border-box;
  border-radius: 10px;
}

.danye-box .weui-btn_primary {
  background-color: #1AAD19;
}

.danye-box .weui-btn_primary:not(.weui-btn_disabled):visited {
  color: #FFFFFF;
}

.danye-box .weui-btn_primary:not(.weui-btn_disabled):active {
  color: rgba(255, 255, 255, 0.6);
  background-color: #179B16;
}

button.weui-btn {
  width: 100%;
  border-width: 0;
  outline: 0;
  -webkit-appearance: none;
}

button.weui-btn:focus {
  outline: 0;
}

button {
  display: inline-block;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  height: 36px;
  line-height: 36px;
  min-width: 60px;
}

/*gap between btn*/

/*
z-index:
0: .weui-swiped-btn
1: .weui-cell_swiped .weui-cell__bd
2: .weui-cells和.weui-cell的1px线
*/

.danye-box .weui-cell {
  padding: 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.danye-box .weui-cell:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #eeeeee;
  color: #eeeeee;
  /*no*/
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  left: 15px;
  z-index: 2;
}

.danye-box .weui-cell:first-child:before {
  display: none;
}

.danye-box .weui-cell__bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

.danye-box .weui-label {
  display: block;
  width: 0.7em;
  word-wrap: break-word;
  word-break: break-all;
}

.danye-box .weui-input {
  width: 100%;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  background-color: transparent;
  font-size: inherit;
  color: inherit;
  height: 1.47058824em;
  /*no*/
  line-height: 1.47058824;
  /*no*/
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
}

.danye-box .weui-input::-webkit-outer-spin-button,
.danye-box .weui-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*no*/

.danye-box .weui-search-bar__input:not(:valid) ~ .weui-icon-clear {
  display: none;
}

/*
.danye-box .hairline(@position, @color) when (@position = top) {
  border-top: 1px solid @color;
}
.danye-box .hairline(@position, @color) when (@position = left) {
  border-left: 1px solid @color;
}
.danye-box .hairline(@position, @color) when (@position = bottom) {
  border-bottom: 1px solid @color;
}
.danye-box .hairline(@position, @color) when (@position = right) {
  border-right: 1px solid @color;
}
// For right and bottom
.danye-box .hairline-emove(@position) when not (@position = left) and not (@position = top) {
  border-left: 0;
  border-bottom: 0;
}
// For left and top
.danye-box .hairline-emove(@position) when not (@position = right) and not (@position = bottom) {
  border-right: 0;
  border-top: 0;
}
// For right and bottom
.danye-box .hairline-color(@position, @color) when not (@position = left) and not (@position = top) {
  border-right-color: @color;
  border-bottom-color: @color;
}
// For left and top
.danye-box .hairline-color(@position, @color) when not (@position = right) and not (@position = bottom) {
  border-left-color: @color;
  border-top-color: @color;
}
*/

/* === Grid === */

/*no*/

/*no*/

/* === Columns Picker === */

/* === Calendar === */

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */

.danye-box .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.danye-box .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.danye-box .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.danye-box .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */

/* a11y */

/* IE10 Windows Phone 8 Fixes */

/* Arrows */

.danye-box .swiper-button-prev,
.danye-box .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.18em;
  height: 0.293333em;
  margin-top: -0.146667em;
  z-index: 10;
  cursor: pointer;
  background-size: 0.18em 0.293333em;
  background-position: center;
  background-repeat: no-repeat;
}

.danye-box .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 0.066667em;
  right: auto;
}

.danye-box .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 0.066667em;
  left: auto;
}

/* Pagination Styles */

/* Common Styles */

/* Bullets */

/* Progress */

/* 3D Container */

/* Coverflow */

/* Cube + Flip */

/* Cube */

/* Fade */

/* Scrollbar */

/* Preloader */

@media only screen and (min-width: 320px) {
  .danye-box {
    font-size: 64px;
  }
}

@media only screen and (min-width: 360px) {
  .danye-box {
    font-size: 72px;
  }
}

@media only screen and (min-width: 375px) {
  .danye-box {
    font-size: 75px;
  }
}

@media only screen and (min-width: 414px) {
  .danye-box {
    font-size: 82.8px;
  }
}

@media only screen and (min-width: 480px) {
  .danye-box {
    font-size: 96px;
  }
}

.danye-box .page {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.danye-box .page-bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f8f8;
  position: relative;
}

/* reset weui */

.danye-box .weui-cell {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.danye-box .weui-btn {
  border-radius: 40px;
  font-size: 0.186667em;
  height: 0.586667em;
  line-height: 0.586667em;
}

.danye-box .weui-btn_primary {
  background-color: #E71C25;
  background-image: -webkit-linear-gradient(200deg, #fd523f 0%, #fe6055 51%, #ff7466 100%), -webkit-linear-gradient(#ff7466, #ff7466);
  background-image: linear-gradient(250deg, #fd523f 0%, #fe6055 51%, #ff7466 100%), linear-gradient(#ff7466, #ff7466);
  box-shadow: 0.013333em 0.033333em 0.033333em rgba(255, 65, 58, 0.5);
}

.danye-box .weui-btn_primary:not(.weui-btn_disabled):active {
  background-color: #E71C25;
  opacity: 0.8;
}

.danye-box .weui-label {
  font-size: 0.173333em;
  width: 1.2em;
}

.danye-box .weui-input {
  font-size: 0.173333em;
}

.danye-box .cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.danye-box .flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.danye-box .tc {
  text-align: center;
}

.danye-box .fs32 {
  font-size: 0.213333em;
}

.danye-box .fs36 {
  font-size: 0.24em;
}

.danye-box .fs28 {
  font-size: 0.186667em;
}

.danye-box .fs24 {
  font-size: 0.16em;
}

.danye-box .ml10 {
  margin-left: 0.066667em;
}

.danye-box .fw600 {
  font-weight: 600;
}
.danye-box .page {
  overflow: auto;
}

.danye-box .page > .page-bd {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
}

img {
  max-width: 100%;
}

.danye-box .page-bd {
  background-repeat: no-repeat;
  background: url() no-repeat top center;
  background-size: 100% auto;
}

input {
  -webkit-appearance: none;
}

.danye-box .rz-list {
  
}

.danye-box .rz-list .tlt-1 {
  padding-top: 0.4em;
  padding-bottom: 0.2em;
}

.danye-box .rz-list .rz-item-1 {
  padding: 0 0.2em;
}

.danye-box .rz-list .rz-item-1 .li-box {
  background-color: #ffffff;
  box-shadow: 0 0.006667em 0.073333em 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.066667em;
  padding: 0 0.2em;
  margin-bottom: 0.2em;
}

.danye-box .rz-list .rz-item-1 .li-box .num {
  width: 0.24em;
  height: 0.24em;
  background: #474747;
  border-radius: 50%;
}

.danye-box .rz-list .rz-item-1 .li-box.active .tlt-2 .num {
  background-color: #E71C25;
}

.danye-box .rz-list .rz-item-1 .li-box.active .tlt-2 .cell-1 {
  color: #E71C25;
}

.danye-box .rz-list .rz-item-1 .li-box.active .tlt-2:after {
  border-color: #E71C25;
  border-width: 0.02em 0 0 0.02em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0.053333em;
}

.danye-box .rz-list .rz-item-1 .li-box.active .li-bd {
  display: block;
}

.danye-box .rz-list .rz-item-1 .li-box .li-bd {
  display: none;
}

.danye-box .rz-list .rz-item-1 .li-box .tlt-2 {
  height: 0.933333em;
  line-height: 0.933333em;
  position: relative;
  width: 100%;
}

.danye-box .rz-list .rz-item-1 .li-box .tlt-2 .cell-1 {
  color: #3A3A3A;
  margin-top: -0.026667em;
}

.danye-box .rz-list .rz-item-1 .li-box .tlt-2:after {
  content: '';
  width: 0.066667em;
  height: 0.066667em;
  border: 0 solid #cccccc;
  border-width: 0 0.02em 0.02em 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.danye-box .rz-list .rz-item-1 .li-box .text-1 {
  font-size: 0.186667em;
  color: #555555;
  line-height: 2;
  border-top: 0.013333em dashed #e5e5e5;
  padding: 0.2em 0;
  padding-bottom: 0.066667em;
}

.danye-box .rz-list .rz-item-1 .li-box .btns {
  padding: 0.233333em 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.danye-box .rz-list .rz-item-1 .li-box .btns .btn {
  display: inline-block;
  width: 8em;
  height: 2.5em;
  border: 0.006667em solid rgba(231, 28, 37, 0.8);
  border-radius: 0.02em;
  line-height: 1.6;
  text-align: center;
  color: #E71C25;
  font-size: 0.196667em;
}

.danye-box .rz-list .rz-item-1 .li-box .btns .btn + .btn {
  margin-left: 0.1em;
}

.danye-box .rz-list .rz-item-2 .tab-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: auto;
  padding: 0 0.2em;
  padding-bottom: 0.266667em;
}

.danye-box .rz-list .rz-item-2 .tab-btns .tab-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-width: 1.02em;
  height: 1.093333em;
  background: #ffffff;
  box-shadow: 0 0.02em 0.033333em 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.066667em;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
          flex-flow: column;
  position: relative;
}

.danye-box .rz-list .rz-item-2 .tab-btns .tab-btn::before {
  display: none;
  content: "";
  position: absolute;
  bottom: -0.066667em;
  left: 50%;
  width: 0.133333em;
  height: 0.133333em;
  margin-left: -0.066667em;
  background-color: #E71C25;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.danye-box .rz-list .rz-item-2 .tab-btns .tab-btn.active {
  background-color: #E71C25;
}

.danye-box .rz-list .rz-item-2 .tab-btns .tab-btn.active .text-1 {
  color: #ffffff;
}

.danye-box .rz-list .rz-item-2 .tab-btns .tab-btn.active::before {
  display: block;
}

.danye-box .rz-list .rz-item-2 .tab-btns .tab-btn img {
  width: 0.4em;
  height: 0.4em;
}

.danye-box .rz-list .rz-item-2 .tab-btns .tab-btn .text-1 {
  color: #616161;
  margin-top: 0.1em;
}

.danye-box .rz-list .rz-item-2 .tab-btns .tab-btn + .tab-btn {
  margin-left: 0.1em;
}

.danye-box .rz-list .rz-item-3 {
  padding: 0 0.2em;
}

.danye-box .rz-list .rz-item-3 .form-box {
  background: #ffffff;
  box-shadow: 0 0.006667em 0.073333em 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.066667em;
  text-align: left;
}

.danye-box .rz-list .rz-item-3 .xin {
  box-sizing: border-box;
  padding-left: 0.133333em;
  position: relative;
}

.danye-box .rz-list .rz-item-3 .xin:before {
  content: "*";
  color: #E71C25;
  left: 0;
  position: absolute;
}

.danye-box .banner-box .swiper-slide img {
  width: 100%;
  height: 2.666667em;
}

.danye-box .banner-box .swiper-button-next,
.danye-box .banner-box .swiper-button-prev {
  background-image: none;
  background-size: 30%;
  -webkit-animation: none;
          animation: none;
  color: #ffffff;
  width: 0.4em;
  height: 0.4em;
}

.danye-box .banner-box .swiper-button-next:before,
.danye-box .banner-box .swiper-button-prev:before {
  content: "";
  position: absolute;
  width: 0.133333em;
  height: 0.133333em;
  border: 0.033333em solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.danye-box .banner-box .swiper-button-next:before {
  top: 32%;
  left: 23%;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.danye-box .banner-box .swiper-button-prev:before {
  top: 32%;
  left: 40%;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
}

.danye-box .bg-2 {
    background-color: #be0102;
}

.danye-box .weui-btn_primary {
  border-radius: 0;
  height: 0.6em;
  background: -webkit-linear-gradient(bottom, #ba121a, #f7010d);
  background: linear-gradient(0deg, #ba121a, #f7010d);
  border-radius: 0.033333em;
  box-shadow: none;
  font-size: 0.186667em;
}

.danye-box .cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.danye-box .cell-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}