@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: MicrosoftJhengHeiRegular;
	src: url(../fonts/MicrosoftJhengHeiRegular.ttf) format("truetype");
}

body
{
	font-size: 15px;
	/* font-family: Microsoft JhengHei, Verdana, Arial, Helvetica, sans-serif; */
	font-family: MicrosoftJhengHeiRegular, Microsoft JhengHei, Verdana, Arial, Helvetica, SimSun, serif;
	line-height: 1.7;
	color: #666666;
	margin:0px;
	padding:0px;
	
	background-image:url( ../../images/bg/concrete_seamless.png );
	/*
	========================================================
	This pattern is downloaded from www.toptal.com/designers/subtlepatterns/ 
	If you need more, that's where to get'em.
	========================================================
	*/
	
	scroll-behavior: smooth;
}
html, body {
    height: 100%;
}

a, a:link, a:visited, a:active, a:hover
{
	color: #666666;
    text-decoration: none;
}

.goLink
{
	color: #0066CC !important;
}

.goLink:hover
{
	text-decoration: underline !important;
}

img
{
	border: 0px;
}

/* html content img */
.contImgControl img
{
	max-width:100%;
	height:unset !important;
}
.contMinHeight
{
	min-height:200px;
}

pre
{
	white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
	
	/* 覆蓋瀏覽器預設 */
	padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
	color: #757575;
	
	font-size:15px;
	line-height: 1.5;
}


/* xs version */
@media (max-width: 768px) 
{
	
}


/* 
.row{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.row [class="col-"]{
	display: flex;
	flex-direction: column;
}*/


/* form field style */
.formStyle
{
	border-left:0px;
	border-right:0px;
	border-top:0px;
	background-color:transparent;
	-webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
.formStyle::-webkit-input-placeholder
{
	color:#CCC;
}
.formStyle:-moz-placeholder
{
	color:#CCC;
}
.formStyle::-moz-placeholder
{
	color:#CCC;
}
.formStyle:-ms-input-placeholder
{
	color:#CCC;
}
.formStyle:-moz-placeholder
{
	color:#CCC;
}
.genderTag
{
	display:inline-block;
	background-color:#DDD;
	color:#FFF;
	padding:5px;
	cursor:pointer;
}
.tagFocus
{
	background-color:#78c7c6;
	color:#FFF;
}


/* padding margin setting */
.paddingTop10px
{
	padding-top: 10px;
}

.paddingBtm10px
{
	padding-bottom: 10px;
}
.paddingBtm20px
{
	padding-bottom: 20px;
}

.marginTop10px
{
	margin-top: 10px;
}
.marginTop20px
{
	margin-top: 20px;
}

.marginTop30px
{
	margin-top: 30px;
}

.marginTop50px
{
	margin-top: 50px;
}

.marginTop100px
{
	margin-top: 100px;
}

.marginBtm10px
{
	margin-bottom: 10px;
}

.marginBtm20px
{
	margin-bottom: 20px;
}

.marginBtm30px
{
	margin-bottom: 30px;
}

.marginBtm50px
{
	margin-bottom: 50px;
}

.marginBtm100px
{
	margin-bottom: 100px;
}

.imgAreaContain
{
	width:100%;
	position:relative;
	/* -webkit-background-size:contain;
	background-size:contain; */
	-webkit-background-size:cover;
	background-size:cover;
	background-color:#F0EFEF;
	background-repeat:no-repeat;
	background-position: center;
	
	overflow:hidden;
}

/* page */
.pageDiv
{
	border:1px solid #4c73bd;
	color: #4c73bd;
	border-radius:5px;
	width:25px;
	height:25px;
	display:inline-block;
	margin:1%;
	line-height:23px;
	
	cursor:pointer;
	
	transition: all .15s ease-in-out;
}
.pageDiv span
{
	line-height:23px;
}

.actPage, .pageDiv:hover
{
	border:1px solid #4c73bd;
	background-color: #4c73bd;
	color: #FFF;
	border-radius:5px;
	width:25px;
	height:25px;
	line-height: 23px;
	display:inline-block;
	margin:1%;
	
	cursor:pointer;
}
/* page */

/* btn */
.moreBtn, .backBtn
{
	display:inline-block;
	background-color: rgba( 76,115,189, 1 );
	font-size: 14px;
	width: 60px;
	color: #FFF;
	padding: 3px;
}
.moreBtn:hover,.backBtn:hover
{
	background-color: rgba( 76,115,189, .8 );
	
	-webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}



/* paragraph */
.word-break
{
	word-wrap:break-word;
	overflow-wrap:break-word;
	word-break: break-all;
}
.vertical-write
{
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.vertical-write-en
{
	text-orientation: upright;
}
.text-justify
{
	text-align: justify;
	text-justify:inter-ideograph;
}

.drop-shadow
{
	-webkit-filter: drop-shadow( 2px 2px 6px rgba(0, 0, 0, 0.7) );
    filter: drop-shadow( 2px 2px 6px rgba(0, 0, 0, 0.7) );
}



/* border */
.radius
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.radius10px
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/*-- object --*/
#gotop 
{
	display:none;
	
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	border-radius:100%;
	background:rgba(0,0,0,.5);
	cursor:pointer;
	
	z-index: 101;
}

#page_title
{
	position:absolute;
	top:70px;
	right:40px;
}
#page_title>img
{
	width:4vh;
}

#page_title_horizontal
{
	position:absolute;
	top:10px;
	left:110px;
}
#page_title_horizontal>img
{
	height:30px;
}


.pin_black
{
	background: #000;
    background-image: -webkit-radial-gradient(#999 0%, #000 50%);
    background-image: -moz-radial-gradient(#999 0%, #000 50%);
    background-image: -o-radial-gradient(#999 0%, #000 50%);
    background-image: radial-gradient(#999 0%, #000 50%);
}

/*--20210204 add slider arrow --*/
.slider_relative
{
	position:relative;
}
.block_arrow
{
	position: absolute;
	top:45%;
    /* background: rgba(255,255,255,0.5); */
    background: rgba(0,0,0,0.5);
	color:#FFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
	text-align:center;
    padding-top: 7px;
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	z-index:100;
	outline:none;
	
	transition: all .15s ease-in-out;
}
.block_arrow:hover
{
	width: 32px;
    height: 32px;
	/* background: rgba(255,255,255,0.8); */
    background: rgba(0,0,0,0.8);
	padding-top: 10px;
	-moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.arrow_left
{
	left:0px !important;
}
.arrow_right
{
	right:0px !important;
}
.cursor
{
	cursor:pointer;
}

/*20210206 add*/
.fed_goto_info {
	color:#757575;
	line-height: 1.3;
	outline:none;
	cursor:pointer;
	margin-bottom:5px;
	
	transition: all .15s ease-in-out;
}
.fed_goto_info_fb{
	width:40px;
	height:40px;
	font-size:20px;
	color:#fff;
	padding-top:10px;
	/* background-color: #3B5998; */
	background-color: rgba( 59, 89, 152,.8);
	border-radius:50%;
}
.fed_goto_info_line{
	background-color:#00C300;
	border-radius:50%;
	width:42px;
	height:42px;
	opacity:0.8;
	text-align:center;
}
.fed_goto_info_other
{
	width:40px;
	height:40px;
	font-size:20px;
	color:#fff;
	padding-top:10px;
	/* background-color: #3B5998; */
	background-color: rgba(0,0,0,.5);
	border-radius:50%;
}
.flex_area
{
	position:fixed;
	bottom:55px;
	right:11px;
	z-index:101;
	text-align:center;
}

.contact_btn
{
	font-size:14px;
	display:inline-block;
    position: relative;
    width: 180px;
    text-align: center;
    border-radius: 5px;
    padding: 12px;
    background-color: #2D657B;
    color: #FFF;
    cursor: pointer;
    border-width: 0px;
    -webkit-user-select: none;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
	
	-webkit-box-shadow: 0px 2px 3px rgb(0 0 0 / 33%);
    box-shadow: 0px 2px 3px rgb(0 0 0 / 33%);
}
.contact_btn:hover
{
	background-color:#3b84a0;
}
.contact_btnv1
{
	padding:10px;
	color:#666;
	border:1px solid #666;
	background-color:#fff;
	outline:none;
	border-radius:3px;
}

.new_arrow_style
{
	width:18px;
	height:18px;
	background:red;
	color:#FFF;
	cursor:pointer;
	
	transition: all .15s ease-in-out;
}
.new_arrow_style:hover
{
	background:#FF0000;
}

/* 20210204 add cloud animate */
.zindex20
{
	z-index:20;
}
.cloud_fixed
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:calc( 100% - 50px );
	z-index:10;
	overflow:hidden;
}
.cloud_relative
{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.cloud_img
{
	width:100%;
	position:absolute;
	-webkit-background-size:contain;
	background-size:contain;
	background-repeat:repeat-x;
}
.cloud1
{
	top:30px;
	left:0px;
	background-image: url(../../images/index/cloud1.svg);
	height:900px;
}
.cloud2
{
	top:0px;
	left:0px;
	height:0px;
	background-image: url(../../images/index/cloud2.svg);
}
.cloud3
{
	top:80px;
	left:0px;
	height:800px;
	background-image: url(../../images/index/cloud3.svg);
}
.cloud4
{
	top:0px;
	left:0px;
	height:900px;
	background-image: url(../../images/index/cloud4.svg);
}
@media (max-width: 991px)
{
	.cloud1
	{
		top:5%;
	}
	.cloud2
	{
		top:5%;
	}
	.cloud3
	{
		top:20%;
	}
	.cloud4
	{
		top:15%;
	}
}
@media (max-width: 800px)
{
	.cloud1
	{
		top:5%;
	}
	.cloud2
	{
		top:5%;
	}
	.cloud3
	{
		top:20%;
	}
	.cloud4
	{
		top:15%;
	}
}
@media (max-width: 600px)
{
	.cloud1
	{
		top:15%;
	}
	.cloud2
	{
		top:5%;
	}
	.cloud3
	{
		top:33%;
	}
	.cloud4
	{
		top:20%;
	}
}


.wrapper_con
{
	position: relative;
    min-height: 100%;
}

footer>div
{
	font-size:14px;
}
.footer_style
{
	/* position: absolute;
    bottom: 0px; */
	width:100%;
	color:#fff;
	padding-top:20px;
	letter-spacing:2px;
	line-height:1.5;
	z-index:100;
	
	font-family: MicrosoftJhengHeiRegular, Microsoft JhengHei, Verdana, Arial, Helvetica, SimSun, serif;
	
	background-image:url( ../../images/bg/prism.png );
	/*
	========================================================
	This pattern is downloaded from www.subtlepatterns.com 
	If you need more, that's where to get'em.
	========================================================
	*/
}
#copyrightDiv
{
	font-size:13px;
	margin-top:10px;
	color: #fff;
    background-color: #444444;
    padding: 7px;
	text-align:center;
}
#copy_comp
{
	color:#FF7575;
	transition: all .15s ease-in-out;
}
#copy_comp:hover
{
	color:#FF5151;
}
.footer_title
{
	font-size:22px;
	font-weight:600;
	position: relative;
	display: block;
	height: auto;
	margin: 0 auto;
	margin-bottom: 3px;
	text-align:center;
}
.footer_addr
{
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    color: #fff;
	margin-bottom:5px;
}
.footer_addr span
{
	color:#fff;
	transition: all .15s ease-in;
}
.footer_addr span:hover
{
	color:#FFBF00;
}
.info_span
{
	margin-left:10px;
}
#infoDiv
{
	margin-bottom:5px;
}
.copy_info
{
	color:#fff;
	transition: all .15s ease-in;
}
.copy_info:hover
{
	color:#FFBF00;
}

/*swiper modify*/
.swiper-pagination
{
	position:relative;
	padding:5px 0;
	margin:5px 0;
	margin-top:15px;
}
.swiper-pagination-bullet
{
	border-radius:0px;
	margin:0px 5px;
	
	width: 10px;
	height:4px;
	background:#c3c3c3;
    opacity:1;
	transition: all .15s ease-in;
}
.swiper-pagination-bullet-active
{
	width:25px;
	background: #2D657B;
}
/*----大圖特效----*/

.nav-toggle
{
	top:0px;
}
.timgbg_fixed
{
	position: fixed;
	left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
	height: 350px;
	overflow:hidden;
}
.timgbg_strectch
{
	position: relative;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center;
	
	-webkit-animation: imgscale 7s ease-out;
    animation: imgscale 7s ease-out;
}
@-webkit-keyframes imgscale {
	0% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.timgbg_title
{
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	margin:0 auto;
	
	background-color:rgba(0,0,0, 0.3);
	
	display: flex;
	justify-content: center;
	align-items: center; 
	flex-wrap: wrap;
}
.ttBfonts
{
	width:100%;
	font-size: 35px;
	font-weight:600;
    color: #fff;
    line-height: 1.5;
	letter-spacing:2px;
	text-align:center;
}
.ttBfonts img
{
	width:200px;
	margin-bottom:10px;
}
.ttSfonts
{
	width:100%;
	font-weight:500;
	font-size: 18px;
    color: #fff;
    line-height: 1.5;
	letter-spacing:2px;
	text-align:center;
	margin-top:3px;
	padding:0px 10px;
}
.forimg_bg
{
	width:100%;
	height: 350px;
}
/*----大圖特效----*/

.back_btn
{
	font-size:14px;
	display:inline-block;
    position: relative;
    width: 85px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    background-color: #2D657B;
    color: #FFF;
    cursor: pointer;
    border-width: 0px;
    -webkit-user-select: none;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
	
	-webkit-box-shadow: 0px 2px 3px rgb(0 0 0 / 33%);
    box-shadow: 0px 2px 3px rgb(0 0 0 / 33%);
}
.back_btn:hover
{
	background-color:#3b84a0;
}

/*------- under construction START----------*/
.undercon_block
{
	padding:60px 0;
}
.undercon_img
{
	opacity:0.3;
}
.undercon_chtext
{
	margin-top:20px;
	color:rgba( 0,0,0, 0.5 );
	font-size:20px;
	font-weight:600;
}
.undercon_entext
{
	color:rgba( 0,0,0, 0.4 );
	margin-top:10px;
	font-size:16px;
	font-weight:600;
}
.undercon_importantchtext
{
	margin-bottom:20px;
	color: rgba( 188,66,0, 0.9 );
	font-size:20px;
	font-weight:600;
}
/*------- under construction End----------*/

.full_imgblock
{
	position:relative;
	width:100%;
}

.full1_textfontsv4
{
	width:98%;
	margin:0 auto;
    padding: 0;
	padding:10px;
}
.fulltextbottomv4
{
	color:#444;
	font-size:18px;
	text-align: justify;　/*　Firefox到此即可對齊　*/
    text-justify: auto;　/*　IE需再加上此行　*/
	line-height:1.5;
	letter-spacing:2px;
}
.full_title
{
	color:#2D657B;
	font-size:26px;
	font-weight:600;
	width:100%;
	letter-spacing:2px;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	justify-content: center;
	align-items: center; 
}
.fullbig_fonts
{
	font-family: MicrosoftJhengHeiRegular, Microsoft JhengHei, Verdana, Arial, Helvetica, SimSun, serif;
	font-size:50px;
	letter-spacing:2px;
}
.fulls_fonts
{
	width:100px;
	line-height:1.3;
	letter-spacing:2px;
	padding-left:5px;
}
.fullss_fonts
{
	font-family: MicrosoftJhengHeiRegular, Microsoft JhengHei, Verdana, Arial, Helvetica, SimSun, serif;
	color:#2D657B;
	font-size:16px;
}
.fullss_tblock
{
	padding:10px;
	letter-spacing:5px;
	line-height:2;
}
.fullmap_block
{
	color:#666666;
	padding:10px;
}
.fullbtn_block
{
	padding:20px 0;
	text-align:center;
}
.full_map
{
	width:100%;
	text-align:center;
	margin-top:10px;
}
.full_goto
{
	width:100%;
	text-align:center;
	margin-top:10px;
	cursor:pointer;
}

.arrow_animation
{
	margin-left:0px;
	animation: myAnimation 2s infinite;
}

@keyframes myAnimation
{
	0%{
		margin-left:0px;
	}
	50% { 
		margin-left:4px;
	}
	100% { 
		margin-left:0px;
	}
}
.set_relative
{
	width:100%;
	position:relative;
}
.img_cover
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba( 255, 255, 255, 0.45 );
}
.is_end
{
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	
	color:#2D657B;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center; 
	
	font-size:40px;
	font-weight:600;
	width:150px;
	height:150px;
	border:2px solid #2D657B;
	border-radius:50%;
	
	text-shadow: 0px 0px 4px #707070;
	
	-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 11%), 0 0px 1px -1px rgb(0 0 0 / 10%), 0 1px 1px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 11%), 0 0px 1px -1px rgb(0 0 0 / 10%), 0 1px 1px 0 rgb(0 0 0 / 10%);
	
	transform:rotate(-10deg)
}
.tbend_hr
{
	border:2px dotted #2D657B;
	border-left-width:0px;
	border-right-width:0px;
	
	-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 11%), 0 0px 1px -1px rgb(0 0 0 / 10%), 0 1px 1px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 11%), 0 0px 1px -1px rgb(0 0 0 / 10%), 0 1px 1px 0 rgb(0 0 0 / 10%);
}

.fulimg_topb
{
	width:100%;
	height:30px;
    background-color: #f4f4f4;
	
	box-shadow:0px 1px 5px rgb(0 0 0 / 30%);
}
.about_text
{
	width:100%;
    background-color: #f4f4f4;
    padding: 100px 15px 15px;
	
	color: #444;
    font-size: 18px;
	font-weight:500;
    text-align: justify;
    text-justify: auto;
    text-shadow: unset;
    line-height: 1.5;
    letter-spacing: 2px;
	
	z-index:11;
}
.about_more
{
	display:inline-block;
	margin:20px 0;
	margin-top:35px;
	padding:10px 20px;
	text-align:right;
	cursor:pointer;
	border:1px solid #444;
	
	transition: all .15s ease-in-out;
}
.about_more:hover
{
	color:#fff;
	background-color:#444;
}

@media screen and (max-width: 600px)
{
	.about_text
	{
		width:100%;
	}
}
/* 20230719 張淯瑄 add */
.youtube_box{
	width:100%;
	height: 0px;
	padding-bottom: 56.25%;
}
.youtube_box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100vh;
}
.youtube_bg{
	width:100%;
	height:0px;
	padding-bottom: 56.25%;
}
.new_title{
	position: relative;
	padding: 25px 0px;
	width: 100%;
}
.info_main{
	width: 100%;
	padding: 30px 10px 60px;
	display: flex;
}
.info_left{
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.info_right{
	width: 65%;
}
.img_downbox{
	width: 100%;
	display: flex;
}
.img_upbox{
	width: 100%;
	display: flex;
}
.img_leftbox{
	width: 75%;
	padding: 5px;
}
.img_rightbox{
	width: 25%;
	display: flex;
	flex-wrap: wrap;
}
.img_rightbox a{
	width: 100%;
	margin: 5px;
}
.img_downbox  a{
	width: 100%;
	margin: 5px;
}
@media screen and (max-width: 992px)
{
	.info_main{
		flex-wrap: wrap;
	}
	.info_left{
		width: 100%;
	}
	.info_right{
		width: 100%;
	}
	.img_upbox{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.img_leftbox{
		width: 100%;
		padding: 5px;
	}
	.img_rightbox{
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
	}
	
}
.m5{
	margin: 5px;
}
.n_padding_container{
	padding: 80px 10px;
}
.none{
	display: none;
}
.re_box{
	position: relative;
}
.text{
	position: absolute;
	top: 0;
    left: 0;

    display: flex;
    align-items: center;
	justify-content: center;
	font-size: 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    opacity: 0;
    z-index: 1;
	transition: all 250ms ease-in;
}
.hoverimg:hover .text{
	display:  flex;
	opacity: 1;
	transition: all 250ms ease-in;
}
.text::before{
	content:'';
    position:absolute;
    transition: all .5s ease-in;
	border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    width: 0;
    height: 92%;
    top: 4%;
	left: 50%;
}
.hoverimg:hover .text::before{
	width: 92%;
    left: 4%;
}
.text::after{
	content:'';
    position:absolute;
    transition: all .5s ease-in;
	border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 92%;
    height: 0;
    top: 50%;
    left: 4%;
}
.hoverimg:hover .text::after{
	height: 92%;
    top: 4%
}
#container {
	width: 600px;
	height: 300px;
	border: 1px solid #ccc;
	overflow: hidden;
	position: relative;
  }

  /* 圖片樣式 */
  .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: left 0.5s; /* 設定動畫效果的持續時間 */
  }


