body,html {
  margin: 0;
  padding: 0;
  font-family: PingFangSC-Regular, 'Microsoft Yahei', sans-serif;
}
.lg-bg{
  position: fixed;
   left: 0;
   right: 0;
   top:0;
   bottom: 0;
   z-index:-1;
}
.lg-bg.l-default{
  background: url(../../zbvc/images/lg-bg.jpg) center center no-repeat;
  background-size: cover;
}
.lg-bg.l-bg1{
  background: url(../../zbvc/images/lg-bg1.jpg) center center no-repeat;
  background-size: cover;
}
.lg-bg.l-bg2{
  background: url(../../zbvc/images/lg-bg2.jpg) center center no-repeat ;
  background-size: cover;
}
.lg-bg.l-bg3{
  background: url(../../zbvc/images/lg-bg3.jpg) center center no-repeat ;
  background-size: cover;
}
.lg-bg.l-bg4{
  background: url(../../zbvc/images/lg-bg4.jpg) center center no-repeat;
  background-size: cover;
}
.lg-box *{
   box-sizing: border-box;
}
.lg-footer{
   position: fixed;
   bottom: 9%;
   color: #fff;
   font-size: 15px;
   left: 85px;
}
.lg-logo{
   position: fixed;
   left: 85px;
   top: 5%;
   height: 94px;
}
.lg-logo>img{
  max-height: 94px;
  max-width: 100%;
}

/* ========== 主表单区域：左右分栏布局 ========== */
.lg-form{
  position: absolute;
  top:50%;
  margin-top: -306px;
  width: 820px;
  right: 10%;
  border-radius: 10px;
  background: rgba(255,255,255,.95);
  box-shadow: 0px 8px 15px rgba(0,0,0,0.25);
  padding: 70px 30px 15px;
}
/* 左右分栏的行容器 */
.lg-form-row{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.lg-tit{
  width: 420px;
  height: 67px;
  background: url(../../zbvc/images/lg-ic1.png) center center no-repeat;
  position: absolute;
  left: 50%;
  margin-left:-210px;
  top:-8px;
  font-size:0px;
  color: #fff;
  padding-top: 15px;
  text-shadow: 0 0 12px rgba(0,0,0,0.25);
  text-align: center;
}

/* ========== 左侧登录表单区域 ========== */
.lg-form-left{
  flex: 1;
  min-width: 0;
  padding-right: 20px;
  border-right: 1px solid #e5e5e5;
}
.lg-row{
  margin: 10px 0;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  background: #e5e5e5;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}
.lg-row>span{
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: none;
  margin: 0 6px 0 24px;
}
.lg-user{
  background: url(../../zbvc/images/lg-user.png) center center no-repeat;
}
.lg-psd{
  background: url(../../zbvc/images/lg-pwd.png) center center no-repeat;
}
.lg-yzm{
  background: url(../../zbvc/images/lg-yz.png) center center no-repeat;
}
.lg-row>input{
  background:#e5e5e5;
  height: 100%;
  padding:0px 10px;
  font-size: 15px;
  line-height: 42px;
  border: none;
  outline: none;
  width: 80%;
  flex: auto;
  border-radius:5px;
}
.lg-row input::placeholder {
  color: #a0a0a0;
}
.lg-row input::-webkit-input-placeholder{
  color: #a0a0a0;
}
.lg-row input::-moz-placeholder{
  color: #a0a0a0;
}
.lg-forget{
  text-align: right;
  margin: 10px 0;
}
.lg-forget>span{
  color: #f33530;
  font-size: 13px;
  float: left;
}
.lg-forget>a{
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  text-decoration: none;
}
.lg-forget>a:hover{
  color: #02b0e5;
}
.lg-button{
  width: 100%;
  height: 47px;
  background: linear-gradient(to right,#6755da,#2278e5);
  background:-webkit-linear-gradient(left,#6755da,#2278e5);
  background: -moz-linear-gradient(left,#6755da,#2278e5);
  background: -o-linear-gradient(left,#6755da,#2278e5);
  font-size: 20px;
  text-align: center;
  line-height: 47px;
  border-radius: 5px;
  color: #fff;
  outline: none;
}
.lg-button:hover{
  opacity: 0.85;
  cursor: pointer;
}
.lg-col-yzm{
  position: relative;
  width: 234px;
}
.lg-yzm-icon{
  cursor: pointer;
  height: 42px;
  position: absolute;
  right: -91px;
  top:3px;
}
.lg-yzm-icon>img{
   width: 80px;
   height: 35px;
}

/* ========== 右侧二维码区域 ========== */
.lg-form-right{
  flex: 1;
  min-width: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* 二维码提示文字 */
.qr-title{
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
}
.qr-title em{
  color: #2278e5;
  font-style: normal;
  font-weight: bold;
}
/* 二维码容器 */
.qr-container{
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
/* 二维码加载中提示 */
.qr-loading{
  color: #999;
  font-size: 14px;
}
/* 二维码切换按钮区域 */
.qr-switch{
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.qr-switch-btn{
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #666;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}
.qr-switch-btn:hover{
  border-color: #2278e5;
  color: #2278e5;
}
.qr-switch-btn.active{
  background: linear-gradient(to right,#6755da,#2278e5);
  color: #fff;
  border-color: transparent;
}
.qr-switch-btn img{
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
}

/* ========== 底部登录说明 ========== */
.lg-infor{
  font-size: 12px;
  color: #a0a0a0;
  width: 100%;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
.lg-infor>p{
  line-height: 24px;
  margin: 0;
  padding-left: 85px;
  position: relative;
}
.lg-infor>p>span{
  background: #8b98a8;
  padding: 1px 5px;
  border-radius: 15px;
  color: #fff;
  width: 80px;
  display: inline-block;
  height: 19px;
  line-height: 17px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ========== 退出登录 ========== */
 .lg-top{
   height: 89px;
   background:  #EEEEEE;
   display: flex;
   display: -webkit-flex;
   align-items: center;
   padding: 0 65px;
 }
 .lg-top>img+img{
   margin-left: 25px;
 }
 .lg-btm{
   padding-top: 60px;
   box-sizing: border-box;
   font-size: 13px;
   text-align: center;
   color: #7d7d7d;
   background: #eee;
   height: 240px;
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
 }
 .lg-btm>p{
   margin: 10px 0;
 }
 .lg-exit-text{
   display: flex;
   display: -webkit-flex;
   height: 100%;
   position: absolute;
   top:100px;
   height:55%;
   align-items: center;
   justify-content: center;
   width: 100%;
 }
 .lg-exit-text>div{
     font-size: 36px;
     color: #04be60;
     display: inline-block;
 }
 .lg-exit-text>span{
   display: inline-block;
   width: 94px;
   height: 94px;
   background: url(../../zbvc/images/lg-ok.png) center center no-repeat;
   margin-right: 30px;
 }
 .lg-exit-text>div>p{
   font-size: 16px;
   margin: 10px 0 0;
   color: #7d7d7d;
 }
 .lg-exit-text>div>p>a{
   color: #00b7ee;
   text-decoration: none;
 }
 .lg-exit-text>div>p>a:hover{
   color: #2278e5;
 }
/* 退出登录end */
.lg-info-wbd {
  margin-bottom: 20px;
  background: url(../../zbvc/images/yh-ic13.png) center center no-repeat;
  width: 113px;
  height: 101px;
  display: inline-block;
  margin-left: 20px;
}
.lg-info-wbd+p{
  font-size: 20px !important;
}
.lg-info-tipsa{
  color: #02a2e5 !important;
  margin: 0 10px;
}
.lg-info-tipsa:hover{
  text-decoration: underline;
}
.lg-llq-ic{
  color: #999;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left:23px;
  margin: 3px 10px 0 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.lg-llq-ic:hover{
  color: #02a2e5;
}
.lg-llq-ie{
  background-image: url(../../zbvc/images/lg-ie.png);
}
.lg-llq-hh{
  background-image: url(../../zbvc/images/lg-hh.png);
}
.lg-llq-gg{
  background-image: url(../../zbvc/images/lg-gg.png);
}
.lg-llq-how{
  color: #02a2e5;
  text-decoration: none;
  position: relative;
}
.lg-llq-how>span{
  position: absolute;
  bottom: -4px;
    right: -171px;
    display: none
}
.lg-llq-how:hover>span{
  display: block;
}

/* ========== 响应式布局 ========== */
@media screen and (max-width:768px){
  .lg-form{
    right: initial;
    left: 50%;
    width: 92%;
    height: auto;
    padding: 50px 15px 15px;
    top:90px;
    margin: 0 0 70px;
    margin-left: -46%;
    overflow: hidden;
  }
  .lg-form-row{
    flex-direction: column;
  }
  .lg-form-left{
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
  }
  .lg-form-right{
    padding-left: 0;
    padding-top: 15px;
  }
  .lg-col-yzm{
    width: 63%;
  }
  .lg-logo{
    top:15px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .lg-logo>img{
    max-height: 61px;
  }
  .lg-footer{
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .lg-tit{
    top:-5px;
    width: 320px;
    margin-left:-160px;
    background: url(../../zbvc/images/lg-ic1.png) center top no-repeat;
    background-size:250px;
  }
  .lg-llq-how>span{
    right: -73px;
  }
  .lg-llq-how>span>img{
      width: 300px;
  }
}

/* ========== 企业微信二维码iframe样式覆盖 ========== */
.impowerBox .qrcode {width: 320px;}
.impowerBox .title {display: none;}
.impowerBox .info {display: none;}
.impowerBox .status {display: none;}
.status_icon {display: none  !important}

/* ========== IE版本提示 ========== */
 .lg-warn-b{
   position: fixed;
   top:55px;
   left: 50%;
   margin-left: -282px;
   min-width: 564px;
   height: 73px;
   background: #fff;
   border-radius: 5px;
   font-size: 16px;
   color: #ff5d2e;
   z-index: 100;
   overflow: hidden;
   box-shadow: 0 0 12px rgba(0,0,0,0.25);
 }
 .lg-warn-b>span{
   float: left;
   height: 73px;
   width: 73px;
   display: block;
   border-radius: 5px 0  0 5px;
   background:url(../../zbvc/images/yh-ic14.png) center center no-repeat #fa7048;
 }
 .lg-warn-b>div{
   display: block;
   width: 490px;
   float: left;
   padding: 11px 0;
 }
 .lg-warn-b p{
   margin: 0;
   line-height: 26px;
   margin-left: 30px;
 }

@media screen and (min-height:900px){
  .lg-form{
    padding: 85px 30px 25px;
  }
  .lg-infor>p{
    line-height: 26px;
  }
}
