.wrap {
  width: 7.5rem;
  overflow: hidden;
/*   background-image: linear-gradient(to right, #0fa9ff, #237af1); */
  position: relative;
  padding-bottom: 0.5rem;
}

.swiper-container {
  margin: 0.25rem auto 0;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
  width: 7.11rem !important;
  height: 4rem !important;
}

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet {
  background-color: #000000;
  opacity: 0.37;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

.help_link {
  display: inline-block;
  /* width: 1.67rem; */
  padding: 0 .4rem;
  height: 0.59rem;
  line-height: 0.59rem;
  background-color: #f78538;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
  font-size: 0.24rem;
  color: #fff;
  position: fixed;
  top: 4.38rem;
  right: 0;
}

.order {
  width: 100%;
  margin: 0.4rem auto;
  box-sizing: border-box;
  overflow: hidden;
	position: relative;
}
.order_bat {
  width: 5.6rem;
	display: block;
  margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -2.8rem;
	bottom: 0.4rem;
}
.order img{ display: block;}

.title {
  display: block;
  height: 0.54rem;
}

.exclusive {
  width: 4.79rem;
  margin: 0.3rem auto 0.28rem;
}

.exclusive_box {
  width: 6.9rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  margin: 0 auto;
  overflow: hidden;
}

.exclusive_box div {
  width: 33.3%;
  float: left;
  margin: 0.7rem auto 0.6rem;
}

.exclusive_box div img {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
}

.exclusive_box div p {
  width: 1.4rem;
  font-size: 0.22rem;
  color: #2180f3;
  text-align: center;
  margin: 0.15rem auto 0;
}

.intr {
  width: 4.79rem;
  margin: 0.3rem auto 0.28rem;
}

.intr_box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.intr_box img{ width: 100%; display: block;}

.step_01 {
  display: block;
  width: 6.13rem;
  height: 1.83rem;
  margin: 0 auto;
}

.cailin_img {
  display: block;
  width: 100%;
}

.open_intr {
  width: 100%;
  font-size: 0.24rem;
  color: #333333;
  text-align: left;
  margin-top: 0.25rem;
}

.step_02 {
  display: block;
  width: 6.13rem;
  height: 1.35rem;
  margin: 0.25rem auto;
}

.step_02_box {
  width: 100%;
}

.step_02_box>div {
  width: 2.9rem;
  height: 1.7rem;
  border-radius: 0.08rem;
  background: rgba(15, 169, 255, 0.1);
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 0 0.1rem;
}

.step_02_box>div:last-child {
  float: right !important;
}

.step_02_box>div span {
  display: inline-block;
  width: 0.34rem;
  height: 0.34rem;
  line-height: 0.34rem;
  border-radius: 50%;
  background-image: linear-gradient(-90deg, #237af1 0%, #0fa9ff 100%),
    linear-gradient(#55c2f9, #55c2f9);
  background-image: -webkit-linear-gradient(-90deg, #237af1 0%, #0fa9ff 100%),
    linear-gradient(#55c2f9, #55c2f9);
  background-image: -moz-linear-gradient(-90deg, #237af1 0%, #0fa9ff 100%),
    linear-gradient(#55c2f9, #55c2f9);
  background-image: -o-linear-gradient(-90deg, #237af1 0%, #0fa9ff 100%),
    linear-gradient(#55c2f9, #55c2f9);
  font-family: SourceHanSansCN-Medium;
  font-size: 0.26rem;
  color: #ffffff;
  position: absolute;
  top: -0.17rem;
  left: 50%;
  margin-left: -0.17rem;
}

.step_02_box>div p {
  font-size: 0.2rem;
  color: #5b656a;
  text-align: left;
  margin-top: 0.3rem;
  line-height: 0.32rem;
}

.step_02_box>div p a {
  color: #1c8bf6;
  padding-bottom: 0.05rem;
  border-bottom: 1px solid #1c8bf6;
}

.step_03 {
  display: block;
  width: 6.13rem;
  height: 0.87rem;
  margin: 0.6rem auto 0.15rem;
  padding-top: 0.6rem;
  margin-bottom: 0.3rem;
}

.message {
  width: 100%;
  font-size: 0.26rem;
  color: #545454;
  text-align: left;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #d6d6d6;
}

.message span {
  color: #1c8bf6;
}

.upload {
  width: 100%;
  font-size: 0.26rem;
  letter-spacing: 0rem;
  color: #1c8bf6;
  font-weight: bold;
  text-align: left;
  margin: 0.25rem auto 0;
}

.flex_img {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  margin: 0.65rem auto 1.1rem;
}

.flex_img img {
  display: block;
  width: 1.88rem;
  height: 1.88rem;
}

.yw_box {
  width: 6.9rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  margin: 0.4rem auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.3rem 0.15rem;
}

.yw_box p {
  display: block;
  font-size: 0.22rem;
  color: #5b656a;
  text-align: left;
  position: relative;
  padding-left: 0.3rem;
  margin-bottom: 0.15rem;
}

.yw_box p span {
  display: inline-block;
  width: 0.25rem;
  height: 0.26rem;
  line-height: 0.26rem;
  text-align: center;
  border-radius: 50%;
  background-color: #1c8bf6;
  font-size: 0.18rem;
  color: #ffffff;
  position: absolute;
  top: 0.02rem;
  left: 0;
}

.shuyu {
  width: 100%;
  font-size: 0.2rem;
  color: #dcecff;
  text-align: center;
  margin: 0.47rem auto 0.7rem;
}

.fade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  display: none;
}

.fadeBox {
  width: 5.4rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  margin: 3.5rem auto 0;
  position: relative;
  overflow: hidden;
}

.fadeBox>h4 {
  display: block;
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: center;
}

.none_img {
  display: inline-block;
  width: 0.4rem;
  height: 0.35rem;
  position: absolute;
  top: .12rem;
  right: 0;
}

.logins {
  width: 4.87rem;
  margin: 0.35rem auto 0;
}

.logins>div {
  width: 4.87rem;
  height: 0.7rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
}

.yzm_inp {
  width: 2.35rem !important;
  height: 0.7rem;
  overflow: hidden;
  float: left;
  border-radius: 0.1rem;
}

.border {
  border: solid 1px #e5e5e5;
}

.logins>div img {
  display: inline-block;
  width: 0.3rem;
  height: 0.46rem;
  margin-left: 0.17rem;
  margin-top: 0.13rem;
  float: left;
}

.logins>div input {
  display: inline-block;
  height: 0.5rem;
  float: left;
  font-size: 0.25rem;
  letter-spacing: 0rem;
  color: #919191;
  margin-top: 0.08rem;
  margin-left: 0.17rem;
}

.code_inp {
  text-align: left;
  margin-left: 0.17rem;
}

.yam_bat {
  width: 2.35rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.1rem;
  font-size: 0.28rem;
  color: #ffffff;
  float: right;
}

.sure_bat {
  width: 4.87rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.26rem;
  color: #ffffff;
  margin: 0.4rem auto;
  border-radius: 0.1rem;
	display: block;
}

.fadeBox h5 {
  font-size: 0.26rem;
  color: #333333;
  text-align: left;
  margin-top: 0.3rem;
  padding: 0 0.2rem;
}

.yw_intr {
  font-size: 0.2rem;
  color: #6c6c6c;
  padding: 0.2rem;
  text-align: left;
  line-height: 0.32rem;
}

.suc_img {
  display: block;
  width: 1.26rem;
  height: 1.19rem;
  margin: 0.45rem auto 0;
}

.suc_intr {
  display: block;
  width: 100%;
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
  margin: 0.3rem auto 0;
  box-sizing: border-box;
}

.suc_intr span {
  color: #848484;
  font-size: 0.24rem;
}

.suc_det_img {
  display: block;
  width: 4.6rem;
  height: 2.39rem;
  margin: 0.33rem auto 0;
}

.intr_red {
  color: #eb2710 !important;
}

#password_tc p.jichu {
  font-size: 0.32rem;
  color: #444444;
  line-height: 1.5em;
  margin: .47rem auto .37rem;
}

#password_tc p span {
  color: #1991f8;
}