.page-main {
  width: 1300px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #fff;
  padding: 80px 0;
  border-radius: 10px;
  padding-top: 30px;
}

.page-main .form-item {
  width: 474px;
  text-align: right;
  margin: 0 auto;
  line-height: 40px;
  margin-bottom: 20px;
}

.page-main .form-item label {
  font-size: 22px;

}

.page-main .form-item input.pic-code-id {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.page-main .form-item label span {
  color: #f00;
}

.page-main .form-item input {
  outline: none;
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 20px;
  width: 324px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  padding: 0 20px;
}

.page-main .form-item input::placeholder {
  color: #888;
}

.page-main .form-item.pic-code input {
  width: 238px;
}

.page-main .form-item.pic-code img {
  width: 80px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #eee;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.page-main .form-item.sms-code {
  font-size: 0;
}

.page-main .form-item.sms-code input {
  width: 186px;
  font-size: 16px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.page-main .form-item.sms-code .sms-code-box {
  display: inline-block;
  width: 140px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  position: relative;
  top: 3px;
  left: -1px;
  color: #fff;
  background-color: #3a56f7;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 16px;
}

.page-main .form-item.sms-code .sms-code-box.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.agreement {
  text-align: center;
  margin-bottom: 20px;
  line-height: 2em;
  font-size: 18px;
  color: #817f7f;
}

.agreement a {
  color: #3a56f7;
}

.agreement input {
  width: 16px;
  height: 16px;
}

.submit {
  display: block;
  margin: 0 auto;
  width: 460px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #3a56f7;
  border-radius: 43px;
  border: none;
  outline: none;
  cursor: pointer;
}

.third-party-btns {
  text-align: center;
  margin-top: 20px;
}

.page-title {
  text-align: center;
  font-size: 24px;
  color: #888;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 30px;
}

.page-title .btn {
  cursor: pointer;
}

.page-title .btn:hover,
.page-title .btn.active {
  color: #3a56f7;
}

.third-party-btns .item {
  margin-right: 20px;
  cursor: pointer;
}

.third-party-btns .item:last-child {
  margin-right: 0;
}

.submit.login {
  height: 64px;
  line-height: 64px;
}

.submit:hover {
  background-color: #142fc5;
}

.submit:disabled {
  cursor: not-allowed;
}

.to-login {
  color: #817f7f;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.to-login a {
  color: #3a56f7;
}

/* toast弹窗 */
#m-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  line-height: 1.5em;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 4px 0 #666;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
  display: none;
}