*{box-sizing: border-box;}
html{
    font-size: 26.67vw;
    height: 100%;
    width:100%;
}
body{
    font-size: 16px;
    height: 100%;
    width:100%;
}
/* wap频道一级页面头部样式 */
.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
}

/* wap频道一级页面底部样式 */
.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;
    line-height: 0.23rem;
}
.tel-content span, .tel-content p{
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 0.13rem;
    color: #FFFFFF;
    letter-spacing: 0;
}
.tel-content span{font-weight: 600;}
.tel-content p{display: inline-block;}
.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;
}