*{
  box-sizing: border-box;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}
@font-face{
  font-family: 'blankfont';
  src: url('./fontblank.eot');
  src:
      url('./fontblank.TTF') format('truetype'),
      url('./fontblank.svg') format('svg');
}
.login-warp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;}
.login-info-msg-list li,.login-info-msg-list li:after{
  /*overflow:hidden;*/
  -o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}
:-webkit-autofill{-webkit-transition:background-color 5000s ease-in-out 0s;-o-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}
*{padding:0;margin:0 auto}
.login-warp{position:fixed;display:flex;width:100%;height:100%;background:url(../login/login-bg.png?v=0002) center/cover no-repeat #394C69;z-index:2000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif}
.login-cont{position: absolute;
  left: 0;right:0;top:0;bottom:0;margin:auto;width:1000px;height:562px;background:#fff;}
.login-left,.login-right{height:100%;position:relative;top:3px;float: left;}
.login-left{width:725px;height:100%}
.login-left-bg{    position: absolute;
  top: -32px;
  left: -25px;}
.login-left-bg-red {
  top: -32px;
}
.login-info{position:absolute;width:100%;height:100%;z-index:1}
.login-info-header{position:relative;
  /*display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;*/
  height:115px;margin-left:25px;padding-right:25px}
.login-info-header:after,.login-info-header:before{content:"";position:absolute;background:#fff}
/*.login-info-header:before{bottom:-2px;height:4px;width:144px;z-index:2002;background: #FF528D;left: 0;}*/
.login-info-header:after{bottom:-1px;left: 0;height:1px;width:83%;z-index:2001;
  background: linear-gradient(to right, #5892c8 0%,#66a9d2 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5892c8', endColorstr='#66a9d2',GradientType=1 );}
.login-info-header-2:after {
  background: rgba(255,255,255,0.2); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255,255,255,0.2) 0%, #e2a6a3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.2) 0%,#e2a6a3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,0.2) 0%,#e2a6a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc4945', endColorstr='#e2a6a3',GradientType=1 ); /* IE6-9 */
}
.login-info-msg-title:after,.login-info-msg:after{content:''}
.login-main-title{color:rgba(255,255,255,.8);padding-top:20px;}
.login-main-title img{width: 96px;}
.login-main-title-text{
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  font-family: 'blankfont';
}
.login-btn-help{
  position: absolute;
  height: 26px;
  width: 92px;
  line-height: 26px;
  font-size: 12px;
  border-radius: 13px;
  text-align: center;
  color: #97daff;
  border: 1px solid currentColor;
  right: 20px;
  bottom: -13px;
}

.login-btn-help a {
  color: inherit;
  text-decoration: none;
}

.login-info-center{
  /*display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;*/
  height:266px
}
.desclist_warp{
  padding: 10px 0px 30px 50px;
}
.desclist,.desclist p,.desclist img{
  display: inline-block;
  vertical-align: middle;
}
.desclist{
  margin-right: 16px;
}
.desclist p{
  margin: 0;
  color: #fff;
  font-size: 12px;
  opacity: 0.7;
  width: 108px;
  line-height: 15px;
}
.desclist img{
  margin-right: 6px;
}
.login-info-list{padding:60px 0 0 60px;font-size:18px;color:#fff;float: left;}
.login-info-list-item{height:35px;margin-bottom:18px}
.login-info-list-item>img{width:34px;margin-right:.8em}
.login-info-msg{position:relative;width:312px;padding:0 0 0 60px;color:#c0ecff;float: left;margin-left: 50px;margin-top: 50px;background: url("../login/gutter-line.png") no-repeat;}
.login-info-msg-title{position:relative;height:40px;font-size:20px;color:rgba(255,255,255,.8);font-weight: 300;}
.login-info-msg-title:after{position:absolute;bottom:0;left:0;width:1.1em;height:3px;background:#fff;}
.login-info-msg-text{margin-top:5px;margin-bottom:5px;font-size:18px;font-weight:600;color:#fff;}
.login-btn,.login-user-type p span{font-weight:700}
.login-info-msg-time{font-size:12px;color: rgba(255,255,255,.8)}
.login-info-msg-list{margin-top:10px;list-style:none;font-size:12px;padding:0}
.login-info-msg-list li{position:relative;margin-bottom:10px;padding-right:55px}
.login-info-msg-list li a{color:inherit;font-size:14px;text-decoration:none}
.login-info-msg-list li a:hover,.login-input-rememberps span{text-decoration:underline;}
.login-info-msg-list li:after{content:attr(time);position:absolute;right:0;width:50px;height:100%;text-align:right;}
.login-info-footer{display: inline-block;height:68px;line-height:68px;padding-left:20px;color:#97DAFF;padding-top: 14px;font-size: 12px;}
.login-info-footer .website{position:relative;color:inherit;}
.copyright{position: absolute; right: 45px;bottom: 50px;color: #fff; font-size: 12px;opacity:0.5;}
.login-right{width:275px;padding: 0 25px;}
.login-panel-title{text-align:center;padding-top:30px;font-size:24px;color:#333}
.login-panel-icon{text-align:center;margin-top:15px}
.login-panel-icon>div{width:98%;border:1px dashed #9ca3ad;position:relative;top:0;z-index:9}
.login-panel-icon>img{z-index:999;background:#fff;display:block;position:relative;top:-3px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:12px;padding-right:12px}
.login-input-box{
  font-size: 14px;position:relative;width:100%;height:45px;background:#F4F8FA;margin:17px auto 0;-webkit-border-radius:2px;border-radius:2px}
.kg{display:block;margin-top:50px}
.login-input-box.un{background:url(../login/user-icon.png) 15px center no-repeat #f2f6f8;padding-left:45px;padding-right:15px;-webkit-box-sizing:border-box;box-sizing:border-box}
.login-input-box.up{background:url(../login/lock-icon.png) 15px center no-repeat #f2f6f8;padding-left:45px;padding-right:15px;-webkit-box-sizing:border-box;box-sizing:border-box}
.login-input{position: absolute; width:100%;height:100%;border:none;outline:0;background:0 0}
.login-input::-webkit-input-placeholder{color:#d2d9db}
.login-input::-moz-placeholder{color:#d2d9db}
.login-input:-ms-input-placeholder{color:#d2d9db}
.login-input::-ms-input-placeholder{color:#d2d9db}
.login-input::placeholder{color:#d2d9db}
.login-input-rememberps{height:60px;line-height:60px;color:#b7bec7;font-size:12px}
.rememberps-fl{width:165px; float: left;}
.login-input-rememberps input[type=checkbox]{width:14px;height:14px;position:relative;border:0;outline:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;top:2px;margin-right:5px;background:#f2f6f8;border-radius: 4px; box-shadow: 0 0 6px #ccc inset;}
.login-input-rememberps input[type=checkbox]:checked:before{background:#f2f6f8}
.login-input-rememberps input[type=checkbox]:before{content:"";position:absolute;width:12px;height:12px;border:1px solid #f2f6f8;-webkit-border-radius:3px;border-radius:3px}
.login-input-rememberps input[type=checkbox]:checked:after{content:"";position:absolute;top:2px;left:5px;border-right:2px solid transparent;border-bottom:2px solid transparent;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:3px;height:7px;border-color:#43add5}
.login-btn{width:100%;height:45px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:-webkit-gradient(linear,left top,right top,from(#43add5),to(#7f96d9));background:-webkit-linear-gradient(left,#43add5,#7f96d9);background:-o-linear-gradient(left,#43add5,#7f96d9);background:linear-gradient(to right,#43add5,#7f96d9);margin:0 auto;border:none;outline:0;display:block;color:#fff;-webkit-filter:drop-shadow(0 5px 5px #FFC7DD);filter:drop-shadow(0 5px 5px #FFC7DD);font-size:18px;border-radius: 6px;}
.login-btn[disabled]{cursor:not-allowed}
.login-user-type{border-top:1px dashed #eee;height:110px;line-height:.8;text-align:center;margin:35px 30px 0;padding-top:35px}
.login-user-type p{color:#4A81C3}
.login-user-type a{color:inherit;font-size:12px}
.login-user-type a:hover{text-decoration:underline!important}
#yanzheng{color:#666;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;text-indent:-1em;line-height:45px;-webkit-animation-fill-mode:forwards!important;animation-fill-mode:forwards!important}
.yanzheng{-webkit-animation-name:yanzheng;animation-name:yanzheng;-webkit-animation-duration:2s;animation-duration:2s}
#yanzheng>img{position:relative;top:8px}
@-webkit-keyframes yanzheng{from{background:5rem 0 #f4f8fb;background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:1rem 1rem;background-size:1rem 1rem}
to{background:#48B461;color:#fff;background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:1rem 1rem;background-size:1rem 1rem;font-weight:700}
}
.login-btn[disabled]{
  opacity: .6;
}
.login-info-cona{
  font-size: 12px;
  color: #9EA5AF;
  margin-bottom: 2px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.log0 {
  width: 115px;
  height: 38px;
}

/*.log0 {*/
/*  width: 163px;*/
/*  height: 32px;*/
/*}*/

.gutter-2 {
  margin: 0 16px;
}

fl {
  float: left;
}

fr{float: right}

.version-box {
  position: absolute;
  height: 26px;
  bottom: -13px;
  left: 0;
  padding: 0 25px 0 10px;
  color: #fff;
  background: url('../login/version-bg2.png') no-repeat center/100% 100%;
  z-index: 2002;
}

.version-box-1 {
  color: #D6403D;
  background: url('../login/version-bg1.png') no-repeat center/100% 100%;
}
.login-help{
  display: block;
  position: absolute;
  width: 92px;
  height: 26px;
  line-height: 25px;
  bottom: -13px;
  right: 25px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 14px;
  opacity: 0.5;
}
.login-help img{
  width: 5px;
  margin-left: 7px;
}
.zhzw-pos {
  position: absolute;
  right: 20px;
  top: 30px;
}
.right-mask-btn {
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #eee;
  background: rgba(255,255,255,.6);
  border-radius: 50%;
  bottom: -30px;
  cursor: pointer;
}
.copyright-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 2001;
  transition: .3s;
}
.copyright-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 723px;
  height: 638px;
  margin: auto;
  background: #fff;
}

.close-icon {
  position: absolute;
  width: 26px;
  height: 26px;
  top: -13px;
  right: -13px;
  cursor: pointer;
}

.copyright-header {
  text-align: center;
  height: 96px;
  border-bottom: 1px dashed #eee;
  padding-top: 26px;
  margin-bottom: 10px;
}
.copyright-header-title {
  font-size: 23px;
  color: #45ACD3;
}
.copyright-header-subtitle {
  font-size: 10px;
  color: #B9C0C9;
}
.copyright-textbox {
  width: 600px;
  height: 470px;
  overflow: hidden;
  padding-right: 25px;
}

.copyright-wrap-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 875px;
  z-index: 2001;
  background: #fff;
  display: none;
}


.copyright-content-2 {
  height: 90px;
  line-height: 90px;
  width: 826px;
  border-bottom: 2px solid #eee;
}

.close-icon-2 {
  position: absolute;
  right: 25px;
  top: 30px;
  cursor: pointer;
}

.close-icon-3 {
  position: absolute;
  right: -12px;
  bottom: -42px;
  cursor: pointer;
}

.copyright-header-2 {
  margin-bottom: 15px;
}

.copyright-header-title-2 {
  display: inline-block;
  color: #F44336;
  font-size: 23px;
}

.copyright-header-subtitle-2 {
  display: inline-block;
  font-size: 18px;
  color: #B9C0C9;
}

.copyright-textbox-2 {
  line-height: 1.5;
  height: 430px;
  width: 800px;
  padding-right: 25px;
}

.mask-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 2000;
  display: none;
}

.show {
  visibility: visible;
  opacity: 1;
}

.hide {
  visibility: hidden;
  opacity: 0;
}

/*# sourceMappingURL=login-gsh.css.map */
