.auth-language {
  font-size: 14px;
  margin-right: 15px;
  position: absolute;
  right: 100px;
  top: 50px;
  width: 160px;
  overflow: hidden;
  border-radius: 15px;
  z-index: 999;
}
.auth-language button {
  width: 80px;
  height: 30px;
  border: none;
  cursor: pointer;
  background: #cdcdcd;
  color: #666;
  float: left;
}
.auth-language button.active {
  background: #0272e6;
  color: #fff;
}
.container{
  width: 100%;
  min-width: 1200px;
  min-height: 600px;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.imgWrap{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.imgWrap img{
  width: 100%;
  height: 100%;
  display: none;
}
.imgWrap img.active{
  display: block;
}.imgWrap{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.imgWrap img{
  width: 100%;
  height: 100%;
  display: none;
}
.imgWrap img.active{
  display: block;
}
.wrap{
  width: 630px;
  margin: calc(50vh - 230px) auto 0;
  background: rgba(0,0,0,0.2);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.main{
  width: 360px;
  float: left;
  padding: 5px 20px 5px;
  position: relative;
  background: rgba(0,0,0,0.1);
}

.dz_ewm{
  width: 220px;
  color: #fff;
  font-size: 18px;
  float: right;
  text-align: center;
}
#iframe {
  width: 440px;
  height: 410px;
  transform: scale(0.5);
  transform-origin: 0 0;
  margin-top: 122px;
}
.logo{
  /* width: 200px;
  margin-left: 75px; */
  margin-top: 20px;
}
.logo img{
      width: 352px;
}
#rememberMe{
	line-height: 15px;
	    height: 15px;
	    margin-left: 0;
	    margin-bottom: 10px;
}
.m-rememberMe>span{
	color: #FFFFFF;
}
.login_bottom {
  position: absolute;
  bottom: 20px;
  color: #fff;
  text-align: center;
  width: 99%;
}
.login_navs {
  margin-bottom: 20px;
}
.login_navs img {
  width: 40px;
  margin: 0 15px;
  cursor: pointer;
}
.dzfooter{
	position: absolute;
	    bottom: 5px;
	    color: #fff;
	    text-align: center;
	    width: 99%;
		font-size: 14px;
}
#sliderCaptchaDiv{
	display: none;
}