/* 底部样式更换2026.6.18 */
  /* 首页x100=设计图px，设计图px/25=换算后的样式 */

*{box-sizing: border-box;}
.footer-background{
    width: 100%;
    background: #2B353D;
}
.footerWrap{
    width: 100%;
    background: #2B353D;
    display: flex;
    justify-content: center;
}
.footer-menu{
    width: 13.8rem;
    margin: 0.8rem 0 0.8rem 0;
    display: flex;
    justify-content: space-around;
}
.footer-menu li{
    /* width: 2.16rem; */
    height: 3.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.footer-menu img{
    display: block;
    width: 2.16rem;
    height: 2.16rem;
}
.footer-menu span{
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 0.48rem;
    color: #FFFFFF;
    letter-spacing: 0;
}
.tel-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
}
.tel-content{
    width: 13.8rem;
    /*height: 1.32rem;*/
    border-bottom: 1px solid rgba(151,151,151,0.17);  
    /*display: flex;*/
    justify-content: space-between;
    line-height: 0.92rem;
}
.tel-content span, .tel-content p{
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 0.52rem;
    color: #FFFFFF;
    letter-spacing: 0;

}
.tel-content span{font-weight: 600;}
.tel-content p{display: inline-block;}
.tel-left{
    /* width: 6.2rem; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tel-left img{
    display: block;
    width: 0.64rem;
    height: 0.64rem;
}
.copyright-wrap{
    width: 100%;
    padding: 1.2rem 0 0.32rem 0;
    display: flex;
    justify-content: center;
}
.copyright-content{
    width: 13.8rem;
    /* height: 1.2rem; */
    display: flex;
    justify-content: space-between;
}
.copyright-left p{
    font-family: PingFangSC-Regular;
    font-size: 0.4rem;
    color: #999999;
    letter-spacing: 0;
}
.Copyright-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.Copyright-right img{
    display: block;
    width: 2.4rem;
    height: 0.96rem;
}
.ipvSupport-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
}
.ipvSupport-content{
    width: 13.8rem;
    height: 1.28rem;
}
.ipvSupport-content span{
    opacity: 0.5;
    font-family: PingFangSC-Regular;
    font-size: 0.4rem;
    color: #999999;
    letter-spacing: 0;
}
.Rcolor{
    color: red;
}