@charset "utf-8";
/* reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  outline-style: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -o-font-smoothing: antialiased !important;
  -ms-font-smoothing: antialiased !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
ol,
dl {
  list-style: none;
}
html,
body {
  font: 400 16px/100% "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; /* font-family: "\5FAE\8F6F\96C5\9ED1"; */
  -webkit-touch-callout: none;
  background: rgb(22, 42, 95);
}
body {
  background: #2d343c;
  color: #fff;
  width: 100%;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
img {
  border: none;
  padding: 0;
  margin: 0;
}
em,
i,
b {
  font-style: normal;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
option {
  outline: none;
}
.c:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.c,
.clearfix {
  zoom: 1;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
input {
  padding: 0px;
  margin: 0px;
}
input[type="button"] {
  -webkit-appearance: none;
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="radio"],
textarea {
  /*outline-style:none; -webkit-appearance:none;*/
}
textarea {
  resize: none;
}

html {
  background: #2d343c;
  color: #fff;
  width: 100%;
  margin: 0;
}
.bg-l {
  background: url("https://game.gtimg.cn/images/yxzj/girl/bg-l.jpg") no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  zoom: 1;
  /* background-color: #093a73; */
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-position: center 0;
}
.bg-v {
  background: url("https://game.gtimg.cn/images/yxzj/girl/bg-v.jpg") no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  zoom: 1;
  /* background-color: #093a73; */
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-position: center 0;
}
.btn {
  display: block;
  width: 100%;
  height: 100%;
}
