@charset "utf-8"; 
/* 基于现有CSS添加游戏下载专用样式 */
.soft-wrap {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.tx-box {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.col-4 {
    width: 33.333%;
    padding: 0 10px;
    box-sizing: border-box;
}
.col-20 {
    width: 66.667%;
    padding: 0 10px;
    box-sizing: border-box;
}
.img-box {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.img-box img {
    width: 100%;
    height: auto;
    display: block;
}
.mb10 {
    margin-bottom: 10px;
}
.tx-btn {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    transition: all 0.3s;
}
.btn-border {
    border: 1px solid #e8e8e8;
    color: #666;
    background: #f8f8f8;
}
.bg-green {
    background: #28a745;
    color: white;
    border: none;
}
.bg-green:hover {
    background: #218838;
    color: white;
}
.f-22 {
    font-size: 22px;
}
.txt-ov {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f-12 {
    font-size: 12px;
}
.f-gray1 {
    color: #999;
}
.mr15 {
    margin-right: 15px;
}
.soft-box {
    margin-top: 15px;
}
.ul-26 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}
.ul-26 li {
    padding: 5px 0;
    border-bottom: 1px dashed #f0f0f0;
}
.ul-26 li span {
    color: #666;
    min-width: 80px;
    display: inline-block;
}
.soft-down {
    margin: 20px 0;
}
.mr10 {
    margin-right: 10px;
}
.qrcode-box {
    position: relative;
}
.qrcode-box em {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 10;
}
.qrcode-box:hover em {
    display: block;
}
.ta-c {
    text-align: center;
}
.qr img {
    max-width: 150px;
    height: auto;
}
.mt10 {
    margin-top: 10px;
}

/* 网盘下载样式 */
.pan-download {
    margin: 20px 0;
}
.pan-item {
    margin-bottom: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #007bff;
}
.pan-name {
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
}
.pan-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
    transition: all 0.3s;
}
.pan-btn.baidu {
    background: #2932E1;
}
.pan-btn.baidu:hover {
    background: #1a22c4;
}
.pan-btn.quark {
    background: #52c21b;
}
.pan-btn.quark:hover {
    background: #46a818;
}

/* 游戏介绍样式 */
.tx-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.tx-text {
    line-height: 1.8;
    color: #333;
}
.f-16 {
    font-size: 16px;
}
.pd20-3 {
    padding: 20px;
}
.info-tag {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e8e8e8;
    color: #666;
}
.info-zan {
    padding: 20px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
}
.share-on {
    display: inline-block;
    padding: 8px 20px;
    background: #f8f8f8;
    border-radius: 20px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s;
}
.share-on:hover {
    background: #e8e8e8;
    color: #333;
}

/* 上一篇下一篇样式 */
.prevNext {
    border-top:1px dotted #ddd;
    margin:0;
    padding:10px 20px;
    font-size:14px;
    background: #fffbfb;
}
.prevNext p>a{
    color:#333;
}
.prevNext p>span{
    color:#5c5c5c;
    cursor:default;
}
.articlePrev,.articleNext{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.articleNext{
    margin-top:6px;
}

/* 评论样式 */
.comTab{
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
}
.comTab>h4 {
    color: #333;
    background: #fffbfb;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
}
.comTab>h4 a {
    font-weight: normal;
}
.comName{
    position:absolute;
    right:15px;
}
.comName a{
    font-size:14px;
    color:#ed4040;
}
.comPost{
    padding: 15px 20px;
}
.comInfo{
    color:#5c5c5c;
    font-weight:normal;
    line-height:22px;
}
.comInfo li{
    width:100%;
    float:left;
}
.comInputList li{
    width:50%;
    margin-bottom:10px;
}
.commBorder{
    border:1px solid #e5e5e5;
    border-radius:3px;
    margin-right: 10px;
    position:relative;
}
.comInputList li:nth-child(2n)>.commBorder{
    margin-right:0;
}
.comInfo li img{
    width:auto;
    position:absolute;
    top:1px;
    right:2px;
    height:33px;
    cursor:pointer;
}
.comInfo input{
    padding:10px;
    height:35px;
    line-height:35px;
    width:100%;
    border:0;
    box-sizing:border-box;
}
.comTex textarea{
    resize:none;
    width:100%;
    height:130px;
    border-radius:3px;
    line-height:180%;
    border:1px solid #ddd;
    padding:10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
}
.comInfo button{
    color:#FFFFFF;
    background-color:#ed4040;
    height:30px;
    width:88px;
    border:1px solid #e5e5e5;
    outline:none;
    cursor:pointer;
    border-radius:4px;
    margin-top:5px;
}
.comList{
    padding-bottom: 10px;
    border:1px solid #e5e5e5;
    border-top:0;
    border-radius: 3px;
}

/* 游戏截图样式 */
.screenshot-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.screenshot-list li {
    width: calc(50% - 7.5px);
    box-sizing: border-box;
}
.screenshot-list li img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.screenshot-list li img:hover {
    transform: scale(1.02);
}
/* 下载链接样式 */
.download-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.download-links li {
    padding: 8px 0;
    white-space: normal;
    word-break: break-word;
    line-height: 1.5;
}
/* 调整链接样式，确保文本溢出时显示省略号 */
.download-links li a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline;
    white-space: normal;
    word-break: break-word;
}
.download-links li a:hover {
    color: #0056b3;
    text-decoration: underline;
}
 
/* 移动端适配 */
@media screen and (max-width:767px){
    .col-4, .col-20 {
        width: 100%;
    }
    .waphide {
        display: none;
    }
    .f-22 {
        font-size: 18px;
    }
    .soft-down a {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .pan-btn {
        display: block;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .row .col-m-12 {
        width: 100%;
    }
    .pd20-3 {
        padding: 15px;
    }
    .f-16 {
        font-size: 14px;
    }
    .comInputList li {
        width: 100%;
    }
    .comInputList li>.commBorder {
        margin-right: 0;
    }
    /* 移动端截图样式 */
    .screenshot-list li {
        width: calc(50% - 7.5px);
    }
    /* 移动端下载链接样式 */
    .download-links li {
        min-width: 100%;
    }
}
@media screen and (max-width:500px){
    .tx-box {
        padding: 15px;
    }
    .f-22 {
        font-size: 16px;
    }
    /* 小屏手机截图样式 */
    .screenshot-list li {
        width: 100%;
    }
}