/*
 背景图片  =============================================================================
*/
.bgImgDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50%;
  background-size: cover;
}

.bgImgDivLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

/*
 *
 * 导航条 ================================================================================
 *
 */

.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: 65px;
  letter-spacing: 10px;
  margin: 20px;
}

.fullPageDiv .container > .subtitle {
  font-size: 40px;
  margin: 20px;
}

/*
 *
 * 登录窗口 =============================================================================================
 *
 */

.loginPanel {
  width: 400px;
  position: fixed;
  left: 50%;
  top: 50%;
  filter: alpha(opacity:0);
  z-index: 300;
  margin-left: -200px;
  margin-top: -225.5px;
  opacity: 0;
  display: none;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
}

/*
  内容  =============
*/

.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: 315px;
  padding: 35px 0px;
  margin: 0 auto;
}

.loginPanel .loginCenterDiv center {
  display: block;
  text-align: -webkit-center;
}

.loginPanel .loginCenterDiv > center > h1 {
  color: #47B2E2;
}

.loginPanel .loginCenterDiv .error {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  margin-top: 25px;
  color: #f47233;
}

.loginPanel .loginCenterDiv .inputBlock {
  position: relative;
  height: 38px;
  margin-bottom: 20px;
  line-height: 38px;
  border-radius: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.loginPanel .loginCenterDiv .inputBlock input {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 266px;
  height: 19px;
  line-height: 18px;
  padding: 10px 4px;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
}

.loginPanel .loginCenterDiv .loginNameDiv i {
  display: inline-block;
  width: 38px;
  height: 38px;
  float: left;
  border-right: 1px solid rgba(191, 191, 191, 0.3);
  background: rgba(191, 191, 191, 0.1) url('../../../img/session/users.svg') no-repeat center center;
  background-size: 58%;
}

.loginPanel .loginCenterDiv .loginPwdDiv i {
  display: inline-block;
  width: 38px;
  height: 38px;
  float: left;
  border-right: 1px solid rgba(191, 191, 191, 0.3);
  background: rgba(191, 191, 191, 0.1) url('../../../img/session/passwords.svg') no-repeat center center;
  background-size: 58%;
}

.loginPanel .loginCenterDiv .domainCodeDiv {
  display: none;
}

.loginPanel .loginCenterDiv .domainCodeDiv > span {
  display: inline-block;
  width: 38px;
  height: 38px;
  float: left;
  border-right: 1px solid rgba(191, 191, 191, 0.3);
  background-size: 58%;
  text-align: center;
  font-size: large;
}

.loginPanel .loginCenterDiv .loginVerifyCodeDiv {
  display: none;
  position: relative;
  overflow: hidden;
  height: 38px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  line-height: 38px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 1);
}

.loginPanel .loginCenterDiv .loginVerifyCodeDiv i {
  display: inline-block;
  width: 38px;
  height: 38px;
  float: left;
  border-right: 1px solid rgba(191, 191, 191, 0.3);
  background: rgba(191, 191, 191, 0.1) url('../../../img/session/verifyCode.svg') no-repeat center center;
  background-size: 58%;
}

.loginPanel .loginCenterDiv .loginVerifyCodeDiv input {
  width: 150px;
  height: 19px;
  line-height: 18px;
  padding: 10px 4px;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
}

.loginPanel .loginCenterDiv .loginVerifyCodeDiv img {
  display: inline-block;
  vertical-align: text-bottom;
}

.loginPanel .loginCenterDiv .loginVerifyCodeDiv a {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.loginPanel .loginCenterDiv .loginBtn {
  width: 315px;
  height: 40px;
  margin-top: 18px;
  border-radius: 4px;
  line-height: 40px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  background-color: #47B2E2;
  cursor: pointer;
}

.loginPanel .loginCenterDiv .loginBtn:hover {
  background-color: #7DD5FC;
}

.loginPanel .loginCenterDiv .loginBtn:disabled {
  background-color: #ccc;
}

.loginPanel .loginCenterDiv .loginBtn.disabled {
  background-color: #ddd;
}

/*
  公司备案信息  =============
*/
.companyInfo {
  position: absolute;
  height: 60px;
  line-height: 20px;
  padding: 5px 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 200;
  box-sizing: border-box;
  font-size: 12px;
  color: white;
}

.companyInfo > div {
  width: 580px;
  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: white;
}

.companyInfo > div p {
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
}

.securityVerificationPanel {
  display: none;
  width: 400px;
  position: fixed;
  left: 50%;
  top: 50%;
  filter: alpha(opacity:0);
  z-index: 300;
  margin-left: -200px;
  margin-top: -225.5px;
  opacity: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
}

.securityVerificationPanel .heading {
  height: 23px;
  font-weight: 400;
  font-size: 16px;
  color: #6b6b6b;
  padding: 8px;
  border-bottom: 1px solid darkgrey;
}

.securityVerificationPanel .heading .closeBtn {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 22px;
  height: 22px;
  outline: none;
  text-decoration: none;
  background: url(../../../img/nk-close.png) no-repeat left center;
  cursor: pointer;
}

.securityVerificationPanel .container {
  padding: 0 50px 18px;
}

.securityVerificationPanel .container h1 {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin-bottom: 20px;
}

.securityVerificationPanel .container .box {
  height: 40px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
  margin-top: 16px;
}

.securityVerificationPanel .container .contactTelBox i {
  display: inline-block;
  width: 39px;
  height: 40px;
  float: left;
  border-right: 1px solid rgba(191, 191, 191, 0.3);
  background: rgba(255, 255, 255, 1) url(../../../img/session/nk-inputcontacttel.png) no-repeat center center;
  background-size: 58%;
}

.securityVerificationPanel .container .contactTelBox input {
  width: 251px;
  height: 20px;
  line-height: 18px;
  padding: 10px 4px;
  border: none;
  outline: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 1);
}

.securityVerificationPanel .container .smsCodeBox i {
  display: inline-block;
  width: 39px;
  height: 40px;
  float: left;
  border-right: 1px solid rgba(191, 191, 191, 0.3);
  background: rgba(255, 255, 255, 1) url(../../../img/session/verifyCode.svg) no-repeat center center;
  background-size: 58%;
}

.securityVerificationPanel .container .smsCodeBox input[type=text] {
  width: 150px;
  height: 20px;
  line-height: 18px;
  padding: 10px 4px;
  border: none;
  outline: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 1);
}

.securityVerificationPanel .container .smsCodeBox input[type=button] {
  display: inline-block;
  width: 98px;
  height: 40px;
  line-height: 18px;
  border: none;
  outline: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  user-select: none;
}

.securityVerificationPanel .container .btnBox {
  width: 300px;
  height: 40px;
  margin-top: 40px;
  border-radius: 4px;
  line-height: 40px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  background-color: #47B2E2;
  cursor: pointer;
}

.securityVerificationPanel .smsSendError {
  display: none;
  position: absolute;
  top: 208px;
  left: 80px;
  color: #f30;
  font-size: 11px;
}

.securityVerificationPanel .smsSendTip {
  display: none;
  position: absolute;
  top: 224px;
  left: 80px;
}

.securityVerificationPanel .smsSendTip::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -23px;
  width: 20px;
  height: 20px;
  background: url(../../../img/session/nk-smssendtip.svg) no-repeat center center;
  background-size: 90%;
  color: #333;
}