@charset "utf-8";
/* CSS Document */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	padding: 0;
	margin: 0;
	border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  background: transparent; 
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { text-decoration: none; outline: none; /* for Firefox */ }
.clear { clear : both; }

img { vertical-align: middle; border: 0; text-align: center; height: auto; max-width: 100%; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; }
img, fieldset { border: 0 none; }
ul, ol, li { list-style: none; }
em, address { font-style: normal; }
table { border-collapse: collapse; }
em, i { font-style: normal; }
strong, b { font-weight: normal; }
img { border: none; }
input, img { vertical-align: middle; }
input { outline: none; border: none; }
textarea:focus { outline: 0; }
a { text-decoration: none; cursor: pointer }
.clearfix:after { display: block; clear: both; visibility: hidden; height: 0; content: " "; font-size: 0; }
.clearfix { zoom:1;}

/* input[type="button"] {
	padding:0px;
	margin:0px;
	border: none;
	cursor: pointer;
} */
input[type="checkbox"], input[type="radio"]{
 padding:0px;
 box-sizing:border-box;
}

input::placeholder {
	color: #ccc;
}
html,
button,
input,
select,
textarea {
    color: #222;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-webkit-input-placeholder {
    font-size: .875em;
    -webkit-user-modify: read-write-plaintext-only;
    -webkit-writing-mode: horizontal-tb;
}

button[disabled],
html input[disabled] {
    cursor: default;
}
* {box-sizing: content-box;-moz-box-sizing: inherit;-webkit-box-sizing: inherit;}/*for ie11*/
*, *:before, *:after {
  font-family: 'Microsoft YaHei', '微軟正黑體',  'PingFang TC', Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 220331 增加div:not(.slick-slide):not(.slick-track) 避免影響到循環輪播 */
*, .animated ,a ,a:hover ,a:active ,a:after ,li ,button /*,div:not(.slick-slide):not(.slick-track) */,img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5;
	transition: all .5s;
}


.hide{
  display: none;
}
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*--lightbox  250206樣式不變 內容另設定----*/
/* 設定好背景層的樣式以及位置 */
.lightbox_GameReserve {
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	overflow: hidden;
	z-index: 99999;
}
/* 設定內容的樣式及位置(白底區塊) */
.lightbox_GameReserve .content {
  width: auto;
  height: auto;
  background: none;
  color: #333;
  margin: auto;
  position: relative;
  top: 10%;
  left: 0%;
  right: 0;
  bottom: 0;
  /*max-height: max-content;
  max-width: 0%;*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -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;
  text-align: center;
  overflow: hidden;
  display: block;
}
/* 設定圖片的樣式及位置，利用 
.lightbox_GameReserve img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;*//* 預設寬高為 0，觸發 :target 後，利用動畫效果展開寬與高 
  max-width: 0%;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -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;
}*/
/* 當 :target 觸發後，index-target 的透明度為 1；content &amp; img 的寬高為 100% */
.lightbox_GameReserve:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.lightbox_GameReserve:target .content/*, .lightbox_GameReserve:target img*/ {
  max-height: max-content;
  max-width: max-content;
}
.lightbox_GameReserve:target .lightbox-close {
  top: 4%;
}

/* 關閉 Lightbox 按鈕的位置及樣式 */
.lightbox_GameReserve .lightbox-close {
  display: block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 4%;
  right: 2%;
  -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-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/close.png");
  background-repeat: no-repeat;
  z-index: 99999;
}



/* 利用偽元素做出 \ 以及 / 的線條，合併就變成 X 囉 
.lightbox_GameReserve .lightbox-close:before,
.lightbox_GameReserve .lightbox-close:after {
  content: " ";
  display: block;
  height: 20px;
  width: 1px;
  background: #959595;
  position: absolute;
  left: 1%;
  top: 2%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lightbox_GameReserve .lightbox-close:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
*/


/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*回頂端*/
.gototop {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.gototop {
	width: 45px;
	height: 45px;
	background-size: 100% auto;
	position: fixed;
	right: 5px;
	bottom: 10%;
	z-index: 100;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-image: url(//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/gototop.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.gototop.actives {
	opacity: 0.9;
	bottom: 15%;
}
.gototop.actives:hover {
	bottom: 16%;
}

/*大於1100 定位內容旁*/
@media only screen and (min-width: 1100px) {
.gototop {
	right: 7%;
}
.gototop.actives {
	opacity: 1;
	right: 7%;
	bottom: 15%;
}
}

/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/

/*footer*/
#afooter{background: #000;padding:20px 0;font-size:12px;text-align:center;color:#fefefe;}
#afooter a{color: #fefefe;}
*{outline: none;}
a:hover{filter:contrast(120%)}

[v-cloak] {
  visibility: hidden;
}
.lock-back {
  overflow: auto !important;
}
.BtnReserveG, .active {
  pointer-events: none;
}
#_overlay_ {z-index: 9 !important;}
.pop {display: none; position: relative; z-index: 100 !important; box-sizing: border-box;}

.panel5 {position: relative; height: 600px; z-index: 3; overflow: hidden;margin-top: 20px;}
.panel5 .fe-swiper {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 1600px;height: 600px;}
.panel5 .fe-swiper .swiper-slide {opacity: 0; transition: .3s all;}
.panel5 .fe-swiper .swiper-slide-active, .panel5 .fe-swiper .swiper-slide-prev, .panel5 .fe-swiper .swiper-slide-next {opacity: 1; filter: brightness(0.2);}
.panel5 .fe-swiper .swiper-slide-active {filter: brightness(1);}
.panel5 .fe-swiper img {display: block;position: relative;left: 50%;transform: translateX(-50%);height: 100%;}
.panel5 .fe-swiper .btn-prev, .panel5 .fe-swiper .btn-next {position: absolute; z-index: 5; filter: brightness(0.8); background: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/promotional/next.png") center / cover no-repeat; width: 46px; height: 155px;}
.panel5 .fe-swiper .btn-prev {top: 250px;left: 100px;transform: rotate(-180deg);}
.panel5 .fe-swiper .btn-next {top: 250px;right: 100px;}
.swiper-pagination-bullet {
  width: 30px !important;
  height: 8px !important;
  border-radius: 0 !important;
}
.swiper-pagination-bullet-active {
  background: #FFD621 !important;
}
.ReserveProgress p.on {
  color: #ffd621;
}
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  background-color: #121317;
}


.wrapper {
	width: 100%;
	min-height: 700px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}


.content {
	width: 1200px;
	position: relative;
	z-index: 99;
	margin: 0 auto;
  clear: both;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*Menu*/
.MainMenu{
  max-width: 200px;
min-width: 180px;
  height: 400px;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
right: 1%;
top: 42%;
  display: block;
  z-index: 999;
}
.nav_code{
  display: block;
  width: 100%;
  bottom: 102%;
  position: absolute;
  left: -14px;
  transform: scale(1.04);
  transform-origin: 0 100%;
}
.MainMenu ul{
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}
.MainMenu ul li{
	width: 100%;
	height: 80px;
	position: relative;
	display: block;
  text-align: center;
 }

.MainMenu ul li a{
  width: 100%;
	height: 80px;
	font-size: 18px;
	line-height: 80px;
	color: #fff;
	display: block;
 }
.MainMenu ul li a:hover {
	font-size: 22px;
	color: #d3ab19;
  background-color: #000;
 }
.MainMenu ul li a:active ,.MainMenu ul li a.Menu_active{
	font-size: 22px;
  font-weight: bold;
	color: #000;
  background-color: #ffce1a;
 }


/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*---- topbar----*/
.Game_Bar {
	height: 85px;
	width: 100%;
	position: fixed;
	z-index: 9999;
	display: block;
	background-color: #0e0e0f;
}
.Game_Bar .Game_central {
	margin: 0 auto;
	position: relative;
	display: block;
  padding: 0 2%;
}

.Game_Bar .Game_central .Game_L {
	width: 50%;
	display: block;
	float: left;
}
.Game_Bar .Game_central .Game_R {
	width: 50%;
	float: left;
	display: flex;
}

/*bar left*/
.Game_Bar .Game_central .Game_L ul {
	width: 100%;
  height: 85px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.Game_Bar .Game_central .Game_L ul li{
  height: 85px;
	position: relative;
	display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3%;
}
.Game_Bar .Game_central .Game_L ul li a{
	
}

/*logo*/
.Game_L ul li a.Game_Logo{
  width: 140px;
  height: 40px;
  background-image: url(//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  display: block;
}

.Game_L ul li a.WeGame_Logo{
  width: 182px;
  height: 42px;
  background-image: url(//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/wegame_logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  display: block;
  pointer-events: none;
}


/**/
.Line::after{
  content: " ";
  width: 1px;
  height: 40px;
  background-color: #424242;
  position: absolute;
  display: block;
  right: 0%;
  top: 27%;
}


/*bar right*/
.Game_Bar .Game_central .Game_R .GameUserBox {
	width: 50%;
  height: 85px;
  position: relative;
	display: block;
  float: left;
}
.Game_Bar .Game_central .Game_R .GameIconBox {
	width: 50%;
  height: 85px;
  position: relative;
	display: block;
  float: left;
}

/**/
.Game_R .GameUserBox ul {
	width: 100%;
  height: 85px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.Game_R .GameUserBox ul li{
  width: 30%;
	position: relative;
	display: block;
  margin: 0 2%;
}
.Game_R .GameUserBox ul li:nth-child(1){
  width: 40%;
	position: relative;
	display: block;
  margin: 0 2%;
}

.Game_R .GameUserBox ul li a{
  width: 100%;
	font-size: 20px;
	color: #fff;
  display: block;
  text-align: center;
}
.Game_R .GameUserBox ul li a:hover {
	color: #ff9c00;
	text-decoration: underline;
}


.Game_R .GameUserBox .Game_User {
	width: auto;
	height: 50px;
	position: relative;
	padding: 0 2%;
	align-content: center;
}



.Game_R .GameUserBox .UserSignin {
	max-width: 300px;
	min-width: auto;
	position: relative;
	display: flex;
	flex-direction: row;
}

.UserSignin .UserOnlineImg{
	width: 30%;
	position: relative;
	overflow: hidden;	
	display: block;
  padding: 2% 0 0 0;
}
.UserSignin p{
	width: auto;
	min-width: 80px;
	max-width: 200px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	position: relative;
	overflow: hidden;	
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
  margin-left: 5px;
}


/*icon*/
.Game_R .GameIconBox ul {
	width: 100%;
  height: 85px;
	display: flex;
	flex-direction: row;
	align-items: center;
  padding: 0 2%;
}
.Game_R .GameIconBox ul li{
  width: 10%;
	position: relative;
	display: block;
  margin: 0 2%;
}

.Game_R .GameIconBox ul li a{
  display: block;
  position: relative;
}

.GameIconA{
  height: 55px;
  background-position: center center;
  background-size: 100%;
}
.GameIconA:hover {
  height: 55px;
  background-position: top center;
  background-size: 110%;
}


#Icon_01{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/icon_bilbil.png");
  background-repeat: no-repeat;
}
#Icon_02{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/icon_wesing.png");
  background-repeat: no-repeat;
}
#Icon_03{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/icon_qq.png");
  background-repeat: no-repeat;
}
#Icon_04{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/icon_weibo.png");
  background-repeat: no-repeat;
}
#Icon_05{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/icon_tiktok.png");
  background-repeat: no-repeat;
}
#Icon_06{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/icon_g.png");
  background-repeat: no-repeat;
}
#Icon_07{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/icon_taba.png");
  background-repeat: no-repeat;
}

#Icon_01:hover .Icon_on,
#Icon_02:hover .Icon_on,
#Icon_03:hover .Icon_on,
#Icon_04:hover .Icon_on,
#Icon_05:hover .Icon_on,
#Icon_06:hover .Icon_on,
#Icon_07:hover .Icon_on
{
  display:block;
}

/*qrcode*/
.Icon_on {
  display: none;
}
.IconQRcod{
  width: 200px;
  height: 200px;
  background-color: #000;
  position: absolute;
  top: 120%;
  left: -100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.IconQRcod h2{
  width: 100%;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
  display: block;
  text-align: center;
}
.IconQRcod p{
  width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
  display: block;
  text-align: center;
}
.IconQRcod img {
  width: 120px;
}
#Icon_05 .IconQRcod img {
  width: 90px;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/

.Header {
	height: 900px;
	width: 100%;
	position: relative;
  z-index: 0;
	margin: 0 auto;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/bg_01.png");
  background-repeat: no-repeat;
}


.movie {
  width: 100%;
  position: relative;
  z-index: 20;
  height: 0px;
  padding-bottom: 56.25%;
}


#myVideo {
  width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 85px;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  z-index: 0;
}

.HeaderSlong{
  width: 648px;
  height: 247px;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/slong.png");
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
  margin: 0 0 0 -324px;
  top: 35%;
  left: 50%;
}

.HeaderBigBtn{
  width: 50%;
  height: auto;
  position: absolute;
  z-index: 99;
  top: 70%;
  left: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.HeaderBigBtn a.BtnReserve{
  width: 486px;
  height: 145px;
  position: relative;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/btn_n.png");
  background-repeat: no-repeat;
  display: block;
}
.HeaderBigBtn a:hover.BtnReserve{
  width: 486px;
  height: 145px;
  position: relative;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/btn_p.png");
  background-repeat: no-repeat;
  display: block;
}
.HeaderBigBtn a.BtnReserveG{
  width: 486px;
  height: 145px;
  position: relative;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/btn_g.png");
  background-repeat: no-repeat;
  display: block;
}

.HeaderBigBtn a.MoreGameData{
  width: auto;
  height: 30px;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  position: relative;
  display: block;
  text-decoration: underline;
}
.HeaderBigBtn a:hover.MoreGameData{
	font-size: 24px;
	color: #ff9c00;
  text-decoration: underline;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*全服預約*/
.MainA2 {
	height: 900px;
	width: 100%;
	position: relative;
	margin: 0 auto;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/Img_A2.png"),url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/bg_02.png");
  background-repeat: no-repeat;
  background-position: center center, center center;
  
}

.MainA2 .content {
  transform: translateX(100px);
}

.BigTitle{
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
}

#Title_01{
  width: 100%;
  height: 103px;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/title_01.png");
  background-repeat: no-repeat;
  background-position: right center;
  margin: 10% auto;
}

/**/
.ReserveBox{
  width: 80%;
  height: auto;
  position: relative;
  margin: 2% 0 0 20%;
  display: flex;
  flex-direction: column;
}
.ReserveBox .ReserveGift{
  width: 100%;
  height: 229px;
  position: relative;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/a2_box.png");
  background-repeat: no-repeat;
}

.ReserveBox .ReserveProgress{
  width: 100%;
  height: 50px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ReserveProgress ul{
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  right: 0%;
  bottom: 25%;
  z-index: 20;
}

.ReserveProgress ul li{
  width: 5%;
  margin: 0 6%;
  text-align: center;
}


.ReserveProgress ul li p{
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.ReserveProgress ul li i{
  width: 100%;
}

.ReserveProgress #progress_bar{
  width: 75%;
}


progress{
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: hidden;     
  height: 12px;
  margin: 0 2%;
}

::-webkit-progress-value {
  background-color: #ffd621;
}
::-moz-progress-value {
  background-color: #ffd621;
}

::-webkit-progress-bar {
  background-color: #171a1c;
}
::-moz-progress-bar {
  background-color: #171a1c;
}


.Btn_Invite{
  width: 275px;
  height: 88px;
  background-image:url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/A2btn_n.png");
  background-repeat: no-repeat;
  background-color: inherit;
  display: block;
  margin: 2% auto;
  cursor: pointer;
}
.Btn_Invite:hover{
  width: 275px;
  height: 88px;
  background-image:url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/A2btn_p.png");
  background-repeat: no-repeat;
  background-color: inherit;
  display: block;
  margin: 2% auto;
}

.Btn_Order{
  width: 275px;
  height: 88px;
  background-image:url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/order.png");
  background-repeat: no-repeat;
  background-color: inherit;
  display: block;
  margin: 2% auto;
  cursor: pointer;
}
.Btn_Order:hover{
  width: 275px;
  height: 88px;
  background-image:url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/order_hover.png");
  background-repeat: no-repeat;
  background-color: inherit;
  display: block;
  margin: 2% auto;
}
.Btn_Order.active{
  width: 275px;
  height: 88px;
  background-image:url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/order_done2.png");
  background-repeat: no-repeat;
  background-color: inherit;
  display: block;
  margin: 2% auto;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*抽獎*/
.MainA3 {
	height: 900px;
	width: 100%;
	position: relative;
	margin: 0 auto;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/bg_03.png");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  overflow: hidden;
}

#Title_02{
  width: 100%;
  height: 100px;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/title_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 5% auto 2%;
}

.MainLotteryBox{
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

/*L*/
.MainLotteryBox .Lottery_L{
  width: 40%;
  height: auto;
  position: relative;
  float: left;
}
.MainLotteryBox .Lottery_L .Lottery_BtnBox{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.Lottery_L .Lottery_BtnBox .Btn_s{
  width: 142px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/tab_btn01.png");
  background-repeat: no-repeat;
  margin: 0 3% 0 0;
}
.Lottery_L .Lottery_BtnBox .Btn_s:hover{
  font-size: 15px;
  color: #cce3ff;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/tab_btn02.png");
  background-repeat: no-repeat;
}


/*抽獎*/
.MainLotteryBox .Lottery_L .Lottery_Start{
  width: 95%;
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  padding: 5% 0;
}

.item {
  width: 143px;
  height: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  padding: 2%;
  text-align: center;
  transition: background 0.3s;
}
.item.active {
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/A3_Lottery_3.png");
  background-repeat: no-repeat;
}
#start-btn {
  width: 143px;
  height: 141px;
  border: none;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/A3_btn_normal.png");
  background-repeat: no-repeat;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  cursor: pointer;
  transition: transform 0.2s;
}
#start-btn span{
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  display: block;
  text-align: center;
  
}

#start-btn:disabled {
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/A3_btn_press.png");
  background-repeat: no-repeat;
  cursor: not-allowed;
}
#start-btn:active:not(:disabled) {
  transform: scale(0.95);
}




/*R*/
.MainLotteryBox .Lottery_R{
  width: 60%;
  height: auto;
  position: relative;
  float: left;
}
.MainLotteryBox .Lottery_R ul{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.MainLotteryBox .Lottery_R ul li{
  width: 684px;
  height: 91px;
  position: relative;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/tab_rbg.png");
  background-repeat: no-repeat;
  margin: 0 0 2% 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2% 4%;
}

.MainLotteryBox .Lottery_R ul li h1{
  width: 80%;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
.MainLotteryBox .Lottery_R ul li p{
  width: auto;
  font-size: 14px;
  line-height: 30px;
  color: #cce3ff;
  font-weight: normal;
}
.MainLotteryBox .Lottery_R ul li a{
  width: 110px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/A3btn_n.png");
  background-repeat: no-repeat;
  text-align: center;
}
.MainLotteryBox .Lottery_R ul li a:hover{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/A3btn_p.png");
  background-repeat: no-repeat;
}

/*已完成*/
.MainLotteryBox .Lottery_R ul li .active{
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/A3btn_g.png");
  background-repeat: no-repeat;
  pointer-events: none;
}


/**/
.Lottery_ps {
  width: 40%;
  height: auto;
  position: absolute;
  left: 10px;
  top: 700px;
  display: inline-block;
}

.Lottery_ps p{
  font-size: 14px;
  line-height: 1.6;
  color: #cce3ff;
  word-wrap: break-word;
	white-space: pre-wrap;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*組隊*/
.MainA4 {
	height: 900px;
	width: 100%;
	position: relative;
  z-index: 0;
	margin: 0 auto;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/Img_A4.png"), url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/bg_04.png");
  background-repeat: no-repeat;
  background-position: center center, center center;
}

.MainA4 .content {
  transform: translateX(-120px);
}

#Title_03{
  width: 100%;
  height: 100px;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/title_03.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin: 15% 0 5% -6%;
}

.MainTeamBox{
  width: 80%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.MainTeamBox .TeamFriends{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.MainTeamBox .TeamFriends .TeamFriends_A{
  width: 270px;
  height: 395px;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/A4_teambg.png");
  background-repeat: no-repeat;
}
.MainTeamBox .TeamFriends .TeamFriends_B{
  width: 270px;
  height: 395px;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/A4_teambg2.png");
  background-repeat: no-repeat;
}
.MainTeamBox .TeamFriends .TeamFriends_C{
  width: 270px;
  height: 395px;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/A4_teambg2.png");
  background-repeat: no-repeat;
}

.TeamFriends .UserAvatar{
  width: 104px;
  height: 104px;
  display: block;
  margin: 15% 5% 5% 5%;
  box-shadow: 0px 5px 10px 0px #2c2b2f;
}

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

.Fr_01 .TeamAvatar{
  width: 104px;
  height: 104px;
  display: block;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/a4_user_bg.png");
  background-repeat: no-repeat;
  background-color: initial;
  margin: 5%;
  box-shadow: 0px 5px 10px 0px #2c2b2f;
}

.Fr_01 .TeamAvatar:hover{
  box-shadow: 0px 0px 20px 0px #fff;
}


.Fr_01 p{
  font-size: 15px;
  line-height: 30px;
  color: #dadada;
  background-color: #121317;
  display: block;
  border-right: 3px solid #28292D;
  border-left: 3px solid #28292D;
  padding: 0 5%;
}


.Fr_02{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2% 2% 0 2%;
}

.Fr_02 .TeamAvatar{
  width: 104px;
  height: 104px;
  display: block;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/a4_user_bg.png");
  background-repeat: no-repeat;
  background-color: initial;
  margin: 15% 5% 5% 5%;
  cursor: pointer;
}

.Fr_02 .TeamAvatar:hover{
  box-shadow: 0px 0px 20px 0px #fff;
}

.Fr_02 .TeamGift{
  width: 159px;
  height: 114px;
  display: block;
  margin: 16% 5% 0% 26%;
}

.TeamFriends_B .TeamGift {
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/a4_gift_bg1.png");
  background-repeat: no-repeat;
}

.TeamFriends_C .TeamGift {
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/a4_gift_bg2.png");
  background-repeat: no-repeat;
}


.Fr_02 p{
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  min-width: 130px;
  color: #dadada;
  background-color: #121317;
  display: block;
  border-right: 3px solid #28292D;
  border-left: 3px solid #28292D;
  padding: 0 5%;
  text-align: center
}

.TeamRule{
  font-size: 22px;
  line-height: 40px;
  color: #dadada;
  display: inline-block;
  position: absolute;
  right: 15%;
  bottom: 10%;
  text-decoration: underline;
  text-shadow: 0px 2px 10px #000000;
}

.TeamRule:hover{
  font-size: 23px;
  line-height: 40px;
  color: #ff9c00;
  text-decoration: underline;
  text-shadow: 0px 2px 10px #000000;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*遊戲特色*/
.MainA5 {
	height: 900px;
	width: 100%;
	position: relative;
  z-index: 0;
	margin: 0 auto;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/bg_05.png");
  background-repeat: no-repeat;
  background-position: center center;
}

#Title_04{
  width: 100%;
  height: 90px;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/title_04.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 5% auto 0;
}


/*adbn*/
.mainFeature {
}

.advertising {
  display: block;
}
.mb-advertising {
  display: none;
}
#d_tab29 ul, #d_tab29 li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#d_tab29 img {
  border: 0;
  vertical-align: top;
}
#d_tab29 {
  position: relative;
  text-align: left;
  height: 700px;
}
#d_tab29 .d_img {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
#d_tab29 .d_img li {
  position: absolute;
  display: none;
  z-index: 0;
}
#d_tab29 .d_img .cont {
  width: 100%;
  height: 87px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
}
#d_tab29 .d_img li img {
  width: 100%;
}
#d_tab29 .d_img li.d_pos1 {
  display: block;
  width: 600px;
  left: -15%;
  top: 25%;
  z-index: 1;
}
#d_tab29 .d_img li.d_pos2 {
  display: block;
  width: 900px;
  left: -5%;
  top: 15%;
  z-index: 2;
}
#d_tab29 .d_img li.d_pos3 {
  display: block;
  width: 1136px;
  left: 3%;
  top: 5%;
  z-index: 3;
  
}
#d_tab29 .d_img li.d_pos4 {
  display: block;
  width: 900px;
  right: -5%;
  top: 15%;
  z-index: 2;
}
#d_tab29 .d_img li.d_pos5 {
  display: block;
  width: 600px;
  right: -15%;
  top: 25%;
  z-index: 1;
}


#d_tab29 .d_menu {
  position: absolute;
  bottom: 4%;
  width: 100%;
  text-align: center;
  z-index: 50;
}
#d_tab29 .d_menu li {
  display: inline-block;
  zoom: 1;
  display:inline;
  width: 2%;
  height: 5px;
  cursor: pointer;
  margin-right: 1%;
  background-color: #fff;
}
#d_tab29 .d_menu li.d_select {
  background-color: #ffd621;
}


#d_tab29 .d_next {
  position: absolute;
  right: 17%;
  top: 50%;
  margin-top: -77px;
  z-index: 10;
  cursor: pointer;
}
#d_tab29 .d_prev {
  position: absolute;
  left: 17%;
  top: 50%;
  margin-top: -77px;
  z-index: 10;
  cursor: pointer;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.MainA6 {
	height: 900px;
	width: 100%;
	position: relative;
  z-index: 0;
	margin: 0 auto;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/bg_06.png");
  background-repeat: no-repeat;
  background-position: center;
}

.MainA6 h1{
  width: 100%;
  height: 90px;
  font-size: 40px;
  line-height: 80px;
  color: #a1b0eb;
  display: inline-block;
  margin: 5% auto 0;
  text-align: center;
}

/*icon*/
.MainFooter ul.FooterIcon  {
	width: 80%;
  height: 85px;
	display: flex;
	flex-direction: row;
	align-items: center;
  justify-content: center;
  padding: 0 2%;
  margin: 5% auto;
}
.MainFooter ul.FooterIcon li{
  position: relative;
  display: block;
  margin: 0 2%;
}

.MainFooter ul.FooterIcon li a{
  width: 70px;
  height: 70px;
  display: block;
  background-color: #4E5059;
  border: 2px solid #FFFFFF;
  background-size: 80%;
}

.GameIconF{
  height: 55px;
  background-position: center center;
  background-size: 100%;
}
.GameIconF:hover {
  height: 55px;
  background-position: top center;
  background-size: 120%;
}

#FIcon_01{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/icon_bilbil.png");
  background-repeat: no-repeat;
}
#FIcon_02{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/icon_wesing.png");
  background-repeat: no-repeat;
}
#FIcon_03{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/icon_qq.png");
  background-repeat: no-repeat;
}
#FIcon_04{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/icon_weibo.png");
  background-repeat: no-repeat;
}
#FIcon_05{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/icon_tiktok.png");
  background-repeat: no-repeat;
}
#FIcon_06{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/icon_g.png");
  background-repeat: no-repeat;
}
#FIcon_07{
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/icon_taba.png");
  background-repeat: no-repeat;
}


/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*立即預約*/
.MainContents {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 5%;
  
}

/*bg*/
.GameReserverBox {
	width: 659px;
	height: 441px;
	position: relative;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/lightbox01.png");
  background-repeat: no-repeat;
	display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}

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

.LBox_Title h1 {
  font-size: 37px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
}

.LBox_Title p{
  font-size: 18px;
  line-height: 50px;
  color: #bbc7e9;
}

/*btn*/
input[type="button"].LB_Btn {
  width: 30%;
  margin: 2% auto;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  font-weight: bold;
  color: #000;
  text-align: center;
  display: block;
  cursor: pointer;
  border: 0px none;
  background-color: #bbc7e9;
}

input[type="button"].LB_Btn:hover {
  background-color: #ffd621;
}




/*手機 驗證*/
.ReserverDataBox {
	height: auto;
	text-align:center;
	margin: auto;
  overflow: hidden;
  padding: 0 8%;
}
.ReserverDataBox ul {
	width: 100%;
	position:relative;
}
.ReserverDataBox ul li {
  display: flex;
  justify-content: space-between;
  height: auto;
  font-size: 18px;
  margin: 0% auto 2%;
}
.ReserverDataBox ul li:nth-child(1),
.ReserverDataBox ul li:nth-child(2){
  padding: 0 8%;
}

.ReserverDataBox ul li:nth-child(3) {
  margin: 0% auto 0%;
}

/**/
input.ReData{
  float: left;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  background-color: #252c3e;
  border: none;
  padding: 0 3%;
}

input[type="tel"].phone{
  width: 100%
}
input[type="text"].Code{
  width: 65%
}
input[type="button"].CodeBtn{
  width: 30%
}
input[type="button"].CodeBtn:hover {
  background-color: #ffd621;
}
input.CodeBtn{
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #000;
  text-align: center;
  display: block;
  cursor: pointer;
  border: 0px none;
  background-color: #bbc7e9;
}
input.CodeBtn.on {
  pointer-events: none;
}



/*錯誤提示*/
.ReserverDataBox ul li p.error {
 width: 100%;
 height: 20px;
 font-size: 15px;
 line-height: 20px;
 color: #ff4244;
 display: inline-block;
}
.ReserverDataBox ul li p{
  font-size: 18px;
  line-height: 24px;
  color: #bbc7e9;
  word-wrap: break-word;
	white-space: pre-wrap;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*活動規則*/
/*bg*/
.ReserveRuleBox {
	width: 781px;
	height: 809px;
	position: relative;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/lightbox02.png");
  background-repeat: no-repeat;
	display: flex;
  flex-direction: column;
}


.ReserverRuleData {
	height: auto;
	text-align: left;
	margin: 0 auto;
  overflow: hidden;
  padding: 4% 2%;
}

.ReserverRuleData p{
  font-size: 18px;
  line-height: 34px;
  color: #bbc7e9;
  word-wrap: break-word;
	white-space: pre-wrap;
}
.ReserverRuleData table{
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
  color: #bbc7e9;
  word-wrap: break-word;
	white-space: pre-wrap;
  text-align: center;
  border: 1px solid #bbc7e9;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*邀請好友*/
.InviteFriendBox {
	width: 1007px;
	height: 765px;
	position: relative;
  background-image: url("//wegame.gtimg.com/tgp_act/release/wegame/yhlh20250411/images/index/lightbox03.png");
  background-repeat: no-repeat;
	display: flex;
  flex-direction: column;
}


.InveteData {
	height: auto;
	text-align: center;
	margin: 25% 0 0 0;
  padding: 0 4% 0 50%;
  overflow: hidden;
  position: relative;
}

input.InviteData{
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  background: -webkit-linear-gradient(#7c849d 0%, #adb2c1 100%);
  background: -o-linear-gradient(#7c849d 0%, #adb2c1 100%);
  background: linear-gradient(#7c849d 0%, #adb2c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #fff;
  padding: 0 3%;
  margin: 0 auto;
}


/*btn*/
input[type="button"].LB_Btn {
  width: 30%;
  margin: 2% auto;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  font-weight: bold;
  color: #000;
  text-align: center;
  display: block;
  cursor: pointer;
  border: 0px none;
  background-color: #bbc7e9;
}

input[type="button"].LB_Btn:hover {
  background-color: #ffd621;
}




/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/




/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}