* {
  text-decoration: none;
  list-style: none;
  outline: none;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  width: 100%;
  font-family: "Noto Sans TC", Microsoft JhengHei, Impact;
  margin: 0 auto;
  background: url(/img/event/20260210/bg.png) no-repeat center top;
  background-size: 100%;
 
}
a {
  color: #fff;
}
p {
  color: #000;
  line-height: 1.5rem;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
a:hover,
button:hover {
  /*filter: brightness(1.2);
  transition: 0.5s all;*/
}
.logo {
	top: 0px;
	position: absolute;
	z-index: 1;
}
/*----Game_link----*/
.game_link {
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    z-index: 1;
}
.game_link a {
	width: 42px;
	height: 42px;
	display: block;
	margin: 0 5px;
}
#section1 .icon_dc {
	background: url(/img/event/20260210/p1/dc.png) no-repeat center center;
}
#section1 .icon_gamer {
	background: url(/img/event/20260210/p1/baha.png) no-repeat center center;
}
#section1 .icon_fb {
	background: url(/img/event/20260210/p1/fb.png) no-repeat center center;
}
#section1 .icon_register {
	background: url(/img/event/20260210/p1/register.png) no-repeat center center;
}
#section1 .icon_dl {
	background: url(/img/event/20260210/p1/dl.png) no-repeat center center;
}
#section1 .icon_dc:hover {
	background: url(/img/event/20260210/p1/dc_on.png) no-repeat center center;
}
#section1 .icon_gamer:hover {
	background: url(/img/event/20260210/p1/baha_on.png) no-repeat center center;
}
#section1 .icon_fb:hover {
	background: url(/img/event/20260210/p1/fb_on.png) no-repeat center center;
}
#section1 .icon_register:hover {
	background: url(/img/event/20260210/p1/register_on.png) no-repeat center center;
}
#section1 .icon_dl:hover {
	background: url(/img/event/20260210/p1/dl_on.png) no-repeat center center;
}
/*----nav----*/
.left_menu {
    width: 280px;
    height: 100%;
	left: -10px;
    display: flex;
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.menuBtn {
	width: 245px;
	height: 65px;
	display: block;
	margin: 10px auto;
	cursor: pointer;
}
.menuTitle {	
	
}
.btn_event {
	width: 280px;
	height: 120px;
	background: url(/img/event/20260210/btn_event.png);
	margin: 0;
	cursor: pointer;
}
.btn01 {
	background: url(/img/event/20260210/btn01.png);
}
.btn02 {
	background: url(/img/event/20260210/btn02.png);
}
.btn03 {
	background: url(/img/event/20260210/btn03.png);
}
.btn04 {
	background: url(/img/event/20260210/btn04.png);
}
.btn_event:hover {
	background: url(/img/event/20260210/btn_event_on.png);
}
.btn01:hover, .btn01.active {
	background: url(/img/event/20260210/btn01_on.png);
}
.btn02:hover, .btn02.active {
	background: url(/img/event/20260210/btn02_on.png);
}
.btn03:hover, .btn03.active {
	background: url(/img/event/20260210/btn03_on.png);
}
.btn04:hover, .btn04.active {
	background: url(/img/event/20260210/btn04_on.png);
}
/*----Main page----*/
.wrap {
  width: 90%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  position: relative;
  justify-content: flex-start;
}
#section1 .wrap {
    padding-top: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.slogan {
  width: 80%;
  max-width: 1050px;
  margin: 60px 0 0 20px;
  z-index: 1;
  animation: fadeIn 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.menu {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	margin: -40px auto 0;
	position: relative;
	opacity: 0;
	animation: fadeIn 1s ease-in-out forwards;
	animation-delay: 1s;
}
#section1 .menuTitle {	
	top: 80px;	
	left: 400px;	
	position: absolute;
}
#section1 .menuBtn {
	width: 312px;
	height: 81px;
	display: block;
	cursor: pointer;
}
#section1 .btn_event {
	width: 330px;
	height: 330px;
	background: url(/img/event/20260210/p1/btn_event.png);
	cursor: pointer;
}
#section1 .btn01 {
	background: url(/img/event/20260210/p1/btn01.png);
}
#section1 .btn02 {
	background: url(/img/event/20260210/p1/btn02.png);
}
#section1 .btn03 {
	background: url(/img/event/20260210/p1/btn03.png);
}
#section1 .btn04 {
	background: url(/img/event/20260210/p1/btn04.png);
}
#section1 .btn_event:hover {
	background: url(/img/event/20260210/p1/btn_event_on.png);
}
#section1 .btn01:hover {
	background: url(/img/event/20260210/p1/btn01_on.png);
}
#section1 .btn02:hover {
	background: url(/img/event/20260210/p1/btn02_on.png);
}
#section1 .btn03:hover {
	background: url(/img/event/20260210/p1/btn03_on.png);
}
#section1 .btn04:hover {
	background: url(/img/event/20260210/p1/btn04_on.png);
}
@keyframes shine {
  0% {
    filter: drop-shadow(0px 0px 10px rgba(255, 220, 194, 1));
  }
  50% {
    filter: drop-shadow(0px 0px 10px rgba(255, 220, 194, 0.5));
  }
  100% {
    filter: drop-shadow(0px 0px 10px rgba(255, 220, 194, 1));
  }
}


/*----section2----*/
#section2 {
	width: 100%;
	height: 960px;
	color: #fff;
	position: relative;
}
#section2 .game_link {
    position: fixed;
    top: 20px;
}
#section2 .logo {
	position: fixed;
}
.icon_dc {
	background: url(/img/event/20260210/dc_r.png) no-repeat center center;
}
.icon_gamer {
	background: url(/img/event/20260210/baha_r.png) no-repeat center center;
}
.icon_fb {
	background: url(/img/event/20260210/fb_r.png) no-repeat center center;
}
.icon_register {
	background: url(/img/event/20260210/register_r.png) no-repeat center center;
}
.icon_dl {
	background: url(/img/event/20260210/dl_r.png) no-repeat center center;
}
.icon_dc:hover {
	background: url(/img/event/20260210/dc_r_on.png) no-repeat center center;
}
.icon_gamer:hover {
	background: url(/img/event/20260210/baha_r_on.png) no-repeat center center;
}
.icon_fb:hover {
	background: url(/img/event/20260210/fb_r_on.png) no-repeat center center;
}
.icon_register:hover {
	background: url(/img/event/20260210/register_r_on.png) no-repeat center center;
}
.icon_dl:hover {
	background: url(/img/event/20260210/dl_r_on.png) no-repeat center center;
}
.right_menu {
    top: 300px;
    right: 0;
    position: absolute;
}
.btn_game a, .btn_prize a {
	width: 214px;
	height: 65px;
	display: block;
	margin: 10px 0;
}
.btn_game a {
	background: url(/img/event/20260210/p2/btn_game.png) no-repeat center center;
}
.btn_prize a {
	background: url(/img/event/20260210/p2/btn_prize.png) no-repeat center center;
}
.btn_game a:hover {
	background: url(/img/event/20260210/p2/btn_game_on.png) no-repeat center center;
}
.btn_prize a:hover {
	background: url(/img/event/20260210/p2/btn_prize_on.png) no-repeat center center;
}
/*----跑馬燈----*/
.marquee {
    width: 911px;
    height: 200px;
    top: 110px;
    padding-left: 10px;
    background: url(/img/event/20260210/p2/marquee_bg.png) no-repeat center top;
    z-index: 9;
    position: absolute;
}
.inner {
    width: 840px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.scroll {
    width: max-content;
    line-height: 95px;
    color: #000;
    flex-shrink: 0;
    justify-content: flex-start;
}
.billboard_text {
  display: inline-block;
  font-size: 24px;
  padding: 0 40px;
  /* transform: translate(100%, 0%); */
  /* animation: scroll 5s linear infinite; */
  /* white-space: nowrap; */
}
/*----會員資料----*/
.top_right {
    width: 350px;
    top: 120px;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: absolute;
}
.mem_info {
    margin: 5px 0;
    position: relative;
}
.mem_info > div {
	height: 40px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}
.mem_info a {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mem_info p {
    width: 70%;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    background: #FFF;
    color: #898989;
}
.acc_id a {
	background: #a12f2b;	
}
.acc_id a:hover {
	background: #bb4a47;	
}
.select_server {	
	width: 70%;	
	background: #FFF;	
	display: flex;	
	flex-direction: row;	
	justify-content: center;	
	align-items: center;
}
select#server {
    outline: none;
    border: 0;
    font-size: 17px;
    width: 65%;
    margin-left: 50px;
    color: #898989;
    font-weight: 500;
}
.server_text {
    width: 30%;
    text-align: center;
    line-height: 40px;
    background: #9d7e57;
    right: 0;
    position: absolute;
}
.points p {	
	width: 40%;
}
p.point_text {
    width: 30%;
    color: #FFF;
    background: #9d7e57;
}
.points a {
    width: 30%;
    background: #a12f2b;
}
.points a:hover {
    background: #bb4a47;
}
/*----Lottery----*/
.lottery {
    width: 80%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 140px;
}
.luck{
  position: relative;
  width: 235px;
  height: 235px;
  margin-bottom: 18px;
}

.luck img,
.luck canvas{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}
#cards {
    height: 330px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
}
.card{
  position: relative;
  width: 330px;  
  height: 330px;    
  border-radius: 12px;
  gap: 16px; 
  overflow: hidden;
}
.card img.back,
.card canvas.scratch{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.card canvas.scratch {
	z-index: 2;
}
.item_info {
    width: 75%;
    height: 100%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item_name {
    height: 50px;
    margin: 10px;
}
.item_name p {
	font-size: 18px;
}
.item_name span {
    font-size: 80%;
    line-height: 1;
    display: block;
}
.item_img {
    width: 55px;
    height: 55px;
    background: #000;
}
 
.item_img img {
    width: 100%;
}
.item_price {
    font-size: 20px;
    font-weight: 600;
    color: #ffe8af;
}
.btn_buy {
    font-size: 16px;
    padding: 2px 30px;
    background: #ffe8af;
    border-radius: 20px;
    margin: 10px auto;
}
.gold .item_name p {
	color: #000;
}
.gold .item_name span {
	color: #ab0909;
}
.gold .item_price {
	color: #ab0909;
}
.gold .btn_buy {
	color: #FFF;
	background: #ab0909;
}
.btn_start {
    width: 285px;
    height: 95px;
    background: url(/img/event/20260210/p2/btn_start.png) center center no-repeat;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-end;
}
.btn_start:hover {
	background: url(/img/event/20260210/p2/btn_start_on.png) center center no-repeat;
}
.btn_start p {
    color: #cd4848;
    font-size: 20px;
    font-weight: 700;
    bottom: 18px;
    position: absolute;
}
.game_bottom {
    width: 550px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 20px auto;
    position: relative;
}
.free {
    font-size: 18px;
    font-weight: 600;
    color: #601414;
}
.btn_record a {
    width: 120px;
    line-height: 30px;
    font-weight: 500;
    color: #601414;
    background: #ffecd4;
    display: block;
    border: 1px solid #601414;
    border-radius: 20px;
    text-align: center;
}
.btn_record a:hover {
	color: #ffecd4;
	background: #601414;
}
.skipBtn {
    color: #000;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-left: -20px;
}
input#skipBtn {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
/*----改版資訊----*/
#section3 {
	padding-bottom: 40px;
}
.content {
    width: 1286px;
    height: 862px;
    background: url(/img/event/20260210/p3/content_bg.png) center center no-repeat;
}
.tab_content {
    height: 800px;
    padding-top: 80px;
}
.content_wrap {
    width: 84%;
    height: 580px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    margin: 50px auto;
    position: relative;
    overflow-y: auto;
}
.content_wrap h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 2.5;
}
.content_wrap p {
    line-height: 1.5;
    margin: 20px 0;
}
.content_wrap span {
	color: #ff0000;
}
span.red {
	color: #ff0000;
}
span.blue {
	color: #0070c0;
}
span.green {
	color: #00b050;
}
span.purple {
	color: #7030a0;
}
span.yellow {
	color: #cf6600;
}
.content_wrap ol li {
    width: 36%;
    text-align: left;
    list-style-type: decimal !important;
    line-height: 1.5;
    margin: 0 auto;
}
hr {
	width: 80%;
  background: #000;
  height: 1px;
  border: 0px;
}
.img_wrap img {
    margin: 0 10px;
}
.btn_more {
	width: 145px;
	height: 50px;
	display: block;
	background: url(/img/event/20260210/p3/btn_more.png)no-repeat;
	margin: 0 auto;
}
.btn_more:hover {
	background: url(/img/event/20260210/p3/btn_more_on.png)no-repeat;
}

/*----跳窗----*/
.mask {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 60%);
	backdrop-filter: blur(3px);
	z-index: 999;
	position: fixed;
	display: none;
}
.pop {
    width: 1286px;
    height: 862px;
    background: url(/img/event/20260210/popup/popBg.png);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
	zoom: .8;
}
.popContent {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.popTitle {
	margin-top: 50px;
}
.popContent h2 {
    width: 80%;
    border-bottom: 1px solid #ffe5c8;
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    font-weight: 700;
    color: #f7de9a;
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 41%, rgba(255, 222, 184, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    line-height: 2;
}
.close {
    top: 30px;
    right: 30px;
    position: absolute;
    cursor: pointer;
}
.tabBtn {
	color: #FFF;
    font-size: 22px;
    background: #89735b;
    padding: 5px 30px;
    margin: 30px 40px 0;
    border-radius: 10px;
}
.tabBtn:hover, .tabBtn.active {
	color: #000;
	background: #f0d3a0;
}
.tabContent {
    width: 80%;
    height: 610px;
    line-height: 1.5;
    font-size: 22px;
    color: #ffedda;
    margin: 20px auto 0;
    padding: 0px 20px 0 40px;
    overflow-y: auto;
}
.tabContent h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #e8d1a0;
  line-height: 1.8;
}
.tabContent li {
  list-style-type: decimal;
  margin: 10px 0;
}
.tabContent span {
  color: #ff5d5d;
}
/*---Table---*/
.table table {
  width: 100%;
  background: rgb(255 255 255 / 80%);
}

.table {
  width: 100%;
  margin: 30px auto 0;
}

.table th {
    color: #000;
    background: #f0d3a0;
    line-height: 60px;
    border: 3px solid #89735b;
	vertical-align: middle;
}
.table td {
    padding: 0 10px;
    font-size: 20px;
    color: #000;
    background: #ffecd4;
    text-align: center;
    line-height: 60px;
    border: 3px solid #89735b;
    vertical-align: middle;
}

.pop button.close {
  right: 0;
  top: 5px;
  position: absolute;
} 
#popPrize table img {
	width: 55px;
	height: 55px;
	background: #212121;
	border: 2px #89735b solid;
	vertical-align: middle;
	margin: 10px 0;
}
#popPrize .tabContent {
    width: 90%;
    padding: 0 20px 0 0;
}
#popPrize h4 {
    font-size: 27px;
    text-align: center;
    margin: 20px auto -20px;
}
#popPrize th {
    font-size: 20px;
    line-height: 1.2;
    height: 60px;
}
.pop#popAlert {
    width: 560px;
    height: 380px;
    background: url(/img/event/20260210/popup/popBg_s.png);
    zoom: 1;
}
#popAlert p {
    font-size: 19px;
    color: #FFF;
    text-align: center;
}
#popAlert .tabContent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.btnConfirm, .btnClose {
    color: #FFF;
    font-size: 16px;
    background: #89735b;
    padding: 5px 30px;
    margin: 30px 20px 0;
    border-radius: 10px;
}
.btnConfirm:hover, .btnClose:hover {
	color: #000;
	background: #f0d3a0;
}

/*----footer----*/
footer {
    position: relative;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: .2px;
    line-height: 18px;
    background: #4f0e0e;
}
.footerbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.footer_logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.footer_logo img {
    max-width: 200px;
    margin: 0 10px;
}
.copyright {
    max-width: 460px;
    width: 100%;
    text-align: left;
}
.copyright a, .copyright p, .grade li {
	font-family: Microsoft JhengHei;
}
.copyright a {
    color: #ffd89b;
    margin-right: 10px;
    text-decoration: underline;
}
.copyright p {
    color: #FFF;
    margin: 0;
    line-height: 1.2;
}
.grade {
    max-width: 440px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.grade ul {
    text-align: left;
    margin-left: 10px;
}
/*-----scrollbar-----*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #a12f2b;
}

::-webkit-scrollbar-track {
  background: #b79973;
}

.disableScroll {
	overflow: hidden;
}
