.main-wrapper {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.main-wrapper .main-div {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.main-div .img-box {
  min-height: 448px;
  width: 100%;
  height: 100%;
  background: url(../image/login-bg.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

/* 表单 */

.register-card {
  min-height: 448px;
}

.layui-card-header {
  height: 60px;
}

.register-title {
  height: 60px;
  line-height: 60px;
}

.register-title li {
  float: left;
}

.register-title .reg-golog {
  float: right;
}

.register-title .go-login {
  color: #fc8486;
}

.register-title .go-login:hover {
  color: #fa3134;
}

.register-title>li.active>a,
.register-title>li.active>a:hover,
.register-title>li.active>a:focus {
  color: #469ff8;
  font-size: 20px;
}

.register-card .btn-group {
  width: 100%;
  text-align: center;
}

.register-card .layui-btn {
  width: 100%;
}

.layui-word-aux {
  /* text-align: right !important; */
  float: right;
}

.hascode {
  cursor: pointer;
}


.reg-tips {
  margin-left: 8px;
  margin-top: 4px;
  font-size: 12px;
  color: #888;
}

.tips-link {
  cursor: pointer;
  color: #1b6d85;
}

