body {
  background: #141414;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Arial, sans-serif;
}

html {
  box-sizing: border-box;
  font-size: 20px;
}

html,
body {
  height: 100%;
  margin: 0px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  outline: 0;
}
* {
  box-sizing: border-box;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.layout {
  width: 100%;
  margin: 0 auto;
}
.head-cont {
  position: relative;
  height: 120px;
}
.header {
  display: flex;
  width: 100%;
  background-color: #172746;
  text-align: center;
}
.header h1 {
  flex: 1;
}
.header h1 a {
  width: 250px;
  height: 120px;
  background: none;
  _background: none;
  line-height: 120px;
  text-indent: 0;
  color: white;
  font-size: 16px;
  text-align: center;
}
.header ul {
  display: flex;
  flex: 5;
}
.header li {
  position: relative; /* float:left; */
  height: 120px; /* width:181px; */
  flex: 1;
}
.header li a {
  display: block;
  height: 120px;
  border-left: 1px solid #0a1834;
  line-height: 120px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.header .about-link a {
  border-right: 0 none;
}
.header .active a {
  background: #232429;
}
.header li a:hover {
  background: #1f79e8;
}
.header .active a:hover {
  background: #232429;
}
.header .game-list {
  position: absolute;
  opacity: 0;
  left: -431px;
  top: -80px;
  width: 1280px;
  height: 200px;
  background: url(https://www.immomogame.com/static/w5/img/game/mask-bg.png) repeat;
  z-index: -1;
}

.header .game-list a {
  display: inline-block; /*width:256px;*/
  width: 188px;
  height: 200px;
  border: 0 none;
  line-height: 200px;
}
.header .game-list img {
  vertical-align: middle;
  border: none;
}
.header .game-list a:hover {
  background: none;
}
.header .game-list .slider-btn {
  width: 60px;
  height: 100%;
  background-image: url('https://www.immomogame.com/static/w5/img/game/back_btn.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
.header .game-list .slider-btn.left-btn {
  float: left;
  background-position: 22px 70px;
}
.header .game-list .slider-btn.right-btn {
  float: right;
  background-position: -32px 70px;
}
.header .game-list .list-wrapper {
  width: 1160px;
  overflow: hidden;
  float: left;
}
.header .game-list .list-wrapper .allgame {
  width: 10000px;
  height: 200px;
  position: relative;
}
.header .game-list .list-wrapper .allgame .group {
  width: 1160px;
  height: 200px;
  float: left;
}
.header .game-list .list-wrapper .mark {
  text-align: center;
  position: relative;
  top: -20px;
}
.header .game-list .list-wrapper .mark .dotted {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #60615d;
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
}
.header .game-list .list-wrapper .mark .dotted.white {
  background-color: #efefef;
}
.animation_banner {
  width: 100%;
  height: 350px;
  background: url(/static/img/game/Animation_Banner.png) no-repeat;
  background-size: 100% 100%;
}
.music_banner {
  width: 100%;
  height: 600px;
  background: url(/static/img/game/music_banner.jpg) no-repeat;
  background-size: contain;
  background-position: center;
}
.content {
  width: 100%;
  clear: both;
  overflow: hidden;
}
.content ul {
  width: 900px;
  overflow: hidden;
  margin: 80px auto;
}
.content ul.music {
  margin: 60px auto;
}
.content ul.music li:first-child {
  width: 100%;
  height: 60px;
  background: #232429;
  color: #fff;
  font-size: 18px;
  text-align: left;
  padding-left: 30px;
  line-height: 60px;
  margin-bottom: 30px;
}
.content ul li {
  display: block;
  float: left;
  width: 350px;
  margin-left: 30px;
  margin-bottom: 50px;
}
.content ul.music li {
  display: block;
  float: left;
  width: 120px;
  margin-left: 30px;
  margin-bottom: 0px;
}
.content ul.music li img {
  width: 120px;
  height: 120px;
}
.content ul.music li:nth-child(2n) {
  float: left;
  margin-right: 0px;
}
.content ul li:nth-child(2n) {
  float: right;
  margin-right: 30px;
}
.content ul li img {
  width: 100%;
  height: 200px;
}
.content ul li p {
  font-size: 14px;
  line-height: 35px;
  color: #878891;
  cursor: pointer;
}
.content ul.music li p {
  font-size: 14px;
  line-height: 35px;
  color: #878891;
  cursor: pointer;
}
.content ul li p:hover {
  color: #2475ea;
}
.content ul li p:hover .triangle_border_right {
  border-left: 8px solid #2475ea;
}
.triangle_border_right {
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #878891;
  margin-top: 12px;
}

.slide-cont {
  position: relative;
  width: 1280px;
  height: 650px;
  overflow: hidden;
}
.slide-cont #slider {
  position: absolute;
  width: 2560px;
  height: 650px;
  left: 0;
}
.slide-cont #slider .big-show {
  float: left;
  width: 1280px;
}
.header h1 a {
  background: none;
  _background: none;
  line-height: 120px;
  text-indent: 0;
  color: white;
  font-size: 16px;
  text-align: center;
}
.index .news-shows {
  padding-bottom: 20px;
}
.index .news-shows .news-box {
  background: none;
  width: auto;
  height: auto;
  float: none;
}
.index .news-box .more-news {
  bottom: -60px;
  right: 0;
  left: 0;
  margin: auto;
}
.index .news-box p {
  padding-top: 0;
  width: auto;
  text-align: center;
}
.index .about-box {
  height: auto;
  background: none;
  padding-bottom: 20px;
}
.index .about-box p.title,
.index .news-box p.title {
  padding: 0;
  display: block;
  line-height: inherit;
  font-size: 100px;
  color: #2475ea;
}
.index .about-box p.subtitle,
.index .news-box p.subtitle {
  padding: 0;
  display: block;
  line-height: inherit;
  font-size: 40px;
  color: white;
}
.index .about-box p {
  padding-top: 0;
}