:root {
    --primary: #0066ff;
    --pink: #ff57a0;
    --white: #ffffff;
    --black: #000000;
    --grey1: #f4f4f4;
    --grey2: #d9d9d9;
    --grey3: #f2f2f2;
    --main-width: 1200px;

    --primary-light: #e6f4ff;
    --primary-dark: #0052cc;
    --success: #52c41a;
    --warning: #faad14;
    --error: #f5222d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Microsoft YaHei UI', 'Microsoft YaHei', 'Yu Gothic', 'Meiryo', sans-serif; */
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-style: normal;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    margin: auto;
}

a:hover {
    color: inherit;
}

.navbar .logo:hover {
    cursor: pointer;
}

.container {
    container-type: inline-size;
    width: 90%;
    /* max-width: var(--main-width); */
    margin: 0 auto;
}

/* .container.m {
    width: 63%;
    max-width: 900px;
}

.container.x {
    width: 93%;
    max-width: 1400px;
} */

.container.fw {
    width: 100%;
}

.h50px {
    height: 50px;
}

.as-container {
    container-type: inline-size;
}

.no-show {
    display: none;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}

/* 字体闪烁放大 */
.twinkle span {
    animation: twinkle 1s infinite;
}

@keyframes twinkle {
    0% {}

    50% {
        transform: scale(1.1);
    }

    100% {}
}

/* 按钮 */

button {
    border: 0px;
    cursor: pointer;
}

.btn-darkblue {
    background-color: #00529a;
    color: white;
}

.btn-darkblue:hover {
    background-color: #013563;
    /* box-shadow: 0 4px 8px rgba(0, 82, 154, 0.5); */
}

.btn-blue {
    background-color: #027de5;
    color: white;
}

.btn-blue:hover {
    background-color: #036cc3;
}

.btn-green {
    background-color: #00b86c;
    color: white;
}

.btn-green:hover {
    background-color: #029256;
}

.btn-detail {
    background-color: #00d394;
    color: white;
}

.btn-detail:hover {
    background-color: #03b169;
}

/* 背景色 */
.bgc-lightblue {
    background-color: #00ace7;
    color: white;
}

.bgc-darkblue {
    background-color: #0071c3;
    color: white;
}

/* 面包屑导航 */
.breadcrumb {
    margin: 2cqw 0;
    font-size: 3cqw;
    color: #64748b;
}

.breadcrumb a {
    color: #0060ff;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .separator {
    margin: 0 1cqw;
    color: #94a3b8;
}

.breadcrumb .current {
    color: #1e293b;
    font-weight: 600;
}

/* header */
header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.gray-bar {
    display: none;
}

.blue-bar {
    width: 100%;
    height: 2px;
    background-color: #007de5;
}

.title-bar {
    width: 100%;
    height: 15cqw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2cqw 3cqw;
}

.title-bar.blue {
    background-color: #00539b;
}

.title-bar .buttons {
    display: none;
}

.title-bar .logo {
    width: 34cqw;
}

.title-bar .logo img {
    width: 100%;
}

.title-bar .toggle_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4cqw;
}

.title-bar .toggle_buttons .btn-darkblue {
    width: 30cqw;
    aspect-ratio: 266/74;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: 0.15cqw;
}

.btn-darkblue img {
    vertical-align: middle;
    height: 16px;
    margin-right: 0.1cqw;
}

.title-bar .toggle_buttons .btn-default {
    width: 30cqw;
    aspect-ratio: 266/74;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: 0.15cqw;
    border: 1px solid white;
    background-color: #00539b;
    color: white;
}

.title-bar .toggle_buttons .btn-toggle-menu {
    background-color: white;
    width: 8cqw;
    aspect-ratio: 1/1;
}

.title-bar .toggle_buttons .btn-toggle-menu.blue {
    background-color: #00539b;
}

.btn-toggle-menu img {
    width: 100%;
    vertical-align: middle;
}

#blue-bar0 {
    display: block;
}

#blue-bar {
    display: none;
}

.navbar {
    width: 100%;
    height: calc(100vh - 15cqw - 2px);
    background-color: #00539b;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    container-type: inline-size;
    display: none;
    z-index: 1000;
    overflow-y: auto;
}

.navbar.open {
    display: flex;
}

.navbar-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* border-bottom: 2px solid #3b79b0; */
    font-size: 4.1cqw;
    letter-spacing: 0.1cqw;
}

.navbar-item>div>a {
    margin: 0;
}

.navbar-item>div {
    width: 100%;
    padding: 4cqw 5cqw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #3b79b0;
}

.navbar-item>div>img {
    width: 2.3cqw;
}

.navbar-item>.first>img {
    width: 4cqw;
}

.navbar-item>.first>img:first-of-type,
.navbar-item>.first>img:last-of-type {
    display: none;
}

.navbar-item>.dropdown {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    /* display: none; */
}

.navbar-item>.dropdown > a {
    width: 100%;
    display: block;
    padding: 3cqw 8cqw;
    border-bottom: 2px solid #3b79b0;
}

.navbar-item>.dropdown > a:last-of-type {
    border-bottom: 0px;
}

/* 按钮组 */
.navbar-item > .buttons:first-child {
    border: 0;
    padding-bottom: 0;
}

.navbar-item > .buttons > button {
    border: 0px;
    border-radius: 30px;
    background-color: white;
    height: 10cqw;
    font-size: 3.8cqw;
    font-weight: 600;
    letter-spacing: 0.1cqw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1cqw;
    position: relative;
}

.navbar-item > .buttons > button img {
    left: 5cqw;
    width: 4.5cqw;
    height: 4.5cqw;
}

.navbar-item > .buttons:first-child > button {
    width: 100%;
    color: #027de5;
}

.navbar-item > .buttons:first-child > button span {
    font-size: 3cqw;
}

.navbar-item > .buttons:last-child > button:first-child {
    width: 44cqw;
    color: #00529a;
}
.navbar-item > .buttons:last-child > button:last-child {
    width: 44cqw;
    color: #00b86c;
}

/* 选项 */
.navbar-item:last-of-type > div {
    border: 0;
    font-size: 3.5cqw;
}
.navbar-item:last-of-type > div:first-of-type {
    padding-top: 7cqw;
    padding-bottom: 1cqw;
}

.navbar-item:last-of-type > div:last-of-type.copyright {
    font-size: 3cqw;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 按钮 */
.container.fw {
    position: sticky;
    bottom: 0;
    z-index: 20;
}

/* 第一种标题 */
.title-type1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 6cqw;
    margin-bottom: 2cqw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* gap: 1cqw; */
    color: #39499d;
    font-size: 4.5cqw;
    font-weight: 600;
    letter-spacing: 0.5cqw;
    padding-bottom: 0;
}

.title-type1 span {
    font-size: 7cqw;
    font-weight: 100;
    margin-left: 0.8cqw;
    margin-right: 0.8cqw;
}

.title-type1 span.font-big {
    letter-spacing: 0.6cqw;
    font-weight: 600;
    margin-left: 0;
    margin-right: 0;
}

.container.fw>.buttons-x2 {
    width: 100cqw;
    display: grid;
    grid-template-columns: 50% 50%;
}

.container.fw>.buttons-x2>button {
    width: 100%;
    height: 10cqw;
    font-size: 3.5cqw;
    font-weight: 600;
    letter-spacing: 0.2cqw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2cqw;
}

.container.fw>.buttons-x2>button img {
    vertical-align: middle;
    height: 4.5cqw;
}

/* 标题（第二种） */
.container>.title {
    color: #394a99;
    font-size: 6cqw;
    font-weight: 600;
    letter-spacing: 1cqw;
    margin: 0 auto;
    padding-top: 4.5cqw;
    padding-bottom: 3cqw;
    text-align: center;
}

.container>.title p:last-child {
    color: #288bcc;
    font-size: 2cqw;
    letter-spacing: 0.3cqw;
    margin-top: 0.5cqw;
    transform: scaleY(1.1);
}

#easy-chat {
    display: none;
}

/* 3按钮组 */
.buttons-x3 {
    display: none;
}

.margin-top-0 {
    margin-top: 0;
}

/* footer */
footer {
    background-color: #00539b;
    padding-top: 3cqw;
    color: white;
}

.grid-2 {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
}

#bottom-info {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
}

#bottom-info>div {
    width: 100%;
}

.bottom-info-logo {
    width: 60cqw;
    margin: 0 auto;
}

.bottom-info-logo img {
    width: 100%;
}

.bottom-info-item.cinfo {
    letter-spacing: 0.1cqw;
    text-align: center;
    font-size: 3.2cqw;
    line-height: 2;
}

.bottom-info-item.cinfo .bottom-info-item-title {
    font-size: 5cqw;
    line-height: 2.5;
    letter-spacing: 0.2cqw;
    padding-top: 0.7cqw;
    padding-bottom: 0.2cqw;
}

.bottom-info-item {
    margin-bottom: 5cqw;
    font-size: 3.8cqw;
    line-height: 1.8;
}

.bottom-info-item-title {
    font-weight: 500;
    font-size: 4.1cqw;
    line-height: 2;
    letter-spacing: 0.1cqw;
}

.bottom-nav {
    padding-bottom: 5cqw;
    padding-top: 3cqw;
}

.bottom-nav p:hover {
    cursor: pointer;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2cqw;
    padding-bottom: 4cqw;
    font-size: 2.8cqw;
}