@charset "utf-8";
/*注册页面*/
.avatar {
  width: 1.62rem;
  height: 1.62rem;
  border-radius: 50%;
  background: url(../imgs/head.jpg) no-repeat center #fff;
  background-size: cover;
  margin: 0 auto;
  border: .04rem solid #f9f9f9;
}

.wrap {
  padding: 0 .24rem;
}

.tabs {
  width: 100%;
  height: .8rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 .24rem;
}

.tabs a {
  font-weight: normal;
  text-align: center;
  width: 50%;
  height: .8rem;
  line-height: .8rem;
  color: #727272;
  text-decoration: none;
  font-size: .28rem;
}

.tabs a.active {
  border-bottom: .02rem solid #e40011;
  color: #010101;
}

.swiper-container {
  background: #fff;
  border-radius: .05rem;
  padding-bottom: .5rem;
}

.swiper-slide {
  padding: 0 .24rem;
}

.account li {
  margin-top: .4rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.account li:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: '';
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  background-color: #d1d1d1;
}

.account li input {
  border: none;
  color: #010101;
  height: .8rem;
  line-height: .8rem;
  outline: none;
  font-size: .32rem;
}

.forgetpwd {
  font-size: .24rem;
  color: #515151;
  padding: .2rem 0 1rem;
  width: 100%;
  text-align: right;
  display: inline-block;
}

.mt70 {
  margin-top: .7rem;
}

/*底部部分*/
.footer-box {
  position: fixed;
  bottom: 0;
  left: 50%;
  right: 0;
  z-index: 1;
  width: 7.5rem;
  margin-left: -3.75rem;
  background: #f5f5f5;
}

.oth-tit {
  position: relative;
}

.oth-tit .txt {
  width: 2.2rem;
  background: #f5f5f5;
  color: #b0b0b0;
  padding: 0 .2rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}

.oth-tit:after {
  position: absolute;
  right: .48rem;
  bottom: .2rem;
  left: .48rem;
  height: 1px;
  content: '';
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  background-color: #d1d1d1;
  z-index: 2;
}

.oth-links {
  text-align: center;
  margin: .4rem 0;
}

.oth-links .icon-wx {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 50%;
  background: url(../imgs/icon-wx.svg) no-repeat;
  background-size: 1rem 1rem;
}

/*密码找回*/
.btn-submit {
  margin-top: .8rem;
  margin-left: .48rem;
  margin-right: .48rem;
}

.v-sub {
  vertical-align: sub;
  color: #727272;
}
