html,
body {
  margin: 0;
}
body {
  height: 100%;
}
.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(/dist/img/back.png) no-repeat;
  background-size: cover;
  background-position: center ;
}
.wrapper .main-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 648.75px;
  height: 397.5px;
  background: #fff;
  padding: 7.5px;
  box-sizing: border-box;
}
.wrapper .main-container .title {
  width: 100%;
  height: 60px;
  background: url(/dist/img/title.png);
  background-size: 100%;
  background-position: center ;
}
.wrapper .main-container .loginContent {
  width: 100%;
  height: calc(100% - 60px);
  overflow: hidden;
}
.wrapper .main-container .loginContent > div {
  width: 50%;
  height: 100%;
  float: left;
}
.wrapper .main-container .loginContent > div:nth-child(1) {
  background: url(/dist/img/loginContent.png) no-repeat;
  background-position: center ;
}
.wrapper .main-container .loginContent > div:nth-child(2) {
  padding: 0 21px;
  box-sizing: border-box;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li {
  list-style-type: none;
  text-align: center;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(1) .group,
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(2) .group,
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(3) .group {
  width: 100%;
  position: relative;
  display: table;
  border-collapse: separate;
  background-color: #fff;
  border: 1px solid #C1C2C1;
  opacity: 1;
  padding-right: 1px;
  padding: 2px;
  box-sizing: border-box;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(1) .group > span,
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(2) .group > span,
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(3) .group > span {
  display: table-cell;
  width: 26.5px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(1) .group > span > img,
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(2) .group > span > img,
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(3) .group > span > img {
  vertical-align: middle;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(1) .group > input,
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(2) .group > input,
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(3) .group > input {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  height: 30px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  border: none;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
  outline: none;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(1) .group > input::-webkit-input-placeholder,
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(2) .group > input::-webkit-input-placeholder,
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(3) .group > input::-webkit-input-placeholder {
  color: #B3B3B3;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(1) .group:hover,
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(2) .group:hover,
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(3) .group:hover {
  border: 1px solid #1890ff;
  box-shadow: 0px 3px 6px rgba(104, 110, 127, 0.16);
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(1) {
  margin-top: 44px;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(2),
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(3) {
  margin-top: 20px;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(3) {
  position: relative;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(3) .group {
  width: 170px;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(3) .codeContent {
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  text-align: center;
  line-height: 17px;
  font-size: 16px;
  color: #000;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(4) {
  overflow: hidden;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(4) form {
  float: left;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(4) form .layui-form-item {
  margin-bottom: 0;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(4) form .layui-form-item .layui-input-block {
  margin-left: 0;
  min-height: 10px;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(4) form .layui-form-item .layui-input-block input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(4) form .layui-form-item .layui-input-block .layui-form-checkbox {
  margin-top: 0;
  display: inline-block;
  line-height: 26.4px;
  cursor: pointer;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(4) form .layui-form-item .layui-input-block .layui-form-checkbox span {
  font-size: 9px;
  color: #B2B2B2;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(4) .right {
  float: right;
  color: #B2B2B2;
  font-size: 9px;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(5) {
  width: 100%;
  height: 30px;
  margin-top: 25px;
  cursor: pointer;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(5) p {
  width: 160px;
  height: 30px;
  margin: 0 auto;
  background: #3A8BFE;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(2) {
  position: relative;
}
.wrapper .main-container .loginContent > div:nth-child(2) > ul > li:nth-child(2) .tiperror {
  position: absolute;
  top: 41px;
  left: 33px;
}
.wrapper .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
