@charset "UTF-8";
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Microsoft YaHei";
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  color: #404040;
  font: 16px/1.5;
  font-family: "Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form {
  margin: 0;
}

table,
th,
td {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: 1px solid #000 !important;
  padding: 10px 8px !important;
  box-sizing: border-box !important;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
  cursor: pointer;
}

/* hn */
h1 {
  font-size: 16px;
  line-height: 36px;
}

h2 {
  font-size: 14px;
  line-height: 30px;
}

h3 {
  line-height: 24px;
}

h3,
h4,
h5,
h6 {
  font-size: 12px;
}

/* ul ol dl */
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

dl {
  margin-bottom: 18px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0 9px;
  padding: 0;
}

svg:not(:root) {
  overflow: hidden;
}

.w-1200 {
  width: 1200px;
  margin: 0 auto;
}

/* clearfix */
.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.disabled {
  pointer-events: none;
}

.wmLogin-container {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2023;
}

#login-main {
  width: 400px;
  height: 480px;
  background: #fff;
  font-family: "Microsoft YaHei";
  position: relative;
}

/* 顶部 */
.login-header {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  padding-left: 12px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  -webkit-app-region: drag;
}

.login-header img {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 8px;
}

.login-header .dialog-close {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  cursor: pointer;
  color: #666666;
}

.login-header .dialog-close.hide {
  display: none;
}

.login-header .dialog-close:hover {
  background: #FF5343;
  color: #fff;
}

/* 登录区域 */
.login-container {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  padding-top: 35px;
}

.login-container-tab {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #EEEEEE;
  padding: 0 70px;
  box-sizing: border-box;
  /* margin-top:35px; */
  /* padding-top:35px; */
}

.login-container-tab ul {
  display: flex;
  justify-content: space-between;
}

.login-container-tab ul li {
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  color: #666666;
  margin-top: -2px;
  position: relative;
}

.login-container-tab ul li.active {
  color: #FA666A;
  border-bottom: 2px solid #FA666A;
}

.last-login-method {
  position: absolute;
  width: 50px;
  height: 18px;
  top: -12px;
  right: -36px;
  background: url(https://res.daetool.com/wm-static-resource/web/images/login/last_time@2x.png) no-repeat;
  background-size: cover;
  display: none;
}
.last-login-method.show {
  display: block;
}

.login-method-list {
  width: 100%;
}

.login-list-wechat {
  width: 100%;
  text-align: center;
  padding: 28px 0;
}

.login-list-wechat p {
  color: #999999;
  font-size: 14px;
}

.login-qrcode {
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 4px;
  margin: 20px auto;
  /* padding:9px; */
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.login-qrcode-overdue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.login-qrcode img {
  width: 100%;
  height: 100%;
}

.login-list-phone,
.login-list-email {
  width: 280px;
  margin: 30px auto 0;
}

.login-list-input {
  width: 100%;
  height: 44px;
  border: 0;
  outline: none;
  background: #FAFAFA;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 4px;
}

.login-list-code {
  width: 100%;
  height: 44px;
  background: #FAFAFA;
  box-sizing: border-box;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  border-radius: 4px;
}

.login-error {
  width: 100%;
  height: 30px;
  color: #FA666A;
  font-size: 12px;
  padding-left: 10px;
  line-height: 30px;
  box-sizing: border-box;
}

.login-list-code input {
  width: 179px;
  border: 0;
  outline: none;
  padding: 0 10px;
  background: #FAFAFA;
  box-sizing: border-box;
}

.login-list-code i {
  display: block;
  width: 1px;
  height: 20px;
  background: #DDDDDD;
}

.login-list-code p {
  width: 100px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.login-list-code .phoneCodeCutDown,
.login-list-code .emailCodeCutDown {
  padding-left: 5px;
  cursor: default;
}

.login-list-code p.active {
  color: #000;
}

.login-list-code .active:hover {
  color: #fa666a;
}

.login-btn {
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: linear-gradient(90deg, #FF8689 0%, #FA666A 100%);
  border-radius: 22px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.6;
}

.login-btn-active {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.login-btn-active:hover {
  background: linear-gradient(90deg, rgb(240, 128, 130) 0%, rgb(241, 93, 98) 100%);
}

.login-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

.login-other-method {
  width: 284px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.login-other-method span {
  display: block;
  width: 80px;
  height: 1px;
  background: #F2F2F2;
}

.login-other-method p {
  color: #8A8888;
  font-size: 14px;
}

.login-bottom ul {
  width: 130px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}

.login-bottom ul li {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

.login-bottom ul li img {
  width: 100%;
  height: 100%;
}