html,body {
    font-family: PingFang SC, PingFang SC;
    background-color: #FAF9F9;
    font-weight: 500;
    min-width: 1200px;
    height: 100%;
}

.m-all-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-between;
}

.m-body-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.m-head-wrapper {
    width: 1200px;
    height: 70px;
    display: flex;
    align-items: center;
}

.m-content-wrapper {
    width: 1200px;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.m-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    color: #666666;
}

.m-bottom-wrapper a {
    color: #666666;
}

.m-bottom-wrapper a:hover {
    color: #666666;
    text-decoration: underline;
}

#clickNav {
    width: 188px;
    height: 100%;
    text-align: center;
    display: flex;
}

#clickNav div {
    width: 36px;
    height: 100%;
    display: flex;
    align-items: center;
}

.clickNav {
    font-weight: 600;
    position: relative;
}

.clickNav::after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 0;
    width: 24px;
    height: 4px; /* 边框高度 */
    background-color: #F90000; /* 红色边框 */
}

.mr-40 {
    margin-right: 40px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-15{
    margin-right: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18{
    font-size: 18px;
}

.font-FFFFFF {
    color: #FFFFFF !important;
}

.font-A4A4A9 {
    color: #A4A4A9 !important;
}

.font-333333 {
    color: #333333 !important;
}

.font-757577 {
    color: #757577 !important;
}

.font-565658 {
    color: #565658 !important;
}

.font-5A5B5D{
    color: #5A5B5D !important;
}

.searchinput {
    width: 504px;
    font-size: 16px;
    border-right: 1px solid #E1E1E4;
    color: #A4A4A9;
    background-color: #FAF9F9 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#searchDiv {
    width: 600px;
    height: 40px;
    display: flex;
    padding: 9px 15px 9px 20px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #E1E1E4;
    margin-left: 248px;
}

#searchDiv:hover {
    border: 1px solid #999999;
}

#searchDiv:active {
    border: 1px solid #999999;
}

#searchBtn {
    padding-left: 15px;
    width: 70px;
    font-size: 16px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

#searchPic {
    background: url(../images/searchBtn.png) no-repeat;
    width: 18px;
    height: 18px;
}

#ououPic {
    background: url(../images/ouou.png) no-repeat;
    width: 230px;
    height: 92px;
    zoom: 0.5;
    margin-right: 100px;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
}

.theme {
    line-height: 39px;
    font-size: 28px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 20px;
}

.brief {
    width: 100%;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    font-weight: 600;
}

.videoBox {
    font-size: 0;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.videoContent {
    width: 285px;
    display: inline-block;
}

.videoPic {
    width: 285px;
    height: 160px;
    margin-bottom: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.police {
    width: 22px;
    height: 22px;
    background: url(../images/police.png) no-repeat;
    display: inline-block;
}

.video-image {
    width: 285px;
    height: 160px;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block; /* 修复空白间隙 */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
    opacity: 0; /* 默认隐藏 */
    transition: opacity 0.3s ease; /* 平滑过渡效果 */
}

.videoPic:hover .overlay {
    opacity: 1; /* 鼠标悬浮时显示遮罩 */
}

.overlay-pic {
    width: 100%;
    height: 100%;
    background: url(../images/forbid.png) no-repeat 50%;
}

.redBlock {
    width: 3px;
    height: 16px;
    background-color: #F90000;
    display: inline-block;
}

.title {
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
}

.searchBox {
    font-size: 0;
    display: flex;
    width: 1100px;
    margin: 10px auto;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    height: 200px;
}

.searchContent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.jump {
    color: #999999;
    font-weight: 400;
}

.jump:hover {
    color: #333333;
}

.jump-detail:hover {
    color: #333333 !important;
    text-decoration: underline;
}

.jump-detail-weight:hover {
    font-weight: 600 !important;
}

.jump-detail-F90000:hover {
    color: #F90000 !important;
}

.duration {
    width: 37px;
    height: 17px;
    border-radius: 9px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #00000033;
    z-index: 1000;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
}

#zwsj {
    background: url(../images/zwsj.png) no-repeat;
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}

#noData {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 863px;
    flex-direction: column;
    color: #5A5B5D;
    display: none;
}

.albumName {
    margin-right: 5px;
    display: inline-block;
    height: 24px;
    background-color: #FFF3E9;
    color: #FF8200;
    font-size: 14px;
    border-radius: 12px;
    padding: 2px 12px;
}

.albumName:hover{
    background-color: #FF8723;
    color: #FFFFFF;
}

.time {
    display: inline-block;
    height: 24px;
    background-color: #EFEFEF;
    color: #757577;
    font-size: 14px;
    border-radius: 12px;
    padding: 2px 12px;
}

.highlight {
    color: #F90000;
}

.album {
    width: 50px;
    height: 30px;
    background: url(../images/album.png) no-repeat;
}