html {
    font-size: 75px;
    height: 100%;
}

img {
    width: 100%;
    display: block;
}


.custom-indicator {
    position: absolute;
    left: .1333rem;
    bottom: .1333rem;
    padding: 2px 5px;
    color: #fff;
    font-size: .16rem;
    background: rgba(0, 0, 0, 0.3);
}

.swiper-item-wrap {
    /* height: 4rem; */
    width: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(20px);
    /* 模糊背景 */
    transform: scale(1.2);
    /* 放大背景以防止边缘空隙 */
    z-index: 0;
    /* 在视频下方 */
}

.video-content {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* 保持宽高比 */
    z-index: 1;
    /* 在模糊背景上方 */
    background: transparent;
    /* 确保视频控件显示在最前 */

}

.img-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container img {
    width: 100%;
    height: 100%;
    /* background-size: cover; */
}

.author-wrap {
    font-size: .1867rem;
    display: flex;
    align-items: center;
    color: #333;
   padding: .16rem;

}

.avatar-wrap {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .16rem;
}

.author-name {
    font-size: .1867rem;
}

.author-time {
    font-size: .16rem;
    color: #c3c3c3;
}

.body-content {
    /* padding: 0 .16rem; */
    box-sizing: border-box;
}

.article-wrap {
    color: #333;
    padding: 0 .16rem;
}
.article-wrap .title-wrap{
    padding-bottom: .1067rem;
}
.article-wrap .title {
    font-size: .2133rem;
    font-weight: bold;
}

.article-wrap .content {
    padding: .16rem 0;
    font-size: .1867rem;
    line-height: 1.5;
}
.w{
    padding: 0 .16rem;
}
.scene-wrap {
    display: flex;
    background-color: #fff;
    padding: .1333rem ;

    font-size: .2133rem;
    border-radius: .16rem;
    position: relative;
    box-shadow: 0 .0267rem .1467rem .0933rem rgba(50,50,50,.07);


}

.scene-wrap .van-icon-arrow{
    position: absolute;
    right: .1067rem;
    top: 50%;
    transform: translateY(-50%);
}

.scene-wrap .scene-img {
    width: .8rem;
    height: .8rem;
    border-radius: .0533rem;
    overflow: hidden;
    margin-right: .1067rem;
    position: relative;
}
.scene-img img{
    width: 100%;
    height: 100%;
}

.scene-type {
    border-radius: .0267rem;
    font-size: .12rem;
    color: #fff;
    position: absolute;
    padding: .0267rem;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.scene-info {
    display: flex;
    flex-direction: column;
    width: 78%;
    overflow: hidden;
}

.scene-info {
    font-style: .2133rem;
    font-weight: bold;
    justify-content: center;
}

.scene-ranking {
    display: flex;
    align-items: center;
    margin-top: .0533rem;
    font-weight: normal;
}

.scene-ranking-text {
    font-size: .16rem;
    background: linear-gradient(113deg, #FFF9F1 0%, #FFECE4 100%);
    color: #B86638;
    width: fit-content;
    display: inline-block;
    padding: 0 .1067rem;
    height: 100%;
}



.scene-ranking img {
    width: .3107rem;
    /* height: .3067rem; */
    left: 0;
    top: 0;
}

.placeholding {
    background-color: #f2f2f2;
    height: .0533rem;
    width: 100%;
    margin-top: .1333rem;
    width: 100%;
}

.other-wrap {
    font-size: .16rem;
}

.other-title {
    font-size: .2133rem;
    font-weight: bold;
    padding: .1333rem 0;
}

.other-list {
    display: flex;
    flex-wrap: wrap;
}

.other-item {
    flex-basis: calc(50% - .0667rem);
    /* 设置每个列表项的基础宽度为50%，减去间距 */
    box-sizing: border-box;
}

.other-item:not(:nth-child(2n)) {
    margin-right: .1333rem;
    /* 除了每行的最后一个列表项之外，其他列表项的右边都有10px的间距 */
}

.other-item-scene-wrap{
    width: 100%;
    height:2.1333rem;
    border-radius: .08rem;
    overflow: hidden;
    position: relative;
}

.other-item-scene-wrap .van-icon-play-circle-o {
    font-size: .2933rem;
    position: absolute;
    right: .16rem;
    top: .16rem;
    color: #fff;
    z-index: 999;
}

.other-item-scene-wrap img{
    height: 100%;
}
.other-item-title{
    font-size: .16rem;
    margin-top: .0533rem;
    height: .4267rem;
}

.other-item-author{
    display: flex;
    align-items: center;
    padding: .16rem 0 .2667rem 0;
}

.other-item-avatar{
    width: .32rem;
    height: .32rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .08rem;
}


