.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex-1{
    flex: 1;
}

.f-nowrap {
    flex-wrap: nowrap;
}


/* justify-content: flex-start;
        align-items: flex-start; */
.f-column {
    flex-direction: column;
}

.just-sb {
    justify-content: space-between;
}

.just-end {
    justify-content: flex-end;
}

.just-cen {
    justify-content: center;
}

.ali-star {
    align-items: flex-start;
}

.ali-cen {
    align-items: center;
}

.ali-end {
    align-items: flex-end;
}

.f-bw {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-cen {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.f-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.psr {
    position: relative;
}

.psa {
    position: absolute;
}

/* ------------------边框------------------ */
.bl {
    border: solid 2rpx;
}

.bl-t {
    border-top: solid 2rpx;
}

.bl-b {
    border-bottom: solid 2rpx;
}

.bl-l {
    border-left: solid 2rpx;
}

.bl-r {
    border-right: solid 2rpx;
}

/*字体颜色*/
.c-0 {
    color: #000000;
}

.c-3 {
    color: #333333;
}

.c-9 {
    color: #999999;
}
.common-c{
    color: #D0191E;
}
.l-32{
    line-height: 32px;
}

.tc-w{
    color: #FFFFFF;
    opacity: 1;
}

.ellips_two {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellips_three {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ellips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-100{
    width: 100%;
}
.h-100{
    height: 100%;
}

.ts-10 {
    font-size: 10px;
}

.ts-12 {
    font-size: 12px;
}

.ts-13 {
    font-size: 13px;
}

.ts-14 {
    font-size: 14px;
}

.ts-15 {
    font-size: 15px;
}

.ts-16 {
    font-size: 16px;
}

.ts-17 {
    font-size: 17px;
}

.ts-18 {
    font-size: 18px;
}

.ts-19 {
    font-size: 19px;
}
.ts-20 {
    font-size: 20px;
}
.ts-21 {
    font-size: 21px;
}
.ts-24 {
    font-size: 24px;
}

.ts-30 {
    font-size: 30px;
}

.tb{
    font-weight: bold;
}
.tb-400{
    font-weight: 400;
}
.tb-800{
    font-weight: 800;
}

.m-t-12{
    margin-top: 12px;
}
.m-t-16{
    margin-top: 16px;
}
.m-t-24{
    margin-top: 24px;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-30{
    margin-top: 30px;
}
.m-t-32{
    margin-top: 30px;
}
.m-r-12{
    margin-right: 12px;
}
.m-r-24{
    margin-right: 24px;
}
.m-r-32{
    margin-right: 32px;
}
.m-r-48{
    margin-right: 48px;
}
.m-r-16{
    margin-right: 16px;
}
.m-b-32{
    margin-bottom: 32px;
}
.m-b-12{
    margin-bottom: 12px;
}
.p-10{
  padding: 10px;
}

.p-lr-10{
    padding-left: 10px;
    padding-right: 10px;
}

.p-tb-12{
    padding-top: 12px;
    padding-bottom: 12px;
}
.p-tb-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.common-left{
    width: 70%;
    margin-right: 32px;
}
.common-right{
    width: calc(30% - 32px);
}

.hover-effect:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* 更克制的阴影增强 */
    transform: translateX(-2px) translateY(-2px) translateZ(2px); /* 更细微的位移 */
    border-color: rgba(0, 0, 0, 0.05); /* 轻微边框 */
    background-color: rgba(255, 255, 255, 0.02); /* 极轻微背景色变化 */
    cursor: pointer;
}

.hover-bordereffect:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* 更克制的阴影增强 */
    transform: translateX(-5px) translateY(-5px) translateZ(5px); /* 更细微的位移 */
    border-color: rgba(0, 0, 0, 0.05); /* 轻微边框 */
    background-color: rgba(255, 255, 255, 0.02); /* 极轻微背景色变化 */
    cursor: pointer;
    padding: 10px;
    box-sizing: border-box !important;
    border-radius: 10px;
}

.common-more {
    padding: 35px 0 0;
    text-align: center;
    clear: both;
}

.common-more a span {
    position: relative;
    z-index: 1
}

.common-more a {
    padding: 8px 30px;
    display: inline-block;
    background: #f6f6f6;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: relative;
    border: 1px solid #ddd;
    color: #666
}

.common-more a:hover {
    border: 1px solid #C80000;
    color: #fff
}

.common-more a:after {
    background: #C80000;
    content: "";
    height: 100%;
    width: 0px;
    position: absolute;
    left: 0;
    top: 0;
    webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}

.common-more a:hover:after {
    width: 100%;
}

.detail-swiper{
    height: 664px;
}
.detail-swiper-img{
    height: 664px;
    object-fit: cover;
    object-position: center;
}
.detail-share{
    height: 100px;
    background-color: #f4f4f4;
    border-top: 6px solid #D0191E;
    padding-left: 24px;
    padding-right: 32px;
}
.detail-share .icon{
    width: 38px;
    height: 38px;
}

.evaluate-input{
    height: 50px;
}
.evaluate-input input{
    height: 100%;
}
.evaluate-input .evaluate-sub-btn{
    width: 160px;
    background-color: #D0191E;
    color: #FFFFFF;
}

.z-button{
    border: none;
}

/*直播推荐*/
.live-item-big{
    width: 100%;
    display: block;
}
.live-item-big-img{
    height: 235px;
}
.live-item-big-img img{
    height: 100%;
    object-fit: cover;      /* 长边裁剪 */
    object-position: center; /* 裁剪居中 */
}
.live-item-big-content{
    padding: 12px 12px 15px 12px;
    background-color: #F1F3F4;
}
.live-item-big-tag{
    width: 74px;
    height: 24px;
    background-color: #EC5757;
    color: #FFFFFF;
    top: 0;
    left: 0;
    z-index: 1;
}
.live-item-img{
    width: 28.8%;
    height: 70px;
}
.live-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 长边裁剪 */
    object-position: center; /* 裁剪居中 */
}
.live-item-tag{
    padding: 2px 5px;
    font-size: 14px;
    color: #FFFFFF;
    top: 0;
    left: 0;
}
.live-item-one{
    background-color: #5797EC;
}

.live-item-two{
    background-color: rgba(0, 0, 0, 0.5);
}

.hidden{
    display: none !important;
}

/* 图片悬停放大效果 - 可复用 */
.hover-zoom {
    transition: transform 0.3s ease;
    overflow: hidden; /* 防止放大时影响布局 */
}

.hover-zoom:hover {
    transform: scale(1.05); /* 轻微放大（可根据需求调整） */
}

/*.zoom-container {*/
/*    width: 300px; !* 容器宽度 *!*/
/*    height: 300px; !* 容器高度 *!*/
/*    overflow: hidden; !* 隐藏超出部分 *!*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

.zoom-image {
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持图片比例 */
}

/* 鼠标移入时整体放大（但受限于容器，只显示局部） */
.zoom-container:hover .zoom-image {
    transform: scale(1.5); /* 放大 1.5 倍 */
}
