@charset "UTF-8";

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B4AEA6 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B4AEA6 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #B4AEA6 !important;
}

.view-all {
    display: block !important;
}

/* 大網顯示，小網隱藏 */
@media only screen and (min-width: 576px) {
    .view-large-block {
        display: block !important;
    }
}

/* 小網顯示，大網隱藏 */
@media only screen and (max-width: 575px) {
    .view-large-block {
        display: none !important;
    }

    .viwe-small-padding {
        padding: 0px;
    }
}

/* 大網顯示，小網隱藏 */
@media only screen and (min-width: 1000px) {
    .view-small-1000 {
        display: none !important;
    }

    .view-small-block-1000 {
        display: none !important;
    }

    .view-large-1000 {
        display: flex !important;
    }

    .view-large-block-1000 {
        display: block !important;
    }

    .donate-finish {
        text-align: center;
        border: 1px solid #979797;
        border-radius: 10px;
        max-width: 840px;
        height: 273px;
        padding: 36px;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        display: flex;
        margin: 0 auto;
        margin-top: 150px;
    }

        .donate-finish .title {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            justify-content: center;
            display: flex;
            text-align: center;
            align-items: center;
            font-weight: 400;
            font-size: 40px;
            line-height: 53px;
            margin-bottom: 30px;
            color: #857151;
        }

        .donate-finish .desc {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 22px;
            line-height: 29px;
            text-align: center;
            letter-spacing: 0.6875px;
            color: #828282;
            margin-bottom: 0px;
        }

    .donate-finish-list {
        text-align: left;
        border: 1px solid #979797;
        font-size: 26px;
        border-radius: 10px;
        padding: 30px 40px;
        color: #828282;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 29px;
        margin-top: 20px;
    }

    .donate-finish-title {
        text-align: left;
        font-family: 'Microsoft JhengHei';
        font-size: 36px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #404040;
    }

    .donate-finish-line {
        width: 70px;
        height: 1px;
        background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
        margin: 10px 0px;
    }

    .forget-password-modal .modal-dialog {
        position: absolute;
        width: 70%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        z-index: 1;
    }

    .view-small-block {
        display: none !important;
    }

    .view-large {
        display: flex !important;
    }

    .donate-section-item {
        display: flex;
        background-color: #040302;
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 30px;
        background-color: inherit;
    }

        .donate-section-item .donate-title {
            display: flex;
            align-items: center;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 36px;
            line-height: 48px;
            color: #404040;
            margin-top: 30px;
        }

            .donate-section-item .donate-title span {
                margin-right: 10px;
            }

        .donate-section-item .donate-line {
            flex: 1;
            height: 1px;
            background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
            width: 80px;
            float: left;
            margin-bottom: 0px;
        }

        .donate-section-item .donate-section {
            border: 1px solid #979797;
            border-radius: 10px;
            margin-top: 50px;
            margin-bottom: 30px;
        }

            .donate-section-item .donate-section .donate-item {
                flex: 1;
                background-color: #ffffff;
                display: flex;
                color: #040302;
                padding-top: 25px;
                padding-bottom: 25px;
                margin-left: 1px;
                margin-right: 1px;
                margin-bottom: 1px;
            }

            .donate-section-item .donate-section .donate-text {
                margin-left: 30px;
                margin-right: 30px;
            }

            .donate-section-item .donate-section .donate-checkbox {
                display: inline-block;
                width: 30px;
                height: 30px;
                background-color: red;
                border-radius: 6px;
                border: solid 2px #1a648c;
                position: relative;
            }

                .donate-section-item .donate-section .donate-checkbox::after {
                    display: block;
                    width: 5px;
                    height: 10px;
                    background-color: white;
                    border-width: 0 2px 2px 0;
                    transform: rotate(45deg);
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-top: -6px;
                    margin-left: -3px;
                }

                .donate-section-item .donate-section .donate-checkbox:checked::after {
                    border-color: #ffffff;
                    background-color: #1a648c;
                }

            .donate-section-item .donate-section .donate-section-title {
                background: #FFF8ED;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 22px;
                line-height: 29px;
                color: #857151;
                height: 80px;
                padding-left: 20px;
                margin-top: 1px;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                border-bottom: 1px solid #979797;
            }

            .donate-section-item .donate-section .donate-section-list {
                background-color: #ffffff;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 22px;
                line-height: 29px;
                color: #857151;
                padding-left: 20px;
            }

                .donate-section-item .donate-section .donate-section-list .donate-item-img {
                    margin-left: 30px;
                    width: 190px;
                    height: 130px;
                }

            .donate-section-item .donate-section .donate-section-subtotal {
                background-color: #ffffff;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 22px;
                line-height: 29px;
                text-align: right;
                color: #404040;
                justify-content: right;
                align-items: right;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
                border-top: 1px solid #979797;
            }

            .donate-section-item .donate-section .donate-section-subtotal-small {
                background-color: #ffffff;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 25px;
                line-height: 29px;
                text-align: center;
                color: #404040;
                justify-content: center;
                align-items: center;
            }

            .donate-section-item .donate-section .donate-delate-area {
                margin-left: auto;
            }

                .donate-delate-area .delete-btn {
                    margin-right: 32px;
                    width: 90px;
                    height: 37px;
                    background-color: #fff;
                    border: 1px solid #828282;
                    border-radius: 22px;
                    color: #000;
                    cursor: pointer;
                }

                    .donate-delate-area .delete-btn:hover, .donate-delate-area .delete-btn:active {
                        background-color: #f65535;
                        border: 1px solid #f65535;
                        color: #fff;
                    }

            .donate-section-item .donate-section .donate-choice-select {
                margin-left: 30px;
            }

                .donate-section-item .donate-section .donate-choice-select .donate-choice-select-form {
                    height: 37px !important;
                    width: 177px !important;
                    border: 1px solid #979797;
                    border-radius: 4px;
                }

            .donate-section-item .donate-section .select-wrapper {
                position: relative;
                z-index: 1;
            }

            .donate-section-item .donate-section .select-dropdown {
                position: absolute;
                z-index: 2;
            }

    .view-small {
        display: none !important;
    }
}

/* 小網顯示，大網隱藏 */
@media only screen and (max-width: 1000px) {
    .view-small-1000 {
        display: flex !important;
    }

    .view-small-block-1000 {
        display: block !important;
    }

    .view-large-1000 {
        display: none !important;
    }

    .view-large-block-1000 {
        display: none !important;
    }

    .viwe-small-padding-1000 {
        padding: 0px;
    }

    .main {
        padding-top: 60px;
    }

    .donate-finish {
        text-align: center;
        border: 1px solid #979797;
        border-radius: 10px;
        padding: 30px 20px;
        justify-content: center;
        align-items: center;
        margin: 0px 16px;
        margin-top: 32px;
    }

        .donate-finish .title {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 40px;
            line-height: 53px;
            margin-bottom: 30px;
            color: #857151;
        }

        .donate-finish .desc {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 22px;
            line-height: 29px;
            text-align: center;
            letter-spacing: 0.6875px;
            color: #828282;
            margin-bottom: 0px;
        }

    .donate-finish-list {
        text-align: left;
        border: 1px solid #979797;
        font-size: 26px;
        border-radius: 10px;
        padding: 10px;
        color: #828282;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
    }

    .donate-finish-title {
        font-family: 'Microsoft JhengHei';
        font-size: 25px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #404040;
    }

    .donate-finish-line {
        width: 300px;
        height: 1px;
        background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
        margin-bottom: 19px;
    }

    .forget-password-modal .modal-dialog {
        position: absolute;
        width: 90%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15%;
        z-index: 1;
    }

    .view-large {
        display: none !important;
    }

    .donate-section-item {
        display: flex;
        background-color: #040302;
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 30px;
        background-color: inherit;
    }

        .donate-section-item .donate-title {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 25px;
            line-height: 33px;
            text-align: center;
            color: #404040;
            margin-top: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            float: none;
            margin-bottom: 17px;
        }

        .donate-section-item .donate-line {
            width: 300px;
            height: 1px;
            background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
            float: none;
        }

        .donate-section-item .donate-section {
            border-left-width: 0px;
            border-right-width: 0px;
            border-radius: 0px;
            margin-top: 50px;
            margin-bottom: 30px;
            border-bottom: 1px solid transparent;
        }

            .donate-section-item .donate-section .donate-item {
                flex: 1;
                background-color: #ffffff;
                display: flex;
                color: #040302;
                padding-top: 25px;
                padding-bottom: 25px;
                margin-left: 1px;
                margin-right: 1px;
                margin-bottom: 1px;
            }

            .donate-section-item .donate-section .donate-text {
                margin-left: 30px;
                margin-right: 30px;
            }

            .donate-section-item .donate-section .donate-checkbox {
                height: 30px;
                width: 30px;
            }

            .donate-section-item .donate-section .donate-section-title {
                background: #FFF8ED;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 22px;
                line-height: 29px;
                color: #857151;
                height: 80px;
                padding-left: 20px;
                margin-top: 1px;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                border-bottom: 1px solid #979797;
            }

            .donate-section-item .donate-section .donate-section-list {
                background-color: #ffffff;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 22px;
                line-height: 29px;
                color: #857151;
                padding-left: 20px;
            }

                .donate-section-item .donate-section .donate-section-list .donate-item-img {
                    width: 100%;
                    margin-left: 0px;
                    /* height: 176px; */
                }

            .donate-section-item .donate-section .donate-section-subtotal {
                background-color: #ffffff;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 22px;
                line-height: 29px;
                text-align: right;
                color: #404040;
                justify-content: center;
                align-items: center;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
                border-top: 1px solid #979797;
                text-align: center;
            }

            .donate-section-item .donate-section .donate-section-subtotal-small {
                background-color: #ffffff;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 25px;
                line-height: 29px;
                text-align: center;
                color: #404040;
                justify-content: center;
                align-items: center;
            }

            .donate-section-item .donate-section .donate-delate-area {
                margin-left: auto;
            }

                .donate-delate-area .delete-btn {
                    margin-right: 32px;
                    width: 90px;
                    height: 37px;
                    background-color: #fff;
                    border: 1px solid #828282;
                    border-radius: 22px;
                    color: #000;
                    cursor: pointer;
                }

                    .donate-delate-area .delete-btn:hover, .donate-delate-area .delete-btn:active {
                        background-color: #f65535;
                        border: 1px solid #f65535;
                        color: #fff;
                    }

            .donate-section-item .donate-section .donate-choice-select {
                margin-left: 30px;
            }

                .donate-section-item .donate-section .donate-choice-select .donate-choice-select-form {
                    height: 37px !important;
                    width: 177px !important;
                    border: 1px solid #979797;
                    border-radius: 4px;
                }

            .donate-section-item .donate-section .select-wrapper {
                position: relative;
                z-index: 1;
            }

            .donate-section-item .donate-section .select-dropdown {
                position: absolute;
                z-index: 2;
            }

    .donate-item-list {
        display: flex;
    }

        .donate-item-list .donate-section-item {
            margin-top: 27px;
            margin-bottom: 27px;
        }

        .donate-item-list .donate-item-list-select {
            display: block;
        }

        .donate-item-list .donate-choice-title {
            margin-left: 30px;
            margin-right: 30px;
        }

        .donate-item-list .delete-btn {
            margin-right: 16px !important;
        }

        .donate-item-list .donate-item-list-img {
            width: 100%;
            height: auto;
            margin-top: 10px;
            padding-right: 16px;
            margin-bottom: 24px;
        }

        .donate-item-list .donate-choice-select-form {
            width: 100%;
            margin-bottom: 24px;
            margin-right: 16px;
            height: 43px;
            border: 1px solid #979797;
            border-radius: 4px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 27px;
            letter-spacing: 0.625px;
            color: #828282;
        }

        .donate-item-list .custom-amount-input {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 27px;
            letter-spacing: 0.625px;
            color: #828282;
        }

    .view-small-block {
        display: block !important;
    }

    .view-small {
        display: flex !important;
    }
}

.grayed-out {
    opacity: 0.5;
}

    .grayed-out input {
        pointer-events: none;
    }

.custom-select {
    appearance: none;
    font-family: 'Microsoft JhengHei';
    background-image: url("../images/icons/icon_dropdown.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 20px;
}

    .custom-select::after {
        font-family: 'Microsoft JhengHei';
        content: url("../images/icons/icon_dropdown.svg");
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
        pointer-events: none;
    }

.start-icon {
    color: #F16161;
}

select, input {
    font-family: 'Microsoft JhengHei';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.625px;
    color: #828282;
    padding-left: 12px;
    padding-right: 12px;
}

.padding-0 {
    padding: 0px;
}

.paading-top-0 {
    padding-top: 0px;
}

.margin-0 {
    margin: 0px;
}

.navbar-small {
    height: 62px;
    width: 100%;
}

    .navbar-small .navbar-burger-icon {
        display: block;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 1.25rem;
        height: 1.1875rem;
        z-index: 20;
    }

    .navbar-small .icon-text {
        font-family: 'Microsoft JhengHei';
        font-size: 23px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.92px;
        color: #fff;
    }

    .navbar-small .navbar-icon {
        height: 42px;
    }

.navbar-menu-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 660px;
    background-color: #fff;
    display: none;
    z-index: 9999;
    overflow: auto;
    border-radius: 8px;
}

.navbar-menu {
    padding-bottom: 15px;
}

    .navbar-menu .nav-link .english {
        font-family: 'Microsoft JhengHei';
        font-size: 18px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: var(--gray);
    }

    .navbar-menu .chinese {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: var(--gray);
    }

    .navbar-menu .item-count {
        position: absolute;
        top: -4px;
        left: 12px;
        background-color: #FF5635;
        color: white;
        border-radius: 50%;
        padding: 3px;
        font-size: 12px;
        font-weight: bold;
        width: 18px;
        height: 18px;
        text-align: center;
        z-index: 1;
    }

    .navbar-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .navbar-menu li {
        margin-bottom: 20px;
    }

.navbar-menu-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.navbar-menu-show {
    display: block;
}

.navbar-burger-icon {
    cursor: pointer;
}

.view-large .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 大網：576px 以上 */
/* Navbar */
header {
    height: 5.8125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    overflow-x: hidden;
}

    header nav {
        flex-direction: column;
        background-image: linear-gradient(0deg, #89652B 0%, #D6B654 100%);
    }

    header .header_logo_1 {
        height: 3.375rem;
    }

    header .header_logo {
        height: 3.375rem;
    }

    header > nav {
        height: 5.8125rem;
        background-color: #D6B654;
    }

    header .navbar-toggler-icon {
        display: block;
        background-image: url(/css/img/hamburger_menu.7e0a39a7.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 1.25rem;
        height: 1.1875rem;
        z-index: 20;
    }

    header .navbar-brand {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        header .navbar-brand .txt_logo {
            font-size: 1.5rem;
            font-family: 'Microsoft JhengHei';
            font-weight: bold;
            margin-left: 0.875rem;
            color: white;
        }

        header .navbar-brand:hover .txt_logo {
            color: white;
        }

    header .navbar-expand-lg .navbar-nav .nav-item a.nav-link {
        font-size: 1rem;
        font-family: 'Microsoft JhengHei';
        font-weight: bold;
        color: white;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        position: relative;
        padding: 0 1.25rem;
    }

        header .navbar-expand-lg .navbar-nav .nav-item a.nav-link > span {
            font-size: 0.75rem;
        }

            header .navbar-expand-lg .navbar-nav .nav-item a.nav-link > span:first-child {
                font-size: 1rem;
            }

        header .navbar-expand-lg .navbar-nav .nav-item a.nav-link.active span, header .navbar-expand-lg .navbar-nav .nav-item a.nav-link:focus span, header .navbar-expand-lg .navbar-nav .nav-item a.nav-link:hover span {
            color: #013FC4;
        }

            header .navbar-expand-lg .navbar-nav .nav-item a.nav-link.active span:first-child, header .navbar-expand-lg .navbar-nav .nav-item a.nav-link:focus span:first-child, header .navbar-expand-lg .navbar-nav .nav-item a.nav-link:hover span:first-child {
                font-weight: bold;
                color: #013FC4;
            }

        header .navbar-expand-lg .navbar-nav .nav-item a.nav-link::before {
            content: " ";
            position: absolute;
            height: 25%;
            width: 1px;
            right: 0;
            left: 0;
            background-color: transparent;
            border-left: 1px solid white;
        }

    header .navbar-expand-lg .navbar-nav .nav-item:first-child:first-child a.nav-link:before {
        content: "";
        width: 0;
        border: none;
    }

.navbar-collapse {
    justify-content: flex-end;
}

.cart-icon {
    position: relative;
    display: inline-block;
}

.item-count {
    position: absolute;
    top: -4px;
    left: 12px;
    background-color: #FF5635;
    color: white;
    border-radius: 50%;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    text-align: center;
    z-index: 1;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-text {
    font-family: 'Microsoft JhengHei';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 1.41667px;
    color: #FFFFFF;
    margin-left: 7px;
}

.index-donate-line {
    width: 300px;
    height: 1px;
    background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
    text-align: center;
    margin-bottom: 19px;
}

/* Footer */
footer {
    font-family: 'Microsoft JhengHei';
    font-weight: bold;
    background: #89652B;
    background-image: linear-gradient(0deg, #89652B 0%, #D6B654 100%);
    height: 5.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 80;
}

    footer .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

        footer .container ul {
            display: flex;
            flex-direction: row;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
            flex-direction: row;
        }

            footer .container ul li a {
                text-decoration: none;
                font-size: 1rem;
                color: white;
                display: flex;
                justify-content: center;
                align-items: flex-start;
                flex-direction: column;
                position: relative;
                padding-right: 3.625rem;
            }

                footer .container ul li a > span {
                    font-size: 0.75rem;
                }

                    footer .container ul li a > span:first-child {
                        font-size: 1rem;
                    }

                footer .container ul li a.active span, footer .container ul li a:focus span, footer .container ul li a:hover span {
                    color: #013FC4;
                }

                    footer .container ul li a.active span:first-child, footer .container ul li a:focus span:first-child, footer .container ul li a:hover span:first-child {
                        font-weight: bold;
                        color: #013FC4;
                    }

/* 首頁的carousel */
.view-infor {
    margin-top: -100px;
    margin-bottom: 80px;
    text-align: center;
}

    .view-infor .card-img {
        width: 192px;
        height: 192px;
        margin-bottom: 15px;
        border: 5px solid #D6B654;
        border-image-slice: 1;
        border-radius: 15px;
    }

    .view-infor .card-title {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 29px;
        color: #404040;
    }

/* 首頁的功德捐款區 */
.donate {
    margin-bottom: 100px;
}

    .donate .donate-title {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 46px;
        line-height: 61px;
        text-align: center;
        color: #404040;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .donate .donate-line {
        width: 30%;
        height: 1px;
        background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
        margin-bottom: 20px;
    }

    .donate .donate-des {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #828282;
        margin-bottom: 57px;
    }

/* 首頁的捐款項目 */
.donate-building {
    margin-bottom: 57px;
}

    .donate-building .donate-building-title {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 35px;
        color: #857151;
        margin-bottom: 10px;
    }

    .donate-building .donate-building-pay {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        color: #404040;
        margin-bottom: 11px;
    }

    .donate-building .donate-pay-dollar {
        margin-bottom: 8px;
    }

        .donate-building .donate-pay-dollar .donate-pay-dollar-title {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 30px;
            color: #828282;
        }

    .donate-building .donate-enter {
        position: relative;
    }

        .donate-building .donate-enter .enter-pay {
            border: 1px solid #979797;
            margin-bottom: 13px;
        }

        .donate-building .donate-enter .mypay {
            width: 100%;
            height: 30px;
            margin: 5px;
        }

        .donate-building .donate-enter .error-message {
            color: #F65535;
            display: inline-block;
            width: 220px;
            float: right;
            margin-right: -12px;
        }

        .donate-building .donate-enter .mypay:focus {
            color: #979797;
        }

    .donate-building .donate-method {
        margin-bottom: 30px;
    }

        .donate-building .donate-method-title {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 21px;
            color: #857151;
            margin-bottom: 10px;
        }

        .donate-building .donate-method .donate-select {
            border: 1px solid #979797;
            border-radius: 4px;
            width: 200px;
            height: 39px;
            margin-bottom: 10px;
            outline: none;
            border-color: #A87E0F;
            box-shadow: 0 0 0 0.25rem rgba(168, 126, 15, 0.25);
        }

        .donate-building .donate-method .donate-select-note {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 21px;
            margin-bottom: 10px;
            color: #828282;
        }

    .donate-building .donate-building-img {
        position: relative;
    }

    .donate-building nav {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: transparent;
        color: #ffffff;
    }

        .donate-building nav span i {
            color: #ffffff;
        }

    .donate-building .page-link {
        background: rgba(0, 0, 0, 0.370793);
        color: #ffffff;
    }

    .donate-building .pagination {
        margin-right: 15px;
    }

    .donate-building .donate-btn {
        margin: 0px 5px;
        border: 1px solid #979797;
        border-radius: 20px;
        width: 100%;
        height: 40px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #828282;
        background-color: #ffffff;
        padding-left: 0px;
        padding-right: 0px;
    }

        .donate-building .donate-btn.donate-btn-chosen {
            background: linear-gradient(180deg, #FBD445 0.01%, #F47977 100%);
            color: #ffffff;
        }

    .donate-building .submit-btn {
        border: 1px solid #B99745;
        border-radius: 8px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #B99745;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .donate-building .submit-btn:hover {
            border: 1px solid #B99745;
            border-radius: 8px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 28px;
            text-align: center;
            color: #ffffff;
            width: 100%;
            margin-top: 10px;
            margin-bottom: 10px;
            background: linear-gradient(0deg, #3EA1FD 0.13%, #931EFF 100%);
        }

.donate-item-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(to top, #ffff, #cfcfcf);
    margin-bottom: 20px;
}

/* 大佛圖  */
/*.infor-img {
    height: 211px;
}*/

.visiting {
    text-align: center;
    height: 432px;
    background: linear-gradient(180deg, #FAF3E2 0%, #DDC28D 100%);
    padding-top: 30px;
    padding-bottom: 31.38px;
    position: relative;
}

    .visiting .visiting-select {
        margin-bottom: 31.38;
    }

    .visiting .visiting-title {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        background: linear-gradient(270deg, #C2981F 0%, #A88519 67.98%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 56px;
    }

    .visiting .visiting-img {
        position: relative;
    }

        .visiting .visiting-img .img {
            height: 110px;
            width: 110px;
        }

        .visiting .visiting-img .img-personal {
            float: right;
            z-index: 2;
            margin: auto;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .visiting .visiting-img .img-group {
            z-index: 2;
            margin: auto;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 18px;
        }

        .visiting .visiting-img .img-agencies {
            float: left;
            z-index: 2;
            margin: auto;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .visiting .visiting-img .ch {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            color: #624418;
        }

        .visiting .visiting-img .en {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            color: #624418;
        }

    .visiting .visiting-line {
        width: 331px;
        height: 1px;
        border: 1px dashed #B59A73;
        z-index: 0;
        position: absolute;
        top: 45%;
        left: 50%;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        transform: translate(-50%, -50%);
    }

    .visiting .booking-btn-section {
        margin-top: 38px;
    }

        .visiting .booking-btn-section .booking-btn {
            justify-content: center;
            align-items: center;
            border: 1px solid #624418;
            border-radius: 6px;
            background: inherit;
            color: #624418;
        }

.myPay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.shopcart-step {
    background-image: url("../images/desktop/progress.png");
    background-repeat: round;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

    .shopcart-step .step-dots {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
    }

    .shopcart-step .dot {
        width: 12px;
        height: 12px;
        margin: 10px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.399312);
        border: 1px solid rgba(255, 255, 255, 0.399312);
    }

        .shopcart-step .dot.active {
            background-color: #fff;
        }

    .shopcart-step .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .shopcart-step .shopcart-step-btn {
        font-size: 18px;
        padding: 10px 20px;
        border: none;
        background-color: transparent;
        cursor: pointer;
        color: #fff;
        border: 1px solid #fff;
        width: 100%;
        max-width: 190px;
        border-radius: 25.5px;
    }

    .shopcart-step .shop-line {
        border: 1px dashed white;
        flex-grow: 1;
        margin: 0 10px;
        width: 100px;
        background-color: transparent;
    }

    .shopcart-step .shopcart-active {
        background: #FFFFFF;
        border-radius: 25.5px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 19px;
        line-height: 25px;
        text-align: center;
        color: #1A648C;
    }

.donate-section-infor {
    background: linear-gradient(180deg, #FAF3E2 0%, #DDC28D 100%);
    height: 115px;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    position: fixed;
    bottom: 0;
    z-index: 3;
}

    .donate-section-infor .donate-btn {
        margin: 5px;
        margin-top: 0px;
        margin-left: 27px;
        border: solid 1px #404040;
        width: 275px;
        height: 55px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #404040;
        border-radius: 8px;
        background: transparent;
    }

    .donate-section-infor .donate-btn-active {
        margin: 5px;
        margin-top: 0px;
        margin-left: 27px;
        border: 1px solid transparent;
        width: 275px;
        height: 55px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        border-radius: 8px;
        background: linear-gradient(180deg, #931eff 0%, #3ea1fd 100%);
    }

    .donate-section-infor .donate-amount {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 29px;
        text-align: right;
        color: #404040;
    }

    .donate-section-infor .donate-dollar {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 39px;
        line-height: 52px;
        text-align: right;
        color: #404040;
    }

.btn-ecommerce {
    width: 40%;
    background-color: #fff;
    border: solid 1px #b99745;
    border-radius: 25px;
    color: #b99745;
}

    .btn-ecommerce .modal-title {
        text-align: center;
    }

.donate-section-item .donate-section {
    border-radius: 10px;
}

.login-section {
    background-image: url("../images/desktop/hero1.jpg");
    height: 760px;
}

    .login-section .login-from {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .login-section .login-from .login-title {
            margin-top: 112px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 34px;
            line-height: 45px;
            text-align: center;
            color: #6D6868;
        }

        .login-section .login-from .login-note {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 300;
            font-size: 12px;
            line-height: 15px;
            color: #6D6868;
            margin-left: 150px;
        }

        .login-section .login-from .form-label {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            letter-spacing: 0.375px;
            color: #6D6868;
        }

        .login-section .login-from .form-control {
            width: 327px;
            border-bottom: 1px solid #D6DAE2;
        }

        .login-section .login-from .forget-password {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            text-decoration-line: underline;
            color: #6D6868;
            margin-right: 250px;
        }

        .login-section .login-from .login-btn {
            background: linear-gradient(180deg, #6F9DFE 0%, #C401BE 142.67%);
            border-radius: 24px;
            width: 327px;
            height: 48px;
            border: 0px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 21px;
            letter-spacing: 0.4px;
            color: #FFFFFF;
        }

        .login-section .login-from .register-btn {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 21px;
            text-align: center;
            letter-spacing: 0.4px;
            text-decoration-line: underline;
            color: #8477EE;
        }

        .login-section .login-from .social-btn {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 19px;
            text-align: center;
            color: #6D6868;
            background: #FFFFFF;
            border: 1px solid rgba(119, 134, 158, 0.297312);
            border-radius: 6px;
            width: 155px;
            height: 40px;
            margin: 0 auto;
        }

        .login-section .login-from .social-icon {
            width: 18px;
            height: 18px;
            margin-right: 9px;
        }

/* 忘記密碼 */
.forget-password-modal .modal-dialog .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    margin-top: -40px;
    font-size: 20px;
    color: white;
    border: 0px;
    background-color: transparent;
    z-index: 2;
}

.forget-password-modal .modal-dialog .modal-content {
    width: 100%;
    padding: 0px;
    padding-top: 37px;
    padding-bottom: 37px;
}

    .forget-password-modal .modal-dialog .modal-content .modal-header {
        display: block;
        text-align: center;
    }

        .forget-password-modal .modal-dialog .modal-content .modal-header .modal-title {
            font-family: 'Microsoft JhengHei';
            font-size: 22px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            text-align: center;
            color: #6d6868;
            margin-bottom: 25px;
        }

        .forget-password-modal .modal-dialog .modal-content .modal-header .modal-des {
            font-family: 'Microsoft JhengHei';
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.38;
            letter-spacing: normal;
            text-align: center;
            color: #6d6868;
        }

    .forget-password-modal .modal-dialog .modal-content .modal-body .login-from {
        width: 100%;
    }

        .forget-password-modal .modal-dialog .modal-content .modal-body .login-from .login-input {
            border-bottom: 1px solid #D6DAE2;
            border-left-width: 0px;
            border-right-width: 0px;
            border-top-width: 0px;
            padding-left: 0px;
            width: 100%;
        }

        .forget-password-modal .modal-dialog .modal-content .modal-body .login-from .start-icon {
            color: #F16161;
        }

.forget-password-modal .modal-dialog .forget-btn {
    width: 50%;
    padding: 1px 74px 11px 72px;
    border-radius: 25px;
    border: solid 1px #a87e0f;
    background-color: #fff;
    font-family: 'Microsoft JhengHei';
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a87e0f;
    height: 44px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 11px;
}

.register-area {
    padding-top: 78px;
    background-image: url("../images/desktop/hero1.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 760px;
}

    .register-area .title {
        font-family: 'Microsoft JhengHei';
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        padding-top: 50px;
    }

        .register-area .title .note .start-icon {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            text-align: right;
            color: #F16161;
        }

        .register-area .title .note .ch {
            font-family: 'Microsoft JhengHei';
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: right;
            color: #6D6868;
        }

        .register-area .title .note .en {
            font-family: 'Microsoft JhengHei';
            font-size: 12px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: right;
            color: #6D6868;
        }

    .register-area .register-line {
        background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
        border: 1 solid;
        height: 1px;
        width: 80px;
        float: left;
        margin-top: 10px;
    }

    .register-area .register-member-area .member-title {
        font-family: 'Microsoft JhengHei';
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #857151;
    }

    .register-area .register-member-area .register-input-area {
        border: 1px solid #979797;
        border-radius: 0px 0px 10px 10px;
        padding-top: 24px;
        padding-left: 26px;
        padding-bottom: 24px;
        padding-right: 26px;
        margin-top: 30px;
        margin-bottom: 40px;
        margin-left: 0px;
        margin-right: 0px;
    }

        .register-area .register-member-area .register-input-area .register-input-left {
            padding-right: 60px;
        }

    .register-area .register-member-area .register-btn {
        background: linear-gradient(180deg, #6F9DFE 0%, #C401BE 142.67%);
        border-radius: 24px;
        height: 48px;
        width: 327px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        letter-spacing: 0.4px;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 200px;
    }

    .register-area .register-member-area .member-text {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.5625px;
        color: #828282;
    }

    .register-area .register-member-area .password-input {
        position: relative;
        padding: 0px;
    }

        .register-area .register-member-area .password-input input[type="password"] {
            padding-right: 40px;
        }

        .register-area .register-member-area .password-input .toggle-password {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            cursor: pointer;
        }

            .register-area .register-member-area .password-input .toggle-password img {
                width: 20px;
                height: 20px;
            }

.donate-area {
    text-align: left;
    margin-top: 34px;
    margin-bottom: 26px;
}

    .donate-area .title {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 48px;
        color: #404040;
        margin-top: 50px;
    }

        .donate-area .title .note .start-icon {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            text-align: right;
            color: #F16161;
        }

        .donate-area .title .note .ch {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            text-align: right;
            color: #F16161;
        }

        .donate-area .title .note .en {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 300;
            font-size: 12px;
            line-height: 15px;
            text-align: right;
            color: #6D6868;
        }

    .donate-area .donate-line {
        background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
        border: 1 solid;
        flex: 1;
        height: 1px;
        width: 80px;
        float: left;
    }

    .donate-area .donate-input-area {
        border: 1px solid #979797;
        border-radius: 0px 0px 10px 10px;
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 40px;
        max-width: 1056px;
        /*只顯示個人區塊先註解*/
        /*min-height: 230px;*/ 
    }

        .donate-area .donate-input-area .padding-0 {
            padding: 0px;
        }

        .donate-area .donate-input-area .row-item {
            margin-left: -40px;
            margin-right: -40px;
            padding-left: 22px;
            padding-bottom: 20px;
        }

        .donate-area .donate-input-area .donate-title {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 22px;
            line-height: 29px;
            color: #857151;
            display: block;
            margin-bottom: 32px;
            margin: 0px;
            display: flex;
        }

        .donate-area .donate-input-area .donate-title-top {
            padding-top: 23px;
            padding-left: 26px;
        }

        .donate-area .donate-input-area .donate-title-bg {
            background: #fff8ed;
        }

    .donate-area .donate-btn {
        background: linear-gradient(180deg, #6F9DFE 0%, #C401BE 142.67%);
        border-radius: 24px;
        height: 48px;
        width: 327px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        letter-spacing: 0.4px;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 200px;
    }

    .donate-area .donate-text {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.5625px;
        color: #828282;
    }

    .donate-area .donate-content {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 29px;
        color: #857151;
    }

    .donate-area .donate-date-title {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 29px;
        color: #857151;
        margin-bottom: 30px;
    }

    .donate-area .print-btn {
        border: 1px solid #B99745;
        border-radius: 8px;
        font-family: 'Microsoft JhengHei';
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #A87E0F;
        width: 174px;
        height: 55px;
    }

    .donate-area .print-btn-active {
        background: linear-gradient(180deg, #D9C04F 0%, #B78C19 100%);
        border-radius: 8px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
    }

    .donate-area .donate-btn-back {
        width: 275px;
        height: 55px;
        border: 1px solid #404040;
        border-radius: 8px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #404040;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .donate-area .donate-btn-back-active {
        background: linear-gradient(0deg, #3EA1FD 0.16%, #931EFF 100%);
        border-radius: 8px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .donate-area .form-check-input[type="radio"] {
        position: relative;
        width: 28px;
        height: 28px;
        margin-left: 15px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        border: 2px solid #979797;
        border-radius: 50%;
        transition: all 0.15s ease-in-out;
    }

        .donate-area .form-check-input[type="radio"]:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 10px;
            height: 10px;
            background-color: white;
            border-radius: 50%;
            transition: all 0.15s ease-in-out;
        }

        .donate-area .form-check-input[type="radio"]:checked:before {
            background-color: #007bff;
        }

        .donate-area .form-check-input[type="radio"]:not(:checked):before {
            background-color: white;
        }

        .donate-area .form-check-input[type="radio"]:not(:checked) {
            border-color: #979797;
        }

            .donate-area .form-check-input[type="radio"]:not(:checked):before {
                background-color: white;
            }

        .donate-area .form-check-input[type="radio"]:hover:not(:checked) {
            border-color: #979797;
        }

            .donate-area .form-check-input[type="radio"]:hover:not(:checked):before {
                background-color: #eee;
            }

    .donate-area .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 28px;
        border: 1px solid #857151;
        border-radius: 22px;
        margin-bottom: 0px;
    }

        .donate-area .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .donate-area .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .donate-area .slider:before {
            position: absolute;
            content: "";
            height: 22px;
            width: 22px;
            left: 6px;
            bottom: 2px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .donate-area input:checked + .slider {
        background-color: #857151;
    }

    .donate-area input:focus + .slider {
        box-shadow: 0 0 1px #857151;
    }

    .donate-area input:checked + .slider:before {
        -webkit-transform: translateX(24px);
        -ms-transform: translateX(24px);
        transform: translateX(24px);
        background-color: white;
    }

    .donate-area .slider.round {
        border-radius: 22px;
    }

        .donate-area .slider.round:before {
            border-radius: 50%;
            background-color: #857151;
        }

    .donate-area .donate-input-area {
        padding-top: 43px;
        padding-left: 20px;
        padding-right: 20px;
    }

.donate-btn-section {
    align-items: center;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 120px;
}

    .donate-btn-section .donate-btn-back {
        width: 275px;
        height: 55px;
        border: 1px solid #404040;
        border-radius: 8px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #404040;
    }

    .donate-btn-section .donate-btn-back-active {
        background: linear-gradient(0deg, #3EA1FD 0.16%, #931EFF 100%);
        border-radius: 8px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
    }

.donate-detail-area {
    background-color: white;
    height: 135px;
    padding-top: 44px;
    padding-bottom: 43px;
}

    .donate-detail-area .title {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 48px;
        color: #404040;
        text-align: left;
    }

    .donate-detail-area .donate-line {
        background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
        border: 1 solid;
        /* flex: 1; */
        height: 1px;
        width: 80px;
        float: left;
        margin-bottom: 30px;
    }

    .donate-detail-area .donate-title {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 29px;
        color: #828282;
        display: block;
    }

    .donate-detail-area .donate-input-area {
        border: 1px solid #979797;
        border-radius: 0px 0px 10px 10px;
        padding: 39px;
        margin-top: 30px;
        margin-bottom: 40px;
        width: 1056px;
        height: 230px;
    }

        .donate-detail-area .donate-input-area .padding-0 {
            padding: 0px;
        }

    .donate-detail-area .donate-btn {
        background: linear-gradient(180deg, #6F9DFE 0%, #C401BE 142.67%);
        border-radius: 24px;
        height: 48px;
        width: 327px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        letter-spacing: 0.4px;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 200px;
    }

    .donate-detail-area .donate-text {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.5625px;
        color: #828282;
    }

    .donate-detail-area .donate-content {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 29px;
        color: #857151;
    }

    .donate-detail-area .print-btn {
        border: 1px solid #B99745;
        font-family: 'Microsoft JhengHei';
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #a87e0f;
        width: 174px;
        height: 55px;
    }

    .donate-detail-area .print-btn-active {
        background: linear-gradient(180deg, #D9C04F 0%, #B78C19 100%);
        border-radius: 8px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
    }

    .donate-detail-area .donate-btn-back {
        width: 275px;
        height: 55px;
        border: 1px solid #404040;
        border-radius: 8px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #404040;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-left: 15px;
        margin-left: 15px;
        margin-bottom: 30px;
    }

    .donate-detail-area .donate-btn-back-active {
        background: linear-gradient(0deg, #3EA1FD 0.16%, #931EFF 100%);
        border-radius: 8px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }

.donate-detail-area-bg {
    background: linear-gradient(180deg, #FAF3E2 0%, #DDC28D 100%);
}

.donate-section-detail-infor {
    height: 200px;
}

    .donate-section-detail-infor .donate-amount {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 29px;
        color: #404040;
        margin-top: 15px;
    }

        .donate-section-detail-infor .donate-amount.align-left {
            float: left;
        }

    .donate-section-detail-infor .donate-dollar {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 39px;
        line-height: 52px;
        color: #404040;
    }

        .donate-section-detail-infor .donate-dollar.align-right {
            margin-left: 10px;
        }

    .donate-section-detail-infor .donate-yuan {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 29px;
        color: #404040;
        float: right;
    }

        .donate-section-detail-infor .donate-yuan.align-right {
            margin-right: 50px;
        }

.donate-detail-part1 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 24px;
    border: 1px solid #979797;
    border-radius: 0px 0px 10px 10px;
}

    .donate-detail-part1 .title {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 29px;
        color: #857151;
    }

    .donate-detail-part1 .donate-detail-text {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.5625px;
        color: #828282;
    }

.donate-detail-part2 {
    margin-bottom: 30px;
    border: 1px solid #979797;
    border-radius: 0px 0px 10px 10px;
    padding: 24px;
    padding-top: 0px;
}

    .donate-detail-part2 .row-item {
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 10px;
        background-color: #fff8ed;
    }

    .donate-detail-part2 .col-item {
        margin-top: 24px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 29px;
        color: #857151;
        margin-bottom: 24px;
    }

    .donate-detail-part2 .title {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 29px;
        color: #857151;
        padding-top: 20px;
    }

    .donate-detail-part2 .donate-detail-text {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.5625px;
        color: #828282;
        padding: 26px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .donate-detail-part2 .padding-left-right-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

.donate-detail-btn {
    border-radius: 8px;
    background: linear-gradient(#3ea1fd 0%, #931eff 83.33%);
    height: 55px;
    width: 275px;
    border: 1px solid transparent;
    font-family: 'Microsoft JhengHei';
    font-size: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    margin-top: 44px;
    margin-bottom: 44px;
}

    .donate-detail-btn:hover {
        border-radius: 8px;
        background: linear-gradient(#3ea1fd 0%, #931eff 83.33%);
        height: 55px;
        width: 275px;
        border: 1px solid transparent;
        font-family: 'Microsoft JhengHei';
        font-size: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
        color: #fff;
        margin-top: 44px;
        margin-bottom: 44px;
    }

.modal {
    justify-content: center;
    align-items: center;
}

    .modal .modal-title {
        font-family: 'Microsoft JhengHei';
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        color: var(--gray);
    }

    .modal .modal-header {
        border-bottom-width: 0px;
    }

    .modal .modal-content {
        height: 400px;
        width: 780px;
        padding-left: 160px;
        padding-right: 160px;
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .modal .modal-body {
        font-family: 'Microsoft JhengHei';
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: var(--gray);
    }

    .modal .modal-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top-width: 0px;
    }

    .modal .modal-btn {
        border-radius: 25px;
        border: solid 1px #a87e0f;
        background-color: #fff;
        font-family: 'Microsoft JhengHei';
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #a87e0f;
        width: 206px;
        height: 42px;
    }

/* 會員中心 */
.member-area {
    padding-top: 78px;
}

    .member-area .member-title {
        margin: 0 0 10px;
        padding-top: 40px;
        font-family: 'Microsoft JhengHei';
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #404040;
    }

        .member-area .member-title .note .start-icon {
            font-family: 'Microsoft JhengHei';
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: right;
            color: #F16161;
        }

        .member-area .member-title .note .en {
            margin: 5px 0 5px 5px;
            font-family: 'Microsoft JhengHei';
            font-size: 12px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: right;
            color: #6D6868;
        }

        .member-area .member-title .note .ch {
            margin: 0 5px 0 0;
            font-family: 'Microsoft JhengHei';
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: right;
            color: #6D6868;
        }

    .member-area .member-line {
        background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
        border: 1 solid;
        height: 1px;
        width: 80px;
        float: left;
    }

    .member-area .member-item-area .member-area-form {
        margin-top: 60px;
        border: 1px solid #979797;
        border-radius: 0px 0px 10px 10px;
        padding-top: 24px;
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 26px;
    }

        .member-area .member-item-area .member-area-form .member-input-title {
            font-family: 'Microsoft JhengHei';
            font-size: 22px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #857151;
            padding-bottom: 9px;
        }

        .member-area .member-item-area .member-area-form .member-text {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 22px;
            line-height: 29px;
            color: #828282;
        }

            .member-area .member-item-area .member-area-form .member-text .start-icon {
                color: #F16161;
            }

    .member-area .member-item-area .member-modify-btn {
        background: linear-gradient(180deg, #6F9DFE 0%, #C401BE 142.67%);
        border-radius: 24px;
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        letter-spacing: 0.4px;
        color: #FFFFFF;
        width: 100%;
        max-width: 375px;
        height: 48px;
        margin: 0 auto;
        margin-top: 52px;
        margin-bottom: 40px;
        display: block;
        border: 0px;
    }

    .member-area .member-item-area .password-input {
        position: relative;
        padding: 0px;
    }

        .member-area .member-item-area .password-input input[type="password"] {
            padding-right: 40px;
        }

        .member-area .member-item-area .password-input .toggle-password {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            cursor: pointer;
        }

            .member-area .member-item-area .password-input .toggle-password img {
                width: 20px;
                height: 20px;
            }

    .member-area .account-mix {
        margin-top: 40px;
        margin-bottom: 65px;
    }

        .member-area .account-mix .account-mix-title {
            font-family: 'Microsoft JhengHei';
            font-size: 22px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #857151;
            margin-bottom: 20px;
        }

        .member-area .account-mix .member-icon {
            width: 32px;
            height: 33px;
            margin-right: 8px;
        }

        .member-area .account-mix .member-mix-line {
            width: 100%;
        }

        .member-area .account-mix .account-mix-area {
            margin-top: 60px;
            margin-bottom: 89px;
        }

        .member-area .account-mix .account-mix-text {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 22px;
            line-height: 29px;
            color: #857151;
            justify-content: center;
            align-items: center;
        }

        .member-area .account-mix .account-btn {
            border: 1px solid #B99745;
            border-radius: 8px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 27px;
            text-align: center;
            color: #A87E0F;
            width: 100%;
            height: 55px;
        }

        .member-area .account-mix .account-mix-btn {
            background: linear-gradient(180deg, #D9C04F 0%, #B78C19 100%);
            border-radius: 8px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 27px;
            text-align: center;
            justify-content: center;
            align-items: center;
            color: #FFFFFF;
        }

        .member-area .account-mix .donate-method {
            background: linear-gradient(180deg, #D9C04F 0%, #B78C19 100%);
            border-radius: 8px 0px 0px 8px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 27px;
            text-align: center;
            color: #FFFFFF;
            width: 100%;
            border-radius: 0px;
        }

        .member-area .account-mix .padding-top-down-35 {
            padding-top: 19px;
            padding-bottom: 19px;
            text-align: left;
        }

        .member-area .account-mix .donate-regular-method {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 27px;
            border: 1px solid #B99745;
            border-radius: 0px 8px 8px 0px;
            text-align: center;
            text-align: center;
            color: #B99745;
            width: 100%;
            border-radius: 0px;
        }

    .member-area .member-order-list {
        border: 1 solid;
        border: solid 1px #979797;
    }

        .member-area .member-order-list .member-order-title {
            padding: 24px 15px;
            background-color: #fff8ed;
            font-family: 'Microsoft JhengHei';
            font-size: 22px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #857151;
        }

    .member-area .member-order-content {
        padding-bottom: 24px;
    }

        .member-area .member-order-content .member-order-status {
            font-family: 'Microsoft JhengHei';
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.63px;
            color: #828282;
        }

        .member-area .member-order-content .member-order-detail {
            margin: 26px 0 0;
            font-family: 'Microsoft JhengHei';
            font-size: 22px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.69px;
            color: #857151;
        }

            .member-area .member-order-content .member-order-detail ul {
                padding-left: 1.2rem;
            }

    .member-area .member-order-item {
        font-family: 'Microsoft JhengHei';
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.63px;
        color: #828282;
    }

    .member-area .print-btn-active {
        border: solid 1px #b99745;
        background-image: linear-gradient(to bottom, #d9c04f, #b78c19);
        font-family: 'Microsoft JhengHei';
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    .member-area .print-btn {
        height: 55px;
        border-radius: 8px;
        border: solid 1px #a87e0f;
        font-family: 'Microsoft JhengHei';
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #a87e0f;
    }

    .member-area .page-link {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0px;
        font-family: 'Microsoft JhengHei';
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.63px;
        color: #828282;
    }

        .member-area .page-link .pagination .page-item {
            margin-left: 6px;
            margin-right: 6px;
        }

            .member-area .page-link .pagination .page-item .page-item-link {
                font-family: 'Microsoft JhengHei';
                font-size: 20px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: 0.63px;
                color: #828282;
                width: 33px;
                height: 33px;
            }

            .member-area .page-link .pagination .page-item .page-item-active {
                width: 33px;
                height: 33px;
                margin: 0 11px 0 0;
                padding: 3px 9px 3px 11px;
                border-radius: 5px;
                background-color: #857151;
                color: white;
            }

        .member-area .page-link .pagination .page-area {
            width: 33px;
            height: 33px;
            text-align: center;
        }

.member-order-list-area .member-order-list-doller {
    text-align: right;
}

/* 小網：576px 以下 */
@media (max-width: 576px) {
    header {
        height: 3.875rem;
    }

        header .header_logo {
            height: 2.5rem;
        }

        header .header_logo_1 {
            height: 2.5rem;
        }

    select, input {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 0.625px;
        color: #828282;
        padding-left: 12px;
        padding-right: 12px;
    }
    /* Navbar */
    .navbar {
        background: linear-gradient(0deg, #89652B 0.03%, #D6B654 100%);
        color: #ffffff;
    }

        .navbar .chinese {
            order: 1;
            font-size: 16px;
            color: #ffffff;
            font-family: 'Microsoft JhengHei';
        }

        .navbar .english {
            order: 2;
            font-size: 12px;
            color: #ffffff;
            font-family: 'Microsoft JhengHei';
        }

    .nav-link {
        display: block;
        color: #ffffff;
        margin-left: 14px;
        margin-right: 14px;
    }

    .cart-icon {
        position: relative;
        display: inline-block;
    }

    .item-count {
        position: absolute;
        top: -4px;
        left: 12px;
        background-color: #FF5635;
        color: white;
        border-radius: 50%;
        padding: 3px;
        font-size: 12px;
        font-weight: bold;
        width: 18px;
        height: 18px;
        text-align: center;
        z-index: 1;
    }

    .icon-text {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 31px;
        letter-spacing: 1.91667px;
        color: #FFFFFF;
        margin-left: 7px;
    }

    .index-donate-line {
        width: 300px;
        height: 1px;
        background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
        text-align: center;
        margin-bottom: 19px;
    }

    /* Footer */
    footer .d_only {
        display: none;
    }

    .navbar-nav {
        display: flex;
        justify-content: space-between;
    }

    .nav-item {
        margin-left: 12px;
        margin-right: 12px;
    }

    .nav-link-item {
        margin-left: 0px !important;
    }

    .footer-nav-link {
        display: flex;
        flex-direction: column;
        color: #ffffff;
        margin-left: 0px;
        margin-right: 0px;
    }

    .icon-img {
        width: 30px;
        height: 30px;
    }

    .chinese {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #FFFFFF;
    }

    .english {
        font-family: 'Microsoft JhengHei';
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        color: #FFFFFF;
    }
    /* 首頁的carousel */
    .view-infor {
        margin-top: -30px;
        margin-bottom: 80px;
    }

        .view-infor .card-img {
            width: 147px;
            height: 147px;
        }

        .view-infor .card-title {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 29px;
            text-align: center;
            color: #404040;
        }
    /* 首頁的功德捐款區 */
    .donate {
        margin-bottom: 100px;
    }

        .donate .donate-title {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 25px;
            line-height: 33px;
            text-align: center;
            color: #404040;
            margin-bottom: 17px;
            text-align: center;
        }

        .donate .donate-des {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 27px;
            text-align: center;
            color: #828282;
        }
    /* 首頁的捐款項目 */
    .donate-building {
        margin-top: 100px;
    }

        .donate-building .donate-building-title {
            font-family: 'Microsoft JhengHei';
            font-size: 26px;
            font-weight: 400;
            line-height: 35px;
            letter-spacing: 0px;
            text-align: left;
            color: #857151;
            margin: 10px;
        }

        .donate-building .donate-building-pay {
            font-family: 'Microsoft JhengHei';
            font-size: 20px;
            font-weight: 400;
            line-height: 27px;
            letter-spacing: 0px;
            text-align: left;
            color: #404040;
            margin: 5px;
            margin-bottom: 11px;
        }

        .donate-building .donate-pay-dollar {
            margin-bottom: 13px;
        }

            .donate-building .donate-pay-dollar .donate-pay-dollar-title {
                margin-bottom: 10px;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 30px;
                color: #828282;
                margin-top: 15px;
                margin-bottom: 15px;
            }

        .donate-building .donate-method {
            margin-bottom: 30px;
        }

            .donate-building .donate-method .donate-method-title {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 21px;
                color: #857151;
                margin-bottom: 8px;
            }

            .donate-building .donate-method .donate-select {
                border: 1px solid #979797;
                border-radius: 4px;
                width: 100%;
                height: 43px;
                margin-bottom: 10px;
                outline: none;
                border-color: #A87E0F;
                box-shadow: 0 0 0 0.25rem rgba(168, 126, 15, 0.25);
            }

            .donate-building .donate-method .donate-select-note {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 21px;
                margin-bottom: 10px;
                color: #828282;
            }

        .donate-building .donate-building-img {
            position: relative;
        }

        .donate-building nav {
            position: relative;
            background-color: transparent;
            color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .donate-building nav span i {
                color: #ffffff;
            }

        .donate-building .page-link {
            background: rgba(0, 0, 0, 0.370793);
            color: #ffffff;
        }

        .donate-building .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%) translateY(-20px);
        }

        .donate-building .donate-btn {
            margin: 5px;
            border: 1px solid #979797;
            border-radius: 20px;
            width: 100%;
            height: 40px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-size: 16px;
            line-height: 20px;
            text-align: center;
            color: #828282;
            background-color: #ffffff;
            padding-left: 0px;
            padding-right: 0px;
        }

            .donate-building .donate-btn:hover {
                background: linear-gradient(180deg, #FBD445 0.01%, #F47977 100%);
                color: #ffffff;
            }

            .donate-building .donate-btn:focus {
                background: linear-gradient(180deg, #FBD445 0.01%, #F47977 100%);
                color: #ffffff;
            }

        .donate-building .donate-enter .enter-pay {
            border: 1px solid #979797;
            margin-bottom: 16px;
        }

        .donate-building .donate-enter .mypay {
            width: 100%;
            height: 30px;
            margin: 5px;
        }

        .donate-building .submit-btn {
            border: 1px solid #B99745;
            border-radius: 8px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 28px;
            text-align: center;
            color: #B99745;
            width: 100%;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .donate-building .submit-btn:hover {
                border: 1px solid #B99745;
                border-radius: 8px;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 28px;
                text-align: center;
                color: #ffffff;
                width: 100%;
                margin-top: 10px;
                margin-bottom: 10px;
                background: linear-gradient(0deg, #3EA1FD 0.13%, #931EFF 100%);
            }
    /* 大佛圖  */
    /*.infor-img {
        content: url("../images/mobile/sentence.png");
        height: 441px;
        width: 377px;
    }*/

    .visiting {
        text-align: center;
        height: 1122px;
        background: linear-gradient(180deg, #FAF3E2 0%, #DDC28D 100%);
        padding-top: 30px;
        padding-bottom: 31.38px;
        position: relative;
    }

        .visiting .visiting-select {
            margin-bottom: 31.38;
        }

        .visiting .visiting-title {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 24px;
            line-height: 32px;
            text-align: center;
            background: linear-gradient(270deg, #C2981F 0%, #A88519 67.98%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 56px;
        }

        .visiting .visiting-img {
            position: relative;
            margin-bottom: 58.66px;
        }

            .visiting .visiting-img .img {
                height: 110px;
                width: 110px;
                margin-bottom: 24px;
            }

            .visiting .visiting-img .img-personal {
                float: right;
                z-index: 2;
                margin: auto;
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            .visiting .visiting-img .img-group {
                z-index: 2;
                margin: auto;
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin-bottom: 18px;
            }

            .visiting .visiting-img .img-agencies {
                float: left;
                z-index: 2;
                margin: auto;
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            .visiting .visiting-img .ch {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 22px;
                text-align: center;
                color: #624418;
            }

            .visiting .visiting-img .en {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 22px;
                text-align: center;
                color: #624418;
            }

        .visiting .visiting-line {
            width: 331px;
            height: 1px;
            background: #B59A73;
            border: 0.998439px dashed #B59A73;
            z-index: 0;
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .visiting .booking-btn-section {
            margin-top: 60px;
        }

            .visiting .booking-btn-section .booking-btn {
                justify-content: center;
                align-items: center;
                border: 1px solid #624418;
                border-radius: 6px;
                background: inherit;
                width: 100%;
                color: #624418;
            }

    .shopcart-step {
        background-image: url("../images/mobile/progress.png");
        background-repeat: no-repeat;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* 將元素垂直置中 */
        flex-direction: column;
        /* 調整元素為垂直排列 */
    }

        .shopcart-step .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }

        .shopcart-step .shopcart-step-btn {
            font-size: 18px;
            padding: 10px 20px;
            border: none;
            background-color: transparent;
            cursor: pointer;
            color: #fff;
            border: 1px solid #fff;
            width: 100%;
            max-width: 190px;
            border-radius: 25.5px;
        }

        .shopcart-step .shop-line {
            border: 1px dashed white;
            flex-grow: 1;
            margin: 0 10px;
            width: 100px;
            background-color: transparent;
        }

        .shopcart-step .shopcart-active {
            background: #FFFFFF;
            border-radius: 25.5px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 19px;
            line-height: 25px;
            text-align: center;
            color: #1A648C;
        }

    .donate-section-infor {
        background: linear-gradient(180deg, #FAF3E2 0%, #DDC28D 100%);
        height: 160px;
        width: 100%;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
        position: fixed;
        bottom: 0;
        z-index: 3;
    }

        .donate-section-infor .donate-btn {
            margin: 5px;
            margin-top: 0px;
            border: 1px solid transparent;
            width: 275px;
            height: 55px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #fff;
            border-radius: 8px;
            background: linear-gradient(180deg, #931eff 0%, #3ea1fd 100%);
        }

        .donate-section-infor .donate-amount {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 22px;
            line-height: 29px;
            text-align: right;
            color: #404040;
        }

        .donate-section-infor .donate-dollar {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 39px;
            line-height: 52px;
            text-align: right;
            color: #404040;
        }

    .donate-step-small {
        padding-top: 80px;
    }

    .donate-step-btn {
        min-height: 50px;
        color: #ffffff;
        border: 1px solid #ffffff;
    }

    .donate-section-area {
        display: block;
    }

    .container-small {
        padding: 0px;
    }

    .donate-item-list-small {
        display: block;
    }

    .register-area {
        padding-top: 60px;
        height: 800px;
    }

        .register-area .title {
            font-family: 'Microsoft JhengHei';
            font-size: 36px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            padding-top: 50px;
        }

            .register-area .title .note .start-icon {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 24px;
                text-align: right;
                color: #F16161;
            }

            .register-area .title .note .ch {
                font-family: 'Microsoft JhengHei';
                font-size: 18px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: right;
                color: #6D6868;
            }

            .register-area .title .note .en {
                font-family: 'Microsoft JhengHei';
                font-size: 12px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: right;
                color: #6D6868;
            }

        .register-area .register-line {
            background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
            border: 1 solid;
            height: 1px;
            width: 80px;
            float: left;
            margin-top: 10px;
        }

        .register-area .register-member-area .member-title {
            font-family: 'Microsoft JhengHei';
            font-size: 22px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #857151;
        }

        .register-area .register-member-area .register-input-area {
            border: 1px solid #979797;
            border-radius: 0px 0px 10px 10px;
            padding-top: 24px;
            padding-left: 26px;
            padding-bottom: 24px;
            padding-right: 26px;
            margin-top: 30px;
            margin-bottom: 40px;
        }

        .register-area .register-member-area .register-btn {
            background: linear-gradient(180deg, #6F9DFE 0%, #C401BE 142.67%);
            border-radius: 24px;
            height: 48px;
            width: 327px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 21px;
            text-align: center;
            letter-spacing: 0.4px;
            color: #FFFFFF;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            margin-bottom: 200px;
        }

        .register-area .register-member-area .member-text {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            letter-spacing: 0.5625px;
            color: #828282;
        }

    .login-section {
        height: 760px;
    }

        .login-section .login-from {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
        }

            .login-section .login-from .login-title {
                margin-top: 112px;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 34px;
                line-height: 45px;
                text-align: center;
                color: #6D6868;
            }

            .login-section .login-from .login-note {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 300;
                font-size: 12px;
                line-height: 15px;
                color: #6D6868;
                margin-left: 150px;
            }

            .login-section .login-from .form-label {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 24px;
                letter-spacing: 0.375px;
                color: #6D6868;
            }

            .login-section .login-from .form-control {
                width: 100%;
                border-bottom: 1px solid #D6DAE2;
            }

            .login-section .login-from .forget-password {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 24px;
                text-decoration-line: underline;
                color: #6D6868;
                margin-right: 250px;
            }

            .login-section .login-from .login-btn {
                background: linear-gradient(180deg, #6F9DFE 0%, #C401BE 142.67%);
                border-radius: 24px;
                width: 327px;
                height: 48px;
                border: 0px;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 21px;
                letter-spacing: 0.4px;
                color: #FFFFFF;
            }

            .login-section .login-from .register-btn {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 21px;
                text-align: center;
                letter-spacing: 0.4px;
                text-decoration-line: underline;
                color: #8477EE;
            }

            .login-section .login-from .social-btn {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 19px;
                text-align: center;
                color: #6D6868;
                background: #FFFFFF;
                border: 1px solid rgba(119, 134, 158, 0.297312);
                border-radius: 6px;
                width: 155px;
                height: 40px;
            }

    .donate-area .donate-input-area {
        border-radius: 0px 0px 10px 10px;
    }

        .donate-area .donate-input-area .donate-title .donate-title-item {
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .donate-area .donate-input-area .donate-title .donate-title-item .print-btn {
                width: 100%;
            }

    .donate-btn-section {
        align-items: center;
        margin: 0 auto;
        text-align: center;
        padding: 0px 16px;
        padding-top: 65px;
    }

        .donate-btn-section .donate-btn-back {
            width: 100%;
            height: 55px;
            border: 1px solid #404040;
            border-radius: 8px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 27px;
            text-align: center;
            color: #404040;
            margin-bottom: 60px;
        }

        .donate-btn-section .donate-btn-back-active {
            background: linear-gradient(0deg, #3EA1FD 0.16%, #931EFF 100%);
            border-radius: 8px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 27px;
            text-align: center;
            color: #FFFFFF;
            margin-bottom: 30px;
        }
    /* 會員中心 */
    .member-area {
        padding-top: 60px;
    }

        .member-area .member-title {
            margin: 0 0 10px;
            padding-top: 40px;
            font-family: 'Microsoft JhengHei';
            font-size: 36px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #404040;
        }

            .member-area .member-title .note .start-icon {
                font-family: 'Microsoft JhengHei';
                font-size: 18px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: right;
                color: #F16161;
            }

            .member-area .member-title .note .en {
                margin: 5px 0 5px 5px;
                font-family: 'Microsoft JhengHei';
                font-size: 12px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: right;
                color: #6D6868;
            }

            .member-area .member-title .note .ch {
                margin: 0 5px 0 0;
                font-family: 'Microsoft JhengHei';
                font-size: 18px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: right;
                color: #6D6868;
            }

        .member-area .member-line {
            background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
            border: 1 solid;
            height: 1px;
            width: 80px;
            float: left;
        }

        .member-area .member-item-area .member-area-form {
            margin-top: 60px;
            border: 0px;
            border-bottom: 1px solid #ccc;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
            border-radius: 0px 0px 0px 0px;
            padding-top: 24px;
            padding-left: 18px;
            padding-right: 18px;
            padding-bottom: 26px;
        }

            .member-area .member-item-area .member-area-form .member-input-title {
                font-family: 'Microsoft JhengHei';
                font-size: 22px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #857151;
                padding-bottom: 9px;
            }

            .member-area .member-item-area .member-area-form .member-text {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 22px;
                line-height: 29px;
                color: #828282;
            }

                .member-area .member-item-area .member-area-form .member-text .start-icon {
                    color: #F16161;
                }

        .member-area .member-item-area .member-modify-btn {
            background: linear-gradient(180deg, #6F9DFE 0%, #C401BE 142.67%);
            border-radius: 24px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 21px;
            text-align: center;
            letter-spacing: 0.4px;
            color: #FFFFFF;
            width: 100%;
            max-width: 375px;
            height: 48px;
            margin: 0 auto;
            margin-top: 52px;
            margin-bottom: 40px;
            display: block;
        }

        .member-area .member-item-area .password-input {
            position: relative;
            padding: 0px;
        }

            .member-area .member-item-area .password-input input[type="password"] {
                padding-right: 40px;
            }

            .member-area .member-item-area .password-input .toggle-password {
                position: absolute;
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                cursor: pointer;
            }

                .member-area .member-item-area .password-input .toggle-password img {
                    width: 20px;
                    height: 20px;
                }

        .member-area .account-mix {
            margin-top: 40px;
            margin-bottom: 65px;
        }

            .member-area .account-mix .account-mix-title {
                font-family: 'Microsoft JhengHei';
                font-size: 22px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #857151;
                margin-bottom: 20px;
            }

            .member-area .account-mix .member-icon {
                width: 32px;
                height: 33px;
                margin-right: 8px;
            }

            .member-area .account-mix .member-mix-line {
                width: 100%;
            }

            .member-area .account-mix .account-mix-area {
                margin-top: 60px;
                margin-bottom: 89px;
            }

            .member-area .account-mix .account-mix-text {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 22px;
                line-height: 29px;
                color: #857151;
                justify-content: center;
                align-items: center;
            }

            .member-area .account-mix .account-btn {
                border: 1px solid #B99745;
                border-radius: 8px;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 27px;
                text-align: center;
                color: #A87E0F;
                width: 100%;
                height: 55px;
            }

            .member-area .account-mix .account-mix-btn {
                background: linear-gradient(180deg, #D9C04F 0%, #B78C19 100%);
                border-radius: 8px;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 27px;
                text-align: center;
                justify-content: center;
                align-items: center;
                color: #FFFFFF;
            }

            .member-area .account-mix .donate-method {
                background: linear-gradient(180deg, #D9C04F 0%, #B78C19 100%);
                border-radius: 8px 0px 0px 8px;
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 27px;
                text-align: center;
                color: #FFFFFF;
                width: 100%;
                border-radius: 0px;
            }

            .member-area .account-mix .padding-top-down-35 {
                padding-top: 19px;
                padding-bottom: 19px;
                text-align: left;
            }

            .member-area .account-mix .donate-regular-method {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 27px;
                border: 1px solid #B99745;
                border-radius: 0px 8px 8px 0px;
                text-align: center;
                text-align: center;
                color: #B99745;
                width: 100%;
                border-radius: 0px;
            }

        .member-area .member-order-list {
            border: 1 solid;
            border: solid 1px #979797;
        }

            .member-area .member-order-list .member-order-title {
                padding: 24px 15px;
                background-color: #fff8ed;
                font-family: 'Microsoft JhengHei';
                font-size: 22px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #857151;
            }

        .member-area .member-order-content {
            padding-top: 0px;
            padding-left: 0px;
            margin-left: 0px;
            margin-right: 0px;
        }

            .member-area .member-order-content .member-order-status {
                font-family: 'Microsoft JhengHei';
                font-size: 20px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: 0.63px;
                color: #828282;
            }

            .member-area .member-order-content .member-order-detail {
                margin: 26px 0 0;
                font-family: 'Microsoft JhengHei';
                font-size: 22px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: 0.69px;
                color: #857151;
            }

                .member-area .member-order-content .member-order-detail ul {
                    padding-left: 1.2rem;
                }

        .member-area .member-order-item {
            font-family: 'Microsoft JhengHei';
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.63px;
            color: #828282;
        }

        .member-area .print-btn-active {
            border: solid 1px #b99745;
            background-image: linear-gradient(to bottom, #d9c04f, #b78c19);
            font-family: 'Microsoft JhengHei';
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
        }

        .member-area .print-btn {
            width: 100%;
            height: 55px;
            padding: 12px 28px 16px 27px;
            margin-top: 13px;
            margin-bottom: 13px;
            border-radius: 8px;
            border: solid 1px #a87e0f;
            font-family: 'Microsoft JhengHei';
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #a87e0f;
        }

        .member-area .page-link {
            display: flex;
            justify-content: center;
            align-items: center;
            border: 0px;
            font-family: 'Microsoft JhengHei';
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.63px;
            color: #828282;
        }

            .member-area .page-link .pagination .page-item {
                margin-left: 6px;
                margin-right: 6px;
            }

                .member-area .page-link .pagination .page-item .page-item-link {
                    font-family: 'Microsoft JhengHei';
                    font-size: 20px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: normal;
                    letter-spacing: 0.63px;
                    color: #828282;
                    width: 33px;
                    height: 33px;
                }

                .member-area .page-link .pagination .page-item .page-item-active {
                    width: 33px;
                    height: 33px;
                    margin: 0 11px 0 0;
                    padding: 3px 9px 3px 11px;
                    border-radius: 5px;
                    background-color: #857151;
                    color: white;
                }

            .member-area .page-link .pagination .page-area {
                width: 33px;
                height: 33px;
                text-align: center;
            }

    .member-order-list-area {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

        .member-order-list-area .member-order-list-doller {
            text-align: left;
        }

            .member-order-list-area .member-order-list-doller .accordion-icon {
                text-align: right;
                margin-top: -15px;
                float: right;
            }

    .small-align-right {
        margin-right: 0px;
    }

    .form-check-inline {
        display: inline-flex;
        align-items: center;
    }
}

/* 小網：768px 以下 */
@media (max-width: 768px) {
    header {
        height: 3.875rem;
    }

        header .header_logo {
            height: 2.5rem;
        }

        header .header_logo_1 {
            height: 2.5rem;
        }

    /* Footer */
    footer .d_only {
        display: none;
    }

    .register-area {
        padding-top: 78px;
        background-image: url("../images/desktop/hero1.jpg");
        background-repeat: no-repeat;
        width: 100%;
        height: 760px;
    }

        .register-area .title {
            font-family: 'Microsoft JhengHei';
            font-size: 36px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            padding-top: 50px;
        }

            .register-area .title .note .start-icon {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 24px;
                text-align: right;
                color: #F16161;
            }

            .register-area .title .note .ch {
                font-family: 'Microsoft JhengHei';
                font-size: 18px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: right;
                color: #6D6868;
            }

            .register-area .title .note .en {
                font-family: 'Microsoft JhengHei';
                font-size: 12px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: right;
                color: #6D6868;
            }

        .register-area .register-line {
            background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
            border: 1 solid;
            height: 1px;
            width: 80px;
            float: left;
            margin-top: 10px;
        }

        .register-area .register-member-area .member-title {
            font-family: 'Microsoft JhengHei';
            font-size: 22px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #857151;
        }

        .register-area .register-member-area .register-input-area {
            border: 1px solid #979797;
            border-radius: 0px 0px 10px 10px;
            padding-top: 24px;
            padding-left: 26px;
            padding-bottom: 24px;
            padding-right: 26px;
            margin-top: 30px;
            margin-bottom: 40px;
            margin-left: 0px;
            margin-right: 0px;
        }

            .register-area .register-member-area .register-input-area .register-input-left {
                padding-right: 0px;
            }

        .register-area .register-member-area .register-btn {
            background: linear-gradient(180deg, #6F9DFE 0%, #C401BE 142.67%);
            border-radius: 24px;
            height: 48px;
            width: 327px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 21px;
            text-align: center;
            letter-spacing: 0.4px;
            color: #FFFFFF;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            margin-bottom: 200px;
        }

        .register-area .register-member-area .member-text {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            letter-spacing: 0.5625px;
            color: #828282;
        }

        .register-area .register-member-area .password-input {
            position: relative;
            padding: 0px;
        }

            .register-area .register-member-area .password-input input[type="password"] {
                padding-right: 40px;
            }

            .register-area .register-member-area .password-input .toggle-password {
                position: absolute;
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                cursor: pointer;
            }

                .register-area .register-member-area .password-input .toggle-password img {
                    width: 20px;
                    height: 20px;
                }

    .form-check-inline {
        display: inline-flex;
        align-items: center;
    }
}

/* 小網：992px 以下 */
@media (max-width: 992px) {
    header {
        height: 3.875rem;
    }

        header .header_logo {
            height: 2.5rem;
        }

        header .header_logo_1 {
            height: 2.5rem;
        }

    /* Footer */
    footer .d_only {
        display: none;
    }

    .nav-item .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }

    .register-area {
        padding-top: 60px;
        background-image: url("../images/desktop/hero1.jpg");
        background-repeat: no-repeat;
        width: 100%;
        height: 800px;
    }

        .register-area .title {
            font-family: 'Microsoft JhengHei';
            font-size: 36px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            padding-top: 50px;
        }

            .register-area .title .note .start-icon {
                font-family: 'Microsoft JhengHei';
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 24px;
                text-align: right;
                color: #F16161;
            }

            .register-area .title .note .ch {
                font-family: 'Microsoft JhengHei';
                font-size: 18px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: right;
                color: #6D6868;
            }

            .register-area .title .note .en {
                font-family: 'Microsoft JhengHei';
                font-size: 12px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: right;
                color: #6D6868;
            }

        .register-area .register-line {
            background: linear-gradient(63.43deg, #4C7AEE 0%, #4CB8EE 83.33%);
            border: 1 solid;
            height: 1px;
            width: 80px;
            float: left;
            margin-top: 10px;
        }

        .register-area .register-member-area .member-title {
            font-family: 'Microsoft JhengHei';
            font-size: 22px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #857151;
        }

        .register-area .register-member-area .register-input-area {
            border: 1px solid #979797;
            border-radius: 0px 0px 10px 10px;
            padding-top: 24px;
            padding-left: 26px;
            padding-bottom: 24px;
            padding-right: 26px;
            margin-top: 30px;
            margin-bottom: 40px;
            margin-left: 0px;
            margin-right: 0px;
        }

            .register-area .register-member-area .register-input-area .register-input-left {
                padding-right: 0px;
            }

        .register-area .register-member-area .register-btn {
            background: linear-gradient(180deg, #6F9DFE 0%, #C401BE 142.67%);
            border-radius: 24px;
            height: 48px;
            width: 327px;
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 21px;
            text-align: center;
            letter-spacing: 0.4px;
            color: #FFFFFF;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            margin-bottom: 200px;
        }

        .register-area .register-member-area .member-text {
            font-family: 'Microsoft JhengHei';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            letter-spacing: 0.5625px;
            color: #828282;
        }

        .register-area .register-member-area .password-input {
            position: relative;
            padding: 0px;
        }

            .register-area .register-member-area .password-input input[type="password"] {
                padding-right: 40px;
            }

            .register-area .register-member-area .password-input .toggle-password {
                position: absolute;
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                cursor: pointer;
            }

                .register-area .register-member-area .password-input .toggle-password img {
                    width: 20px;
                    height: 20px;
                }

    .form-check-inline {
        display: inline-flex;
        align-items: center;
    }
}

/* 小網：1200px 以下 */
@media (max-width: 1200px) {
    header {
        height: 3.875rem;
    }

        header .header_logo {
            height: 2.5rem;
        }

        header .header_logo_1 {
            height: 2.5rem;
        }

    .nav-item .nav-link {
        margin-left: 5px;
        margin-right: 5px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.page-link:hover {
    background-color: white;
}

/*# sourceMappingURL=style.css.map */
