*{
    padding: 0;
    margin: 0;
    box-sizing: inherit;
    vertical-align: baseline;
    font-family: 'Arial','微軟正黑體';
}

html{
    width: 100%;
    height: 100%;
    background-color:#000;
    background-image:url("../image/background-cover.jpg");
    background-size:cover;
    background-attachment: fixed;
    background-position: center center;
}

body{
    width: 100%;
    height: auto;
}

ul li{
    list-style-type:none;
}

input:focus{
    outline:none
}

.bg-w{
    background: rgb(255 255 255 / 88%);
}

/*======================*/
  
#logo{
    width: 225px;
    filter: drop-shadow(0px 0px 16px rgba(255, 255, 255, 1))
            drop-shadow(0px 0px 3px rgba(255, 255, 255, 1))
            drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));

}

#logo img{
    width: 100%;
    height: auto;
}

.web-content{
    width: 80%;
    margin: 0px auto;
    margin-top:80px;
}

.hotelchose-h1{
    display: block;
    width: fit-content;
    background-color: #be1a41;
    color: #fff;
    padding: 7px 20px;
    border-radius: 10px;
    font-size: 26px;
    margin-bottom: 30px;
    box-shadow: 2px 4px 10px 0px rgb(0 0 0 / 66%);
    
}

.hotelchose-h2{
    display: block;
    width: fit-content;
    font-size: 36px;
    color: #fff;
    filter: drop-shadow(0px 3px 3px #000);
}

.hotelchose-options{
    display: block;
    width: fit-content;
    margin-bottom: 14px;
    background: rgba(255,255,255,0.65);
    font-size:20px;
    border-radius: 8px; 
    transition: 0.2s;
}

#hotelchose-btn1:hover{
    background:#772f3d;
}

#hotelchose-btn2:hover{
    background:#595758;
}

#hotelchose-btn3:hover{
    background:#192b7f;
}

#hotelchose-btn4:hover{
    background:#facb01;
}

#hotelchose-btn5:hover{
    background:#b58577;
}

#hotelchose-btn6:hover{
    background:#e5d7ba;
}

#hotelchose-btn7:hover{
    background:#424f2b;
}

#hotelchose-btn6:hover > a{
    color:rgb(60,10,10,80%);
}


.hotelchose-options:hover > a{
    color:#fff;
}

.hotelchose-options a{
    display: block;
    font-size: 26px;
    color: rgb(60,10,10,80%);
    font-weight: bold;
    text-decoration: none;
    padding: 6px 12px;
    transition: 0.2s;
}

.ticketNumber_ob{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
}


.ticketNumber{
    display: block;
    min-width: 350px;
    font-size: 26px;
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    margin-right: 12px;
    box-shadow: 2px 4px 10px 0px rgba(0 0 0 / 66%);
}

.ticketNumber:focus{
    border-color: #be1a41;
    
}


.btn_red{
    display: block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    font-size: 26px;
    font-weight: bolder;
    border: none;
    border-radius: 4px;
    padding: 6px 15px;
    background: #be1a41;
    
    color: #fff;
    cursor: pointer;
    box-shadow: 2px 4px 10px 0px rgba(0 0 0 / 66%);
}

.ticket-sample{
    display: block;
    width: 60%;
    transition-duration: 0.5s;
 }

/* .ticket-sample:hover{width: 100%;}*/

.ticket-sample img{
    width: 100%;
}


.table-bordered{
    border: 0px solid transparent;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table {
    background-color: transparent;
}

.table-bordered>thead>tr>th {
    border: 0px solid transparent;
    line-height: 1.8;
    font-size: 15px;
    padding: 8px;
    vertical-align: top;
    border-collapse: collapse;

}

.table-bordered>tbody>tr>td {
    border: 0px solid transparent;
    line-height: 1.8;
    font-size: 15px;
    padding: 8px;
    vertical-align: top;
    border-collapse: collapse;

}

#ticket-content-box{
    display: none;
}

.instructions{
    padding: 22px;
    line-height: 1.8em;
    border-radius: 8px;
    box-shadow: 2px 4px 10px 0px rgb(0 0 0 / 66%);
}

.instructions h1{
    font-size: 24px;
    color: #be1a41;
}

.instructions ul{
    margin: 15px 0;
    padding-left: 2%;
}

.instructions ul li{
    margin-bottom: 12px;
    list-style: number;
}

.instructions ul li ol{
    margin: 10px 0;
}

.instructions ul li ol li{
    margin: 6px 0;
    list-style: none;
}