/*

 */
/*框架、初始化*/
html, body {
  height: 100%;
  position: relative;
}
img {
  border: 0;
  vertical-align: middle;
}
body {
  background: #110502;
  font-family: 'Abel', sans-serif;
  font-size: 1em;
  color: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
strong {
  font-size: 72px;
  position: absolute;
  z-index: 20;
  color: #FFFFFF;
}
ul {
  list-style: none;
}
ul, li {
  margin: 0;
  padding: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
li {
  list-style: none;
}
h1, h2 {
  margin: 0;
}
.bg {
  width: 100%;
  position: relative;
  height: 100%;
  background-size: cover;
}
.tip {
  text-align: center;
  font-size: 1em;
}
.tip li {
  font-size:0.5em;
	text-transform: uppercase;
	margin-top: 5px;
	color: #fff5fe;
}
.title {
    width: 100%;
	text-align: center;
}
.title img {
    width: 85%;
}
.tip h2 {
  font-size: 1.3em;
  color: #fff;
  padding:36px 0 6px 0;
  ;
  text-shadow: 0px 2px 1px #000;
}
#res_num {
color: #fff;
    display: inline-block;
    background-color: #911576c9;
    padding: 0 10px;
    border-radius: 60px;
    font-size: 1.2em;
    border: 2px solid #ffffffa8;
    text-shadow: none;
    box-shadow: inset 0px 0px 10px 3px rgb(46 6 77);
}
.button {
  cursor: pointer;
  margin: 0 auto;
  -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 28%);
  box-shadow: 0 1px 0 rgb(0 0 0 / 28%);
  font-size: 1.4em;
  line-height: 42px;
  border: 2px solid #670404ad;
  border-radius: 46px;
  color: #fff;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  position: relative;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
  overflow: hidden;
  background: #d81b21;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
  background: -moz-linear-gradient(top, #ed1c24, #aa1317);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
  padding: 6px 40px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.button.radius {
  border-radius: 46px;
}
.button.blue {
  border: 2px solid #063d73;
  background: #1963b3;
  background: -webkit-gradient(linear, left top, left bottom, from(#1963b3), to(#051963));
  background: -moz-linear-gradient(top, #1963b3, #051963);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1963b3', endColorstr='#051963');
}
.Ibutton {
  cursor: pointer;
  margin: 0 auto;
  overflow: hidden;
  text-transform: uppercase;
  background: none;
  border: none;
}
.Ibutton img {
  width: 85%;
}
.input {
  border: 2px solid #000;
  height: 40px;
  width: 80%;
  margin: 14px auto;
  border-radius: 6px;
  background-color: #ffffffbd;
  color: #000;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  outline: none;
  text-align: center;
}
input:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
textarea {
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  border: #364f86 1px solid;
  border-radius: 3px;
  outline: none;
}
textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
.regist {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.box {
  position: absolute;
  top: -50%;
  background: #220535;
  width: 100%;
  transition: 1s;
  z-index: 100;
}
.box .button {
  border-radius: 46px;
  line-height: 26px;
  font-size: 1.2em;
}
.box .button:hover {
  background: #b61318;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
  background: -moz-linear-gradient(top, #c9151b, #a11115);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.box-show {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 18px 0;
}
.box h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  color: #fb7701;
  font-weight: 600;
}
.box li {
  text-align: center;
  text-transform: uppercase;
}
.box-c {
  overflow: hidden;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.txtb {
  position: relative;
  margin-bottom: 10px;
}
#hex {}
.prev {
  width: 50px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.apply {
  float: right;
  border: none;
  background: #2c3e50;
  text-transform: uppercase;
  padding: 6px 30px;
  color: white;
  cursor: pointer;
}
#gray {
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  position: absolute;
  display: none;
  z-index: 99;
  top: 0;
  bottom: 0;
}
#gray.box-show {
  display: block;
}
.reward {
  margin: 10px 0;
}
.reward {
  width: 85%;
  margin: 0 auto;
}
.reward li {
    width: 30%;
    display: inline-block;
    padding: 0 20px;
}
.reward li img {
  width: 100%;
}
.reward h2 {
  display: inline-block;
  color: #fb7701;
  font-size: 1em;
  text-shadow: 0px 1px 0 #000;
}
@media screen and (min-width: 500px) {
  .reward {
    width: 60%;
  }
}