html,
body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form {
  margin: 0;
  padding: 0;
}

body {
  font: normal 14px 'Microsoft YaHei';
}

.clearfix {
  display: block;
  zoom: 1;
}

a:link {
  text-decoration: none;
}
.verify-code-wrap {
  display: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}
.tabs {
  width: 250px;
  margin: 0 auto;
  display: flex;
  font-size: 16px;
  color: #fff;
  justify-content: space-around;
}
.tabs > div {
  transition: all ease 0.3s;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.tabs > div:hover {
  border-bottom-color: #fff;
}
.tabs > .active {
  border-bottom-color: #3f94ef;
}
body {
  background: url(../images/bg.png) no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  width: 100%;
  min-width: 1080px;
  height: 100vh;
  color: #666;
  position: relative;
}

.bg2 {
  position: absolute;
  left: 2%;
  bottom: -8%;
  width: 47.43%;
  height: 86.45%;
  background: url('../images/bg2.png') no-repeat;
  background-size: 100% 100%;
}

.login-wrap {
  position: relative;
  float: right;
  width: 400px;
  height: 100%;
  z-index: 1000;
}

.user-input-wrap {
  min-width: 413px;
  min-height: 390px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  box-sizing: border-box;
}

.login-text {
  width: 100%;
  text-align: right;
  height: 32px;
  line-height: 32px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 21px;
}
.login-title {
  width: 100%;
  text-align: right;
  height: 48px;
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4c84ff;
  line-height: 48px;
  margin-bottom: 21px;
}

.errors {
  color: #e4393c;
}

.user-input-wrap input {
  height: 40px;
  border-style: none;
  outline: none;
  padding-left: 10px;
  border-radius: 5px;
  width: 100%;

  border-bottom: 1px solid #eeeeee;
}

.input-wrap {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.code-row {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.btn-group {
  display: flex;
  padding: 0 16px;
}
.btn-group button {
  width: 40%;
}
.btn-group .cancel {
  background: #e4e4e4;
  color: #666;
}
.common-input {
  background-color: #ffffff;
}

.verify-code {
  margin-top: 0;
  background-color: #ffffff;
  width: 96px;
  float: left;
  margin-bottom: 0;
}

.img-verify-code {
  height: 35px;
  width: 110px;
  text-align: center;
  margin-left: 8px;
  float: left;
  vertical-align: middle;
  display: table-cell;
}

.img-verify-code a {
  width: 110px;
  height: 35px;
}

.img-verify-code span {
  float: left;
  display: block;
  width: 110px;
  height: 35px;
}

.img-verify-code img {
  width: 110px;
  height: 35px;
  border-radius: 5px;
  border: none;
}

.btn-login {
  min-width: 220px;
  height: 58px;
  line-height: 58px;
  display: block;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  outline: none;
  border: none;
  font-size: 24px;
  transform: translateX(-10px);
  background: #4c84ff;
  border-radius: 29px;
  float: right;
}

.btn-login:hover {
  background: rgba(24, 144, 255, 0.8);
}

.register-login {
  margin: 0 auto;
  text-align: right;
  width: 248px;
  height: 25px;
  color: #3f94ef;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  line-height: 25px;
}

.register-login div {
  float: right;
}

.register-link {
  color: #3f94ef;
  cursor: pointer;
}

.login-link {
  color: #ffffff;
  cursor: pointer;
}

.validatorCode-btn {
  width: 79%;
  float: left;
  height: 100%;
  /* margin-left: 16px; */
  background-color: white;
  border-radius: 5px;
  border: 0px;
}

.hide {
  display: none;
}
#msg,
#msgTip {
  margin-top: 15px;
}
.hide {
  display: none;
}
.input-wrap .clear-input {
  position: absolute;
  right: 6px;
  top: -1px;
  cursor: pointer;
  padding: 9px;
  font-size: 14px;
  color: #ccc;
  display: none;
}
.input-wrap:hover .clear-input {
  display: block;
}
.input-wrap .clear-input:hover {
  color: #e53935;
}

.select {
  background: url(../images/logo-user.png) no-repeat 10px center;
  background-color: #ffffff;
}
ul li {
  list-style: none;
}
.input {
  width: 227px;
  height: 37px;
  line-height: 37px;
  position: relative;
}
.input input {
  border: none;
  outline: none;
  width: 182px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  cursor: pointer;
}
.input img {
  position: absolute;
  right: 26px;
  top: 30%;
  width: 15px;
  height: 15px;
}
.list {
  width: 100%;
  overflow: auto;
  max-height: 180px;
  z-index: 8888;
  position: relative;
  border-radius: 4px;
}
.list ul li {
  width: 100%;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  padding-left: 10px;
  background: #fff;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.list ul li:hover {
  background-color: #e3f2fd;
}
.disabled {
  background-color: #dfdfdf;
}
.disabled input {
  background: #dfdfdf;
}
.disabled .verify-code {
  background-color: #dfdfdf;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c5c5c5;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c5c5c5;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c5c5c5;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c5c5c5;
}

.send-code-btn {
  min-width: 120px;
  padding: 0 12px;
  height: 37px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  white-space: nowrap;
  color: #4c84ff;
  cursor: pointer;
}

.send-code-btn:disabled {
  color: #ccc;
  cursor: not-allowed;
}
