@charset "utf-8";
.layout {
  width: 1300px;
  margin: 0 auto;
}
body {
  background-color: #ffffff;
}
body a:hover {
  color: #1276ff !important;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  background: url(/uploads/image/srimages/singin_back.jpg) no-repeat;
  background-position: center center;
  background-size: 200% 200%;
}
.container .layout {
  width: 792px;
  margin: 0 auto;
}
.wrap-login {
  width: 792px;
  height: 480px;
  position: absolute;
  top: 50%;
  margin-top: -240px;
  box-shadow: 0px 2px 9px 0px #cedad8;
}
.wrap-login .login-image {
  float: left;
  width: 428px;
  height: 480px;
  background: url(/uploads/image/srimages/singin_left.png) no-repeat;
}
.wrap-login .login-image .textitme {
  margin-top: 167px;
}
.wrap-login .login-image .textitme .backline {
  text-align: center;
}
.wrap-login .login-image .textitme .backline img {
  width: 103px;
  height: 103px;
  display: inline-block;
}
.wrap-login .login-image .textitme .textitme-word {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
  text-shadow: 0px 2px 10px #0d71fa;
}
.form-group {
  float: left;
  width: 364px;
  height: 480px;
  background: url(/uploads/image/srimages/singin_right.png) no-repeat;
  padding: 100px 52px 0 50px;
}
.form-group .form-header {
  text-align: center;
}
.form-group .form-header .list_nav {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #999999;
  line-height: 25px;
  margin-right: 35px;
}
.form-group .form-header .list_nav:hover {
  border-bottom: 2px solid #1276ff;
}
.form-group .form-header .active {
  color: #1276ff;
  border-bottom: 2px solid #1276ff;
}
.form-group .form-header .last {
  margin-right: 0;
}
.form-group .form-body {
  margin-top: 43px;
}
.form-group .form-body .tab_none {
  display: none;
}
.form-group .input-control .inputbox-img {
  width: 38px;
  height: 38px;
  float: left;
  text-align: center;
  border: 1px solid #cccccc;
  border-right: none;
  background-color: #ffffff;
  padding-top: 9px;
}
.form-group .input-control .inputbox-img img {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.form-group .input-control .input {
  width: 222px;
  border: none;
  height: 38px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  padding: 0 10px;
}
.form-group .input-control .codeinput {
  width: 130px;
  float: left;
}
.form-group .input-control .fetch-vcode {
  float: left;
  width: 86px;
  height: 38px;
  border-radius: 3px;
  border: 1px solid #1276ff;
  font-size: 14px;
  font-weight: 400;
  color: #1276ff;
  line-height: 38px;
  margin-left: 6px;
  text-align: center;
  cursor: pointer;
}
.form-group .input-control .form-error {
  height: 28px;
}
.form-group .input-control .error {
  float: left;
  padding-top: 6px;
  padding-left: 16px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #e8001c;
  line-height: 22px;
  height: 28px;
}
.form-group .input-control .forgetpass {
  float: right;
  height: 28px;
  padding-top: 6px;
}
.form-group .input-control .forgetpass a {
  font-size: 16px;
  font-weight: 400;
  color: #1276ff;
  line-height: 22px;
}
.form-group .input-control-second {
  margin-top: 20px;
}
.form-group .input-control-second .form-tips {
  text-align: right;
  margin-top: 11px;
}
.form-group .form-btn {
  margin-top: 46px;
}
.form-group .form-btn .btn-row .btn {
  border: none;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 48px;
  width: 100%;
  height: 48px;
  background: #0d71fa;
  border-radius: 7px;
}
