@keyframes animate1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 108px);
  }
}
@keyframes animate2 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.position_all_center {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.position_left_center {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.img_block_center {
  display: block;
  line-height: 0;
  margin: 0 auto;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 1300px;
  margin: 0 auto;
}
.fixed_down {
  width: 167px;
  height: 537px;
  position: fixed;
  top: 35%;
  left: 14px;
  z-index: 99;
  background: url('../images/Bottom.png') no-repeat;
  background-size: cover;
}
.fixed_down img {
  width: 116px;
  display: block;
  margin: 12px auto 0 auto;
}
.fixed_down p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 8px 0 0 0;
  line-height: 14px;
}
.fixed_down a {
  display: block;
  margin: 10px auto 0 auto;
  transition: all 0.2s;
}
.fixed_down a:hover {
  transform: scale(1.05, 1.05);
}
.fixed_down a img {
  display: block;
  width: 120px;
  line-height: 0;
  margin: 0 auto;
}
.fixed_down ul {
  text-align: center;
}
.fixed_down ul li {
  display: inline-block;
  width: 30px;
  position: relative;
}
.fixed_down ul li:hover > img,
.fixed_down ul li:hover label {
  display: block;
}
.fixed_down ul li a img {
  display: block;
  width: 100%;
  line-height: 0;
  margin: 0 auto;
}
.fixed_down ul li > img,
.fixed_down ul li label {
  display: none;
  width: 102px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
.fixed_down ul li > label img {
  width: 100%;
}
.fixed_down ul li > label p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 14px;
  line-height: 26px;
  transform: translate(0, -50%);
}
.fixed_right {
  width: 120px;
  position: fixed;
  top: 35%;
  right: 20px;
  z-index: 99;
}
.fixed_right a {
  display: block;
  height: 22px;
  margin: 20px 0 0 0;
  position: relative;
}
.fixed_right a.active label {
  width: 27px;
  height: 22px;
  right: -3px;
  background: url('../images/icon_right_nva1.png') no-repeat;
  background-size: cover;
}
.fixed_right a span {
  display: block;
  float: right;
  height: 100%;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  margin: 0 36px 0 0;
}
.fixed_right a label {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: url('../images/icon_right_nva2.png') no-repeat;
  background-size: cover;
}
.fixed_right a i {
  width: 1px;
  height: 24px;
  top: 18px;
  right: 8px;
  position: absolute;
  background: #000;
}
.item {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.item_title {
  display: block;
  margin: 80px 0 0 250px;
}
.item1 {
  height: 953px;
  /*background-image: url('../images/Main.jpg');*/
  background-size: cover;
  /* background-size: cover; */
}
.item1 .down_box {
  width: 500px;
  height: 150px;
  position: absolute;
  margin: auto;
  left: 70px;
  right: 0;
  bottom: 20px;
  background: url('../images/v-bottom2.png') no-repeat;
  background-size: 100% 100%;
}
.item1 .down_box label {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #fff;
}
.item1 .down_box label.animate {
  animation: twinkle 0.4s linear alternate;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
}
.item1 .down_box .down_mark {
  width: 112px;
  position: absolute;
  top: 18px;
  left: 16px;
  margin: auto;
}
.item1 .down_box .down_mark img {
  width: 112px;
}
.item1 .down_box .down_mark i {
  display: block;
  width: 108px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 2px;
  opacity: 0.9;
  background: #efc190;
  box-shadow: 0 0 20px #ff8f20;
  animation: animate1 2s linear alternate infinite;
}
.item1 .down_box p {
  position: absolute;
  left: 136px;
  height: 100%;
  margin: 4px 0 0 0;
  font-size: 14px;
  color: #fff1e7;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}
.item1 .down_box .down_link {
  width: 180px;
  height: 100%;
  position: absolute;
  top: 18px;
  left: 174px;
}
.item1 .down_box .down_link a {
  display: block;
  width: 180px;
  height: 53px;
  transition: all 0.2s;
}
.item1 .down_box .down_link a:hover {
  transform: translate(0, -5px);
}
.item1 .down_box .down_link .down_ios {
  margin: 0 0 8px 0;
  background: url('../images/apple.png') no-repeat;
}
.item1 .down_box .down_link .down_az {
  margin: 0 0 8px 0;
  background: url('../images/Android.png') no-repeat;
}
.item1 .down_box .down_link .taptap {
  background: url('../images/taptap.png') no-repeat;
}
.item1 .down_box .down_gift {
  position: absolute;
  top: 18px;
  left: 362px;
  transition: all 0.2s;
}
.item1 .down_box .down_gift:hover {
  cursor: pointer;
  transform: translate(0, -5px);
}
.item1 .down_box .down_gift img {
  display: block;
  line-height: 0;
  width: 112px;
}
.item1 .down_box .down_star {
  position: absolute;
  top: -38px;
  left: 484px;
  transition: all 0.2s;
}
.item1 .down_box .down_star:hover {
  cursor: pointer;
  transform: translate(0, -5px);
}
.item1 .down_box .down_star img {
  display: block;
  line-height: 0;
  width: 113px;
}
.item1 .down_order {
  display: block;
  width: 320px;
  height: 77px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 60px;
  transition: all 0.2s;
  background: url('../images/icon_order_btn.png') no-repeat;
}
.item1 .down_order:hover {
  transform: scale(1.02, 1.02);
}
.item1 .play_video_icon {
  position: absolute;
  /* top: 540px;
  right: 22%; */
  top: 42%;
  right: 6%;
  animation: animate2 0.8s linear alternate infinite;
}
.item1 .play_video_icon:hover {
  cursor: pointer;
}
.item1 .play_video_icon img {
  display: block;
  line-height: 0;
  width: 74px;
}
.item2 {
  height: 879px;
  background-image: url('../images/bimg1.jpg');
}
.item2 .new_container {
  width: 1285px;
  position: absolute;
  top: 230px;
  left: 0;
  right: 0;
  margin: auto;
}
.item2 .new_list {
  width: 541px;
  float: left;
}
.item2 .new_list .new_list_nav {
  width: 100%;
  height: 40px;
}
.item2 .new_list .new_list_nav li {
  float: left;
  width: 100px;
  height: 100%;
  margin: 0 0 0 10px;
  text-align: center;
  color: #8695ec;
  font-size: 20px;
  line-height: 40px;
  background: #171a43;
  transition: all 0.2s;
}
.item2 .new_list .new_list_nav li:first-child {
  margin: 0;
}
.item2 .new_list .new_list_nav li.active {
  color: #b4e4f2;
  background: #1739a7;
}
.item2 .new_list .new_list_nav li:hover {
  cursor: pointer;
  color: #b4e4f2;
  background: #1739a7;
}
.item2 .new_list .new_list_title {
  width: 100%;
  margin: 30px 0 0 0;
  display: none;
}
.item2 .new_list .new_list_title li {
  height: 52px;
  padding: 0 10px 0 14px;
  box-sizing: border-box;
  border-bottom: 1px solid #151b4f;
}
.item2 .new_list .new_list_title li:hover {
  cursor: pointer;
  background: url('../images/new_bimg1.png') no-repeat;
  background-size: cover;
  border: none;
}
.item2 .new_list .new_list_title li:hover p {
  color: #fff;
}
.item2 .new_list .new_list_title li a {
  line-height: 0;
  font-size: 18px;
  width: 100%;
  height: 100%;
  margin: 0;
}
.item2 .new_list .new_list_title li p {
  width: 400px;
  height: 100%;
  font-size: 18px;
  color: #a1a6d2;
  line-height: 52px;
  float: left;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item2 .new_list .new_list_title li span {
  display: block;
  float: right;
  height: 100%;
  color: #fff;
  line-height: 52px;
  font-size: 14px;
}
.item2 .new_list .new_list_title_active {
  display: block;
}
.item2 .new_list a {
  display: block;
  width: 541px;
  margin: 30px 0 0 0;
}
.item2 .new_list a img {
  display: block;
  width: 100%;
  line-height: 0;
}
.item2 .new_banner {
  width: 705px;
  height: 474px;
  float: right;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #d4af3a;
}
.item2 .new_banner > div {
  width: 686px;
  height: 461px;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
}
.item2 .new_banner > div .swiper-slide img {
  display: block;
  width: 100%;
  line-height: 0;
}
.item2 .new_banner > div .swiper-pagination {
  text-align: left;
}
.item2 .new_banner > div .swiper-pagination span {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.item2 .new_banner > div .swiper-pagination span.swiper-pagination-bullet-active {
  background: #d4af3a;
}
.item3 {
  height: 905px;
  background-image: url('../images/bimg2.png');
}
.item3 .swiper_player {
  width: 1470px;
  margin: 0 auto;
  position: relative;
}
.item3 .swiper_player > div {
  width: 1160px;
  height: 550px;
  margin: 0 auto;
}
.item3 .swiper_player > div .swiper-container {
  width: 1160px;
  height: 100%;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.item3 .swiper_player > div .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.item3 .swiper_player > div .swiper-slide {
  transform: scale(0.9, 0.9);
  transition: all 0.4s;
  opacity: 0.4;
}
.item3 .swiper_player > div .swiper-slide img {
  width: 100%;
}
.item3 .swiper_player > div .swiper-slide-active {
  transform: scale(1.15, 1.15);
  opacity: 1;
}
.item3 .swiper_player .player_prev,
.item3 .swiper_player .player_next {
  width: 35px;
  height: 72px;
  left: 80px;
  right: auto;
  outline: none;
  opacity: 0.6;
  transition: all 0.2s;
  background: url('../images/player_left.png') no-repeat;
  background-size: cover;
}
.item3 .swiper_player .player_prev:hover,
.item3 .swiper_player .player_next:hover {
  opacity: 1;
}
.item3 .swiper_player .player_next {
  left: auto;
  right: 80px;
  background: url('../images/player_right.png') no-repeat;
  background-size: cover;
}
.item4 {
  height: 2579px;
  background-image: url('../images/bimg3.jpg');
}
.item4 .game_content {
  width: 1300px;
  position: relative;
  margin: 60px auto 0 auto;
}
.item4 .game_content .game_swiper {
  width: 1094px;
  height: 626px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #d4af3a;
}
.item4 .game_content .game_swiper .game_list {
  box-sizing: border-box;
  border: 1px solid #d4af3a;
}
.item4 .game_content .game_swiper .swiper-slide img {
  width: 100%;
  display: block;
  line-height: 0;
}
.item4 .game_content .game_prev,
.item4 .game_content .game_next {
  width: 35px;
  height: 72px;
  opacity: 0.6;
  transition: all 0.2s;
  background: url('../images/player_left.png') no-repeat;
  background-size: cover;
}
.item4 .game_content .game_prev:hover,
.item4 .game_content .game_next:hover {
  opacity: 1;
}
.item4 .game_content .game_next {
  background: url('../images/player_right.png') no-repeat;
  background-size: cover;
}
.item4 .game_content .game_pagination {
  width: 100%;
  top: 680px;
  text-align: center;
}
.item4 .game_content .game_pagination span {
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 10px 0 0;
  border-radius: 0;
  background: #535353;
}
.item4 .game_content .game_pagination span.swiper-pagination-bullet-active {
  background: #d4af3a;
}
.item4 .item_title4 {
  margin: 170px 0 0 250px;
}
.item4 .video_box {
  width: 1250px;
  height: 606px;
  margin: 74px auto 0 auto;
}
.item4 .video_box > div {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.item4 .video_box > div.video_right:hover img {
  transform: scale(1.1, 1.1);
}
.item4 .video_box > div.video_right:hover label i {
  transform: translate(0, -20px);
}
.item4 .video_box > div > div {
  width: 100%;
  height: 50%;
  overflow: hidden;
  position: relative;
}
.item4 .video_box > div > div:hover img {
  transform: scale(1.1, 1.1);
}
.item4 .video_box > div > div:hover label i {
  transform: translate(0, -20px);
}
.item4 .video_box > div img {
  display: block;
  width: 100%;
  line-height: 0;
  transition: all 0.4s;
}
.item4 .video_box > div label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  /*background: rgba(0, 0, 0, 0.6);*/
}
.item4 .video_box > div label:hover {
  cursor: pointer;
}
.item4 .video_box > div label span {
  display: block;
  position: absolute;
  font-size: 24px;
  color: #f9fafb;
  left: 14px;
  bottom: 14px;
}
.item4 .video_box > div label i {
  display: block;
  width: 53px;
  height: 53px;
  transition: all 0.2s;
  background: url('../images/video_icon.png') no-repeat;
  background-size: cover;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.item4 .partner_box {
  margin: 60px 0 0 0;
}
.item4 .partner_box ul {
  width: 1266px;
  margin: 0 auto;
  overflow: hidden;
  position: static;
  padding: 20px;
  background: transparent;
}
.item4 .partner_box ul li {
  float: left;
  margin: 0 20px 20px 0;
  transition: all 0.2s;
}
.item4 .partner_box ul li.no_margin {
  margin: 0;
}
.item4 .partner_box ul li:hover {
  transform: scale(1.05, 1.05);
}
.item4 .partner_box ul li img {
  display: block;
  width: 235px;
  line-height: 0;
}
.item4 ul {
  width: 100%;
  padding: 12px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  background-size: 100% 100%;
  background: url("../images/contactInfoBg.png") no-repeat center;
}
.item4 ul li {
  display: inline-block;
  margin: 0 0 0 40px;
  position: relative;
}
.item4 ul li.item_icon_first {
  margin: 0;
}
.item4 ul li.item_icon_first:hover {
  cursor: pointer;
}
.item4 ul li:hover label {
  display: block;
}
.item4 ul li:nth-child(3) label {
  width: 218px;
  height: 140px;
  padding: 32px 0;
  box-sizing: border-box;
  background: url('../images/icon_tc1.png') no-repeat;
  background-size: cover;
}
.item4 ul li:nth-child(4) label {
  width: 249px;
  height: 160px;
  top: -140px;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
  padding: 8px 16px;
  box-sizing: border-box;
  background: url('../images/icon_tc1.png') no-repeat;
  background-size: cover;
}
.item4 ul li img {
  display: block;
  line-height: 0;
  width: 176px;
  height: auto;
}
.item4 ul li label {
  position: absolute;
  top: -120px;
  left: 50%;
  font-size: 16px;
  color: #e7ca7c;
  text-align: center;
  transform: translate(-50%, 0);
  display: none;
}
.tc {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.tc_video video {
  width: 60%;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tc_gift > div {
  width: 755px;
  height: 586px;
  background: url('../images/gift_bimg.png') no-repeat;
  background-size: cover;
}
.tc_gift > div h1 {
  font-size: 30px;
  color: #4e4734;
  text-align: center;
  margin: 42px 0 0 0;
}
.tc_gift > div p {
  margin: 26px 0 0 0;
  color: #706a5b;
  font-size: 20px;
  text-align: center;
}
.tc_gift > div p span {
  color: #e7ad21;
}
.tc_gift > div ul {
  margin: 30px 0 0 0;
  text-align: center;
}
.tc_gift > div ul li {
  display: inline-block;
  margin: 0 0 0 60px;
}
.tc_gift > div ul li:first-child {
  margin: 0;
}
.tc_gift > div ul li img {
  display: block;
  line-height: 0;
  margin: 0;
}
.tc_gift > div ul li p {
  margin: 12px 0 0 0;
  color: #e7ad21;
}
.tc_gift > div .tc_g_mark {
  margin: 70px 0 0 0;
  height: 110px;
  text-align: center;
}
.tc_gift > div .tc_g_mark img {
  display: inline-block;
  width: 110px;
  line-height: 0;
  margin: 0 26px 0 0;
  vertical-align: middle;
}
.tc_gift > div .tc_g_mark p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.tc_gift > div .tc_g_mark p span {
  display: block;
  text-align: left;
  color: #706a5b;
  font-size: 16px;
  margin: 0 0 4px 0;
}
.tc_gift > div .tc_g_mark p span:first-child {
  color: #e7ad21;
}
.tc_gift > div label {
  display: block;
  position: absolute;
  top: 0;
  right: -50px;
  transition: all 0.2s;
}
.tc_gift > div label:hover {
  cursor: pointer;
  transform: rotate(90deg);
}
.tc_gift > div label img {
  width: 36px;
}
.tc_star > div {
  width: 755px;
  height: 431px;
  display: none;
  background: url('../images/star_bimg.png') no-repeat;
  background-size: cover;
}
.tc_star > div.active {
  display: block;
}
.tc_star > div h1 {
  font-size: 30px;
  color: #4e4734;
  padding: 0 0 0 190px;
  box-sizing: border-box;
  margin: 160px 0 0 0;
}
.tc_star > div h2 {
  font-size: 20px;
  color: #706a5b;
  margin: 40px 0 0 0;
  padding: 0 0 0 50px;
  box-sizing: border-box;
}
.tc_star > div h2 span {
  color: #e7ad21;
}
.tc_star > div h3 {
  font-size: 20px;
  color: #706a5b;
  margin: 40px 0 0 0;
  padding: 0 0 0 140px;
  box-sizing: border-box;
}
.tc_star > div .tc_s_check {
  width: 280px;
  height: 48px;
  margin: 16px 0 0 150px;
}
.tc_star > div .tc_s_check input {
  width: 144px;
  height: 100%;
  float: left;
  font-size: 14px;
  text-indent: 16px;
  border: 1px solid #9c9580;
  box-sizing: border-box;
}
.tc_star > div .tc_s_check img {
  float: left;
  height: 100%;
  margin: 0 0 0 24px;
}
.tc_star > div p {
  font-size: 30px;
  color: #e7ad21;
  margin: 14px 0 0 0;
  padding: 0 0 0 155px;
  box-sizing: border-box;
}
.tc_star > div button {
  display: block;
  width: 169px;
  height: 48px;
  border: none;
  outline-style: none;
  margin: 30px 0 0 160px;
  transition: all 0.2s;
  background: url('../images/star_btn.png') no-repeat;
  background-size: cover;
}
.tc_star > div button:hover {
  cursor: pointer;
  transform: scale(1.02, 1.02);
}
.tc_star > div button.tc_s_btn {
  height: 48px;
  font-size: 20px;
  color: #f7d781;
  text-align: center;
  padding: 0;
  border: none;
  line-height: 48px;
  background: #665e47;
}
.tc_star > div label {
  display: block;
  position: absolute;
  top: 115px;
  right: -50px;
  transition: all 0.2s;
}
.tc_star > div label:hover {
  cursor: pointer;
  transform: rotate(90deg);
}
.tc_star > div label img {
  width: 36px;
}
@media screen and (max-width: 1550px) {
  .fixed_right {
    /*display: none;*/
  }
}

.item2 .new_list_title > li > a{
  display: flex;
}
.item2 .new_list_title li p {
    height: 100%;
    font-size: 18px;
    color: #a1a6d2;
    line-height: 52px;
    transition: all 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 5;
}
.item2 .new_list_title li a {
  height: 100%;
  color: #fff;
  line-height: 52px;
  font-size: 14px;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}
