html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 12px;
  font-family: 'Microsoft Yahei', Helvetica Neue, Arial, serif;;
}
body{
  margin: 0;
  padding: 0;
  line-height: 24px;
  font: 14px 'Microsoft Yahei', Helvetica Neue, Arial, serif;;
}
a{
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
input, select {
  vertical-align: middle;
  outline: none;
}

.layui-layer-tips .layui-layer-content{
  font-family: 'Microsoft Yahei', Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-seri;
}

/*FE 7.0*/
.bgBigContent{
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
/*.main-picture{
  background:  url(/login/v2/images/login_bg_color.png) center / cover;
}*/

.bgSmallContent{
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-size: 100% 100%;*/
}
/*.front-picture{
  background:  url(/login/v2/images/login_bg_line.png) center / cover no-repeat;
}*/

.MainContent{
  position: absolute;
  width: 100%;
  height: 630px;
  top: 50%;
  margin-top: -315px;
}
.top-logo{
  display: none;
}
.logoBox{
  /*width: 100%;*/
  height: 90px;
  text-align: center;
}
.logoBox .lg_div{
  min-width: 330px;
  margin: auto;
  position: relative;
  height: 35px;
  display: block;
  cursor: default;
}
.logoBox .lg_div img{
  margin-top: -13px;
}
.logoBox .logo_text{
  /*float: right;*/
  white-space: nowrap;
  text-indent: 10px;
  min-width: 260px;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  height: 35px;
  letter-spacing: 1px;
}

.logoBox .subtitle{
  display: block;
  color: #fff;
  margin: 12px;
}
.subtitle em{
  font-weight: 700;
  margin: 0 6px;
}


.loginBox{
  overflow: hidden;
  max-width: 450px;
  max-height: 450px;
  min-width: 320px;
  width: 24%;
  margin: auto;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  background: #fff;
  box-shadow: rgba(0,0,0,0.1) 1px 1px 30px 1px;
  border-radius: 8px;
  position: relative;
}
.loginBox:hover{
  /*box-shadow: 1px 0px 1000px 1000px rgba(0,0,0,0.2), 0px 0px 20px 4px rgba(0,0,0,0.1);*/
}
.loginBox #qRCodeImg{
  position: absolute;
  right:75px;
  top:18px;
  z-index: 30;
}
.fff_div{
  width: 90px;
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  z-index: 20;
  right: -20px;
  top: 15px;
  background: #fff;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  border-top: 1px solid #eee;
}

.changeImg{
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 50px;
  right: 0px;
  left: 0px;
  cursor: pointer;
  color: rgb(40, 185, 255);
}

.lg_switch{
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  /*padding-left:15px;*/
}
.lg_switch:hover .animation_div{
  right: -14px;
  top: 23px;
}
.lg_switch img{
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.loginInfoBox{
  padding: 60px 20px 30px;
  display: block;
}
.textTips{
  height:26px;
  font-size:20px;
  color:rgba(23,25,26,1);
  line-height:26px;
  letter-spacing:1px;
  font-weight: bold;
}
.inputBox{
  margin: auto;
}
.inputMsg{
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #ff0000;
  font-size: 12px;
  margin: 15px 0;
  text-align: left;
}
.form-group{
  /*width:410px;*/
  height:50px;
  line-height: 50px;
  margin-bottom: 40px;
  position: relative;
}
.form-group .fe-font{
  font-size: 24px;
  position: absolute;
  color: #CFD0D1;
  width: 30px;
  height: 30px;
  z-index: 30;
  text-align: center;
  padding: 10px;
}
.form-group input{
  width: 100%;
  border-radius: 4px;
  border: 1px solid #CFD0D1;
  padding: 0 10px 0 50px;
  height: 100%;
  line-height: 100%;
  position: relative;
  letter-spacing: 1px;
  box-sizing: border-box;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-size:16px;
  letter-spacing:1px;
  color: #444444;
}
.form-group input.myName{
  font-weight: bold;
}

.form-group input::-webkit-input-placeholder { /* WebKit browsers */
  color: #CFD0D1;
  font-weight: 500;
}
.form-group input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #CFD0D1;
  font-weight: 500;
}
.form-group input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #CFD0D1;
  font-weight: 500;
}
.form-group input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #CFD0D1;
  font-weight: 500;
}
.form-group input:focus{
  font-weight: 500;
  border: 1px solid #28B9FF;
}

.lg_a_btn{
  display: block;
  background-color: #28B9FF;
  border-radius: 4px;
  width: 100%;
  margin-top: 55px;
  vertical-align: middle;
  text-align: center;
}
.lg_a_btn:hover{
  opacity: .8;
}
.lg_a_btn span{
  color: #fff;
  font-size:20px;
  height: 50px;
  line-height:50px;
  letter-spacing:4px;
  text-decoration: none;
}
.capt_box input{
  padding: 0 160px 0 50px;
}
.capt_box img{
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 2px;
  z-index: 20;
  height: 48px;
  border-radius: 4px;
}

.qrCodeBox{
  width: 280px;
  height: 220px;
  margin: 20px auto;
}
.add-captcha .form-group{
  margin-bottom: 20px;
}
.add-captcha .lg_a_btn{ margin-top: 20px;}


.footBox{
  display: block;
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.footBox ul{
  height: 20px;
  margin: auto;
  padding-top: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  flex-wrap: wrap;
}
.footBox ul li{
  float: left;
  list-style: none;
  border-left: 1px solid #fff;
  border-color: rgba(255,255,255,0.2);
}
.footBox ul li a{
  float: left;
  padding: 0 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.footBox ul li:first-child{
  border:none;
}
.erweima {
  width: 130px;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 999;
  height: 150px;
  margin-left: 15px;
  border: 1px solid #d9d9d9;
  background: #fff;
  text-align: center;
}

/*
  分辨率宽度低于1280时，缩小  djh 2018.11.14
*/
@media screen and (max-width: 1280px){
  .loginInfoBox {
    padding: 60px 20px 20px;
    display: block;
  }
  .add-captcha .form-group {
    margin-bottom: 15px;
  }
  .lg_a_btn{
    margin-top: 30px;
  }
  .form-group{
    margin-bottom: 30px;
  }

}
/*
  分辨率宽度低于1024时，缩小  djh 2018.11.14
*/
@media screen and (max-width: 1024px){
  div, ul, li, tr, td, th, h1, h2, h3, a, span {
    font-size: 12px;
  }
  .textTips,
  .lg_a_btn span{
    font-size: 16px;
  }
  .logoBox .lg_div img{
    height: 20px;
    margin-top: -9px;
  }
  .logoBox {
    height: 80px;
  }
  .logoBox .logo_text{
    font-size: 24px;
  }
  .loginInfoBox{
    padding: 60px 20px 20px;
  }
  .MainContent {
    height: 560px;
    margin-top: -280px;
  }
  .form-group,
  .lg_a_btn span{
    height: 45px;
    line-height: 45px;
  }
  .form-group .fe-font{
    font-size: 20px;
  }
  .capt_box img{
    right: 1px;
    top: 1px;
    z-index: 20;
    height: 43px;
    width: 100px;
  }
}
/*
  分辨率宽度低于700时，登录框缩小  djh 2018.11.14
*/
@media screen and (max-width: 700px) {
  .loginBox{
    /*width: 350px;*/
  }
  .footBox ul{
    /*width: 460px;*/
  }
  .footBox ul li a{
    padding: 0 10px;
  }
}
/*
  分辨率高度低于700时，高度缩小  djh 2018.11.14
*/
@media screen and (max-height: 700px) {
  .MainContent{
    height: 520px;
    margin-top: -260px;
  }
  .logoBox{
    height: 80px;
  }
  .loginInfoBox{
    padding: 60px 20px 20px;
  }
  .footBox ul{
    padding-top: 60px;
  }
}
/*
  分辨率高度低于600时，高度缩小  djh 2018.11.14
*/
@media screen and (max-height: 600px){
  .MainContent {
    height: 480px;
    margin-top: -240px;
  }
  .logoBox{
    height: 50px;
  }
  .loginInfoBox {
    padding: 60px 20px 20px;
  }
  .inputMsg{
    margin: 12px 0;
    text-align: left;
  }
  .footBox ul {
    padding-top: 60px;
  }
  .add-captcha .form-group {
    margin-bottom: 15px;
  }
}

/*登录框右侧版本*/
/*.v2-right .front-picture{
   background:  url(/login/v2/images/loginBg-v2-right.png) left / cover no-repeat;
 }*/
.v2-right .logoBox{
  top:-10px;
  height: 120px;
}
.v2-right .logoBox .lg_div{
  display: none;
}

.v2-right .top-logo{
  display: block;
  position: absolute;
  width: 100%;
  top: 5%;
}
.v2-right .top-logo .lg_div{
  margin-left: 11.8%;
  float: left;
}
.v2-right .top-logo img{
  margin-top: -13px;
}
.v2-right .top-logo .logo_text{
  white-space: nowrap;
  text-indent: 10px;
  min-width: 260px;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  height: 35px;
  letter-spacing: 1px;
}
.v2-right .top-logo .subtitle{
  color: #fff;
  margin: 12px 0 0 10px;
  padding-left: 12px;
  border-left: 1px solid #fff;
}


.v2-right .loginBox{
  width: 23%;
  float: right;
  margin-right: 11.8%;
  background: rgba(255,255,255,.3);
  max-width: 400px;
  max-height: 388px;
}
.v2-right .fff_div{
  display: none !important;
}
.v2-right .textTips{
  color: #fff;
}
.v2-right .form-group{
  height: 40px;
  line-height: 40px;
}
.v2-right .lg_a_btn span{
  height: 40px;
  line-height: 40px;
}
.v2-right .footBox ul{
  padding-top: 40px;
}
.v2-right .capt_box img{
  height: 37px;
  top: 2px;
  right: 1px;
  border-radius: 4px;
}
.v2-right .logoBox .subtitle{
  color: #fff;
  margin: 12px 0 0 10px;
  padding-left: 12px;
  border-left: 1px solid #fff;
  float: right;
}

.v2-right .qrCodeBox{
  height: 200px;
}

@media screen and (min-width: 1280px){
  .v2-right .logoBox {
    height: 150px;
  }
  .v2-right .footBox ul{
    padding-top: 80px;
  }
}

@media screen and (max-width: 1024px){
  .v2-right .logoBox {
    height: 100px;
  }
  .v2-right .footBox ul{
    padding-top: 100px;
  }
  .v2-right .capt_box img {
    height: 37px;
  }
  .v2-right .top-logo .logo_text{
    font-size: 24px;
  }
  .v2-right .top-logo img{
    height: 22px;
    margin-top: -11px;
  }
}
@media screen and (max-width: 600px){
  .v2-right .loginBox{
    float: initial;
    margin-right: auto;
  }
  .v2-right .top-logo .lg_div{
    margin-left: auto;
    float: initial;
    position: relative;
    text-align: center;
  }
  .v2-right .top-logo .subtitle{
    display: block;
    border: none;
    margin: 12px 0 0 0 ;
  }
}

@media screen and (max-height: 700px){
  .v2-right .logoBox {
    height: 90px;
  }
  .v2-right .footBox ul{
    padding-top: 70px;
  }
}

@media screen and (max-height: 600px){
  .v2-right .logoBox {
    height: 60px;
  }
  .v2-right .footBox ul{
    padding-top: 55px;
  }
  .v2-right .logoBox .lg_div {
    top: -10px;
  }
}

