*{box-sizing: border-box;}
html{
    font-size: 26.67vw;
    height: 100%;
    width:100%;
}
body{
    font-size: 16px;
    height: 100%;
    width:100%;
    
}
.indexWrap{
    display: flex;
    flex-direction: row;
}
.indexLeft{
    width: 0;
    background: #D70D18;
    
}
.indexLeft li{
    display: block;
    width: 1.5rem;
    height: 0.43rem;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 0.15rem;
    line-height: 0.43rem;
}
.indexLeft li a{
    display: block;
    width: 1.5rem;
    height: 0.43rem;
    color: rgba(255,255,255,0.69);
}
.indexLeft li .active{
    display: block;
    width: 1.5rem;
    height: 0.43rem;
    background-color: rgba(255,255,255,0.23);
    color:#FFFFFF;
    font-family: MicrosoftYaHei-Bold;
    font-size: 0.15rem;   
}
.indexLeft li:nth-child(1){
    margin-top: 0.4rem;
}
.indexRight{
    width: 100%;
    overflow: hidden;
    background: rgba(246,246,246);
} 
.indexHeader{
    background:#FFFFFF;
    width: 3.75rem;
    height: 0.63rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.imgButton{
    display: block;
    width: 0.21rem;
    height:0.16rem;
    margin-left: 0.15rem
}
.imgLogo{
    display: block;
    width: 1.3rem;
    height:0.3rem;
    margin-right: 0.16rem
}
.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;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0.41rem!important;
}
.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;
}

.footer-background{
    width: 3.75rem;
    background: #2B353D;
}
.footerWrap{
    width: 3.75rem;
    background: #2B353D;
    display: flex;
    justify-content: center;
}
.footer-menu{
    width: 3.45rem;
    margin: 0.2rem 0 0.2rem 0;
    display: flex;
    justify-content: space-around;
}
.footer-menu li{
    /* width: 0.54rem; */
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.footer-menu img{
    display: block;
    width: 0.54rem;
    height: 0.54rem;
}
.footer-menu span{
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 0.12rem;
    color: #FFFFFF;
    letter-spacing: 0;
}
.tel-wrap{
    width: 3.75rem;
    display: flex;
    justify-content: center;
}
.tel-content{
    width: 3.45rem;
    /*height: 0.33rem;*/
    border-bottom: 1px solid rgba(151,151,151,0.17);  
    /*display: flex;*//
    justify-content: space-between;
}
.tel-content span{
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 0.12rem;
    color: #FFFFFF;
    letter-spacing: 0;
    /*line-height: 0.33rem;*/

}
.tel-left{
    /* width: 1.55rem; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tel-left img{
    display: block;
    width: 0.16rem;
    height: 0.16rem;
}
.copyright-wrap{
    width: 3.75rem;
    padding: 0.3rem 0 0.08rem 0;
    display: flex;
    justify-content: center;
}
.copyright-content{
    width: 3.45rem;
    /* height: 0.3rem; */
    display: flex;
    justify-content: space-between;
}
.copyright-left p{
    font-family: PingFangSC-Regular;
    font-size: 0.1rem;
    color: #999999;
    letter-spacing: 0;
}
.Copyright-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.Copyright-right img{
    display: block;
    width: 0.6rem;
    height: 0.24rem;
}
.ipvSupport-wrap{
    width: 3.75rem;
    display: flex;
    justify-content: center;
}
.ipvSupport-content{
    width: 3.45rem;
    height: 0.32rem;
}
.ipvSupport-content span{
    opacity: 0.5;
    font-family: PingFangSC-Regular;
    font-size: 0.1rem;
    color: #999999;
    letter-spacing: 0;
}
.Rcolor{
    color: red;
}





