.main-wrap {
  padding: 0 0.5rem;
}
.title {
  font-size: 0.5rem;
  font-weight: bold;
  color: #000000;
  padding: 2.15rem 0 0.3rem;
  line-height: 1;
}

.title--sub {
  font-size: 0.28rem;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 1;
}

.btn {
  width: 100%;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 1;
  height: 0.9rem;
  background: #a9cee0;
  box-shadow: 0px 4px 8px 0px rgba(169, 206, 224, 0.57);
  border-radius: 0.2rem;
  border: none;
  outline: none;
}

.btn:active {
  background: #a1c3d4;
}

.operate-btn-wrap {
  margin-top: 0.5rem;
}

/* 输入手机号页面样式 */
.input-wrap {
  border-bottom: 1px solid #eeeeee;
  padding: 1rem 0 0.3rem;
  font-size: 0.32rem;
  position: relative;
}
.input--prefix {
  max-width: 1.4rem;
  border-right: 1px solid #eeeeee;
  padding-right: 0.3rem;
  margin-right: 0.3rem;
}
.input--prefix select {
  border: none;
  outline: none;
  color: #999;
  font-size: 0.32rem;
}
.phone--input {
  border: none;
  outline: none;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.32rem;
}
.phone--input::placeholder {
  font-size: 0.32rem;
  color: #999;
}
/* 输入手机号页面样式 end */

/* 验证码页面 */
.input-wrap .input-item {
  width: 1rem;
  height: 1rem;
  background: #eeeeee;
  border-radius: 0.1rem;
  font-size: 0.32rem;
}
.input-wrap .code-input {
  width: 100%;
  height: 1rem;
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
  font-size: 0.32rem;
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  opacity: 0;
}
.timer {
  font-size: 0.3rem;
  color: #999999;
  line-height: 1;
  margin-top: 0.3rem;
}
.timer.timer-primary {
  cursor: pointer;
}
/* 验证码页面 end */

/* 完善資料 */
.form {
  margin-top: 0.6rem;
}
.form .form-item .icon {
  width: 0.3rem;
  height: 0.3rem;
  object-fit: contain;
}
.form .form-item {
  padding: 0.3rem 0;
  border-bottom: 0.01rem solid #eee;
}
.form .form-item .form-item--label {
  padding-right: 0.3rem;
  margin-right: 0.3rem;
  border-right: 0.01rem solid #eee;
}
.form .form-item .form-item--value {
  flex: 1;
}
.form .form-item .form-item--input {
  outline: none;
  border: none;
  font-size: 0.32rem;
}
.form .form-item .form-item--input::placeholder {
  font-size: 0.32rem;
  color: #999;
}
/* 完善資料 end */

/* 绑定成功 */
.bind-success .img {
  padding: 2rem 0 0.45rem;
}
.bind-success .title {
  font-size: 0.5rem;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  padding: 0;
  text-align: center;
  margin-bottom: 0.3rem;
}
.bind-success .desc {
  font-size: 0.28rem;
  color: #6c6c6c;
  line-height: 1;
  text-align: center;
}
.bind-success .img img {
  width: 3.43rem;
  height: 2.61rem;
}
.registered .img img {
  width: 2.43rem;
  height: 2.91rem;
}
.bind-success .operate-btn-wrap {
  margin-top: 1rem;
}
/* 绑定成功 end */

/* 下载页 */
.download-app-body  {
  line-height: 0;
}
.download_bg {
  width: 100%;
  height: auto;
}
.btn-download {
  width: 4.29rem;
  height: 1.06rem;
  margin-bottom: 0.2rem;
}
.btn-download-wrap {
  text-align: center;
  margin-top: -3.3rem;
}
/* 下载页 end */

/* flex 上下居中 */
.flex-c {
  display: flex;
  align-items: center;
}

/* flex 上对齐 */
.flex-t {
  display: flex;
  align-items: flex-start;
}

/* flex 上对齐, 左右两端对齐 */
.flex-t-b {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* flex 上下居中，两端对齐 */
.flex-c-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* flex 上下居中，右对齐 */
.flex-c-e {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* flex 上下居中，左右居中 */
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* flex 可换行 */
.flex-w {
  display: flex;
  flex-wrap: wrap;
}

.info-color {
  color: #999999;
}

.primary-color {
  color: #6193ab;
}

.alert {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert-wrap {
  width: 60%;
  height: 2.5rem;
  background: #ffffff;
  border-radius: 0.2rem;
}

.alert-body {
  width: 100%;
  height: calc(2.5rem - 0.8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.alert-btn {
  width: 100%;
  height: 0.8rem;
  border-top: 1px solid #eeeeee;
  line-height: 0.8rem;
  text-align: center;
  color: #a9cee0;
  font-size: 0.32rem;
}
