/* ========================================
   专题页面样式
   ======================================== */

/* 专辑主布局 */
.album-main {
    display: flex;
    justify-content: space-between;
}

.album-main > ul {
    width: 830px;
}

.album-main > ul > li {
    margin-bottom: 30px;
    background: #fff;
    transition: all .3s;
    border-radius: 8px;
    overflow: hidden;
}

.album-main > ul > li:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.album-main > ul > li + li {
    margin-top: 10px;
}

/* 专辑左侧图片 */
.ey_zb img {
    width: 250px;
    height: 160px;
    border-radius: 10px;
    object-fit: cover;
}

/* 专辑右侧内容 */
.ey_yb {
    flex: 1;
    margin-left: 20px;
}

.ey_yb > span {
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    color: #1ec6c0;
    font-size: 14px;
    background: #effbfb;
    border-radius: 4px;
}

.ey_ybtxt a {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 800;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 25px;
    transition: color 0.3s ease;
}

.ey_ybtxt a:hover {
    color: #FF6B35;
}

.ey_ybtxt span {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 800;
}

.ey_ybtxt span:nth-child(2) {
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #666;
}

.ey_ybdc p {
    width: 100%;
    color: #999999;
    font-size: 14px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

.ey_yb .ey_xq {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 26px;
    border: 1px solid #999999;
    border-radius: 15px;
    font-size: 12px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #999999;
    margin-top: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ey_yb .ey_xq:hover {
    border: 1px solid #FF6B35;
    color: #FF6B35;
    background: #f5f5f5;
}

/* 热门专辑 */
.ey_rmzj {
    display: flex;
}

.eyou_alltxt {
    margin-bottom: 20px;
}

.common {
    width: 340px;
}

.hotmgList img {
    width: 90px;
    height: 90px;
    border-radius: 15px;
    object-fit: cover;
}

/* 专题标题区域 */
.ey_zttit {
    margin-top: 40px;
    display: flex;
    margin-bottom: 68px;
}

.ey_zttit > img {
    width: 500px;
    height: 260px;
    border-radius: 10px;
    object-fit: cover;
}

.ey_biaoti {
    flex: 1;
    margin-left: 20px;
}

.ey_biaoti div {
    font-size: 18px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 800;
    color: #333333;
    margin-top: 40px;
}

.ey_biaoti span {
    display: block;
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
}

.ey_biaoti p {
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #333333;
    margin-top: 55px;
    line-height: 1.8;
}

/* 游戏卡片样式 */
.ey_gcal {
    min-height: 500px;
    margin-bottom: 60px;
}

.ey_gclt {
    float: left;
    width: 380px;
    height: 130px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    transition: all linear .3s;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 8px;
}

.ey_cen a:nth-child(3n) .ey_gclt {
    margin-right: 0;
}

.ey_gclt:hover {
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.ey_gcli img {
    width: 90px;
    height: 90px;
    border-radius: 15px;
    object-fit: cover;
}

.ey_yxtxt {
    margin-left: 20px;
}

.ey_yxtxt p:nth-child(1) {
    width: 130px;
    font-size: 16px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ey_gclt p:nth-child(2) {
    width: 130px;
    height: 17px;
    font-size: 12px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #999999;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 14px;
}

.ey_gclt p:nth-child(3) {
    width: 130px;
    font-size: 12px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ey_gclt .ey_down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 34px;
    border: 1px solid #FF6B35;
    border-radius: 5px;
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #FF6B35;
    margin-left: 30px;
    background: url(../images/download_default.png) no-repeat 10px center;
    transition: all linear .3s;
    text-indent: 15px;
    cursor: pointer;
}

.ey_gclt:hover .ey_down {
    color: #ffffff !important;
    background: url(../images/download_hover.png) no-repeat 10px center #FF6B35;
    transition: all linear .3s;
}

/* 通用工具类 */
.flex {
    display: flex;
    align-items: center;
}
