.title a{
    font-size: 16px;
}
/*时间显示*/
.home-star-goods .goods-list .price {
    margin: 0 0 2px 0;
    font-size: .8em ;
    color: #ff6709
}

.home-star-goods .goods-list .title, .home-star-goods .goods-list .title a {
    color: #212121
}
.home-star-goods .goods-list .thumb {
    display: block;
    width: 200px;
    margin: 0 auto 0px
}
/*影片的标题*/
.home-star-goods .goods-list .title {
    margin: 0 10px 3px;
    font-size: 18px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1
}
/*影片的描述文字*/
.home-star-goods .goods-list .desc {
    height: 18px;
    margin: 0 7px 5px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    color: #b0b0b0
}

/* macOS Tahoe 毛玻璃效果 - 通用容器 */
.home-brick-box,
.xm-plain-box {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(40px) saturate(180%);
    -webkit-backdrop-filter: blur(40px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    box-shadow: 
        0 8px 32px 0 rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    margin: 30px 0;
    padding: 25px;
    position: relative;
    overflow: hidden;
}

.box-hd {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.box-hd .title {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 1px 2px rgba(255,255,255,0.5);
}

.box-hd .more .more-link {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.box-hd .more .more-link:hover {
    color: #FF6B6B;
}

.brick-item {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.brick-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.15);
}

/*烂番茄推荐*/
.xm-recommend dl {
    padding: 0 20px;
    margin-bottom: 0
}

.xm-recommend dl dt {
    padding: 10px 0 15px;
    height: 195px
}

/*页面底部信息*/

.footcenter{
    text-align: center;
}
.footcenter a{
    color: #333333;
}
.footcenter div,.footcenter span{
    font-size: 14px;
    margin: 10px 10px 0 10px;
}
/*列表页面导航*/
.listnav a{
    font-size: 1.2em;
}

/* ========== 烂番茄推荐区域顶部间距优化 ========== */
.tomato-accordion-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0
}

.tomato-header {
    margin-top: 0;
    padding-top: 0
}

.tomato-title {
    margin-top: 0;
    margin-bottom: 0
}

/* ========== 导航链接悬停效果优化（朝霞渐变背景） ========== */
.site-header .nav-item .link:hover {
    color: #6FA8D8;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3)
}

/* ========== 搜索框朝霞渐变背景优化 ========== */
.site-header .search-text {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(111, 168, 216, 0.2);
    box-shadow: 0 2px 8px rgba(111, 168, 216, 0.08)
}

.site-header .search-btn {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(111, 168, 216, 0.2);
    color: #6FA8D8
}

.site-header .search-btn:hover {
    background: linear-gradient(135deg, #A8D4E8, #6FA8D8);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 12px rgba(111, 168, 216, 0.25)
}

/* 移动端汉堡菜单按钮 */
.mobile-menu-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 24px;
    cursor: pointer;
    z-index: 50
}

.mobile-menu-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ff6700;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out
}

.mobile-menu-toggle span:nth-child(1) {
    top: 0
}

.mobile-menu-toggle span:nth-child(2) {
    top: 10px
}

.mobile-menu-toggle span:nth-child(3) {
    top: 20px
}

/* 汉堡菜单动画状态 */
.mobile-menu-toggle.active span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg)
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.mobile-menu-toggle.active span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg)
}

/* 响应式设计 - 移动端导航 */
@media (max-width: 1226px) {
    .mobile-menu-toggle {
        display: block
    }

    .site-header .header-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(40px) saturate(180%);
        -webkit-backdrop-filter: blur(40px) saturate(180%);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15)
    }

    .site-header .header-nav.active {
        display: block
    }

    .site-header .nav-list {
        width: 100%;
        padding: 0;
        height: auto
    }

    .site-header .nav-item {
        float: none;
        width: 100%
    }

    .site-header .nav-item .link {
        padding: 15px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05)
    }

    .site-header .header-search {
        display: none
    }

    .site-header .container {
        position: relative
    }
}
