﻿* {
  box-sizing: border-box;
}
:root {
  --theme-color: #ffd500;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../image/bg2.jpg) repeat 0 0 / 100% auto;
}
object {
  display: block;
}
.footer * {
  box-sizing: initial !important;
}
.footer ul {
  width: 900px !important;
}
.max-width {
  max-width: 1200px;
  margin: 0 auto;
}
.new_header {
  position: relative;
  z-index: 100;
  height: 88px;
  background-color: #000;
}
.new_header .max-width {
  padding-left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.new_header .logo {
  width: 106px;
}
.new_header .nh_right {
  display: flex;
  align-items: center;
}
.new_header ul {
  display: flex;
  height: 100%;
}
.new_header ul li {
  width: 130px;
  height: 100%;
}
.new_header ul li.current a {
  color: var(--theme-color);
}
.new_header ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 84px;
  color: #fff;
  font-size: 18px;
  text-decoration: none !important;
}
.new_header ul li a:hover {
  color: var(--theme-color);
}
.new_header .login_btn {
  margin-left: 88px;
  width: 72px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background-color: var(--theme-color);
  color: #000;
  border-radius: 6px;
  text-decoration: none !important;
}
.new_header .login_btn:hover {
  background-color: #fdb52d;
}
.new_header .userlogin_out {
  text-align: right;
  width: 160px;
  color: #fff;
  font-size: 16px;
}
.new_header .userlogin_out a {
  color: #fff;
  font-size: 16px;
}
.new_header .userlogin_out a:hover {
  color: var(--theme-color);
}
#app .new_header {
  background-color: rgba(0, 0, 0, 0.7);
}
.fix_nav {
  position: fixed;
  top: 60%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 100;
}
.fix_nav .fn {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  margin-bottom: 6px;
  cursor: pointer;
}
.fix_nav .fn_1,
.fix_nav .fn_2 {
  background-color: var(--theme-color);
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fix_nav .fn_1 i,
.fix_nav .fn_2 i {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 2px;
  margin-bottom: 4px;
}
.fix_nav .fn_1 span,
.fix_nav .fn_2 span {
  white-space: nowrap;
  font-size: 12px;
  transform: scale(0.85);
}
.fix_nav .fn_1 p,
.fix_nav .fn_2 p {
  display: none;
  opacity: 0;
  font-size: 16px;
  color: #fff;
  width: 190px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #606264;
  background-color: #4e4e4e;
  position: absolute;
  right: 60px;
  top: 0;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  -moz-transition: all ease 1s;
}
.fix_nav .fn_1::before,
.fix_nav .fn_2::before {
  display: none;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #4e4e4e;
}
.fix_nav .fn_1:hover p,
.fix_nav .fn_2:hover p {
  opacity: 1;
  display: block;
}
.fix_nav .fn_1:hover::before,
.fix_nav .fn_2:hover::before {
  display: block;
}
.fix_nav .fn_1 i {
  width: 24px;
  height: 20px;
  background-image: url(../image/r1.png);
}
.fix_nav .fn_1:hover {
  background-color: #4e4e4e;
  color: var(--theme-color);
}
.fix_nav .fn_1:hover i {
  background-image: url(../image/r1_active.png);
}
.fix_nav .fn_2 i {
  width: 25px;
  height: 23px;
  background-image: url(../image/r2.png);
}
.fix_nav .fn_2:hover {
  background-color: #4e4e4e;
  color: var(--theme-color);
}
.fix_nav .fn_2:hover i {
  background-image: url(../image/r2_active.png);
}
.fix_nav .fn_3 {
  margin-bottom: 0;
  background-color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix_nav .fn_3 i {
  width: 19px;
  height: 29px;
  background: url(../image/totop.png) no-repeat 0 0 / 100% 100%;
}
.index_banner {
  position: relative;
  z-index: 1;
  margin-top: -88px;
}
.index_banner .swiper::after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 300px;
  background: url(../image/banner_bg.png) no-repeat 0 0 / 100% 100%;
  z-index: 10;
}
.index_banner .swiper-pagination {
  position: absolute;
  z-index: 100;
  bottom: 150px;
}
.index_banner .swiper-pagination-bullet {
  width: 114px;
  height: 8px;
  border-radius: 2px;
  margin: 0 4px;
  background-color: #fff;
  opacity: 1;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}
.new_bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_bt .nb_left .nn_title {
  display: flex;
  align-items: end;
}
.new_bt .nb_left .nn_title i.pre {
  width: 10px;
  height: 13px;
  background: url(../image/dian.png) no-repeat 0 0 / 65px 13px;
  margin-bottom: 3px;
}
.new_bt .nb_left .nn_title .nr {
  font-style: italic;
  font-size: 30px;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 4px 0 2px;
}
.new_bt .nb_left .nn_title p.jb {
  width: 65px;
  height: 13px;
  background: url(../image/dian.png) no-repeat 0 0 / 100% 100%;
  margin-bottom: 3px;
}
.new_bt .nb_left .nn_ftitle {
  padding-left: 10px;
  color: #3c3b3b;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
}
.new_bt .nb_right {
  width: 54px;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.new_bt .nb_right::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
  width: 13px;
  height: 13px;
  background: url(../image/more.png) no-repeat 0 0 / 100% 100%;
}
.new_bt .nb_right:hover {
  color: var(--theme-color);
}
.new_bt .nb_right:hover::after {
  background: url(../image/more-a.png) no-repeat 0 0 / 100% 100%;
}
.new_inner {
  position: relative;
  margin-top: -300px;
  width: 100%;
  height: 1330px;
  background: url(../image/bg.png) no-repeat 0 0 / 100% 100%;
  padding-top: 300px;
}
.new_news {
  position: relative;
  margin-bottom: 70px;
}
.new_news .nn_content {
  margin-top: 50px;
  position: relative;
  height: 438px;
}
.new_news .nn_content .nc_left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
}
.new_news .nn_content .nc_left li {
  width: 408px;
  height: 94px;
  border: 2px solid #c7b487;
  border-radius: 12px;
  background-color: #27282b;
}
.new_news .nn_content .nc_left li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
.new_news .nn_content .nc_left li a .nl_t {
  font-size: 18px;
  color: #afafaf;
  margin-bottom: 8px;
}
.new_news .nn_content .nc_left li a .nl_c {
  display: block;
  width: 378px;
  font-size: 12px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new_news .nn_content .nc_left li.active {
  border: none;
  background-color: none;
  background: url(../image/nl_bg.png) no-repeat 0 0 / 100% 100%;
  width: 455px;
}
.new_news .nn_content .nc_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 770px;
  height: 100%;
  border: 3px solid #463f37;
}
.new_news .nn_content .nc_right img {
  width: 100%;
  height: 100%;
}
.newgames_and_newoutfit .max-width {
  display: flex;
  justify-content: space-between;
}
.newgames_and_newoutfit .new_bt {
  padding-right: 8px;
  margin-bottom: 30px;
}
.newgames_and_newoutfit .nn_ftitle {
  padding-left: 0 !important;
}
.newgames_and_newoutfit .newgames {
  width: 895px;
}
.newgames_and_newoutfit .newgames .new_hotgames {
  display: flex;
  justify-content: flex-start;
}
.newgames_and_newoutfit .newgames .new_hotgames li {
  width: 284px;
  height: 308px;
  background-color: #3b3a3a;
}
.newgames_and_newoutfit .newgames .new_hotgames li:nth-child(2) {
  margin: 0 20px;
}
.newgames_and_newoutfit .newgames .new_hotgames li img {
  width: 100%;
  height: 194px;
}
.newgames_and_newoutfit .newgames .new_hotgames li .hg_content {
  padding: 5px 10px;
}
.newgames_and_newoutfit .newgames .new_hotgames li .hg_content .hg_name {
  font-size: 18px;
  color: #fff;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newgames_and_newoutfit .newgames .new_hotgames li .hg_content .hg_intr {
  height: 43px;
  color: #888;
  font-size: 12px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newgames_and_newoutfit .newgames .new_hotgames li .hg_content .hg_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newgames_and_newoutfit .newgames .new_hotgames li .hg_content .hg_bottom .hgb_1 {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../image/lb.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.newgames_and_newoutfit .newgames .new_hotgames li .hg_content .hg_bottom .hgb_1:hover {
  background-image: url(../image/lb_active.png) !important;
}
.newgames_and_newoutfit .newgames .new_hotgames li .hg_content .hg_bottom .hgb_2 {
  color: #888;
  display: flex;
  align-items: center;
}
.newgames_and_newoutfit .newgames .new_hotgames li .hg_content .hg_bottom .hgb_2 i {
  margin-left: 5px;
  width: 11px;
  height: 7px;
  background-image: url(../image/arrow1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.newgames_and_newoutfit .newgames .new_hotgames li .hg_content .hg_bottom .hgb_2:hover {
  color: var(--theme-color) !important;
}
.newgames_and_newoutfit .newgames .new_hotgames li .hg_content .hg_bottom .hgb_2:hover i {
  background-image: url(../image/arrow_active.png) !important;
}
.newgames_and_newoutfit .newoutfit {
  width: 280px;
}
.newgames_and_newoutfit .newoutfit .no_box {
  width: 100%;
  height: 308px;
  border: 1px solid #646464;
  background-color: #3b3a3a;
  padding: 0 16px 30px;
}
.newgames_and_newoutfit .newoutfit .no_box li {
  border-bottom: 1px solid #888;
  padding: 15px 0;
}
.newgames_and_newoutfit .newoutfit .no_box li .no_gamename_gifticon {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
}
.newgames_and_newoutfit .newoutfit .no_box li .no_gamename_gifticon .no_gamename {
  font-size: 16px;
  color: #fff;
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newgames_and_newoutfit .newoutfit .no_box li .no_gamename_gifticon .no_gifticon {
  width: 14px;
  height: 14px;
  background-image: url(../image/lb.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.newgames_and_newoutfit .newoutfit .no_box li .no_gamename_gifticon .no_gifticon:hover {
  background-image: url(../image/lb_active.png);
}
.newgames_and_newoutfit .newoutfit .no_box li .no_server_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #888;
  font-size: 12px;
}
.newgames_and_newoutfit .newoutfit .no_box li:nth-last-child(1) {
  border: none;
}
.new_inner2 {
  height: 628px;
  position: relative;
}
.new_inner2 .ni_1 {
  position: absolute;
  top: 108px;
  left: -40px;
  width: 392px;
  height: 325px;
  background: url(../image/1.png) no-repeat 0 0 / 100% 100%;
  z-index: 1;
}
.new_inner2 .ni_2 {
  position: absolute;
  top: 90px;
  left: -68px;
  z-index: 2;
}
.new_inner2 .ni_2 .swiper {
  width: 274px;
  position: absolute;
  left: 98px;
  top: 20px;
  z-index: 9;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
}
.new_inner2 .ni_2::after {
  content: '';
  position: absolute;
  top: 0;
  width: 450px;
  height: 603px;
  background: url(../image/2.png) no-repeat 0 0 / 100% 100%;
  z-index: 10;
  pointer-events: none;
}
.new_inner2 .ni_3 {
  position: absolute;
  right: -32px;
  top: 166px;
  width: 1035px;
  height: 254px;
  background: url(../image/background.png) no-repeat 0 0 / 100% 100%;
}
.new_inner2 .ni_3 .n3_left {
  position: absolute;
  right: 286px;
  top: 0;
  width: 545px;
  height: 100%;
  padding-top: 36px;
}
.new_inner2 .ni_3 .n3_left .n3_1 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.new_inner2 .ni_3 .n3_left .n3_1 img {
  width: 51px;
  height: 51px;
}
.new_inner2 .ni_3 .n3_left .n3_1 p {
  margin: 0 18px 0 30px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.new_inner2 .ni_3 .n3_left .n3_1 a {
  margin-top: 6px;
  width: 134px;
  height: 35px;
  background: url(../image/goto39.png) no-repeat 0 0 / 100% 100%;
}
.new_inner2 .ni_3 .n3_left .n3_2 {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  width: 488px;
  margin-bottom: 24px;
}
.new_inner2 .ni_3 .n3_left .n3_3 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 30px;
  background-color: #333;
  margin-right: 26px;
  color: #fff;
  font-size: 12px;
  cursor: auto;
}
.new_inner2 .ni_3 .n3_left .n3_3 a i {
  margin-right: 6px;
  width: 24px;
  height: 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.new_inner2 .ni_3 .n3_left .n3_3 a i.icon1 {
  background-image: url(../image/icon1.png);
}
.new_inner2 .ni_3 .n3_left .n3_3 a i.icon2 {
  background-image: url(../image/icon2.png);
}
.new_inner2 .ni_3 .n3_left .n3_3 a i.icon3 {
  background-image: url(../image/icon3.png);
}
.new_inner2 .ni_3 .n3_left .n3_3 a i.icon4 {
  background-image: url(../image/icon4.png);
}
.new_inner2 .ni_3 .n3_right {
  position: absolute;
  right: 32px;
  top: 0;
  width: 254px;
  height: 100%;
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.new_inner2 .ni_3 .n3_right img {
  margin-right: 16px;
  width: 150px;
}
.new_inner2 .ni_3 .n3_right p {
  margin-top: 20px;
  margin-right: 18px;
  font-size: 16px;
  color: #fff;
}
.new_inner2 .ni_3 .n3_right::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 126px;
  background-color: #6d615b;
}
