.home {
  min-width: 960px;
  max-width: 1920px;
  margin: 0 auto;
}

.home .header {
  height: 562px;
  background-image: url("../images/banner.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

.home .header .header_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.home .header .top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 86px;
  padding: 5px 165px 5px 175px;
  background-image: url("../images/top.png");
  background-size: 100% 100%;
}

.home .header .top .top_text {
  font-size: 16px;
  color: #FFF;
}

.home .header .top .top_text .nav {
  color: #FFF;
  text-align: center;
  cursor: pointer;
}

.home .header .top .top_text .nav:hover {
  color: #00E3D6;
}

.home .header .top .top_text .nav.nav_news {
  margin-left: 50px;
}

.home .header .top .top_text .nav.nav_pay {
  margin-left: 40px;
}

.home .header .top .top_text .nav .nav_text {
  display: block;
}

.home .header .top .top_text .nav .nav_words {
  margin-top: 8px;
  font-size: 13px;
}

.home .header .download_box {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 535px;
  height: 168px;
  padding: 0 40px;
  margin-bottom: 50px;
  margin-right: 20px;
  border-radius: 10px;
  background: rgba(2, 80, 66, 0.67);
}

.home .header .download_box .game_download {
  color: #FFF;
  cursor: pointer;
  text-align: center;
  opacity: 0.9;
}

.home .header .download_box .game_download:hover {
  opacity: 1;
}

.home .header .download_box .game_download .icon {
  width: 54px;
  height: 40px;
  vertical-align: middle;
}

.home .header .download_box .game_download .text {
  margin-top: 9px;
  margin-bottom: 6px;
  font-size: 22px;
}

.home .header .download_box .game_download .words {
  font-size: 16px;
}

.home .header .download_box .placeholder {
  width: 120px;
  height: 120px;
  background: #fff;
}

.home .header .download_box .version .button {
  opacity: 0.95;
  cursor: pointer;
}

.home .header .download_box .version .button:hover {
  opacity: 1;
}

.home .header .download_box .version .img {
  width: 142px;
  height: 46px;
  margin-bottom: 12px;
  vertical-align: middle;
}

.home .header .download_box .version .version_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}

.home .header .download_box .version .version_box .item {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  text-align: center;
  opacity: 0.9;
}

.home .header .download_box .version .version_box .item:hover {
  opacity: 1;
}

.home .header .download_box .version .version_box .item .item_img {
  width: 45px;
  height: 45px;
  margin-bottom: 8px;
  vertical-align: middle;
}

.home .center {
  height: 818px;
  background-image: url("../images/bg_center.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

.home .center .center_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.home .center .center_content .news_center {
  width: 100%;
  height: 446px;
  margin-top: 35px;
  background: #0a9082;
}

.home .center .center_content .news_center .news_list {
  width: 455px;
  padding: 25px 85px 30px 45px;
}

.home .center .center_content .news_center .news_list .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  font-family: SourceHanSansSC;
  color: #FEC854;
  padding-bottom: 15px;
  border-bottom: 1px solid #27cdbb;
}

.home .center .center_content .news_center .news_list .list .list_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  padding: 15px 0;
  color: #04daf6;
  border-bottom: 1px dashed rgba(39, 205, 187, 0.5);
}

.home .center .center_content .news_center .news_list .list .list_item:hover .notice {
  color: #ebe43a;
}

.home .center .center_content .news_center .news_list .list .list_item:hover .notice_title {
  color: #ebe43a;
}

.home .center .center_content .news_center .news_list .list .list_item .dot {
  width: 6px;
  height: 6px;
  margin-right: 5px;
  background: #04daf6;
}

.home .center .center_content .news_center .news_list .list .list_item .notice_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFF;
}

.home .center .center_content .news_center .advertising {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.home .center .center_content .news_center .advertising .ad_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 122px;
  font-size: 22px;
  color: #FFF;
}

.home .center .center_content .news_center .advertising .ad_item:first-of-type {
  background: #42b76b;
}

.home .center .center_content .news_center .advertising .ad_item:nth-of-type(2) {
  background: #fe9d1c;
}

.home .center .center_content .news_center .advertising .ad_item:nth-of-type(3) {
  background: #6487db;
}

.home .center .center_content .news_center .advertising .ad_item:nth-of-type(4) {
  background: #e8655f;
}

.home .center .center_content .news_center .advertising .ad_item.pull {
  width: 100%;
  height: 202px;
  background: #16ca94;
}

.home .center .center_content .news_center .advertising .ad_item.pull .img_box {
  margin-left: 60px;
}

.home .center .center_content .news_center .advertising .ad_item.pull .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin-left: 0;
}

.home .center .center_content .news_center .advertising .ad_item .img_box {
  width: 140px;
  margin-left: 15px;
  vertical-align: middle;
}

.home .center .center_content .news_center .advertising .ad_item .text {
  margin-left: -25px;
  letter-spacing: 2px;
}

.home .center .center_content .moment {
  width: 100%;
  height: 175px;
  margin-top: 25px;
  background: #089485;
}

.home .center .center_content .moment .moment_title {
  height: 40px;
  font-size: 20px;
  color: #FFF;
  line-height: 40px;
  letter-spacing: 2px;
  text-align: center;
  background: #186972;
}

.home .center .center_content .moment .moment_content {
  position: relative;
}

.home .center .center_content .moment .moment_content .swiper-button-prev {
  left: 25px;
  width: 20px;
  height: 32px;
  background-image: url("../images/left.png");
  background-size: auto;
}

.home .center .center_content .moment .moment_content .swiper-button-next {
  right: 25px;
  width: 20px;
  height: 32px;
  background-image: url("../images/right.png");
  background-size: auto;
}

.home .center .center_content .moment .moment_content .swiper-container {
  margin: 15px 80px;
}

.home .center .center_content .customer_service {
  width: 880px;
  height: 66px;
  margin-top: 30px;
  background: #089485;
}

.home .center .center_content .customer_service .connection {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 214px;
  background: #186972;
}

.home .center .center_content .customer_service .connection .icon {
  width: 37px;
  margin-right: 10px;
}

.home .center .center_content .customer_service .connection .right {
  color: #FFF;
}

.home .center .center_content .customer_service .connection .right .text {
  margin-bottom: 5px;
  font-size: 22px;
  letter-spacing: 5px;
}

.home .center .center_content .customer_service .connection .right .words {
  font-size: 16px;
}

.home .center .center_content .customer_service .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .center .center_content .customer_service .list .list_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  font-size: 18px;
  color: #FFF;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #157e7d;
}

.home .center .center_content .customer_service .list .list_item:last-of-type {
  border-right: none;
}

.home .center .center_content .customer_service .list .list_item .img {
  width: 26px;
  margin-right: 10px;
}
/*# sourceMappingURL=index.css.map */