@charset "UTF-8";
.news_tag{
    .tag-nav{
        margin-top: 45px;
        border-bottom: 3px solid #DFDFDF;
        background:rgba(255,255,255,0.87);
        backdrop-filter: saturate(180%) blur(20px);
    }
    &.m17{
        margin: 17px auto;
        @media @max850 {
            margin: 0;
        }
    }
    .tags{
        margin-bottom: 36px !important;
    }
}

.search-warp{
    padding-top: 0;
    .news-tags{
        margin: 17px 0 !important;
    }
}





.tag_nav_bar{
    .tag_nav_bar_top{
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px;
        display: none;
        .select_img{
            width: 80%;
            text-align: right;
            font-size:@fs-36;
            color:#00A0E8;
            z-index: 9999;
        }
        .select_tit{
            font-size: @fs-16;
            width: 20%;
            a{
                color:#00A0E8;
            }
        }
    }
    .select_box{
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        width: 100%;
        height:auto;
        margin: 0 auto;
        opacity: 1;
        zoom: 1;
        padding: 0 10px;
        &.show{
            width: 100%;
        }
        .tag-nav-item {
            height:auto;
            padding:0 15px;
            margin-bottom: -3px;
            font-size: @fs-16;
            white-space:nowrap;
            &:first-child{
                padding-left:0;
            }
            a{
                display: block;
                width: 100%;
                height:100%;
                padding: 10px 0;
                text-transform: uppercase;
            }
            &.tag_nav_active a{
                color:#00A0E8;
                font-weight: 600;
                border-bottom: 3px solid #00A0E8;
                text-transform: uppercase;
            }
            &.tag_nav_active h1{
                color:#00A0E8;
                font-weight: 600;
                border-bottom: 3px solid #00A0E8;
                text-transform: uppercase;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }
}
.news-nav .tag-item a{
    border-radius: 0;
}
.content-tag-warp{
    .g_c_link{
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 935px) { 
    
    .news_tag .tag-nav{
        position:fixed;
        left:0;
        z-index: 999;
    }
    .tag-nav{
        .tag_nav_bar{
            display: block;
            display: block;
            width: 100%;
            height: auto;
            overflow: hidden;
        }
        
    }
    .news_tag{
        .tag-nav{
            margin-top: 5px;
            overflow: hidden;
        }
    }
    .news-nav{
        margin-top: 50px;
    }
    .top-nav .nav-list{
        display: none;
    }
    
    .tag_nav_bar{
        .select_box{
            width: 80%;
            height: 0;
            opacity: 0;
            font-size: 0px;
            transition: font-size 0.15s ease, height 0.15s ease;
            flex-direction: column;
            &.show{
                opacity: 1;
                height:100%;
                font-size: inherit;
                display: block;
            }
            .tag-nav-item{
                width: 100%;
                padding:10px 0;
                display: block;
                border-bottom: 1px solid rgba(210,210,215,0.5);
                a{
                    display: block;
                    width: 100%;
                    height:100%;
                    padding: 10px 0;
                }
                &.tag_nav_active a{
                    color:#bbbbbb;
                    font-weight: initial;
                    border-bottom:none;
                }
            }
        }
        .tag_nav_bar_top{
            display: flex;
        }
    }
}