/* 时间轴样式 */
.timeline-list {
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
}

.timeline-list::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 5px;
    bottom: 0;
    width: 2px;
    background: #e8e8e8;
}

.timeline-item {
    position: relative;
    padding-bottom: 30px;
}

.timeline-dot {
    position: absolute;
    left: -20px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #00bdab;
    /* 主题色 */
}

.version-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.version-date {
    font-size: 13px;
    color: #999;
    font-weight: normal;
    margin-left: 10px;
}

.version-download {
    font-size: 13px;
    color: #1e9fff;
    font-weight: normal;
    text-decoration: none;
    margin-left: 10px;
}

.version-download:hover {
    text-decoration: underline;
}

/* 更新日志条目样式 */
.log-list {
    padding-left: 5px;
}

.log-item {
    display: flex;
    align-items: flex-start;
    /* 顶部对齐 */
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* 标签样式 */
.tag {
    display: inline-block;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    margin-right: 8px;
    white-space: nowrap;
    position: relative;
    top: 2px;
    /* 微调垂直对齐 */
}

.tag-new {
    background: #ff4d4f;
}

/* 红 */
.tag-opt {
    background: #00bdab;
}

/* 绿 */
.tag-fix {
    background: #ffa940;
}

/* 黄 */
.tag-other {
    background: #d9d9d9;
    color: #666;
}

/* 灰 */

.log-content-text {
    flex: 1;
}

.layui-tab-bar {
    display: none !important;
}

.price {
    color: #f56c6c;
    font-weight: 600;
}

/* 商品详情页移动端布局 */
@media (max-width: 768px) {
    .detail-info {
        flex-direction: column;
    }
    .t{
        white-space: nowrap;
    }
    .detail-info .bigimg {
        justify-content: center;
        margin-bottom: 16px;
    }

    .detail-info .bigimg .img {
        width: 100%;
        height: auto;
    }

    .detail-divider {
        display: none;
    }


    .paynow {
        margin-left: 0;
        margin-top: 16px;
    }

    .paynow .layui-btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}
