/* 导航栏电话样式 - 白色文字（初始状态） */
 .mod-nav-phone{ 
    align-items: center; 
    line-height: var(--line80);
    font-size: 18px; 
} 
.inside-body .mod-nav-phone{
    color: var(--colorfff); 
}
 .mod-nav-phone .iconfont {
    font-size: 36px;
    float: left;
    margin-right: 5px;
    line-height: var(--line80);
}
 .mod-nav-phone span{
    font-weight: 400;
}

/* 滚动后导航栏样式 - 黑色文字（使用现有的isfixed类） */
.ys-hd-pc.isfixed .mod-nav-phone,
.ys-hd-pc.isfixed .mod-nav-phone span,.inside-body .ys-hd-pc.isfixed1 .mod-nav-phone,
.ys-hd-pc.isfixed1 .mod-nav-phone span {
    color: var(--color030) !important;
}

/* 确保导航栏其他元素也垂直居中 */
.mod-nav-other {
    display: flex;
    align-items: center;
    height: 100%;
}
.mod-foot-center{
    width: 100%;
    text-align: center;
}
.mod-foot-center p{
    margin: 0 auto;
}