/* CSS Document */
@import url("https://imgs.click108.com.tw/css_2013/reset_2.css");
body {
	box-sizing: border-box;
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	color: #333333;
	background-color: #396e0f;
}

/*====== 共用間距 ======*/
#it254 .blank_brs {height: 10px;}
#it254 .blank_br {height: 20px;}
#it254 .blank_br2{height: 35px;}
.PC #it254 .in_blank {height: 45px;}
.MOBILE #it254 .in_blank {height: 35px;}
#it254-wrapper .blank_pbr {height: 10px;}
/*====== 共用字級 ======*/
/*====== 顏色樣式 ======*/
#it254 .purple {color: #6124b4;}
#it254 .red {color: #d40000;}
#it254 .pink {color: #f54478;}
#it254 .green {color: #2e6e00;}
#it254 .yellow {color: #fff555;}

#it254 .text_shadow{
	text-shadow: 2px 2px 2px #ffffff,
	-2px -2px 2px #ffffff,
	-2px 2px 2px #ffffff,
	2px -2px 2px #ffffff;
}

/*==========================================電腦版==========================================*/
/*====== 消失區塊 ======*/
.PC #float_icon,.PC #it254 .pbox li.pbox_ph02{display: none;}

.PC #it254-wrapper .watermark-wrapper {
	position: fixed;
	right: 10px;
	top: 350px;
	z-index: 99;
}

.PC #watermark-wrapper .pq_e_BT ul.TWO li:first-child {
	/*解雙按鈕左右*/
	margin-right: 0;
}

/*彈跳區塊*/
#it254-wrapper .deco_pline{
	width: 95%;
	margin:0 auto;
	border-top: 1px solid #cccccc;
	margin: 15px auto;
}

#it254-wrapper #popup_area {
	width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 500;
}

.PC #it254-wrapper #popup_area .popup_box{
	position: fixed;
    z-index: 20;
    max-width: 85%;
    width: 500px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
    border-radius: 20px;
	}.MOBILE #it254-wrapper #popup_area .popup_box{
		position: fixed;
		z-index: 20;
		max-width: 95%;
		width: 95%;
		height: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0 auto;
		background: #ffffff;
		box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
		border-radius: 20px;
	}

#it254-wrapper #popup_area .close{
	width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: -40px;
    right: 0px;
}

#it254-wrapper #popup_area .close a{
	display: block;
    width: 30px;
    height: 30px;
    position: relative;
}

#it254-wrapper #popup_area .popup_box .close a::before{
    content: "";
    position: absolute;
    height: 30px;
    width: 3px;
    top: 0;
    right: 50%;
    background-color: #ffffff;
    color: #ffffff;
    transform: translate(50%) rotate(45deg);
}

#it254-wrapper #popup_area .popup_box .close a::after{
    content: "";
    position: absolute;
    height: 30px;
    width: 3px;
    top: 0;
    right: 50%;
    background-color: #ffffff;
    color: #ffffff;
    transform: translate(50%) rotate(315deg);
}

#it254-wrapper #popup_area .pbox_case{
	width:100%;
	height: auto;
	padding:20px;
	box-sizing: border-box;
}

#it254-wrapper #popup_area .pbox_case p{
	text-align: center;
}

/*新增彈跳橫條按鈕*/
#it254-wrapper #popup_area .bt_area{
    width:100%;
    height: auto;
    overflow: hidden;
}

.PC #it254-wrapper #popup_area .bt_area_content{
	width: 100%;
    height: 225px;
    overflow: auto;
    box-sizing: border-box;
    max-height: 500px;
	}.MOBILE #it254-wrapper #popup_area .bt_area_content{
		width: 100%;
		height: 280px;
		overflow: auto;
		box-sizing: border-box;
		max-height: 400px;
	}

#it254-wrapper #popup_area .bt_area_content span{
	font-size:0.9rem;
	color:yellow;
	padding-left: 5px;
}

#it254-wrapper #popup_area .bt_area ul{
    width:100%;
    height: auto;
}

.PC #it254-wrapper #popup_area .bt_area li{
    width:80%;
    height: auto;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:10px;
	}.MOBILE #it254-wrapper #popup_area .bt_area li{
		width:95%;
		height: auto;
		margin:0 auto;
		margin-top:10px;
		margin-bottom:10px;
	}

#it254-wrapper #popup_area .bt_area li a{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 25px;
    padding:10px;
    text-align: center;
    background-color: #be74ef;
    color: #ffffff;
    font-size: 1.1rem;
    transition: all .2s ease-in-out;
	text-decoration: none;
}

.PC #it254-wrapper #popup_area .bt_area li a:hover{
    background-color: #e6abff;
}

/*====== 輸入頁項目清單 ======*/
.PC #it254 .text_lititle{
	font-size:1.3rem;
	font-weight: bold;
	line-height: 2rem;
	}.MOBILE #it254 .text_lititle{
		font-size:1.25rem;
		font-weight: bold;
		line-height: 2rem;
	}

.PC #it254 .pq_LIST_ICON li{
	background: transparent url(../images/input/in_icon-1.png) no-repeat;
	background-size: 30px 30px;/*控制圖片的大小*/
	padding-left: 0px;
	margin: 5px 0 20px 0;
	font-size:1.25rem;
	line-height: 2.2rem;
	}.MOBILE #it254 .pq_LIST_ICON li{
		background: transparent url(../images/input/in_icon-1.png) no-repeat;
		background-size: 25px 25px;/*控制圖片的大小*/
		background-position-y: 2px;
		padding-left: 0px;
		margin: 5px 0 20px 0;
		font-size:1.2rem;
		line-height: 2rem;
	}

.PC #it254 .pq_LIST_ICON li .text_lititle{
	padding-left: 40px;
	}.MOBILE #it254 .pq_LIST_ICON li .text_lititle{
		padding-left: 30px;
	}

/*自訂圖項目-第二層項目圖片樣式*/
#it254 .pq_LIST_ICON .pq_SEC_ICON{
	width: 100%;
	box-sizing: border-box;
}

/*項目符號-請在這換圖即可*/
.PC #it254 .pq_LIST_ICON .pq_SEC_ICON li{
	background: transparent url(../images/input/in_icon-2.png) no-repeat;
	background-size: 30px 30px;
	background-position-y: 2px;
	padding-left: 35px;
	text-indent: 0px;
	margin: 5px 0 5px 0;
	}.MOBILE #it254 .pq_LIST_ICON .pq_SEC_ICON li{
		background: transparent url(../images/input/in_icon-2.png) no-repeat;
		background-size: 26px 26px;/*控制圖片的大小*/
		background-position-y: 3px;
		padding-left: 30px;
		margin: 5px 0 5px 0;
	}

/*自訂圖項目-第三層項目圖片樣式*/
#it254 .pq_LIST_ICON .pq_THR_ICON{
	width: 100%;
	box-sizing: border-box;
}

/*項目符號-請在這換圖即可*/
.PC #it254 .pq_LIST_ICON .pq_THR_ICON li{
	background: transparent url(../images/input/in_icon-3.png) no-repeat;
	background-size: 30px 30px;
	background-position-y: 0.5px;
	padding-left: 30px;
	}.MOBILE #it254 .pq_LIST_ICON .pq_THR_ICON li{
		background: transparent url(../images/input/in_icon-3.png) no-repeat;
		background-size: 26px 26px;/*控制圖片的大小*/
		background-position-y: 0.5px;
		padding-left: 25px;
	}

.PC #it254 .pq_LIST_ICON .mg_bt00,
.MOBILE #it254 .pq_LIST_ICON .mg_bt00{margin-bottom:0px;}

/*=====================整體框架=====================*/
.PC #it254{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	-webkit-box-sizing: border-box;
	}.MOBILE #it254{
		width: 100%;
		height: auto;
		overflow: hidden;
		background-image: url(../images/bg.jpg);
		background-size: 220% auto;
		background-repeat: no-repeat;
		background-position: top 30px center;
		-webkit-box-sizing: border-box;
	}

.PC #it254 .frame{
	width: 100%;
	height: auto;
	overflow:hidden;
	margin:0 auto;
}

.PC #it254 .content_top img ,
.PC #it254 .content_foot img{
    display: block;
    width:100%;
    height: auto;
    margin:0 auto;
	}.MOBILE #it254 .content_top img,
	.MOBILE #it254 .content_foot img{
		display: block;
		width:100%;
		height: auto;
		margin:0 auto;
	}

/*=====================結果頁框架=====================*/
.PC #it254 .pq_RECOM_BOX{
	padding:20px 0px;
	}.MOBILE #it254 .pq_RECOM_BOX{
		padding:15px 0px;
	}

#it254 .pq_RECOM1{
	border: 3px solid #904700;
}

#it254 .pq_RECOM1 .pq_RETOP{
	border-bottom: 3px solid #904700;
}

.PC #it254 .content{
	width: 750px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-image: url(../images/deco_bg.jpg);
    background-size: 100% auto;
	margin-bottom:20px;
	}.MOBILE #it254 .content{
		width:100%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
		background-image:url(../images/deco_bg.jpg);
		background-size:100% auto;
		margin-bottom:20px;
	}

.PC #it254 .result_top{
	position: relative;
	width:100%;
	height:270px; 
	overflow:hidden;
	margin: 0 auto;
	}.MOBILE #it254 .result_top{
		width:100%;
		height:auto; 
		overflow:hidden;
		margin: 0 auto;
	}

.PC #it254 .result_top h1{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width:1100px;
	height: 270px;
	margin:0 auto;
	background-image: url(../images/re_title_top.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}.MOBILE #it254 .result_top h1{
		width:100%;
		height: 0;
		padding-bottom:36%;
		margin:0 auto;
		background-image: url(../images/re_title_top.png);
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		text-indent: -9999px;
		margin-top:45px;
	}	

/*=====================結果頁內容框架=====================*/
.PC #it254 .con_box{ 
	width:670px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	}.MOBILE #it254 .con_box{ 
		width:90%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
	}

#it254 .con_box img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*=====================輸入頁整體框架=====================*/
.PC #it254 .in_container_frame{
    width:750px;
    height: auto;
    overflow: hidden;
    margin:0 auto;
    margin-bottom:20px;
	background-image: url(../images/deco_bg.jpg);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: top center;
	}.MOBILE #it254 .in_container_frame{
		width:100%;
		height: auto;
		overflow: hidden;
		margin:0 auto;
		background-image: url(../images/deco_bg.jpg);
		background-size: contain;
		background-repeat: repeat-y;
		background-position: top center;
		margin-bottom:20px;
	}

#it254 .in_container_frame .frame_deco{
    width:100%;
    height: auto;
}

#it254 .in_container_frame .frame_deco img{
	display: block;
	width: 100%;
	height: auto;
}


/*=====================輸入頁內容框架=====================*/
.PC #it254 .in_content_box{
    width: 670px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
	}.MOBILE #it254 .in_content_box{
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}

#it254 .in_content_box img{
    display:block;
    width:100%;
    height:auto;
    margin:0 auto;
}

/*=====================輸入頁主視覺區塊=====================*/
/*輸入頁整體區塊*/
#it254 .mainstage {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

/*輸入頁表頭區塊*/
.PC #it254 .hero_input{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	background: url(../images/fan_bg.png) no-repeat top center;
	background-size: 1300px auto;
	}.MOBILE #it254 .hero_input{
		width:100%;
		height: auto;
		overflow: hidden;
		margin-top:45px;
		background: url(../images/fan_bg.png) no-repeat top center;
		background-size: 180% auto;
	}

.PC #it254 .hero_input h1{
    width: 710px;
    height: 270px;
    margin: 0 auto;
    background: url(../images/hero_title_input.png) no-repeat top center;
    text-indent: -9999px;
	background-size: cover;
	}.MOBILE #it254 .hero_input h1{
		width: 100%;
		height: 0px;
		padding-bottom: 38.028169%;
		margin: 0 auto;
		background-image: url(../images/hero_title_input.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 95% auto;
		text-indent: -9999px;
	}

/*主視覺動態區塊-最外框*/
.PC #it254 .input_top{
    width: 100%;
    height: auto;
    margin: 0 auto;
	margin:10px 0px 20px 0px;
	}.MOBILE #it254 .input_top{
		width:100%;
		height: auto;
		margin:0 auto;
	}

/*主視覺動態區塊-動態區塊*/
.PC #it254 .animation_area{
	position: relative;
	width: 690px;
    height: 393px;
    margin: 0 auto;
	background: url(../images/hero_fatebg.png) no-repeat top center;
	background-size: cover;
	box-shadow: 0px 0px 10px 4px #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px 4px #FFFFFF;
	-moz-box-shadow: 0px 0px 10px 4px #FFFFFF;
	-o-box-shadow: 0px 0px 10px 4px #FFFFFF;
	}.MOBILE #it254 .animation_area{
		position: relative;
		width: 100%;
		height: 0px;
		padding-bottom:56.956521%;/*56.956521%*/
		background: url(../images/hero_fatebg.png) no-repeat top center;
		background-size: 96% auto;
		margin:0 auto;
	}

/*閃爍區塊效果*/
.PC #it254 .chart_case{
	width:100%;
	height: 383px;
	margin:0 auto;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	}.MOBILE #it254 .chart_case{
		width: 100%;
		height: 0px;
		padding-bottom:56.956521%;
		margin:0 auto;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

.PC #it254 .row1{
	width:97%;
	height: auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto;
	}.MOBILE #it254 .row1{
		width: 94%;
		height: auto;
		margin:0 auto;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		margin:0 auto;
	}

.PC #it254 .row1 li{
	/* background-color: bisque; */
	width: calc(98% / 4);
    height: calc(350px / 4);
    margin-bottom: 6px;
}

.MOBILE #it254 .row1 li.yearbox{
	width: 25%;
	height: 0px;
	padding-bottom:13.85%;
}

#it254 .row1 li:nth-child(n+13){
	margin-bottom:0px;
}

.PC #it254 .row1 li:nth-child(-n+4){
	margin-top:6px;
	margin-bottom:6px;
	}.MOBILE #it254 .row1 li:nth-child(-n+4){
		margin-top:5px;
	}

.PC #it254 .row1 li img,
.MOBILE #it254 .row1 li img{
	display: block;
	width:100%;
	height: auto;
}

#it254 .fadeinout20{
	animation: fadeinout 9s infinite;
}

#it254 .fadeinout30{
	animation: fadeinout2 9s infinite;
}

#it254 .fadeinout40{
	animation: fadeinout3 9s infinite;
}

#it254 .fadeinout50{
	animation: fadeinout4 9s infinite;
}

#it254 .fadeinout60{
	animation: fadeinout5 9s infinite;
}

@keyframes fadeinout5
{
	0%{
		opacity: 0;
	}
	79%{
		opacity: 0;
	}
	80%{
		opacity: 1;
	}
	99%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}

@keyframes fadeinout4
{
	0%{
		opacity: 0;
	}
	60%{
		opacity: 0;
	}
	61%{
		opacity: 1;
	}
	80%{
		opacity: 1;
	}
	81%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}

@keyframes fadeinout3
{
	0%{
		opacity: 0;
	}
	40%{
		opacity: 0;
	}
	41%{
		opacity: 1;
	}
	60%{
		opacity: 1;
	}
	61%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}

@keyframes fadeinout2
{
	0%{
		opacity: 0;
	}
	20%{
		opacity: 0;
	}
	21%{
		opacity: 1;
	}
	40%{
		opacity: 1;
	}
	41%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}

@keyframes fadeinout
{
	0%{
		opacity: 0;
	}
	5%{
		opacity: 0;
	}
	6%{
		opacity: 1;
	}
	20%{
		opacity: 1;
	}
	21%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}

/*=====================輸入頁內容區塊=====================*/
.PC #it254 .prebox{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top:10px;
	}.MOBILE #it254 .prebox{
		width:100%;
		height: auto;
		overflow: hidden;
		margin-top:10px;
	}

/*輸入頁配圖區塊*/
.PC #it254 .photo_box{
	width:95%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	}.MOBILE #it254 .photo_box{
		width:100%;
		height: auto;
		overflow: hidden;
	}

#it254 .photo_box img{
	display: block;
	width:100%;
	height: auto;
}

/*輸入頁：本服務提供以下分析項目區塊*/
#it254 .norm_case{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #8c4215;
    box-sizing: border-box;
}

.PC #it254 .norm_case .norm_title{
    width: 100%;
    height: 55px;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    margin: 0px auto;
	}.MOBILE #it254 .norm_case .norm_title{
		width: 100%;
		height: 50px;
		font-size: 1.5em;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		color: #ffffff;
		margin: 0px auto;
	}

.PC #it254 .norm_case .norm_title2{
    width: 100%;
	height: auto;
    font-size: 1.8em;
    font-weight: bold;
	padding:5px 0px;
    text-align: center;
    color: #ffffff;
    margin: 0px auto;
	}.MOBILE #it254 .norm_case .norm_title2{
		width: 100%;
		height: auto;
		font-size: 1.6em;
		font-weight: bold;
		padding:5px 0px;
		text-align: center;
		color: #ffffff;
		margin: 0px auto;
	}

#it254 .norm_case .bar1{
	background-image: url(../images/input/title_bar.jpg);
    background-position: top center;
    background-repeat: no-repeat;
	background-size: cover;
}

#it254 .norm_case .secbar{
	background-color: #d27e1e;
	border: 1px solid #d27e1e;
}

.PC #it254 .norm_case .norm_content{
    width: 95%;
    margin: 20px auto;
    overflow: hidden;
	}.MOBILE #it254 .norm_case .norm_content{
		width: 95%;
		margin: 15px auto;
		overflow: hidden;
	}

/*雙欄樣式區塊*/
.PC #it254 .in_double_case{
	width:95%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:flex-start;
	margin:0 auto;
	}.MOBILE #it254 .in_double_case{
		width:95%;
		height: auto;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items:center;
		margin:0 auto;
	}

/*雙欄樣式區塊：控制圖片大小*/
.PC #it254 .in_double_case .inph_box{
	width:35%;
	}.MOBILE #it254 .in_double_case .inph_box{
		width:60%;
		margin-bottom:10px;
	}

/*雙欄樣式區塊：控制文字寬度*/
.PC #it254 .in_double_case .inph_text{
	width:62%;
	}.MOBILE #it254 .in_double_case .inph_text{width:100%;}

/*影片區塊：YT連結區塊*/
.PC #it254 .in_videocase{
	width:95%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	}.MOBILE #it254 .in_videocase{
		width:95%;
		height: auto;
		overflow: hidden;
		margin:0 auto;
	}

#it254 .VIDEO {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 10px;
}

#it254 .VIDEO iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/*免費頁影片區塊*/
#it254 .VIDEO_free{
	width:100%;
	height: auto;
	margin-bottom:10px;
}

#it254 .VIDEO_free img{
	display: block;
	width:100%;
	height: auto;
}

/*=====================列印頁內容區塊=====================*/
.PC #it254 .print_top{
	width:680px;
	height:213px;
	margin:0 auto;
}

.PC #it254 .print_top img{
	width:100%;
	height: auto;
}

/*列印頁區塊-大圖標題*/
.PC #it254 .print_bg {
	width: 680px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
}

.PC #it254 .print_bg img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.PC #it254 .print_bg .two_block_main{
	margin-top:15px;
}

/*列印頁區塊-內容框架*/
.PC #it254 .print_bg .con_box{
	width: 670px;
	height: auto;
	margin: 0 auto;
}

.PC #it254 .print_bg .mainbox2 .fate_info .mark02{
	display: inline-block;
	width: 30px;
	height: 30px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	margin: 0 3px;
}

/*=====================結果頁內容區塊=====================*/
.PC #it254 .fate_chartcase{
	width:100%;
	height: auto;
	min-height: 401px;
	overflow: hidden;
	margin:0 auto;
	background-color: #dedede;
	text-align: center;
	line-height: 401px;
	font-size:1.2rem;
	margin-top:10px;
	}.MOBILE #it254 .fate_chartcase{
		width:100%;
		height: auto;
		min-height: 301px;
		overflow: hidden;
		margin:0 auto;
		background-color: #dedede;
		text-align: center;
		line-height: 301px;
		font-size:1.2rem;
		margin-top:10px;
	}

/*命盤大運表格*/
.PC #it254 .AGES1 {
    width: 617px;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 0px;
}

.PC #it254 .AGES1 ul.MB {
    display: none;
}

.PC #it254 .AGES1 ul.PC {
    width: 100%;
    height: 534px;
    margin: 8px auto;
    border: 2px solid #4d8919;
	box-sizing: border-box;
	}.MOBILE #it254 .AGES1 .MB {
		width: 100%;
		height: 533px;
		margin: 15px auto 10px auto;
		border: 2px solid #638c0b;
		box-sizing: border-box;
	}

.PC #it254 .AGES1 ul.PC li {
    float: left;
    height: 59px;
    background-color: #fffcf4;
    border-bottom: 1px solid #4d8919;
	box-sizing: border-box;
	}.MOBILE #it254 .AGES1 .MB li {
		float: left;
		width: 25%;
		height: 59px;
		background-color: #fff9e4;
		border-bottom: 1px solid #638c0b;
		box-sizing: border-box;
	}

.PC #it254 .AGES1 ul.PC li+li {
    border-left: 1px solid #4d8919;
}

.PC #it254 .AGES1 ul.PC li.COLUMN1 {
    background-color: #4d8919;
    font-size: 1.1em;
    line-height: 58px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-color: #fff;
	}.MOBILE #it254 .AGES1 .MB li.COLUMN1 {
		background-color: #638c0b;
		font-size: 1em;
		height: 58px;
		line-height: 58px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border-color: #fff;
	}

	.MOBILE #it254 .AGES1 .MB li.COLUMN1:nth-child(2){
		border-left:1px solid #ffffff;
	}

.PC #it254 .AGES1 ul.PC li.COLUMN2 {
    font-size: 1.1em;
    line-height: 58px;
    color: #333;
    font-weight: bold;
    text-align: center;
	position: relative;
	box-sizing: border-box;
	}.MOBILE #it254 .AGES1 .MB li.COLUMN2 {
		font-size: 1em;
		height: 59px;
		color: #333;
		font-weight: normal;
		text-align: center;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

/*新增小按鈕區塊*/
.PC #it254 .AGES1 ul.PC li.COLUMN2 a.small_bt{
	position: absolute;
    left: 77%;
    top: 50%;
    transform: translate(0%, -50%);
	display: block;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	font-size:0.75em;
	font-weight: normal;
	color: #ffffff;
	background-color: #d80000;
	border-radius: 50px;
	padding:0px 15px 0px 8px;
	}.MOBILE #it254 .AGES1 ul.MB li.COLUMN2 a.small_bt{
		display: block;
		height: 25px;
		line-height: 25px;
		text-decoration: none;
		font-size:0.75em;
		font-weight: normal;
		color: #ffffff;
		background-color: #d80000;
		border-radius: 50px;
		text-align: center;
	}

.PC #it254 .AGES1 ul.PC li.COLUMN2 a.small_bt:hover{
	filter: brightness(1.1);
}

.PC #it254 .AGES1 ul.PC li.COLUMN2 a.small_bt::after{
	content: '▸';
	display: inline-block;
	position: absolute;
	top:0%;
	right:10%;
	}.MOBILE #it254 .AGES1 ul.MB li.COLUMN2 a.small_bt::after{
		content: '▸';
		display: inline-block;
		padding-left:2px;
	}

.PC #it254 .AGES1 ul.PC li:nth-child(3n+1) {
    width: 155px;
    border-left: none;
}

.PC #it254 .AGES1 ul.PC li:nth-child(3n+2) {
    width: 130px;
}

.PC #it254 .AGES1 ul.PC li:nth-child(3n+3) {
    width: 328px;
}

.PC #it254 .T03_B {
    font-size: 1em;
    line-height: 24px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    font-family: "微軟正黑體" , "Microsoft JhengHei", Arial, Helvetica;
    padding-top: 9px;
}

.PC #it254 .T03_S {
    font-size: 0.8em;
    line-height: 20px;
    font-weight: normal;
    color: rgb(99, 99, 99);
    font-family: "微軟正黑體" , "Microsoft JhengHei", Arial, Helvetica;
}

.MOBILE #it254 .AGES1 .MB li:nth-child(2n) {
    border-left: 1px solid #638c0b;
}

.MOBILE #it254 .AGES1 .MB li:nth-child(n+9) {}

.MOBILE #it254 .AGES1 .MB li.COLUMN2 p:nth-child(2) {
    font-size: .8em;
    font-weight: normal;
    color: #878787;
}

.MOBILE #it254 .AGES1 .MB li:nth-child(2n) {
    width: 75%;
}

/*表格新增按鈕*/
.MOBILE #it254 .AGES1 .MB li.COLUMN2 ul.CM_box{
	width:96%;
	display: flex;
	flex-direction: row;
	margin:0 auto;
}

.MOBILE #it254 .AGES1 .MB li.COLUMN2 ul.CM_box li{
	width:75%;
	height: 59px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: none;
	border-bottom:none;
	background-color: transparent;
}

.MOBILE #it254 .AGES1 .MB li.COLUMN2 ul.CM_box li:last-child{
	width:25%;
	border-left: none;
	border-bottom:none;
}

/*前言區塊*/
.PC #it254 .preface_case{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	}.MOBILE #it254 .preface_case{
		width:100%;
		height: auto;
		overflow: hidden;
		margin:0 auto;
	}

#it254 .pbox{
	width:100%;
	height: auto;
	overflow: hidden;
}

.PC #it254 .pbox2{
	width:100%;
	height: 270px;
	position: relative;
	}.MOBILE #it254 .pbox2{
		width:100%;
		height: 0px;
		position: relative;
		padding-bottom:43.68932%;
	}

.PC #it254 .pbox_bg{
	background: url(../images/result/ph_preface01.jpg) no-repeat top center;
	background-size: cover;
	}.MOBILE #it254 .pbox_bg{
		background: url(../images/result/ph_preface01.jpg) no-repeat top center;
		background-size: cover;
	}

/*免費頁三大運按鈕區塊*/
.PC #it254 .fortune_free_area{
	width: 100%;
	height: auto;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	}.MOBILE #it254 .fortune_free_area{
		width: 100%;
		height: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

.PC #it254 .animation_bt{
	width:432px;
	height: 162px;
	margin:0 auto;
	}.MOBILE #it254 .animation_bt{
		width:100%;
		height: auto;
		margin:0 auto;
	}

.PC #it254 .fortune_free_area a{
	display: block;
	width:100%;
	height: 0px;
	padding-bottom: 37.5%;
	background: url(../images/free_bgbt.png) no-repeat top center;
	background-size: cover;
	text-indent: -9999px;
	transition: all .2s ease-in-out;
	}.MOBILE #it254 .fortune_free_area a{
		display: block;
		width:100%;
		height: 0px;
		padding-bottom: 37.5%;
		background: url(../images/free_bgbt.png) no-repeat center;
		background-size: 85% auto;
		text-indent: -9999px;
		transition: all .2s ease-in-out;
	}

.PC #it254 .fortune_free_area a:hover{
	transform: translateY(5px);
	filter: brightness(1.2);
}

.PC #it254 .pbox ul{
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	}.MOBILE #it254 .pbox ul{
		width:100%;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
	}

.PC #it254 .pbox li.pbox_ph{
	width:35%;
	height: auto;
	}.MOBILE #it254 .pbox li.pbox_ph{
		display: none;
	}
	
	.MOBILE #it254 .pbox li.pbox_ph02{
		width:65%;
		height: auto;
		margin: 0 auto;
	}

.PC #it254 .pbox li.pbox_text{
	width:60%;
	height: auto;
	color:#000000;
	}.MOBILE #it254 .pbox li.pbox_text{
		width:90%;
		height: auto;
		margin-bottom:10px;
		color:#000000;
	}

.PC #it254 .fortune_area{
	width:100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	}.MOBILE #it254 .fortune_area{
		width:100%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

.PC #it254 .fortune_bg{
	background: url(../images/result/ph_preface02.jpg) no-repeat top center;
	background-size: cover;
	}.MOBILE #it254 .fortune_bg{
		background:url(../images/result/ph_preface02.jpg) no-repeat top center;
		background-size: cover;
	}

.PC #it254 .f_conbox{
	width:100%;
	height: auto;
	margin:0 auto;
	}.MOBILE #it254 .f_conbox{
		width:100%;
		height: auto;
		margin:0 auto;
	}

.PC #it254 .f_conbox ul{
	width:100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	}.MOBILE #it254 .f_conbox ul{
		width:95%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		align-items: center;
		margin:0 auto;
	}

.PC #it254 .f_conbox li.f_fatebox{
	position: relative;
	width:170px;
	height: 190px;
	margin-top:50px;
	background: url(../images/result/ph_preface02-2.jpg) no-repeat top;
	background-size: 100% auto;
	background-color: #f6f6f6;
	box-shadow: 0px 0px 14px 1px #333333;
	-webkit-box-shadow: 0px 0px 14px 1px #333333;
	-moz-box-shadow: 0px 0px 14px 1px #333333;
	-o-box-shadow: 0px 0px 14px 1px #333333;
	}.MOBILE #it254 .f_conbox li.f_fatebox{
		position: relative;
		width:30%;
		height: auto;
		background: url(../images/result/ph_preface02-2.jpg) no-repeat top;
		background-size: contain;
		background-color: #f6f6f6;
		padding:10px 0px;
		box-shadow: 0px 0px 4px 2px #aaaaaa;
		-webkit-box-shadow: 0px 0px 4px 2px #aaaaaa;
		-moz-box-shadow: 0px 0px 4px 2px #aaaaaa;
		-o-box-shadow: 0px 0px 4px 2px #aaaaaa;
	}

.PC #it254 .new_block li.f_fatebox{margin-top:40px;}

.PC #it254 .arrow_active::before{
	display: inline-block;
	content: '';
	width:60px;
	height: 60px;
	background: url(../images/result/ph_preface04.png) no-repeat top center;
	background-size: cover;
	position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
	}.MOBILE #it254 .arrow_active::before{
		display: inline-block;
		content: '';
		width: 40px;
		height: 40px;
		background: url(../images/result/ph_preface04.png) no-repeat top center;
		background-size: cover;
		position: absolute;
		left: 50%;
		top: 0%;
		transform: translate(-50%, -50%);
	}

.PC #it254 .f_conbox li.arrow_active{
	display: block;
	width:170px;
	height: auto;
	animation: brightness 3s ease-in-out infinite;
	}.MOBILE #it254 .f_conbox li.arrow_active{
		display: block;
		width:30%;
		height: auto;
		background: url(../images/result/ph_preface02-2.jpg) no-repeat top;
		background-size: contain;
		background-color: #f6f6f6;
		padding:10px 0px;
		animation: brightness 3s ease-in-out infinite;
	}

/*結果頁 新增區塊 前言*/
#it254 .pre_words{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-bottom:10px;
}

#it254 .pre_words p{
	text-align: center;
}

/*結果頁 新增區塊 控制背景*/
.PC #it254 .new_block .fortune_bg{
	background: url(../images/result/ph_preface02.jpg) no-repeat top center;
	background-size: contain;
}

.PC #it254 .new_block .pbox2{
	width:100%;
	height: 0px;
	padding-bottom:43.689320%;
	position: relative;
	}.MOBILE #it254 .new_block .pbox2{
		width:100%;
		height: 0px;
		position: relative;
		padding-bottom:43.68932%;
	}

/*動態效果*/
@keyframes brightness {
	0% {
		box-shadow: 0px 0px 10px 4px #fdf37d;
	}
	49% {
		box-shadow: 0px 0px 0px 0px #fdf37d;
	}
	100% {
		box-shadow: 0px 0px 10px 4px #fdf37d;
	}
}

/*大運表格內文*/
.PC #it254 .fate_info{
	width:100%;
	height: 190px;
	text-align: center;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}.MOBILE #it254 .fate_info{
		width:100%;
		height: auto;
		text-align: center;
		margin:0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

.PC #it254 .markbar{
	font-size:1.2rem;
	line-height: 2rem;
	background-color: #4d8919;
	color: #ffffff;
	margin:0 auto;
	border-radius: 20px;
	padding: 0px 20px;
	}.MOBILE #it254 .markbar{
		font-size:.9rem;
		background-color: #4d8919;
		color: #ffffff;
		margin:0 auto;
		border-radius: 20px;
		padding: 2px 8px;
		margin-top:8px;
	}

.PC #it254 .age_text{
	font-size:1rem;
	line-height: 1.8rem;
	}.MOBILE #it254 .age_text{
		font-size:.9rem;
		line-height: 1.8rem;
	}

.PC #it254 .point_text{
	font-size:1.6rem;
	font-weight: bold;
	line-height: 2.2rem;
	}.MOBILE #it254 .point_text{
		font-size:1rem;
		font-weight: bold;
	}

.PC #it254 .point_text::before{
	content: '';
	display: inline-block;
	width:100%;
	height: 1px;
	background-color: #904700;
	margin:5px 0px 10px 0px;
	}.MOBILE #it254 .point_text::before{
		content: '';
		display: inline-block;
		width:95%;
		height: 1px;
		background-color: #904700;
		margin:2px 0px 8px 0px;
	}

/*小命宮區塊*/
.PC #it254 .sub_fatechart{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top:15px;
	}.MOBILE #it254 .sub_fatechart{
		width:100%;
		height: auto;
		overflow: hidden;
		margin-top:0px;
	}

#it254 .box_frame{
	width:100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	margin-bottom:10px;
}

.PC #it254 .usersfate_area{
	width:32%;
	height: auto;
	margin-left:auto;
	}.MOBILE #it254 .usersfate_area{
		width:30%;
		height: auto;
	}

.PC #it254 .usersfate_area ul{
	width:100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	}.MOBILE #it254 .usersfate_area ul{
		width:100%;
		height: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

.PC #it254 .usersfate_area ul li{
	width:25%;
	height: 50px;
	line-height: 46px;
	background: url(../images/result/ph_words_bg.jpg) no-repeat top;
	background-size: cover;
	border:2px solid #cd0304;
	border-right:none;
	box-sizing: border-box;
	text-align: center;
	font-size:2rem;
	font-weight: bold;
	}.MOBILE #it254 .usersfate_area ul li{
		width:25%;
		height: 35px;
		background-image: none;
		text-align: center;
		font-size:1.4em;
		font-weight: bold;
	}

.PC #it254 .usersfate_area ul li:last-child{
	border-right:2px solid #cd0304;
	}.MOBILE #it254 .usersfate_area ul li:last-child{
		border:none;
	}

.PC #it254 .year_agebar{
	text-align: center;
	color: #ffffff;
	background-color: #cd0304;
	width:100%;
	margin-bottom:10px;
	}.MOBILE #it254 .year_agebar{
		text-align: center;
		color: #ffffff;
		background-color: #cd0304;
		width:100%;
	}

.PC #it254 .chart_text{
	width:100%;
	margin-top:5px;
	}.MOBILE #it254 .chart_text{
		width:100%;
		margin-top:5px;
	}

.PC #it254 .chart_text span.small_fate{
	font-size:1rem;
	font-weight: normal;
	color: #666666;
	padding-left: 5px;
	}.MOBILE #it254 .chart_text span.small_fate{
		display: block;
		font-size:0.9rem;
		line-height: normal;
		font-weight: normal;
		color: #666666;
		padding-left: 5px;
	}

.PC #it254 .chart_text p{
	font-size:1.5rem;
	font-weight:bold;
	line-height: 2.2rem;
	}.MOBILE #it254 .chart_text p{
		font-size:4.6vw;
		font-weight:bold;
		line-height: 1.7rem;
		width:100;
	}

/*小命宮樣式*/
.PC #it254 .userschart_area{
	width:50%;
	height: auto;
	margin:0 auto;
	}.MOBILE #it254 .userschart_area{
		width:64%;
		height: auto;
	}
.PC #it254 .R_CON{
	width: 100%;
	height: 158px;
	margin-bottom: 18px;
	}.MOBILE #it254 .R_CON{
		width: 100%;
		height: 158px;
		margin-bottom: 10px;
	}

	#it254 .R_CON ul{
	width: 100%;
	height: 151px;
	border-top: 2px solid #ba6007;
	border-right: 2px solid #ba6007;
	border-left: 1px solid #ba6007;
	border-bottom: 2px solid #ba6007;
	}
	#it254 .R_CON li{
	float: left;
	width: 25%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #fff;
	color: #666;
	border-left: 1px solid #ba6007;
	border-bottom: 1px solid #ba6007;
	box-sizing: border-box;
	}
	#it254 .R_CON li:nth-of-type(6){
		border-bottom: 1px solid #fff;
	}

	#it254 .R_CON li:nth-of-type(7){
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	#it254 .R_CON li:nth-of-type(11){
		border-left: 1px solid #fff;
	}

	#it254 .R_CON li.NOW{
	background-color: #ba6007;
	font-weight: bold;
	color: #fff;}

	#it254 .REM_BOX{ 
		height: auto;
		overflow: hidden;
		background-color: #ffefef;
		margin: 0 auto;
		border-radius:10px;
		padding: 2%;
		margin-top: -30px;
		margin-bottom: 50px;
	}
	.PC #it254 .REM_BOX{ 
		width: 85%;
	}
	.MOBILE #it254 .REM_BOX{ 
		width: 95%;
		padding: 2.5%;
	}

/*捲軸樣式*/
#it254 .scroll_bg{
	background: url(../images/result/ph_scrollbg.png) no-repeat top center;
	background-size: cover;
}

.PC #it254 .users_scroll{
	width:556px;
	height: 174px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
	margin-bottom:5px;
	}.MOBILE #it254 .users_scroll{
		width:100%;
		height: 0px;
		padding-bottom:31.29496%;
		margin:0 auto;
		overflow: hidden;
		position: relative;
		margin-bottom:5px;
	}

.PC #it254 .scroll_words{
	width:80%;
	height: auto;
	margin:0 auto;
	position: absolute;
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%);
	}.MOBILE #it254 .scroll_words{
		width:80%;
		height: auto;
		margin:0 auto;
		position: absolute;
		left: 50%;
		top: 63%;
		transform: translate(-50%, -50%);
	}

.PC #it254 .scroll_words p{
	font-size:2.5rem;
	font-weight: bold;
	text-align: center;
	}.MOBILE #it254 .scroll_words p{
		font-size:1.9rem;
		font-weight: bold;
		text-align: center;
	}

/*次標題bar*/
#it254 .brown_lite{
	background: rgb(244,226,187);
	background: linear-gradient(0deg, rgba(244,226,187,1) 0%, rgba(251,243,223,1) 100%);
}

/*事業運*/
#it254 .blue_lite{
	background: rgb(205,233,238);
	background: linear-gradient(0deg, #cde9ee 0%, rgba(234,253,255,1) 100%);
}

/*財富運*/
#it254 .green_lite{
	background: rgb(206,234,190);
	background: linear-gradient(0deg, rgba(206,234,190,1) 0%, rgba(241,250,235,1) 100%);
}

/*感情運*/
#it254 .pink_lite{
	background: rgb(255,204,230);
	background: linear-gradient(0deg, rgba(255,204,230,1) 0%, rgba(255,241,247,1) 100%);
}

.PC #it254 .sub_titlebar{
	width:100%;
	height: 45px;
	line-height: 45px;
	font-size:1.2rem;
	font-weight: bold;
	border-radius: 5px;
	margin-top:20px;
	margin-bottom:12px;
	}.MOBILE #it254 .sub_titlebar{
		width:100%;
		height: 40px;
		line-height: 40px;
		font-size:1.1rem;
		font-weight: bold;
		border-radius: 5px;
		margin-top:20px;
		margin-bottom:12px;
	}

.PC #it254 .sub_titlebar span.icon_01{
	display: inline-block;
	width:25px;
	height: 25px;
	vertical-align:sub;
	margin-left:10px;
	margin-right:5px;
	}.MOBILE #it254 .sub_titlebar span.icon_01{
		display: inline-block;
		width:23px;
		height: 23px;
		vertical-align:sub;
		margin-left:10px;
		margin-right:5px;
	}

.PC #it254 .sub_titlebar span.icon_01 img{
	display: block;
	width:100%;
	height: auto;
}

/*提醒區塊*/
.PC #it254 .tips_area{
	width: 100%;
	height: auto;
	background-color: #f3f3f3;
	border-radius: 15px;
	padding:20px;
	box-sizing: border-box;
	margin:15px 0px;
	}.MOBILE #it254 .tips_area{
		width: 100%;
		height: auto;
		background-color: #f3f3f3;
		border-radius: 15px;
		padding:10px 15px;
		box-sizing: border-box;
		margin:15px 0px;
	}

.PC #it254 .no_mgbottom{
	margin-bottom:0px;
	}.MOBILE #it254 .no_mgbottom{
		margin-bottom:0px;
	}

.PC #it254 .no_mg{
	margin:0px;
	}.MOBILE #it254 .no_mg{
		margin:0px;
	}

/*曲線圖區塊*/
#it254 .job_bg{
	background: url(../images/curve_bg/cbg01.png) no-repeat top center;
	background-size: cover;
	}#it254 .job_bg2{
		background: url(../images/curve_bg/cbg01-2.png) no-repeat top center;
		background-size: cover;
	}

#it254 .money_bg{
	background: url(../images/curve_bg/cbg02.png) no-repeat top center;
	background-size: cover;
	}#it254 .money_bg2{
		background: url(../images/curve_bg/cbg02-2.png) no-repeat top center;
		background-size: cover;
	}

#it254 .love_bg{
	background: url(../images/curve_bg/cbg03.png) no-repeat top center;
	background-size: cover;
	}#it254 .love_bg2{
		background: url(../images/curve_bg/cbg03-2.png) no-repeat top center;
		background-size: cover;
	}

#it254 .curve_fate{
	width: 100%;
    height: 0;
    padding-bottom: 46.875%;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	position: relative;
}

/*免費頁定位*/
#it254 .curve_fate .free_tips{
	width:100%;
	height: auto;
	position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.PC #it254 .curve_fate .free_tips p{
	font-size:1.4rem;
	font-weight:bold;
	color:#ffffff;
	text-align: center;
	}.MOBILE #it254 .curve_fate .free_tips p{
		font-size:1rem;
		font-weight:bold;
		color:#ffffff;
		text-align: center;
	}

/*年歲*/
.PC #it254 .ten_yearnum{
	width:100%;
	height: auto;
	position: absolute;
    left: 46%;
    top: 87%;
    transform: translate(-50%, -50%);
	}.MOBILE #it254 .ten_yearnum{
		width:100%;
		height: auto;
		position: absolute;
		left: 46%;
		top: 87%;
		transform: translate(-50%, -50%);
	}

#it254 .ten_yearnum ul{
	width:70%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin:0 auto;
}

.PC #it254 .ten_yearnum li{
	font-size: 1.1rem;
	font-weight: bold;
	}.MOBILE #it254 .ten_yearnum li{
		font-size: .8rem;
		font-weight: bold;
	}

#it254 .item_agebox{
	width:100%;
	height: auto;
	border-radius: 5px;
	padding:5px 10px;
	margin-top:10px;
	margin-bottom:10px;
	box-sizing: border-box;
}

/*圖片項目符號清單*/
/*項目符號*/
#it254 .icon_blue{
	background: transparent url(../images/icons/icon_01.png) no-repeat;
	background-size: 25px 25px;
	background-position-y: 1px;
	margin: 10px 0 10px 0;
	padding-left: 32px;
}

#it254 .icon_green{
	background: transparent url(../images/icons/icon_02.png) no-repeat;
	background-size: 25px 25px;
	background-position-y: 1px;
	margin: 10px 0 10px 0;
	padding-left: 32px;
}

#it254 .icon_pink{
	background: transparent url(../images/icons/icon_03.png) no-repeat;
	background-size: 25px 25px;
	background-position-y: 1px;
	margin: 10px 0 10px 0;
	padding-left: 32px;
}

/*年歲內容區塊*/
#it254 .inset_blue{
	border:1px solid #cde9ee;
	background-color: #f5feff;
} 

#it254 .inset_green{
	border:1px solid #c7e4c2;
	background-color: #f6fff5;
} 

#it254 .inset_pink{
	border:1px solid #f2cbe5;
	background-color: #fef2fa;
} 

#it254 .re_item_list{
	width:100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.PC #it254 ul.pq_LIST_ICON2 li{
	font-weight: bold;
}

#it254 ul.pq_LIST_ICON3 li{
	margin: 10px 0 10px 0;
	font-weight: bold;
	background: transparent url(../images/icons/icon_04.png) no-repeat;
	background-size: 25px 25px;
	background-position-y: 1px;
	padding-left: 32px;
}

.PC #it254 ul.pq_LIST_ICON2 li span,
.PC #it254 ul.pq_LIST_ICON3 li span{
	font-size:1rem;
	font-weight: normal;
	color: #666666;
	padding-left: 8px;
	}.MOBILE #it254 ul.pq_LIST_ICON2 li span,
	.MOBILE #it254 ul.pq_LIST_ICON3 li span{
		font-size:.9rem;
		font-weight: normal;
		color: #666666;
		padding-left: 8px;
	}

/*標題樣式：線段*/
#it254 .line_blue{border-left: 4px solid #0091c1;}
#it254 .line_green{border-left: 4px solid #45a335;}
#it254 .line_pink{border-left: 4px solid #ea58bc;}

#it254 .item_barstyle{
	text-indent: 10px;
    margin:10px 0 10px 0;
}

.MOBILE #it254 .item_barstyle span.brmb{display: block;}

/*中國風框*/
#it254 .lucky_bg{
	background: url(../images/ph_luckybg.jpg) no-repeat top center;
	background-size: contain;
}

#it254 .bad_bg{
	background: url(../images/ph_badbg.jpg) no-repeat top center;
	background-size: contain;
}

.PC #it254 .frame_ch01{
	width:610px;
	height: 80px;
	overflow: hidden;
	margin:0 auto;
	margin-bottom:16px;
	}.MOBILE #it254 .frame_ch01{
		position: relative;
		width:100%;
		height: 0px;
		padding-bottom:13.11475%;
		overflow: hidden;
		margin:0 auto;
		margin-bottom:16px;
	}

.PC #it254 .frame_ch01 p{
	font-size:2.2rem;
	font-weight:bold;
	line-height: 80px;
	text-align: center;
	}.MOBILE #it254 .frame_ch01 p{
		width:100%;
		font-size:1.3rem;
		font-weight:bold;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

/*項目符號*/
.PC #it254 .icon_ph01{
	background: transparent url(../images/icons/icon_05.png) no-repeat;
	background-size: 25px 25px;
	background-position-y: 2px;
	padding-left: 32px;
	}.MOBILE #it254 .icon_ph01{
		background: transparent url(../images/icons/icon_05.png) no-repeat;
		background-size: 22px 22px;
		background-position-y: 1px;
		padding-left: 28px;
	}

.PC #it254 .icon_ph02{
	background: transparent url(../images/icons/icon_06.png) no-repeat;
	background-size: 25px 25px;
	background-position-y: 2px;
	padding-left: 32px;
	}.MOBILE #it254 .icon_ph02{
		background: transparent url(../images/icons/icon_06.png) no-repeat;
		background-size: 22px 22px;
		background-position-y: 1px;
		padding-left: 28px;
	}

.PC #it254 .itemlist_area{
	width:90%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top:10px;
	}.MOBILE #it254 .itemlist_area{
		width:100%;
		height: auto;
		overflow: hidden;
		margin:0 auto;
		margin-top:10px;
	}

.PC #it254 ul.list_container{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}.MOBILE #it254 ul.list_container{
		width:100%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}

.PC #it254 ul.list_container li{
	width:40%;
	font-size:1.2rem;
	font-weight: bold;
	margin-bottom:10px;
	}.MOBILE #it254 ul.list_container li{
		width:100%;
		font-size:1.1rem;
		font-weight: bold;
		margin-bottom:10px;
	}

.PC #it254 ul.list_container li span{
	font-size:1rem;
	font-weight: normal;
	color:#666666;
	padding-left:5px;
	}.MOBILE #it254 ul.list_container li span{
		font-size:.9rem;
		font-weight: normal;
		color:#666666;
		padding-left:5px;
	}


/*圓點項目清單*/
.PC #it254 .pq_LIST_DISC{
	width: 100%;
	list-style: disc;
	list-style-position: outside;
	padding:0px 0px 0px 25px;
	box-sizing: border-box;
	}.MOBILE #it254 .pq_LIST_DISC{
		width: 100%;
		list-style: disc;
		list-style-position: outside;
		padding:0px 0px 0px 20px;
		box-sizing: border-box;
	}

.PC #it254 .pq_LIST_DISC li{
	margin:8px 0px 8px 0px;
	}.MOBILE #it254 .pq_LIST_DISC li{
		margin:8px 0px 8px 0px;
	}

.PC #it254 .deco_line{
	width: 100%;
	margin:0 auto;
	border-top: 1px solid #cccccc;
	margin: 30px auto;
	}.MOBILE #it254 .deco_line{
		width: 100%;
		margin:0 auto;
		border-top: 1px solid #cccccc;
		margin: 25px auto;
	}

/*造命語區塊*/
.PC #it254 .endph_case{
	width:620px;
	height: 275px;
	margin:0 auto;
	}.MOBILE #it254 .endph_case{
		width:100%;
		height: 0px;
		padding-bottom:44.35483%;
		margin:0 auto;
	}

#it254 .endph_case img{
	display: block;
	width:100%;
	height: auto;
}

/*簽名欄位*/
.PC #it254 .signature_case{
	width:150px;
	height: auto;
	margin-left: auto;
	}.MOBILE #it254 .signature_case{
		width:140px;
		height: auto;
		margin-left: auto;
	}

#it254 .signature_case img{
	display: block;
	width:100%;
	height: auto;
}

/*=================免費頁區塊=================*/
/*模糊字按鈕區塊*/
.PC #it254 .fuzzy_frame{
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;
	}.MOBILE #it254 .fuzzy_frame{
		width:100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}

.PC #it254 .free_bt_box{
	width: 50%;
	height: auto;
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}.MOBILE #it254 .free_bt_box{
		width: 90%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

.PC #it254 .free_bt_box p{
	padding:5px 0px;
	text-align: center;
	text-shadow: 1px 1px 0px #fff,
	-1px -1px 0px #fff,
	-1px 1px 0px #fff,
	1px -1px 0px #fff;
	}.MOBILE #it254 .free_bt_box p{
		padding:5px 0px;
		text-align: center;
		text-shadow: 1px 1px 0px #fff,
		-1px -1px 0px #fff,
		-1px 1px 0px #fff,
		1px -1px 0px #fff;
	}

.MOBILE #it254 .fuzzy_frame ul{
	width:100%;
	float: left;
	list-style: disc;
	list-style-position: outside;
	padding:0px 0px 0px 25px;
}

.MOBILE #it254 .fuzzy_frame ul li p{
	width:100%;
	float: left;
}

/*免費頁特殊區塊*/
#it254 .speblock_area{
	width:100%;
	height: auto;
	overflow: hidden;
}

.PC #it254 .blockbox{
	width:620px;
	height: auto;
	margin:0 auto;
	position: relative;
	}.MOBILE #it254 .blockbox{
		width:100%;
		height: auto;
		margin:0 auto;
		position: relative;
	}

#it254 .end_top{
	width:100%;
	height: auto;
}

.PC #it254 .end_top img{
	display: block;
	width:100%;
	height: auto;
}

.PC #it254 .end_content{
	width:100%;
	height:auto;
	margin-top:-100px;
	}.MOBILE #it254 .end_content{
		width:100%;
		height:auto;
		margin-top:-80px;
	}

.PC #it254 .e_topbg{
	width:620px;
	height: 20px;
	background: url(../images/end_top.jpg) no-repeat top center;
	background-size: cover;
	}.MOBILE #it254 .e_topbg{
		width:100%;
		height: 0px;
		padding-bottom:3.225806%;
		background: url(../images/end_top.jpg) no-repeat top center;
		background-size: cover;
	}

.PC #it254 .e_bg{
	width:100%;
	height: auto;
	background: url(../images/end_bg.jpg) repeat-y;
	background-size: contain;
	}.MOBILE #it254 .e_bg{
		width:100%;
		height: auto;
		background: url(../images/end_bg.jpg) repeat-y;
		background-size: contain;
	}

.PC #it254 .e_footbg{
	width:620px;
	height: 20px;
	background: url(../images/end_foot.jpg) no-repeat bottom center;
	background-size: cover;
	}.MOBILE #it254 .e_footbg{
		width:100%;
		height: 0px;
		padding-bottom:3.225806%;
		background: url(../images/end_foot.jpg) no-repeat bottom center;
		background-size: cover;
	}

.PC #it254 .e_textcase{
	width:85%;
	height: auto;
	margin:0 auto;
	padding:80px 0px 10px 0px;
	}.MOBILE #it254 .e_textcase{
		width:85%;
		height: auto;
		margin:0 auto;
		padding:60px 0px 10px 0px;
	}

#it254 .end_words{
	width:90%;
	height: auto;
	margin:0 auto;
}

#it254 .end_words img{
	display: block;
	width: 100%;
	height: auto;
}

/*白金服務區塊*/
#it254 .vip_area{
	width: 100%;
	height: auto;
	margin:0 auto;
	margin-top:15px;
}

#it254 .vip_phbox{
	width:100%;
	height: auto;
}

#it254 .vip_phbox img{
	display: block;
	width:100%;
	height: auto;
}

/*免費版標題修正斷行*/
.MOBILE #it254 .brbox .norm_title {
	line-height: normal;
	height: auto;
	padding:5px 0px;
}

.MOBILE #it254 .brbox .brmb02{
	display: block;
}

/*==========================================手機版==========================================*/
/*====== 消失區塊 ======*/
.MOBILE .re_bottom_bt, 
.MOBILE .float_case, 
.MOBILE #it254-wrapper #watermark-wrapper, 
.MOBILE #it254 .print_mb,.MOBILE #it254 .AGES1 .PC, .MOBILE #it254 .M_none{display: none;}

/*=========================防止iPADmini沒有背景================*/
@media (max-width: 768px){
    .PC #it254{
        width: 100%;
        height: auto;
        overflow: hidden;
        background-image: url(../images/bg.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-attachment: initial;
        background-color: #b97000;
    }
}
/*=========================防止iPADmini沒有背景================*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2){}


/*裝置判斷樣式*/
/* iphone 6 Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {}

/* iphone6 plus Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {}

/* iphoneX Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {}