@font-face{
    font-family: 'HarmonyOS Sans SC';
    src : url('../fonts/HarmonyOS_Sans_SC_Regular.subset.ttf');
}

html{
    -webkit-text-size-adjust: 100%;
}

body{
    -webkit-tap-highlight-color:transparent;
}

div:focus{
    outline: none;
}

.swiper-button-prev{
    outline: none !important;
    border: none !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    /* border:none; */
    /* -webkit-tap-highlight-color: rgba(0,0,0,0); */
}


.swiper-button-next{
    outline: none !important;
    border: none !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}