@charset "utf-8";
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.banner {
  background: url('../img/banner.jpg') no-repeat center top;
  background-size: cover;
  height: 960px;
}
.banner .container {
  position: relative;
}
.banner-list {
  padding-top: 42%;
  overflow: hidden;
}
.banner-list .item {
  float: left;
  width: 48%;
}
.banner-list .item:last-child {
  float: right;
}
.banner-list .item .inner-con {
  position: relative;
  height: 15em;
  padding: 2em;
  text-align: center;
  background: #181818;
  border: solid 2px #4a4a4a;
}
.banner-list .item .inner-con h2 {
  position: absolute;
  left: 0;
  bottom: 2em;
  width: 100%;
  font-size: 1.5em;
}
.countdown ul {
  margin: 0 auto;
  overflow: hidden;
}
.countdown ul li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 20px;
}
.countdown ul li strong {
  display: block;
  letter-spacing: 2px;
  width: 90px;
  height: 70px;
  line-height: 70px;
  font-size: 3em;
  margin-bottom: 10px;
  font-weight: normal;
  background: url('../img/time-bg.png') no-repeat center top;
}
.award {
  padding-bottom: 30px;
  padding-top: 20px;
  font-size: 2em;
}
.award strong {
  font-size: 2em;
  font-weight: normal;
  color: #fee600;
}
.egg-list {
  position: relative;
}
.egg-list:before {
  content: '';
  position: absolute;
  top: 347px;
  left: 0;
  width: 100%;
  height: 15px;
  border-radius: 3em;
  border: solid 1px #262626;
  background: #1e1e1e;
}
.egg-list ul {
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.egg-list ul li {
  float: left;
  width: 33.333%;
  padding: 0.8em 1.5em;
}
.egg-list ul li .item {
  position: relative;
  width: 350px;
  height: 410px;
  margin: 0 auto;
  text-align: center;
  background: url('../img/agg.png') no-repeat center top;
}
.egg-list ul li .item .img-con {
  padding-top: 85px;
}
.egg-list ul li .item p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 1.2em;
}
.egg-list ul li .item.over {
  background: url('../img/agg-over.png') no-repeat center top;
}
.egg-list ul li .item.active {
  background: url('../img/agg-hov.png') no-repeat center top;
}
.special-user {
  padding: 2em 0 6em;
  position: relative;
}
.special-user .float-bg1 {
  position: absolute;
  right: 10%;
  bottom: 0;
  display: block;
  width: 82px;
  height: 105px;
  background: url('../img/float-bg1.png') no-repeat center top;
}
.special-user .list ul {
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.special-user .list ul li {
  float: left;
  width: 33.333%;
  padding: 0.8em 1.5em;
}
.special-user .list ul li .item {
  position: relative;
  width: 313px;
  height: 360px;
  padding: 100px 0 0;
  margin: 0 auto;
  text-align: center;
}
.special-user .list ul li .item h3 {
  font-size: 1.4em;
  margin-bottom: 0.8em;
}
.special-user .list ul li .item p {
  height: 4em;
  line-height: 1.5em;
}
.special-user .list ul li .item strong {
  font-size: 1.4em;
  color: #00ffea;
}
.special-user .list ul li:nth-child(1) {
  margin-top: 30px;
  background: url('../img/special1.png') no-repeat center top;
}
.special-user .list ul li:nth-child(2) {
  background: url('../img/special2.png') no-repeat center top;
}
.special-user .list ul li:nth-child(3) {
  margin-top: 30px;
  background: url('../img/special3.png') no-repeat center top;
}
.special-user .list ul li:nth-child(4) {
  margin-top: 30px;
  background: url('../img/special4.png') no-repeat center top;
}
.special-user .list ul li:nth-child(5) {
  background: url('../img/special5.png') no-repeat center top;
}
.ranking {
  position: relative;
}
.ranking .float-bg1 {
  position: absolute;
  left: 5%;
  bottom: 0;
  display: block;
  width: 82px;
  height: 105px;
  background: url('../img/float-bg1.png') no-repeat center top;
}
.ranking .ranking-left ul {
  padding-top: 40px;
}
.ranking .ranking-left ul li {
  float: left;
  width: 33.333%;
  padding: 0 40px;
  margin-bottom: 100px;
}
.ranking .ranking-left ul li:nth-child(1) .icon-top {
  background: url('../img/top1.png') no-repeat center top;
}
.ranking .ranking-left ul li:nth-child(2) .icon-top {
  background: url('../img/top2.png') no-repeat center top;
}
.ranking .ranking-left ul li:nth-child(3) .icon-top {
  background: url('../img/top3.png') no-repeat center top;
}
.ranking .ranking-left .item {
  position: relative;
  padding: 2em 0 2em 8em;
  background: -webkit-linear-gradient(top, #181818 0%, rgba(24, 24, 24, 0) 100%);
  border: solid 2px #4a4a4a;
}
.ranking .ranking-left .item .header-img {
  position: absolute;
  left: 10px;
  top: -50px;
  width: 86px;
  height: 86px;
  padding: 2px;
  border: solid 2px #0057ff;
  background: #1e1e1e;
}
.ranking .ranking-left .item .icon-top {
  position: absolute;
  left: 100px;
  top: -62px;
  width: 122px;
  height: 64px;
}
.ranking .ranking-left .item h3 {
  overflow: hidden;
}
.ranking .ranking-left .item h3 strong {
  float: left;
  font-size: 1.6em;
  color: #00ffea;
  line-height: 40px;
  margin-right: 10px;
}
.ranking .ranking-left .item h3 strong img {
  width: 40px;
}
.ranking .ranking-left .item h3 span {
  float: left;
  padding-top: 15px;
  font-size: 0.8em;
  font-weight: normal;
}
.ranking .ranking-left .item p {
  margin: 10px 0 0;
}
.ranking .ranking-right {
  float: right;
  width: 662px;
  height: 736px;
  padding: 7em 7em 5em 6em;
  background: url('../img/ranking-r.png') no-repeat center top;
}
.ranking .ranking-right ul li {
  border-bottom: solid 1px #5d0707;
  padding: 13px 0;
  overflow: hidden;
}
.ranking .ranking-right ul li span {
  float: left;
  line-height: 40px;
  font-size: 1.2em;
}
.ranking .ranking-right ul li span:nth-child(1) {
  width: 15%;
  color: #fee600;
}
.ranking .ranking-right ul li span:nth-child(2) {
  width: 50%;
}
.ranking .ranking-right ul li span:nth-child(3) {
  width: 35%;
}
.ranking .ranking-right ul li span:nth-child(3) img {
  display: block;
  width: 40px;
}
.color-blue {
  color: #00ffea;
}
.news {
  padding: 3em 0 10em;
  position: relative;
}
.news .float-bg2 {
  position: absolute;
  right: 10%;
  bottom: 3em;
  display: block;
  width: 82px;
  height: 105px;
  background: url('../img/float-bg2.png') no-repeat center top;
}
.news .news-list {
  width: 1140px;
  height: 585px;
  padding: 7em 5.3em 5em 10em;
  background: url('../img/news-bg.png') no-repeat center top;
}
.news .news-list .news-scroll {
  height: 405px;
  overflow: hidden;
}
.news .news-list ul li {
  line-height: 30px;
  padding: 10px 0;
  border-bottom: solid 1px #0122d8;
  overflow: hidden;
}
.news .news-list ul li a {
  color: #00ffea;
}
.news .news-list ul li .text {
  padding-right: 100px;
}
.news .news-list ul li .time {
  float: right;
}
.process-list {
  position: relative;
  width: 1200px;
  height: 960px;
  padding: 10em 10em 2em 10em;
  overflow: hidden;
  background: url('../img/process.png') no-repeat center top;
}
.process-list > ul {
  float: left;
  width: 50%;
}
.process-list > ul:nth-child(2) {
  padding-left: 5em;
}
.process-list > ul li {
  padding: 10px 0;
}
.process-list > ul li .time {
  float: left;
  color: #00ffea;
  width: 100px;
}
.process-list > ul li .text {
  margin-left: 100px;
  text-align: center;
}
.process-list .precautions {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 3em 11em;
}
.process-list .precautions ul li {
  line-height: 1.2em;
  padding: 0.6em 0;
}
.footer {
  height: 180px;
  margin-bottom: 10em;
  background: url('../img/footer.png') no-repeat center top;
}
