.login-iframe-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.login-iframe-pop .cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .6;
}

.login-iframe-pop .login-if {
  width: 450px;
  height: 660px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -225px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 100;
}

.login-iframe-pop .login-if .login-iframe {
  height: 100%;
  width: 100%;
  background-color:white;
}

.login-iframe-pop .login-if .close-tag {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("http://resource.liujin.cn/web/images/xiayi2login/close.png") no-repeat 2px center;
  cursor: pointer;
}

.login-iframe-pop .login-if .close-tag:hover {
  background-position: -46px center;
}
