body {
  background: #fff;
}

.n-cont {
  /* padding: 2rem 0.75rem 0 0.75rem; */
  padding: 2rem 2.85rem 0;
}
.m-b-30 {
  margin-bottom: 1.5rem;
}
.mg-t13 {
  margin-top: 0.65rem;
}
.tab {
  height: 2.25rem;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-box-align: end;
  box-align: end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 2.75rem;
}

.tab .option {
  padding-bottom: 0.25rem;
}

.tab span {
  display: inline-block;
  padding: 0.35rem 0;
  margin: 0 0.75rem;
  line-height: 1rem;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}

.tab span:last-child {
  margin-right: 0;
}

.tab span:before {
  content: "";
  display: block;
  width: 0;
  height: 0.5rem;
  border-left: 1px solid #e7eaf1;
  position: absolute;
  left: -0.75rem;
  top: 50%;
  margin-top: -0.25rem;
}

.tab span:first-child:before {
  border: none;
}

.tab .current {
  color: #f55f66;
}

.tab .current:after {
  content: "";
  display: block;
  height: 0;
  width: 0.6rem;
  border-bottom: 0.1rem solid #f55f66;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: absolute;
  left: 50%;
  margin-left: -0.3rem;
  bottom: 0;
}
.logo-wrap {
  text-align: center;
}
.login-title {
  color: #141414;
  font-size: 1.4rem /* 28/20 */;
  font-weight: 600;
  margin-bottom: 0.55rem;
}
.login-tips {
  color: #bbbdbf;
  font-size: 12px;
}
.line {
  margin-bottom: 0.6rem;
}

.label {
  padding-left: 1.05rem;
  line-height: 0.75rem;
  height: 0.75rem;
  position: relative;
}

.label i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.row {
  display: -webkit-box;
  display: box;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  display: -webkit-flex;
  display: flex;
  height: 2rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.row input {
  display: -webkit-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0 1.05rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 0.2rem;
  height: 100%;
}

.row input:-webkit-autofill {
  background: transparent;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.btn-a {
  width: 4.8rem /* 96/20 */;
  height: 100%;
  font-size: 0.6rem;
  color: #f55f66;
  border: 1px solid #ff534d;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

.btn-a[disabled] {
  color: #959595;
}

.btn-a[disabled="false"] {
  color: #f55f66;
}

.btn-b {
  color: #fff;
  display: block;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background-color: #ff534d;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

.line-b,
.line-c {
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #81888e;
  text-align: center;
}

.line-b a,
.line-c a {
  color: #81888e;
}

.line-c {
  margin-top: -0.5rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: left;
  overflow: hidden;
}

.line-c .float-l {
  float: left;
}

.line-c .float-r {
  float: right;
}

.line-c i {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #2c2d31;
  -webkit-border-radius: 0.7rem;
  border-radius: 0.7rem;
}

.line-c i.ico-choose {
  border: none;
}

.line-c.space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.line-d {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 1.75rem;
}

.line-e {
  font-size: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #81888e;
  margin-top: 1rem;
}

.step {
  margin-bottom: 1.75rem;
}

.step img {
  width: 100%;
}

.tip-box {
  display: none;
  font-size: 0.6rem;
  color: #fff;
  padding: 0.5rem;
  position: fixed;
  max-width: 8.3rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  word-break: break-all;
}

.pop-validate {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 5000;
}

.pop-validate .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5010;
}

.pop-validate .wrap {
  width: 73.6%;
  max-width: 600px;
  padding: 0 0.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  z-index: 6000;
}

.pop-validate .text-title {
  font-size: 0.85rem;
  line-height: 2.5rem;
  font-weight: bold;
  border-bottom: 1px solid #e7eaf1;
}

.pop-validate .text-input {
  height: 2.5rem;
  border-bottom: 1px solid #e7eaf1;
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.pop-validate .text-input input {
  display: -webkit-box;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  flex: auto;
  width: 0;
  margin: 0 0.5rem;
}

.pop-validate .text-input .ico-valicode {
  display: -webkit-box;
  width: 0.7rem;
  height: 0.6rem;
  background-image: url("../images/ico-valicode.png");
}

.pop-validate .text-input .img-valicode {
  width: 4.25rem;
  height: 1.5rem;
}

.pop-validate .btn-sure {
  color: #fff;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  margin: 1rem 0 0.75rem 0;
}
.delay {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.85rem;
  /* -webkit-align-items: center;
    align-items: center; */
}
.delay p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 12px;
  padding-left: 0.45rem /* 9/20 */;
  color: #bbbdbf;
}
.delay p > a {
  color: #ff534d;
}
.delay .icon {
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #f2f4f7;
  border-radius: 0.2rem;
}
.icon-checked {
  background-image: url("../images/icon_control_checkbox_check_nor.png");
}
