.login-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.login-wrap .login-right {
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法： Chrome 21+ */
  display: flex;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  overflow: hidden;
  left: 0px;
  padding: 0 20px;
}
.login-wrap .login-right .login-info {
  padding-left: 20%;
  padding-right: 20%;
  width: 100%;
}
.login-wrap .login-right .login-info img {
  width: 100%;
  height: 100%;
}
.login-wrap .login-content {
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法： Chrome 21+ */
  display: flex;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  overflow: hidden;
  right: 0px;
}
.login-wrap .login-content .login-info {
  border-left: 1px solid #9bcb48;
  padding-left: 20%;
  padding-right: 20%;
  width: 100%;
}
.login-wrap .login-content .login-info .login-logo {
  text-align: center;
}
.login-wrap .login-content .login-info .login-logo img {
  max-width: 100%;
  height: auto;
}
.login-wrap .login-content .login-info .login-handle {
  width: 100%;
  overflow: hidden;
  margin-top: 10%;
}
.login-wrap .login-content .login-info .login-handle .login-input-item,
.login-wrap .login-content .login-info .login-handle .login-submit {
  color: white;
  border-radius: 30px;
  max-height: 60px;
  width: 100%;
}
.login-wrap .login-content .login-info .login-handle .login-input-item {
  background-color: #fff;
  margin-bottom: 7%;
  padding: 4% 20px;
  border: 2px solid #9bcb48;
  color: black;
}
.login-wrap .login-content .login-info .login-handle .login-input-item:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  color: black !important;
}
.login-wrap .login-content .login-info .login-handle .login-submit {
  margin-top: 8%;
  padding: 3% 0;
  font-size: 16px;
  background-image: linear-gradient(-1deg, #9bcb48 0%, #9bcb48 44%, #9bcb48 100%);
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
}
.login-wrap .login-content .login-info .login-handle .login-remember {
  position: relative;
  font-weight: bold;
}
.login-wrap .login-content .login-info .login-handle .login-remember .login-remember-check {
  position: absolute;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background-color: #9bcb48;
  border-radius: 20px;
  text-align: center;
}
.login-wrap .login-content .login-info .login-handle .login-remember .login-remember-check span {
  line-height: 20px;
}
.login-wrap .login-content .login-info .login-handle .login-remember .login-remember-check img {
  width: 15px;
  height: 15px;
}
.login-wrap .login-content .login-info .login-handle .login-remember .login-remember-text {
  color: #9bcb48;
  width: 100%;
  padding-left: 30px;
}
.login-wrap .login-content .login-info .login-handle .login-remember .login-remember-text span {
  line-height: 20px;
}
.login-wrap .site-footer {
  position: fixed;
  width: 50%;
  bottom: 0;
  left: 0;
}
.login-wrap .site-footer span {
  line-height: 30px;
}
.login-wrap .site-footer .cmp {
  color: #3E82F7;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
body {
  font-family: '冬青黑体', "微软雅黑", "黑体";
  font-size: 12px;
}
body input,
body button,
body textarea,
body select {
  outline: none !important;
  border: none;
}
body input[type=checkbox],
body input[type=radio] {
  margin: 0;
}
body pre {
  background: none;
  border: none;
}
body,
html {
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
}
/**
 * Created by louisha on 16/10/2.
 */
.o-dialog-view {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.o-dialog-view .o_mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}
.o-dialog-view .o-dialog-body {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 25px;
  width: 360px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -180px;
}
.o-dialog-view .o-dialog-body .o-dialog-title {
  font-size: 16px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.o-dialog-view .o-dialog-body .o-dialog-content {
  width: 100%;
  height: 70px;
  overflow: hidden;
}
.o-dialog-view .o-dialog-body .o-dialog-footer {
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 0 25px;
}
.o-dialog-view .o-dialog-body .o-dialog-footer .light-gray,
.o-dialog-view .o-dialog-body .o-dialog-footer .blue {
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 10px;
}
.o-dialog-view .o-dialog-body .closed {
  position: absolute;
  cursor: pointer;
  top: 25px;
  right: 25px;
}
.row {
  margin: 0;
}
.row [class^="col"] {
  padding: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
  font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.warn {
  color: #ff6666 !important;
}
.onesfa-dialog-loading {
  position: fixed;
  z-index: 9999;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
}
.onesfa-dialog-loading .dialog-mask {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.65;
  filter: alpha(opacity=0.65);
}
.onesfa-dialog-loading .loading-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.onesfa-dialog-loading .loading-icon img {
  width: 100%;
  height: auto;
}
.o-button {
  line-height: 28px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  border: none;
  background: none;
  padding: 0 10px;
}
.o-button.blue {
  background-color: #3E82F7;
}
.o-button.dark-gray {
  background-color: #666;
}
.o-button.light-gray {
  color: #333;
  border: 1px solid #D7D7D7;
  background-color: #fbfbfb;
}
.o-button.light-gray.warn {
  color: #ff6666;
}
.o-button.disable {
  color: #999;
  border: 1px solid #D7D7D7;
  background-color: #fbfbfb;
}
