/***
Login page
***/

.html {
  height: 100%;
  background: url(../../img/login-back.png) no-repeat;
  background-size: 100% 100%;
}

.login {
  width: 100%;
  background: none !important;
}

.header {
  width: 100%;
  height: 24px;
  margin-top: 24px !important;
}

.header-box {
  width: 1000px;
  margin: 0 auto;
}

.logo {
  display: inline-block;
  width: 70%;
}

.logo-img {
  width: 135px;
  height: 24px;
}

.lang {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.lang a:hover {
  color: #fff;
}

.lang a.active {
  color: #fff;
}

.center {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 50px;
}

.center-box {
  width: 1000px;
  margin: 0 auto;
}

.slogan {
  float: left;
  margin-top: 173px;
  font-size: 48px;
}

.slogan p {
  height: 50px;
  line-height: 50px;
  word-break: keep-all;
}

.content {
  width: 360px;
  padding: 0 0 15px;
  margin-left: auto;
  background-color: #fff;
  border-radius: 4px !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, .25);
}

.content form {
  width: 280px;
  padding: 0 40px;
  margin: 0;
}

.qr_code_btn {
  float: right;
  width: 25px;
  height: 25px;
  border-top: 13px solid #EFF8FF;
  border-right: 11px solid #EFF8FF;
  border-left: 13px solid #fff;
  border-bottom: 13px solid #fff;
  border-radius: 4px !important;
  cursor: pointer;
}

.m-wrap {
  width: 239px;
  background-color: #fff;
}

.control-group {
  margin-bottom: 20px !important;
}

.input-icon .m-wrap {
  margin: 0px !important;
}

.forget-form {
  display: none;
}

.register-form {
  display: none;
}

.bills_register-form {
  display: none;
}

.register_next-form {
  display: none;
}

.password-setting-form, .unlock-form, .qr-code-form {
  display: none;
}

.go-right {
  height: 20px;
}

.form-title {
  font-size: 20px;
  margin: 25px 0;
  font-family: Microsoft YaHei;
  font-weight: 500;
}

.form-title-two {
  display: flex;
  justify-content: space-evenly;
  margin: 25px 0 25px 0;
}

.form-title-two .login-method {
  text-align: center;
  cursor: pointer;
  padding-bottom: 5px;
  font-size: 16px;
}

.login-method-active {
  color: #4A87FA !important;
  font-weight: 600;
  border-bottom: 2px #4A87FA solid;
}

.mobile {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.mobile, .client-select {
  display: none;
}

.area-code-box {
  position: relative;
  width: 30%;
}

.area-code-list {
  width: 70%;
}

.area-code {
  position: absolute;
  top: 34px;
  width: 100%;
  height: 195px;
  padding: 0;
  margin: 0;
  background: #fff;
  z-index: 1000;
  border-bottom: 1px solid #e5e5e5;
  overflow-y: scroll;
}

.area-code::-webkit-scrollbar {
  width: 5px;
  background: #e6e6e6;
}

.area-code::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4A87FA;
}

ul li {
  list-style: none;
}

.area-code li {
  height: 20px;
  padding: 6px 8px;
  line-height: 20px;
  font-size: 14px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  cursor: pointer;
}

.area-code li:hover {
  background: #4A87FA;
  color: #fff;
}

.area-code-selected {
  width: 100%;
  height: 32px;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  border-right: 0;
  cursor: pointer;
}

#mobile {
  width: 155px;
}

.form-actions {
  background-color: transparent;
  clear: both;
  border: 0px;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.form-actions-self {
  background-color: transparent;
  clear: both;
  border: 0px;
  margin: 0 0 15px 0;
}

.forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.form-actions .btn {
  margin-top: 1px;
}

.forget-password {
  margin-top: 15px;
  text-align: right;
}

.forget-password a {
  margin-top: 5px;
}

#forget-password:hover {
  color: #4A87FA;
}

.blue-color {
  color: #4A87FA;
}

.white-color {
  color: #fff;
}

.verify-code-box {
  display: flex;
  width: 280px;
  justify-content: space-between;
}

.code-input-box {
  width: 60%;
}

.code-input-box #login_vcode {
  width: 80%;
}

#svg_verify_code_box {
  width: 30%;
  background-color: #fff;
  border: 1px solid #ccc;
}

#svg_verify_code {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.btn-submit {
  border-radius: 4px !important;
  padding: 7px 14px;
  text-align: center;
  background: #4A87FA;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.back-account-login {
  text-align: center;
}

.back-account-login span {
  cursor: pointer;
}

.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #fff;
}

.copyright {
  text-align: center;
  line-height: 4vh;
  color: #666;
  font-size: 14px;
}

#svg_verify_code_box_m {
  width: 90px;
  height: 32px;
  border: 1px solid #e5e5e5;
}

#modal_mask {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#modal_mask_back {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}

.client-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  padding: 10px 15px 15px;
  background-color: #fff;
  border-radius: 4px !important;
  z-index: 20;
}

.box-title {
  padding: 20px;
  font-size: 20px;
  color: #333;
}

.box-content {
  padding: 20px;
}

.client-box-ul {
  min-width: 310px;
  min-height: 40px;
  margin: auto 0;
  border-radius: 4px !important;
}

.client-li {
  font-size: 14px;
  padding: 6px 8px;
  cursor: pointer;
}

.client-li:hover {
  background: #4A87FA;
  color: #fff;
}

.client-li-selected {
  background: #080;
  color: #fff;
}

.box-button {
  padding: 0 20px;
}

#select_client {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #4A87FA;
  font-size: 14px;
  color: #fff;
  border-radius: 4px !important;
  cursor: pointer;
}

.box-footer {
  display: flex;
  justify-content: flex-end;
  padding: 8px 20px;
  font-size: 12px;
  color: #7c7c7c;
}

.other-account {
  cursor: pointer;
}

@media (max-width: 480px) {

  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }

  .content form {
    width: 222px;
    margin: 0 0 0 -20px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .login .content .m-wrap {
    width: 180px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}

@media (max-height: 1000px) {
  .center {
    margin-top: 50px;
  }
}

@media (max-height: 720px) {
  .center {
    margin-top: 25px;
  }
}
