/*
 背景图片  =============================================================================
*/
.bgImgDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50%;
  background-size: cover;
  background-color: #ECEFF4;
}

.bgImgDivLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 *
 * 导航条 ================================================================================
 *
 */

.navBar {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 968px;
  margin-left: -484px;
  padding: 20px 0px;
  line-height: 53px;
  z-index: 200;
}

.navBar .memberDiv {
  float: right;
}

.navBar .memberDiv .memberBtn {
  display: none;
  float: left;
  z-index: 200;
  width: 73px;
  height: 26px;
  margin-left: 12px;
  margin-top: 2px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  border: 0.5px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

.navBar .memberDiv .memberBtn.selected {
  background-color: #5a8fb2;
  border: none;
}

.navBar .memberDiv .memberBtn:hover {
  background-color: #5a8fb2;
  border: none;
}

.navBar .softPhoneDiv {
  float: right;
  line-height: 35px;
  margin-left: 10px;
  margin-top: 1px;
}

.navBar .softPhoneDiv .softPhone {
  display: block;
  width: 110px;
  height: 26px;
  line-height: 26px;
  background-color: rgba(219, 230, 252, 1);
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 1px;
  color: black;
}

.navBar .softPhoneDiv .phoneSvg {
  display: inline-block;
  margin: 6px 8px 0;
  border-radius: 5px;
  background-color: #4785FE;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
}

.navBar .softPhoneDiv .phoneSvg svg {
  fill: white;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  margin-left: 2px;
  margin-bottom: 4px;
}

.navBar .softPhoneDiv span {
  display: block;
  margin-top: -32px;
  margin-left: 36px;
}

/*
 *
 * 全屏展示 ================================================================================
 *
 */

.fullPageDiv {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  touch-action: none;
  transform: translate3d(0px, 0px, 0px);
  filter: alpha(opacity:0);
  opacity: 0;
}

.fullPageDiv .container {
  position: absolute;
  top: 28%;
  bottom: 10%;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  color: #ddd;
}

.fullPageDiv .container > .title {
  font-size: 80px;
  letter-spacing: 10px;
  margin: 20px;
}

.fullPageDiv .container > .subtitle {
  font-size: 40px;
  margin: 20px;
}

/*
 *
 * 登录窗口 =============================================================================================
 *
 */

.loginPanel {
  width: 800px;
  height: 540px;
  position: fixed;
  left: calc(50% - 400px);
  top: calc(50% - 300px);
  filter: alpha(opacity:0);
  z-index: 300;
  /*margin-left: -200px;*/
  /*margin-top: -225.5px;*/
  opacity: 0;
  display: none;
  background: white;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*
  内容  =============
*/

.loginPanel .closeBtn {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 22px;
  height: 22px;
  outline: none;
  text-decoration: none;
  background: url("../../../img/nk-close.png") no-repeat left center;
}

.loginPanel .loginCenterDiv {
  width: 100%;
  height: 100%;
  /*padding: 35px 0;*/
  margin: 0 auto;
  position: relative;
}

.loginPanel .loginCenterDiv center {
  display: block;
  text-align: -webkit-center;
}

.loginPanel .loginCenterDiv > center > h1 {
  /*color: #47B2E2;*/
  color: #595E6C;
  font-weight: normal;
}

.loginPanel .loginCenterDiv .error {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  margin-top: 25px;
  color: #f47233;
}

.loginPanel .loginCenterDiv .inputBlock {
  position: relative;
  height: 50px;
  margin-bottom: 20px;
  line-height: 38px;
  border-radius: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.loginPanel .loginCenterDiv .inputBlock:hover {
  border: 1px solid #409eff;
}

.loginPanel .loginCenterDiv .inputBlock input {
  position: absolute;
  right: 0px;
  top: 0px;
  width: calc(100% - 50px);
  height: 31px;
  line-height: 18px;
  padding: 10px 4px;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
}

.loginPanel .loginCenterDiv .loginNameDiv {
  margin-top: 60px;
}

.loginPanel .loginCenterDiv .rightContainer svg {
  width: 26px;
  height: 26px;
  fill: #ccc;
  position: absolute;
  top: 12px;
  left: 10px;
}

/*.loginPanel .loginCenterDiv .loginNameDiv i {*/
/*  display: inline-block;*/
/*  width: 38px;*/
/*  height: 50px;*/
/*  float: left;*/
/*  !*border-right: 1px solid rgba(191, 191, 191, 0.3);*!*/
/*  background: url('../../../img/session/users.svg') no-repeat center center;*/
/*  background-size: 58%;*/
/*}*/

/*.loginPanel .loginCenterDiv .loginPwdDiv i {*/
/*  display: inline-block;*/
/*  width: 38px;*/
/*  height: 50px;*/
/*  float: left;*/
/*  !*border-right: 1px solid rgba(191, 191, 191, 0.3);*!*/
/*  background: url('../../../img/session/passwords.svg') no-repeat center center;*/
/*  background-size: 58%;*/
/*}*/

.loginPanel .loginCenterDiv .loginPwdDiv i.el-icon-view {
  fill: #ccc;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
}

.loginPanel .loginCenterDiv .loginPwdDiv i.el-icon-view.hide::after {
  content: '一';
  position: absolute;
  margin-left: -16px;
  transform: rotate(45deg);
}

.loginPanel .loginCenterDiv .domainCodeDiv {
  display: none;
}

.loginPanel .loginCenterDiv .domainCodeDiv > span {
  display: inline-block;
  width: 38px;
  height: 50px;
  margin-top: 6px;
  float: left;
  background-size: 58%;
  text-align: center;
  font-size: large;
}

.loginPanel .loginCenterDiv .loginVerifyCodeDiv {
  display: none;
  position: relative;
  overflow: hidden;
  height: 50px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  line-height: 38px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 1);
}

.loginPanel .loginCenterDiv .loginVerifyCodeDiv:hover {
  border: 1px solid #409eff;
}

/*.loginPanel .loginCenterDiv .loginVerifyCodeDiv i {*/
/*  display: inline-block;*/
/*  width: 38px;*/
/*  height: 50px;*/
/*  float: left;*/
/*  !*border-right: 1px solid rgba(191, 191, 191, 0.3);*!*/
/*  background: url('../../../img/session/verifyCode.svg') no-repeat center center;*/
/*  background-size: 58%;*/
/*}*/

.loginPanel .loginCenterDiv .loginVerifyCodeDiv input {
  width: calc(100% - 150px);
  height: 31px;
  line-height: 18px;
  padding: 10px 4px;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
  margin-left: 60px;
}

.loginPanel .loginCenterDiv .loginVerifyCodeDiv img {
  display: inline-block;
  vertical-align: text-bottom;
  cursor: pointer;
}

.loginPanel .loginCenterDiv .loginVerifyCodeDiv a {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.loginPanel .loginCenterDiv .loginBtn {
  width: 100%;
  height: 50px;
  margin-top: 40px;
  border-radius: 4px;
  line-height: 40px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  background-color: #409eff;
  cursor: pointer;
}

.loginPanel .loginCenterDiv .loginBtn:hover {
  background-color: #74CBFF;
}

.loginPanel .loginCenterDiv .loginBtn:disabled {
  background-color: #ccc;
}

.loginPanel .loginCenterDiv .loginBtn.disabled {
  background-color: #ddd;
}

.loginPanel .leftContainer {
  position: absolute;
  width: 40%;
  height: 100%;
  text-align: center;
  background-image: url("../../../default/images/login-left-white-bg.svg");
  background-repeat: no-repeat;
  padding-top: 70px;
  box-sizing: border-box;
}

.loginPanel .leftContainer .usIcon {
  margin-bottom: 15px;
}

.loginPanel .leftContainer .system-name {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  letter-spacing: 2px;
}

.loginPanel .leftContainer .system-introduce {
  font-size: 14px;
  color: #333333;
}

.loginPanel .leftContainer .usIcon svg {
  width: 116px;
  height: 81px;
  fill: #fff;
}


.loginPanel .leftContainer label {
  display: block;
  color: #fff;
  font-size: 14px;
}

.loginPanel .leftContainer label:first-child {
  display: block;
  color: #fff;
  font-size: 20px;
}

.loginPanel .rightContainer {
  position: absolute;
  right: 0;
  width: 60%;
  height: 100%;
  padding: 100px 35px 35px 35px;
  box-sizing: border-box;
}

.loginPanel .rightContainer label {
  font-size: 14px;
  color: #999;
}

.loginPanel .rightContainer .label18 {
  font-size: 18px;
  font-weight: bold;
  color: #666;
}

/*
  公司备案信息  =============
*/
.companyInfo {
  /* position: absolute; */
  /* height: 28px; */
  /* line-height: 28px; */
  /* padding: 5px 0; */
  /* bottom: 10px; */
  width: 100%;
  text-align: center;
  z-index: 200;
  box-sizing: border-box;
  font-size: 12px;
  color: #ccc;
  position: absolute;
  bottom: 0;
}

.companyInfo > div {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  box-sizing: border-box;
}

.companyInfo > div .image {
  width: 20px;
  height: 20px;
  float: left;
  box-sizing: border-box;
  /*background: url("../../../img/session/nk-beian.png") no-repeat;*/
}

.companyInfo > div a {
  display: inline-block;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  color: #ccc;
}

.companyInfo > div p {
  /*float: left;*/
  /*height: 20px;*/
  /*line-height: 20px;*/
  /*margin: 0px 0px 0px 5px;*/
}