﻿html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft YaHei", 微软雅黑, sans-serif;
    /* height: 100%; */
    width: 100%;
    background: #161616;
}

a {
    text-decoration: none;
    transition: 0.2s;
}

p {
    margin: 0;
}

img {
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}



/* header */
header {
    width: 100%;
    height: 80px;
    background: #111;
    border-bottom: 3px solid #e5ce79;
}

.header_content {
    width: 1200px;
    margin: 0 auto;
    transition: .2s;
    box-sizing: border-box;
}

.logo {
    display: inline-block;
    padding: 12px 30px 0 0;
    vertical-align: middle;
}

.menu {
    display: inline-block;
    vertical-align: middle;
    margin: 12px 0 0 0;
    font-size: 1rem;
}

.menu ul {
    list-style: none;
    padding: 0;
}

.menu li {
    display: inline-block;
}

.menu li a {
    color: #fff;
    margin: 0 26px;
    font-size: .98rem;
}

.menu li a:hover {
    color: #e5ce79;
}

.login {
    background: url(../img/crown.png) 0% 50% no-repeat;
    padding: 0 0 0 30px;
    float: right;
    color: #e5ce79;
    margin: 32px 10px 0 0;
    cursor: pointer;
}

.banner {
    width: 100%;
    height: 500px;
    background: url(../img/Banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    transition: .4s ease-out;
}

.main_content {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    z-index: 5;
    transition: .2s;
    box-sizing: border-box;
}

.main_content_bg {
    width: 100%;
    /* position: absolute; */
    z-index: -1;
    /* float: left; */
    background: url(../img/main_content_bg.jpg) 100% 50% no-repeat;
    background-size: auto 100%;
}

.bg_item {
    position: absolute;
    left: 0;
    top: 20px;
}

.float_menu {
    width: 161px;
    height: 343px;
    background: url(../img/float_menu.png) 0% 50% no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 30px;
    top: 35%;
    text-align: center;
    transition: .2s;
}

#gotop {
    background: url(../img/top.png) 50% 50% no-repeat;
    width: 73px;
    height: 45px;
    position: absolute;
    top: -20px;
    left: calc(50% - 36px);
}

#gotop:hover {
    background: url(../img/top_h.png) 50% 50% no-repeat;
}

.float_menu ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
}

.float_menu li {
    margin: 10px 0;
}

.float_menu ul li a {
    display: inline-block;
    color: #f7f0a3;
    font-size: 1.1rem;
    padding: 8px 20px;
    border-radius: 3px;
    letter-spacing: .5px;
}

.float_menu ul li a:hover {
    color: #222;
    background: linear-gradient(90deg, #cb9e61, #faf4a6, #cb9e61);
}

.container {
    margin: 0 0 40px;
    color: #eee;
    z-index: 5;
}

.container p {
    line-height: 1.8rem;
    letter-spacing: 0px;
    padding: 0 0 0 30px;
}

.title {
    margin: 0 0 20px 0;
    color: #e5ce79;
    font-size: 1.3rem;
}

/* 現金券 */
.ticket_content {
    margin: 0 0 40px;
    text-align: center;
}

.ticket_box {
    text-align: center;
    margin: 20px 5px;
    display: inline-block;
}

.ticket {
    width: 279px;
    height: 120px;
    margin: 0 0 20px 0;
    cursor: pointer;
    transition: .1s;
}

.ticket_box:nth-of-type(1) .ticket {
    background: url(../img/ticket_01.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(1) .ticket:hover {
    background: url(../img/ticket_01_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(2) .ticket {
    background: url(../img/ticket_02.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(2) .ticket:hover {
    background: url(../img/ticket_02_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(3) .ticket {
    background: url(../img/ticket_03.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(3) .ticket:hover {
    background: url(../img/ticket_03_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(4) .ticket {
    background: url(../img/ticket_04.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(4) .ticket:hover {
    background: url(../img/ticket_04_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(5) .ticket {
    background: url(../img/ticket_05.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(5) .ticket:hover {
    background: url(../img/ticket_05_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(6) .ticket {
    background: url(../img/ticket_06.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(6) .ticket:hover {
    background: url(../img/ticket_06_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(7) .ticket {
    background: url(../img/ticket_07.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(7) .ticket:hover {
    background: url(../img/ticket_07_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(8) .ticket {
    background: url(../img/ticket_08.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(8) .ticket:hover {
    background: url(../img/ticket_08_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(9) .ticket {
    background: url(../img/ticket_09.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(9) .ticket:hover {
    background: url(../img/ticket_09_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(10) .ticket {
    background: url(../img/ticket_10.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(10) .ticket:hover {
    background: url(../img/ticket_10_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(11) .ticket {
    background: url(../img/ticket_11.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(11) .ticket:hover {
    background: url(../img/ticket_11_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(12) .ticket {
    background: url(../img/ticket_12.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box:nth-of-type(12) .ticket:hover {
    background: url(../img/ticket_12_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
}

.ticket_box a {
    display: inline-block;
    font-size: .7rem;
    color: #d9bf7c;
    border: 1px solid #a79872;
    margin: 3px 0 0 0;
    padding: 8px 25px;
}

.ticket_btn:hover {
    color: #222;
    background: linear-gradient(90deg, #cb9e61, #faf4a6, #cb9e61);
}

.list {
    float: left;
    margin: 5px 15px 0 0;
}

footer {
    background: #000;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #aaa;
    position: absolute;
    /* bottom: 0; */
    text-align: center;
    font-size: .9rem;
    display: block;
}

/* 彈窗 */
#lightbox_lightboxbg {
    display: none;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1000;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1001;
    width: 500px;
    height: auto;
    padding: 40px 0;
    background: url(../img/texture.jpg) 50% 50% no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #9a9580;
}

.lightbox_close {
    width: 20px;
    height: 20px;
    background: url(../img/close.png) 50% 50% no-repeat;
    position: absolute;
    right: 23px;
    top: 23px;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

.lightbox_title {
    color: #d9bf7c;
    margin: 0 0 20px 0;
    font-size: 1.8rem;
    letter-spacing: .8px;
}

.account {
    margin: 0 auto 25px auto;
    width: 70%;
    height: 42px;
}

.captcha {
    margin-bottom: 35px;
}

.account input {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ccc;
    outline: none;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #222;
}

.account input::placeholder {
    color: #ccc;
}

.account a {
    display: inline-block;
    color: #fff;
    font-size: .7rem;
    float: right;
    margin: 5px 0 0 0;
}

/* .search_account{
    width: 60%;
    height: 43px;
}
.search_account input{
    font-size: 1rem;
} */
.account_btn {
    width: calc(70% + 4px);
    height: 50px;
    border-radius: 5px;
    color: #222;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    background: linear-gradient(90deg, #cb9e61, #faf4a6, #cb9e61);
    cursor: pointer;
    font-family: sans-serif;
}

/* .account_btn:hover{
    background: #dd2928;
} */
/* .account_btn.btn02{
    width: 150px;
    height: 40px;
    font-weight: normal;
    font-size: 1.2rem;
} */
.search_table {
    /* display: none; */
}

#lightbox-2 table {
    font-size: .85rem;
    margin: 25px auto 0 auto;
    text-align: center;
    width: 80%;
    border-collapse: collapse;
    color: #aaa;
}

#lightbox-2 tbody {
    border: 1px solid #ccc;
}

#lightbox-2 table td {
    padding: 7px 0;
    border: 1px solid #ccc;
}

#lightbox-2 table tr:nth-of-type(1) {
    color: #ddd;
    font-size: .95rem;
}

#lightbox-3{
    /* display: block; */
}
#lightbox-3 p{
    color: #eee;
    padding: 0 30px;
    line-height: 1.5rem;
    font-size: .95rem;
}

/* 手機積分按鈕 */
.mobileBtn_box {
    text-align: center;
    margin: 0 0 40px 0;
    display: none;
}

.mobileBtn_box a {
    color: #d9bf7c;
    border: 1px solid #a79872;
    font-size: 1rem;
    padding: 9px 30px;
    margin: 0 12px;
}

.mobileBtn_box a.active {
    background: linear-gradient(90deg, #cb9e61, #faf4a6, #cb9e61);
    color: #222;
}

.mobileBtn_box a:focus {
    background: linear-gradient(90deg, #cb9e61, #faf4a6, #cb9e61);
    color: #222;
}

.footer_menu {
    display: none;
    width: 100%;
    height: 90px;
    background: linear-gradient(#444, #000);
    position: fixed;
    bottom: 0;
}

.footer_menu ul {
    font-size: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

.footer_menu li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #58574f;
}

.footer_menu li a {
    color: #d9bf7c;
    line-height: 90px;
}

/* RWD */
@media screen and (max-width: 1200px) {
    .header_content {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .logo {
        padding: 12px 10px 0 0;
    }

    .float_menu {
        transform: scale(.9);
        right: 10px;
    }

    .float_menu ul li a {
        transform: scale(1.05);
    }

    .main_content {
        width: 100%;
        padding: 50px 30px 0 30px;
        box-sizing: border-box;
    }

    .main_content_bg {
        background-position: 0 50%;
        background-size: ;
    }

    .main_title {
        transform: translateX(-10vw) scale(.8);
    }

    .container p {
        font-size: .98rem;
    }

    .banner {
        height: 365px;
    }
}

@media screen and (max-width: 1000px) {
    .menu {
        display: none;
    }

    footer {
        background: none;
        position: initial;
    }

    .footer_menu {
        display: block;
    }

    .footer_menu li a {
        line-height: 90px;
        font-size: 1rem;
    }

    footer {
        padding: 0 0 90px 0;
        margin: -40px 0 0 0;
    }
}

@media screen and (max-width: 800px) {
    header{
        position: fixed;
        top: 0;
    }
    .header_content {
        padding: 0 10px;
    }

    .logo {
        padding: 18px 0 0 0;
        margin: 0 auto;
        width: 130px;
        position: absolute;
        left: calc(50% - 65px);
    }

    .logo img {
        height: 45px;
    }

    .menu {
        display: none;
    }

    .login {
        background: url(../img/login.png) 50% 50% no-repeat;
        background-size: auto 100%;
        font-size: 0;
        width: 60px;
        height: 32px;
        margin: 25px 0 0 0;
        padding: 0;
    }
    .banner{
        margin: 63px 0 0 0;
    }

    .float_menu {
        display: none;
    }

    .banner {
        height: initial;
        padding-top: 48%;
        background: url(../img/Banner_m.jpg) 50% 50% no-repeat;
        background-size: cover;
    }

    .main_content {
        padding: 30px 20px 0 20px;
    }

    .mobileBtn_box {
        display: block;
    }

    .mobileContent02 {
        display: none;
    }

    .title {
        margin: 0 0 15px 0;
    }

    .container p {
        padding: 0;
        font-size: .95rem;
        line-height: 1.6rem;
    }

    .lightbox {
        max-width: 90%;
        border-radius: 10px;
        padding: 30px 0;
    }

    .lightbox_title {
        font-size: 1.6rem;
    }

    .account {
        width: 78%;
        height: 38px;
        border-radius: 3px;
    }

    .account_btn {
        width: calc(78% + 4px);
        height: 42px;
        border-radius: 3px;
    }
}

@media screen and (max-width: 500px) {
    header {
        height: 60px;
        z-index: 6;
    }

    .logo {
        padding: 8px 0 0 0;
    }

    .login {
        margin: 17px 0 0 0;
    }

    .footer_menu {
        height: 60px;
    }

    .footer_menu li a {
        line-height: 60px;
        font-size: .8rem;
    }

    .main_content {
        padding: 20px 20px 0 20px;
    }

    .main_content_bg {
        background: url(../img/main_content_bg_m.jpg) 100% 100% no-repeat;
        background-size: auto 100vh;
    }

    .title {
        font-size: 1.2rem;
    }

    .main_title {
        transform: translateX(-14vw) scale(.7);
        margin: 0 0 10px 0;
    }

    .container p {
        font-size: .9rem;
        line-height: 1.5rem;
    }

    .ticket_content {
        margin: -10px 0 20px;
    }

    .ticket_box {
        width: calc(50% - 13px);
        margin: 0 5px 25px 5px;
    }

    .ticket_box a {
        margin: 0;
        padding: 6px 25px;
    }

    .ticket {
        width: 100%;
        height: initial;
        padding-top: 44%;
        margin: 0 0 15px 0;
    }


    /* 現金券 */
    .ticket_box:nth-of-type(1) .ticket {
        background: url(../img/ticket_01_m.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(1) .ticket:hover {
        background: url(../img/ticket_01_m_h.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(2) .ticket {
        background: url(../img/ticket_02_m.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(2) .ticket:hover {
        background: url(../img/ticket_02_m_h.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(3) .ticket {
        background: url(../img/ticket_03_m.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(3) .ticket:hover {
        background: url(../img/ticket_03_m_h.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(4) .ticket {
        background: url(../img/ticket_04_m.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(4) .ticket:hover {
        background: url(../img/ticket_04_m_h.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(5) .ticket {
        background: url(../img/ticket_05_m.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(5) .ticket:hover {
        background: url(../img/ticket_05_m_h.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(6) .ticket {
        background: url(../img/ticket_06_m.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(6) .ticket:hover {
        background: url(../img/ticket_06_m_h.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(7) .ticket {
        background: url(../img/ticket_07_m.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(7) .ticket:hover {
        background: url(../img/ticket_07_m_h.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(8) .ticket {
        background: url(../img/ticket_08_m.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(8) .ticket:hover {
        background: url(../img/ticket_08_m_h.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(9) .ticket {
        background: url(../img/ticket_09_m.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(9) .ticket:hover {
        background: url(../img/ticket_09_m_h.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(10) .ticket {
        background: url(../img/ticket_10_m.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(10) .ticket:hover {
        background: url(../img/ticket_10_m_h.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(11) .ticket {
        background: url(../img/ticket_11_m.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(11) .ticket:hover {
        background: url(../img/ticket_11_m_h.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(12) .ticket {
        background: url(../img/ticket_12_m.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    .ticket_box:nth-of-type(12) .ticket:hover {
        background: url(../img/ticket_12_m_h.png) 50% 50% no-repeat;
        background-size: 100% auto;
    }

    #gotop_m {
        background: url(../img/top_m.png) 50% 50% no-repeat;
        background-size: 100% auto;
        width: 60px;
        height: 62px;
        position: fixed;
        right: 8px;
        bottom: 70px;
    }
}

@media screen and (max-width: 340px) {
    .mobileBtn_box a {
        font-size: .9rem;
        margin: 0 5px;
    }
    .footer_menu li a {
        display: inline-block;
        transform: scale(.95);
        font-size: .7rem;
    }
}