html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "date";
  src: url("../font/date.ttf");
}
.fixed_header {
  position: fixed;
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.language-box {
  background: #2A2A5F;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  justify-content: space-between;
}

.url {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
}

.language {
  color: #6A6A9F;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}

.mobile_menu {
  display: none;
}
@media screen and (max-width: 700px) {
  .mobile_menu {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.menu {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  height: 128px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .menu {
    height: 60px;
  }
}
.menu .menu_list {
  display: flex;
}
@media screen and (max-width: 700px) {
  .menu .menu_list {
    display: none;
  }
}
.menu .menu_list a {
  color: #9393D3;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
.menu .menu_list a:hover {
  color: #01F1E3;
}
.menu .menu_list a li {
  line-height: 30px;
  text-align: center;
  margin: auto 36px;
}
@media screen and (max-width: 1120px) {
  .menu .menu_list a li {
    margin: auto 24px;
  }
}
.menu .menu_list .focus {
  color: #fff;
}
.menu .logo {
  background: url("../image/logo.png");
  width: 135px;
  height: 60px;
  margin-left: 16px;
}
.menu .logo a {
  width: 100%;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .menu .logo {
    width: 80px;
    height: 35px;
    background-size: 80px 35px;
  }
}

.all_adv {
  text-align: center;
  overflow: hidden;
}

.pc_adv {
  width: 100%;
  min-width: 375px;
  overflow-x: hidden;
}
@media screen and (max-width: 1120px) {
  .pc_adv {
    display: none;
  }
}
.pc_adv img {
  width: 100%;
}

.all_adv {
  position: relative;
  padding-top: 168px;
}
@media screen and (max-width: 700px) {
  .all_adv {
    padding-top: 100px;
  }
}
.all_adv .pad_adv {
  display: none;
}
@media screen and (max-width: 1120px) {
  .all_adv .pad_adv {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .all_adv .pad_adv {
    display: none;
  }
}
.all_adv .mobile_adv {
  display: none;
}
@media screen and (max-width: 700px) {
  .all_adv .mobile_adv {
    display: block;
  }
  .all_adv .mobile_adv img {
    width: 100%;
    min-width: 375px;
  }
}

.adv_menu {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 24px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  width: 376px;
  height: 80px;
  padding: 0 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 700px) {
  .adv_menu {
    bottom: 8px;
    height: auto;
    width: 80%;
  }
}
.adv_menu li {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin: 12px;
  display: flex;
}
@media screen and (max-width: 700px) {
  .adv_menu li {
    margin: 6px;
  }
}
.adv_menu li:hover {
  border: 1px solid #fff;
}
.adv_menu li img {
  width: 100%;
  cursor: pointer;
}
.adv_menu li .normal_color {
  -webkit-filter: grayscale(0);
}

.adv_line {
  width: 208px;
  height: 4px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  margin: 24px auto;
  background: #2A2A5F;
}
@media screen and (max-width: 700px) {
  .adv_line {
    width: 104px;
    margin: 8px auto 24px;
  }
}

.txt_game {
  max-width: 1032px;
  width: 100%;
  margin: auto auto 48px;
  text-align: center;
  color: #fff;
}
.txt_game .game_title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
}
@media screen and (max-width: 700px) {
  .txt_game .game_title {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
  }
}
.txt_game .game_title::after, .txt_game .game_title:before {
  content: url(../image/star.png);
  margin: auto 16px;
}
@media screen and (max-width: 700px) {
  .txt_game .game_title::after, .txt_game .game_title:before {
    content: url(../image/star2.png);
    margin: auto 4px;
    position: relative;
    top: 4px;
  }
}
.txt_game p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 24px;
}
@media screen and (max-width: 700px) {
  .txt_game p {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    margin: 24px;
  }
}
.txt_game a {
  color: #01F1E3;
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .txt_game a {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
  }
}
.txt_game a:hover {
  color: #fff;
}

.img_run {
  height: 1480px;
  width: 100%;
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .img_run {
    display: none;
  }
}
.img_run .shadow_img {
  position: absolute;
  margin: auto;
  top: 0;
  width: 100%;
}
.img_run .shadow_img img {
  width: 100%;
}
.img_run .list {
  float: left;
  display: flex;
  flex-direction: column;
}
.img_run .list .img_marquee {
  margin: 12px 15px;
  width: 191px;
  height: 368px;
  border: 8px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.4);
}
.img_run .list .img_marquee img {
  height: 368px;
  width: auto;
  margin-left: -73px;
}

.img_run_mobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .img_run_mobile {
    display: block;
    overflow: hidden;
  }
  .img_run_mobile .listbox_mobile {
    display: flex;
  }
  .img_run_mobile .listbox_mobile img {
    width: 72px;
    height: 72px;
    border: 4px solid #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 6px;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.4);
  }
}

.mobile_dislocation {
  margin-left: -510px;
}

.listbox {
  margin: auto;
  width: 2133px;
}

.dislocation {
  margin-top: -1400px;
}

.bg02 {
  background: url(../image/bg02.png) no-repeat top center;
  padding-top: 72px;
  padding-bottom: 104px;
  background-size: cover;
}

.special {
  margin-bottom: 96px;
}

.special_img {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1120px) {
  .special_img {
    padding: 0 12px;
  }
}
@media screen and (max-width: 700px) {
  .special_img {
    padding: 0 24px;
  }
}
.special_img ul {
  width: 100%;
  max-width: 1032px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 189px;
}
@media screen and (max-width: 700px) {
  .special_img ul {
    height: auto;
    margin: 24px auto 12px auto;
  }
}
.special_img ul li {
  flex: 1;
  text-align: center;
}
.special_img ul li .txt {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  margin-top: 12px;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .special_img ul li .txt {
    margin-top: 8px;
  }
}
@media screen and (max-width: 700px) {
  .special_img ul li img img {
    width: 88px;
    height: 88px;
  }
}

.special_box_mobile {
  max-width: 1032px;
  width: 100%;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 700px) {
  .special_box_mobile {
    flex-wrap: wrap;
  }
}

.service_list {
  margin-top: 96px auto 108px;
}
.service_list h2 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  padding: 96px 0 48px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .service_list h2 {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    padding: 48px 0 32px;
  }
}
.service_list .service_img {
  width: 100%;
  max-width: 1032px;
  display: flex;
  margin: auto;
  flex: 1;
}
@media screen and (max-width: 1120px) {
  .service_list .service_img {
    flex-wrap: wrap;
  }
}
.service_list .service_img .list_box {
  display: flex;
  flex: 1;
}
@media screen and (max-width: 1120px) {
  .service_list .service_img .list_box {
    margin: 12px;
  }
}
@media screen and (max-width: 700px) {
  .service_list .service_img .list_box {
    margin: 8px;
  }
}
.service_list .service_img .list_box .list {
  flex: 1;
  margin: 0 10px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px 29px;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 700px) {
  .service_list .service_img .list_box .list {
    padding: 12px 0;
    margin: 0 6px;
  }
}
.service_list .service_img .list_box .list .txt1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  text-shadow: 0px 4px 8px #000000;
  color: #01F1E3;
  margin: 16px auto 8px;
  letter-spacing: 1px;
}
@media screen and (max-width: 700px) {
  .service_list .service_img .list_box .list .txt1 {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
  }
}
.service_list .service_img .list_box .list .txt2 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-shadow: 0px 4px 8px #000000;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .service_list .service_img .list_box .list img {
    width: 64px;
  }
}

footer {
  width: 100%;
  float: none;
  text-align: center;
}
footer .contact_menu {
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 0;
}
footer .contact_menu a {
  color: #01F1E3;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  margin: 0 48px;
  line-height: 24px;
}
@media screen and (max-width: 700px) {
  footer .contact_menu a {
    margin: 0 12px;
  }
}
footer .contact_menu a:hover {
  color: #fff;
}
footer .contact_menu a span {
  margin-right: 4px;
  font-size: 24px;
  position: relative;
  top: 4px;
}
footer .copyright {
  background: #000000;
  padding: 12px 0;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 700px) {
  .hamburger {
    display: block;
    color: #9393D3;
    font-size: 40px;
    margin-right: 12px;
    position: relative;
  }
}

@media screen and (max-width: 700px) {
  .mobile_menu .close {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 32px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    padding: 16px 0 0 16px;
    background: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 40px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
  }
}
@media screen and (max-width: 700px) {
  .mobile_menu .mobile_menu_list a {
    color: #9393D3;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 60px;
  }
  .mobile_menu .mobile_menu_list a:hover {
    color: #01F1E3;
  }
  .mobile_menu .mobile_menu_list a span {
    margin-right: 8px;
  }
}

.ii {
  font-size: 28px;
}

.adv_showYN img {
  width: 100%;
}
.adv_showYN .forPc {
  display: block;
}
@media screen and (max-width: 1120px) {
  .adv_showYN .forPc {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .adv_showYN .forPc {
    display: none;
  }
}
.adv_showYN .forPad {
  display: none;
}
@media screen and (max-width: 1120px) {
  .adv_showYN .forPad {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .adv_showYN .forPad {
    display: none;
  }
}
.adv_showYN .forMobile {
  display: none;
}
@media screen and (max-width: 1120px) {
  .adv_showYN .forMobile {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .adv_showYN .forMobile {
    display: block;
  }
}

.list_run {
  animation-name: marquee-Y1;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.list_run2 {
  animation-name: marquee-Y2;
  animation-duration: 150s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin-top: -100px;
}

.list_run3 {
  animation-name: marquee-Y3;
  animation-duration: 80s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin-top: -200px;
}

.list_run4 {
  animation-name: marquee-Y4;
  animation-duration: 170s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin-top: -300px;
}

@keyframes marquee-Y1 {
  from {
    margin-top: 0;
  }
  to {
    margin-top: -3264px;
  }
}
@keyframes marquee-Y2 {
  from {
    margin-top: -100px;
  }
  to {
    margin-top: -3364px;
  }
}
@keyframes marquee-Y3 {
  from {
    margin-top: -200px;
  }
  to {
    margin-top: -3464px;
  }
}
@keyframes marquee-Y4 {
  from {
    margin-top: 0;
  }
  to {
    margin-top: -3564px;
  }
}
.list_run_X1 {
  animation-name: marquee-X1;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.list_run_X2 {
  animation-name: marquee-X2;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin-left: -50px;
}

.list_run_X3 {
  animation-name: marquee-X3;
  animation-duration: 46s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin-left: -70px;
}

@keyframes marquee-X1 {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -829px;
  }
}
@keyframes marquee-X2 {
  from {
    margin-left: -50px;
  }
  to {
    margin-left: -879px;
  }
}
@keyframes marquee-X3 {
  from {
    margin-left: -70px;
  }
  to {
    margin-left: -899px;
  }
}
.content_visual, .content_visual2 {
  width: 100%;
  max-width: 1400px;
  margin: auto auto 40px auto;
  overflow: hidden;
  position: relative;
  padding-top: 192px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1120px) {
  .content_visual, .content_visual2 {
    padding-top: 168px;
  }
}
@media screen and (max-width: 700px) {
  .content_visual, .content_visual2 {
    margin: auto auto 24px auto;
    padding-top: 100px;
  }
}
.content_visual img, .content_visual2 img {
  width: 100%;
  height: auto;
}
.content_visual .pc, .content_visual2 .pc {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 1120px) {
  .content_visual .pc, .content_visual2 .pc {
    display: none;
  }
}
.content_visual .pad, .content_visual2 .pad {
  display: none;
}
@media screen and (max-width: 1120px) {
  .content_visual .pad, .content_visual2 .pad {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .content_visual .pad, .content_visual2 .pad {
    display: none;
  }
}
.content_visual .mobile, .content_visual2 .mobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .content_visual .mobile, .content_visual2 .mobile {
    display: block;
  }
}

.newgame {
  width: 100%;
  max-width: 1400px;
  margin: auto auto 16px;
  display: flex;
  color: #fff;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .newgame {
    flex-direction: column;
  }
}
.newgame .date {
  margin-left: 32px;
}
@media screen and (max-width: 700px) {
  .newgame .date {
    margin-left: 16px;
  }
}
.newgame .date .year {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 12px;
}
.newgame .date .day {
  font-size: 72px;
  font-family: date;
  line-height: 99px;
}
@media screen and (max-width: 700px) {
  .newgame .date .day {
    font-size: 48px;
    line-height: 66px;
  }
}
.newgame img {
  width: 128px;
  height: 128px;
  margin: auto 40px;
}
@media screen and (max-width: 700px) {
  .newgame img {
    margin: auto 16px auto 24px;
    width: 96px;
    height: 96px;
  }
}
.newgame .content {
  margin-right: 32px;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .newgame .content {
    margin: auto 24px;
  }
}
.newgame .content .title_txt {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}
.newgame .content .content_txt {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
}

.newgame_change {
  margin: auto auto 56px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .newgame_change {
    display: none;
  }
}
.newgame_change li {
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  border: 1px solid #fff;
  margin: auto 8px;
  width: 16px;
  height: 16px;
}
.newgame_change .focus {
  background: #fff;
}

.timeline_box {
  margin: auto auto 64px;
  width: 100%;
  max-width: 1400px;
}
.timeline_box .bigtitle {
  margin-bottom: 56px;
  color: #fff;
  margin-left: 32px;
}
@media screen and (max-width: 1120px) {
  .timeline_box .bigtitle {
    margin-bottom: 40px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 700px) {
  .timeline_box .bigtitle {
    margin-bottom: 16px;
  }
}
.timeline_box .bigtitle .showYN {
  font-size: 40px;
}
@media screen and (max-width: 1120px) {
  .timeline_box .bigtitle .showYN {
    display: none;
  }
}
.timeline_box .bigtitle .bname {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  background: linear-gradient(180deg, #FFFFFF 7.79%, #BBBBBB 47.43%, #FFFFFF 47.51%, #E5E5E5 79.46%);
  background: -webkit- linear-gradient(180deg, #FFFFFF 7.79%, #BBBBBB 47.43%, #FFFFFF 47.51%, #E5E5E5 79.46%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin: auto 8px auto 16px;
}
@media screen and (max-width: 1120px) {
  .timeline_box .bigtitle .bname {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .timeline_box .bigtitle .bname {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
  }
}
.timeline_box .bigtitle .sname {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 700px) {
  .timeline_box .bigtitle .sname {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
  }
}

.timeline_button {
  margin: auto 24px 48px;
  display: flex;
  border-bottom: solid 2px #2A2A5F;
}
.timeline_button li {
  margin: auto 40px 12px 8px;
}
@media screen and (max-width: 700px) {
  .timeline_button li {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    margin: auto 24px 12px 0;
  }
}
.timeline_button li a {
  color: #9393D3;
}
.timeline_button li .focus {
  color: #fff;
  text-decoration: underline;
}

.timeline_list {
  width: 1120px;
  max-width: 100%;
  margin: auto;
  background: url(../image/news_line.png) top center repeat-y;
}
@media screen and (max-width: 700px) {
  .timeline_list {
    background: transparent;
  }
}

.timeline_content {
  width: 100%;
  max-width: 480px;
  color: #fff;
}
.timeline_content:nth-child(even) {
  margin: 320px 24px auto 24px;
}
@media screen and (max-width: 700px) {
  .timeline_content:nth-child(even) {
    margin: auto 24px 48px;
  }
}
.timeline_content:nth-child(odd) {
  margin: 0 24px auto 24px;
}
@media screen and (max-width: 700px) {
  .timeline_content:nth-child(odd) {
    margin: auto 24px 48px;
  }
}
.timeline_content .pp {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 320px;
  margin-bottom: 12px;
}
.timeline_content .pp img {
  width: 100%;
  height: auto;
}
.timeline_content .content {
  display: flex;
  align-items: center;
}
.timeline_content .content .date .year {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
}
.timeline_content .content .date .day {
  font-family: date;
  font-size: 48px;
  line-height: 66px;
  background: url(../image/Polygon.png) no-repeat right center;
  padding-right: 16px;
  margin-right: 12px;
}
.timeline_content .content .txt {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
}
.timeline_content .newtype {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  text-align: right;
  color: #9393D3;
}

.content_left {
  display: flex;
  align-items: center;
}

.timeline_interval {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .timeline_interval {
    align-items: center;
    flex-direction: column;
    padding: 0 24px;
    width: calc(100% - 48px);
  }
}

.a108 {
  margin-top: -108px;
}
@media screen and (max-width: 700px) {
  .a108 {
    margin-top: 0;
  }
}

.icon-16, .icon-17 {
  display: none;
}
@media screen and (max-width: 700px) {
  .icon-16, .icon-17 {
    display: flex;
  }
}

.icon-16 {
  margin-left: 24px;
}

.icon-17 {
  margin-right: 24px;
}

.game_box {
  margin: 24px;
}
.game_box .left {
  margin-right: 16px;
}
@media screen and (max-width: 1120px) {
  .game_box .left {
    margin-right: 0;
  }
}
.game_box .right {
  margin-left: 16px;
}
@media screen and (max-width: 1120px) {
  .game_box .right {
    margin-left: 0;
  }
}

.gamelist_box4 {
  display: flex;
}
@media screen and (max-width: 1120px) {
  .gamelist_box4 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.gamelist_box2 {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
}
.gamelist_box2 .gamelist_content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  box-shadow: 0px 0px 40px rgba(106, 106, 159, 0.6);
}
.gamelist_box2 .gamelist_content:nth-child(even) {
  margin-left: 16px;
}
.gamelist_box2 .gamelist_content:nth-child(odd) {
  margin-right: 16px;
}
.gamelist_box2 .gamelist_content .main {
  width: 304px;
  height: 312px;
  min-width: 304px;
}
.gamelist_box2 .gamelist_content .mark_Left {
  left: 0;
  top: 0;
  position: absolute;
  width: 72px;
  height: 40px;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .gamelist_box2 .gamelist_content .mark_Left {
    width: 56px;
    height: 31px;
  }
}
.gamelist_box2 .gamelist_content .mark_Left img {
  width: 100%;
}
.gamelist_box2 .gamelist_content .mark_right {
  position: absolute;
  margin: auto;
  top: 12px;
  right: 12px;
  padding: 5px;
  text-align: right;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  background: #000000;
  border-top-right-radius: 12px;
}
@media screen and (max-width: 700px) {
  .gamelist_box2 .gamelist_content .mark_right {
    top: 8px;
    right: 8px;
  }
}
.gamelist_box2 .gamelist_content .content_box {
  position: absolute;
  margin: auto;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.gamelist_box2 .gamelist_content .content_box img {
  width: 64px;
  height: 64px;
  margin: 16px 12px;
}
@media screen and (max-width: 700px) {
  .gamelist_box2 .gamelist_content .content_box img {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .gamelist_box2 .gamelist_content .content_box .content_txt {
    padding: 12px;
  }
}
.gamelist_box2 .gamelist_content .content_box .content_txt .txt1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #01F1E3;
  margin-bottom: 2px;
  line-height: 21px;
}
@media screen and (max-width: 700px) {
  .gamelist_box2 .gamelist_content .content_box .content_txt .txt1 {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
  }
}
.gamelist_box2 .gamelist_content .content_box .content_txt .txt2 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 700px) {
  .gamelist_box2 .gamelist_content .content_box .content_txt .txt2 {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
  }
}

.loadmore {
  margin: -24px auto 64px;
  height: 44px;
  width: 180px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  color: #01F1E3;
  text-align: center;
  border: 2px solid #01F1E3;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  cursor: pointer;
}
.loadmore:hover {
  color: #fff;
  border-color: #fff;
}

.pc_adv2 {
  width: 100%;
  max-width: 1400px;
  margin: 24px auto auto;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1120px) {
  .pc_adv2 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.bottom-margin {
  margin-bottom: 40px;
}

.timeline_box .forService2, .forService2 {
  margin-bottom: 0;
}
@media screen and (max-width: 1120px) {
  .timeline_box .forService2, .forService2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  .timeline_box .forService2, .forService2 {
    margin-bottom: 24px;
  }
}

.service_box {
  background: url(../image/bg02.png) no-repeat top center;
  background-size: 100% 100%;
  display: flex;
}
@media screen and (max-width: 1120px) {
  .service_box {
    padding-bottom: 48px;
    background-size: auto;
  }
}

.service_content {
  background: url(../image/rabbit.png) no-repeat top right;
  height: 944px;
  margin: auto;
  width: 100%;
  max-width: 1224px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1120px) {
  .service_content {
    background: transparent;
    align-items: center;
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .service_content {
    padding: 0 24px;
  }
}

.service_content_box-3 {
  max-width: 737px;
  width: 100%;
  display: flex;
  margin: 12px 0;
}
@media screen and (max-width: 1120px) {
  .service_content_box-3 {
    max-width: 689px;
  }
}
@media screen and (max-width: 700px) {
  .service_content_box-3 {
    flex-direction: column;
    max-width: 652px;
  }
}
.service_content_box-3 .content {
  flex: 1;
  text-align: center;
  margin: 0 12px;
  height: 283px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.4);
  text-shadow: 0px 4px 8px #000000;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 700px) {
  .service_content_box-3 .content {
    height: auto;
    width: 100%;
    margin: 12px 0;
    padding: 0;
  }
}
.service_content_box-3 .content img {
  width: 88px;
}
.service_content_box-3 .content .title_txt {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  margin: 8px auto 16px;
  color: #01F1E3;
}
.service_content_box-3 .content .content_txt {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .service_content_box-3 .content .content_txt {
    margin: 0 24px 12px 24px;
  }
}

.other_content {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto 56px;
}
.other_content .businesslogo {
  padding: 12px;
  background: #fff;
  max-width: 458px;
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 1120px) {
  .other_content .businesslogo {
    margin-left: 24px;
  }
}
@media screen and (max-width: 700px) {
  .other_content .businesslogo {
    max-width: 208px;
    margin-bottom: 24px;
  }
}
.other_content .businesslogo img {
  width: 100%;
}
.other_content p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 24px;
  color: #fff;
  line-height: 24px;
}
@media screen and (max-width: 1120px) {
  .other_content p {
    margin-left: 24px;
    margin-right: 24px;
  }
}

.briefly {
  margin: 24px 0 0 64px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
@media screen and (max-width: 1120px) {
  .briefly {
    margin: 24px 24px 0 4px;
  }
}
.briefly a {
  color: #01F1E3;
  text-decoration: underline;
}
.briefly a:hover {
  color: #fff;
}

.contact_method {
  width: 100%;
  max-width: 1225px;
  margin: 56px auto;
  display: flex;
}
@media screen and (max-width: 1120px) {
  .contact_method {
    flex-direction: column;
  }
}

.contact_content {
  flex: 1;
  text-align: center;
  padding: 24px 0;
  border: 1px solid #6A6A9F;
  background: rgba(0, 0, 0, 0.4);
  margin: auto 12px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1120px) {
  .contact_content {
    margin: 0 auto 32px auto;
    width: calc(100% - 48px);
    max-width: 388px;
  }
}
@media screen and (max-width: 700px) {
  .contact_content {
    padding: 16px 0;
  }
}
.contact_content span {
  font-size: 52px;
  color: #01F1E3;
}
.contact_content .txt1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  margin: 4px auto 4px auto;
  color: #01F1E3;
  line-height: 24px;
}
@media screen and (max-width: 700px) {
  .contact_content .txt1 {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
  }
}
.contact_content .txt2 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
}
@media screen and (max-width: 700px) {
  .contact_content .txt2 {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
  }
}
.contact_content .txt2 a {
  color: #fff;
}
.contact_content .txt2 a:hover {
  text-decoration: underline;
}

body {
  background: url("../image/bg01.png"), linear-gradient(269.42deg, #000000 0.16%, #040C51 64.41%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
