 .collection_top { overflow: hidden; background: #fff; margin-bottom: 6px; }
.collection_top .info { margin-bottom: 6px; position: relative; display: block; overflow: hidden; }
.collection_top .info img { position: relative; z-index: 1; width: 100%; display: block; }
.collection_top .info .title { width: 100%; position: absolute; height: 60px; left: 0; bottom: 0; z-index: 2; background: -webkit-linear-gradient(bottom, #000000 0%, transparent 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); background: linear-gradient(to top, #000000 0%, transparent 100%); display: flex; }
.collection_top .info .title p { font-size: 16px; color: #fff; font-weight: bold; overflow: hidden; flex: 1; height: 60px; line-height: 60px; margin: 0 12px; }
.collection_top .info .title span { height: 60px; line-height: 60px; margin: 0 12px; font-size: 14px; color: #ff9900; font-weight: 600; }
.collection_top .text { overflow: hidden; padding: 12px; line-height: 20px; font-size: 12px; color: #666; }
.collection_top .text span { color: #ff9900; }
.tab_wrap{
    border-top: 6px solid #f5f5f5;
}
.hotgame { padding: 0 12px 12px; position: relative; }
.hotgame .downls { padding: 0; }
.hotgame .btn { display: block; height: 32px; line-height: 32px; color: #ffffff; text-align: center; font-size: 14px; border-radius: 3px; background: #3399ff; }
.hotgame .tag { width: 41px; height: 52px; background: url(../img/icon_bk.png) no-repeat; background-size: 100%; text-align: center; line-height: 61px; color: #fff; position: absolute; right: 12px; top: 0; font-size: 14px; }
.hotgame .img_list { margin-top: 12px; overflow-x: auto; overflow-y: hidden; white-space: nowrap; -webkit-overflow-scrolling: touch; }
.hotgame .img_list ul li { margin-right: 6px; display: inline-block; height: 170px; overflow: hidden; background: #f5f5f5; }
.hotgame .img_list ul li img { height: 170px; width: initial; position: relative; z-index: 1; }