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(../images/lg-bg.jpg) center center no-repeat;
  background-size: cover;
}
.lg-bg.l-bg1{
  background: url(../images/lg-bg1.jpg) center center no-repeat;
  background-size: cover;
}
.lg-bg.l-bg2{
  background: url(../images/lg-bg2.jpg) center center no-repeat ;
  background-size: cover;
}
.lg-bg.l-bg3{
  background: url(../images/lg-bg3.jpg) center center no-repeat ;
  background-size: cover;
}
.lg-bg.l-bg4{
  background: url(../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{
	display:none;
   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: 415px;
  right: 20%; 
  border-radius: 10px;
  background: rgba(255,255,255,.95);
  box-shadow: 0px 8px 15px rgba(0,0,0,0.25);
  padding: 70px 45px 15px;
}
.lg-tit{
  width: 379px;
  height: 67px;
  background: url(../images/lg-ic1.png) center center no-repeat;
  position: absolute;
  left: 50%;
  margin-left:-190px;
  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-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(../images/lg-user.png) center center no-repeat;
}
.lg-psd{
  background: url(../images/lg-pwd.png) center center no-repeat;
}
.lg-yzm{
  background: url(../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-shape{
  margin: 20px 0 10px;
  text-align: center;
}
.lg-shape>a{
  outline: none;
}
.lg-shape>a>img{
  outline: none;
}
.lg-shape>a+a{
  margin-left:50px;
}
.lg-shape>a:hover{
  opacity: 0.85;
}
.lg-infor{
  font-size: 12px;
  color: #a0a0a0;
}
.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(../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(../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(../images/lg-ie.png);
}
.lg-llq-hh{
  background-image: url(../images/lg-hh.png);
}
.lg-llq-gg{
  background-image: url(../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: 88%;
    height: auto;
    padding: 40px 20px 20px;
    top:90px;
    margin: 0 0 70px;
     margin-left: -44%;
     overflow: hidden; 
  }
  .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;
    background: url(../images/lg-ic1.png) center top no-repeat;
    background-size:250px;
  }
  .lg-llq-how>span{    
    right: -73px;
  }
  .lg-llq-how>span>img{
      width: 300px;
  }
} 
/* 背景切换css */
@-webkit-keyframes imageanim { 
  0% { opacity: 0;
  -webkit-animation-timing-function: ease-in; }
  8% { opacity: 1;
       -webkit-animation-timing-function: ease-out;}
  17% { opacity: 1 }
  25% { opacity: 0 }
  100% { opacity: 0 }
}
@-moz-keyframes imageanim { 
  0% { opacity: 0;
  -moz-animation-timing-function: ease-in; }
  8% { opacity: 1;
       -moz-animation-timing-function: ease-out; }
  17% { opacity: 1 }
  25% { opacity: 0 }
  100% { opacity: 0 }
}
@-o-keyframes imageanim { 
  0% { opacity: 0;
  -o-animation-timing-function: ease-in; }
  8% { opacity: 1;
       -o-animation-timing-function: ease-out; }
  17% { opacity: 1 }
  25% { opacity: 0 }
  100% { opacity: 0 }
}
@-ms-keyframes imageanim { 
  0% { opacity: 0;
  -ms-animation-timing-function: ease-in; }
  8% { opacity: 1;
       -ms-animation-timing-function: ease-out; }
  17% { opacity: 1 }
  25% { opacity: 0 }
  100% { opacity: 0 }
}
@keyframes imageanim { 
  0% { opacity: 0;
  animation-timing-function: ease-in; }
  8% { opacity: 1;
       animation-timing-function: ease-out; }
  17% { opacity: 1 }
  25% { opacity: 0 }
  100% { opacity: 0 }
}
.lg-animbg{
  margin: 0;
  padding: 0;
  list-style: none;
  background: #012631;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.lg-animbg li span { 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
-webkit-backface-visibility: hidden;
  -webkit-animation: imageanim 36s linear infinite 0s;
  -moz-animation: imageanim 36s linear infinite 0s;
  -o-animation: imageanim 36s linear infinite 0s;
  -ms-animation: imageanim 36s linear infinite 0s;
  animation: imageanim 36s linear infinite 0s; 
} 
.lg-animbg li:nth-child(1) span { 
  background-image: url(../images/lg-bg1.jpg) 
}
.lg-animbg li:nth-child(2) span { 
  background-image: url(../images/lg-bg2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s; 
}
.lg-animbg li:nth-child(3) span { 
  background-image: url(../images/lg-bg3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s; 
}
.lg-animbg li:nth-child(4) span { 
  background-image: url(../images/lg-bg4.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s; 
}
.lg-animbg li:nth-child(5) span { 
  background-image: url(../images/lg-bg5.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s; 
}
.lg-animbg li:nth-child(6) span { 
  background-image: url(../images/lg-bg6.jpg);
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s; 
}

/* 参考*/
/* 背景切换css */
 .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(../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-shape{
    margin: 30px 0 20px;
  }
  .lg-form{
    padding: 85px 45px 25px;
  }
  .lg-infor>p{
    line-height: 26px;
  }
}