html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

html,
body {
    margin: 0px;
    padding: 0px;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #242424;
    height: auto;
    clear: both;
}

img {
    display: block;
    max-width: 100%;
    width: 100%;
}

body::-webkit-scrollbar {
    width: 0;
    background-color: #f0f0f0;
}

body::-webkit-scrollbar-thumb {}
.flex{
    display: flex;
}