:root {
    --percent: 0;
    --percent1: 0;
}


/* 初始隱藏 */
.sign_course {
    display: none;
}

.moble_sign_course {
    display: block;
}

.scrollable-text {
    height: 300px;
    /* 設置高度為您希望的高度 */
    overflow: auto;
    /* 啟用滾輪條 */
    border: 1px solid #ccc;
    /* 添加邊框 */
    padding: 10px;
    /* 添加內邊距 */
}

.s_b3 {
    color: #01479d;
    font-weight: bold;
    display: block;
    margin-right: 20px;
    padding: 0 0 0 15px;
    float: left;
}

.circle {
    --width: 170px;
    /* --percent: 60; */
    --deg: calc(360deg * calc(var(--percent) / 100));
    width: var(--width);
    height: var(--width);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    background-image: conic-gradient(rgb(255, 255, 255) var(--deg), rgb(104, 105, 172) var(--deg));

    /* position: relative;   */

}

.circle2 {
    --width: 170px;
    /* --percent2: 60; */
    --deg: calc(360deg * calc(var(--percent2) / 100));
    width: var(--width);
    height: var(--width);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    background-image: conic-gradient(rgb(255, 255, 255) var(--deg), rgb(104, 105, 172) var(--deg));

    /* position: relative;   */

}

/* 圓外進度條 */

.circle_out {
    --width: 180px;
    /* --percent: 60; */
    width: var(--width);
    height: var(--width);
    border-radius: 50%;
    margin: 0px auto;
    /*置中  */
    background: rgb(104, 105, 172);
    position: relative;

}

.circle-inside {
    --bar-width: 20px;
    /*內面積 越小越大 */
    position: absolute;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgb(104, 105, 172);
    width: calc(var(--width) - var(--bar-width));
    height: calc(var(--width) - var(--bar-width));
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: rgb(255, 255, 255);
    /*字體顏色 */
    word-wrap: break-word;
    /* 允許文字換行 */

}

/* 圓內空間 */

.circle_1 {
    --width: 180px;
    --percent: 100;
    --deg: calc(360deg * calc(var(--percent) / 100));
    width: var(--width);
    height: var(--width);
    border-radius: 50%;

    background-image: conic-gradient(rgb(197, 224, 181) var(--deg), rgb(255, 255, 255) var(--deg));
    position: relative;
}

.circle_out1 {
    --width: 180px;
    /* --percent: 60; */
    width: var(--width);
    height: var(--width);
    border-radius: 50%;
    margin: 0px auto;
    /*置中  */
    background: rgb(255, 255, 255);
    position: relative;

}

.circle-inside_1 {
    --bar-width: 70px;
    position: absolute;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgb(255, 255, 255);
    width: calc(var(--width) - var(--bar-width));
    height: calc(var(--width) - var(--bar-width));
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: rgb(105, 138, 81);
}

.centered-table {
    margin: 0 auto;
    /* 將外邊距設置為 0，並自動水平置中 */
}

.show_1 {
    width: 95%;
    /* 設定寬度為界面寬度的 60% */
    height: 100%;
    margin: 20px;
    text-align: left;
    padding: 10px 50px;
    background: transparent;
    border: none;
    outline: 2px solid rgb(211, 220, 210);
    border-radius: 20px;
}


.d_bo4 {
    width: 100%;
    height: 24px;
    padding-top: 6px;
    text-align: left;
    border: 0px;
    background-color: #efefef;
}


.d_bo3 {
    width: 100%;
    height: 28px;
    padding-top: 7px;
    text-align: center;
    font-weight: bold;
    border: 0px;
    background-color: #e3e3e3;
    border-bottom: 1px #bbb solid;
    margin-top: 25px;
}

a.bo2:link,
a.bo2:visited {
    color: #003173;
    float: right;
    letter-spacing: 2px;
    margin-right: 15px;
}

.subtotal {
    color: #f00;
}

.d_bo2 {
    line-height: 28px;
    text-align: center;
    padding: 12px 0 5px 0;
    float: left;
}

.s_b1 {
    color: #cc0000;
    display: block;
    font-weight: bold;
}

.sb_b1 {
    color: #cc0000;
    display: block;
    font-weight: bold;
}

.min25 {
    max-width: 25px;
    min-width: 25px;
    width: 25px;
}

.min50 {
    max-width: 50px;
    min-width: 50px;
    width: 50px;
}

.min75 {
    max-width: 75px;
    min-width: 75px;
    width: 75px;
}

.min100 {
    max-width: 100px;
    min-width: 100px;
    width: 100px;
}

.min150 {
    max-width: 150px;
    min-width: 150px;
    width: 150px;
}

.min175 {
    max-width: 175px;
    min-width: 175px;
    width: 175px;
}

.min200 {
    max-width: 200px;
    min-width: 200px;
    width: 200px;
}

.Left_nav_ul_2 {
    padding-left: 0;
    margin-left: 25px;
    list-style: none;
}

.active.sec_nav {
    margin-left: -25px;
}

.active.sec_nav a {
    padding-left: 45px;
}

.tbo {
    border-collapse: collapse;
    background-color: #e7eff3;
    width: 100%;
}

.no-padding {
    padding: 0px !important;
}

.tit {
    min-height: 32px;
    background-color: #e0e8eb;
}

table.all-left tbody tr th {
    text-align: left;
}

table.all-left tbody tr td {
    text-align: left;
}

.orgseq_detail_block button {
    border: 1px solid #000;
    height: 32px;
}

.degree_90 {
    transform: rotate(90deg);
}

.card-model-dialog {
    height: auto;
}

.vip_card {
    max-width: 80%;
    display: flex;
    justify-content: center;
}

.vip_card_m {
    max-width: 70% !important;
}

.d_centers {
    position: absolute;
    top: 16%;
    left: 24%;
}

.text-white {
    color: rgb(201, 201, 201);
}

.multi_ellipsis {
    margin-top: 0px !important;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*填入要顯示的行數*/
    line-height: 21px;
    /*填入行高 px 值*/
    height: 63px;
    /*限定高度為 X * N 的 px 值*/
    white-space: normal !important;
}

.multi_ellipsis_2 {
    margin-top: 13px !important;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*填入要顯示的行數*/
    line-height: 21px;
    /*填入行高 px 值*/
    height: 42px;
    /*限定高度為 X * N 的 px 值*/
    white-space: normal !important;
}

@keyframes fade {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.shine {
    color: red;
    animation: fade 600ms infinite;
    -webkit-animation: fade 600ms infinite;
}

.poster_div {
    height: 360px;
}

.dmposter_div {
    height: 400px;
}

@media screen and (max-width: 767px) {
    .rwd-td {
        border-bottom: 1px solid #000000 !important;
    }

    .card-model-dialog {
        height: 100vh;
    }

    .Products .h4-font {
        height: 44px !important;
        white-space: break-spaces;
    }

    .Products_row .h4-font {
        height: 44px !important;
        white-space: break-spaces;
    }

    .coupon_date {
        font-size: 1.2rem;
    }

    .coupon_detail {
        font-size: 1.2rem;
    }

    .hint_ye {
        font-size: 1.5rem;
        width: 15%;
    }

    .hint_ye img {
        width: 100%;
    }

    .hint_ye_text {
        font-size: 2vw;
        width: 100%;
        bottom: 2.3rem;
        word-break: keep-all;
    }

    .onlymobile {
        display: block;
    }

    .hint_ye_button {
        font-size: 3vw;
        width: 100%;
    }

    .Products img {
        width: 90%;
    }

    .Products .outofalse {
        left: 5%;
    }

    .fireworks_festival_tb {
        width: 100% !important;
    }
}

@media screen and (max-width: 960px) {
    .poster_div {
        height: auto;
    }

    .dmposter_div {
        height: auto;
    }
}

@media print {
    .print_sub {
        padding-right: 50px;
    }

    .print_this {
        width: 100vw;
    }

    .print_col {
        width: 25%;
    }

    .print_max {
        width: 100vw;
    }
}

.info_form .input-group {
    width: 100%;
}

.drop-shadow {
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
}

.box-shadow {
    box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.05);
}

.hide_effect {
    background-color: white;
    color: black;
}

.points_page button:focus,
button:hover,
button:active {
    outline: none !important;
    color: white;
}

@-webkit-keyframes rotate_m {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate_m {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotate_m {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotate_m {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.btn-fix .btn {
    padding: 7.5px 12px;
}

.pwd_div {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    display: flex;
    position: relative;
}

.pwd_in {
    display: flex;
}

.show_pwd {
    position: absolute;
    background: transparent;
    border: none;
    outline: none;
    padding: 0 0.9375rem 0 0.75rem;
    right: 10px;
    top: 7px;
}

.ct_pre button {
    outline: 0;
    font-size: 2em;
    font-weight: 600;
    background: #05cee9;
    color: white;
    border: none;
    padding: 1em 2em;
    transition: all 0.3s ease-out;
    box-shadow: inset 0 -8px 0 0 rgba(0, 0, 0, 0.2), 1px 1px 0 0 #046de6,
        2px 2px 0 0 #046de6, 3px 3px 0 0 #046de6, 4px 4px 0 0 #046de6,
        5px 5px 0 0 #046de6, 6px 6px 0 0 #046de6, 7px 7px 0 0 #046de6,
        8px 8px 0 0 #046de6, 9px 9px 0 0 #046de6, 10px 10px 0 0 #046de6,
        11px 11px 0 0 #046de6, 12px 12px 0 0 #046de6;
}

.ct_pre button:hover {
    color: #444;
}

.ct_pre button:active {
    color: #222;
    box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2), 1px 1px 0 0 #046de6,
        2px 2px 0 0 #046de6, 3px 3px 0 0 #046de6, 4px 4px 0 0 #046de6,
        5px 5px 0 0 #046de6;
}

#backTo {
    width: 200px;
    position: relative;
    animation-name: example;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes example {
    0% {
        color: #870000;
        left: 10px;
        top: 0px;
    }

    25% {
        color: #ffc42c;
        left: 0px;
        top: 0px;
    }

    50% {
        color: #0e6900;
        left: 10px;
        top: 0px;
    }

    75% {
        color: #ffc42c;
        left: 0px;
        top: 0px;
    }

    100% {
        color: #870000;
        left: 10px;
        top: 0px;
    }
}

@keyframes example2 {
    0% {
        color: #870000;
        left: 00px;
        top: 0px;
    }

    25% {
        color: #ffc42c;
        left: 0px;
        top: 0px;
    }

    50% {
        color: #0e6900;
        left: 00px;
        top: 0px;
    }

    75% {
        color: #ffc42c;
        left: 0px;
        top: 0px;
    }

    100% {
        color: #870000;
        left: 00px;
        top: 0px;
    }
}

#backTo:hover {
    animation-duration: 0.01s;
}

.f_rainbow {
    position: relative;
    animation-name: example2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(360deg);
    }
}

#navMenu li {
    display: none;
}

.nav_menu {
    display: block !important;
}

.nav_p_menus {
    display: block;
}

.nav_items+div {
    padding-left: 50px;
}


/* #navbarpc li a{
    font-size:1.6rem;
    padding-left:10px !important;
    padding-right:10px !important;
} */
/* #backTo:hover{
    animation-duration: 0.01s;
} */

/* FORM ON/OFF SWITCH */
.onoffswitch {
    position: relative;
    width: 90px;
    box-sizing: content-box;
    margin-right: 20px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #559ce4;
    color: #ffffff;
}

.onoffswitch.onoffswitch-success .onoffswitch-inner:before {
    background-color: #8bc34a;
}

.onoffswitch.onoffswitch-danger .onoffswitch-inner:before {
    background-color: #e84e40;
}

.onoffswitch.onoffswitch-warning .onoffswitch-inner:before {
    background-color: #ffc107;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #ddd;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    width: 18px;
    margin: 6px;
    background: #ffffff;
    border-radius: 20px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    box-sizing: content-box;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/*swal2 css*/
.swal-height {
    height: 50vh;
}

.swal2-popup {
    font-size: 1.6rem !important;
    font-family: Georgia, serif;
}

/* .swal2-icon {
        width:3em !important;
        height:3em !important;
        
    }
    .swal2-icon .swal2-icon-content{
        font-size:3rem !important;
    } */

.ab-w-white {
    color: white;
}

.ab-green {
    /* background-color:darkgreen; */
    border: 1px solid darkgreen;
    color: darkgreen;
}

.ab-blue {
    border: 1px solid #269abc;
    color: #269abc;
}

.ab-grey {
    border: 3px double #777;
    color: #777;
}

.ab-red {
    border: 1px solid #d9534f;
    color: #d9534f;
}

.ab-black {
    border: 1px solid #000;
    color: #000;
}

.ab-orange {
    border: 1px solid orangered;
    color: orangered;
}

.ab-purple {
    border: 1px solid #9c27b0;
    color: #9c27b0;
}

/* .container {
        width: 100%;
    } */
.process {
    counter-reset: step;
}

.process li {
    list-style-type: none;
    float: left;
    width: 33.33%;
    position: relative;
    text-align: center;
}

.progress .label-success {
    background-color: #80c269;

    /* background-color: #E94932 !important; */
    border: 1px solid #222;
}

.progress .label-default {
    background-color: #ddd !important;
    border: 1px solid #222;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

/*
    .process li:before {
        content:counter(step);
        counter-increment: step;
        width: 30px;
        height: 30px;
        line-height:30px;
        border:1px solid #ddd;
        display:block;
        text-align:center;
        margin:0 auto 10px auto;
        border-radius:50%;
        background-color: #fff;
    }
    .process li:after {
        content:"";
        position:absolute;
        width: 100%;
        height:1px;
        background-color: #ddd;
        top: 15px;
        left: -50%;
        z-index:-1;
    }
    .process li:first-child:after {
        content:none;
    }
    .process li.active {
        color:green;
    }
    .process li.active:before {
        border-color:green;
    }
    .process li.active + li:after {
        background-color: green;
    } */
.sub {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 31px;
    height: 34px;
    overflow: hidden;
}

.sub .subbg {
    width: 835px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 10px;
    background: #dcdfe6;
}

.sub .subbg span {
    background: url(mylevelbar.png) 0 0 repeat-y;
    width: 100%;
    height: 10px;
    display: block;
    border-radius: 10px;
    -webkit-animation: subbar 2s;
    animation: subbar 2s;
}

.sub .subnum {
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.divison {
    position: absolute;
    left: 13px;
    bottom: 0;
    width: 100%;
    height: 10px;
}

.divison span {
    float: left;
    display: inline;
    width: 1px;
    background: #fff;
    height: 10px;
    margin-left: 80px;
}

.divnum {
    position: absolute;
    left: -40px;
    top: -20px;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #c4c6cc;
    width: 980px;
}

.divnum li.z-ov {
    color: #ed5757;
    -webkit-animation: show 3s;
    animation: show 3s;
}

.divnum li {
    float: left;
    width: 25px;
    height: 28px;
    line-height: 24px;
    display: inline;
    margin-right: 56px;
    text-align: center;
}

li {
    list-style: none;
}

.auto-style1 li {
    list-style: auto !important;
}

.divnum li.z-on {
    color: #fff;
    -webkit-animation: show1 2s;
    animation: show1 2s;
    background-position: 0 -50px;
}

.h3 em,
.divnum li.z-on,
.n-pow .telist li,
.n-level i,
.n-level-big i {
    /*此处的 0 -50px 和官网上的 0 9999px 有差异*/
    background: url(mylevel.png) no-repeat 0 -50px;
}

/*动画效果*/
@keyframes subbar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes show {
    0% {
        color: #c4c6cc;
    }

    100% {
        color: #ed5757;
    }
}

@keyframes show1 {
    0% {
        color: #c4c6cc;
        background-position: 9999px 9999px;
    }

    50% {
        color: #c4c6cc;
        background-position: 0 -50px;
    }

    100% {
        color: #fff;
    }
}

img.back3img {
    width: 40px;
}

img.back3img:hover {
    width: 200px;
    max-width: 50vw;
    left: 70px;
    top: -50px !important;
    z-index: 20;
}

.flow {
    /* height: 120px; */
    background: linear-gradient(to right,
            red,
            orange,
            yellow,
            green,
            cyan,
            blue,
            purple);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: hue 1s linear infinite;
    /* font-size: 100px; */
    /* padding: 20px; */
}

@keyframes hue {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.travel-search>.form-group {
    padding: 0px;
}

.travel-item {
    display: flex;
    align-items: stretch;
}

.travel-item-header {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    justify-content: center;
}

.travel-item-header span {
    font-size: 20px;
}

.travel-item-header-info {
    color: #fff;
    background-color: #5bc0de;
}

.travel-item-header-success {
    color: #fff;
    background-color: #5cb85c;
}

.travel-item-header-warning {
    color: #fff;
    background-color: #f0ad4e;
}

.travel-item-header-danger {
    color: #fff;
    background-color: #d9534f;
}

.travel-item-content {
    border-style: dashed;
    border-width: 1px;
    border-radius: 10px;
    padding-top: 15px;
}

.travel-item-content .content-item {
    padding: 0px;
}

.travel-item-content .mark-success {
    color: white;
    background-color: #5cb85c;
    border-radius: 3px;
    padding: 2px;
}

.travel-item-content .mark-warning {
    color: white;
    background-color: #f0ad4e;
    border-radius: 3px;
    padding: 2px;
}

.travel-item-content .mark-danger {
    color: white;
    background-color: #d9534f;
    border-radius: 3px;
    padding: 2px;
}

.travel-item-content .mark-purple {
    color: white;
    background-color: #9393ff;
    border-radius: 3px;
    padding: 2px;
}

.travel-item-content .mark-purple-yellow {
    color: yellow;
    font-size: 20px;
}

.travel-item-content .content-title {
    padding-left: 5px;
    margin-right: 5px;
}

.travel-item-content .content-title-info::before {
    content: "\00A0\00A0";
    background-color: #5bc0de;
    margin: 5px;
}

.travel-item-content .content-title-success::before {
    content: "\00A0\00A0";
    background-color: #5cb85c;
    margin: 5px;
}

.travel-item-content .content-title-warning::before {
    content: "\00A0\00A0";
    background-color: #f0ad4e;
    margin: 5px;
}

.travel-item-content .content-title-danger::before {
    content: "\00A0\00A0";
    background-color: #d9534f;
    margin: 5px;
}

/* BADGES */
.badge.badge-danger {
    background-color: #e84e40;
}

.badge.badge-success {
    background-color: #8bc34a;
}

.badge.badge-warning {
    background-color: #ffc107;
}

.badge.badge-primary {
    background-color: #559ce4;
}

.badge.badge-info {
    background-color: #9c27b0;
}

.el-border {
    /* white-space: nowrap; */
    padding: 0px;
}

.el-border div {
    text-align: center;
    padding: 7px 1%;
    cursor: pointer;
}

.el-border div div {
    text-align: center;
    padding: 7px 7px;
    background-color: #D9D9D9;
    border-radius: 10px;
}

.el-border .active {
    background-color: #70AD47;
}


.el-table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #70AD47;
    display: table;
    border-collapse: separate;
    text-align: center;
    /* border-spacing: 1px; */
}

.el-table-row {
    display: table-row;
}

.el-table-row:nth-child(even) {
    background-color: #E3EFDB;
}

.el-table-cell {
    display: table-cell;
    border: 1px solid #70AD47;
    vertical-align: middle;
}

.el-detail-sub {
    border-top: 1px solid #ccc;
    padding: 10px 0px 10px 20px;
    font-weight: bold;
}

.el-detail-box:first-child {
    margin-top: 12px;
    padding: 7px 15px;
    border-radius: 10px;

}

.el-detail-box-first-shadow {
    position: absolute;
    width: calc(100% + 2px);
    height: 20px;
    box-shadow: -1px -22px 0px skyblue;
    left: 0px;
    z-index: 20;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0;
}

.el-detail-box {
    margin-top: 12px;
    padding: 7px 15px;
    border-radius: 10px;
}

.thick_mark {
    background: -webkit-linear-gradient(transparent 60%, #FFED00 60%, #FFED00 100%, transparent 100%)
}

.renewal_btn {
    color: #337ab7;
    text-decoration: none;
}

.renewal_btn:hover {
    text-decoration: underline;
}

.real_a {
    color: #337ab7;
    text-decoration: none;
}

.real_a:hover {
    text-decoration: underline;
}

.stripes5 {
    background-size: 14px 14px;
    background-color: rgba(31, 2, 30, .3);
    background-image:
        linear-gradient(45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent),
        linear-gradient(135deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent);
}

.stripes5_m {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.stripes5_m_shadow {
    box-shadow: 0px 10px 10px -5px #7d7d7d;
}


.dm_btn {
    float: left;
    font-size: 16px;
    border: 1px solid #777;
    border-radius: 10px;
    margin-left: 10px;
    padding: 3px 6px;
}

.dm_btn:hover {
    background-color: #e3e3e3;
}

/* 新的MENU */

.search_aside {
    overflow: hidden;
    width: 100vw;
    transform: translateY(-100%);
    background-color: #eee;
    position: fixed;
    top: 0px;
    left: 0px;
    /* bottom:50%; */
    height: 160px;
    z-index: 2000;
    transition: transform 1s;
}

.search_container {
    overflow: hidden;
    position: relative;
}

.search_mobile_close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1em;
}

.search_aside_menu {
    margin-top: 30px
}


.member_aside {
    overflow: auto;
    width: 100%;
    transform: translateX(-100%);
    background-color: #FFF;
    background: linear-gradient(to right, white 90%, rgba(0, 0, 0, 0.4) 10%);
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0%;
    z-index: 2000;
    transition: transform 1s;
}

.member_container {
    overflow: hidden;
    position: relative;
}

.member_mobile_close {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 1em;
    color: white;
}

.member_aside_menu {
    margin-top: 0px
}



.menu_green {
    color: #70AD47
}

.sub_menu_green {
    color: #548235;
    background-color: #C5E0B4;
}

.member_green {
    color: #5EC29C
}

.sub_icon_down {
    color: #DFDFDF
}

.sub_icon_up {
    color: #DFDFDF
}

.touch {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 600px;
    top: 300px;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 999999;
}

#guide_box {
    cursor: move;
    border: 1px solid #eee;
    background-color: #ccc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: fixed;
    left: 0px;
    top: 100px;
    z-index: 5000;
    opacity: 0.6;
}

.roadrun_div label {
    min-width: 100px
}


#stock_2023 tr td:first-child {
    background-color: #eee;
    width: 30%;
    min-width: 220px;
}

#stock_2023 tr:last-child td {
    background-color: #E94932;
}

@keyframes bounce {
    from {
        transform: translateY(0px)
    }

    to {
        transform: translateY(-10px)
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px)
    }

    to {
        transform: translateY(-10px)
    }
}

.bounce {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

.btn-signup1 {
    width: 100%;
    height: 120px;
    line-height: 42px;
    padding: 0;
    border: none;
    background: rgba(0, 71, 157, 1);
    background: linear-gradient(0deg, rgba(0, 71, 157, 1) 0%, rgb(0, 88, 195) 100%);
}

.btn-signup1:hover {
    color: #00479d;
    background: transparent;
    box-shadow: none;
}

.btn-signup1:before,
.btn-signup1:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #00479d;
    box-shadow:
        -1px -1px 5px 0px #fff,
        7px 7px 20px 0px #0003,
        4px 4px 5px 0px #0002;
    transition: 400ms ease all;
}

.btn-signup1:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.btn-signup1:hover:before,
.btn-signup1:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

.btn-signup2 {
    width: 100%;
    height: 120px;
    line-height: 42px;
    padding: 0;
    border: none;
    background: rgba(0, 71, 157, 1);
    background: linear-gradient(0deg, rgba(0, 71, 157, 1) 0%, rgb(0, 88, 195) 100%);
}

.btn-signup2:hover {
    color: #00479d;
    background: transparent;
    box-shadow: none;
}

.btn-signup2:before,
.btn-signup2:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #00479d;
    box-shadow:
        -1px -1px 5px 0px #fff,
        7px 7px 20px 0px #0003,
        4px 4px 5px 0px #0002;
    transition: 400ms ease all;
}

.btn-signup2:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.btn-signup2:hover:before,
.btn-signup2:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

.btn-signup3 {
    width: 100%;
    height: 120px;
    line-height: 42px;
    padding: 0;
    border: none;
    background: rgba(0, 71, 157, 1);
    background: linear-gradient(0deg, rgba(0, 71, 157, 1) 0%, rgb(0, 88, 195) 100%);
}

.btn-signup3:hover {
    color: #00479d;
    background: transparent;
    box-shadow: none;
}

.btn-signup3:before,
.btn-signup3:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #00479d;
    box-shadow:
        -1px -1px 5px 0px #fff,
        7px 7px 20px 0px #0003,
        4px 4px 5px 0px #0002;
    transition: 400ms ease all;
}

.btn-signup3:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.btn-signup3:hover:before,
.btn-signup3:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

.btn-signup-div {
    width: 80%;
    min-width: 200px;
    height: 120px;
    position: relative;
}

.btn-signup-div-p {
    height: 150px;
    display: flex;
    justify-content: center;
}

.custom-btn {
    /* width: 60%; */
    height: 120px;
    color: #fff;
    border-radius: 5px;
    /* padding: 10px 25px; */
    /* font-family: 'Lato', sans-serif; */
    font-size: 40px;
    font-weight: 500;
    /* background: transparent; */
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.swal-height {
    height: 80vh;
}

.arrow-wave {
    position: absolute;
    right: 5px;
    top: 100px;
    display: inline-block;
    cursor: pointer;
    /* margin-top: 100px; */
    font-size: 0;
}

.arrow-wave span:nth-child(n+3) {
    font-size: 18px;
    height: 20px;
}

.arrow-wave span {
    display: block;
    position: relative;
    height: 10px;
    width: 16px;
    opacity: 0.2;
}

.arrow-wave span:nth-child(1)::before,
.arrow-wave span:nth-child(1):after,
.arrow-wave span:nth-child(2)::before,
.arrow-wave span:nth-child(2):after,
.arrow-wave span:nth-child(3)::before,
.arrow-wave span:nth-child(3):after {
    display: block;
    content: "";
    position: absolute;
    height: 2px;
    width: 12px;
    background-color: #454545;
}

.arrow-wave span::before {
    top: -2px;
    left: 0;
    transform-origin: left center;
    transform: rotate(45deg);
}

.arrow-wave span::after {
    top: -2px;
    right: 0;
    transform-origin: right center;
    transform: rotate(-45deg);
}

.arrow-wave span:nth-child(1) {
    animation: animate-arrow-wave 2s infinite;
    animation-delay: .25s;
}

.arrow-wave span:nth-child(2) {
    animation: animate-arrow-wave 2s infinite;
    animation-delay: .50s;
}

.arrow-wave span:nth-child(3) {
    animation: animate-arrow-wave 2s infinite;
    animation-delay: .75s;
}

.arrow-wave span:nth-child(4) {
    animation: animate-arrow-wave 2s infinite;
    animation-delay: 1s;
}

.arrow-wave span:nth-child(5) {
    animation: animate-arrow-wave 2s infinite;
    animation-delay: 1.25s;
}

.arrow-wave span:nth-child(6) {
    animation: animate-arrow-wave 2s infinite;
    animation-delay: 1.5s;
}

.arrow-wave span:nth-child(7) {
    animation: animate-arrow-wave 2s infinite;
    animation-delay: 1.75s;
}

.arrow-wave span:nth-child(8) {
    animation: animate-arrow-wave 2s infinite;
    animation-delay: 2s;
}

.arrow-wave span:nth-child(9) {
    animation: animate-arrow-wave 2s infinite;
    animation-delay: 2.25s;
}

.arrow-wave span:nth-child(10) {
    animation: animate-arrow-wave 2s infinite;
    animation-delay: 2.5s;
}

.btn2 {
    display: inline-block;
    padding: 6px 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn2.focus {
    color: #fff;
    text-decoration: none;
}


@keyframes animate-arrow-wave {
    0% {
        opacity: 0.2;
    }

    25% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.2;
    }

    75% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.2;
    }
}

.hint_ye {
    color: #194c92;
    z-index: 5;
    display: flex;
    cursor: pointer;
    top: 101.833px;
    position: fixed;
    right: 0px;
    opacity: 0.9;
    flex-direction: column;
    font-size: 2rem;
    align-items: center;
}

.hint_ye img {
    background-color: #00000000;
    text-align: center;
    width: 8rem;
    padding-bottom: 0.5rem;
}

.hint_ye_text {
    color: #ffffff;
    font-size: 1.5rem;
    background-color: #00000000;
    text-align: center;
    width: 15rem;
    position: absolute;
    bottom: 4rem;
}

.onlymobile {
    display: none;
}

.hint_ye_button {
    background-color: #f9f4a5;
    text-align: center;
    width: 12rem;
}

.eventbg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100% !important;
    z-index: 100;
}

.custom-checkbox-container {
    position: relative;
    padding-left: 20px;
}

.custom-checkbox-container input[type="checkbox"] {
    display: none;
}

.custom-checkbox-container input[type="checkbox"]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #2c2c2c;
    background-color: #fff;
    transition: background-color 0.3s;
}

.custom-checkbox-container input[type="checkbox"]+label:after {
    content: "✔";
    position: absolute;
    left: 2.5px;
    top: 0;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    transition: background-color 0.3s;
}

.custom-checkbox-container input[type="checkbox"]:checked+label:before {
    background-color: #07f;
}

.custom-checkbox-container input[type="checkbox"]:checked+label:after {
    opacity: 1;
}


.tabBtn .active {
    color: #E94932 !important;
}

@media screen and (max-width:300px) {
    .navbar-toggle {
        margin-right: 7px !important;
    }
}


.font-circle {
    border-radius: 50%;
    width: 28px !important;
    height: 28px !important;
    font-size: 16px !important;
    padding: 4px;
    background: #fff;
    border: 3px solid #000;
    color: #000;
    text-align: center;
}

.birthday_coupon {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding-top: 9px;
    border-radius: 5px;
    width: 500px;
    max-width: 100%;
    transform: translateZ(0);
    -webkit-filter: drop-shadow(-3px 1px 2px black);
    filter: drop-shadow(-3px 1px 2px black);
}

.coupon-right {
    display: flex;
    position: relative;
    width: 30%;
    height: 100px;
    align-items: center;
    background: linear-gradient(135deg, transparent 10px, #f5c51d 0)top, linear-gradient(45deg, transparent 10px, #f5c51d 0)bottom;
    background-size: 100% 51%;
    background-repeat: no-repeat;
    justify-content: center;
    flex-direction: column;
}

.coupon-right ::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -1px;
    bottom: 0;
    width: 2px;
    height: calc(100% - 20px);
    z-index: 1;
    border-right: 3px dotted #00000069;
}

.coupon-con {
    align-items: center;
    justify-content: center;
    float: left;
    width: 70%;
    height: 100px;
    display: flex;
    position: relative;
    content: '';
    background: radial-gradient(circle at left bottom, #ffffff00 20px, #ffffff 20px, #ffffff 10px)left top,
        radial-gradient(circle at left top, #ffffff00 20px, #ffffff 20px, #ffffff 10px)left bottom,
        linear-gradient(225deg, transparent 10px, #ffffff 0)right top,
        linear-gradient(315deg, transparent 10px, #ffffff 0)right bottom;
    background-size: 60% 51%;
    background-repeat: no-repeat;
}

.coupontext {
    position: absolute;
    color: black;
    font-weight: bolder;
    font-size: 1.5rem;
    top: 0.5rem;
    left: 3rem;
}

.coupon_num {
    position: absolute;
    color: #fca374;
    font-weight: bolder;
    font-size: 1.5rem;
    top: 0.5rem;
    left: 14rem;
}

.birthday_coupon_title {
    position: absolute;
    color: #000000;
    font-size: 1.5rem;
    top: 2.5rem;
    left: 3rem;
}

.birthday_coupon_title2 {
    color: #000000;
    font-size: 21px;
    text-align: center;
}

.coupon_date {
    position: absolute;
    color: #000000;
    font-size: 1.5rem;
    top: 7.5rem;
    left: 3rem;
}

.coupon_tag {
    position: absolute;
    color: #000000;
    font-size: 1.5rem;
    top: 5rem;
    left: 4rem;
}

.coupon_tag .tag1 {
    color: #FFF;
    background-color: #fe9900;
    border-radius: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.coupon_tag .tag2 {
    color: #FFF;
    background-color: #9dc3e7;
    border-radius: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.coupon_detail_row {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding-top: 9px;
    border-radius: 5px;
    width: 500px;
    max-width: 100%;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #00000073;
}

.coupon_detail {
    position: absolute;
    color: #000000;
    font-size: 1.5rem;
    top: 7.5rem;
    right: 2rem;
}

.expired_coupon {
    filter: grayscale(1);
}

.auto-style4 {
    min-width: 100px;
}

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: bold;
    src: local(MS Gothic), local(Yu Gothic);
}

@font-face {
    font-family: '新微軟正黑體';
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體), local(Microsoft JhengHei);
}

body {
    font-family: 'Open Sans', Verdana, Geneva, "新微軟正黑體", 'Microsoft JhengHei', "微軟正黑體", sans-serif !important;
}

.custom-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明黑色 */
    z-index: 1040;
    display: block;
}

.pc {
    display: none;
}

.moble {
    display: block;
}

/* 當視窗寬度大於等於1000像素時隱藏內容 */
@media (min-width: 1000px) {

    .sign_course {
        display: block;
    }
    .moble_sign_course {
        display: none;
    }
    .moble {
        display: none;
    }
    .pc {
        display: block;
    }
}

.mobel-alert {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    transform: translate(0, 0);
}

.mobel-alert-body {
    border-radius: 10px 10px 0 0;
    max-height: 650px;
    position: fixed;
    bottom: 50px;
    left: 0%;
    right: 0%;
    background-color: #fff;
    padding: 10px;
    outline: 0;
    overflow: auto;
}

.mobel-alert-title {
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    height: 90px;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px 6px 0 0;

}


/* 自定義多選框顯示單選樣式 */
.customize-checkbox {
    display: none;
}

/* 自定義多選框顯示單選樣式 */
.customize-checkbox:checked+label:before {
    content: "◉";
    color: #07f;
    font-size: 20px;
}

/* 自定義多選框顯示單選樣式 */
.customize-checkbox+label:before {
    content: "○";
    color: #777;
    font-size: 20px;
}

.st_btn {
    padding: 0 10%;
    background-color: white;
    color: #7F7F7F;
    border-radius: 20px;
}

.st_choose {
    background-color: #007DAA;
    color: white;
}

.mb_tb {
    border-top: solid 3px #3f92b6
}

.mb_tb tbody tr td {
    width: 50%;
    border-top: 1px solid #FFF;
    padding: 6px 6px 6px 23px;
}

.mb_tb tbody tr td:first-child {
    border-right: solid 3px #3f92b6
}

.mb_tb tbody tr {
    border-top: none;
    background-color: #F2F2F2;
    border-radius: 10px !important;
    width: 100%;
    display: flex;
    box-shadow: inset 0 0 0 4px #FFFFFF;
}

.sun {
    background: linear-gradient(45deg, #03A9F4, #F441A5, #FFEB3B, #03A9F4);
    background-size: 400%;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    z-index: 1;
    font-size: 200%;
    animation: sun 8s infinite;
    border-radius: 60px;
}

@keyframes sun {
    100% {
        background-position: -400% 0;
    }
}

.layui-layer.ddd {
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
}

.raffle2026_header_right {
    text-align: right;
}

.raffle2026_content {
    padding-left: 4px;
    padding-right: 4px;
}

.raffle2026_title {
    font-size: 28px;
}

.raffle2026_card {
    border: 1px solid #5a9bd5;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, #eef5ff 0%, #fff 60%);
}

.raffle2026_card_margin {
    margin-bottom: 12px;
}

.raffle2026_card_header {
    padding: 12px 12px;
    font-weight: bold;
    background: #3f92b6;
    color: #ffffff;
}

.raffle2026_card_body {
    padding: 14px 12px;
    color: #000000;
}

.raffle2026_card_body_compact {
    padding: 12px;
    color: #000000;
}

.raffle2026_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.raffle2026_row_gap {
    margin-bottom: 6px;
}

.raffle2026_label {
    font-size:22px;
    color: #000000;
}

.raffle2026_value {
    font-weight: bold;
    color: #000000;
}

.raffle2026_value_lg {
    font-size: 22px;
}

.raffle2026_value_md {
    font-size: 20px;
}

.raffle2026_desc {
    color: #000000;
}

.raffle2026_details {
    margin-top: 8px;
}

.raffle2026_details_summary {
    cursor: pointer;
    color: #000000;
    font-weight: bold;
}

.raffle2026_details_body {
    margin-top: 8px;
}

.raffle2026_table {
    border: 1px solid #5a9bd5;
    width: 100%;
    margin-bottom: 8px;
    background-color: #ffffff;
    border-collapse: collapse;
}

.raffle2026_table td {
    padding: 6px 8px;
    border: 1px solid #5a9bd5;
}

.raffle2026_table td:first-child {
    width: 22%;
}

.raffle2026_progress {
    margin-top: 10px;
}

.raffle2026_progress_label {
    color: #000000;
    margin-bottom: 6px;
}

.raffle2026_progress_bar {
    height: 10px;
    background-color: #dbe9f7;
    border-radius: 999px;
    overflow: hidden;
}

.raffle2026_progress_fill {
    height: 10px;
    background: linear-gradient(90deg, #5a9bd5, #87b7e3);
}

.raffle2026_progress_meta {
    display: flex;
    justify-content: space-between;
    color: #000000;
    margin-top: 6px;
}

.raffle2026_dm {
    margin-top: 12px;
}

.raffle2026_dm_link {
    color: #0000ee;
    text-decoration: underline;
}

.raffle2026_dm_link:visited,
.raffle2026_dm_link:focus,
.raffle2026_dm_link:active {
    color: #551a8b;
}

.raffle2026_dm_link:hover {
    color: #5a9bd5;
}

.raffle2026_dm_link_spaced {
    margin-right: 12px;
}

.raffle2026_scale_200 {
    font-size: 160%;
}

.raffle2026_value {
    color: #eb4023;
}

@media screen and (max-width: 767px) {
    .raffle2026_content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
