* {
  margin: 0;
  padding: 0;
}

html {
  overflow: hidden;
}

body {
  position: relative;
  background: #000;
}

.video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  /* cursor: pointer; */
}

.show_mask {
  display: none;
}

.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 9;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}

.login_form {
  width: 592px;
  height: 625px;
  background: url("https://cdn-file.xingga.com/tg/wzzx/5/login_form.png?_ver=20221026") center no-repeat;
  position: relative;
  margin: calc(50vh - 320px) auto;
}

.account_msg,
.login_msg,
.pwd_msg {
  text-shadow: 1px 0 1px #000, 0px 1px 1px #000, -1px 0px 1px #000, 0px -1px 1px #000;
  position: absolute;
  color: #fff;
  font-size: 13px;
}

.error {
  color: red;
}

/* 34 */
.account_msg {
  top: 195px;
  left: 250px;
}

.account_input {
  position: absolute;
  top: 219px;
  left: 245px;
  width: 230px;
  height: 35px;
  border: none;
  outline: none;
  background: transparent;
}

.pwd_msg {
  top: 270px;
  left: 250px;
}

.pwd_input {
  position: absolute;
  top: 294px;
  left: 245px;
  width: 230px;;
  height: 35px;
  border: none;
  outline: none;
  background: transparent;
}

.login_submit {
  width: 192px;
  height: 84px;
  background: url("https://cdn-file.xingga.com/tg/wzzx/5/btn.gif?_ver=20221103") 0 0 no-repeat;
  position: absolute;
  left: 200px;
  top: 370px;
  cursor: pointer;
  border: none;
  outline: none;
}

.argeement {
  font-size: 13px;
  position: absolute;
  left: 165px;
  top: 470px;
  display: flex;
  align-items: center;
}

.argeement .check {
  position: absolute;
  left: 0;
  top: -2px;
  background: url("https://cdn-file.xingga.com/tg/common/check.png?_ver=20221102") -21px 0 no-repeat;
  width: 21px;
  height: 20px;
  margin-right: 5px;
  cursor: pointer;
}

.argeement .check.active {
  background-position: 0 0;
}

.argeement a {
  text-decoration: none;
  color: white;
  margin-left: 26px;
}

.login_submit:hover,
.third_login a:hover {
  opacity: .8;
}

.third_login {
  position: absolute;
  top: 535px;
  left: 230px;
}

.third_login a {
  width: 46px;
  height: 47px;
  display: inline-block;
}

.third_login .qq {
  background: url("https://cdn-file.xingga.com/tg/common/qq.png?_ver=20221102");
  margin-right: 20px;
}

.third_login .wechat {
  background: url("https://cdn-file.xingga.com/tg/common/wechat.png?_ver=20221102");
}

footer {
  position: fixed;
  bottom: 10px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
}

footer a {
  text-decoration: none;
  color: white;
}

footer a:hover {
  color: #ccc;
}