/* css reset  */
/*input:-webkit-autofill {*/
/*-webkit-transition-delay: 99999s;*/
/*-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;*/
/*}*/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #333 !important;
  background-color: transparent;
  transition: background-color 50000s ease-in-out 0s;
}
input {
  background-color: transparent;
}
/* iframe {
    width: 150px!important;
    height: 150px!important;
} */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
html {
  height: 100vh;
}
html body {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: 微软雅黑;
  margin-left: -2px;
  /* min-width: 1366px; */
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
input::-webkit-input-placeholder {
  color: #c6c6c6;
  font-size: 14px;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c6c6c6;
  font-size: 14px;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c6c6c6;
  font-size: 14px;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c6c6c6;
  font-size: 14px;
}
/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
@media screen and (max-width: 1280px) {
  input::-webkit-input-placeholder {
    font-size: 12px;
  }
  input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
  }
  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
  }
  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px;
  }
  .sildeBlock .slideTip {
    font-size: 12px;
  }
  input {
    font-size: 12px!important;
  }
  .sendCode {
    font-size: 12px!important;
    top: 80%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.content {
  width: 100%;
  height: 100%;
  /*background: url(../images/bg3.png) no-repeat;*/
  /*background-size: 100% 100%;*/
  /*position: relative;*/
  display: flex;
}
.bgimg {
  /*position: absolute;*/
  /*left: 8%;*/
  /*top: 33%;*/
  width: 58.5%;
  min-width: 800px;
  background-image: url(../images/login_newbg.png);
  background-color: #1767F5;
  /* height: 49.6%; */
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position-y: center; */
  background-position-x: 50%;
}
.loginLogo, .loginLogo1 {
  position: absolute;
  left: 5%;
  top: 8%;
  width: 14%;
  /* height: 4%; */
  /* background-image: url(../images/loginLogo.png); */
  /* background-size: 100% 100%; */
}
.loginLogo1 {
  width: 11.7%;
}
.bottom {
  background: url(../images/login/bg-bottom.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 471px;
  height: 198px;
}
.topBack {
  width: 100%;
  height: 220px;
}
/* pc图标 */
.loginInfo .pc-icon {
  display: none;
}
.loginBox {
  width: 41.7%;
  min-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* flex-direction: column; */
}
.loginBox .QRCodeDom {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
}
.loginBox .QRCodeDom .QRCodeImg {
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}
.loginBox .QRCodeDom .QRCodeImg img {
  height: 100%;
}
.loginBox .QRCodeDom .QRCodeViewDom {
  display: none;
  /* width: 140px; */
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 5px;
  margin-top: 5px;
  z-index: 99;
  flex-direction: row;
  align-items: center;
}
.loginBox .QRCodeDom .QRCodeViewDom .QRCodeItem {
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loginBox .QRCodeDom .QRCodeViewDom .line {
  height: 1px;
  width: 100%;
  margin: 5px 0;
  background-color: #eee;
}
.loginBox .QRCodeDom .QRCodeViewDom .qrcode-contanier {
  margin: 5px;
}
.loginBox .QRCodeDom .QRCodeViewDom p {
  font-size: 12px;
  text-align: center;
}
.loginBox .QRCodeDom .QRCodeViewDom .QRCode {
  /* width: 100%; */
  width: 120px;
  height: 120px;
}
.loginBox .websiteBaseInfo {
  position: absolute;
  bottom: 40px;
  color: rgba(5, 12, 51, 0.4);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.loginBox .websiteBaseInfo div {
  margin-bottom: 4px;
}
.topBar_loginBox {
  width: 100%;
  font-size: 35px;
  color: #1767F5;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px 0;
  margin-top: 0px;
}
.topBar_loginBox img {
  /*-width:124px;*/
  height: 60px;
}
.topBar_adminLoginBox img {
  height: 35px;
}
.topBar_loginBox > span {
  font-size: 35px;
  padding-top: 10px;
  letter-spacing: 5px;
}
.topBar_loginBox > div {
  color: grey;
  font-size: 14px;
}
.loginInfo {
  display: inline-block;
  /*width: 100%;*/
  /*height: 54%;*/
  min-height: 430px;
  position: relative;
  width: 42.8%;
  min-width: 360px;
}
.notice{
    max-width:600px;
    height: 40px;
    color: #e02020;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    background: #f7f0f0;
    border-radius: 8px;
    line-height: 40px;
    padding: 0 20px;
    overflow: hidden;
    position: absolute;
    top:20px;
    /* visibility: hidden; */
}
/* 标题 */
.title {
  width: 100%;
  color: #050C33;
  font-size: 40px;
  font-weight: 600;
}
.welcome-title-tip {
  font-size: 18px;
  color: rgba(5, 12, 51, 0.4);
  margin-top: 10px;
}
.titleP {
  width: 100%;
  height: 10%;
  background: url(../images/changePsd.png) no-repeat;
  background-size: 100% auto;
}
.titleQ {
  width: 100%;
  height: 10%;
  background: url(../images/qrCodeLogin.png) no-repeat;
  background-size: 100% auto;
}
.titleF {
  width: 100%;
  height: 10%;
  background: url(../images/findPwd.png) no-repeat;
  background-size: 100% auto;
}
/* 二维码扫码 */
.QrCode {
  width: calc(29.5vh + 7px);
  min-width: 288px;
  height: calc(29.5vh + 7px);
  min-height: 288px;
  border: 1px solid #dddddd;
  margin: 0;
  margin-top: 40px;
  box-sizing: content-box;
}
.QrCode iframe {
  width: 100%;
  height: 100%;
  min-height: 288px;
  min-width: 288px;
}
.qrcode-back-btn {
  display: block;
  width: 31.1%;
  border: 1px solid #1767F5;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 6px;
  color: #1767F5;
  margin-top: 24px;
  cursor: pointer;
}
.qrcode-back-btn:hover {
  color: #5D94F8;
  border-color: #5D94F8;
}
.qrcode-back-btn:active {
  color: #0C48F0;
  border-color: #0C48F0;
}
.qrcode-back-btn .qrcode-back-btn-arrow {
  width: 15px;
  height: 15px;
  vertical-align: text-top;
}
/* 扫码下的提示 */
.ScanTip {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #777777;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.ScanTip i {
  display: inline-block;
  width: 15px;
  height: 14px;
  vertical-align: middle;
  background-image: url(../images/icon/scanIcon.png);
  background-size: 100% 100%;
}
.ScanTip span {
  /* padding-top: 1px; */
}
/* 滑块 */
.sildeBlock {
  width: 100%;
  height: 10%;
  background: #f0f1f3;
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  text-align: center;
  /* line-height: 40px; */
  position: relative;
  margin-bottom: 24px;
  min-height: 43px;
  position: relative;
  touch-action: none;
}
/* 滑块初始 */
.sildeBlock .slide {
  display: block;
  width: 13.9%;
  height: 100%;
  box-shadow: 0 0 4px #dadada;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/slide_arrow.png);
  /*background-size: 100% 100%;*/
  box-sizing: border-box;
  /* padding: 10px; */
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  background-color: #ffffff;
}
/* 滑块成功 */
.sildeBlock .success {
  background-image: url(../images/sildeSuccessBg.png);
  background-size: 80%;
}
.sildeBlock .slideTip {
  width: 100%;
  display: block;
  text-align: center;
  color: #939292;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
/* 划过的背景 */
.sildeBlock .bg {
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #dae6ff;
  z-index: 5;
}
.wx-loginInfo {
  display: inline-block;
  width: 335px;
  height: 350px;
  /* background: url(../images/login/login-wx.png) no-repeat; */
  background-size: cover;
  position: relative;
  margin-left: 8px;
  display: none;
}
#wxQrcode {
  margin: 0 auto;
  margin-top: 95px;
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
}
#wxQrcode + p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 80px;
  cursor: pointer;
}
/* 二维码图标样式 */
.right-icon {
  position: absolute;
  right: 8px;
  top: 11px;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
/* .loginInfo .title {
  position: absolute;
  left: 10px;
  top: 21px;
} */

.input-content {
  width: 100%;
  height: 10%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  /*margin-bottom: 24px;*/
  position: relative;
}
.inputBB {
  /*border-bottom: 1px solid #f2f2f2!important;*/
}
/* 错误提示 */
.error {
  /*border-bottom: 1px solid red !important;*/
}
/* 输入提示 */
.focus {
  /*border-bottom: 1px solid #524fca !important;*/
}
.hidden {
  display: none;
}
/* 错误提示 */
.tip {
  width: 100%;
  height: 6%;
  line-height: 24px;
  font-size: 12px;
  /*text-align: end;*/
  color: #DE3509;
  height: 24px;
}

.tip .name {
  position: absolute;
  text-align: left;
}
.tip .psd {
  position: absolute;
  text-align: left;
}
.tip-slide-msg {
  width: 100%;
  position: absolute;
  bottom: -20px;
  color: #DE3509;
  text-align: left;
}
/* 发送验证码按钮 */
.sendCode {
  /* opacity: 0; */
  color: #0759c8;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  cursor: pointer;
}
/* 忘记密码 */
.forgetPwd {
  float: right;
  margin-top: 1%;
  color: #1767F5;
  font-size: 13px;
  cursor: pointer;
  /*margin-bottom: 4%;*/
}
.input-content img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 16px;
  height: 16px;
}
.input-content .secret,
.input-content .show {
  position: absolute;
  right: 10px;
  top: 45%;
  width: 20px;
  height: 16px;
  background-image: url(../images/password_eye_close.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.input-content .show {
  width: 16px;
  display: none;
  background-image: url(../images/password_eye_open.png);
}
.input-content:nth-child(2) {
  margin-top: 12px;
}
.input-content div {
  display: flex;
  justify-content: space-between;
}
.userNameInput {
  border: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  outline: none;
  font-size: 14px;
  color: #333;
  background-color: #f0f1f3;
  color: #050C33;
  margin-top: 8px;
  padding: 12px;
  border-radius: 6px;
}
.p_l0 {
  padding: 0 !important;
}
.form-horizontal {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*padding-top: 20%;*/
}
.form-newPsw {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  /*padding-top:20%;*/
}
.form-QrLogin {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  /*padding-top:20%;*/
}
.form-findPwd {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  /*padding-top:20%;*/
}
.passwordInput {
  border: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  outline: none;
  color: #333;
  background-color: #f0f1f3;
  color: #050C33;
  padding: 12px;
  margin-top: 8px;
  padding-right: 30px;
  border-radius: 6px;
}
.adminPasswordInput {
  margin-top: 12px;
}
.btnBox_login {
  width: 100%;
}
.btnBox_login input {
  width: 259px;
  height: 45px;
  color: #0099cc;
  line-height: 40px;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: 2px;
}
/*.btnBox_login .loginBtn{*/
/*background:linear-gradient(0deg,rgba(17,112,158,1),rgba(5,42,72,1));*/
/*border:1px solid rgba(17, 132, 183, 1);*/
/*font-size:16px;*/
/*margin-top:18px;*/
/*cursor:pointer;*/
/*width: 100%;*/
/*height:45px;*/
/*line-height:45px;*/
/*display:inline-block;*/
/*text-align:center;*/
/*color:#0099CC;*/
/*}*/
/* .btnBox_login .loginBtn{
    background:linear-gradient(0deg,rgba(233,141,26,1) 0%,rgba(249,182,88,1) 100%);
    border:1px solid rgba(233, 142, 27, 1);
    border-radius:3px;
    font-size:16px;
    margin-top:1px;
    cursor:pointer;
    width: 100%;
    height:45px;
    line-height:45px;
    display:inline-block;
    text-align:center;
    color:#fff;
    letter-spacing:10px;
}
.btnBox_login .loginBtn:hover{
    background:linear-gradient(0deg,rgba(217,124,8,1) 0%,rgba(255,178,69,1) 100%);
} */
/*.loginBtn{*/
/*background:linear-gradient(0deg,rgba(17,112,158,1),rgba(5,42,72,1));*/
/*border:1px solid rgba(17, 132, 183, 1);*/
/*font-size:16px;*/
/*margin-top:18px;*/
/*cursor:pointer;*/
/*width: 100%;*/
/*height:45px;*/
/*line-height:45px;*/
/*display:inline-block;*/
/*text-align:center;*/
/*color:#0099CC;*/
/*}*/
.loginBtnGroup {
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.loginBtn,
.changePwdBtn,
.findBtn {
  border: none;
  font-size: 16px;
  margin-top: 1px;
  cursor: pointer;
  width: 100%;
  height: 10.5%;
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 86.6%;
  min-width: 312px;
  height: 46px;
  background: #1767F5;
  border-radius: 6px;
  outline: none;
}
.loginBtn {
  width: 85.6%;
  min-width: 302px;
}
.findBtn {
  width: 100%;
}
.changePwdBtn {
  width: 100%;
}
.qrcodeBtn {
  display: inline-block;
  /*width: 12.2%;*/
  min-width: 46px;
  min-height: 46px;
  height: 46px;
  width: 47px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.qrcodeBtn img {
  height: 100%;
  position: absolute;
  left: 0;

}
.qrcodeBtn img:hover{
  left: -50px;
  /*background-position-x: -48px;*/
}
.qrcodeBtn img:active {
  left: -100px;
  /*background-position-x: -100px;*/
}

.changePwdBtn {
  /*margin-top: 30px;*/
}
.loginBtn:hover,
.changePwdBtn:hover {
  background: #5D94F8;
}

.loginBtn:active,
.changePwdBtn:active {
  background: #0C48F0;
  border: none;
}

.tip-msg {
  font-family: "宋体";
  width: 180px;
  height: fit-content;
  color: #fff;
  text-align: center;
  line-height: 23px;
  position: absolute;
  right: -174px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  padding: 15px;
  padding-left: 25px;
  box-sizing: border-box;
  display: none;
}
.tip-msg:before {
  opacity: 0.8;
  content: "";
  width: 180px;
  height: 100%;
  top: 0;
  background: url("../images/msg.png") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  margin: auto 0;
}
.pop-content {
  /* position:absolute;
    left:50%;
    top:50%;
    margin-left:-100px;
    margin-top:-100px;
    z-index:999;
    -background:rgba(78,88,159,0.3);*/
  padding: 15px;
}

.pop-content p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

body .myskin {
  filter: alpha(opacity: 80);
  opacity: 0.8;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); /*前景无阴影*/
  background-color: #0b61a4;
}

.passCode {
  font-family: PingFangSC-Regular, PingFang SC;
  border: 0;
  height: 100%;
  width: 75%;
  display: inline-block;
  font-size: 14px;
  outline: none;
  background-color: #f0f1f3;
  color: #050C33;
  margin-top: 8px;
  border-radius: 6px;
  min-height: 43px;
  padding: 12px;
}
.m_l-150 {
  margin-left: -156px;
}
.btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.loginInfo canvas {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 74px;
  height: 40px;
  margin-left: 10px;
  margin-top: 15px;
  vertical-align: top;
  box-sizing: border-box;
  background: #fff;
}

.selectBtn .selectLogin {
  margin-right: 20px;
  cursor: pointer;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(5, 12, 51, .6);
  line-height: 28px;
}
.selectBtn .selectLogin.active {
  color: rgba(5, 12, 51, 1);
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  border-bottom: 2px solid #1767F5;
}
.layui-btn:hover {
  background-color: #fff;
  color:#050C33;
  border-color: rgba(5, 12, 51, 0.1);
}