html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
audio,
video,
button {
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}
input[type="text"],
input[type="password"],
button,
input[type="button"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Microsoft YaHei", Helvetica, STHeiti, Droid Sans Fallback;
  outline: none;
}
ul,
ol,
li {
  list-style: none;
}
em {
  font-style: normal;
}
html,
body {
  height: 100%;
  position: relative;
}
body {
  font-family: "Microsoft YaHei", Helvetica, STHeiti, Droid Sans Fallback;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 5rem;
  max-width: 10rem;
  overflow-x: hidden;
  color: #666;
  line-height: 1.666;
  margin: 0 auto;
  min-height: 100%;
  background: #48453f;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
img {
  border: 0 none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.wrapper {
  width: 100%;
  position: relative;
}
.bg {
  width: 100%;
}
.logo {
  position: absolute;
  top: 0.46666667rem;
  left: 0.85333333rem;
  width: 3.93333333rem;
  height: 1.89333333rem;
}
/* 按钮 */
a.btn,
a.btn-grey {
  position: absolute;
  right: 0.58666667rem;
  top: 6.84rem;
  width: 3.64rem;
  height: 0.97333333rem;
}
a.btn {
  background: url(../img/btn.png) no-repeat;
  background-size: cover;
}
a:hover.btn {
  background: url(../img/btn_hover.png) no-repeat;
  background-size: cover;
}
a.btn-grey {
  background: url(../img/btn_grey.png) no-repeat;
  background-size: cover;
  display: none;
}
/* 规则 */
.rule {
  position: absolute;
  top: 10.34666667rem;
  left: 0;
  width: 100%;
}
.rule dt {
  width: 6.29333333rem;
  height: 0.42666667rem;
  display: block;
  background: url(../img/rule_tit.jpg) no-repeat;
  background-size: cover;
  left: 1.4rem;
  position: absolute;
  top: -0.2rem;
}
.rule dd {
  color: #f9f9f9;
  border: solid 1px #7c7a76;
  font-size: 0.29333333rem;
  margin: 0 0.13333333rem;
  padding: 0.53333333rem 0.26666667rem 0.4rem;
  line-height: 0.37333333rem;
}
.rule dd a,
.rule dd a:hover,
.reg a {
  color: #ffe23b;
}
/* 弹层 */
#overlay {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.close {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0.13333333rem;
  right: 0.09333333rem;
  width: 0.4rem;
  height: 0.4rem;
  transition: all .3s;
  z-index: 1;
  background: url(../../img/close.png) no-repeat;
  background-size: cover;
}
.close:hover {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.pop01,
.pop02,
.pop03,
.pop04 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.pop01,
.pop01 img {
  width: 6.68rem;
  height: 6rem;
}
.pop01 .close {
  top: 0.13333333rem;
  right: 0.61333333rem;
}
.pop02 {
  width: 6rem;
  height: 4.53333333rem;
  background: url(../../img/pop02.jpg) no-repeat;
  background-size: cover;
}
.pop02 .btns a {
  margin: 0.08rem 0.26666667rem 0;
}
.modal h2 {
  font-size: 0.48rem;
  color: #2c4167;
  -webkit-text-stroke: 0.01333333rem #ffffff;
  text-align: center;
  line-height: 1.30666667rem;
  margin-bottom: 0.16rem;
}
.modal ul {
  width: 100%;
}
.modal ul li {
  width: 100%;
  margin-bottom: 0.24rem;
  overflow: hidden;
}
.modal ul li span {
  width: 0.96rem;
  text-align: right;
  padding-right: 0.13333333rem;
  color: #f3f3f3;
  font-size: 0.24rem;
  display: inline-block;
  float: left;
  line-height: 0.45333333rem;
}
.modal ul li input,
.modal ul li select {
  width: 4.56rem;
  height: 0.45333333rem;
  line-height: 0.45333333rem;
  background: #d3d8df;
  color: #2c4167;
  font-size: 0.24rem;
  text-indent: 0.16rem;
  border: none;
  display: inline-block;
  float: left;
}
.modal ul li input.verify-input {
  width: 3.2rem;
  margin-right: 0.13333333rem;
}
.verify-img {
  width: 1.2rem;
  height: 0.45333333rem;
}
.btns {
  text-align: center;
}
.btns a {
  margin: 0.48rem 0.26666667rem 0;
  width: 1.38666667rem;
  height: 0.38666667rem;
  line-height: 0.38666667rem;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 0.24rem;
  transition: all .2s;
}
.btns a:hover {
  opacity: .9;
}
.btns a.btn-confirm {
  background: url(../../img/btn_confirm.jpg) no-repeat;
  background-size: cover;
  color: #822013;
}
.btns a.btn-cancel {
  background: url(../../img/btn_cancel.jpg) no-repeat;
  background-size: cover;
  color: #4a5361;
}
.reg {
  text-align: center;
  color: #fff;
}
.reg a.forget {
  margin-left: 0.4rem;
}
.pop03 {
  width: 6rem;
  height: 7.89333333rem;
  background: url(../../img/pop03.jpg) no-repeat;
  background-size: cover;
}
.modal .pop03 ul li span {
  width: 1.53333333rem;
  padding-right: 0.08rem;
}
.modal .pop03 ul li input {
  width: 4.02666667rem;
}
.modal .pop03 ul li select {
  width: 4.02666667rem;
}
.modal .pop03 h2 {
  margin-bottom: 0.09333333rem;
}
.pop03 div {
  color: #f3f3f3;
  font-size: 0.24rem;
  text-indent: 1.22666667rem;
  line-height: 0.46666667rem;
}
.pop04 {
  width: 6rem;
  height: 4.53333333rem;
  background: url(../../img/pop04.jpg) no-repeat;
  background-size: cover;
}
.modal .pop04 h2 {
  font-size: 0.56rem;
  -webkit-text-stroke: 0.01333333rem #23244e;
  background-image: linear-gradient(to bottom, #fde664, #fdce31);
  -webkit-background-clip: text;
  color: transparent;
}
.pop04 p {
  font-size: 0.4rem;
  background-image: linear-gradient(0deg, #fdce31, #fde663);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.05333333rem;
  text-align: center;
  padding: 0.37333333rem 0 0.46666667rem;
}
