@charset "utf-8";


@font-face {
    font-family: SourceHanSansCN;
    src: url('/fonts/SourceHanSansCN-Regular.woff2') format('woff2'),
         url('/fonts/SourceHanSansCN-Regular.woff') format('woff'),
         url('/fonts/SourceHanSansCN-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+4E00-9FFF;
}
/* @font-face {
    font-family: SourceHanSansCN-Normal;
    src: url('/fonts/SourceHanSansCN-Normal.otf') format('opentype');
}
@font-face {
    font-family: SourceHanSansCN-Medium;
    src: url('/fonts/SourceHanSansCN-Medium.otf') format('opentype');
}
@font-face {
    font-family: SourceHanSansCN-Light;
    src: url('/fonts/SourceHanSansCN-Light.otf') format('opentype');
}
@font-face {
    font-family: SourceHanSansCN-Heavy;
    src: url('/fonts/SourceHanSansCN-Heavy.otf') format('opentype');
}
@font-face {
    font-family: SourceHanSansCN-ExtraLight;
    src: url('/fonts/SourceHanSansCN-ExtraLight.otf') format('opentype');
}
@font-face {
    font-family: SourceHanSansCN-Bold;
    src: url('/fonts/SourceHanSansCN-Bold.otf') format('opentype');
} */

@font-face {
    font-family: HitachiSans-Bold;
    src: url('/fonts/HitachiSans-Bold.woff2') format('woff2'),
            url('/fonts/HitachiSans-Bold.woff') format('woff'),
            url('/fonts/HitachiSans-Bold.ttf') format('truetype'),
            url('/fonts/HitachiSans-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: HitachiSans-BoldItalic;
    src: url('/fonts/HitachiSans-BoldItalic.woff2') format('woff2'),
            url('/fonts/HitachiSans-BoldItalic.woff') format('woff'),
            url('/fonts/HitachiSans-BoldItalic.ttf') format('truetype'),
            url('/fonts/HitachiSans-BoldItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: HitachiSans-Italic;
    src: url('/fonts/HitachiSans-Italic.woff2') format('woff2'),
            url('/fonts/HitachiSans-Italic.woff') format('woff'),
            url('/fonts/HitachiSans-Italic.ttf') format('truetype'),
            url('/fonts/HitachiSans-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: HitachiSans-Regular;
    src: url('/fonts/HitachiSans-Regular.woff2') format('woff2'),
            url('/fonts/HitachiSans-Regular.woff') format('woff'),
            url('/fonts/HitachiSans-Regular.ttf') format('truetype'),
            url('/fonts/HitachiSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: HitachiSans-SemiBold;
    src: url('/fonts/HitachiSans-SemiBold.woff2') format('woff2'),
            url('/fonts/HitachiSans-SemiBold.woff') format('woff'),
            url('/fonts/HitachiSans-SemiBold.ttf') format('truetype'),
            url('/fonts/HitachiSans-SemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: HitachiSans-SemiBoldItalic;
    src: url('/fonts/HitachiSans-SemiBoldItalic.woff2') format('woff2'),
            url('/fonts/HitachiSans-SemiBoldItalic.woff') format('woff'),
            url('/fonts/HitachiSans-SemiBoldItalic.ttf') format('truetype'),
            url('/fonts/HitachiSans-SemiBoldItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.guide-page {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-image: url("/images/guide_bg.png");
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
    background-attachment: scroll;
    display: flex;
    flex-direction: column;
    font-family: SourceHanSansCN, sans-serif;
}
.content-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}
.main-logo {
    width: 400px;
    margin-top: 200px;
    /* margin-bottom: 50px; */
    text-align: center;
}
.main-logo img {
    max-width: 100%;
}
.url-list {
    margin: auto 0;
    list-style: none;
    width: 100%;
    text-align: center;
}
.url-item {
    margin-bottom: 40px;
}
.url-text-wrap {
    font-size: 22px;
    color: #201814;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.cn-text {
    font-weight: 700;
}
.separator {
    width: 1px;
    height: 24px;
    background-color: #201814;
    margin: 0 10px;
}
.en-text {
    font-weight: 400;
    font-family: HitachiSans-Bold;
}
.url-item a {
    font-size: 16px;
    color: #201814;
    text-decoration: underline;
    font-family: HitachiSans-Regular;
}
.url-item a:hover {
    text-decoration: underline;
}
.sub-logo {
    width: 280px;
    margin-top: 0;
    margin-bottom: 45px;
    text-align: center;
}
.sub-logo img {
    max-width: 100%;
}
footer {
    height: 75px;
    line-height: 75px;
    background-color: #3a3a3a;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 100%;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .main-logo {
        width: 280px;
        margin-top: 100px;
    }
    .url-text-wrap {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .separator {
        height: 18px;
        margin: 0 8px;
    }
    .url-item {
        margin-bottom: 25px;
    }
    .url-item a {
        font-size: 14px;
    }
    .sub-logo {
        width: 200px;
        margin-bottom: 30px;
    }
    footer {
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }
}
@media (max-width: 375px) {
    .main-logo {
        width: 220px;
        margin-top: 80px;
    }
    .url-text-wrap {
        font-size: 16px;
    }
    .separator {
        height: 16px;
    }
}