@charset "UTF-8";

/*按钮*/
/*btn-style--normal*/
/*pub-input*/
/*btn-style--small*/
/*blue-btn*/
/*white-btn*/
/*white-unbtn*/
/*---------------------------------end----------------------*/
/*字体*/
/*init font*/
/*init color*/
/*---------------------------------end----------------------*/
/*配色*/
/*base-color*/
/*---------------------------------end----------------------*/
/*基础边框颜色*/
/*border-color*/
/*---------------------------------end----------------------*/
/*content-var*/
/*---------------------------------end----------------------*/
/*input输入框宽度*/
/*按钮*/
/*btn-style--normal*/
/*pub-input*/
/*btn-style--small*/
/*blue-btn*/
/*white-btn*/
/*white-unbtn*/
/*---------------------------------end----------------------*/
/*字体*/
/*init font*/
/*init color*/
/*---------------------------------end----------------------*/
/*配色*/
/*base-color*/
/*---------------------------------end----------------------*/
/*基础边框颜色*/
/*border-color*/
/*---------------------------------end----------------------*/
/*content-var*/
/*---------------------------------end----------------------*/
/*input输入框宽度*/
html {
  min-height: 100%;
}

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: #F8F8F8;
}

/*本文件内均引用以下图片：*/
.st-input-bgimg {
  background-image: url(/mmp/img/comp/input/icons-bg.png);
  background-repeat: no-repeat;
}

/** 数字调节器 
 *@example 
 <span class="st-input-field" >
 	<input node="st_input_field_input" action="st_input_field_input">
 	<div>
 		<em class="st-input-bgimg st-input-field-up " action="st_input_field_up"></em>
 		<em class="st-input-bgimg st-input-field-down " action="st_input_field_down"></em>
 	</div>
 </span>

 */
.st-input-field {
  width: 80px;
  height: 35px;
  background: white;
  display: inline-block;
  vertical-align: middle;
}

.st-input-field input {
  border: 1px solid #d8dde6;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 8px;
  line-height: 35px;
  height: 35px;
  width: 52px;
  float: left;
}

.st-input-field input:focus {
  border-color: #fa8c16;
}

.st-input-field div {
  display: inline-block;
  width: 18px;
  height: 35px;
  float: left;
}

.st-input-field div em {
  width: 16px;
  height: 17px;
  border: 1px solid #d8dde6;
  cursor: pointer;
  display: inline-block;
  float: left;
  border-left: none;
}

.st-input-field div em:hover {
  color: #fa8c16;
}

.st-input-field input:disabled {
  color: #BBB;
}

.st-input-field input:disabled+div .st-input-field-up,
.st-input-field input:disabled+div .st-input-field-down {
  background: #ebebe4;
}

.st-input-field .st-input-field-up {
  border-bottom: none;
  border-top-right-radius: 4px;
  background-position: 4px -238px;
}

.st-input-field .st-input-field-up:hover {
  background-position: 4px -204px;
}

.st-input-field .st-input-field-down {
  border-bottom-right-radius: 4px;
  background-position: 4px -220px;
}

.st-input-field .st-input-field-down:hover {
  background-position: 4px -254px;
}


.st-input-big,
.st-input-small {
  color: #888888;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.st-search-input,
.st-time-input {
  height: 18px;
  width: 18px;
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
  right: 10px;
  cursor: pointer;
}

.st-time-input {
  cursor: auto;
}

.st-input-big:focus,
.st-input-small:focus {
  border: 1px solid #FF6F06;
}

.st-input-small {
  height: 28px;
  line-height: 28px;
}

.st-input-war {
  border: 1px solid #ea5504;
}

.st-width220 {
  width: 220px;
  box-sizing: border-box;
}

.st-width100 {
  width: 100px;
  box-sizing: border-box;
}

.st-input-big.disabled,
.st-input-small.disabled {
  cursor: default;
  background: #ebebe4;
}

/*input 搜索框
.st-input-search-large
<span id="searchBox" class="st-input-search-large searchBtn">
        <input node="st_search_input" class="st-input-big searchInput" type="text" placeholder="输入内容">
        <span node="st_search_btn" class="st-input-bgimg st-input-search-large-btn"></span>
      </span>
*/
.st-input-search-large,
.st-input-search-small {
  color: #666666;
  position: relative;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  display: inline-block;
}

.st-input-search-large input,
.st-input-search-small input {
  padding-right: 25px !important;
}

.st-input-search-large input:focus,
.st-input-search-small input:focus {
  border: 1px solid #88abda;
}

.st-input-search-large-btn,
.st-input-search-small-btn {
  cursor: pointer;
  display: inline-block;
  background-position: 0 -117px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
}

.st-input-search-large-btn {
  top: 5px;
}

/*input:按钮btn样式的开关 16年3月31号添加 大小号通用 部分页面替代下边的switch
<label class="st-input-switchBtn">
		<input type="checkbox" />		
		<span></span>
	</label>
*/
.st-input-switchBtn {
  border: none;
  width: 95px;
  height: 34px;
  display: inline-block;
  cursor: pointer;
}

.st-input-switchBtn input {
  display: none;
}

.st-input-switchBtn span:after {
  content: '启用';
  background: #2da6ef;
  width: 95px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: white;
  border-radius: 4px;
  display: inline-block;
}

.st-input-switchBtn input:checked+span:after {
  content: '停用';
  background: #34495e;
}

/*input:开关switch 大小号通用
<label class="st-input-switch-large">
		<input type="checkbox" />
		<span></span>
	</label>
*/
.st-input-switch-large,
.st-input-switch-small {
  position: relative;
  background: #d8dde6;
  border-radius: 4px;
  padding: 4px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.st-input-switch-large input,
.st-input-switch-small input {
  display: none;
}

.st-input-switch-large span,
.st-input-switch-small span {
  position: absolute;
  top: 4px;
  border-radius: 3px;
  display: inline-block;
  background: url(/mmp/img/comp/input/icons-bg.png) no-repeat;
  background-color: #aaa;
  transition: left 0.15s, background-color 0.15s;
}

.st-input-switch-large span:hover,
.st-input-switch-small span:hover {
  background-color: #b6c0d1;
}

.st-input-switch-large input:checked+span,
.st-input-switch-small input:checked+span {
  left: 4px;
  background-color: #fa8c16;
}

.st-input-switch-large input:checked+span:hover,
.st-input-switch-small input:checked+span:hover {
  background-color: #fa8c16;
}

/*input:开关switch 大号*/
.st-input-switch-large {
  width: 52px;
  height: 26px;
}

.st-input-switch-large span {
  left: 30px;
  width: 26px;
  height: 26px;
  background-position: 5px -86px;
}

.st-input-switch-large input:checked+span {
  background-position: 4px -60px;
}

/*input:开关switch 小号*/
.st-input-switch-small {
  width: 35px;
  height: 18px;
}

.st-input-switch-small span {
  left: 22px;
  width: 18px;
  height: 18px;
  background-size: 30px;
  background-position: 3px -65px;
}

.st-input-switch-small input:checked+span {
  background-position: 2px -46px;
}

/*input:checkbox 大小号通用
例：
<label class="st-input-checkbox-small">
		<input type="checkbox" />
		<span></span>
	</label>
*/
.st-input-checkbox-small input:checked+span,
.st-input-checkbox-large input:checked+span {
  border: 1px solid #56b4ea;
  background: url(/mmp/img/comp/input/icons-bg.png) no-repeat;
}

.st-input-checkbox-small span,
.st-input-checkbox-large span {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  background: white;
  border: 1px solid #d8dde6;
}

.st-input-checkbox-small,
.st-input-checkbox-large {
  cursor: pointer;
  vertical-align: middle;
}

.st-input-checkbox-small.disabled,
.st-input-checkbox-large.disabled {
  cursor: default;
}

.st-input-checkbox-small input,
.st-input-checkbox-large input {
  display: none;
}

.st-input-checkbox-small span:hover,
.st-input-checkbox-large span:hover {
  border: 1px solid #56b4ea;
}

.st-input-checkbox-small input:disabled+span,
.st-input-checkbox-large input:disabled+span {
  border: 1px solid #d8dde6;
  background: #f2f2f2;
  cursor: initial;
}

.st-input-checkbox-small input:checked:disabled+span,
.st-input-checkbox-large input:checked:disabled+span {
  border: 1px solid #d8dde6;
  background: url(/mmp/img/comp/input/icons-bg.png) no-repeat;
  background-position: -4px -281px;
  cursor: initial;
}

/*input:checkbox 大号*/
.st-input-checkbox-large,
.st-input-checkbox-large span {
  width: 34px;
  height: 34px;
}

.st-input-checkbox-large input:checked+span {
  background-position: 3px -22px;
}

/*input:checkbox 小号*/
.st-input-checkbox-small span {
  width: 14px;
  height: 14px;
}

.st-input-checkbox-small input:checked+span {
  background-position: 1px 2px;
}

/*st-top-hint*/
.st-top-hint {
  z-index: 99999;
  min-width: 360px;
  height: 22px;
  line-height: 22px;
  padding: 13px 20px;
  display: inline-block;
  text-align: center;
  position: fixed;
  top: 2px;
  left: 50%;
  border-radius: 4px;
  margin-left: -180px;
}

.st-top-hint-error {
  background: #ffe9eb;
  border: 1px solid #e4b9c0;
  color: #c36666;
}

.st-top-hint-succ {
  background: #e4f6e7;
  border: 1px solid #b3e4bb;
  color: #638569;
}

.st-top-hint-info {
  background: #e1f2fa;
  border: 1px solid #88abda;
  color: #6680b4;
}

.st-top-hint-warning {
  background: #fff9eb;
  border: 1px solid #f4e2ba;
  color: #b98a52;
}

.login-banner {
  background: url(../../../img/modules/login/banner.jpg) center 80px no-repeat;
  width: 100%;
  min-height: 521px;
  -webkit-box-shadow: 0 3px 5px #ccc;
  -moz-box-shadow: 0 3px 5px #ccc;
  box-shadow: 0 3px 5px #ccc;
  color: #fff;
  text-align: center;
}

/*9.1*/
.new_background {
  background: #23242b;
  position: fixed;
  height: 100%;
  width: 60%;
}

.logo-txt {
  font-size: 15px;
  display: inline-block;
  margin-top: 165px;
}

.logo-txt b {
  float: left;
  line-height: 174px;
  height: 174px;
  font-weight: normal;
  letter-spacing: 12px;
  margin: 0 20px;
  text-shadow: 0 2px 2px #000;
}

.logo {
  background: url(../../../img/modules/login/logo_bl.png) no-repeat;
  width: 123px;
  height: 36px;
  margin-right: 20px;
  display: inline-block;
}

.logo_guangu {
  background: url(../../../img/modules/login/logo_guangu.png) no-repeat;
}

.logo_hongguan {
  background: url(../../../img/modules/login/logo_hongguan.png) no-repeat;
}

.syste-name {
  font-size: 30px;
  /*border: 1px solid #bfc5ce;*/
  padding: 0 35px;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  text-align: center;
  /*-webkit-box-shadow: 1px 1px 2px #16202b inset, 1px 1px 2px #16202b;
  -moz-box-shadow: 1px 1px 2px #16202b inset, 1px 1px 2px #16202b;
  box-shadow: 1px 1px 2px #16202b inset, 1px 1px 2px #16202b;*/
  text-shadow: 0 2px 2px #000;
  position: relative;
}

.system-name_new {
  padding: 0 70px 0 30px;
  /*9/1*/
}

.login-box {
  width: 100%;
  text-align: center;
}

.tel {
  font-size: 12px;
  line-height: 24px;
  color: #888;
  margin-left: 7px;
  position: relative;
  top: -10px;
}

.login-content {
  width: 342px;
  margin: 0 auto;
  padding: 50px 0 0;
}

.width340 {
  width: 320px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.width155 {
  width: 135px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.change-code {
  color: #888;
  cursor: pointer;
  padding-left: 5px;
}

.change-code:hover {
  color: #FA8C16;
  text-decoration: underline;
}

/*.login-btn{width:335px;height:46px;line-height:46px;border:none;text-align:center;font-size:18px;background:#fa8c16;cursor: pointer;color:#fff;border-radius:15px;}*/
.login-ul li {
  margin-bottom: 14px;
}

.email-input,
.password-input {
  /*background: url(../../../img/modules/login/icos.png) transparent center 10px no-repeat;*/
  cursor: inherit;
  height: 34px;
  top: 4px;
  width: 36px;
}

.password-input {
  /*background: url(../../../img/modules/login/icos.png) transparent center -35px no-repeat;*/
}


center {
  display: none;
}

.login-wrap {
  width: 100%;
  height: 100%;
  background: #41464d;
}

.login-footer {
  text-align: center;
  position: fixed;
  bottom: 10px;
  width: 40%;
  /* display: none; */
  font-weight: normal;
  right: 0;
  color: #888;
  margin-left: -25%;
  font-size: 12px;
}

.login-btn {
  display: inline-block;
  width: 335px;
  height: 42px;
  background: #EC6A00;
  font-size: 13px;
  line-height: 42px;
  text-align: center;
  border-radius: 2px;
  color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -mz-user-select: none;
  user-select: none;
}

.login-btn:active {
  -webkit-box-shadow: 1px 1px 4px #333 inset;
  -moz-box-shadow: 1px 1px 4px #333 inset;
  box-shadow: 1px 1px 4px #333 inset;
}

.login-btn:before {
  content: ' ';
  display: block;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}

.login-btn:hover:before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.login-btn.disabled {
  background: #f4f4f5;
  color: #bcbec2;
}

.login-btn.disabled:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.login-btn .icon-loading {
  position: absolute;
  margin-left: 10px;
  opacity: 0.6;
  animation: rotating 2s linear infinite;
}

.pass-content {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 680px;
  overflow: hidden;
}

#login-main {
  /*height: 400px;*/
  width: 40%;
  overflow: hidden;
  position: fixed;
  top: 50%;
  right: 0;
  /*background: #fff;*/
  margin-top: -200px;
}

span.login_logo {
  padding-bottom: 20px;
  display: block;
}

.login_logo b {
  position: relative;
  top: -9px;
  border-left: 2px solid #D8D8D8;
  padding-left: 10px;
  color: #15161A;
}

.move-box {
  width: 200%;
  position: relative;
}

.pass-content ul.fix li {
  float: left;
  margin-right: 74px;
  display: inline;
  width: 178px;
  text-align: center;
}

.pass-content ul.fix {
  width: 758px;
}

.pass-txt {
  font-size: 24px;
  color: #616378;
  line-height: 30px;
  padding-top: 24px;
}

.pass-tel,
.pass-qq,
.pass-email {
  background: url(../../../img/modules/login/forgetPass.png) no-repeat;
  width: 70px;
  height: 70px;
  display: inline-block;
}

.pass-qq {
  background-position: 0 -100px;
}

.pass-email {
  background-position: 0 -210px;
}

.help-txt {
  font-size: 18px;
  color: #616378;
  text-align: center;
  padding: 25px 0;
}

.login-content-box,
.pass-content-box {
  width: 50%;
  float: left;
}

.pass-content-box {
  left: 50%;
}

@media screen and (max-width: 1440px) {
  .logo-txt {
    margin-top: 210px;
  }

  .login-content {
    padding: 30px 0 10px;
  }

  .pass-content {
    padding: 30px 0 0;
  }

  .login-btn {
    height: 42px;
    line-height: 42px;
  }
}

#modules_login_login {
  height: 42px;
}

/*2016.8.31 登录拆分*/
.st-dialog-coverLayer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: none;

}

.domain-hint {
  display: none;
  width: 550px;
  height: 394px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -275px;
  margin-top: -197px;
  z-index: 100;
}

.domain-hint .title {
  width: 100%;
  height: 130px;
  /*background-color: #88afff;*/
  border-radius: 8px 8px 0 0;
  background: #88afff url(/mmp/img/modules/login/domain.png) no-repeat -64px -58px;
  font-size: 36px;
  color: #fff;
  line-height: 130px;
  text-align: center;

}

.domain-hint .content {
  width: 450px;
  padding: 22px 48px 20px 36px;
  position: relative;
  line-height: 30px;

}

.domain-hint .content-detail li {
  font-size: 14px;
}

.domain-hint .experience {
  width: 146px;
  height: 36px;
  background-color: #2da6ef;
  border-bottom: 2px solid #1f80bb;
  border-radius: 4px;
  position: absolute;
  left: 202px;
  top: 206px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}

.content-tip {
  width: 446px;
}


.syste-name .beta {
  width: 31px;
  height: 16px;
  background-color: #EB6400;
  color: #fff;
  font-size: 10px;
  position: relative;
  line-height: 16px;
  top: -13px;

}

.login-pic {
  top: 45%;
  left: 50%;
  height: auto;
  width: 64%;
  margin-top: -25%;
  position: absolute;
  margin-left: -32%;
}

.login-pic img {
  width: 100%;
}

.certificate_img {
  width: 27px;
  margin-left: 10px;
  vertical-align: super;
}

.login-wrap.lenovo .new_background{
  background: url('../../../img/modules/login/bg-lenovo.png') left top repeat,#075DBF ;
  background-size:  72px;
}
.login-wrap.lenovo .logo{
  background: url('../../../img/modules/login/logo-lenovo.png') center no-repeat;
  background-size: contain;
}
.login-wrap.lenovo .login_logo b{
  border-left: none;
}
.login-wrap.lenovo .login-btn{
  background: #E1251B;
}
.lenovo .login-box.st-mt5{
  margin-top: -35%;

}
.lenovo .login-pic .st-mt5 .syste-name{
  padding: 0;
  font-size: 30px
}
.lenovo .login-pic .st-mt5 .tel_new{
  padding: 0;
  font-size: 14px
}
.lenovo .certificate_img{
  display: none;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
  }
}