@import url("reset.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap');

html, body{
	width: 100%;
	font-family: Arial,"Noto Sans TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", "標楷體", sans-serif;
	padding:0;
	margin:0;
}

html{
	background: rgb(242,225,147);
	background: linear-gradient(0deg, rgba(250, 180, 189, 1) 0%, rgba(254,244,242,1) 100%);

}

body{
	position: relative!important;
	min-height: 100%;
	/* background:#fad6cf!important; */
	padding:0;
	margin:0;
}

.forPc{
	display: block!important;
}

.for_m{
	display: none!important;
}

.clearBoth{
	clear: both;
}


.clearfix:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

.d-flex{
	display: flex;
}

.align-center{
	align-items: center;
}

.han-row-flex{
	display: flex;
}

.han-col{
	width: 50%;
}

#loading{
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#loading img{
	width: 10%;
	height: auto;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.wholeWrapper{
	width: 1000px;
	margin: 0 auto;
	/* padding-top:50px; */
}


#logoBtn{
	width: 200px;
	height: auto;
	display: block;
	margin-left: 20px;
	position: absolute;
	left: 10px;
	top: 20px;
	z-index: 9;
}

a#logoBtn img{
	width: 100%;
	height: auto;
}

.pageBannerWrapper #logoBtn{
	width: 250px;
	height: auto;
	display: block;
	position: absolute;
	top:-20px;
	left: -30px;
}


/* ============================================================================= */

.mainBannerWrapper{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-top:3px;
	background: rgb(242,225,147);
	background: linear-gradient(0deg, rgba(250, 180, 189, 1) 0%, rgba(254,244,242,1) 100%);
}

.mainBannerWrapper img.backCloud{
	position: absolute;
	width: 80%;
	z-index: 1;
	left:50%;
	transform:translate(-60%,-50%);
}

.mainBanner{
	width: 1000px;
	height: 500px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 3;
/* 	background: #fff; */

}

.mainBanner img.talkingB{
	position: absolute;
	width: 250px;
	z-index: 2;
	left: -110px;
	top:150px;
	opacity: 0;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	//left:50%;
	//transform:translate(-60%,-50%);
}

#bannerItem{
	width: 500px;
	height: 330px;
	position: absolute;
	right: 70px;
	top:50px;
/* 	background: #fff; */
}


#mainPic{
	width: 500px;
	height: 400px;
	background: url("../images/2024/mainTitle.png?v=3.2");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 26%;
	bottom: -120px;
	opacity:0;
	z-index: 3;
}

#heartItem{
	width: 900px;
	height: 550px;
	background: url("../images/2025/mainTitleItem5.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 120px;
	top: -50px;
	opacity:0;
	z-index: 1;
}



#title1{
	width: 150px;
	height: 192px;
	background: url("../images/title1.png?v=2");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -50px;
	top: -10px;
	z-index: 4;
	opacity: 0;
}


#title2{
	width: 420px;
	height: 160px;
	background: url("../images/title2.png?v=2");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 100px;
	top: -5px;
	z-index: 5;
	opacity: 0;
}


#title3{
	width: 200px;
	height: 200px;
	background: url("../images/2025/mainTitleItem4.png?v=2");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -200px;
	top: 280px;
	z-index: 6;
	opacity: 0;
}


#title4{
	width: 120px;
	height: 90px;
	/* background: url("../images/2024/mainTitleItem3.png?v=2"); */
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -180px;
	top: -10px;
	z-index: 4;
	opacity: 0;
}


#title5{
	width: 180px;
	height: 150px;
	background: url("../images/2025/mainTitleItem2.png?v=2.3");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 230px;
	top: 55px;
	z-index: 10;
	opacity: 0;
}

#title6{
	width: 220px;
	height: 220px;
	/* background: url("../images/2024/mainTitleItem1.png?v=2"); */
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 80px;
	top: 80px;
	z-index: 2;
	opacity: 0;
}


#smallTitle{
	width: 445px;
	height: 46px;
	background: url("../images/smallTitle.png") #fff;
	background-size: 415px auto;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 30px;
	z-index: 8;
	border-radius: 23px;
}



.smallTitle{
	font-size: 1.65em;
	color: #ea545d;
	margin-bottom:10px;
	line-height: 1.4;
	font-weight: bolder;
	text-align: justify;
/* 　text-justify: inter-ideograph;
　-ms-text-justify: inter-ideograph; 
　-moz-text-align-last:justify; 
　-webkit-text-align-last:justify;  */
}

.smallTitle span{
	text-shadow: -1px -1px 2px #ffffff, 1px -1px 2px #ffffff, -1px 1px 2px #ffffff, 1px 1px 2px #ffffff;
}

.smallTitle:after {
　content:"";
　display: inline-block;
　width: 100%;
}

#mainContentBox{
	width: 600px;
	position: absolute;
	left:210;
	/* transform:translate(0%,0%); */
	bottom: 20px;
	opacity: 0;
	z-index: 9;
}

#mainContentBox img.smallTitle{
	width:100%;
	height: auto;
	margin-bottom: 10px;
}

#mainContentBox .smallTitle span{
	font-size: 1.5rem;
}


#mainContentBox  h2{
	font-size: 1.1em;
	line-height: 1.4;
	font-weight: 400;
}

#mainContentBox  h2 b{
	font-weight: bold;
}

#mainContentBox a#joinBtn{
	width: 139px;
	height: 158px;
	display:block;
	background: url(../images/joinIn.png) no-repeat center center;
	background-size: 80%;
	position: absolute;
	right: 30px;
	bottom: 0px;
}

#mainContentBox p{
	font-size: 1em;
	color: #222;
	line-height: 1.6;
	font-weight: 500;
}

.mainMenu{
	width: 100%;
	height: 50px;
	background: #fff;
	//margin-bottom:40px;
	display: block;
}

.mainMenuBar{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}

.mainMenuBar a:link, .mainMenuBar a:visited{
	padding:0 10px;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	color: #888;
	line-height: 50px;
	letter-spacing: 1px;
	 transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
   position: relative;
  
}

.mainMenuBar a:hover{
	color: #ce3959;
/* 	 border-bottom: 2px #ce3959 solid; */
}

.mainMenuBar a img{
	position: absolute;
	width: auto;
	height: 30px;
	left: -30px;
	top:8px;
	transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
}

.mainMenuBar a:hover img{
	width: auto;
	height: 35px;
	left: -33px;
	top:8px;
	transform: rotate(-10deg);
}

.mainWrapper{
	width: 100%;
	height: auto;
	background: #f8f0d8;
	margin-bottom: 20px;
}

.mainWrapperContent{
	width: 1200px;
/* 	height: 400px; */
	margin: 0 auto;
	padding: 30px 10px;
	
}

.indexPage .mainWrapperContent{
	padding-top: 50px;
	padding-bottom:50px;
	display: flex;
}

.mainWrapperContent .contentBox{
	width: 100%;
}


.mainWrapperContent .contentBox.intro{
	text-align: center;
	margin-bottom: 70px;
	padding-top: 30px;
	position: relative;
/* 	border-radius: 10px; */
	padding: 30px;
	border-top:1px solid #fff;
/* 	border-bottom:1px solid #fff; */
	
}

.mainWrapperContent .contentBox.intro span{
	position: absolute;
	top:-2px;
	left:50%;
	color: #fff;
}

.indexPage .mainWrapperContent .contentBox.intro{

	padding-bottom: 20px;
}


.mainWrapperContent .contentBox.intro p{
	line-height: 1.6;
	font-weight: 400;
	font-size: 15pt;
	margin-bottom: 15px;
	color: #ce3959;
}

.mainWrapperContent .contentBox.intro p b{
	color: #ce3959;
	font-size: 1.5em;
	font-weight: 500;
}

.mainWrapperContent .contentBox.intro p.introTitle{
	position: absolute;
	top:-80px;
	left:50%;
	margin-left: -25%;
}

.mainWrapperContent .contentBox.intro p.introTitle b{
	font-size: 2em;
	font-weight: 600;
	
/*
	color: #ce3959;*/
	text-shadow:
	-1px -1px 3px #ce3959,  
	 1px -1px 3px #ce3959,
	-1px  1px 3px #ce3959,
	 1px  1px 3px #ce3959;
	 
	 
	color: #fff;
}

.mainWrapperContent .contentBox.left h2{
	font-size: 1.3em;
	color: #000;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #EE8593;
}

.mainWrapperContent .contentBox p{
	font-size: 1em;
	color: #222;
	line-height: 1.6;
	font-weight: 500;
}

.mainWrapperContent .contentBox.gift{
	width:100%;
	padding: 0px;
	position: relative;
	height: auto;
/* 	background: #fff; */
	border-radius: 25px;
	display: flex;
	flex-direction: row;
}

.mainWrapperContent .contentBox.gift a.giftLink{
	width:50%;
	height:auto;
	display: block;
}

.mainWrapperContent .contentBox.gift a.giftLink img{
	width:100%;
	height:auto;
}


.mainWrapperContent .contentBox.gift .carousel-row{
	width:50%;
}


.mainWrapperContent .contentBox.gift .carousel-row .carousel-col{
	background: url('../images/storyBack_v2.jpg');
	background-repeat: no-repeat;
	background-size: 85%;
	background-position:center;
	display: flex;
	flex-direction: column;
}

/* #storysCarousel{
	width:90%;
} */

.storybtnbox{
	position: relative;
	padding-top: 2rem;
	padding-right: 3rem;
}


.mainWrapperContent .contentBox.gift .carousel-row .carousel-col a.storysBtn{
	position: relative;
	
}


.mainWrapperContent .contentBox.gift .carousel-row .carousel-col a.storysBtn img{
	width:auto;
	height:50px;
}

.mainWrapperContent .contentBox.gift .carousel-row h5{
	display: none;
}


.mainWrapperContent .contentBox.gift .carousel-item img{
	width:auto!important;
	margin:0 auto;
	max-height: 330px;
}

span.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

span.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next{
	justify-content:start!important;
}

.carousel-control-prev{
	justify-content:end!important;
}

.mainWrapperContent .contentBox.gift p{
/* 	position: absolute; */
	font-size: 0.9em;
	color: #222;
	line-height: 1.4;
	font-weight: 300;
	width: 450px;
	bottom: 0px;
/* 	left: 5px; */
}

.mainWrapperContent .contentBox.gift p.giftText{
	padding-left: 50px;
}

.mainWrapperContent .contentBox.gift p.giftText b{
	line-height: 2;
}


.mainWrapperContent .contentBox.gift .eventText{
	width: 100%;
	font-size: 20pt;
	color: gray;
	padding-left: 0px;
	position: absolute;
	z-index: 88;
	bottom: 30px;
	left: 25px;
/*
	background: url(../images/giftAll_large.png) no-repeat center center;
	background-size: 100% auto;
*/
}

.mainWrapperContent .contentBox.gift .eventText img{
	width: 100%;
	height:auto;
	margin-bottom: 20px;
}


.mainWrapperContent .contentBox.gift .eventText p{
	position: relative;
	margin-bottom: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.mainWrapperContent .contentBox.gift .eventText b{
	color: #ff3162;
	text-shadow:
	-1px -1px 0 #fff,  
	 1px -1px 0 #fff,
	-1px  1px 0 #fff,
	 1px  1px 0 #fff;
}

.mainWrapperContent .contentBox.gift .eventText span{
	font-weight: bold;
}

.mainWrapperContent .contentBox.gift img.mainRightContentTitle{
	width:56%;
	height: auto;
	margin-bottom: 10px;
	position: absolute;
	z-index: 13;
	top:-10px;
}

.mainWrapperContent .contentBox.gift img.logo{
	width:50%;
	height: auto;
	margin-bottom: 10px;
}



.mainWrapperContent .contentBox.gift img.gift{
	position: absolute;
}


.mainWrapperContent .contentBox.gift img.gift.one{
	width: 220px;
	height: auto;
	top:80px;
	right:350px;
	z-index: 12;
}

.mainWrapperContent .contentBox.gift img.gift.two{
	width: 220px;
	height: auto;
	top:120px;
	right:120px;
	z-index: 11;
}


.mainWrapperContent .contentBox.gift img.gift.three{
	width: 180px;
	height: auto;
	top:-60px;
	right:320px;
	z-index: 10;
}

.mainWrapperContent .contentBox.gift img.gift.four{
	width: 180px;
	height: auto;
	top:0px;
	right:220px;
	z-index: 10;
}

.mainWrapperContent .contentBox.gift img.gift.all{
	width: 100%;
	height: auto;
	top:0px;
	left:0px;
	z-index: 11;
	position: absolute;
}


.mainWrapperContent .videoWrapper{
	width:50%;
	background: url("../images/videoBack.png?v=2");
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 40px 10px;
	margin-left: 1rem;
}

.mainWrapperContent .videoWrapper .embedVideo{
	width:90%;
	position: relative;
	padding-bottom: 50.625%; 
	overflow: hidden;
	border-radius: 20px;
	margin: 0 auto;
}

.mainWrapperContent .embedVideo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mainWrapperContent .embedVideo iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.storyWrapper .storyBody{
	width:100%;
	height:auto;
	display: flex;
}


.pic-row{
	justify-content: flex-start;
	flex-wrap: wrap;
}

.pic-row a{
	width:calc(100%/4);
}



.pic-row a img{
	width:100%;
	height:auto;
}

a#joinBtn{
	width: 170px;
	height: 134px;
	display:block;
	background: url(../images/joinIn.png?v=3) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: -120px;
	top: 40px;
	z-index: 14;
	transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   transform: rotate(-10deg);
}

/*
a#joinBtn:hover{
	width: 180px;
	transform: rotate(0deg);
	left: -70px;
	top: -30px;
}
*/



/* page star ======================================== */


.pageBannerWrapper{
	width: 100%;
	position: relative;
	margin-bottom: 0px;
}

.pageBannerWrapper a.homeBtn{
	position: absolute;
	width: 60px;
	height: 60px;
	bottom:10px;
	left: 30px;
	display: block;
	background: url(../images/2025/btn_homeBtn.png) no-repeat center center;
	background-size: 40px;
	transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   transform: rotate(0deg);
}

.pageBannerWrapper a.homeBtn:hover{
	 transform: rotate(10deg);
}

.pageBannerWrapper .pageMenuMainPic{
	width: auto;
	height: auto;
	display: flex;
	justify-content: space-between;
/* 	background: pink; */
	padding-left: 80px;
	box-sizing: border-box;
}


.pageBannerWrapper .pageMenuMainPic img.pageMainPic{
	
	width: 900px;
	height: auto;
/* 	float: left; */
}


.pageMenu{
	width: 60%;
	float: right;
	display: block;
	padding-top: 50px;
	margin-left: 2%;

}

.pageMenu a:link,.pageMenu a:visited{
	padding: 0 26px;
/* width: 100%; */
	height: 50px;
	display: block;
	line-height: 50px;
	background: #fff;
	display: block;
	text-decoration: none;
	font-size: 14pt;
	margin:5px 6px;
	float: left;
	border-radius: 12px;
	margin-left: 5px;
	color: #ce3959;
	 transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;	
}


.pageMenu a:hover{
	background: #ce3959;
	color: #fff;
}



.mainPageWrapper{
	width: 100%;
	background: #fef7eb;
	padding: 40px 50px;
	margin-bottom: 30px;
	border-radius: 20px;
	padding-bottom: 30px;
	box-sizing:border-box;
}

.mainPageWrapper h1{
	font-size: 1.8em;
	font-weight: 300!important;
	line-height: 1.6;
	color: #333;
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 500;
	border-bottom: 2px dotted #fff;
	margin-bottom: 30px;
	padding-bottom: 10px;
	letter-spacing: 0.05em;
}

.mainPageWrapper h1 span{
	font-size: 1.3em;
	font-family: "Noto Sans TC", sans-serif;
	color: #ce3959;
}


.mainPageWrapper.pageOne h1::before {
	content: url('../images/2025/menuBtn1.png');
	display: inline-block;
	width: 45px; 
	height: 45px;
	margin-right:5px;
}


.mainPageWrapper.pageTwo h1::before {
	content: url('../images/2025/menuBtn2.png');
	display: inline-block;
	width: 40px; 
	height: 40px;
	margin-right:5px;
}


/* .mainPageWrapper.pageThree h1{
	background: url(../images/menuBtn3.png) left top no-repeat ;
	background-size: 60px auto;
} */

.mainPageWrapper.pageThree h1::before {
	content: url('../images/2025/menuBtn3.png');
	display: inline-block;
	width: 40px; 
	height: 40px;
	margin-right:5px;
}

/* .mainPageWrapper.pageFour h1{
	background: url(../images/menuBtn4.png) left top no-repeat ;
	background-size: 60px auto;
} */

.mainPageWrapper.pageFour h1::before {
	content: url('../images/2025/menuBtn4.png');
	display: inline-block;
	width: 40px; 
	height: 40px;
	margin-right:5px;
}



.mainPageWrapper.pageFive h1::before {
	content: url('../images/2025/menuBtn5.png');
	display: inline-block;
	width: 40px; 
	height: 40px;
	margin-right:5px;
}


.mainPageWrapper.pageThree ol{}

.mainPageWrapper.pageThree ol li{
	font-size:1.2em;
	line-height: 1.6;
}

/* 獲獎名單頁面 */

.mainPageWrapper.winnerlistP .winnerNote{
	width: 100%;
	height: auto;
	padding: 0px;
}

.mainPageWrapper.winnerlistP .winnerNote p.ming-font{
	font-family: 'Noto Serif TC', serif;
	font-weight: bold;
	font-size: 1.2rem;
	color:#ce3959;
	
}

.mainPageWrapper.winnerlistP .winnerNote p.clickguid{
	color:#ce3959;
	display: flex;
	align-items: center;
}

.mainPageWrapper.winnerlistP .winnerNote p.clickguid img{
	width:30px;
	height:auto;
	margin-right:.35rem;
}

.mainPageWrapper.winnerlistP .winnerNote .noteText{
	padding: 15px;
	border: 1px solid #ea545d;
	margin-bottom: 30px;
	background: #feeced;
}

.mainPageWrapper.winnerlistP .winnerNote .noteText ul{
	margin-bottom: 0px;
	list-style: disc;
}

.mainPageWrapper.winnerlistP .winnerNote .noteText ul li{
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.4;
}

.mainPageWrapper.winnerlistP .winnerNote .noteText p{
	margin-bottom: 0;
}

.mainPageWrapper.winnerlistP .winnerNote a.downloadBtn:link,
.mainPageWrapper.winnerlistP .winnerNote a.downloadBtn:visited{
	width: 300px;
	height: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	font-size: 20pt;
	color: #fff;
	background: #ea545d;
	border-radius:40px;
	border:2px solid #ea545d;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	margin-bottom: 30px;
}


.mainPageWrapper.winnerlistP .winnerNote a.downloadBtn:hover{
	color: #ea545d;
	background: #fff;
}


.mainPageWrapper.winnerlistP table{
	width: 100%;
}

.mainPageWrapper.winnerlistP table tr{
	background: #fff;
}

.mainPageWrapper.winnerlistP table tr:nth-child(odd){
	background: #feeced;
}

.mainPageWrapper.winnerlistP table tr td,
.mainPageWrapper.winnerlistP table tr th{
	line-height: 3.4;	
	padding: 0px 20px;
}

.mainPageWrapper.winnerlistP table tr td:nth-child(2),
.mainPageWrapper.winnerlistP table tr td:nth-child(3){
	text-align: center;
}

.mainPageWrapper.winnerlistP table tr th{
	background: #ea545d;
	color: #fff;
	text-align: center;
}

.mainPageWrapper.winnerlistP .winnerNote table{
	margin-bottom: 30px;
}

.mainPageWrapper.winnerlistP .winnerNote table tr td{
	text-align: left;
	font-size: 1.2em;
}


.mainPageWrapper h2{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2;
	text-shadow: -1px -1px 3px #ce3959, 1px -1px 3px #ce3959, -1px 1px 3px #ce3959, 1px 1px 3px #ce3959;
	color: #fff;
}

.mainPageWrapper h2.dateText{
	color: #ffffbc;
	padding-left: 55px;
	background: url(../images/iconCalenda.png) no-repeat left bottom;
	background-size: auto 55px;
	margin-bottom: 20px;
}

.mainPageWrapper p{
	font-size: 1.1rem;
	color: #000;
	line-height: 1.6;
	margin-bottom: 1rem;
	font-weight: 300;
}


.mainPageWrapper p b{
	color: #000;
}

.mainPageWrapper .borrowProcess{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.mainPageWrapper .borrowProcess .processText{
	width: 35%;
	text-align: center;
	background: #e69ed3;
	padding: 5px;
	border-radius: 12px;
	height: auto;
	font-size: 12pt;
}

.mainPageWrapper .borrowProcess .processText:before{
	  content:'';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.mainPageWrapper .borrowProcess .processText p{
display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.mainPageWrapper .borrowProcess .processText.arrow{
	width: 8%;
	background: none;
	font-size: 20pt;
	line-height: 0.2;
}


.mainPageWrapper .borrowProcess .processText.arrow:before{
 content:'';
  display: inline-block;
  height: 0%;
  width: 0;
  vertical-align: middle;
}


.mainPageWrapper .borrowProcess .processText.arrow p.deskTop{
	display: block;
	color: #ce3959;
	font-size: 3rem;
}

.mainPageWrapper .borrowProcess .processText.arrow p.mobile{
	display: none;
}

.mainPageWrapper .giftBoxWrapper{
	width: 100%;
	/* height: 1020px; */
	position: relative;
	
}

.mainPageWrapper .giftBoxWrapper .giftRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 40px;
}



.mainPageWrapper .giftBoxWrapper.set2025 .giftRow img{
	width: 100%;
	height:auto;
}


.mainPageWrapper .giftBoxWrapper .giftBox{
	margin: 0 30px;
}

.awardTextBox{
	width:100%;
	text-align: right;
	margin-bottom:1rem;
}

.awardTextBox img.awardText{
	width:323px;
	height: auto;
}

/* .mainPageWrapper .giftBoxWrapper .giftBox{
	background: #fff;
	padding: 20px;
	width: 30%;
	
	margin-left: 20px;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 30px;
	height: 430px;
	
} */


.mainPageWrapper .giftBoxWrapper .giftBox{
	background: #c9e9e5;
	padding: 20px;
	width: 250px;
	height: 250px;
	margin-left: 20px;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 30px;
	
}

.mainPageWrapper .giftBoxWrapper .giftBox.nopadding{
	padding:0;
}

.mainPageWrapper .giftBoxWrapper .giftBox h3{
	font-size: 1.1em;
	line-height: 1.4;
	color: #545454;
	font-weight: 400;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic{
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 30px;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic img{
	width: 90%;
	height: auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}


.mainPageWrapper .giftBoxWrapper .giftBox.withPic.book .giftPic img{
	width: 70%;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic.gift2 img{
	width:100%;
	
}



.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic.gift1 img{
	width:120%;
	
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic.gift3 img{
	width:100%;
	
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic.gift4 img{
	width:120%;
	
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic.gift5 img{
	width:110%;
	
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic .giftPic.gift6 img{
	width:55%;
}




.mainPageWrapper .giftBox ul{
	list-style: disc;
	margin-left: 40px;
}

.mainPageWrapper .giftBox ul li{
	line-height: 1.5;
}

/* 各禮物位置 */

/*
.mainPageWrapper .giftBoxWrapper .giftBox.withPic.omronOne{
	top:10%;
	left: 20%;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.omronTwo{
	top:20%;
	left: 30%;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.hotelTix{
	top:-30%;
	left: 60%;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.playTix{
	top:60%;
	left: 70%;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.cookie{
	top:40%;
	left: 80%;
}

.mainPageWrapper .giftBoxWrapper .giftBox.withPic.book{
	top:80%;
	left: 50%;
}
*/


.donateWay{
	padding: 20px 0;
	border-top: 2px dotted #fff;
}


.donateWay.howTo h2{
	margin-bottom:15px;
}


.donateWay ul{
	margin-left: 0px;
	list-style: none;
}

.donateWay ul li{
	line-height: 1.5;
	
}


.donateWay ul li .donaeRow{
	display:flex;
	margin-bottom:15px;
}


.donateWay ul li .donaeRow .donateIcon{
	width:60px;
	height:auto;
}

.donateWay ul li .donaeRow .donateIcon img{
	width:100%;
	height:auto;
}


.donateWay ul li .donaeRow .donateText{
	margin-left:10px;
	width:90%;
}


.donateWay ul li h3{
	margin-bottom: 10px;
}


.donateWay ul li h3 a:link, .donateWay ul li h3 a:visited {
	color: #201a77;
	text-decoration: none;
}

.donateWay ul li h3 a:hover{
	color: #ff3589;
	text-decoration: underline;
}



.donateWay ul li h3 a img{
	width: 15px;
	height: auto;
}

.donateWay ol{
	margin-left: 20px;
}



.donateWay ol li{
	border-bottom: 1px solid #EE8593;
	margin-bottom: 20px;
}

.donateWay.hairDonate ol li{
	border-bottom: 0px;
	line-height: 1.5;
	margin-bottom: 0px;
}

.donateWay ol li h3, .donateWay ul li h3{
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.5;
	color: #ce3959;
}

.donateWay.howTo ul li h3{
	color: #201a77;
}


.donateWay ol li p{
	margin-bottom: 10px;
	font-size: 1em;
}

.donateWay ol li p.sec{
	margin-bottom: 5px;
}


.donateWay.QA{
	border-top:0;
}



.donateWay.QA ol{
	list-style: none;
	margin-left: 0px;
	
}

.donateWay.QA ol li{
	margin-bottom: 20px;
	background: #fff;
	padding: 20px;
	border-bottom: 0;
	border-radius: 15px;
	padding-bottom: 10px;
	padding-left: 50px;
	position: relative;
}

.donateWay.QA ol li h3{
	margin-bottom: 10px;
}

.donateWay.QA ol li:before{
	content: "Q";
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ce3959;
	color: #fff;
	line-height: 40px;
	font-size: 1.5em;
	text-align: center;
	top:7%;
	left: -1%;
}

.donateWay .borrowPicBox{
	width: 90%;
	position: relative;
}


.donateWay.hairDonate.luckyDrawP ol li p{
	margin-bottom: 10px;
	font-size: 1em;
}


.donateWay .noteContent{
	margin-bottom:3rem;
	font-size: 0.9em;
	padding:10px;
	border: 1px solid #35b8b3;
}

.donateWay .noteContent h3{
	line-height: 2;
	margin:0;
}

.donateWay .noteContent ul{
	list-style-type: disc;
	margin-left:20px;
	margin-bottom:0px;
}

.donateWay .noteContent ul li{
	
}


.donateWay.hairDonate.forBorrow{
	display: flex;
}


.donateWay.hairDonate.forBorrow .borrowNote{
	width:60%;
}

.donateWay.hairDonate.forBorrow .borrowOnline{
	width:40%;
	height: auto;
	display: block;
	background:#ea545d;
	padding:10px;
	margin: 10px;
	border-radius: 10px;
	transform: rotate(5deg);
	-webkit-box-shadow: 3px 3px 2px rgba(120,30,40,.6);
	-moz-box-shadow: 3px 3px 2px rgba(120,30,40,.6);
	box-shadow: 3px 3px 2px rgba(120,30,40,.6);
	margin-left: 20px;
}

.donateWay.hairDonate.forBorrow .borrowOnline h3{
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 10px;
	color:#fef7eb;
}

.donateWay.hairDonate.forBorrow .borrowOnline .notedotLine{
	border: 1px dotted #fff;
	border-radius: 10px;
	padding:15px;
	
}

.donateWay.hairDonate.forBorrow .borrowOnline .notedotLine p{
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #fff;
}


.donateWay.hairDonate.forBorrow .borrowOnline .notedotLine a:link, .donateWay.hairDonate.forBorrow .borrowOnline .notedotLine a:visited{
	text-decoration: none;
	text-align: center;
	background: #535595;
	color:#fff;
	width:100%;
	padding:10px 20px;
	border-radius:10px;
	font-size: 1.2rem;
	line-height:1.4;
	display: block;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.donateWay.hairDonate.forBorrow .borrowOnline .notedotLine a:hover{
	background: #535595;
}

/*
.donateWay .borrowPicBox img{
	position: absolute;
	width: 48%;
	margin-left: 2%;
	border-radius: 50%;
}
*/

.mainPageWrapper.pageFour{
	position: relative;
}

.mainPageWrapper.pageFour .picItem{
	position: relative;
	display: block;
}

.mainPageWrapper.pageFour .picItemBox .borrowWigPic_m{
	display: none;
}



/* .mainPageWrapper.pageFour .picItem{
	width: 250px;
	height: 250px;
	border-radius: 125px;
	overflow: hidden;
	background-size: 180%;
	background-position: -180px 0px;
	top:310px;
	right: 120px;
	
} */

.mainPageWrapper.pageFour .picItem img{
	position: relative;
	width: 80%;
	height: auto;
	top: -10px;
	left: 0px;
}



a.toLuckyDraw{
	width: 510px;
	height: 80px;
	text-decoration: none;
	
	background: #ce3959;
	border:2px solid #ce3959;
	text-align: right;
	padding-right: 30px;
	
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	border-radius: 40px;
	transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   position: relative;
}

a.toLuckyDraw p{
	font-size: 1.5em;
	line-height: 1.5;
	color: #fff;
	position: absolute;
	right: 3%;
	top:50%;
	transform:translate(-3%,-50%);
}

a.toLuckyDraw:hover{
	background: #fff;
	
}

a.toLuckyDraw:hover p{
	color: #ce3959;
}

a.toLuckyDraw img{
	position: absolute;
	top:7px;
	left:1%;
	width: auto;
	transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
	height: 80%;
	
}

a.toLuckyDraw:hover img{
	top:0px;
	left:-1%;
	height: 100%;
	transform: rotate(-10deg);
}

/* page end ======================================== */


.footer{
	width: 100%;
	margin: 0 auto;
	
	
	position: relative;
	padding-bottom: 20px;
}

.footer-col{
	width:1100px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.footer-col .mainLogo{
	width:100%;
	margin-bottom:1rem;
}

.footer-col .mainLogo img{
	width:80%;
	height:auto;
}

.footer-col .mainLogo img.logo{
	display: block;
}



.footer-col .footerInfo{
	display: flex;
}

.footer-col .footerInfo p{
	padding: 0 1rem;
}


.footer .mainLogo,.footer .sponsorLogo{
	display: flex;
	align-items:flex-start;
	align-content:flex-start;
}


.footer .mainLogo p{
	font-size:.9em;
	color:#333;
}


.footer .sponsorBox p{
	font-size:.8em;
	color:#076874;
}

.footer .sponsorBox p::after{
	content: ' /';
	display:inline-block;
	color:#076874;
	white-space: pre;
}

.footer .sponsorLogo img{
	width:auto;
	height:35px;
	margin:10px;
}


/* .footer img.logo{
	width: 360px;
	height: 60px;
} */

/* .footer .mainLogo img{
	width:auto;
	height:40px;
	margin:10px;
	margin-right:15px;
} */


.footer p{
	font-size: 1em;
	line-height: 1.4;
}



/* 手機版 */

.mainMenu_m{
	display: none;	
}


.mainBannerWrapper_m{
	display: none;
}

#mainContentBox_m{
	display:none;
}


.contentBox.mobile{
	display: none;
}

.contentBox.deskTop{
	display: flex;
	align-items: center;
}



