@charset "UTF-8";
/* 公共样式 */
body {
  background: #efefef;
  font-size: 12px;
  font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma,
    "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
  color: #404040;
  padding: 110px 0px 0px 0px;
  margin: 0px;
}
div {
  margin: 0 auto;
  padding: 0;
}
input {
  font-family: verdana, arial;
  font-weight: bold;
}

table {
  padding: 10px 30px 30px;
  /*background-color: #eceef1;*/
}
input {
  background-color: #dde3ec;
  height: 39px;
  /*color: #8290a3;*/
  border: 1px solid #dde3ec;
  width: 93%;
  margin-bottom: 15px;
  padding: 0 10px;
  outline: none;
}
input:focus {
  border: 1px solid #c3ccda;
}
.login_msg {
  text-align: center;
  font-size: 14px;
  color: #e73d4a;
  margin-bottom: 15px;
}
.verify {
  cursor: pointer;
  padding: 0 30px;
}

.login_button {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  width: 100%;
  height: 50px;
}
.login_button:hover {
  color: #fff;
  background: #40a9ff;
  border-color: #40a9ff;
}
.title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #32c5d2;
}
#logo {
  display: block;
  margin: 0 auto;
}
.tabs {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.tabs div {
  display: inline;
  color: #999;
  cursor: pointer;
}
.tabs div:nth-child(2) {
  margin-left: 24px;
}
.tabs .active {
  color: #000;
  position: relative;
}
.tabs .active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  height: 4px;
  width: 50%;
  background: #1790ff;
}
.code {
  position: relative;
}
.code div {
  position: absolute;
  right: 14px;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #1790ff;
  cursor: pointer;
}
.table_2 {
  display: none;
}
