body,
html {
  width: 100%;
  height: 100%;
}
body {
  background-position: center center;
  background-size: 200% 200%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
.container .layout {
  margin: 0 auto;
}
.container .static {
  position: static;
  margin-top: 0;
}
.container .absolute {
  position: absolute;
  top: 50%;
  margin-top: -277px;
}
.container .wrap-login {
  position: absolute;
}
.container .wrap-login .login-image {
  float: left;
  width: 468px;
  height: 554px;
  background: url(../../images/loginimage.png) no-repeat;
}
.container .wrap-login .login-image .textitme {
  margin: 69px 0 0 35px;
}
.container .wrap-login .login-image .textitme .backline {
  width: 34px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 2px;
  margin-bottom: 12px;
}
.container .wrap-login .login-image .textitme .textitme-word {
  font-size: 16px;
  font-weight: 400;
  font-family: SourceHanSerifCN-SemiBold, SourceHanSerifCN;
  color: #FFFFFF;
  line-height: 23px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.container .wrap-login .form-group {
  padding: 60px 50px ;
}
.container .wrap-login .form-group .form-header {
  width: 352px;
  text-align: center;
}
.container .wrap-login .form-group .form-header .list_nav {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #9B9B9B;
  line-height: 25px;
  margin-right: 63px;
}
.container .wrap-login .form-group .form-header .active {
  color: #204F9F;;
}
.container .wrap-login .form-group .form-header .last {
  margin-right: 0;
}
.container .wrap-login .input-control .input {
  border: none;
  width: 348px;
  border-bottom: 1px solid #D8D8D8;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  padding-bottom: 12px;
}
.container .wrap-login .input-control .reporterrors {
  border-bottom: 1px solid #e2241d;
}
.container .wrap-login .input-control .error {
  margin-top: 4px;
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  color: #e2241d;
  padding-left: 4px;
  line-height: 16px;
  height: 16px;
}
.container .wrap-login .input-control-second {
  margin-top: 39px;
}
.container .wrap-login .input-control-second .inputbox {
  position: relative;
}
.container .wrap-login .input-control-second .fetch-vCode {
  position: absolute;
  bottom: 13px;
  right: 0;
  font-size: 14px;
  font-weight: 400;
  color: #9B9B9B;
  line-height: 20px;
  cursor: pointer;
}
.container .wrap-login .input-control-second .fetch-vCode:hover {
  color: #204F9F;
}
.container .wrap-login .input-control-second .form-tips {
  text-align: right;
  margin-top: 11px;
}
.container .wrap-login .form-btn {
  margin-top: 34px;
}
.container .wrap-login .form-btn .btn-row .btn {
  border: none;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  width: 352px;
  height: 50px;
  background: #204F9F;
  border-radius: 4px;
}
.container .wrap-login .form-btn .btn-row .btn_disable {
  opacity: 0.3;
}
.black_overlay1 {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.white_content1 {
  display: none;
  position: absolute;
  top: 10%;
  left: 50%;
  width: 472px;
  height: 600px;
  margin-left: -236px;
  background: #FFFFFF;
  border: 1px solid rgba(51, 51, 51, 0.12);
  background-color: white;
  z-index: 1002;
  overflow: auto;
}
.white_content1 .white_content_small {
  display: none;
  position: absolute;
  top: 20%;
  left: 30%;
  width: 40%;
  height: 50%;
  border: 16px solid lightblue;
  background-color: white;
  z-index: 1002;
  overflow: auto;
}
.white_content1 .container .wrap-login .form-group {
  padding: 0px 58px !important;
  margin-top: -10px;
}
.white_content1 .container .wrap-login .form-group .form-header .list_nav {
  margin-right: 0;
}
.white_content1 .container .wrap-login .form-group .form-body {
  margin-top: 30px;
}
.white_content1 .container .wrap-login .form-group .form-body .input-control-second {
  margin-top: 29px;
}
.white_content1 .container .wrap-login .form-group .form-body .input-control-second .fetch-vCode {
  bottom: 11px;
}
.white_content1 .container .wrap-login .form-group .form-body .useragreement {
  margin-top: 34px;
  overflow: hidden;
  padding-left: 2px;
  width: 352px;
}
.white_content1 .container .wrap-login .form-group .form-body .useragreement .useragreement-error {
  float: left;
  border: none;
  width: 12px;
  height: 12px;
  border: 1px solid #9B9B9B;
  margin-top: 3px;
  margin-right: 4px;
  cursor: pointer;
}

.white_content1 .container .wrap-login .form-group .form-body .useragreement .useragreement-tips {
  float: left;
}
.white_content1 .container .wrap-login .form-group .form-body .useragreement .useragreement-tips p {
  float: left;
}
.white_content1 .container .wrap-login .form-group .form-body .useragreement .useragreement-tips p span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 17px;
}
.white_content1 .container .wrap-login .form-group .form-body .useragreement .useragreement-tips p a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #204F9F;
  line-height: 17px;
}
.white_content1 .container .wrap-login .form-group .form-body .form-btn {
  margin-top: 30px;
}
.white_content1 .container .wrap-login .form-group .form-body .form-tips {
  margin-top: 30px;
  text-align: center;
}
.white_content1 .container .wrap-login .form-group .form-body .form-tips a {
  color: #204F9F;
}

/* input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label>i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  background: #fff;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 2px;
}

input[type="checkbox"]:checked+label>i {
  position: relative;
}

input[type="checkbox"]:checked+label>i::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 16px;
  color: black;
  border-bottom: 1px solid #204F9F;
  border-right: 1px solid #204F9F;
  left: 50%;
  top: 20%;
  transform-origin: center;
  transform: translate(-50%, -30%) rotate(40deg);
  -webkit-transform: translate(-50%, -30%) rotate(40deg);
} */
input[type=checkbox]{
  cursor: pointer;
  position: relative;
  width: 14px;
  height: 14px;
  font-size: 12px;
  line-height: 10px;
  }
  
  input[type=checkbox]::after{
  position: absolute;
  top: -1px;
  background-color:  #fff;
  color: #204F9F;
  width: 14px;
  height: 14px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 3px;
  border:1px solid #ccc;
  }
  
  input[type=checkbox]:checked::after{
  content: "✓";
  font-size: 12px;
  font-weight: bold;
  }

