.home-wrap {
  padding: 0.18rem 0 1.67rem 0;
}
.home-wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-wrap .box .swiper-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.home-wrap .box .swiper-container .swiper-slide {
  width: 4.74rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.home-wrap .box .swiper-container .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 100%;
  padding: 0 0.35rem;
}
.home-wrap .box .swiper-container .swiper-slide .text h3 {
  font-size: 0.5rem;
  color: #191931;
  font-weight: bold;
}
.home-wrap .box .swiper-container .swiper-slide .text p {
  margin-top: 0.35rem;
  font-size: 0.28rem;
  color: #898894;
  line-height: 1.25;
  color: #191931;
}
.home-wrap .box .swiper-container img {
  width: 100%;
  margin-right: 0.1rem;
}
.home-wrap .box .swiper-banner {
  width: 63.2%;
}
.home-wrap .box .swiper-banner > .swiper-pagination-progressbar {
  top: auto;
  bottom: 0.48rem;
  width: 70.5%;
  left: 50%;
  border-radius: 0.04rem;
  overflow: hidden;
  height: 0.04rem;
  background: #6B7C6C;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-wrap .box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #6BFA77;
}
.home-wrap .box .right {
  width: 1.8rem;
  margin-left: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.home-wrap .box .right > div {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.32rem;
  background: #F4F5F9;
  padding: 0 0 0 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  -ms-flex-line-pack: center;
      align-content: center;
}
.home-wrap .box .right > div:nth-child(1) {
  background: #191931;
}
.home-wrap .box .right > div:nth-child(1) p {
  color: #FFFFFF;
}
.home-wrap .box .right > div img {
  width: 0.68rem;
}
.home-wrap .box .right > div p {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #191931;
}
.home-wrap .notice {
  margin: 0.32rem auto 0.32rem auto;
  padding: 0.05rem 0.24rem;
  border-radius: 0.4rem;
  width: 6.86rem;
  background: -webkit-gradient(linear, right top, left top, from(#F4F6F9), to(#E2E5EC));
  background: -o-linear-gradient(right, #F4F6F9 0%, #E2E5EC 100%);
  background: linear-gradient(270deg, #F4F6F9 0%, #E2E5EC 100%);
}
.home-wrap .notice > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.5rem;
}
.home-wrap .notice > div > i {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../img/ic_home_ifo@2x.png);
  background-size: 100% 100%;
  margin-right: 0.12rem;
}
.home-wrap .notice > div .swiper {
  height: 0.5rem;
  width: 100%;
  overflow: hidden;
  padding-top: 0.02rem;
}
.home-wrap .notice > div .swiper .wraps {
  overflow: hidden;
  height: 0.5rem;
}
.home-wrap .notice > div .swiper .wraps ul li {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #7B848F;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.home-wrap .list > li {
  width: 6.86rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F5F9), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5F9 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5F9 0%, #FFFFFF 100%);
  border-radius: 0.4rem;
  border: 0.04rem solid #F0F0F0;
  margin: 0 auto;
  margin-bottom: 0.32rem;
  padding: 0.4rem 0.32rem;
}
.home-wrap .list > li .up-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-wrap .list > li .up-box img {
  width: 1.28rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-wrap .list > li .up-box > div {
  margin-left: 0.24rem;
}
.home-wrap .list > li .up-box > div h2 {
  font-size: 0.44rem;
  font-weight: bold;
  color: #191931;
  margin-bottom: 0.16rem;
}
.home-wrap .list > li .up-box > div h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-wrap .list > li .up-box > div h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.02rem 0.12rem;
  min-height: 0.48rem;
  background: #F0F3F9;
  border-radius: 0.08rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #4F6FAF;
}
.home-wrap .list > li .up-box > div h3 span ~ span {
  margin-left: 0.16rem;
}
.home-wrap .list > li .up-box > div h3 span img {
  width: 0.32rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.08rem;
}
.home-wrap .list > li .botm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.38rem;
}
.home-wrap .list > li .botm .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-wrap .list > li .botm .left h4,
.home-wrap .list > li .botm .left p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "DIN";
}
.home-wrap .list > li .botm .left h4 span,
.home-wrap .list > li .botm .left p span {
  width: 50%;
  font-size: 0.36rem;
  font-weight: bold;
  color: #191931;
}
.home-wrap .list > li .botm .left h4 span i,
.home-wrap .list > li .botm .left p span i {
  font-style: normal;
  font-size: 0.32rem;
  font-weight: 400;
  margin-right: 0.04rem;
}
.home-wrap .list > li .botm .left h4 span.green,
.home-wrap .list > li .botm .left p span.green {
  color: #509656;
}
.home-wrap .list > li .botm .left p {
  margin-top: 0.02rem;
}
.home-wrap .list > li .botm .left p span {
  font-size: 0.28rem;
  font-weight: 500;
  color: #8491AB;
}
.home-wrap .list > li .botm .left.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-wrap .list > li .botm .btn {
  width: 1.96rem;
  height: 0.88rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#B4FC83), to(#84F44A));
  background: -o-linear-gradient(top, #B4FC83 0%, #84F44A 100%);
  background: linear-gradient(180deg, #B4FC83 0%, #84F44A 100%);
  border-radius: 0.16rem;
  text-align: center;
  line-height: 0.88rem;
  cursor: pointer;
  font-size: 0.32rem;
  font-family: "DIN";
  font-weight: 400;
  color: #191931;
}
.home-wrap .list > li .botm .btn span {
  margin-right: 0.02rem;
  font-size: 0.36rem;
  font-weight: bold;
}
.home-wrap .list > li .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0.04rem solid #F0F0F0;
  padding-top: 0.26rem;
  margin-top: 0.18rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-wrap .list > li .time span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.28rem;
  font-weight: 400;
  color: #191931;
}
.home-wrap .list > li .time span i {
  font-style: normal;
  margin-right: 0.02rem;
  color: #A4AFBE;
}

.leasing-wrap > h1 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #191931;
  padding: 0.12rem 0.32rem;
  margin-bottom: 0.3rem;
}
.leasing-wrap .list li {
  padding-bottom: 0.26rem;
}

.invitation {
  background: #509656;
  min-height: 100vh;
  padding: 1.3rem 0.32rem 0.32rem 0.32rem;
}
.invitation .navbar {
  background: #509656;
}
.invitation .navbar > span {
  color: #FFFFFF;
}
.invitation .navbar > span:nth-child(1) i {
  background: transparent url(../img/common/back2.png) no-repeat center center;
  background-size: 0.36rem 0.36rem;
}
.invitation .box1 {
  background: #F2FBF6;
  border-radius: 0.56rem;
  padding: 0.5rem 0.28rem;
}
.invitation .box1 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.invitation .box1 > div h5 {
  font-size: 0.48rem;
  color: #191931;
  line-height: 0.58rem;
}
.invitation .box1 > div h5 img {
  width: 0.44rem;
  display: inline-block;
  vertical-align: middle;
}
.invitation .box1 > div .code {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.12rem;
}
.invitation .box1 > div .code img {
  width: 100%;
}
.invitation .box1 > div.copy-wrap {
  position: relative;
  margin-top: 0.32rem;
}
.invitation .box1 > div.copy-wrap .text {
  font-size: 0.56rem;
  font-weight: 600;
  color: #191931;
  line-height: 1rem;
  letter-spacing: 0.36rem;
  text-align: center;
  width: 4.4rem;
  border-radius: 0.24rem 0 0 0.24rem;
  background: #E8E8E8;
}
.invitation .box1 > div.copy-wrap .btncopy {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 2.04rem;
  height: 1rem;
  background: #191931;
  border-radius: 0.24rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.32rem;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.invitation .box1 > div.copy-wrap .btncopy:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.invitation .box1.box2 {
  padding: 0.48rem 0.5rem;
  margin-top: 0.32rem;
}
.invitation .box1.box2 h6 {
  font-size: 0.48rem;
  color: #191931;
}
.invitation .box1.box2 .line {
  margin: 0.2rem 0;
  width: 0.88rem;
  opacity: 0.8;
  height: 0.04rem;
  background: #191931;
}
.invitation .box1.box2 p {
  padding-top: 0.1rem;
  font-size: 0.28rem;
  color: #191931;
  line-height: 0.33rem;
}

.team-wrap {
  padding: 0.36rem 0.32rem 1.67rem 0.32rem;
}
.team-wrap > h1 {
  padding: 0.36rem 0 0.1rem 0;
  font-size: 1.2rem;
  text-align: center;
  font-family: DIN;
  font-weight: bold;
  color: #191931;
}
.team-wrap .total {
  text-align: center;
  font-size: 0.28rem;
  font-weight: 500;
  color: #142031;
  margin-bottom: 0.62rem;
}
.team-wrap .share {
  position: absolute;
  right: 0.32rem;
  top: 0.3rem;
  width: 0.64rem;
  cursor: pointer;
}
.team-wrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-wrap .wrap > div {
  width: 49%;
  height: 1.56rem;
  background: #E8F0FC;
  border-radius: 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 0.32rem;
}
.team-wrap .wrap > div h3 {
  width: 100%;
  font-size: 0.64rem;
  font-family: DIN;
  font-weight: bold;
  color: #191931;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-wrap .wrap > div h3 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.24rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #0078E8;
  min-width: 0.8rem;
  height: 0.48rem;
  background: rgba(0, 120, 232, 0.1);
}
.team-wrap .wrap > div h3 div::before {
  content: "";
  width: 0.16rem;
  height: 0.21rem;
  background: url(../img/ic_up@2x.png);
  background-size: 100% 100%;
  margin-right: 0.08rem;
}
.team-wrap .wrap > div p {
  font-size: 0.28rem;
  font-weight: 500;
  color: #142031;
  margin-top: 0.1rem;
}
.team-wrap .wrap > div:nth-child(2) {
  background: #DCF6E9;
}
.team-wrap .wrap > div:nth-child(2) h3 div {
  color: #25AE5B;
  background: rgba(37, 174, 91, 0.1);
}
.team-wrap .wrap > div:nth-child(2) h3 div::before {
  background: url(../img/ic_down@2x.png);
  background-size: 100% 100%;
}
.team-wrap .invite {
  height: 1.2rem;
  background: #FCEFDB;
  border-radius: 0.32rem;
  margin-top: 0.24rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1.16rem;
  cursor: pointer;
}
.team-wrap .invite p {
  font-size: 0.32rem;
  font-weight: bold;
  color: #191931;
  width: 100%;
}
.team-wrap .invite h6 {
  font-size: 0.28rem;
  font-weight: 500;
  color: #EE883D;
  margin-top: 0.06rem;
}
.team-wrap .invite img {
  width: 0.78rem;
  position: absolute;
  left: 0.24rem;
  top: 0.3rem;
}
.team-wrap .invite .btn {
  width: 1.24rem;
  line-height: 0.72rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5C543), to(#F2AE3D));
  background: -o-linear-gradient(top, #F5C543 0%, #F2AE3D 100%);
  background: linear-gradient(180deg, #F5C543 0%, #F2AE3D 100%);
  border-radius: 0.16rem;
  font-size: 0.28rem;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  cursor: pointer;
  right: 0.16rem;
  top: 0.24rem;
}
.team-wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.4rem;
  font-weight: bold;
  color: #191931;
  margin: 0.48rem 0 0.32rem 0;
}
.team-wrap .title img {
  cursor: pointer;
  width: 0.64rem;
}
.team-wrap .list > li {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F5F9), to(#FFFFFF));
  background: -o-linear-gradient(top, #F4F5F9 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F4F5F9 0%, #FFFFFF 100%);
  border-radius: 0.4rem;
  border: 0.02rem solid #F0F0F0;
  padding: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.24rem;
  cursor: pointer;
}
.team-wrap .list > li .lv {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.24rem;
  border: 0.02rem dashed #BCBEC1;
  color: #1F2229;
  font-size: 0.72rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: DIN;
  margin-right: 0.24rem;
}
.team-wrap .list > li .lv span {
  font-size: 0.32rem;
  -webkit-transform: translateY(0.17rem);
      -ms-transform: translateY(0.17rem);
          transform: translateY(0.17rem);
}
.team-wrap .list > li > div ~ div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.team-wrap .list > li > div h6 {
  font-size: 0.4rem;
  font-family: DIN;
  font-weight: bold;
  color: #191931;
}
.team-wrap .list > li > div p {
  font-size: 0.28rem;
  margin-top: 0.02rem;
  color: #7B848F;
}

.my-wrap {
  padding: 0.54rem 0.32rem 1.67rem 0.32rem;
  min-height: 100vh;
  background: #F2F2EE;
}
.my-wrap .user {
  height: 3.6rem;
  background: -o-linear-gradient(243deg, #6DCA75 0%, #509656 100%);
  background: linear-gradient(207deg, #6DCA75 0%, #509656 100%);
  border-radius: 0.4rem;
  padding: 0.28rem;
}
.my-wrap .user h2 {
  font-size: 0.28rem;
  color: #FFFFFF;
  text-align: right;
}
.my-wrap .user h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-wrap .user h3 > span {
  font-size: 0.64rem;
  font-family: DIN;
  color: #FFFFFF;
  margin-right: 0.2rem;
}
.my-wrap .user h3 div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0.1rem;
  height: 0.48rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#6AF977), to(#FEFE4D));
  background: -o-linear-gradient(top, #6AF977 0%, #FEFE4D 100%);
  background: linear-gradient(180deg, #6AF977 0%, #FEFE4D 100%);
  font-size: 0.28rem;
  font-weight: bold;
  color: #191931;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.05rem;
}
.my-wrap .user h3 div i {
  width: 0.16rem;
  height: 0.21rem;
  background: url(../img/ic_up1@2x.png);
  background-size: 100% 100%;
  margin-right: 0.05rem;
}
.my-wrap .user h3 div.active i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.my-wrap .user h4 {
  font-size: 0.28rem;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0.02rem 0 0.3rem 0;
}
.my-wrap .user h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.my-wrap .user h5 div {
  padding-left: 0.28rem;
  width: 48.5%;
  height: 1.44rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #FFFFFF;
  -ms-flex-line-pack: center;
      align-content: center;
}
.my-wrap .user h5 div span {
  font-size: 0.4rem;
  font-family: DIN;
  padding-left: 0.1rem;
}
.my-wrap .user h5 div p {
  font-size: 0.27rem;
  width: 100%;
  margin-top: 0.15rem;
}
.my-wrap .invite {
  height: 1.2rem;
  background: #FCEFDB;
  border-radius: 0.32rem;
  margin-top: 0.24rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1.16rem;
}
.my-wrap .invite p {
  font-size: 0.32rem;
  font-weight: bold;
  color: #191931;
  width: 100%;
}
.my-wrap .invite h6 {
  font-size: 0.28rem;
  font-weight: 500;
  color: #EE883D;
  margin-top: 0.06rem;
}
.my-wrap .invite > img {
  width: 1.4rem;
  position: absolute;
  left: 0rem;
  top: -0.05rem;
}
.my-wrap .invite .btn {
  width: 1.24rem;
  line-height: 0.72rem;
  border-radius: 0.16rem;
  font-size: 0.28rem;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  right: 0.16rem;
  top: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transform: opacity 0.3;
      -ms-transform: opacity 0.3;
          transform: opacity 0.3;
  background: -webkit-gradient(linear, left top, left bottom, from(#F57843), to(#F25E3D));
  background: -o-linear-gradient(top, #F57843 0%, #F25E3D 100%);
  background: linear-gradient(180deg, #F57843 0%, #F25E3D 100%);
}
.my-wrap .invite .btn.active {
  opacity: 0.3;
  pointer-events: none;
}
.my-wrap .invite .btn img {
  margin-right: 0.1rem;
  width: 0.38rem;
}
.my-wrap .cd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.my-wrap .cd li {
  width: 3.3rem;
  height: 1.68rem;
  background: #FFFFFF;
  border-radius: 0.32rem;
  margin-top: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.28rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #191931;
  line-height: 0.33rem;
  cursor: pointer;
}
.my-wrap .cd li img {
  width: 1.24rem;
  margin-right: 0.14rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.my-wrap .cd li:nth-child(2n) {
  margin-left: 0.24rem;
}

.subordinatedetails-wrap {
  padding: 1.3rem 0.32rem 0.32rem 0.32rem;
}
.subordinatedetails-wrap .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  top: 1.09rem;
  position: -webkit-sticky;
  background: #FFFFFF;
  position: sticky;
  padding-bottom: 0.05rem;
}
.subordinatedetails-wrap .tab > div {
  width: 1.58rem;
  height: 0.76rem;
  background: #F4F5F9;
  border-radius: 0.16rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 600;
  color: #191931;
  line-height: 0.76rem;
  margin-right: 0.32rem;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}
.subordinatedetails-wrap .tab > div.active {
  background: #191931;
  color: #FFFFFF;
}
.subordinatedetails-wrap .content {
  margin-top: 0.4rem;
}
.subordinatedetails-wrap .content .box {
  display: none;
}
.subordinatedetails-wrap .content ul li {
  background: #E3E6E1;
  border-radius: 0.32rem;
  padding: 0 0.12rem 0.12rem 0.12rem;
  margin-bottom: 0.32rem;
}
.subordinatedetails-wrap .content ul li h6 {
  font-size: 0.28rem;
  font-weight: 500;
  color: #191931;
  line-height: 0.62rem;
  padding: 0 0.22rem;
}
.subordinatedetails-wrap .content ul li > div {
  height: 1.46rem;
  background: #FFFFFF;
  border-radius: 0 0 0.32rem 0.32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.subordinatedetails-wrap .content ul li > div h5,
.subordinatedetails-wrap .content ul li > div p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subordinatedetails-wrap .content ul li > div h5 span,
.subordinatedetails-wrap .content ul li > div p span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.4rem;
  font-family: DIN;
  color: #191931;
  text-align: center;
}
.subordinatedetails-wrap .content ul li > div p {
  margin-top: 0.14rem;
}
.subordinatedetails-wrap .content ul li > div p span {
  font-size: 0.28rem;
  font-family: PingFang;
  color: #191931;
}

.signin-wrap {
  min-height: 100vh;
  background: #fff;
}
.signin-wrap .top {
  width: 100%;
  margin-bottom: 0.44rem;
}
.signin-wrap.forgot-password, .signin-wrap.forgot {
  padding-top: 1.36rem;
}
.signin-wrap.forgot-password input, .signin-wrap.forgot input {
  padding-left: 0.32rem;
}
.signin-wrap.forgot-password .navbar span, .signin-wrap.forgot .navbar span {
  color: #191931;
}
.signin-wrap.forgot-password .text, .signin-wrap.forgot .text {
  margin-bottom: 0.6rem;
}
.signin-wrap.forgot-password .text ul li, .signin-wrap.forgot .text ul li {
  background: #F9FBFD;
  height: 1rem;
}
.signin-wrap.forgot-password .text ul li.form-title, .signin-wrap.forgot .text ul li.form-title {
  background: transparent;
}
.signin-wrap.forgot-password .btn, .signin-wrap.forgot .btn {
  text-align: center;
  color: #fff;
  width: 6.84rem;
  height: 0.88rem;
  line-height: 0.88rem;
  background: #509656;
  border-radius: 0.16rem;
  font-size: 0.32rem;
  margin: 0 auto;
  cursor: pointer;
}
.signin-wrap .text {
  margin-bottom: 0.8rem;
  padding: 0 0.32rem;
}
.signin-wrap .text p {
  font-size: 0.28rem;
  font-weight: 500;
  color: #98A2AD;
  line-height: 0.38rem;
  margin-top: 0.12rem;
}
.signin-wrap .text ul {
  padding-top: 0.14rem;
}
.signin-wrap .text ul li {
  height: 1.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 0.35rem;
  border-radius: 0.2rem;
  border: 0.02rem solid #E3E6E1;
}
.signin-wrap .text ul li i {
  height: 0.4rem;
  width: 0.4rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.signin-wrap .text ul li em {
  width: 1.44rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 400;
  color: #000000;
}
.signin-wrap .text ul li input {
  width: 5rem;
  border: none;
  font-size: 0.36rem;
  color: #000000;
font-family: 'Varela Round' !important;
  background: transparent;
}
.signin-wrap .text ul li input::-webkit-input-placeholder {
  font-family: 'Varela Round' !important;
  color: #A3A3AD;
}
.signin-wrap .text ul li input::-moz-placeholder {
  font-family: 'Varela Round' !important;
  color: #A3A3AD;
}
.signin-wrap .text ul li input:-ms-input-placeholder {
  font-family: 'Varela Round' !important;
  color: #A3A3AD;
}
.signin-wrap .text ul li input::-ms-input-placeholder {
  font-family: 'Varela Round' !important;
  color: #A3A3AD;
}
.signin-wrap .text ul li input::placeholder {
  font-family: 'Varela Round' !important;
  color: #A3A3AD;
}
.signin-wrap .text ul li p {
  position: absolute;
  left: 0rem;
  bottom: -0.24rem;
  font-size: 0.2rem;
  line-height: 1;
  color: #FF0000;
}
.signin-wrap .text ul li b {
  position: absolute;
  right: 0.28rem;
  top: 50%;
  width: 0.64rem;
  height: 0.64rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.85;
  background-size: 80% auto;
}
.signin-wrap .text ul li b.close {
  background-image: url(../img/close@2x.png);
  opacity: 0;
}
.signin-wrap .text ul li b.close.active {
  opacity: 0.85;
  cursor: pointer;
}
.signin-wrap .text ul li b.close.right90 {
  right: 1.1rem;
}
.signin-wrap .text ul li b.close.right190 {
  right: 1.9rem;
}
.signin-wrap .text ul li b.close.right290 {
  right: 2rem;
}
.signin-wrap .text ul li b.eye {
  cursor: pointer;
  background-image: url(../img/zy.png);
}
.signin-wrap .text ul li b.eye.active {
  background-image: url(../img/by.png);
}
.signin-wrap .text ul li span {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.32rem;
  font-weight: 500;
  color: #509656;
}
.signin-wrap .text ul li div {
  position: absolute;
  right: 0.1rem;
  top: 49%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.signin-wrap .text ul li div img {
  width: 100%;
  cursor: pointer;
  height: auto;
  border-radius: 0.1rem;
}
.signin-wrap .text ul li.form-title {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 1;
  height: auto;
  border: none;
  margin-top: 0rem;
  margin-bottom: 0.1rem;
  color: #000000;
}
.signin-wrap .text ul li.one::after {
  content: "";
  position: absolute;
  left: 1.44rem;
  top: 0.25rem;
  height: 0.63rem;
  width: 0.04rem;
  background: #F0F0F0;
}
.signin-wrap .text ul li.one input {
  margin-left: 0.32rem;
}
.signin-wrap .text ul li.pas em {
  height: 100%;
  width: 1.14rem;
  background: url(../img/ic_sign_key@2x.png) no-repeat center center;
  background-size: 0.36rem 0.36rem;
}
.signin-wrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.32rem;
}
.signin-wrap .wrap > div {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.36rem;
  border-radius: 0.2rem;
  height: 0.96rem;
}
.signin-wrap .wrap > div img {
  margin-left: 0.16rem;
  width: 0.08rem;
}
.signin-wrap .wrap > div:nth-child(1) {
  color: #252527;
  width: 2.14rem;
  border: 0.02rem solid;
}
.signin-wrap .wrap > div.btn {
  color: #fff;
  width: 4.32rem;
  background: #191931;
  cursor: pointer;
}
.signin-wrap .wrap > div.btn img {
  width: 0.28rem;
}
.signin-wrap .retrieve {
  font-size: 0.32rem;
  cursor: pointer;
  color: #A3A3AD;
  text-decoration: underline;
  padding: 1rem 0 0 0.32rem;
}

.withdraw-wrap {
  padding: 1.34rem 0.32rem;
  min-height: 100vh;
  background: #F2F4F1;
}
.withdraw-wrap .navbar {
  background: #F2F4F1;
}
.withdraw-wrap .navbar > span:nth-child(3) {
  cursor: pointer;
}
.withdraw-wrap .navbar > span:nth-child(3) img {
  width: 0.56rem;
}
.withdraw-wrap .box {
  background: #509656;
  border-radius: 0.4rem;
  padding: 0.4rem;
}
.withdraw-wrap .box h2 {
  font-size: 0.28rem;
  font-weight: 500;
  color: #FFFFFF;
}
.withdraw-wrap .box .wrap {
  height: 1.12rem;
  background: #F9FBFD;
  border-radius: 0.16rem;
  border: 0.02rem solid #E7EBF0;
  margin: 0.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.32rem;
}
.withdraw-wrap .box .wrap b {
  font-size: 0.48rem;
  font-weight: bold;
  color: #142031;
}
.withdraw-wrap .box .wrap div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.withdraw-wrap .box .wrap div input {
  width: 100%;
  height: 1rem;
  text-align: right;
  font-size: 0.48rem;
  font-family: DIN;
  color: #142031;
  border: none;
  background: transparent;
}
.withdraw-wrap .box .wrap div input::-webkit-input-placeholder {
  font-size: 0.38rem;
  font-family: DIN;
  color: #667281;
}
.withdraw-wrap .box .wrap div input::-moz-placeholder {
  font-size: 0.38rem;
  font-family: DIN;
  color: #667281;
}
.withdraw-wrap .box .wrap div input:-ms-input-placeholder {
  font-size: 0.38rem;
  font-family: DIN;
  color: #667281;
}
.withdraw-wrap .box .wrap div input::-ms-input-placeholder {
  font-size: 0.38rem;
  font-family: DIN;
  color: #667281;
}
.withdraw-wrap .box .wrap div input::placeholder {
  font-size: 0.38rem;
  font-family: DIN;
  color: #667281;
}
.withdraw-wrap .box .btn {
  height: 0.88rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#B4FC83), to(#84F44A));
  background: -o-linear-gradient(top, #B4FC83 0%, #84F44A 100%);
  background: linear-gradient(180deg, #B4FC83 0%, #84F44A 100%);
  border-radius: 0.16rem;
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.88rem;
  color: #191931;
  cursor: pointer;
}
.withdraw-wrap .box2 {
  background: #fff;
  border-radius: 0.4rem;
  padding: 0.4rem;
  margin-top: 0.32rem;
}
.withdraw-wrap .box2 h2 {
  font-size: 0.4rem;
  color: #191931;
}
.withdraw-wrap .box2 .line {
  margin: 0.2rem 0;
  width: 0.88rem;
  opacity: 0.8;
  height: 0.04rem;
  background: #191931;
}
.withdraw-wrap .box2 .tips {
  font-size: 0.28rem;
  color: #191931;
  line-height: 0.7rem;
}
.withdraw-wrap .box3 {
  padding: 0.18rem 0.32rem;
}

.recharge-wrap {
  min-height: 100vh;
  padding: 1.34rem 0.16rem;
  background: #F2F4F1 url(../img/ic_@2x.png) no-repeat;
  background-position: 0 1.1rem;
  background-size: 100% auto;
}
.recharge-wrap .navbar {
  background: rgba(217, 217, 217, 0.7);
}
.recharge-wrap .navbar span:nth-child(2) .tab {
  width: 2.74rem;
  height: 0.64rem;
  background: #FFFFFF;
  border-radius: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.recharge-wrap .navbar span:nth-child(2) .tab div {
  font-size: 0.24rem;
  color: #191931;
  width: 48%;
  text-align: center;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 0.88rem;
  cursor: pointer;
}
.recharge-wrap .navbar span:nth-child(2) .tab div.active {
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background: #191931;
  color: #fff;
}
.recharge-wrap > h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  font-family: DIN;
  color: #191931;
}
.recharge-wrap > h5 img {
  width: 1.4rem;
}
.recharge-wrap .centnen .wrap .box {
  background: url(../img/bg_recharge@2x.png) no-repeat;
  background-size: 100% auto;
  border-radius: 0.16rem;
  padding: 0.36rem 0.28rem;
  margin: 0.4rem 0 0 0;
}
.recharge-wrap .centnen .wrap .box > p {
  font-size: 0.36rem;
  margin-bottom: 0.32rem;
  font-weight: bold;
  color: #191931;
}
.recharge-wrap .centnen .wrap .box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recharge-wrap .centnen .wrap .box .list::after {
  content: "";
  width: 2rem;
  height: 0;
}
.recharge-wrap .centnen .wrap .box .list .item {
  width: 2rem;
  height: 1.74rem;
  border-radius: 0.24rem;
  margin-right: 0.3rem;
  margin-bottom: 0.48rem;
  padding: 0.16rem 0.2rem;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0.02rem solid transparent;
  position: relative;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}
.recharge-wrap .centnen .wrap .box .list .item i {
  position: absolute;
  left: -0.1rem;
  top: -0.06rem;
  width: 1.06rem;
  height: 0.46rem;
}
.recharge-wrap .centnen .wrap .box .list .item i.active {
  background: url(../img/ic_rech_bouns1@2x.png);
  background-size: 100% 100%;
}
.recharge-wrap .centnen .wrap .box .list .item i.active2 {
  background: url(../img/ic_rech_bouns2@2x.png);
  background-size: 100% 100%;
}
.recharge-wrap .centnen .wrap .box .list .item h2 {
  font-size: 0.4rem;
  font-weight: bold;
  font-family: DIN;
  color: #191931;
  width: 100%;
}
.recharge-wrap .centnen .wrap .box .list .item > p {
  font-size: 0.28rem;
  margin: 0.1rem 0 0 0;
  width: 100%;
  color: #87B042;
}
.recharge-wrap .centnen .wrap .box .list .item:nth-child(3n) {
  margin-right: 0;
}
.recharge-wrap .centnen .wrap .box .list .item.active {
  background: #9AF865;
  border: 0.02rem solid #000000;
  -webkit-animation: skew 0.3s;
          animation: skew 0.3s;
}
@-webkit-keyframes skew {
  25% {
    -webkit-transform: skew(-8deg);
            transform: skew(-8deg);
  }
  75% {
    -webkit-transform: skew(8deg);
            transform: skew(8deg);
  }
}
@keyframes skew {
  25% {
    -webkit-transform: skew(-8deg);
            transform: skew(-8deg);
  }
  75% {
    -webkit-transform: skew(8deg);
            transform: skew(8deg);
  }
}
.recharge-wrap .centnen .wrap .box .list .item.active > p {
  color: #191931;
}
.recharge-wrap .centnen .wrap .box .money {
  background: #FFFFFF;
  height: 1.04rem;
  border: 0.02rem solid #606975;
  font-size: 0.28rem;
  font-weight: 400;
  border: none;
  color: #191931;
  border-radius: 0.24rem;
  padding: 0 0.28rem;
  font-family: "DIN";
  width: 100%;
}
.recharge-wrap .centnen .wrap .box .money::-webkit-input-placeholder {
  color: #606975;
  font-family: "PingFang";
  color: #A3A3AD;
}
.recharge-wrap .centnen .wrap .box .money::-moz-placeholder {
  color: #606975;
  font-family: "PingFang";
  color: #A3A3AD;
}
.recharge-wrap .centnen .wrap .box .money:-ms-input-placeholder {
  color: #606975;
  font-family: "PingFang";
  color: #A3A3AD;
}
.recharge-wrap .centnen .wrap .box .money::-ms-input-placeholder {
  color: #606975;
  font-family: "PingFang";
  color: #A3A3AD;
}
.recharge-wrap .centnen .wrap .box .money::placeholder {
  color: #606975;
  font-family: "PingFang";
  color: #A3A3AD;
}
.recharge-wrap .centnen .wrap .box .bank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.1rem;
}
.recharge-wrap .centnen .wrap .box .bank > div {
  font-size: 0.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.25rem;
  width: 3.12rem;
  height: 1.12rem;
  background: #FFFFFF;
  border-radius: 0.24rem;
  padding: 0 0.24rem;
  font-weight: bold;
  color: #191931;
}
.recharge-wrap .centnen .wrap .box .bank > div i {
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0.16rem;
  background: #404654;
  background: url(../img/ic_rech_pick2@2x.png) no-repeat;
  background-size: 100% 100%;
}
.recharge-wrap .centnen .wrap .box .bank > div.active i {
  background: url(../img/ic_rech_pick1@2x.png) no-repeat;
  background-size: 100% 100%;
}
.recharge-wrap .centnen .wrap .box.box2 {
  background: transparent;
  margin-top: 0;
}
.recharge-wrap .centnen .wrap .tips {
  padding-top: 0.3rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #7B848F;
  line-height: 0.33rem;
  color: #CCCFC6;
  padding: 0 0.28rem;
}
.recharge-wrap .centnen .wrap .btn {
  width: 6.86rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-radius: 0.16rem;
  font-size: 0.36rem;
  font-weight: 400;
  color: #191919;
  cursor: pointer;
  margin: 0.3rem auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#B4FC83), to(#84F44A));
  background: -o-linear-gradient(top, #B4FC83 0%, #84F44A 100%);
  background: linear-gradient(180deg, #B4FC83 0%, #84F44A 100%);
}
.recharge-wrap .centnen .wrap .lists {
  margin-top: 0.16rem;
  border-radius: 0.16rem;
  padding: 0.08rem 0.28rem;
}
.recharge-wrap .centnen .wrap .lists li {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  padding: 0.24rem;
  border-radius: 0.24rem;
  margin-bottom: 0.32rem;
}
.recharge-wrap .centnen .wrap .lists li:last-child {
  border: none;
}
.recharge-wrap .centnen .wrap .lists li h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.4rem;
  font-family: DIN;
  color: #191931;
}
.recharge-wrap .centnen .wrap .lists li h2 i {
  width: 0.64rem;
  height: 0.64rem;
  background: url(../img/ic_record01@2x.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.16rem;
}
.recharge-wrap .centnen .wrap .lists li p {
  width: 100%;
  font-size: 0.28rem;
  font-weight: 400;
  margin-top: 0.13rem;
  color: #8491AB;
}
.recharge-wrap .centnen .wrap .lists li p b {
  font-weight: 500;
  color: #191931;
  margin-left: 0.2rem;
}
.recharge-wrap .centnen .wrap .lists li > i {
  width: 0.9rem;
  height: 1.16rem;
  position: absolute;
  right: 0.24rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
}
.recharge-wrap .centnen .wrap .lists li > i.uplaod {
  background: #509656 url(../img/ic_rech_load@2x.png) no-repeat;
  pointer-events: auto;
  background-size: 0.42rem 0.42rem;
  background-position: center center;
  border-radius: 0.16rem;
}
.recharge-wrap .centnen .wrap .lists li.failure h2 i {
  background: url(../img/ic_record02@2x.png) no-repeat;
  background-size: 100% 100%;
}
.recharge-wrap .centnen .wrap .lists li.notthrough h2 i {
  background: url(../img/ic_record03@2x.png) no-repeat;
  background-size: 100% 100%;
}

.uploadvoucher {
  padding: 1.34rem 0.32rem;
  min-height: 100vh;
  background: #FFFFFF;
}
.uploadvoucher .navbar > span:nth-child(3) {
  cursor: pointer;
}
.uploadvoucher .navbar > span:nth-child(3) img {
  width: 0.64rem;
}
.uploadvoucher .tips {
  background: #F1F4F0;
  -webkit-box-shadow: 0px 0.08rem 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0.08rem 0px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.24rem;
  border: 0.02rem solid #A4A4A4;
  padding: 0.32rem 0.4rem;
  font-size: 0.28rem;
  color: #6B7966;
  line-height: 0.4rem;
  margin-bottom: 0.56rem;
}
.uploadvoucher .yname li {
  height: 1.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 0.35rem;
  border-radius: 0.2rem;
  border: 0.02rem solid #E3E6E1;
}
.uploadvoucher .yname li input {
  width: 5rem;
  border: none;
  font-size: 0.36rem;
  color: #000000;
  font-family: "PingFang";
  background: transparent;
  padding-left: 0.32rem;
}
.uploadvoucher .yname li input::-webkit-input-placeholder {
  font-family: "PingFang";
  color: #A3A3AD;
}
.uploadvoucher .yname li input::-moz-placeholder {
  font-family: "PingFang";
  color: #A3A3AD;
}
.uploadvoucher .yname li input:-ms-input-placeholder {
  font-family: "PingFang";
  color: #A3A3AD;
}
.uploadvoucher .yname li input::-ms-input-placeholder {
  font-family: "PingFang";
  color: #A3A3AD;
}
.uploadvoucher .yname li input::placeholder {
  font-family: "PingFang";
  color: #A3A3AD;
}
.uploadvoucher .yname li.form-title {
  font-size: 0.32rem;
  font-weight: 400;
  line-height: 1;
  color: #191931;
  height: auto;
  border: none;
  margin-top: 0rem;
  margin-bottom: 0.24rem;
}
.uploadvoucher .list {
  margin-top: 0.24rem;
}
.uploadvoucher .list.upd .box {
  height: 4.96rem;
  border-radius: 0.16rem;
  position: relative;
  overflow: hidden;
  border: 0.02rem solid #E7EBF0;
}
.uploadvoucher .list.upd .box::before {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/ic_rech_photo@2x.png) no-repeat center center/100% 100%;
  z-index: 2;
  position: absolute;
  pointer-events: none;
}
.uploadvoucher .list.upd .box input {
  opacity: 0;
}
.uploadvoucher .list.upd .box button {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.uploadvoucher .list.upd .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
.uploadvoucher .list.upd .btn {
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  color: #fff;
  font-size: 0.3rem;
  margin: 0 auto;
  border-radius: 0.16rem;
  margin-top: 1.33rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#B4FC83), to(#84F44A));
  background: -o-linear-gradient(top, #B4FC83 0%, #84F44A 100%);
  background: linear-gradient(180deg, #B4FC83 0%, #84F44A 100%);
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.uploadvoucher .list.upd .btn.active {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.withdrawalrecords {
  background: #F1F4F0;
  padding: 1.34rem 0.32rem;
  min-height: 100vh;
}
.withdrawalrecords.pt120 {
  padding-top: 1rem;
}
.withdrawalrecords .navbar {
  background: #F1F4F0;
}
.withdrawalrecords .tips-box {
  background: #F1F4F0;
  -webkit-box-shadow: 0px 0.08rem 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0.08rem 0px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.24rem;
  border: 0.02rem solid #A4A4A4;
  padding: 0.32rem 0.4rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-bottom: 0.32rem;
  color: #7B848F;
}
.withdrawalrecords .lists {
  margin-top: 0.16rem;
  border-radius: 0.16rem;
  padding: 0.08rem 0;
}
.withdrawalrecords .lists li {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  padding: 0.24rem;
  border-radius: 0.24rem;
  margin-bottom: 0.32rem;
}
.withdrawalrecords .lists li:last-child {
  border: none;
}
.withdrawalrecords .lists li h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 0.4rem;
  font-family: DIN;
  color: #191931;
}
.withdrawalrecords .lists li h2 i {
  width: 0.64rem;
  height: 0.64rem;
  background: url(../img/ic_record01@2x.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.16rem;
}
.withdrawalrecords .lists li p {
  width: 100%;
  font-size: 0.28rem;
  font-weight: 400;
  margin-top: 0.13rem;
  color: #8491AB;
}
.withdrawalrecords .lists li p b {
  font-weight: 500;
  color: #191931;
  margin-left: 0.2rem;
}
.withdrawalrecords .lists li > span {
  min-width: 1.6rem;
  height: 0.64rem;
  background: rgba(80, 150, 86, 0.1);
  border-radius: 0.16rem;
  font-size: 0.28rem;
  text-align: center;
  font-weight: 500;
  color: #509656;
  line-height: 0.64rem;
  position: absolute;
  right: 0.24rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 0.1rem;
}
.withdrawalrecords .lists li.failure h2 i {
  background: url(../img/ic_record02@2x.png) no-repeat;
  background-size: 100% 100%;
}
.withdrawalrecords .lists li.failure > span {
  background: rgba(163, 163, 173, 0.2);
  color: #A3A3AD;
}
.withdrawalrecords .lists li.notthrough h2 i {
  background: url(../img/ic_record03@2x.png) no-repeat;
  background-size: 100% 100%;
}

.bank-wrap {
  padding: 1.25rem 0.28rem 1.6rem 0.28rem;
}
.bank-wrap .tips-box {
  background: #F1F4F0;
  -webkit-box-shadow: 0px 0.08rem 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0.08rem 0px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.24rem;
  border: 0.02rem solid #A4A4A4;
  padding: 0.32rem 0.4rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-bottom: 0.32rem;
  color: #7B848F;
}
.bank-wrap .list-wrap .uls {
  padding-top: 0.14rem;
}
.bank-wrap .list-wrap .uls li {
  height: 1.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 0.35rem;
  border-radius: 0.2rem;
  border: 0.02rem solid #E3E6E1;
}
.bank-wrap .list-wrap .uls li i {
  height: 0.4rem;
  width: 0.4rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.bank-wrap .list-wrap .uls li em {
  width: 1.44rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 400;
  color: #000000;
}
.bank-wrap .list-wrap .uls li input {
  width: 5rem;
  border: none;
  font-size: 0.28rem;
  color: #000000;
  font-family: "PingFang";
  background: transparent;
  padding-left: 0.32rem;
}
.bank-wrap .list-wrap .uls li input::-webkit-input-placeholder {
  font-family: "PingFang";
  color: #A3A3AD;
}
.bank-wrap .list-wrap .uls li input::-moz-placeholder {
  font-family: "PingFang";
  color: #A3A3AD;
}
.bank-wrap .list-wrap .uls li input:-ms-input-placeholder {
  font-family: "PingFang";
  color: #A3A3AD;
}
.bank-wrap .list-wrap .uls li input::-ms-input-placeholder {
  font-family: "PingFang";
  color: #A3A3AD;
}
.bank-wrap .list-wrap .uls li input::placeholder {
  font-family: "PingFang";
  color: #A3A3AD;
}
.bank-wrap .list-wrap .uls li select {
  border: none;
  display: block;
  width: 100%;
  height: 0.88rem;
  color: #000000;
  font-weight: 500;
  appearance: none;
  border-radius: 0.18rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent url("../img/arrow-down@2x.png") no-repeat 95% center;
  background-size: 0.4rem 0.4rem;
  padding-right: 0.32rem;
  padding-left: 0.32rem;
  border-radius: 0.08rem;
  font-size: 0.28rem;
  font-weight: 400;
}
.bank-wrap .list-wrap .uls li p {
  position: absolute;
  left: 0rem;
  bottom: -0.24rem;
  font-size: 0.2rem;
  line-height: 1;
  color: #FF0000;
}
.bank-wrap .list-wrap .uls li b {
  position: absolute;
  right: 0.28rem;
  top: 50%;
  width: 0.64rem;
  height: 0.64rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.85;
  background-size: 80% auto;
}
.bank-wrap .list-wrap .uls li b.close {
  background-image: url(../img/close@2x.png);
  opacity: 0;
}
.bank-wrap .list-wrap .uls li b.close.active {
  opacity: 0.85;
  cursor: pointer;
}
.bank-wrap .list-wrap .uls li b.close.right90 {
  right: 1.1rem;
}
.bank-wrap .list-wrap .uls li b.close.right190 {
  right: 1.9rem;
}
.bank-wrap .list-wrap .uls li b.close.right290 {
  right: 2rem;
}
.bank-wrap .list-wrap .uls li b.eye {
  cursor: pointer;
  background-image: url(../img/zy.png);
}
.bank-wrap .list-wrap .uls li b.eye.active {
  background-image: url(../img/by.png);
}
.bank-wrap .list-wrap .uls li span {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.32rem;
  font-weight: 500;
  color: #509656;
}
.bank-wrap .list-wrap .uls li div {
  position: absolute;
  right: 0.1rem;
  top: 49%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bank-wrap .list-wrap .uls li div img {
  width: 100%;
  cursor: pointer;
  height: auto;
  border-radius: 0.1rem;
}
.bank-wrap .list-wrap .uls li.form-title {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 1;
  height: auto;
  border: none;
  margin-top: 0rem;
  margin-bottom: 0.1rem;
  color: #000000;
}
.bank-wrap .list-wrap .uls li.one::after {
  content: "";
  position: absolute;
  left: 1.44rem;
  top: 0.25rem;
  height: 0.63rem;
  width: 0.04rem;
  background: #F0F0F0;
}
.bank-wrap .list-wrap .uls li.one input {
  margin-left: 0.32rem;
}
.bank-wrap .list-wrap .uls li.pas em {
  height: 100%;
  width: 1.14rem;
  background: url(../img/ic_sign_key@2x.png) no-repeat center center;
  background-size: 0.36rem 0.36rem;
}
.bank-wrap .btn {
  text-align: center;
  color: #fff;
  height: 0.88rem;
  line-height: 0.88rem;
  background: #509656;
  border-radius: 0.16rem;
  font-size: 0.32rem;
  cursor: pointer;
  margin: 1rem 0 0 0;
}
.bank-wrap.list .bankitem li {
  padding: 0 0.34rem;
  height: 2.08rem;
  background: #DCF6E9;
  border-radius: 0.32rem;
  margin-bottom: 0.32rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
.bank-wrap.list .bankitem li::after {
  content: "";
  position: absolute;
  right: 0.32rem;
  top: 0.32rem;
  width: 0.46rem;
  height: 0.28rem;
  background: url(../img/ic_my_card4@2x.png);
  background-size: 100% 100%;
}
.bank-wrap.list .bankitem li h2 {
  font-size: 0.36rem;
  font-weight: bold;
  font-family: DIN;
  color: #191931;
  width: 100%;
}
.bank-wrap.list .bankitem li p {
  font-size: 0.28rem;
  font-weight: 400;
  width: 100%;
  margin-top: 0.22rem;
  color: #191931;
}
.bank-wrap.list .bankitem li:nth-child(1) {
  background: #FCEFDB;
}
.bank-wrap.list .bankitem li:nth-child(1)::after {
  background: url(../img/ic_my_card1@2x.png);
  background-size: 100% 100%;
}
.bank-wrap.list .bankitem li:nth-child(2) {
  background: #E5F5FA;
}
.bank-wrap.list .bankitem li:nth-child(2)::after {
  background: url(../img/ic_my_card2@2x.png);
  background-size: 100% 100%;
}
.bank-wrap.list .bankitem li:nth-child(3) {
  background: #E8F0FC;
}
.bank-wrap.list .bankitem li:nth-child(3)::after {
  background: url(../img/ic_my_card3@2x.png);
  background-size: 100% 100%;
}