﻿
@media only screen and (max-width: 1080px) {
    body {
        padding: 0;
        margin: 0;
        font: 1rem PingFang, Tahoma, Microsoft YaHei, Arial, sans-serif !important;
    }
    
    .mtopdiv {
        width: 100%;
        height: 60px;
    }
    .detail-location {
        font-size: 9px;
        display: none;
    }
}

    p {
        padding: 0;
        margin: 0;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    a, a:hover, a:active, a:visited, a:link, a:focus {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent;
        outline: none;
        background: none;
        text-decoration: none;
        color: #343539;
    } 