/* 96KaiFa原创源码，唯一官网：www.96kaifa.com */
/* 96KaiFa原创源码，唯一官网：www.96kaifa.com */
.tuijian {
    padding: 20px 12px 10px;
}

.tuijian .cont {
    position: relative;
    overflow: hidden;
    min-height: 100px;
}

.tuijian .cont img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.tuijian .cont .label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 75px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-indent: -5px;
    text-align: center;
    background: url(../images/icon_labe.png) no-repeat;
    background-size: 100%;
}

.tuijian .cont .desc {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 96px;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(to bottom, transparent 0%, #000000 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19000000', endColorstr='#99000000', GradientType=0) !important;
    background: linear-gradient(to bottom, transparent 0%, #000000 100%) !important;
}

.tuijian .cont .desc h1 {
    padding: 0 12px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0 5px;
}

.tuijian .cont .desc p {
    padding: 0 12px;
    color: #eee;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.collection_item {
    overflow: hidden;
    padding: 12px;
    border-top: 6px solid #f5f5f5;
}

.collection_item .img {
    display: block;
    min-height: 36px;
}

.collection_item .img,
.collection_item .img img {
    width: 100%;
}

.collection_item .info {
    margin: 6px auto;
    display: flex;
}

.collection_item .info .game {
    display: block;
    margin: -30px 12px 0 12px;
}

.collection_item .info .game,
.collection_item .info .game img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.collection_item .info p {
    flex: 1;
    font-size: 14px;
    color: #111;
    line-height: 20px;
    overflow: hidden;
    height: 20px;
}

.collection_item .info .btn {
    width: 60px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    color: #3399ff;
    border: 1px solid #b2d9ff;
    font-size: 12px;
    display: block;
    text-align: center;
}

.collection_item .desc {
    font-size: 12px;
    color: #4e4e4e;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.details_info {
    margin: 12px;
    overflow: hidden;
}

.details_info h1 {
    font-size: 16px;
    text-align: center;
    color: #111;
    line-height: 24px;
}

.details_info p {
    font-size: 12px;
    line-height: 22px;
    color: #555;
    margin: 8px 0 0;
}

.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(../images/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;
}

.more {
    margin: 12px auto 20px;
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 32px;
    height: 32px;
    width: 160px;
    text-align: center;
    background: #f2f2f2;
    border-radius: 16px;
}

.endtips {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 32px;
    margin: 10px 0;
}

/*# sourceMappingURL=Collection.css.map */