* {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
}
.innerbox {
  overflow-x: hidden;
  overflow-y: auto;
  color: #000;
  height: 100%;
}
.innerbox::-webkit-scrollbar {
  width: 4px;
}
.innerbox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.innerbox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 12px 0;
  box-sizing: border-box;
}
.header .h_con {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}
.header .h_con .h_l {
  display: flex;
  align-items: center;
}
.header .h_con .h_l .logo {
  width: 56px;
  height: 56px;
  border-radius: 14px;
}
.header .h_con .h_l .title {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #FFFFFF;
  padding-left: 28px;
}
.header .h_con .h_r {
  display: flex;
}
.header .h_con .h_r .h_li {
  min-width: 66px;
  margin-left: 36px;
}
.header .h_con .h_r .h_li .txt {
  text-align: center;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 16px;
}
.header .h_con .h_r .h_li .img {
  width: 24px;
  height: 12px;
  margin: 4px auto 0;
}
.header .h_con .h_r .h_li .active {
  color: #FFFFFF;
}
.header .h_con .h_r .h_li:hover .txt {
  color: #FFFFFF;
}
.header .h_con .h_r #service_btn {
  cursor: pointer;
}
.banner {
  width: 100%;
  height: 925px;
  overflow: hidden;
  position: relative;
}
.banner .b_top {
  width: 100%;
  height: 890px;
}
.banner .b_bom {
  width: 100%;
  height: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main {
  width: 100%;
  background: #1F1F1F;
  overflow: hidden;
}
.main .m_con {
  width: 1200px;
  margin: auto;
  position: relative;
}
.main .m_con .bg_l {
  width: 350px;
  height: 350px;
  position: absolute;
  z-index: 1;
  top: 145px;
  left: -360px;
}
.main .m_con .bg_l2 {
  top: 440px;
}
.main .m_con .bg_r {
  width: 320px;
  height: 320px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: -360px;
}
.index_list {
  padding: 100px 0;
}
.index_list .i_li {
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.index_list .i_li .li_l {
  width: 600px;
  height: 320px;
  background: #2F2F2F;
  position: relative;
}
.index_list .i_li .li_l .con {
  position: absolute;
  z-index: 2;
  padding: 40px 80px;
  box-sizing: border-box;
}
.index_list .i_li .li_l .con .title {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #555555;
}
.index_list .i_li .li_l .con .title .t_l {
  width: 3px;
  height: 18px;
  background: rgba(255, 255, 255, 0.5);
}
.index_list .i_li .li_l .con .title .t_r {
  padding-left: 16px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  color: #FFFFFF;
}
.index_list .i_li .li_l .con .tlt {
  margin-top: 20px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #999999;
  height: 180px;
  overflow: auto;
}
.index_list .i_li .li_l .img {
  position: absolute;
  z-index: 1;
  width: 600px;
  height: 320px;
  top: 0;
  left: 0;
}
.index_list .i_li .li_r {
  width: 600px;
  height: 320px;
}
.index_list .i_li:last-child {
  padding-bottom: 0;
}
.banner2 {
  width: 100%;
  height: 890px;
  overflow: hidden;
  position: relative;
}
.banner2 .img {
  width: 100%;
  height: 890px;
}
.banner2 .mask {
  width: 100%;
  height: 178px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), #1f1f1f);
}
.banner2 .download {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 680px;
  left: 50%;
  margin-left: -600px;
  z-index: 10;
}
.banner2 .download .download_btn {
  width: 370px;
  height: 90px;
  background: linear-gradient(180deg, #FFFFFF 0%, #C5C5C5 100%);
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  overflow: hidden;
}
.banner2 .download .download_btn .img {
  width: 370px;
  height: 90px;
}
.banner2 .download .download_btn:nth-child(1) .img {
  background: url('image/icon_pc_normal.png') no-repeat center;
  background-size: 100% 100%;
}
.banner2 .download .download_btn:nth-child(2) .img {
  background: url('image/icon_ios_normal.png') no-repeat center;
  background-size: 100% 100%;
}
.banner2 .download .download_btn:nth-child(3) .img {
  background: url('image/icon_android_normal.png') no-repeat center;
  background-size: 100% 100%;
}
.banner2 .download .download_btn:hover:nth-child(1) .img {
  background: url('image/icon_pc_click.png') no-repeat center;
  background-size: 100% 100%;
}
.banner2 .download .download_btn:hover:nth-child(2) .img {
  background: url('image/icon_ios_click.png') no-repeat center;
  background-size: 100% 100%;
}
.banner2 .download .download_btn:hover:nth-child(3) .img {
  background: url('image/icon_android_click.png') no-repeat center;
  background-size: 100% 100%;
}
.content {
  width: 100%;
  margin: -260px auto 0;
  padding-bottom: 100px;
}
.content .c_con {
  width: 100%;
}
.content .c_con .title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  background: url('image/icon_game_raiders.png') no-repeat center;
  background-size: 100% 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.content .c_con .title .tlt_icon {
  width: 32px;
  height: 32px;
}
.content .c_con .title .tlt {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #202020;
  padding-left: 24px;
  box-sizing: border-box;
}
.content .c_con .page {
  padding: 60px;
  box-sizing: border-box;
  background: #2F2F2F;
}
.content .c_con .c_list {
  padding-bottom: 20px;
}
.content .c_con .c_list .cl_li {
  display: flex;
  padding-bottom: 40px;
}
.content .c_con .c_list .cl_li .img {
  width: 500px;
  height: 266px;
}
.content .c_con .c_list .cl_li .l_con {
  width: 580px;
  height: 266px;
  background: url('image/game_bg_1.png') no-repeat center;
  background-size: 100% 100%;
  padding: 30px 40px;
  box-sizing: border-box;
}
.content .c_con .c_list .cl_li .l_con .tit {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  box-sizing: border-box;
  border-bottom: 1px solid #555555;
}
.content .c_con .c_list .cl_li .l_con .tit .t_l {
  width: 3px;
  height: 18px;
  background: rgba(255, 255, 255, 0.5);
}
.content .c_con .c_list .cl_li .l_con .tit .t_r {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 12px;
  box-sizing: border-box;
}
.content .c_con .c_list .cl_li .l_con .tlt {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  height: 90px;
  margin: 12px 0 32px;
}
.content .c_con .c_list .cl_li .l_con .btn {
  width: 120px;
  height: 36px;
  background: linear-gradient(180deg, #FFFFFF 0%, #C5C5C5 100%);
  border-radius: 50px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.content .c_con .c_list .cl_li .l_con .btn .b_tlt {
  color: #202020;
}
.content .c_con .c_list .cl_li .l_con .btn:hover {
  background: linear-gradient(180deg, #CACACA 0%, #848484 100%);
}
.content .c_con .laypage {
  display: flex;
  justify-content: end;
  align-items: center;
}
.content .c_con .laypage .lay_up,
.content .c_con .laypage .lay_down {
  width: 80px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.content .c_con .laypage .lay_up:hover,
.content .c_con .laypage .lay_down:hover {
  color: #FFFFFF;
  border: 1px solid #ffffff;
}
.content .c_con .laypage .lay_down {
  margin-left: 16px;
}
.content .c_con .laypage .lay_num {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 16px;
  box-sizing: border-box;
}
.content .c_con .laypage .lay_num span {
  color: #FFFFFF;
}
.content .c_con .laypage .lay_text {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.content .c_con .laypage .lay_input {
  width: 46px;
  height: 48px;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin: 0 8px;
}
.content .c_con .laypage .lay_input input {
  outline-style: none;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  background: #2F2F2F;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.7);
}
.content .c_con .laypage .lay_input input:focus {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.game_details {
  width: 100%;
  margin: auto;
  padding-top: 80px;
}
.game_details .details {
  background-color: #2F2F2F;
  padding: 0 40px 80px;
  box-sizing: border-box;
}
.game_details .details .title {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding: 30px 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #555555;
}
.game_details .details .d_con .tlt {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 56px;
}
.game_details .details .d_con .time {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #999999;
  padding-top: 12px;
}
.game_details .details .d_con .act {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 40px;
}
.game_details .details .d_con .img {
  width: 600px;
  height: 320px;
  margin: 40px auto 0;
}
.eventA {
  width: 1200px;
  display: flex;
  margin: -260px auto 0;
  padding-bottom: 100px;
  position: relative;
}
.eventA .e_l {
  width: 600px;
  height: 400px;
}
.eventA .e_l .swiper {
  width: 100%;
  height: 100%;
}
.eventA .e_l .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.eventA .e_l .swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
}
.eventA .e_l .swiper .swiper-pagination-bullet-active {
  width: 16px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 4px;
}
.eventA .e_r {
  width: 600px;
  height: 400px;
  overflow: hidden;
}
.eventA .e_r .title {
  width: 600px;
  height: 72px;
  background: url('image/icon_event_title.png') no-repeat center;
  background-size: 100% 100%;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.eventA .e_r .title .tab1,
.eventA .e_r .title .tab2 {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  margin-right: 20px;
  padding: 28px 0 6px;
  box-sizing: border-box;
  border-bottom: 4px solid #fafafa;
  cursor: pointer;
}
.eventA .e_r .title .active {
  font-weight: 900;
  color: #1F1F1F;
  border-bottom: 4px solid #1F1F1F;
}
.eventA .e_r .list {
  width: 600px;
  height: 328px;
  background: #303030;
}
.eventA .e_r .list .l_ul {
  width: 100%;
  padding: 14px 40px;
  box-sizing: border-box;
}
.eventA .e_r .list .l_ul .l_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 14px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.eventA .e_r .list .l_ul .l_con .img {
  width: 20px;
  height: 20px;
}
.eventA .e_r .list .l_ul .l_con .tlt {
  margin-left: 8px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  width: 416px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eventA .e_r .list .l_ul .l_con .time {
  flex: auto;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
}
.eventA .e_r .list .l_ul .l_li:last-child .l_con {
  border-bottom: none;
}
.eventA .e_r .list .active2 {
  display: none;
}
.footer {
  width: 100%;
  background: #000000;
  padding: 40px 0;
}
.footer .f_con {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: end;
}
.footer .f_con .f_l .title {
  display: flex;
  align-items: center;
}
.footer .f_con .f_l .title .t_l {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}
.footer .f_con .f_l .title .t_r {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  padding-left: 12px;
  box-sizing: border-box;
}
.footer .f_con .f_l .list {
  width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 16px;
}
.footer .f_con .f_l .list .l_li {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
}
.footer .f_con .f_c {
  width: 1px;
  height: 88px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 100px;
}
.footer .f_con .f_r .r_top {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
}
.footer .f_con .f_r .r_top a {
  color: #FFFFFF;
}
.footer .f_con .f_r .r_bottom {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  padding-top: 16px;
}
#popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  display: none;
  justify-content: center;
  align-items: center;
}
#popup .p_con {
  width: 360px;
  height: 380px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 15px;
  box-sizing: border-box;
}
#popup .p_con .close {
  display: flex;
  justify-content: flex-end;
}
#popup .p_con .close .img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#popup .p_con .code {
  display: flex;
  justify-content: center;
}
#popup .p_con .code .img {
  width: 240px;
  height: 240px;
}
#popup .p_con .txt {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #202020;
  padding-top: 10px;
}
