* {
  margin: 0;
  padding: 0;
}

html {
  overflow: hidden;
}

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

.bg_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.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;
}

.login_form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 608px;
  height: 615px;
  background: url("https://cdn-www.xingga.com/tg/static/tui/img/login_form.png?_ver=20220718") center no-repeat;
  margin-top: -308px;
  margin-left: -304px;
}

.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: 175px;
  left: 250px;
}

.account_input {
  position: absolute;
  top: 198px;
  right: 175px;
  width: 185px;
  height: 35px;
  border: none;
  outline: none;
  background: transparent;
}

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

.pwd_input {
  position: absolute;
  top: 268px;
  right: 175px;
  width: 185px;
  height: 35px;
  border: none;
  outline: none;
  background: transparent;
}

.login_submit {
  width: 170px;
  height: 84px;
  background: url("https://cdn-file.xingga.com/tg/bzsc/1/btn.gif?_ver=20220718") 0 0 no-repeat;
  position: absolute;
  left: 220px;
  top: 340px;
  cursor: pointer;
  border: none;
  outline: none;
}

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

.argeement .check {
  position: absolute;
  left: 0;
  top: -2px;
  background: url("https://cdn-file.xingga.com/tg/common/check.png") -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: 507px;
  left: 247px;
}

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

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

.third_login .wechat {
  width: 46px;
  height: 46px;
  background: url("https://cdn-file.xingga.com/tg/common/wechat.png");
}

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

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

footer a:hover {
  color: #ccc;
}

footer .tip {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.load-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}

.loading-img {
  width: 100%;
  height: auto;
}

.safe_verify {
  position: absolute;
  left: 110px;
  top: 165px;
  width: 385px;
  height: 300px;
  border-radius: 10px;
  text-align: center;
  display: none;
  background: #333;
}

.safe_verify .title {
  color: #ad9263;
  font-size: 20px;
  line-height: 100px;
}

.safe_verify .img {
  display: block;
  width: 186px;
  height: 36px;
  margin: 0 auto;
  cursor: pointer;
}

.safe_verify input {
  display: block;
  width: 186px;
  height: 36px;
  margin: 30px auto;
  border: 1px solid #ad9263;
  outline: none;
  text-indent: 10px;
  box-sizing: border-box;
}

.safe_verify button {
  display: block;
  width: 186px;
  height: 36px;
  margin: 0 auto;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.safe_verify button {
  background: #ad9263;
}