/* css重写 */
.update_area_content, .update_area {
    overflow: visible;
}
.inptit_show .indextk-opt-text{
    background: rgba(0,0,0,0.1);
    opacity: 1;
}
.fl {
    margin-bottom: 10px;
}
.flbg {
    margin-bottom: 15px;
}
.home-filter {
    align-items: flex-end;
}
.flow-mode {
    /* 新增：确保元素可被Flex布局控制 */
    display: inline-flex;
    align-items: center;
}
.flow-mode span {
    font-size: 1.5em;
    cursor: pointer;
    color: #bbbbbb;
}
span.flow-mode-curl {
    color: #fff;
}

/* 核心修改：给game标签的父容器加Flex布局，实现两端对齐 */
.fl .fl_title {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}
/* 可选：如果flow-mode是目标元素，直接推到最右侧（兼容备选方案） */
.flow-mode {
    margin-left: auto !important;
}

.cat_mode {
   
}
.cat_mode span {
    padding: 5px 29px;
}

.cx-cover {
    opacity: 0;
}
.cx-cover {
    position: absolute;
    top: -3px;
    left: 183%;
    text-align: center;
    width: 100%;
    height: 100%;
    /* color: #fff; */
    text-shadow: 1px 1px 3px #000;
    font-size: 25px;
    width: 180px;
    height: 56px;
    display: none;
}
.cx-cover img {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    -webkit-filter: blur(0px)!important;
    -moz-filter: blur(0px)!important;
    -ms-filter: blur(0px)!important;
    filter: blur(0px)!important;
}
.Article_list li {
    list-style-type: none;
}
.Article_list li:hover .cx-cover{
    opacity: 1;
    transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -o-transition:.5s
}
.Article_list li:hover .post_left img{
    -webkit-filter: blur(1px);
       -moz-filter: blur(1px);
        -ms-filter: blur(1px);    
            filter: blur(1px); 
}
.Article_list li .post_meta {
    font-size: 12px;
} 
.Article_list li .post_meta i{
    font-size: 14px !important;
    color: #585858;
} 

/******************
    图片格子布局
******************/
.flow-image .Article_list {
    max-width: 1300px;
    width: 100%;
    margin: 5px auto 10px;
    height: auto;
    overflow: hidden;
}

.flow-image .Article_right {
    display: none;
}

.flow-image .Article_list li {
    float: left;
    width: 25%;
    overflow: hidden;
    position: relative;
    padding-bottom: 46px;
    padding: 10px;
}

.flow-image .Article_list li .Articles{
    width:100%;
    background: #fff;
    overflow: hidden;
    border-radius: 17px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);

}
.flow-image .Article_list li:hover .Articles{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);

}
.flow-image .post_left{
    position: relative;
    
}
.flow-image .post_left img{
    width:100%;
    height:auto;
}
.flow-image .post_right p{
    display: none;
    
}
.flow-image .post_right .cat {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.Articles .post_right .cat .sort {
       line-height: 24px;
    display: inline-block;
    
    color: #b5b5b5;
    font-size: 14px;
    
}
.Articles .post_right .cat .sort a{
    color:#fff;
}
.flow-image .post_right h2 {
    font-size: 15px;
    padding: 5px 10px;
    line-height: 25px;
    font-weight: 500;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.flow-image .post_right h2 a{
    color: #333b4b;
}
.flow-image .post_right .post_meta>span>i{
    color: #565656;
    font-size: 1.2em;
}

.flow-image .post_right .post_meta {
    font-size: 12px;
    color: #6a7180;
    
    padding: 0 15px;
    line-height: 40px;
    text-align: right;
}
.flow-image .post_right .post_meta .post-time {
    float:left;
}
.flow-image .post_right .post_meta .post-comment {
    margin-right: 10px;
}

@media (max-width: 800px){
    .flow-image .Article_list li {
        width: 50%;
        padding: 5px;
    }
    .flow-image .post_meta .post-comment {
        display: none;
    }
}

/******************
    Blog列表布局
******************/
.flow-blog{
    max-width: 1280px;
    margin-top: 5px;
}
.flow-blog .Article_left {
    max-width: 1300px;
    width: 68.5%;
    padding-right: 15px;
    float: left;
}
.flow-blog .Article_list{
    max-width: 1300px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    height: auto;
}
.flow-blog .Article_list li{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    zoom: 1;
    position: relative;
    border-radius: 6px;    
}
.flow-blog .Article_list li:hover{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);

}
.flow-blog .Article_list li:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.flow-blog .post_left {
    float: left;
    width: 16%;
    position: relative;
    left: 3px;
}
.flow-blog .post_left img{
    width: 57px;
    height: auto;
    height: 57px !important;
    border-radius: 14px;
    transform: rotate(-16deg);
}

.flow-blog .post_right {
    float: right;
    width: 80%;
    padding-left: 0px;
}

.flow-blog .post_right h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 25px;
}
.flow-blog .post_right h2 a {
    color: #000;
}

@media (max-width: 800px){
    .flow-blog .post_right h2 a {
        color: #fff!important;
    }
}

.flow-blog .post_right p{
    color: #999;
    line-height: 25px;
}
.flow-blog .thumb-srcbox {
    border-radius: 6px;
    overflow: hidden;
}

.flow-blog .post_right .post_meta {
    position: absolute;
    bottom: 20px;
    right: 15px;
    color: #666;
}
.flow-blog .post_right .post_meta span {
    margin-right:10px;
}
.flow-blog .post_meta .iconfont {
    font-size: 1em;
}
.flow-blog .post_right .cat {
    position: absolute;
    bottom: 20px;
    z-index: 2;
}
.flow-blog .aggd.list_aggd {
    padding: 0;
}

/******************
    Blog列表侧边
******************/
.flow-blog .widget_images {
    background: #fff;
}
.Article_right .widget:first-child {
    margin-top: 0;
}
.Article_right .widget {
    border-radius: 6px;
}
.flow-blog .Article_right{
    width: 31.5%;
    float: right;
    margin-top: 5px;
    border-top: 3px solid #333;
    border-radius: 6px;
    margin-bottom: 20px;
}

.flow-blog .Article_right .fixed {
    width: 370px;
}

@media (max-width: 900px){
    .flow-blog .Article_left {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .flow-blog .Article_right {
        display: none
    }
    .flow-mode {
        border-radius: 9px;
        padding: 2.5px;
        width: 170px;
        position: absolute;
        top: 272px;
        left: 6px;
        background: rgb(255 255 255 / 25%);
        /* 移动端保持绝对定位，如需调整对齐可修改left为auto、right:6px */
        /* left: auto;
        right: 6px; */
    }
}

@media (max-width: 700px){
    .flow-blog .post_right p {
        display: none
    }
}

@media (max-width: 600px) {
    .flow-blog .Article_list li {
        padding: 10px;
        margin: 16px;
        margin-bottom: 10px;
        height: 81px;
        border-radius: 25px;
        /* 磨砂金属玻璃 */
        background: linear-gradient(145deg, rgba(30, 30, 30, 0.6), rgba(10, 10, 10, 0.8)) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        /* 拉丝金属纹理 */
        background-image: 
            linear-gradient(145deg, rgba(30, 30, 30, 0.6), rgba(10, 10, 10, 0.8)),
            repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.02) 2px, rgba(255, 255, 255, 0.02) 4px);
        background-blend-mode: overlay;
        box-shadow: 
            0 4px 15px rgba(0, 0, 0, 0.5),
            inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
        background-color: transparent !important;
        filter: none !important;
        transition: all 0.3s ease;
    }

}











    .flow-blog .post_right .post_meta {
       
    }
    .flow-blog .post_right h2 {
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .flow-blog .post_right .cat {
        bottom: 10px;
        transform: scale(.9);
        transform-origin: left bottom;
    }
    .flow-blog .post_meta .post-time{
        display: none;
    }
    .flow-mode {
        
    }
    .flow-mode span {
        font-size: 1.3em;
    }
}
@media (max-width: 350px){
    .flow-blog .usree_met {
        position: absolute;
        top:0;
        left: 0;
        color:#fac331;
    }
}

/******************
    多功能小工具
******************/

.blog_widget {
    background: #fff;
    padding: 0 20px 20px;
}
.blog_widget a{
    font-weight: 500;
    color: #27374d;
}

.blog_widget li{
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}
.blog_widget li .post-img{
    float: left;
    width: 100px;
    height: auto;
    max-height: 75px;
    position: relative;
}
.blog_widget li .post-img img {
    width: 100%;
    height: auto;
}
.blog_widget li .posts-title{
    margin-left: 115px;
}
.blog_widget li .posts-title span {
    font-size: 12px;
    color: #9A9A9A;
}
.blog_widget li .posts-title h4 {
    font-size: 15px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
    padding-right: 15px;
}
.one-images li:first-child .post-img,
.max-images li .post-img {
    width: 100%;
    max-height: none;
    border-radius: 6px;
    overflow: hidden;
}
.one-images li:first-child .posts-title,
.max-images li .posts-title{
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.81);
    margin-left: 0;
    width: 100%;
    padding: 10px;
    border-radius: 0 0 6px 6px;
}
.one-images li:first-child .posts-title h4,
.max-images li .posts-title h4 {
    position: absolute;
    bottom: -18px;
    height:20px;
    margin-bottom: 28px;
}
.one-images li:first-child .posts-title h4 a,
.max-images li .posts-title h4 a {
    color: #E4E4E4;
}
.one-images li:first-child .posts-title span,
.max-images li .posts-title span {
    display: block;
    margin-bottom: 30px;
    color: #CCC;
}

.widget_hyh {
    background: #ddd;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #27374d;
    cursor: pointer;
    font-size: 12px;
}

.th-srcbox {
    padding-top: 64%;
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 6px;
    overflow: hidden
}

.th-srcbox figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.th-srcbox figure img {
    height: 100% !important;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.one-images li:first-child .th-srcbox,
.max-images li .th-srcbox {
    padding-top: 50%;
}


/* 修复移动端元素不靠右的问题 */
@media (max-width: 900px) {
    /* 让父容器恢复Flex布局，控制子元素对齐 */
    .fl .fl_title {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        position: static !important; /* 取消父容器的相对定位，避免影响子元素 */
    }

    /* 让目标元素恢复为Flex子元素，取消绝对定位 */
    .flow-mode {
        position: static !important;
        left: auto !important;
        top: auto !important;
        width: auto !important;
        background: transparent !important; /* 移除背景，保持和PC端一致 */
        margin-left: auto !important; /* 强制推到最右侧 */
    }
}

/* 图片格子布局卡片核心样式（整合所有重复定义） */
.flow-image .Article_list li {
    position: relative;
    overflow: hidden;
    border-radius: 17px; /* 和卡片一致，隐藏模糊边缘 */
}
.flow-image .Article_list li .Articles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 17px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
    background: transparent !important; /* 移除默认黑色背景 */
    position: relative;
    z-index: 1; /* 确保背景图层级正确 */
}

/* 防止卡片内元素遮挡背景图 */
.flow-image .Articles .post_left,
.flow-image .Articles .post_right {
    position: relative;
    z-index: 2; /* 文字/图片在背景图上层 */
}

/* 无特色图片时的兜底样式（避免黑色） */
.flow-image .Articles[style*="default_bg"] {
    background: #f5f5f5 !important; /* 浅灰兜底，替代黑色 */
}

/* 文字颜色自适应 */
.flow-image .Article_list li .Articles .post_right h2 a,
.flow-image .Article_list li .Articles .post_right p,
.flow-image .Article_list li .Articles .cat .sort {
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.flow-image .Article_list li .Articles[style*="#f5f5f5"] .post_right h2 a,
.flow-image .Article_list li .Articles[style*="#f5f5f5"] .post_right p,
.flow-image .Article_list li .Articles[style*="#f5f5f5"] .cat .sort {
    color: #333 !important;
    text-shadow: none;
}

/* 博客布局按钮定位 */
.flow-blog .post_meta {
    position: relative;
    height: 40px;
    line-height: 40px;
}
.flow-blog .view-btn {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* 图片布局按钮样式 */
.flow-image .post_meta {
    text-align: center;
    padding: 10px 0;
}
.flow-image .post-time {
    display: none;
}
.flow-image .view-btn {
    margin-top: 8px;
}

/* 查看按钮悬停效果（整合重复定义，保留最优效果） */
.view-btn:hover {
    background: rgba(255,255,255,0.35) !important;
    border-color: rgba(255,255,255,0.5) !important;
    transform: translateY(-50%) scale(1.05) !important;
    transition: all 0.3s ease;
}



/* 内容容器适配 */
.Articles-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
/* 适配不同布局 */
.flow-blog .Articles-content {
    flex-direction: column;
    align-items: flex-start;
}
