body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

div {
  display: block;
}
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-family: inherit;
  font-size: 12px;
  color: #6e6e6e;
  line-height: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
a {
  color: inherit;
  text-decoration: none;
  color: #333;
}
a:hover{
    color: #5588f9;
}
img {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 400px;
}
li,
ol,
ul {
  list-style: none;
}
b {
  font-weight: bold;
}
.top {
  width: 1200px;
  margin: auto;
  height: 70px;
  clear: both;
  margin-bottom: 5px;
  padding-top: 10px;
}
.top .logo {
  width: 210px;
  height: 65px;
  float: left;
}
.main_nav {
  height: 46px;
  background: #5588f9;
  clear: both;
}
.warp_1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  clear: both;
}
.main_nav ul li {
  float: left;
  font-size: 16px;
  width: 120px;
  text-align: center;
  padding: 0 5px;
  margin-right: 10px;
  cursor: pointer;
}
.main_nav ul li:hover,.main_nav ul li a:hover {
  background: #81a4f3;
}
.main_nav ul li.cur {
  background: #81a4f3;
}
.main_nav ul li.on .icon_more {
  background-position: -15px 0;
}
.main_nav ul li a {
  color: #fff;
  line-height: 46px;
}
.icon_more {
  float: right;
  width: 8px;
  height: 4px;
  margin: 23px 12px 0 0;
  background: url(../img/head_more.png) no-repeat;
}
.m_nav {
  position: absolute;
  background: rgba(85,136,249,.9);
  z-index: 2;
  width: 1200px;
  left: 0px;
  top: 46px;
  display: none;
  /* height: 46px; */
  line-height: 45px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
}
.main_nav ul li a {
  color: #fff;
  line-height: 46px;
}

.m_nav a {
  display: inline-block;
  font-size: 14px;
  padding: 0 12px;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.breadline {
  width: 100%;
  height: 24px;
  display: block;
}
.game_listtop {
  background: #fff;
  padding: 25px 0px;
  border-bottom: 1px solid #eee;
}
.game_listtop .game_hj {
  height: 154px;
  overflow: hidden;
}
.clear {
  clear: both;
}
.game_listtop .game_hj .labe_bt {
  width: 130px;
  height: 154px;
  float: left;
  background: url(../img/game_hj.png) no-repeat center;
}
.game_listtop .game_hj .list_ {
  float: left;
  width: 1065px;
  overflow: hidden;
  padding-left: 2px;
}
.game_listtop .game_hj .list_ ul {
  width: 105%;
}
.game_listtop .game_hj .list_ ul .on {
  background: #5588f9;
}
.game_listtop .game_hj .list_ ul li {
  float: left;
  width: 160px;
  padding: 0 4px;
  margin: 0 0 7px 8px;
  height: 46px;
  background: #eee;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  overflow: hidden;
}
.game_listtop .game_hj .list_ ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #969696;
}
.game_listtop .game_hj .list_ ul li:hover {
  background:#5588f9;
}
.game_listtop .game_hj .list_ ul li:hover a {
  color: #fff;
}
#filter {
  margin: 0;
  clear: both;
  background: #fff;
}
#filter li {
  height: auto;
  border-bottom: 1px solid #ebebeb;
  padding: 16px 0;
  overflow: hidden;
}
#filter li span {
  float: left;
  width: 50px;
  line-height: 28px;
  display: block;
}
#filter li p {
  float: left;
  width: 1150px;
  line-height: 28px;
}
#filter li a.curr,
#filter li a.curr:visited,
#filter li a:hover {
  background: #5588f9;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
}

#filter li a,
#filter li a:visited {
  float: left;
  padding: 0 8px 0;
  display: block;
  line-height: 28px;
  height: 28px;
  margin-right: 2px;
  margin-bottom: 8px;
}
.downlist {
  width: 1200px;
  margin-top: 10px;
  overflow: hidden;
}

.boxbg {
  margin-top: 0;
  background: #fff;
  padding: 20px 0;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  clear: both;
}
.downlist ul {
  width: 105%;
  padding-bottom: 20px;
  overflow: hidden;
}
.downlist li {
  padding: 20px 27px 20px 0;
  float: left;
  width: 588px;
  border-bottom: 1px solid #f4f4f4;
}
.downlist .g {
  position: relative;
  float: left;
  width: 90px;
}
.downlist .g img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  margin-top: 14px;
}
.downlist .ginfo {
  float: left;
  padding-left: 24px;
  width: 250px;
  font-size: 12px;
  color: #999;
}
.downlist .ginfo b {
  display: block;
  line-height: 36px;
  height: 36px;
  font-size: 18px;
  overflow: hidden;
  width: 425px;
  font-weight: 400;
}
.downlist .ginfo i {
  float: left;
  display: block;
  line-height: 26px;
  height: 26px;
  padding-right: 5px;
  font-style: normal;
  font-size: 12px;
  overflow: hidden;
}
.downlist .ginfo .lb {
  width: 52px;
}
.downlist .ginfo .sj {
  width: 170px;
  padding-right: 0;
  font-size: 12px;
}
.downlist .ginfo p {
  display: block;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  width: 250px;
}
.downlist a.durl {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #5588f9;
  color: #5588f9;
  display: block;
  float: right;
  margin: 43px 15px 0 0;
}

.footer {
    display: none;
  line-height: 20px;
  border: 1px solid #dbd7d7;
  width: 990px;
  margin: auto;
  padding: 3px;
  margin-bottom: 5px;
  clear: both;
  margin-top: 5px;
}
.copy {
  line-height: 22px;
  text-align: center;
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .top {
    width: 100%;
    height: 40px;
    padding-top: 7px;
  }
  .top .logo{
      margin: 0 15px !important;
  }
  .main_nav {
    height: auto;
  }
  .warp_1200 {
    width: 100%;
  }
  .warp_1200 ul {
    width: 100%;
    display: flex;
    overflow-x: scroll;
    height: auto;
  }
  .main_nav ul li {
    width: 32%;
    float: none;
    margin-right: 0;
  }
  .icon_more {
    display: none;
  }
  .main {
    width: 100vw;
    padding: 10px;
  }
  .main .game_hj .labe_bt {
    display: none;
  }
  .game_listtop .game_hj {
    height: auto;
  }
  .game_listtop .game_hj .list_ {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #filter li {
    height: auto;
  }
  #filter li span {
    float: none;
    display: none;
  }
  #filter li p {
    float: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  #filter li a:first-child {
      display: none !important;
  }
  #filter li a,
  #filter li a:visited {
    display: block;
    width: fit-content;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    background: #f6f6f6;
    overflow: hidden;
    font-size: 14px;
    margin: 4px 5px;
    /*width: 17%;*/
  }
  .downlist {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
  .downlist ul {
      width: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .downlist li {
    position: relative;
    padding: 0;
    width: 100%;
    float: none;
    display: flex;
  }
  .downlist .ginfo{
    padding-left: 10px;
    line-height: 1.4;
  }
  .downlist .ginfo b{
    font-size: 15px;
    margin-top: 10px;
    line-height: inherit;
    height: auto;
  }
  .downlist .ginfo i{
    line-height: inherit;
    height: auto;
  }
  .downlist .ginfo i a{
    color: #999;
  }
  .downlist .g{
      width: 51px;
  }
  .downlist .g img{
      width: 51px;
      height: 51px;
  }
 
  .downlist .ginfo p {
      display: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    clear: both;
    width: auto;
  }
  .downlist a.durl {
    float: none;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 10px;
    margin: auto;
    font-size: 12px;
  }
  .footer,
  .copy {
    width: 100%;
    padding: 8px;
  }
  .game_listtop .game_hj .list_ ul{
      width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .game_listtop .game_hj .list_ ul li{
      margin: 0;
      margin-bottom: 5px;
  }
  .game_listtop{
      display: none;
  }
  .main_nav ul li a{
      text-wrap: nowrap;
  }
}

