html {
    font-size: 40px;
    overflow-y: scroll;
}

@media screen and (max-width:768px) {
    html {
        font-size: 30px;
    }
}

@media screen and (max-width:500px) {
    html {
        font-size: 20px;
    }
}


::-webkit-scrollbar {
    width: .125rem;
}

::-webkit-scrollbar,
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .06);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .4);
    box-shadow: inset 0 0 .15rem hsl(0deg 0% 100% / 30%);
}

#onetrust-pc-sdk ::-webkit-scrollbar,
::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar,
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .06);
}


:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
    background-color: #f4f5f6;
    font-family: Noto Sans SC;
}


html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: normal;

}



a {
    text-decoration: none;
    color: #FFF;
    font-weight: 300;
}

ul {
    list-style: none;
}

.e_style {
    font-family: "Georgia", "Times", "Garamond", sans-serif;
}



.link {
    cursor: pointer;
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype'),
        url('../font/iconfont.svg') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.index_head {
    width: 95vw;
    margin: auto;
}

.index_head ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 5vh;
}

.index_head ul li {
    padding: .125rem .5rem;
}

.index_head ul li a {
    font-size: .35rem;
    color: #5f6368;
}




@media screen and (max-width:820px) {
    .index_head {
        width: 100vw;
    }
}


.head_mobnav_tit {
    display: none;
}

.head_mobnav_con {
    display: none;
}


.index_one_head {
    width: 95vw;
    height: 10vh;
    display: flex;
    align-items: center;
    background-color: #FFF;
    margin: auto;
}

.index_one_logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.index_one_logo img {
    width: 1rem;
    height: auto;
    vertical-align: middle;
}

.index_one_logo a {
    font-size: .4rem;
    font-weight: 500;
    color: #5f6368;
}


.index_one_nav {
    height: 100%;
    background-color: #FFF;
}

.index_one_nav ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.index_one_nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .5rem;
}

.index_one_nav ul li:hover a {
    color: #202124;
    text-decoration: underline;
}

.index_one_nav ul li a {
    font-size: .4rem;
    font-weight: 500;
    color: #5f6368;
}


@media screen and (max-width:820px) {
    .index_one_head {
        width: 100vw;
        justify-content: space-between;
    }

    .index_one_nav {
        display: none;
    }

    .head_mobnav_tit {
        display: block;
        float: right;
        height: 1.2rem;
        text-align: center;
        padding: 0 .25rem;
    }

    .head_mobnav_tit span {
        font-size: .45rem;
        line-height: 1.2rem;
        color: #000;
    }

    .head_mobnav_con {
        position: absolute;
        top: 15vh;
        right: -1999px;
        width: 100vw;
        background-color: #fbfbfb;
    }

    .head_mobnav_conshow {
        position: absolute;
        top: 15vh;
        right: 0;
        width: 100vw;
        margin: auto;
        background-color: #fbfbfb;
    }

    .head_mobnav_conshow ul li {
        border-bottom: 1px solid #eee;
    }

    .head_mobnav_conshow ul li a {
        display: block;
        font-size: .35rem;
        font-weight: 400;
        color: #525461;
        padding: .5rem .5rem;
    }

}



.pace {
    width: 80vw;
    height: auto;
    margin: auto;
}




.gb {
    background-color: #fff;
    background-image: linear-gradient(90deg, #dde6f2 0px, rgba(221, 230, 242, 0) 1px), linear-gradient(#dde6f2 0px, rgba(221, 230, 242, 0) 1px);
    background-size: 40px 40px;
}





.index_footer {
    width: 95vw;
    height: 15vh;
    margin: auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 12%);
}

.index_footer_content {
    width: 80vw;
    height: 10vh;
    margin: auto;
    border-bottom: 1px solid #e6e7e8;
}

.index_footer_about ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30vw;
    height: 10vh;
}


.index_footer_about ul li a {
    font-size: .35rem;
    color: #606162;
    text-decoration: none;
}

.index_footer_last {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 5vh;
}

.index_footer_last p {
    font-size: .3rem;
    color: #606162;
}

.index_footer_last p:nth-child(1) {
    display: none;
}


@media screen and (max-width:768px) {
    .index_footer {
        width: 100vw;
        height: auto;
    }

    .index_footer_content {
        height: auto;
        margin-top: .25rem;
    }

    .index_footer_about ul {
        width: 80vw;
        height: auto;
    }

    .index_footer_last {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        margin: .25rem 0;
    }

    .index_footer_last p:nth-child(1) {
        display: block;
    }

    .index_footer_last p:nth-child(2) {
        display: none;
    }
}