@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");

@font-face {
    font-family: "Futura Std Medium";
    src: url(../fonts/Futura\ Std\ Medium.otf);
}

@font-face {
    font-family: "Futura Std Heavy";
    src: url(../fonts/Futura\ Std\ Heavy.otf);
}

@font-face {
    font-family: "Futura Std Bold";
    src: url(../fonts/Futura\ Std\ Bold.otf);
}

@font-face {
    font-family: "Futura Std Light";
    src: url(../fonts/Futura\ Std\ Light.otf);
}

@font-face {
    font-family: "Futura Std Book";
    src: url(../fonts/Futura\ Std\ Book.otf);
}

@font-face {
    font-family: "DFHeiStd-W5";
    src: url(../fonts/DFHeiStd-W5.otf);
}


.Futura-Std-light {
    font-family: "Futura Std light";
}


.Futura-Std-light-l {
    font-family: "Futura Std light";
    font-weight: lighter;
    opacity: 0.8;
}

.Futura-Std-Book {
    font-family: "Futura Std Book";
}

.Futura-Std-Medium {
    font-family: "Futura Std Medium";
}

.Futura-Std-Heavy {
    font-family: "Futura Std Heavy";
}

[data-aos="opacity-up"] {
    opacity: 1;
    clip-path: inset(100% 0 0% 0);
    /* 初始状态下完全隐藏 */
}

    [data-aos="opacity-up"].aos-animate {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        /* 显示全部图片 */
    }


[data-aos="opacity-down"] {
    opacity: 1;
    clip-path: inset(0% 0 100% 0);
    /* 初始状态下完全隐藏 */
}

    [data-aos="opacity-down"].aos-animate {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        /* 显示全部图片 */
    }

[data-aos="opacity-left"] {
    opacity: 0;
    clip-path: inset(0% 100% 0 0);
    /* 初始状态下完全隐藏 */
}

    [data-aos="opacity-left"].aos-animate {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        /* 显示全部图片 */
    }

[data-aos="opacity-right"] {
    opacity: 0;
    clip-path: inset(0 0 0% 100%);
    /* 初始状态下完全隐藏 */
}

    [data-aos="opacity-right"].aos-animate {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        /* 显示全部图片 */
    }


[data-aos="opacity-x"] {
    opacity: 1;
    clip-path: inset(0% 100% 0 100%);
    /* 初始状态下完全隐藏 */
}

    [data-aos="opacity-x"].aos-animate {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        /* 显示全部图片 */
    }

[data-aos="opacity-filter"] {
    opacity: 0;
    filter: sepia(100%);
}

    [data-aos="opacity-filter"].aos-animate {
        opacity: 1;
        filter: sepia(0%);
    }

[data-aos="test-right"] {
    opacity: 1;
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    /* 初始状态下完全隐藏 */
}

    [data-aos="test-right"].aos-animate {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        /* 显示全部图片 */
    }


:root {
}

body,
html {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    --vw-base: calc(100vw / 1920);
}

    body > * {
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

button,
input,
textarea,
select,
option {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pic-txt {
    position: absolute;
    bottom: calc(15* var(--vw-base));
    left: calc(15* var(--vw-base));
    color: #fff;
    font-size: calc(18* var(--vw-base));
    font-family: "FZLTZHB";
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: calc(20* var(--vw-base));
    z-index: 10;
    text-shadow: #4e484698 1px 1px 1px;
}

.header-bg-light {
    z-index: 20;
}

.container {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
    display: flex;
    flex-direction: column;
    overflow: clip;
}

.desktop {
    opacity: 1;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: #fff;
}

.spinner {
    width: 5vw;
    height: 5vw;
    position: absolute;
    left: 47.5%;
    top: 47.5%;
    transform: translate(-50%, -50%);
    background-color: #D5C1AA;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

.header {
    background-color: #fff;
}

.header-bg-light {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(147*var(--vw-base));
    height: 100%;
    border-right: rgba(0, 0, 0, 0.3) 1px solid;
    z-index: 20 !important;
}

.main1 {
    position: absolute;
    right: calc(0*var(--vw-base));
    top: 0;
    width: calc(1773*var(--vw-base));
    height: calc(950*var(--vw-base));
    z-index: 1;
    overflow: hidden;
}

.main1-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.form {
    position: relative;
    margin: calc(193*var(--vw-base)) auto;
    padding: calc(100*var(--vw-base)) 0 calc(100*var(--vw-base)) 0;
    width: calc(905*var(--vw-base));
    /* height: calc(563*var(--vw-base)); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* box-sizing: border-box;
    padding-top: calc(94*var(--vw-base)); */
    background-image: url(../img/05/logon-from.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.title {
    position: relative;
    width: calc(544*var(--vw-base));
    height: calc(60*var(--vw-base));
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-txt {
    position: relative;
    color: rgba(62, 58, 57, 0.5);
    font-size: calc(31* var(--vw-base));
    font-family: "Futura Std Medium";
    letter-spacing: 0.075em;
}

.input {
    position: relative;
    margin-top: calc(21*var(--vw-base));
    width: calc(544*var(--vw-base));
    height: calc(48*var(--vw-base));
    display: flex;
    align-items: center;
    border-bottom: #b3b6bb 1px solid;
}

    .input label {
        position: relative;
        flex-shrink: 0;
        width: calc(85*var(--vw-base));
        color: #313131;
        font-family: "Noto Sans TC", serif;
        font-weight: 200;
        font-size: calc(18* var(--vw-base));
        letter-spacing: 0.05em;
    }

        .input label.pass-label {
            width: calc(158*var(--vw-base));
        }

.eye {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(25*var(--vw-base));
    height: calc(18*var(--vw-base));
    background-image: url(../img/05/eye-slash-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
}

    .eye.show {
        background-image: url(../img/05/eye-solid.svg);
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #030303;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    /*淡淡的白*/
    transition: background-color 5000s ease-in-out 0s;
    /*透明*/
}

.input input[type="text"],
.input input[type="tel"],
.input input[type="password"],
.input input[type="email"] {
    position: relative;
    top: calc(0*var(--vw-base));
    width: calc(300*var(--vw-base));
    font-size: calc(18* var(--vw-base));
    font-family: "Noto Sans TC", serif;
    font-weight: 200;
    letter-spacing: 0.05em;
    border: none;
    background-color: transparent;
    color: #313131;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    padding-left: calc();
}

.btns {
    position: relative;
    margin-top: calc(45*var(--vw-base));
    width: calc(544*var(--vw-base));
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .btns input,
    .btns button {
        position: relative;
        width: calc(261*var(--vw-base));
        height: calc(39*var(--vw-base));
        background-image: url(../img/05/btn.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
        border: none;
        background-color: transparent;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        -moz-appearance: none;
        color: #313131;
        font-family: "Noto Sans TC", serif;
        font-weight: 100;
        font-size: calc(18* var(--vw-base));
        transition: all 0.4s ease-in-out;
    }

        .btns input:hover,
        .btns button:hover {
            background-image: url(../img/05/btn-hover.png);
            color: #ffffff;
        }

        .btns input.bigbtn,
        .btns button.bigbtn {
            width: 100%;
            background: none;
            background-image: url(../img/05/btn-big.png);
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
        }

            .btns input.bigbtn:hover,
            .btns button.bigbtn:hover {
                width: 100%;
                background: none;
                background-image: url(../img/05/btn-big-hover.png);
                background-size: contain;
                background-position: center center;
                background-repeat: no-repeat;
            }

.verify {
    position: absolute;
    right: calc(0*var(--vw-base));
    bottom: calc(10*var(--vw-base));
    width: calc(69*var(--vw-base));
    height: calc(28*var(--vw-base));
    background-color: #313131;
    text-align: center;
    box-sizing: border-box;
    padding-top: calc(4*var(--vw-base));
    color: #313131;
    font-size: calc(18* var(--vw-base));
    font-family: "Futura Std Light";
    letter-spacing: 0.15em;
}

.vip {
    position: absolute;
    left: calc(-37*var(--vw-base));
    top: calc(68*var(--vw-base));
    width: calc(120*var(--vw-base));
    height: calc(174*var(--vw-base));
    display: flex;
    justify-content: space-between;
}

    .vip .en {
        position: relative;
        color: rgba(62, 58, 57, 0.15);
        font-family: "Futura Std Bold";
        font-size: calc(42* var(--vw-base));
        letter-spacing: 0.075em;
        writing-mode: vertical-rl;
    }

    .vip .chi {
        position: relative;
        height: 100%;
        color: #000;
        font-size: calc(30* var(--vw-base));
        font-family: "Noto Sans TC", serif;
        font-weight: 100;
        letter-spacing: 0.1em;
        writing-mode: vertical-rl;
        text-align: end;
    }

.red-txt-title {
    color: #d40c13;
}

.red-txt {
    color: #ca3923;
}


.vip .redline {
    position: absolute;
    top: 0;
    left: calc(60*var(--vw-base));
    height: calc(78*var(--vw-base));
    width: 1px;
    background-color: #d40c13;
}

.error {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.error-msg {
    position: absolute;
    right: calc(624*var(--vw-base));
    top: calc(422*var(--vw-base));
    width: calc(529*var(--vw-base));
    height: calc(152*var(--vw-base));
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(24*var(--vw-base));
    background-color: #ffffff;
    border-radius: calc(6*var(--vw-base));
}

.error-pic {
    position: relative;
    width: calc(48*var(--vw-base));
    height: calc(48*var(--vw-base));
    background-image: url(../img/05/error.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.error-txt {
    position: relative;
    color: #313131;
    font-size: calc(18* var(--vw-base));
    font-family: "Noto Sans TC", serif;
    font-weight: 200;
    letter-spacing: 0.05em;
}

.mail-txt {
    position: relative;
    margin-top: calc(2*var(--vw-base));
    width: calc(544*var(--vw-base));
    text-align: end;
    color: #707070;
    font-size: calc(13* var(--vw-base));
    font-family: "Noto Sans TC", serif;
    font-weight: 200;
    letter-spacing: 0.05em;
}
