.navA{
    color:#333 !important;}

.navA:hover{
    color:#de2910 !important;}
.iosSlider{
    height:630px !important;}
.slider-image{
    height:630px !important;
    object-fit:cover;}

.svgicon :hover {
    
    path {
        fill:#fff
    ;}
    .svgicontitle{
      color:#fff !important;}
}

   .svgatag{
        margin:0 3px;
        padding:20px 0;
        background:rgba(255,255,255,.8);
        text-decoration:none !important;}
    
    .svgatag:hover{
      background:red;}
.flex {
    display:flex;
    flex-direction:column;}
a{
    color:#929292
;}

a:hover {
    color: inherit; /* 或者你想要的其他颜色 */
    background-color: transparent; /* 确保背景色不变 */
    text-decoration: none;}
