.page-main {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  padding-top: 40px;
  border-radius: 10px;
}

.page-title {
  text-align: center;
  font-size: 24px;
  color: #888;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 60px;
}

.page-title .btn {
  cursor: pointer;
}

.page-title .btn:hover,
.page-title .btn.active {
  color: #3a56f7;
}

.page-title .line {
  font-weight: normal;
  margin: 0 20px;
}

.page-main .form-box {
  padding: 0 14px;
}

.page-main .form-box.show {
  display: block;
}

.page-main .form-item {
  width: 100%;
  text-align: right;
  margin: 0 auto;
  line-height: 44px;
  margin-bottom: 20px;
  position: relative;
}

.page-main .form-item label {
  font-size: 22px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
}

.page-main .form-item label span {
  color: #f00;
}

.page-main .form-item input {
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  height: 44px;
  border-radius: 22px;
  color: #333;
  font-size: 16px;
  padding: 0 74px;
}

.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;
}

.orther-login-title {
  color: #888;
  padding-bottom: 10px;
}

.submit {
  display: block;
  margin: 0 20px;
  width: calc(100% - 40px);
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #3a56f7;
  border-radius: 43px;
  border: none;
  outline: none;
  cursor: pointer;
}

.submit:hover {
  background-color: #142fc5;
}

.submit:disabled {
  cursor: not-allowed;
}

.tips {
  color: #464646;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  padding: 0 30px;
  margin-bottom: 16px;
  margin-top: 40px;
}

.tips .line {
  content: "|";
  margin: 0 6px;
}

.tips input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 2px;
}

.third-party-btns {
  text-align: center;
  margin-top: 40px;
}

.page-main .form-item label img {
  width: 22px;
  height: 22px;
  position: relative;
  top: -4px;
}

.third-party-btns .item {
  margin-right: 20px;
  cursor: pointer;
}

.third-party-btns img {
  width: 40px;
  height: 40px;
}

.third-party-btns .item:last-child {
  margin-right: 0;
}

.qrcode-box {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
  padding: 6px;
  position: relative;
}

.qrcode-box img {
  width: 100%;
  height: 100%;
}

.qrcode-box .is-expired {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
}

.qrcode-box .is-expired img {
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.form-box.scan-qrcode .tips {
  margin-top: 6px;
  text-align: center;
  margin-bottom: 30px;
}

/* 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;
}

.page-main .form-item.code {
  display: none;
}

.page-main .form-item.code.show {
  display: block;
}

.page-main .form-item.code {
  padding-right: 140px;
}

.page-main .form-item.code .code-pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 44px;
  cursor: pointer;
  border: 1px solid #eee;
}

.page-main .form-item.code input.code-id {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}