.mod-article .hd{
    position: relative;
    padding: 25px 15px;
    border-bottom: 3px solid #f0f0f0;
    overflow: hidden;
}
.mod-article .hd h1{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.mod-article .hd p{
    line-height: 24px;
    color: #999;
}
.mod-article .hd p span{
    margin:0 8px;
    white-space: nowrap;
}
.mod-article .bd{
    padding: 25px 20px;
}
.mod-article h3,.mod-article h2,.mod-article strong,.mod-article b{
    font-weight: bold;
}
.mod-article .bd h2{
    line-height: 36px;
    font-size: 18px;
}
.mod-article .bd h3{
    margin-bottom: 10px;
    font-size: 16px;
}
.mod-article .bd li{
    line-height: 24px;
}
.mod-article .bd p{
    margin-bottom: 12px;
    line-height: 24px;
    color: #666;
}
.mod-article .bd p a{
    color: #2095f2;
}
.mod-article .bd img{
    display: block;
    max-width: 480px;
    max-height: 480px;
    /*margin: 0 auto 20px;*/
    object-fit: cover;
    border: 1px solid #e8e8e8;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.mod-article .bd img:hover{
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.mod-article .ft .navigation{
    margin: 20px 0;
}
.mod-article .ft .navigation .item{
    padding: 7px 15px;
    margin-bottom: 2px;
    background: #f3f6f8;
    line-height: 22px;
    border-radius: 4px;
}
.mod-article .ft .navigation .item:hover{
    background: #1479d7;
    color: #fff;
}
.mod-article .ft .navigation .item:hover a{
    color: #fff;
}
.mod-article .pagination{
    padding: 20px 0;
}
.mod-article .pagination li{
    margin: 0;
}
.mod-article .pagination li span, .mod-article .pagination li a{
    height: 28px;
    padding: 0 8px;
    line-height: 28px;
    font-size: 15px;
}

.mod-post .hd{
    position: relative;
    padding: 0 15px;
    border-bottom: 1px solid #edeef0;
    line-height: 40px;
}
.mod-post .hd::after{
    position: absolute;
    left: 2px;
    top: 50%;
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    margin-top: -12px;
    background: #1479d7;
}
.mod-post .hd .title{
    font-size: 18px;
    font-weight: bold;
}
.mod-post .bd{
    padding: 10px 0;
}
.mod-post .bd li{
    line-height: 30px;
}
.mod-post .bd li .date{
    float: right;
    color: #999;
}
.mod-post .bd li a{
    display: block;
    margin-right: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mod-post .bd li a:hover{
    text-decoration: underline;
    color: #254390;
}

.mod-tags .hd{
    position: relative;
    padding: 0 12px;
    border-bottom: 1px solid #edeef0;
    line-height: 40px;
}
.mod-tags .hd::after{
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    margin-top: -12px;
    background: #1479d7;
}
.mod-tags .hd .title{
    font-size: 18px;
    font-weight: bold;
}
.mod-tags .bd{
    padding: 10px 0;
}
.mod-tags .bd{
    padding: 15px 5px;
    line-height: 26px;
}
.mod-tags .tag{
    margin: 0 2px;
    white-space: nowrap;
}
.mod-tags .tag:hover{
    text-decoration: underline;
}

.mod-related{
    overflow: hidden;
}
.mod-related .hd{
    position: relative;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 15px;
    background: #f8f8f8;
    line-height: 40px;
    border-radius: 4px;
}
.mod-related .hd::before{
    display: block;
    width: 5px;
    height: 20px;
    content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -10px;
    background: #1479d7;
    border-radius: 3px;
}
.mod-related .hd .title{
    display: inline-block;
    width: 75%;
    font-size: 16px;
    font-weight: bold;
}
.mod-related .hd .more{
    float: right;
    width: 20%;
    text-align: right;
    color: #999;
}
.mod-related .bd ul{
    column-count: 4;
    column-gap: 20px;
}
.mod-related .bd .item{
    margin-bottom: 15px;
}
.mod-related .bd .item .picture{
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    overflow: hidden;
}
.mod-related .bd .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mod-related .bd .title{
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.mod-related .bd .title a{
    font-size: 13px;
    color: #666;
}

@media screen and (max-width: 1020px){
    .mod-article .hd{
        padding: 15px 10px;
        margin: 0 -10px;
        line-height: 24px;
    }
    .mod-article .hd h1{
        font-size: 16px;
    }
    .mod-article .bd{
        padding: 20px 0;
    }
    .mod-article .bd p{
        text-indent: 2em;
    }

    .mod-related .bd ul{
        column-count: 2;
        column-gap: 12px;
    }
    .mod-related .bd .item .picture{
        margin-bottom: 5px;
    }

    .mod-post .hd{
        margin: 0 -8px;
        line-height: 36px;
    }
    .mod-post .hd::after{
        height: 18px;
        margin-top: -9px;
    }
    .mod-post .hd .title{
        font-size: 16px;
    }
    .mod-post .bd li{
        line-height: 28px;
    }

    .mod-tags .hd{
        margin: 0 -8px;
        line-height: 36px;
    }
    .mod-tags .hd::after{
        height: 18px;
        margin-top: -9px;
    }
    .mod-tags .hd .title{
        font-size: 16px;
    }
}




/* 游戏app推荐位样式 */
.game-app-recommendation {
    margin: 20px 0;
    padding: 0 15px;
}

.app-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
}

.app-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.app-logo {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.app-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.app-title-section {
    flex: 1;
    min-width: 0;
}

.app-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

.view-btn {
    background: #ff4757;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.view-btn:hover {
    background: #ff3742;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 71, 87, 0.3);
}

.view-btn:active {
    transform: translateY(0);
}

.app-description {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .game-app-recommendation {
        margin: 15px 0;
        padding: 0 10px;
    }
    
    .app-card {
        padding: 15px;
        gap: 12px;
    }
    
    .app-logo {
        width: 60px;
        height: 60px;
    }
    
    .app-title {
        font-size: 16px;
    }
    
    .app-description {
        font-size: 13px;
    }
    
    .view-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .app-card {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
        align-items: center;
    }
    
    .app-logo {
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }
    
    .app-content {
        width: 100%;
        text-align: center;
    }
    
    .app-header {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .app-title-section {
        text-align: center;
    }
    
    .app-description {
        text-align: center;
        margin: 10px 0;
    }
    
    .view-btn {
        width: 100%;
        max-width: 200px;
        margin-top: 10px;
    }
}