a {
    outline: none;
    text-decoration: none
}

a:focus {
    outline: none
}

button {
    outline: none;
    border: none;
    background-color: transparent
}

button,
input,
select,
textarea {
    *font-size: 100%
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: none;
    padding: 0
}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *height: 1%;
}

body {
    /* background: url('../images/bg.jpg') #080e16 no-repeat; */
    background-position: center top;
    background-size: contain;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    position: relative;
    padding-top: 151px;
}

div#container {
    background: #f0f3fa;
}

/*-----------------  1200px寬頂部欄 header-1_start ---------------------*/

.header-1 {
    width: 100%;
    position: fixed;
    /*固定頂部時打開fixed*/
    background: rgb(255, 255, 255);
    z-index: 999;
    top: 0;
}

.header-1 .headarea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.header-1>div {
    display: flex;
    /*padding: 1rem;*/
}

.header-1_logo {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    max-width: 253px;
    max-height: 72px;
}

.header-1_url {
    width: 100%;
    height: 100%;
    max-width: 444px;
    max-height: 111px;
}

.header-1_url span img {
    display: block;
}

.header-1_search {
    width: 100%;
    max-width: 212px;
    height: 100%;
    max-height: 51px;
}

.header-1_search2 {
    width: 100%;
    max-width: 30px;
    height: 100%;
}

.header-1_search2,
.header-1_url2 {
    display: none;
}

#show-panel:hover .header-1_search::before {
    content: "";
    background: url("../img/ia_100000000715.png");
    background-size: contain;
    width: 212px;
    height: 51px;
    position: absolute;
    z-index: 99;
    margin-top: 0;
    margin-left: 0;

}



.header-1 .header-1_url {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: gotham;
    text-align: center;
    background: url('../img/head_infotxt.png') center bottom no-repeat;
    background-size: cover;
    width: 442px;
    height: 111px;
    padding-top: 6%;
    /*    padding-bottom: 0.5%;*/
    font-size: 18px;
    color: #fff;
    text-align: center;
    /*    padding: 15px;*/
}

.header-1 .header-1_url-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: gotham;
    text-align: center;
    background: url('../img/head_infotxt2.png') center bottom no-repeat;
    background-size: cover;
    width: 442px;
    height: 111px;
    padding-top: 6%;
    /*    padding-bottom: 0.5%;*/
    font-size: 18px;
    color: #fff;
    text-align: center;
    /*    padding: 15px;*/
}

.header-1 .header-1_url span {
    color: #ffe86b;
}

.header-1 .header-1_url span b {
    color: #fff;
}

.menu-3-nav-m {
    display: none;
}

.menu-3-menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-3-menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

.menu-3-menu-toggle:hover {
    cursor: pointer;
}

a:link,
a:visited,
a:active {
    color: #fff;
}

@media screen and (max-width:920px) {

    .header-1_search,
    .header-1_url {
        display: none;
    }

    .header-1 .header-1_url,
    .header-1 .header-1_url-2 {
        display: none !important;
    }

    .header-1_search2,
    .header-1_url2 {
        display: block;
    }

    .header-1_logo {
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        max-width: 140px;
    }

    .header-1 .headarea {
        height: auto;
        padding: 5px 16px;
    }

    .menu-3-nav-m {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: flex-start;
        background: rgb(17, 30, 47);
        width: 50%;
        height: calc(100vh);
        transform: translate(-101%);
        text-align: center;
        overflow: hidden;
        z-index: 98;
        transition: transform 0.4s ease-in-out;
        color: white;
        text-align: left;
        padding: 1vw;
    }

    .menu-3-nav-m li {
        padding: 15px;
    }

    .menu-3-nav-m li:first-child {
        margin-top: 0px;
    }

    .menu-3-nav-m li a {
        font-size: 1.1rem;

    }

    .menu-3-menu-toggle,
    .bar {
        display: block;
        cursor: pointer;
    }

    .menu-3-mobile-nav {
        transform: translate(0%) !important;
    }

    .menu-3-nav-m svg {
        margin-right: 5px;
    }

    .menu-3-nav-m .nav-item a svg {
        /*        display: inline-block;*/
        width: 5vw;
    }

    .menu-3-nav-m .nav-item a img {
        width: 100%;
        max-width: 20px;
        vertical-align: -4px;
    }

    .menu-3-nav-m .nav-item {
        border-bottom: solid 1px #838383;
    }
}

/*-----------------  1200px寬頂部欄 header-1_end ---------------------*/

/* footer */
.limited {
    width: 1200px;
    margin: 0 auto;
}

footer .zone {
    border-top: 1px solid #1c2839;
    border-bottom: 1px solid #1c2839;
    padding: 28px 0;
    background: #080e16;
    /* margin-top: 32px; */
}

footer .row {
    width: 100%;
}

footer .row ul {
    display: inline-flex;
    width: 100%;
}

footer .row li {
    text-align: center;
}

footer .row1 li {
    margin-right: 8px;
}

footer .row1 .box {
    float: left;
}

footer .row1 .box p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
}

footer .row2 {
    margin-top: 24px;
}

footer .row2 ul {
    justify-content: space-between;
}

footer .row2 li {
    position: relative;

}

footer .row2 li p {
    color: #8495ab;
    font-size: 14px;
    white-space: nowrap;
    margin-top: 12px;
}

footer .row2 li.lic:hover::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
}


footer .row2 li.lic1:hover::before {
    background: url(../img/f_img19_over.png) no-repeat center top;
    width: 40px;
    height: 43px;
    margin-left: -20px;
}

footer .row2 li.lic2:hover::before {
    background: url(../img/f_img20_over.png) no-repeat center top;
    width: 154px;
    height: 43px;
    margin-left: -77px;
}

footer .row2 li.lic3:hover::before {
    background: url(../img/f_img21_over.png) no-repeat center top;
    width: 37px;
    height: 43px;
    margin-left: -18.5px;
}

footer .row2 li.lic4:hover::before {
    background: url(../img/f_img22_over.png) no-repeat center top;
    width: 41px;
    height: 43px;
    margin-left: -20.5px;
}

footer .row2 li.lic5:hover::before {
    background: url(../img/f_img23_over.png) no-repeat center top;
    width: 137px;
    height: 43px;
    margin-left: -68.5px;
}

footer .row2 li.lic6:hover::before {
    background: url(../img/f_img24_over.png) no-repeat center top;
    width: 169px;
    height: 43px;
    margin-left: -84.5px;
}

footer .row3 {
    text-align: center;
    padding: 16px 0;
    background: #080e16;
}

footer .row3 p {
    font-size: 13px;
    color: #8495ab;
}

@media (max-width: 1024px) {
    footer .zone {
        display: none;
    }

}

@media screen and (max-width:920px) {
    body {
        padding-top: 95px;
    }

    /* footer .row3 {
        padding-bottom: 74px;
    } */
}


/*-----------------  優惠大廳 active-1_star ---------------------*/
:root {
    /*    活動項目一排數量  */
    --active1_num: 3;
}

.active-1 {
    display: grid;
    grid-template-columns: repeat(var(--active1_num), 368px);
    grid-gap: 15px;
    justify-content: center;
    background: #0c1622;
    max-width: 1200px;
    padding: 1vw;
    margin: auto;
    box-sizing: border-box;
}

.active-1 .active-1-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*    margin: .5rem;*/
    word-break: break-all;
    box-sizing: border-box;
    padding: 2%;
    box-sizing: border-box;
    overflow: hidden;
    /*    border: 2px solid #fff;*/
    border-radius: 13px;
    overflow: hidden;
    background: rgb(17, 30, 47);
}

.active-1-item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    width: 98%;
    height: auto;
    border-radius: 11px;
}

/*
.active-1-item_img img:hover {
    animation: crescendo 1.5s;
    animation-fill-mode: forwards;

}
*/

@keyframes crescendo {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.active-1-item_text {
    text-align: center;
    box-sizing: border-box;
    padding: .5rem;
    font-size: 1.3rem;
    z-index: 2;
}

.active-1-item_btn {
    display: none;
    background: #00ff89;
    padding: .5rem;
    z-index: 3;

}

.active-1-item:hover .active-1-item_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 348px;
    height: 190px;
    border: 1px solid #f1d05f;
    border-radius: 10px;
    /*    margin: 5px auto auto 5px;*/
    background: rgba(255, 255, 255, .7);
}

.active-1-item_button {
    font-size: 1.5rem;

}

.active-1-item_btn .active-1-item_button,
.active-1-item_btn2 .active-1-item_button2 {
    /*    width: 40%;*/
    color: #111e2f;
    font-weight: 500;
    padding: .5rem 1rem;
    background: -moz-linear-gradient(90deg, rgb(241, 208, 95) 0%, rgb(252, 249, 138) 100%);
    background: -webkit-linear-gradient(90deg, rgb(241, 208, 95) 0%, rgb(252, 249, 138) 100%);
    background: -ms-linear-gradient(90deg, rgb(241, 208, 95) 0%, rgb(252, 249, 138) 100%);
    border-radius: 100px;
    text-align: center;
}

.active-1-item_btn:hover .active-1-item_button {
    background: -moz-linear-gradient(90deg, rgb(241, 208, 95) 0%, rgb(252, 249, 138) 100%);
    background: -webkit-linear-gradient(90deg, rgb(241, 208, 95) 0%, rgb(252, 249, 138) 100%);
    background: -ms-linear-gradient(90deg, rgb(241, 208, 95) 0%, rgb(252, 249, 138) 100%);
    cursor: pointer;
}

.active-1-item_btn2 {
    display: none;
}

@media screen and (max-width:920px) {

    .active-1-item_text,
    .active-1-item_button {
        font-size: .3rem;
        padding: .1rem;
    }

    .active-1-item_btn {
        display: none;
    }

    .active-1 {
        padding: 0px;
        grid-gap: .4rem;
    }

    .active-1 {
        max-width: 100vw;
        display: grid;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: auto;
        /*    padding: 1% 0;*/
        grid-gap: 10px;
        padding: 10px 10px 60px 10px;
        box-sizing: border-box;
        /*    background: rgb(42, 168, 253);*/
        /*        margin: 50px auto;*/
        justify-content: center;
    }

    .active-1-item_btn2 {
        display: block;
        margin-top: 5px;
        padding: 0 .2rem;
    }

    .active-1 .active-1-item {
        padding: 1%;
    }

    .active-1-item:hover .active-1-item_btn {
        display: none;
    }
}

/*-----------------  優惠大廳 active-1_end ---------------------*/
/*彈窗1 lightbox-1_start*/

/* Lightbox background */
#lightbox-1_lightboxbg {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1000;
}

/* Lightbox panel with some content */
#lightbox-1 {
    display: none;
    position: fixed;
    /*    margin-left: -200px;*/
    min-width: 360px;
    width: 90%;
    max-width: 700px;
    background: #192a40;
    padding: 10/dpx 15px 10px 15px;
    /*    border: 2px solid #CCCCCC;*/
    z-index: 1001;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #192a40;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);

}

#lightbox-1 .lightbox1_lightbox-content {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90vh;
    background: #111e2f;

}

#lightbox-1 .lightbox1_lightbox-close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    right: 5px;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    /*    background-color: #fff !important;*/
    border-radius: 100%;
    text-align: center;
    font-size: 3rem;
}

.lightbox_title {
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 20px;
    background: #192a40;
    border-bottom: 1px solid rgba(207, 219, 232, .2);
}

.lightbox_form {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 2% 2% 0 2%;
}

.lightbox_form .apply {
    margin: 8px auto;
}

.lightbox_input-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;;
}

.lightbox_input-row>div {
    line-height: 30px;
    padding: 1%;
    font-size: 1rem;
}

.lightbox_input-name {
    width: 32%;
    text-align: right;
    color: #f1d05f;
    font-size: 16px;
}

.lightbox_input-keyin {
    border: 1px solid #1b2f4a;
    background-color: #070e16;
    padding-left: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px;
    width: 100%;
    color: #627998;
}

.lightbox_input-column input::-webkit-input-placeholder {
    color: #627998;
    font-size: 14px;

}

.lightbox_input-column input::-moz-placeholder {
    color: #627998;
    opacity: 1;
    font-size: 14px;

}

.lightbox_input-column input:-moz-placeholder {
    color: #627998;
    opacity: 1;
    font-size: 14px;

}

.lightbox_input-select {
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    background: #070e16;
    color: #627998;
    border: 1px solid #1b2f4a;
    font-size: 14px;
}

.lightbox_input-column {
    width: 55%;
    color: #cce2ff;
}


.lightbox-btnBox {
    text-align: center;
    width: 100%;
}

.lightbox-btnBox .submit {
    margin: 28px;
}

.lightbox_form-btn {
    text-align: center;
    margin: 0px auto 20px;
    display: inline-block;
}

.subbtn {
    color: #111e2f;
    padding: .6rem 2rem;
    background: -moz-linear-gradient(90deg, rgb(255, 254, 137) 0%, rgb(239, 184, 64) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255, 254, 137) 0%, rgb(239, 184, 64) 100%);
    background: -ms-linear-gradient(90deg, rgb(255, 254, 137) 0%, rgb(239, 184, 64) 100%);
    border-radius: 100px;
    border: none;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    width:50%;
}

@media screen and (max-width:920px) {
    #lightbox-1 {
        min-width: 360px;
    }

    .lightbox_input-row>div {
        line-height: 30px;
        padding: 1%;
        font-size: .8rem;
    }

    #lightbox-1 .lightbox1_lightbox-close {
        width: 30px;
        height: 30px;
    }

    .lightbox_title img {
        width: 60%;
        height: auto;
    }
}

/*彈窗1 lightbox-1_end*/


/* 選單1 手機底部選單  menu-1 start*/
.menu-1 {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    background: #1e334b;
    width: 100vw;
    border-top: 1px solid #24476e;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
}

.menu-1 a .menu-1-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: .5rem;
    grid-gap: .5rem;
    color: white;
    /*background: -moz-linear-gradient(90deg, rgb(0, 116, 194) 0%, rgb(0, 190, 253) 100%); background: -webkit-linear-gradient(90deg, rgb(0, 116, 194) 0%, rgb(0, 190, 253) 100%); background: -ms-linear-gradient(90deg, rgb(0, 116, 194) 0%, rgb(0, 190, 253) 100%);*/
}

.menu-1 a .menu-1-btn .menu-1-btn_text {
    color: #8c9ca7;
    font-size: 12px;
}

/*按鈕為一張圖或有背景圖時選用下方 start*/
.menu-1 a .menu1-imgbtn1 {
    /*background: url('');*/
    background-size: contain;
    background-position: center center;
}

/* .menu-1 a:hover .menu1-imgbtn1 {
    background: -moz-linear-gradient(90deg, rgb(0, 78, 194) 0%, rgb(0, 149, 253) 100%); background: -webkit-linear-gradient(90deg, rgb(0, 78, 194) 0%, rgb(0, 149, 253) 100%); background: -ms-linear-gradient(90deg, rgb(0, 78, 194) 0%, rgb(0, 149, 253) 100%);
} */

.menu-1 a .menu1-imgbtn2 {
    /*background: url('');*/
    background-size: contain;
    background-position: center center;
}

/* .menu-1 a:hover .menu1-imgbtn2 {
    background: -moz-linear-gradient(90deg, rgb(0, 78, 194) 0%, rgb(0, 149, 253) 100%); background: -webkit-linear-gradient(90deg, rgb(0, 78, 194) 0%, rgb(0, 149, 253) 100%); background: -ms-linear-gradient(90deg, rgb(0, 78, 194) 0%, rgb(0, 149, 253) 100%);
} */

.menu-1 a .menu1-imgbtn3 {
    /*background: url('');*/
    background-size: contain;
    background-position: center center;
}

/* .menu-1 a:hover .menu1-imgbtn3 {
    background: -moz-linear-gradient(90deg, rgb(0, 78, 194) 0%, rgb(0, 149, 253) 100%); background: -webkit-linear-gradient(90deg, rgb(0, 78, 194) 0%, rgb(0, 149, 253) 100%); background: -ms-linear-gradient(90deg, rgb(0, 78, 194) 0%, rgb(0, 149, 253) 100%);
} */

.menu-1 a .menu1-imgbtn4 {
    /*background: url('');*/
    background-size: contain;
    background-position: center center;
}

/* .menu-1 a:hover .menu1-imgbtn4 {
    background: -moz-linear-gradient(90deg, rgb(0, 78, 194) 0%, rgb(0, 149, 253) 100%); background: -webkit-linear-gradient(90deg, rgb(0, 78, 194) 0%, rgb(0, 149, 253) 100%); background: -ms-linear-gradient(90deg, rgb(0, 78, 194) 0%, rgb(0, 149, 253) 100%);
} */

/* .menu-1 a .menu-1-btn .menu-1-btn_img {
    max-height: 50px;
} */
.iconfont {
    display: block;
    width: 1.7rem;
    height: 1.7rem;
}

.icon-join {
    background: url('../img/join_icon.png') no-repeat center;
    background-size: contain;
}

.icon-promotion {
    background: url('../img/promotion_icon.png') no-repeat center;
    background-size: contain;
}

/*按鈕為一張圖時選用下方 end*/

/*圖示和文字分開時選用下方 start*/
/* .menu-1 a .menu-1-btn div:first-child {height: 60px;} */

.menu-1 a .menu-1-btn div img {
    height: 100%;
}

/*圖示和文字分開時選用下方 end*/

/* @media screen and (max-width:920px) {
    .menu-1 {
        display: grid;
    }
} */


.menu-1-btn_img i {
    font-size: 1.7rem;
}

.menu-1 a .menu-1-btn {
    /* grid-gap: 0; */
}

/* .menu-1 a .menu-1-btn {
    background: -moz-linear-gradient(90deg, rgb(17, 30, 47) 0%, rgb(43, 72, 110) 100%); background: -webkit-linear-gradient(90deg, rgb(17, 30, 47) 0%, rgb(43, 72, 110) 100%); background: -ms-linear-gradient(90deg, rgb(17, 30, 47) 0%, rgb(43, 72, 110) 100%);
} */

/* 選單1 手機底部選單  menu-1 end */
/*marquee-1 start*/
.news-block {
    background: rgba(1, 3, 6, .7);
    height: 45px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .15);
}

.marquee-1 {
    color: #fff;
    display: grid;
    padding: 0.7rem .2rem;
    min-height: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    grid-template-columns: 6rem 1fr;
}

.marquee-1 div.marquee-1-content {
    height: 100% !important;
    /*    min-height: 200px;*/
    width: 100%;
    overflow: hidden;
    /*    border: 1px solid #ccc;*/
}

.marquee-1_newicon {
    width: 6rem;
    background: url('../img/news.svg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 1.6rem;
    background-position: left center;
    line-height: 1.4rem;
    color: #f1d05f;

}

@media screen and (max-width:920px) {
    .header-1>div {
        padding: .4rem;
    }

    .marquee-1 {
        margin: 0 auto;
        max-width: 100vw;
    }
    .menu-1 {
        display: grid;
    }
}

/*marquee-1 end*/
.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.detail_title a {
    position: absolute;
    margin-left: 5px;
    margin-top: -10px;

}

.backbtn {
    display: inline-flex;
    /*    width: 40%;*/
    color: #111e2f;
    font-weight: 500;
    padding: .5rem 1rem;
    background: -moz-linear-gradient(90deg, #f1d05f 0%, rgb(252, 249, 138) 100%);
    background: -webkit-linear-gradient(90deg, rgb(241, 208, 95) 0%, rgb(252, 249, 138) 100%);
    background: -ms-linear-gradient(90deg, rgb(241, 208, 95) 0%, rgb(252, 249, 138) 100%);
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    line-height: 1rem;
    align-self: flex-start;
}

.detail_title {
    color: #f1d05f;
    font-size: 2rem;
    display: flex;
    /*    justify-content: center;*/
    align-items: center;
    line-height: 4rem;
    /*background: rgb(17, 30, 47);*/
    background: #0c1622;
    width: 100%;
}

.a_title {
    width: 100%;
    text-align: center;
}

.detail_area {
    /*background: rgb(17, 30, 47);*/
    background: #f0f3fa;
    box-sizing: border-box;
    padding: 2%;
    title3
}

.detail_title2 {
    display: flex;
    justify-content: center;
    margin: 2% auto;
}

.detail_title2 img {
    width: 100%;
    display: block;
    max-width: 381px;
}

.detail_title3 {

    display: flex;
    justify-content: center;
    margin: 20px auto 2% auto;
    color: #2a7bf8;
    font-size: 1.8rem;
    font-weight: 600;
}

.detail_title3::before {
    content: url(../images/title_deco_left.png);
    /* width: 124px; */
    height: 17px;
    margin-right: 1vw;
}

.detail_title3::after {
    content: url(../images/title_deco_right.png);
    /* width: 124px; */
    height: 17px;
    margin-left: 1vw;
}

.detail_content {
    color: white;
    line-height: 2rem;
}

.detail_content table {
    background: #0d151e;
    line-height: 2.5rem;
    margin: 1% auto;
    width: 100%;
    text-align: center;
    max-width: 96vw;

}

.detail_content table td {
    padding: 5px;
}

.table_title1 {
    color: #f1d05f;
}

.detail_form_area {
    display: inline-flex;
    width: 100%;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.detail_form {
    border: 1px solid #f1d05f;
    border-radius: 10px;
    padding: 2%;
    color: white;
    margin: auto;
    max-width: 90vw;
    width: 50%;
}

.detail_form-row,
.detail_form_btn_area {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.detail_form-name,
.detail_form_input {
    padding: 10px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

.detail_form_input input {
    width: 100%;
    border-radius: 10px;
    padding: 5px;
}

.detail_form_btn1 {
    display: block;
    color: #0d151e;
    background: linear-gradient(0deg, rgb(239, 184, 64) 0%, rgb(255, 254, 137) 100%);
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 1.2rem;
    width: 150px;
}

.detail_form_btn2 {
    display: block;
    color: #0d151e;
    background: linear-gradient(0deg, rgb(180, 12, 12) 0%, rgb(255, 75, 75) 100%);
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 1.2rem;
    color: white;
    width: 150px;
}

.detail_form_btn_area a {
    margin: 1%;
}

@media screen and (max-width:920px) {

    .a_title {
        font-size: 4vw;
    }

    .backbtn {
        font-size: .9rem;
        padding: 2vw 2vw;
    }

    .detail_content table td {
        padding: .5rem;
    }

    /* .detail_area {
        font-size: .5vw;
    } */

    .detail_content table {
        line-height: 5vw;
    }

    .detail_form {
        width: 100%;
    }

    .detail_form-name,
    .detail_form_input {
        font-size: .9rem;
    }

    /* .container {
        margin-bottom: 60px;
    } */

    .detail_form_btn1,
    .detail_form_btn2 {
        font-size: 1rem;
        padding: 2vw;
        width: 105px;
        text-align: center;
    }

    .detail_title3 {
        font-size: 2rem;
        margin: 4vw;
    }

    .detail_title3::before {
        content: "";
        position: absolute;
        /*
    width: 124px;
    height: 17px;
    margin-right: 1vw;
*/
    }

    .detail_title3::after {
        content: "";
        position: absolute;
        /*
    width: 124px;
    height: 17px;
    margin-left: 1vw;
*/
    }
}

/*---------------輪播 slider-1_start--------------- */
.slide-1 {
    overflow: hidden;
}

.slide-1 .slider {
    margin: 0 auto;
    max-width: 100%;
}

.slide-1 .slider .slide_viewer {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.slide-1 .slider .slide_viewer .slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide-1 .slider .slide_viewer .slide_group .slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    background-position: top center !important;
}

.slide-1 .slider .slide_viewer .slide_group .slide:first-child {
    display: flex;
}

/*
.slide:nth-of-type(odd) {
    background: #D7A151;
}

.slide:nth-of-type(even) {
    background: #F4E4CD;
}
*/

.slide-1 .slide_buttons {
    width: 100%;
    position: relative;
    /*    right: 0;*/
    text-align: center;
    margin-top: -50px;
    z-index: 99;
}

.slide-1 .slide_buttons a.slide_btn {
    color: #474544;
    font-size: 2rem;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide-1 .slide_buttons .slide_btn.active,
.slide-1 .slide_buttons .slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
}

.slide-1 .directional_nav {
    height: 500px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    margin-top: -500px;
}

.slide-1 .directional_nav .previous_btn {
    bottom: 0;
    left: 2%;
    margin: auto;
    position: absolute;
    top: 0;
}

.slide-1 .directional_nav .next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 2%;
    top: 0;
}

.slide-1 .directional_nav .previous_btn,
.slide-1 .directional_nav .next_btn {
    cursor: pointer;
    width: 10%;
    height: 10%;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;

}

.slide-1 .directional_nav .previous_btn:hover,
.slide-1 .directional_nav .next_btn:hover {
    opacity: 1;
}

.slide-1 .slider .slide_viewer .slide_group .slide_img1 {
    background: url("../img/banner.jpg");
}

.slide-1 .slider .slide_viewer .slide_group .slide_img2 {
    background: url("https://images.unsplash.com/photo-1579546929518-9e396f3cc809?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&dl=gradienta-LeG68PrXA6Y-unsplash.jpg") #D7A151;
}

.slide-1 .slider .slide_viewer .slide_group .slide_img3 {
    background: url("https://images.unsplash.com/photo-1579546929518-9e396f3cc809?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&dl=gradienta-LeG68PrXA6Y-unsplash.jpg") #D7A151;
}

.slide-1 .slider .slide_viewer .slide_group .slide_img4 {
    background: url("https://images.unsplash.com/photo-1579546929518-9e396f3cc809?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&dl=gradienta-LeG68PrXA6Y-unsplash.jpg") #D7A151;
}

.slide-1 .slider .slide_viewer .slide_group .slide_img5 {
    background: url("https://images.unsplash.com/photo-1579546929518-9e396f3cc809?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&dl=gradienta-LeG68PrXA6Y-unsplash.jpg") #D7A151;
}

.slide-1 .slider .slide_viewer .slide_group .slide_img6 {
    background: url("https://images.unsplash.com/photo-1579546929518-9e396f3cc809?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&dl=gradienta-LeG68PrXA6Y-unsplash.jpg") #D7A151;
}

@media only screen and (max-width: 767px) {

    .slide-1 .directional_nav .previous_btn {
        left: 2%;
    }

    .slide-1 .directional_nav .next_btn {
        right: 2%;
    }

    .slide-1 .slider .slide_viewer .slide_group .slide_img1 {
        background: url("../img/wap_banner.jpg") no-repeat;

    }

    .slide-1 .slider .slide_viewer .slide_group .slide {
        background-size: contain !important;
    }

    .slide-1 .slider .slide_viewer {
        height: 40vw;
    }
}


/*---------------輪播 slider-1_end--------------- */
.fullwidth {
    max-width: 100vw;
    width: 100%;
}

.bluebg1 {
    background: #111e2f;
}

.bluebg2 {
    background: #080e16;
}

.services {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 180px 180px;
    grid-gap: 15px;
}

.s_title1 {
    color: #e5e5e5;
    font-size: 1rem;
}

.s_title2 {
    color: #c6c4b0;
    font-size: .7rem;
    text-align: center;
    line-height: 1rem;
}

.services a div.s_btns div:first-child {
    width: 60px;
    height: 60px;
    -webkit-background-size: contain;
    background-size: contain;
}

.s_btns {
    background: #000;
    border: 1px solid #113253;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 20px;
    box-sizing: border-box;
}

.s_btns:hover {
    border: 1px solid #f1d05f;
    background: #041429;
}

.service1 {
    background: url(../img/service1.png) no-repeat;
}

.service2 {
    background: url(../img/service2.png) no-repeat;
}

.service3 {
    background: url(../img/service3.png) no-repeat;
}

.service4 {
    background: url(../img/service4.png) no-repeat;
}

.service5 {
    background: url(../img/service5.png) no-repeat;
}

.service6 {
    background: url(../img/service6.png) no-repeat;
}

.service7 {
    background: url(../img/service7.png) no-repeat;
}

.service8 {
    background: url(../img/service8.png) no-repeat;
}

.service9 {
    background: url(../img/service9.png) no-repeat;
}

.service10 {
    background: url(../img/service10.png) no-repeat;
}

.advantage_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 2rem auto;
    width: 90%;

}

.advantage_list div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.advantage_icon {
    max-width: 80px;
}

.advantage_title {
    font-size: 1.5rem;
    margin: 1rem;
}

.advantage_dsc {
    font-size: .5rem;
    padding: 1rem;
    line-height: 1rem;
    text-align: justify;
}

.w1200 {
    max-width: 1200px;
    margin: auto;
}

@media screen and (max-width:920px) {
    .hide {
        display: none;
    }


    .services {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 180px);
        grid-gap: 5px;
    }

    .w1200 {
        max-width: 100vw;
        margin: auto;
    }
}


.select_input {
    width: 375px;
    height: 38px;
    background: #fff;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #1b2f4a;
    padding-left: 15px;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
    padding: 5px;
    border: solid 1px #e5e5e5;
}

.file_input_box {
    display: inline-block;
    position: relative;
    width: 375px !important;
    height: 38px;
    background: #fff;
    border-radius: 5px;
    font-size: 15px;
    line-height: 38px;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    border: 1px solid #1b2f4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px;
    color: #627998;
    margin-right: 0px !important;
}

.file_input_box span {
    display: inline-block;
    position: absolute;
    top: 50%;
    color: #757575 !important;
    font-size: 15px;
    text-align: left;
    width: 100%;
    padding: 5px;
    /* height: 30px;
	line-height: 30px; */
    transform: translateY(-50%);
    left: 0;
    text-indent: 5px;
}

.file_input {
    opacity: 0;
    position: absolute;
    color: transparent;
    left: 0;
    top: 0;
}


.verify_input {
    position: relative;
}


[v-cloak] {
    display: none;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.svg-inline--fa.fa-lg {
    vertical-align: -0.225em;
}

.svg-inline--fa.fa-w-1 {
    width: 0.0625em;
}

.svg-inline--fa.fa-w-2 {
    width: 0.125em;
}

.svg-inline--fa.fa-w-3 {
    width: 0.1875em;
}

.svg-inline--fa.fa-w-4 {
    width: 0.25em;
}

.svg-inline--fa.fa-w-5 {
    width: 0.3125em;
}

.svg-inline--fa.fa-w-6 {
    width: 0.375em;
}

.svg-inline--fa.fa-w-7 {
    width: 0.4375em;
}

.svg-inline--fa.fa-w-8 {
    width: 0.5em;
}

.svg-inline--fa.fa-w-9 {
    width: 0.5625em;
}

.svg-inline--fa.fa-w-10 {
    width: 0.625em;
}

.svg-inline--fa.fa-w-11 {
    width: 0.6875em;
}

.svg-inline--fa.fa-w-12 {
    width: 0.75em;
}

.svg-inline--fa.fa-w-13 {
    width: 0.8125em;
}

.svg-inline--fa.fa-w-14 {
    width: 0.875em;
}

.svg-inline--fa.fa-w-15 {
    width: 0.9375em;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em;
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em;
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em;
}

.svg-inline--fa.fa-pull-left {
    margin-right: 0.3em;
    width: auto;
}

.svg-inline--fa.fa-pull-right {
    margin-left: 0.3em;
    width: auto;
}

.svg-inline--fa.fa-border {
    height: 1.5em;
}

.svg-inline--fa.fa-li {
    width: 2em;
}

.svg-inline--fa.fa-fw {
    width: 1.25em;
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -0.125em;
    width: 1em;
}

.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.fa-layers-counter,
.fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center;
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: 0.25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em;
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em;
}

.fa-inverse {
    color: #fff;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.svg-inline--fa .fa-primary {
    fill: var(--fa-primary-color, currentColor);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
    fill: var(--fa-secondary-color, currentColor);
    opacity: 0.4;
    opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: 0.4;
    opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
    fill: #000;
}

.fad.fa-inverse {
    color: #fff;
}

#result th,#result td{
    border:1px white solid;
    color:white;
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color:white !important;
}