@media only screen and (max-width: 768px) { 

/**栏目nav**/
.bt-link1{float:left;width:100%;padding:5px 0% 15px 0%;margin:0  0;text-align:center;overflow: hidden;margin:10px 0;border-bottom:1px solid #ddd;}
.bt-link1 a{overflow: hidden;float:left;font-size:14px;white-space:nowrap;font-weight:500; line-height:30px;margin:2px .5%;padding:5px 2%;background:#eee;border-radius: 5px;color:#000;width:20%;}

/*游戏合集*/
.game-hj{height:350px;margin: 0px 0%;overflow: hidden;width:100%;}
.game-hj ul{width:100%;}
.game-hj ul .dg li{border-radius: 0px;display: block;float: left;width:100%;height:200px;margin: 0 1px 2% 0;position: relative;overflow: hidden;}
.game-hj ul .dg li img{object-fit: cover;border-radius:0px;width:100%;height:300px;}
.game-hj ul .dg li p{line-height: 46px;position: absolute;width:100%;height: 46px;left: 0;bottom: 0;border-bottom-left-radius:0px;border-bottom-right-radius: 0px;background: rgba(0,0,0,.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);text-align: center;color: #fafafa;font-size: 18px;transition: all .1s linear;-webkit-transition: all .1s linear;}
.game-hj ul .dg li:hover p{background: #2d72eb;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C816debd,endColorstr=#C816debd);}
.game-hj ul .dg li:hover{-webkit-box-shadow: 0 8px 20px rgba(0,0,0,0.3);-moz-box-shadow: 0 8px 20px rgba(0,0,0,0.3);box-shadow: 0 8px 20px rgba(0,0,0,0.3);}
.game-hj ul li{border-radius:8px;display: block;float: left;width:46%;height:120px;margin: 2%;position: relative;overflow: hidden;}
.game-hj ul li img{object-fit: cover;width:100%;height: 120px;}
.game-hj ul li p{line-height: 36px;position: absolute;width:100%;height: 36px;left: 0;bottom: 0;border-bottom-left-radius:0px;border-bottom-right-radius: 10px;background: rgba(0,0,0,.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);text-align: center;color: #fafafa;font-size: 16px;transition: all .1s linear;-webkit-transition: all .1s linear;}
.game-hj ul li img:hover {transition-duration: 1s;transition-timing-function: linear;width:112%;height:112%;padding-left:-50%}
}

@media only screen and (min-width: 768px) { 
/**栏目nav**/
.bt-link1{width: 720px;border-left:4px solid #39AC73;background: url(../image/01.png) 0px 0px no-repeat;max-height:200px;padding:15px 30px;margin:0 0 20px 0;}
.bt-link1 a{font-size:20px;white-space:nowrap;font-weight:500;line-height:30px;margin-right:20px;color:#fff}
.bt-link1 a:hover,.list-tit a:hover{color:#ff0}

/*游戏合集*/
.game-hj{height: auto;margin: 20px auto;overflow: hidden;width: 1210px;}
.game-hj ul{width: 1342px;height:  auto;}
.game-hj ul .dg li{border-radius: 0px;display: block;float: left;width: 500px;height:281px;margin: 0 1px 1px 0;position: relative;overflow: hidden;}
.game-hj ul .dg li img{object-fit: cover;border-radius:0px;width:100%;height:300px;}
.game-hj ul .dg li p{line-height: 46px;position: absolute;width:100%;height: 46px;left: 0;bottom: 0;border-bottom-left-radius:0px;border-bottom-right-radius: 0px;background: rgba(0,0,0,.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);text-align: center;color: #fafafa;font-size: 18px;transition: all .1s linear;-webkit-transition: all .1s linear;}
.game-hj ul .dg li:hover p{background: #2d72eb;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C816debd,endColorstr=#C816debd);}
.game-hj ul .dg li:hover{-webkit-box-shadow: 0 8px 20px rgba(0,0,0,0.3);-moz-box-shadow: 0 8px 20px rgba(0,0,0,0.3);box-shadow: 0 8px 20px rgba(0,0,0,0.3);}
.game-hj ul li{border-radius: 0px;display: block;float: left;width: 232px;height: 140px;margin: 0 1px 1px 0;position: relative;overflow: hidden;}
.game-hj ul li img{object-fit: cover;border-radius:0px;width:100%;height: 140px;}
.game-hj ul li p{line-height: 26px;position: absolute;width:100%;height: 26px;left: 0;bottom: 0;border-bottom-left-radius:0px;border-bottom-right-radius: 10px;background: rgba(0,0,0,.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);text-align: center;color: #fafafa;font-size: 14px;transition: all .1s linear;-webkit-transition: all .1s linear;}
.game-hj ul li img:hover {transition-duration: 1s;transition-timing-function: linear;width:112%;height:112%;padding-left:-50%}
.hj-ioscolor ul li:hover p{background: rgba(25,171,255,.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C819abff,endColorstr=#C819abff);}

}

/* ----- 分页 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 2px 6px;
  margin: 0 2px;
  border-radius: 5px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 4px 2px;
    margin: 0 5px;
    border-radius: 5px;
}
.pagination a:hover {
  color: #39AC73;
  border: 1px solid #39AC73;
}
.pagination a.page-num-current {
  color: #fff;
  background: #39AC73;
  border: 1px solid #39AC73;
  border-radius: 5px;
}
.tac.text-secondary {
    color: #ccc;
    text-align: center;
}
/* ----- 分页end ----- */