/*=====================置底浮水印按鈕=====================*/

/*置底浮水印按鈕for PC*/
.PC #it257-wrapper .down_bar {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	background-image: url(//imgs.click108.com.tw/unit001/item00257/images/bt_bg.png);
	background-repeat: repeat-x repeat-y;
	z-index: 9999;
	padding: 10px 0;
	}/*置底浮水印按鈕for Mobile*/
	.MOBILE #it257-wrapper .down_bar {
		width: 100%;
		height: auto;
		position: fixed;
		bottom: 0;
		background-image: url(//imgs.click108.com.tw/unit001/item00257/images/bt_bg.png);
		background-repeat: repeat-x repeat-y;
		z-index: 9999;
		padding: 10px 0;
	}
	
.PC #it257-wrapper .bt_area{
	width: 490px;/*500*/
	height: auto;
	margin: 0 auto;
	}.MOBILE #it257-wrapper .bt_area{
		width: 100%;/*500*/
		height: auto;
		margin: 0 auto;
	}

.PC #it257-wrapper .bt_area a.one{
	display: block;
	width:320px;
	margin:0 auto;
	height:48px;
	}.MOBILE #it257-wrapper .bt_area a.one{
		display: block;
		width:95%;
		margin:0 auto;
		height:48px;
	}

.PC #it257-wrapper .bt_area a{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	width: 220px;
	height: 48px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#b21424;
	background: -moz-linear-gradient(
		top,
		#fb2121 0%,
		#b21424);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fb2121),
		to(#b21424));
	border:1px solid #bf3539;
	-moz-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	margin-left: 10px;
	}.MOBILE #it257-wrapper .bt_area a{
		display: block;
		font-size: 1.5em;
		font-weight: bold;
		line-height: 48px;
		text-align: center;
		color: #ffffff;
		margin: 0 auto;
		width: 220px;
		height: 48px;
		text-decoration: none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color:#b21424;
		background: -moz-linear-gradient(
		top,
		#fb2121 0%,
		#b21424);
		background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fb2121),
		to(#b21424));
		border:1px solid #bf3539;
		-moz-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
		-webkit-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
		box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
		margin-left: 10px;
	}

.PC #it257-wrapper .bt_area a:hover{
	background-color:#fb2121;
	background: -moz-linear-gradient(
		top,
		#b21424 0%,
		#fb2121);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#b21424),
		to(#fb2121));
	}.MOBILE #it257-wrapper .bt_area a:hover{
		background-color:#fb2121;
		background: -moz-linear-gradient(
		top,
		#b21424 0%,
		#fb2121);
		background: -webkit-gradient(
		linear, left top, left bottom,
		from(#b21424),
		to(#fb2121));
	}


/*=====================主視覺動態按鈕：電腦版=====================*/
.PC #it257 .bt_txt_primary{
	font-size: 2rem;
	font-weight: bold;
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	line-height: normal;
	}.MOBILE #it257 .bt_txt_primary{
		font-size: 5.5vw;
		font-weight: bold;
		font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
		line-height: normal;
	}

.PC #it257 .button_style1{
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    width: 100%;
	height: 75px;
    background-image: url(//imgs.click108.com.tw/unit001/item00257/images/button_bg.png);
    background-size: cover;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    text-decoration: none;
	}.MOBILE #it257 .button_style1{
		font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
		width: 100%;
		height: 75px;
		background-image: url(//imgs.click108.com.tw/unit001/item00257/images/button_bg.png);
		background-size: cover;
		text-align: center;
		background-position: center top;
		background-repeat: no-repeat;
		text-decoration: none;
	}

.PC #it257 .button_style1:hover{
    background-position: bottom center;
	}.MOBILE #it257 .button_style1:hover{
		background-position: bottom center;
	}

.PC #it257 .button_case{
	width:334px;
	height: auto;
	background-color: #2e6e00;
	margin:0 auto;
	margin-bottom:20px;
	}.MOBILE #it257 .button_case{
		width:55%;
		height: auto;
		background-color: #2e6e00;
		margin:0 auto;
		margin-top: 5px;
		margin-bottom: 15px;
	}

.PC #it257 .button_case .animation_bt{
	position: relative;
	width:100%;
    height: auto;
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.5);
    transition: all .4s ease;
    overflow: hidden;
	margin:0 auto;
	}.MOBILE #it257 .button_case .animation_bt{
		position: relative;
		width:100%;
		height: auto;
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.5);
		transition: all .4s ease;
		overflow: hidden;
		margin:0 auto;
	}

.PC #it257 .button_case .animation_bt::after{
	position: absolute;
	right:10%;
	top:33%;
	content: "";
	display: block;
	width:25px;
    height: 25px;
    background-image: url(//imgs.click108.com.tw/unit001/item00257/images/button_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	animation: move 2.5s infinite;
	}.MOBILE #it257 .button_case .animation_bt::after{
		position: absolute;
		right:10%;
		top:29%;
		content: "";
		display: block;
		width:18px;
		height: 18px;
		background-image: url(//imgs.click108.com.tw/unit001/item00257/images/button_arrow.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		animation: move 2.5s infinite;
	}

.PC #it257 .button_case .animation_bt:hover{
    transition: all .4s ease;
    transform: scale(1.05);
    filter: brightness(1.1);
}

.PC #it257 .button_case .animation_bt a{
	position: relative;
	display: block;
	color:#ffffff;
	text-shadow: 2px 2px 2px #2e6e00,
    -2px -2px 2px #2e6e00,
    -2px 2px 2px #2e6e00,
    2px -2px 2px #2e6e00;
	animation: brightness-bt 3.5s infinite;
	}.MOBILE #it257 .button_case .animation_bt a{
		position: relative;
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 22.222222%;
		color:#ffffff;
		text-shadow: 2px 2px 2px #2e6e00,
		-2px -2px 2px #2e6e00,
		-2px 2px 2px #2e6e00,
		2px -2px 2px #2e6e00;
		animation: brightness-bt 3.5s infinite;
	}

.PC #it257 .button_case .animation_bt ul.single{
	width:100%;
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	}.MOBILE #it257 .button_case .animation_bt ul.single{
		width:100%;
		display:block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

.PC #it257 .animation_bt .sheen::after{
    content:'';
    position: absolute;
    top:0%;
    left: 0%;
	width: 30px;
	height: 75px;
	background: #e3ffb5;
	z-index: 99;
    filter: blur(10px);
    transform: rotate(60deg);
    animation: sheen 3.5s infinite;
	}.MOBILE #it257 .hero_input .animation_bt .sheen::after{
		content:'';
		position: absolute;
		top:0%;
		left: 0%;
		width: 30px;
		height: 75px;
		background: #e3ffb5;
		z-index: 99;
		filter: blur(10px);
		transform: rotate(60deg);
		animation: sheen 3.5s infinite;
	}

@-webkit-keyframes lightgrow {
    0% { 
        opacity: 1;
        filter: brightness(1.5);
    } 
    49% { 
        opacity: 0.7;
        filter: brightness(0.8);
    }
    100% { 
        opacity: 1;
        filter: brightness(1.5);
    }
}

@keyframes move {
	0%{
		transform: translateX(0px);
	}
    25%{
		transform: translateX(10px);
	}
    50%{
		transform: translateX(0px);
	}
}

@keyframes sheen {
	0%,100% { /*0%到100%的關鍵影格都是left:0%,opacity:0%*/
		left: 0%;
		opacity: 0;
	}
	1% {
		opacity: 1;
	}
	35%,95% { /*35%到95%的關鍵影格都是left:100%,opacity:0%*/
		left: 100%;
		opacity: 0;
	}
}

@keyframes brightness-bt {
	0%,100%{
		filter: brightness(1);
	}
    1%{
		filter: brightness(1.3);
	}
    35%,95%{
		filter: brightness(1);
	}
}

/*=====================置頂MENU按鈕=====================*/
.PC #it257 .topmenu_bar{
	width:670px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	}.MOBILE #it257 .topmenu_bar{
		width:100%;
		height: auto;
		overflow: hidden;
		margin:0 auto;
	}

.PC #it257 .topmenu_bar ul{
	width: 100%;
	height: 56px;
	line-height: 56px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
	}.MOBILE #it257 .topmenu_bar ul{
		width: 100%;
		height: 50px;
		line-height: 50px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		border-radius: 5px;
		overflow: hidden;
	}

.PC #it257 .topmenu_bar li{
	width:25%;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: rgb(77,137,25);
	background: linear-gradient(0deg, rgba(77,137,25,1) 0%, rgba(105,187,33,1) 100%);
	border-right: 1px solid #ffffff;
	}.MOBILE #it257 .topmenu_bar li{
		width:25%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: rgb(77,137,25);
		background: linear-gradient(0deg, rgba(77,137,25,1) 0%, rgba(105,187,33,1) 100%);
		border-right: 1px solid #ffffff;
	}

.PC #it257 .topmenu_bar li a{
	display: block;
	width:100%;
	height: auto;
	color:#ffffff;
	font-size:1.4rem;
	text-decoration: none;
	}.MOBILE #it257 .topmenu_bar li a{
		display: block;
		width:100%;
		height: auto;
		color:#ffffff;
		font-size:1.2rem;
		text-decoration: none;
	}

.PC #it257 .topmenu_bar li a:hover{
	background: rgb(77,137,25);
	background: linear-gradient(0deg, rgba(105,187,33,1) 0%, rgbargba(77,137,25,1) 100%);
}

#it257 .topmenu_bar li:last-child{border-right:none;}

/*控制結果頁按鈕*/
.PC #it257 .pq_e_BT li{
	float: none;
	height: auto;
}

/*=====================免費頁 置底浮水印按鈕=====================*/
.PC #it257-wrapper .down_bar .BT_TWO {
	/*按鈕外框*/
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	width: 670px;
	}.MOBILE #it257-wrapper .down_bar .BT_TWO {
		width: 98%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
		margin:0 auto;
	}


#it257-wrapper .down_bar ul.BT_TWO li {
	width: 50%;
}
#it257-wrapper .down_bar a {
	/*按鈕文字*/
	font-size: 1.5rem;
	width: 96%;
	margin: 0 auto;
}

.MOBILE #it257-wrapper .down_bar ul.BT_TWO a {
	font-size: 1.1rem;
}

#it257-wrapper .bg_GRA_YELLOW {
	border: 1px solid #dbaa00;
	background: -webkit-gradient(
	  linear,
	  left top,
	  left bottom,
	  from(#ffe400),
	  to(#ffc600)
	);
	background: -webkit-linear-gradient(top, #ffe400, #ffc600);
	background: -moz-linear-gradient(top, #ffe400, #ffc600);
	background: -ms-linear-gradient(top, #ffe400, #ffc600);
	background: -o-linear-gradient(top, #ffe400, #ffc600);
	color: #000000;
	box-shadow: inset 0px 0px 2px rgb(255 255 255);
  }
  #it257-wrapper .bg_GRA_YELLOW:hover {
	background: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  from(#ffe400),
	  to(#ffc600)
	);
	background: -webkit-linear-gradient(bottom, #ffe400, #ffc600);
	background: -moz-linear-gradient(bottom, #ffe400, #ffc600);
	background: -ms-linear-gradient(bottom, #ffe400, #ffc600);
	background: -o-linear-gradient(bottom, #ffe400, #ffc600);
	background-color: #ffc600;
	color: #000000;
	box-shadow: inset 0px 0px 2px rgb(255 255 255);
  }

/* iPhone6 to iPhoneX Landscape */
@media only screen 
	and (min-device-width: 375px) 
	and (max-device-width: 821px) 
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: landscape) {
		.MOBILE #it257 .bt_txt_primary{
			font-size: 5vw;
		}
		.MOBILE #it257 .button_case .animation_bt::after{
			position: absolute;
			right:10%;
			top:33%;
			content: "";
			display: block;
			width:32px;
			height: 32px;
			background-image: url(//imgs.click108.com.tw/unit001/item00257/images/button_arrow.png);
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
			animation: move 2.5s infinite;
		}
}