:root {
    --ratio: 1920 * 100vw;
    --page-header-height: 90px;
    --font-size-16: clamp(12px, calc(16 / var(--ratio)), 16px);
    --font-size-18: clamp(12px, calc(18 / var(--ratio)), 18px);
    --font-size-20: clamp(12px, calc(20 / var(--ratio)), 20px);
    --font-size-24: clamp(14px, calc(24 / var(--ratio)), 24px);
    --font-size-28: clamp(22px, calc(28 / var(--ratio)), 28px);
    --font-size-30: clamp(16px, calc(30 / var(--ratio)), 30px);
    --font-size-36: clamp(18px, calc(36 / var(--ratio)), 36px);
    --font-size-38: clamp(18px, calc(38 / var(--ratio)), 38px);
    --font-size-48: clamp(20px, calc(48 / var(--ratio)), 48px);
    --font-size-58: clamp(28px, calc(58 / var(--ratio)), 58px);
}

.header {
    transition: all .5s;
    background-color: #000;
}

.header .logo .color-logo {
    display: none;
}

.header .logo .white-logo {
    display: block;
}

.header .topmenus .item>a,
.header .rightpart span {
    color: #fff;
}

strong {
    font-weight: 500 !important;
}

img,
video {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.fs48 {
    font-size: var(--font-size-48);
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.header {
    transition: transform .3s linear;
}

.header.move-up {
    transform: translateY(-100%);
}

.introduction-box {
    height: 100%;
    position: relative;
}

.introduction-box .introduction-box__overlay {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.introduction-box .introduction-box__overlay video,
.introduction-box .introduction-box__overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.introduction-box .introduction-box__content {
    color: #fff;
    /* width: calc(100% - calc(200 / var(--ratio)));
    max-width: calc(100vw - 40px); */
    width: 80%;
    height: 100%;
    margin: auto;
    padding-top: clamp(40px, calc(100 / var(--ratio) + var(--page-header-height)), calc(164px + var(--page-header-height)));
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.introduction-box .introduction-box__text {
    width: max-content;
    max-width: 100%;
}

.introduction-box .introduction-box__text.right {
    text-align: right;
    margin-left: auto;
}

.introduction-box .introduction-box__text.center {
    text-align: center;
    margin: 0 auto;
}

.introduction-box .introduction-box__text .title {
    font-size: var(--font-size-38);
    font-weight: bold;
    color: transparent;
    line-height: 1.6;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(350deg, #debb7e, #e7f0fd);
}

.introduction-box .introduction-box__text .sub-title {
    font-size: var(--font-size-28);
}

.introduction-box .introduction-box__text .tip {
    font-size: var(--font-size-24);
    font-weight: 300;
    line-height: 1;
    margin-top: 20px;
}

.introduction-box .introduction-box__text .note {
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
    line-height: 1;
    margin-top: 8px;
}

.introduction-box .introduction-box__text .note small {
    font-size: 100%;
}

.introduction-box .introduction-box__text .tip strong {
    font-size: var(--font-size-36);
}

.introduction-box .introduction-box__text .desc {
    font-size: var(--font-size-24);
    font-weight: 300;
    margin-top: clamp(20px, calc(100 / var(--ratio)), 100px);
}

.introduction-box .introduction-box__text .desc p:nth-of-type(1) {
    font-size: var(--font-size-30);
}

.introduction-box .introduction-box__text .desc p+p {
    margin-top: clamp(4px, calc(20 / var(--ratio)), 20px);
}

.f1 .fp-tableCell {
    padding-top: var(--page-header-height);
}

.f1 .introduction-box .introduction-box__content {
    padding-top: clamp(40px, calc(100 / var(--ratio)), 164px);
}

.f1 .introduction-box .introduction-box__overlay::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    inset: 0;
}

.f1 .visual-text {
    font-size: var(--font-size-36);
    text-align: center;
    line-height: 1.2;
    margin-top: calc(clamp(20px, calc(132 / var(--ratio)), 132px));
}

.f1 .visual-text >p {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(350deg, #debb7e, #e7f0fd);
}

.f1 .visual-text .title {
    font-size: var(--font-size-38);
    font-weight: bold;
}

.f2 .introduction-box__text .title {
    background-image: linear-gradient(to left, #accbee, #e7f0fd);
}

.card-wrapper {
    --col: 3;
    --gap: clamp(12px, calc(38 / var(--ratio)), 38px);
    --w: calc((100% - var(--gap) * (var(--col) - 1)) / var(--col));
    margin-top: clamp(20px, calc(40 / var(--ratio)), 200px);
    display: flex;
    gap: var(--gap);
    flex-wrap: wrap;
}

.card-box {
    width: var(--w);
    border-radius: 12px;
    background: #0a0a0c;
    padding: clamp(20px, calc(50 / var(--ratio)), 50px) clamp(14px, calc(32 / var(--ratio)), 32px);
    border: 1px solid #debb7e;
}

.card-box .icon {
    width: clamp(34px, calc(44 / var(--ratio)), 44px);
    height: clamp(36px, calc(46 / var(--ratio)), 46px);
    align-items: center;
    margin-bottom: 20px;
}

.card-box .title {
    font-size: var(--font-size-24);
    font-weight: 500;
    margin-bottom: 12px;
}

.card-box .sub-title {
    font-size: var(--font-size-18);
    font-weight: 500;
    margin-bottom: 12px;
}

.card-box .desc {
    font-size: var(--font-size-16);
    font-weight: 300;
}

.card-box .desc p:has(span) {
    display: flex;
    gap: 4px;
}

.card-box .desc p:has(span) span {
    flex: 1 0 0;
    gap: 4px;
}

/* .card-box .desc:has(ul) {
    display: flex;
    gap: 4px;
}

.card-box .desc ul {
    flex: 1 0 0;
} */

.card-box .desc strong {
    font-size: var(--font-size-24);
}

.standard-box {
    margin-top: 40px;
    display: flex;
    gap: clamp(20px, calc(120 / var(--ratio)), 200px);
    ;
    justify-content: center;
    align-items: center;
}

.standard-box .standard-item {
    text-align: center;
    flex: 1 0 0;
}

.standard-box .standard-item .img {
    --l: clamp(70px, calc(156 / var(--ratio)), 216px);
    width: var(--l);
    height: var(--l);
    border-radius: 50%;
    margin: 0 auto clamp(20px, calc(40 / var(--ratio)), 40px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.standard-box .standard-item .title {
    font-size: var(--font-size-24);
    font-weight: 500;
    margin-bottom: 8px;
}

.standard-box .standard-item .desc {
    font-size: var(--font-size-20);
}

.standard-box .standard-box__center {
    height: clamp(240px, calc(450 / var(--ratio)), 550px);
    flex: 0 0 auto;
}

.f7 .introduction-box__text {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.f7 .introduction-box .introduction-box__text .note {
    margin-top: auto;
    padding-bottom: clamp(20px, calc(120 / var(--ratio)), 120px);
}

.f9 .introduction-box__content .img {
    width: calc(990 / var(--ratio));
    margin-top: clamp(20px, calc(60 / var(--ratio)), 80px);
    ;
}

.f10 .img-wrapper {
    --col: 2;
    --gap: clamp(12px, calc(38 / var(--ratio)), 38px);
    --w: calc((100% - var(--gap) * (var(--col) - 1)) / var(--col));
    display: flex;
    gap: var(--gap);
    flex-wrap: wrap;
    justify-content: flex-end;
}

.f10 .img-box {
    width: var(--w);
}

.f10 .img-box .title {
    font-size: var(--font-size-24);
    font-weight: 500;
    color: #debb7e;
    margin-bottom: 24px;
}

/* .f10 .img-box .img {
    max-height: clamp(200px, calc(268 / var(--ratio)), 368px);
} */

.f11 {
    overflow: hidden;
}

.f11 .introduction-box .introduction-box__content {
    width: unset;
    max-width: unset;
    margin-left: clamp(20px, calc(90 / var(--ratio)), 200px);
    overflow: hidden;
    position: relative;
}

.f11 .introduction-box__content .img {
    width: clamp(960px, calc(1200 / var(--ratio)), 1200px);
    max-height: clamp(560px, calc(688 / var(--ratio)), 688px);
    margin-left: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}

.f11 .introduction-box__content .img img {
    max-height: unset;
    margin-left: auto;
}

.f13 .introduction-box .introduction-box__content {
    padding-top: clamp(40px, calc(60 / var(--ratio) + var(--page-header-height)), calc(164px + var(--page-header-height)));
}

.f13 .visual-text {
    font-size: var(--font-size-36);
    text-align: center;
    line-height: 1.2;
}

.f13 .visual-text .title {
    font-size: var(--font-size-38);
    font-weight: 500;
}

.f13 .information-list {
    --col: 3;
    --gap: clamp(20px, calc(80 / var(--ratio)), 80px);
    --w: calc((100% - var(--gap) * (var(--col) - 1)) / var(--col));
    width: 1120px;
    max-width: 100%;
    margin: clamp(20px, calc(40 / var(--ratio)), 40px) auto 0;
    display: flex;
    justify-content: center;
    gap: var(--gap);
    /* flex-wrap: wrap; */
}

.f13 .information-list .information-item {
    width: var(--w);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(20px, calc(50 / var(--ratio)), 50px) 0;
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(0, 0, 0);
    text-align: center;
}

.f13 .information-list .information-item .title {
    /* font-size: var(--font-size-24); */
    font-size: 24px;
    font-weight: 500;
}

.f13 .information-list .information-item .text {
    font-size: var(--font-size-16);
    padding-top: 12px;
    padding-bottom: clamp(12px, calc(30 / var(--ratio)), 30px);
    line-height: 1.5;
}

.f13 .information-list .information-item .pic {
    /* height: clamp(160px, calc(220 / var(--ratio)), 220px); */
    height: 220px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f13 .information-list .information-item .btn {
    /* margin-top: clamp(20px, calc(40 / var(--ratio)), 40px); */
    margin-top: 40px;
}

.f13 .information-list .information-item .btn a {
    display: inline-block;
    color: rgb(102, 102, 102);
    font-size: 14px;
    padding: 5px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(102, 102, 102);
    border-image: initial;
    border-radius: 1000px;
    text-decoration: none;
    transition: 0.5s;
}

.f14,
.f14 .fp-tableCell {
    height: auto !important;
}

.mouse-tips {
    position: fixed;
    bottom: 20px;
    left: 40px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.mouse-tips .icon {
    width: 50px;
    animation: mouseAn 1s linear infinite alternate;
}

@keyframes mouseAn {
    100% {
        transform: translateY(-15px);
    }
}

@media screen and (max-width: 1536px) {
    /* .introduction-box .introduction-box__content {
        width: calc(100% - calc(300 / var(--ratio)));
    } */
}

@media screen and (max-width: 1440px) {
    :root {
        --font-size-38: 32px;
    }
}

@media screen and (max-width: 1200px) {
    :root {
        --font-size-28: 25px;
        --font-size-38: 38px;
    }

    .introduction-box .introduction-box__content {
        width: 90%;
    }

    .f13 .information-list .information-item {
        width: 280px;
        flex: 0 0 auto;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .f13 .information-list .information-item .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 960px) {
    :root {
        --page-header-height: 55px;
        --font-size-28: 22px;
        --font-size-38: 26px;
    }

    .f1 {
        padding-top: var(--page-header-height);
    }

    .f1 .introduction-box__overlay {
        position: relative;
    }

    .f1 .introduction-box__content {
        position: absolute;
        inset: 0;
    }

    .f1 .visual-text {
        margin-top: 0;
    }

    .introduction-box .introduction-box__content {
        /* width: 100%; */
        padding-bottom: 40px;
    }

    .introduction-box .introduction-box__text .desc {
        text-align: left;
    }

    .f10 .img-wrapper,
    .card-wrapper,
    .f13 .information-list {
        --col: 1;
    }

    .f9 .introduction-box__content .img {
        width: 100%;
    }

    .f11 .introduction-box .introduction-box__content {
        padding-bottom: 0;
    }

    .f11 .introduction-box__content .img {
        width: unset;
        max-width: 100%;
        height: clamp(200px, calc(360 / var(--ratio)), 360px);
        margin-top: 20px;
        position: relative;
        bottom: unset;
        right: unset;
    }
}