@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-appearance: none;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}
html {
    font-size: 10px;
    width: initial;
    scrollbar-gutter: stable;
}
html,
body {
    height: 100%;
    width: 100%;
}
html body {
    overflow: auto;
    position: static;
    width: initial;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
img {
    -webkit-user-select: none;
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
body {
    background-color: #fff;
    font-size: 1.2rem;
    color: #000;
}
i,
em,
li {
    font-style: normal;
    list-style: none;
}
input,
textarea {
    outline: none;
    border-radius: 0;
    -webkit-user-select: auto;
}
a {
    text-decoration: none;
    color: #000;
}

.main {
    position: relative;
    width: 100%;
}

.pages {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.page {
    position: relative;
    width: 100%;
}

.img {
    width: 100%;
    display: block;
}

.top2 {
    opacity: 0;
}

.top1 {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.top_menus {
    position: absolute;
    width: 32%;
    top: 0;
    left: 50.7%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: row;
}
.top_menu {
    height: 100%;
    display: flex;
    cursor: pointer;
}

.top_menu_1 {
    width: 11%;
    margin-right: 2%;
}
.top_menu_2 {
    width: 11%;
    margin-right: 2%;
}
.top_menu_3 {
    width: 12%;
    margin-right: 2%;
}
.top_menu_4 {
    width: 14%;
    margin-right: 2%;
}
.top_menu_5 {
    width: 12%;
    margin-right: 2%;
}
.top_menu_6 {
    width: 14%;
    margin-right: 2%;
}
.top_menu_7 {
    width: 14%;
}

.none {
    display: none;
}



