.login_container .login_form{
  width:80%;
  max-width:580px;
  min-width:1px;
  margin:0 auto;
  position:relative;
  z-index:10;
  padding: 2.4% 4.3%;
}
.login_container .login_form: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_container h3{
  color:#fff;
  font-size: 25px;
  text-align:center;
  margin-bottom: 10px;
}
.login_container .pro{
  color: #fff;
  text-align:center;
  font-size: .7vw;
  padding-bottom: 5%;
  opacity: .8;
  padding-top: 2%;
}
.login_container .login_items.dyyzm .login_input,
.login_container .login_items.txyzm .login_input{
  padding-right: 140px;
}
.login_items.dyyzm .input_content .img_box,
.login_items.txyzm .input_content .img_box{
  right:110px;
}
.login_items.dyyzm .input_content .dt_btn,
.login_items.txyzm .input_content .txyzm_content{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 40px;
  line-height:40px;
  opacity:.6;
  color:#fff;
  font-size: .72vw;
  text-align:center;
}
.login_items.dyyzm .input_content .dt_btn{
  cursor:pointer;
}
.login_items.dyyzm .input_content .dt_hover{
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: .72vw;
  opacity:.6;
  color:#fff;
  text-align:center;
  background:transparent;
  position:absolute;
  top:0px;
  right:0px;
  display:none;
}
.login_items.txyzm .input_content .txyzm_content{
  display:flex;
  opacity:1;
}
.login_items.txyzm .txyzm_content .img_yzm{
  width:75px;
  background:#fff;
  display:flex;
  justify-content: center;
  align-items: center;
}
.login_items.txyzm .txyzm_content .img_yzm p{
  position: relative;
  /* top: 0px; */
  line-height: 1;
  margin: 0px;
  color: #000;
  font-size: 20px;
}
.login_items.txyzm .txyzm_content .yzm_btn{
  width:25px;
  background:#fff;
  border-left:1px solid #ddd;
  box-sizing:border-box;
  border-radius:0px 6px 6px 0px;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor:pointer;
}
.txyzm_content .yzm_btn img{
  width:15px; 
}
.login .login_items.btns{
  display:flex;
  justify-content: space-between;
  margin-top:20px;
}
.login .login_items.btns a{
  display:block;
  line-height:20px;
  height:20px;
  font-size:12px;
  color:#fff;
  text-decoration: underline;
}
@media screen and (max-width:400px){
  .login_container .login_form{
    padding:15px;
    width:90%;
  }
}
@media screen and (max-width:767px){
  .login_items.dyyzm .input_content .dt_btn, .login_items.txyzm .input_content .txyzm_content{
    height: 35px;
    line-height: 35px;
  }
}