.home-bg{
    background: url('../images/home/background.jpg') no-repeat center / cover;
}
.tr-img{
    /* 宽度100%自适应父容器 */
    height: 100% !important;
    /* 高度自动（保持比例，不会拉伸） */
    width: auto !important;
    /* 防止图片超出容器 */
    max-height: 100% !important;
    /* 让图片显示更清晰 */
    object-fit: cover !important;
}
.font-color{
    color:#6c757d !important;
}
.news-list{
    height: 180px;
    overflow: hidden;
}
.news-list img{
    width: 100%;
    margin: 0 auto;
}
.news-a{
    transition: all 0.3s;
}
.news-a:hover{
    margin-top:15px !important;
    transition: all 0.3s;
}
.winning-button{
    background-color: #FDF8F8 !important;
    color: #0a0f14 !important;
    border-color:#f4cacf !important;
}
.tr-btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.tr-btn.tr-btn-outline {
    border: 2px solid color-mix(in srgb, var(--accent-color), transparent 70%);
    color: var(--accent-color);
    background: transparent;
}
.tr-btn.tr-btn-outline:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: translateY(-2px);
}
