.inner-page-body {
    min-width: 0 !important;
    overflow-x: hidden;
    background: #f5f5f5;
    letter-spacing: 0;
}

.inner-page-doc {
    min-width: 0;
    color: #666;
}

.inner-page-doc .main {
    width: min(1200px, calc(100% - 32px));
}

.inner-page-doc .g-head {
    position: relative;
    width: 100%;
}

.inner-page-doc .g-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(1200px, calc(100% - 32px));
    height: auto;
    min-height: 80px;
    line-height: normal;
}

.inner-page-doc .g-head-wrap .fl,
.inner-page-doc .g-head-wrap .fr {
    float: none;
}

.inner-page-doc .g-head-wrap .fr {
    flex: 1 1 auto;
    min-width: 0;
}

.inner-page-doc .m-logo {
    flex: 0 0 auto;
    height: auto;
    line-height: 1;
}

.inner-page-doc .m-logo a {
    display: block;
}

.inner-page-doc .m-logo img {
    display: block;
    width: 193px;
    height: 40px;
    object-fit: contain;
}

.inner-page-doc .m-nav {
    float: none;
    flex: 1 1 auto;
}

.inner-page-doc .m-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0 20px;
}

.inner-page-doc .g-head-wrap .m-nav li {
    float: none;
}

.inner-page-doc .g-head-wrap .m-nav li a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    margin-left: 0 !important;
    color: #444;
    font-size: 15px;
    line-height: 1.4;
    white-space: nowrap;
}

.inner-page-doc .g-head-wrap .m-nav li a:hover,
.inner-page-doc .g-head-wrap .m-nav li.active a {
    color: #409eff;
}

.inner-page-doc .g-head-wrap .m-nav li.active a {
    padding-bottom: 7px;
    border-bottom: 3px solid #409eff;
}

.inner-page-doc .g-head-wrap .m-nav li .nav-jump {
    color: #a3334f !important;
}

.inner-page-doc .g-head-wrap .m-nav li .nav-jump:hover {
    color: #ca3e61 !important;
}

.inner-page-main {
    display: block;
    overflow: hidden;
}

.inner-page-hero {
    padding: 36px 16px 30px;
    border-bottom: 1px solid #e8e8e8;
    background: #fff url("../images/bg-02.png") center top no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.inner-page-hero .main {
    width: min(1120px, 100%);
}

.inner-page-hero .titleh2,
.inner-page-section .titleh2 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.45;
}

.inner-page-hero .titleh2 {
    padding-top: 0;
}

.inner-page-hero .titleh3,
.inner-page-section .titleh3 {
    max-width: 900px;
    margin: 0 auto 18px;
    padding-top: 10px;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}

.inner-page-hero .line,
.inner-page-section .line {
    height: 4px;
    margin: 0 auto;
    border-radius: 2px;
}

.inner-page-tabs {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
}

.inner-page-tabs .main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: min(1120px, 100%);
    margin: 0 auto;
}

.inner-page-tabs a {
    display: inline-block;
    padding: 14px 22px 12px;
    border-bottom: 3px solid transparent;
    color: #555;
    font-size: 15px;
    line-height: 1.5;
    white-space: nowrap;
}

.inner-page-tabs a:hover,
.inner-page-tabs a:focus-visible,
.inner-page-tabs a[aria-current="page"] {
    border-bottom-color: #409eff;
    color: #409eff;
    text-decoration: none;
}

.inner-page-section {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 42px 0 48px;
}

.inner-page-section + .inner-page-section {
    border-top: 1px solid #e8e8e8;
}

.inner-page-section-soft {
    width: 100%;
    padding-right: max(16px, calc((100% - 1120px) / 2));
    padding-left: max(16px, calc((100% - 1120px) / 2));
    background: #fff;
}

.inner-page-section-soft .inner-page-section-content {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.inner-page-section p,
.inner-page-section li {
    color: #666;
    font-size: 15px;
    line-height: 1.9;
}

.inner-page-section p {
    margin: 12px auto 0;
}

.inner-page-section strong {
    color: #444;
}

.inner-page-section ul,
.inner-page-section ol {
    max-width: 980px;
    margin: 18px auto 0;
    padding-left: 1.7em;
}

.inner-page-section li + li {
    margin-top: 8px;
}

.inner-page-faq {
    max-width: 980px;
    margin: 24px auto 0;
}

.inner-page-faq dt {
    margin-top: 18px;
    padding: 14px 18px;
    border-left: 4px solid #409eff;
    background: #eef7ff;
    color: #444;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}

.inner-page-faq dd {
    margin: 0;
    padding: 12px 18px 4px 22px;
    color: #666;
    font-size: 15px;
    line-height: 1.9;
}

.inner-page-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.inner-page-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inner-page-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inner-page-card {
    min-width: 0;
    padding: 24px 18px;
    border: 1px solid #b8e1ff;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 2px 2px #e6f1f9;
}

.inner-page-card h3,
.inner-page-card h4 {
    margin: 0 0 10px;
    color: #444;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
}

.inner-page-card p {
    margin-top: 0;
    text-align: left;
}

.inner-page-card img {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    object-fit: contain;
}

.inner-page-card .step-number {
    display: block;
    margin-bottom: 8px;
    color: #409eff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
}

.inner-page-note {
    max-width: 960px;
    margin: 0 auto;
    padding: 22px 26px;
    border-left: 4px solid #ff7043;
    background: #fff7f2;
}

.inner-page-note h2 {
    margin: 0;
    color: #444;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

.inner-page-note p {
    margin-top: 8px;
}

.inner-page-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
}

.inner-page-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    max-width: 100%;
    padding: 9px 20px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
}

.inner-page-actions .inner-page-primary {
    background: #409eff;
    color: #fff;
}

.inner-page-actions .inner-page-secondary {
    border: 1px solid #409eff;
    color: #409eff;
}

.inner-page-actions a:hover,
.inner-page-actions a:focus-visible {
    text-decoration: none;
}

.inner-page-footer {
    padding: 30px 16px 34px;
    border-top: 1px solid #e8e8e8;
    background: #fff;
    color: #888;
    text-align: center;
}

.inner-page-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 20px;
    margin-bottom: 12px;
}

.inner-page-footer a {
    color: #666;
    font-size: 14px;
}

.inner-page-footer a:hover,
.inner-page-footer a:focus-visible {
    color: #409eff;
}

.inner-page-footer p {
    margin: 5px 0;
    font-size: 13px;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .inner-page-doc .g-head-wrap {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .inner-page-doc .m-nav {
        width: 100%;
    }

    .inner-page-doc .g-head-wrap .fr {
        width: 100%;
    }

    .inner-page-doc .m-nav ul {
        justify-content: flex-start;
        gap: 2px 18px;
    }

    .inner-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .inner-page-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .inner-page-doc .main,
    .inner-page-section,
    .inner-page-hero .main {
        width: calc(100% - 32px);
    }

    .inner-page-doc .m-nav ul {
        gap: 2px 14px;
    }

    .inner-page-doc .g-head-wrap .m-nav li a {
        min-height: 34px;
        font-size: 14px;
        white-space: normal;
    }

    .inner-page-hero {
        padding-top: 28px;
        padding-bottom: 24px;
        background-size: 100% 100%;
    }

    .inner-page-hero .titleh2,
    .inner-page-section .titleh2 {
        font-size: 26px;
    }

    .inner-page-hero .titleh3,
    .inner-page-section .titleh3 {
        font-size: 15px;
    }

    .inner-page-tabs .main {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .inner-page-tabs a {
        padding-right: 14px;
        padding-left: 14px;
        font-size: 14px;
    }

    .inner-page-section {
        padding-top: 34px;
        padding-bottom: 38px;
    }

    .inner-page-grid,
    .inner-page-grid-2,
    .inner-page-grid-3 {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 22px;
    }

    .inner-page-card {
        padding: 20px 16px;
    }

    .inner-page-note {
        padding: 18px 18px;
    }

    .inner-page-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .inner-page-actions a {
        width: 100%;
    }

    .inner-page-section-soft {
        padding-right: 16px;
        padding-left: 16px;
    }
}
