html,body{
  margin: 0;
  padding: 0;
}

body{
  min-width: 1400px;
}

header{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

header .head_wrap{
  height: 60px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.center{
  display: flex;
  justify-content: center;
  align-items: center;
}

header .left{
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 3.5rem;
}

.left .game_icon{
  display: inline-block;
  height: 50px;
}
.left .game_info{
  display: inline-block;
  margin-left: 20px;
}
.game_info img{
  display: block;
}

.game_info :first-child{
  margin-bottom: 10px;
}

header .right{
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 7rem;
}

.right img{
  height: 50px;
}

.wrapper{
  width: 100%;
}

.pointer{
  cursor: pointer;
}

footer{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  background-color: rgb(125,125,125);
}

.footer_bg{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 10px;
}

footer .gonggao ,footer .beian{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

footer .gonggao{
  top: 50%;
  transform: translateY(-50%);
}

footer .beian{
  bottom: 0.5rem;
  width: 70%;
}

.breadcrumb li {
  display: inline-block;
}