*{box-sizing: border-box;}
html{
    font-size: 26.67vw;
    height: 100%;
    width:100%;
}
body{
    font-size: 16px;
    height: 100%;
    width:100%;
    
}
.swiper-container{
    width: 3.75rem;
    height: 1.6rem;
}
.swiper-wrapper{
    width: 3.75rem;
    height: 1.6rem;
}
.swiper-slide {
    width: 3.75rem;
    height: 1.6rem;
}
.swiper-slide .play{
    position: absolute;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%)
}
.swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide video{
    width: 100%;
    height: 100%;
    object-fit: cover

}
.swiper-pagination-bullet-active {
    background: #C60127!important;
}
.swiper-pagination .swiper-pagination-bullet{
    background: #FFFFFF;
    opacity:1;
}
.swiper-pagination {
    padding-right: 0.19rem;
    text-align: end!important;
}
.titleBanner .swiper-container .swiper-pagination-bullets{
    width: 100%;
    bottom: 0.41rem!important;
}
.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 5px;
}
.iconMenuWrap{
    width: 3.75rem;
    display: flex;
    justify-content: center;
    position: relative;
}
.iconPosition{
    position: absolute;
    top:-0.25rem;
    z-index: 100;
    width: 3.45rem;
    height: 0.96rem;
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
    border-radius: 0.05rem;
    padding: 0.17rem 0.1rem 0.16rem 0.1rem;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}
.iconPosition li{
    /* width: 0.72rem; */
    height: 0.62rem;
    margin-right: 0.1rem;
    margin-left: 0.02rem;
    display: inline-block;
    text-align: center;
}
.iconPosition ul :last-child{
    margin-right: 0rem;

}
.iconPosition img{
    width: 0.42rem;
    height: 0.42rem;
    display: inline-block;
}
.iconPosition span {
    display: grid;
    font-family: PingFangSC-Regular;
    font-size: 0.12rem;
    color: #666666;
}
.recommend{
    margin:0.96rem 0 0.16rem 0.15rem;
    height:0.25rem ;
}
.recommend h3{
    font-family: PingFangSC-Semibold;
    font-size: 0.18rem;
    color: #333333;
}
.recommen-content{
    width: 3.45rem;
    /* height: 3.16rem; */
    margin-left: 0.15rem;
    background:#FFFFFF;
    border-radius: 0.05rem;
    padding:0.23rem 0 0 0.14rem;
}
.openCard{
    margin-bottom: 0.22rem;
    width: 100%;
    height: 0.8rem;
    border-bottom:1px solid #E8E8E8;
}

.recommen-content :nth-child(3){
    border-bottom:0;

}
.openCard-left{
    height: 0.69rem;
    width: 1.79rem;
    float: left;
}
.openCard-left h3{
    height: 0.24rem;
    font-family: PingFangSC-Semibold;
    font-size: 0.15rem;
    color: #333333;
    letter-spacing: 0;
    line-height: 0.24rem;
    margin-bottom: 0.05rem;
    width: 1.72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.openCard-left a{
    table-layout: fixed;
    word-break: break-all;
    width: 1.68rem;
    height: 0.4rem;
    font-family: PingFangSC-Regular;
    font-size: 0.12rem;
    color: #888888;
    letter-spacing: 0;
    line-height: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;

}
.openCard-left p{
    table-layout: fixed;
    word-break: break-all;
    width: 1.68rem;
    height: 0.4rem;
    font-family: PingFangSC-Regular;
    font-size: 0.12rem;
    color: #888888;
    letter-spacing: 0;
    line-height: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;

}
.openCard-right{
    margin-left: 0.23rem;
    width: 1.136rem;
    height: 0.66rem;
    float: left;
    position: relative;
}
.openCard-right .play{
    position: absolute;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%)
}
.openCard-right video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.05rem;
}
.openCard-right video::-webkit-media-controls-enclosure{
   display: none;
}
.openCard-right img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.05rem;
}
.otherRecommend h3{
    font-family: PingFangSC-Semibold;
    font-size: 0.18rem;
    color: #333333;
    margin: 0.25rem 0 0.1rem 0.15rem;
}
.otherRecommend-wrap{
    margin-bottom: 0.25rem;
    width: 3.75rem;
    display: flex;
    justify-content: center;
}
::-webkit-scrollbar{
    display: none;
}
.otherRecommend-content{
    padding-left: 0.15rem;
    height: 1.2rem;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    
}
.otherRecommend-swiper1{
    margin-right: 0.1rem;
    width: 2.22rem;
    height: 1.2rem;
    display: inline-block;
    white-space: nowrap;
    position: relative;
}
.otherRecommend-swiper1:last-child{
    margin-right: 0.15rem;
}
.otherRecommend-swiper1 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.05rem;
}
.otherRecommend-swiper1 .play{
    position: absolute;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    opacity: 0.7;
}
.otherRecommend-swiper1 h5{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: PingFangSC-Semibold;
    font-size: 0.16rem;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
}
.otherRecommend-swiper1 img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.05rem;
}
.prompt-wrap{
    width: 3.75rem;
    display: flex;
    justify-content: center;
}
.prompt-content{
    width: 3.45rem;
    /* height: 1.82rem; */
    margin-bottom: 0.25rem;
    padding-left: 0.12rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    border-radius: 0.05rem;
}
.prompt-content ul{
    height: 0.46rem;
    width: 3.33rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
}
.prompt-content li{
    height: 0.2rem;
    width: 3.33rem;
   
}
.prompt-content li:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.promptImg-left{
    float: left;
    height: 0.2rem;
    margin-right: 0.15rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.promptImg-left img{
    display: inline-block;
    width: 0.29rem;
    height: 0.15rem;
    margin-right: 0.15rem
}
.promptImg-left span{
    display: inline-block;
    font-family: PingFangSC-Regular;
    font-size: 0.14rem;
    color: #333333;
    width: 2rem;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.promptImg-right{
    height: 0.2rem;
    float:right;
    margin-right: 0.14rem;
    display: flex;
    align-items: center;
}
.promptImg-right img{
    display: block;
    width: 0.05rem;
    height: 0.086rem;
}