@charset "UTF-8";

::-moz-placeholder {
  color: #bbb;
}
:-ms-input-placeholder {
  color: #bbb;
}
::-webkit-input-placeholder {
  color: #bbb;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.mt30 {
  margin-top: 30px;
}

.w_login_warp {
  font-size: 16px;
  padding: 35px 30px;
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
.w_head > a > img {
  max-width: 150px;
}
.w_body {
  position: relative;
  margin-top: 45px;
}
.user_box {
  position: relative;
}
.user_box input {
  width: 100%;
  height: 46px;
  font-size: 16px;
  padding: 5px 30px 5px 10px;
  color: #262729;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
  outline: none;
}
.user_box input:focus {
  border-bottom: 1px solid #0dc2b3;
}
.user_box input.verify_code {
  padding-right: 130px;
}
.user_box .verify_img {
  position: absolute;
  top: 4px;
  right: 0;
  width: 80px;
  height: 32px;
}
.user_box span.close {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  background: url('../images_wap_new/close_normal.png') no-repeat center;
  background-size: 100% 100%;
}
.user_box span.close.special {
  right: 100px;
}
.login_btn a {
  display: block;
  line-height: 46px;
  color: #fff;
  background: #0dc2b3;
  text-align: center;
  border-radius: 3px;
}
.help_box {
  margin-top: 10px;
}
.help_box a {
  font-size: 14px;
}
.help_box a:first-child {
  color: #0dc2b3;
}
.help_box a:last-child {
  color: #bbb;
}
.note_msg {
  font-size: 14px;
  color: #aaa;
  margin-top: 10px;
}
.user_error {
  position: absolute;
  color: rgba(238, 78, 70, 1);
  top: -22px;
  font-size: 14px;
}
/* wap弹窗 */
.wap-dialog-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.7);
  z-index: 999;
}
.wap-dialog {
  position: fixed;
  left: 50%;
  top: 30%;
  width: 80%;
  max-width: 420px;
  background: #fff;
  z-index: 1000;
  border-radius: 3px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow: hidden;
}
.wap-dialog-body {
  line-height: 60px;
  text-align: center;
  font-weight: 400;
  color: rgba(68, 68, 68, 1);
}
.wap-dialog-footer a {
  display: block;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #ebebeb;
}
.wap-dialog-find-pwd,
.wap-dialog-find-account {
  color: #0dc2b3;
}
.wap-dialog-find-cancel {
  color: #444;
}

.account-freeze-confirm-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background-color: #000;
  z-index: 999;
}
.account-freeze-confirm {
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgba(159,159,159,0.50);
  transform: translate(-50%, -50%);
  width: 365px;
  max-width: 90%;
  height: 224px;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 0 0 0;
}

.account-freeze-confirm .title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #2b2b2b;
  line-height: 25px;
}

.account-freeze-confirm .message {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #2b2b2b;
  line-height: 25px;
  padding: 20px 10px 40px 0;
  margin: 0 30px;
  border-bottom: 1px solid #efefef;
}

.account-freeze-confirm .footer {
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: #2b2b2b;
  line-height: 57px;
}
.account-freeze-confirm .footer a {
  width: 49%;
  display: inline-block;
  cursor: pointer;
}

.account-freeze-confirm .footer a:hover {
  background: #efefef;
}

.account-freeze-confirm .footer #freezeAccountBtn::after {
  content: '';
  position: absolute;
  left: -3px;
  width: 1px;
  height: 37px;
  margin-top: 10px;
  background: #e4e4e4;
}

.account-freeze-confirm .footer #freezeAccountBtn {
  position: relative;
  color: #0dc2b3;
}
.account-freeze-confirm .footer #freezeAccountBtn:hover {
  color: #56dcd1;
}