/* 合集列表 */
.tabBar {
    width: 1200px;
    text-align: center;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.tabBar a {
    display: inline-block;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: normal;
    line-height: 29px;
    margin: 2px 38px;
}

.tabBar a:hover {
    color: #ff9000;
}

.tabBar a.active {
    color: #ff9000;
    position: relative;
}

.tabBar a.active::before {
    position: absolute;
    content: "";
    display: block;
    width: 70%;
    border-bottom: 3px solid #ff9000;
    left: 15%;
    bottom: -4px;
}

.tabContent {
    margin-top: 40px;
}

.tabContent li {
    float: left;
    width: 580px;
    height: 150px;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 40px;
}

.tabContent li:nth-child(2n+2) {
    margin-right: 0;
}

.tabContent li:hover .name {
    color: #ff9000;
}

.tabContent li a {
    display: block;
}

.tabContent li img {
    float: left;
    width: 254px;
    height: 148px;
    border: 1px solid #efefef;
}

.tabContent li .info {
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    width: 324px;
    height: 150px;
    background: #f6f6f6;
}

.tabContent li .name {
    width: 304px;
    height: 29px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 29px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 26px 0 20px 0;
}

.tabContent li .text {
    width: 287px;
    height: 48px;
    line-height: 16px;
    font-size: 12px;
    box-sizing: border-box;
    overflow: hidden;
    color: #999;
}

/* 合集介绍 */
.hejiIntroduce .img {
    float: right;
    width: 420px;
    height: 240px;
    border: 1px solid #efefef;
}

.hejiIntroduce .text {
    float: left;
    width: 720px;
    height: 230px;
    border: 1px solid #ddd;
    position: relative;
    margin-top: 10px;
}

.hejiIntroduce .text .daoyan {
    position: absolute;
    width: 56px;
    height: 66px;
    top: -10px;
    right: 40px;
}

.hejiIntroduce .text .name {
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 26px;
    color: #333;
    font-weight: 700;
    padding-left: 30px;
    box-sizing: border-box;
    background: #F6F6F6;
}

.hejiIntroduce .text .detail {
    width: 670px;
    height: 80px;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}

.hejiIntroduce .text .btn {
    display: block;
    width: 668px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 0 auto;
    margin-top: 30px;
    background: #f6f6f6;
}

.hejiIntroduce .text .btn:hover {
    color: #fff;
    background: #ff9000;
}

/* 合集游戏列表 */
.hejiContentList {
    margin-top: 60px;
}

.hejiContentList li {
    float: left;
    margin-right: 45px;
    margin-bottom: 40px;
}

.hejiContentList li:hover {
    background: #F6F6F6;
}

.hejiContentList li:nth-child(3n+3) {
    margin-right: 0;
}

.hejiContentList li {
    width: 370px;
    height: 180px;
    padding: 20px 0 10px 20px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.hejiContentList img {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 12px;
    border-radius: 8px;
    border: 1px solid #efefef;
}

.hejiContentList .info {
    float: left;
    width: 150px;
}

.hejiContentList .info .title {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 8px;
}

.hejiContentList .title:hover {
    color: #ff9000 !important;
}

.hejiContentList .info p {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    margin-top: 6px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hejiContentList .info .label {
    color: #999;
}

.hejiContentList .btn {
    float: right;
    width: 48px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #44a4fc;
    color: #44a4fc;
    margin-top: 31px;
    margin-right: 16px;
}

.hejiContentList .btn:hover {
    color: #fff;
    background: #44a4fc;
}

.hejiContentList .bottom {
    width: 334px;
    height: 48px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    line-height: 16px;
    overflow: hidden;
    color: #999;
    margin-top: 6px;
}