
    

  
  /* #header{
    position:static;
  } */
  .body_bg{
    width:100%;
    height:100%;
    position:fixed;
    z-index:-1;
  }
  .body_bg img{
    width:100%;
    height:100%;
    object-fit: cover;
    display:none;
  }
  .body_bg video{
    width:100%;
    height:100%;
    object-fit: cover;
    display:block;
  }
  @media screen and (max-width:767px){
    .body_bg img{
      display:block;
    }
    .body_bg video{
      display:none;
    }
  }
  
.subNavbg{
  background:transparent;

}
header#header{
  border-bottom:1px solid rgba(255,255,255,.6);
  border-bottom:0px;
}
section#copyright,
section#copyright p,
section#copyright span,
section#copyright a{
  color:#fff;
}
section#copyright p.noes{
  display:block;
  text-align:center;
}
section#copyright p.noes span{
  color:#ff4949;
  line-height: 17px;
  vertical-align: middle;
  padding-right: 7px;
}
[data-page=home] #header.scroll{
  background:transparent;
}
.login_container{
  width:100%;
  height:calc(100vh - 80px);
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding:80px 0px 0px;
  z-index:-1;
}

.login_container .login_form{
  width: 23%;
  min-width: 300px;
  /* margin-left:12%; */
  max-height: 90%;
  overflow-y: auto;
  padding:0px !important;
}
.login_container .login_form::-webkit-scrollbar{
  display: none;
}
.login_container .login_form .ll{
  width:100%;background:transparent;
  position:relative;
  padding: 4.8% 8.6%;
  /* order-radius: 2%; */
}
.login_container .login_form:after{
  display:none !important;
}
.login_container .login_form .ll:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(255,255,255,0);
  z-index: -1;
  display: inline-block;
  content: "";
  border-radius: 2%;
  backdrop-filter: saturate(100%) blur(20px);
}
.login_form h2{
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 18px 46px rgba(11,55,75,.2);
  margin-bottom:40px;
}
/*lg*/
@media screen and (max-width:1202px){
  .login_container .login_form{
    width: 40%;
  }
  .login_form h2{
    font-size: 50px;
  }
}
/*md*/
@media screen and (min-width:992px) and (max-width:1201px){

}
/*sm*/
@media screen  and (max-width:991px){
  .login_form h2{
    font-size: 40px;
  }
}
/*xs*/
@media screen and (max-width:767px){
  .login_form h2{
    font-size: 25px;
    margin-bottom: 28px;
  }
  .login .login_items .tit_top{
    height: 24px;
  }
  .tit_top p{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .tit_top a{
    font-size: 12px;
  }
}
.login{
  width:100%;
}
.login .login_items{
  width:100%;
}
.login .login_items .tit_top{
  width:100%;
  height:30px;
  display:flex;
  justify-content: space-between;
  margin-bottom:8px;
}
.tit_top p{
  width: 60%;
  font-size: 16px;
  color: #fff;
  height:30px;
  line-height:30px;
  margin:0px;
}
.tit_top p span{
  color:#ff4949;
  margin-right:5px;
}
.tit_top a{
  display:block;
  height:30px;
  line-height:30px;
  font-size: 16px;
  opacity: .8;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 4px 8px rgba(11,55,75,.77);
  cursor: pointer;
}
.login .login_items .input_content{
  width:100%;
  position:relative;
}
.login .login_items .login_input{
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: rgba(0,0,0,0);
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-indent: 15px;
  width:100%;
  padding-right:30px;
}

@media screen and (max-width:767px){
  .tit_top a{
    font-size:14px;
  }
  .login .login_items .login_input{
    font-size:14px;
    height: 35px;
    line-height: 35px;
  }
  .login_items.dyyzm .input_content .dt_btn, .login_items.txyzm .input_content .txyzm_content{
    height: 35px;
    line-height: 35px;
  }
  .input_content .img_box{
    height: 35px;
  }
  .subNavbg{
    height:0px;
  }
}
.input_content .img_box{
  position:absolute;
  top:0px;
  right:8px;
  width:18px;
  height:40px;
  display:none;
}
.input_content .img_box img{
  width:100%;
  height:100%;
  object-fit: contain;
}

  .login_items .login_input::-webkit-input-placeholder
{
    color:#fff;
    opacity:.5;
}		
.login_items .login_input:-moz-placeholder	
{			
  color:#fff;
  opacity:.5;			
}	
.login_items .login_input::-moz-placeholder 									
{		
  color:#fff;	
  opacity:.5;			
}	
.login_items .login_input:-ms-input-placeholder 							
{	
  color:#fff;		
  opacity:.5;			
}
.login .login_items .error_content{
  width:100%;
  height:20px;
  position:relative;
}
.login .login_items .error{
  width:100%;
  height:100%;
  line-height:20px;
  color: #ff4949;
  font-size: 12px;
  position:absolute;
  top:0px;
  left:0px;
  transform:rotateX(270deg);
  transition:all linear .5s;
}
.login .login_items.input-bor .error{
  transform:rotateX(0deg);
}
.login .treaty{
  width:100%;
  justify-content: flex-start;
  height:30px;
  display:flex;
  align-items: center;
}
.treaty .imges_box{
  width:14px;
  height:14px;
  background:#fff;
  margin-right:8px;
  display:flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.treaty .imges_box img{
  width:10px;
  display:none;
}
.treaty .imges_box.show img{
  display:block;
}
.treaty p{
  height:30px;
  line-height:30px;
  color:#fff;
  margin-bottom:0px;
}
.treaty p span{
  opacity:0.6;
}
.treaty p a{
  
  text-decoration: underline;
  color:#fff;
}
.submit{
  width:100%;
  background:rgba(255,255,255,0.5);
  color:#fff;
  height:40px;
  line-height:40px;
  text-align:center;
  border-radius: 6px;
  /* margin-top:20px; */
  display:block;
  cursor:pointer;
  transition:all linear .3s;
}
.submit:hover{
  background:rgba(255,255,255,1);
}


@media screen and (min-width:746px) and (max-width:767px){
  .login_container{
    height: calc(100vh - 90px);
    padding: 50px 0px 0px;
  }
}
/*xs*/
@media screen and (min-width:414px) and (max-width:745px){
  .login_container{
    height: calc(100vh - 110px);
    padding: 50px 0px 0px;
  }
}

@media screen and (max-width:413px){
  .login_container{
    height: calc(100vh - 130px);
    padding: 50px 0px 0px;
  }
  .col-sm-12.hhhd p{
    margin-top: 0px;
  }
  .col-sm-12.hhhd p.state{
    margin-top: 0px;
  }
}
@media screen and (max-width:767px){
  .login_container .login_form{
    padding: 15px 0px 0px;
  }
}
@media screen and (max-width:400px){
  .login_container .login_form{
    width:80%;
    min-width:1px;
    margin-left: 0%;
    margin:0 auto;
  }
  .login_container .login_form{
    padding:15px;
    width:90%;
  }
}
.col-sm-12.hhhd p.noes{
  line-height:2;  
}
.col-sm-12.hhhd p{
  display:inline-block;
  margin:0px;
  line-height:1;  
}
@media screen and (max-width:767px){
  .col-sm-12.hhhd p{
    line-height:2;  
  }
}
footer{
  background:none;
}

footer #copyright{
  padding-top:0px;
  padding-bottom:10px;
}

footer #copyright p.state span{
  float: left;margin: 0px 30px 0px 0px;
}

@media screen and (max-width:600px){
  /* .col-sm-12.hhhd p.state.ys span{
      display:block;
  } */
  /* .col-sm-12.hhhd p.state.ys span:after{
      display:none;
  } */
  footer #copyright p.state span{
      margin: 0px 15px 0px 0px;
  }
  .col-sm-12.hhhd p.state.ys span:after{
      right: -8px;
  }
}
@media screen and (max-width:500px){
  footer #copyright p.state span{
    font-size:12px;
  }
}
@media screen and (max-width:400px){
  section#copyright p{
    display:flex;
    justify-content: center;
  }
  footer #copyright p.state span{
    width:50%;
    margin:0px;
  }
  footer #copyright p.state span:after{
    display:none;
  }
}