/* CSS Document */
@import url("reset.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;
}

/*==========================================電腦版==========================================*/
/*====== 消失區塊 ======*/


/*彈跳區塊*/
#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;
}



.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;
}
.PC #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;
}

.MOBILE #it254-wrapper #popup_area .bt_area_content{
		width: 100%;
		height: 280px;
		overflow: auto;
		box-sizing: border-box;
		max-height: 400px;
	}
.PC #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:95%;
		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 .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: 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: 30px;
	}
.MOBILE #it254 .text_lititle{
		font-size:1.25rem;
		font-weight: bold;
		line-height: 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;
	}

.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: 26px 26px;/*控制圖片的大小*/
		background-position-y: 3px;
		padding-left: 30px;
		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: 26px 26px;/*控制圖片的大小*/
		background-position-y: 0.5px;
		padding-left: 25px;
	}
.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-size: 220% auto;
		background-repeat: no-repeat;
		background-position: top 30px center;
		-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 .pq_RECOM_BOX{
		padding:15px 0px;
	}
.PC #it254 .content_top img,
	.PC #it254 .content_foot img{
		display: block;
		width:100%;
		height: auto;
		margin:0 auto;
	}
.MOBILE #it254 .pq_RECOM_BOX{
		padding:15px 0px;
	}
.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:15px 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: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{
		width:100%;
		height:auto; 
		overflow:hidden;
		margin: 0 auto;
	}

.PC #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;
	}
.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;
	}

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

.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;
	}	

/*=====================結果頁內容框架=====================*/
.MOBILE #it254 .con_box{ 
		width:90%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
	}
.PC #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;
}

/*=====================輸入頁整體框架=====================*/
.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;
	}
.PC #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: 90%;
		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-top:45px;
		background: url(../images/fan_bg.png) no-repeat top center;
		background-size: 180% auto;
	}
.PC #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;
	}
/*主視覺動態區塊-動態區塊*/
.PC #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: 0px;
		padding-bottom:56.956521%;
		margin:0 auto;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

.PC #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.yearbox{
	width: 25%;
	height: 0px;
	padding-bottom:13.85%;
}

.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;
	}

.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;
	}

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

/*主視覺動態區塊-動態區塊*/
.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;
	}

/*閃爍區塊效果*/
.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%);
	}

.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;
	}


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

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

.MOBILE #it254 .row1 li:nth-child(-n+4){
		margin-top:5px;
	}
.PC #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;
	}

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

/*輸入頁配圖區塊*/
.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: 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.6em;
		font-weight: bold;
		padding:5px 0px;
		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;
	}

.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: 15px auto;
		overflow: hidden;
	}

/*雙欄樣式區塊*/
.PC #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:60%;
		margin-bottom:10px;
	}

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

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



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

/*雙欄樣式區塊*/
.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;
	}

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

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

/*影片區塊：YT連結區塊*/
.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;
}

/*=====================列印頁內容區塊=====================*/


/*=====================結果頁內容區塊=====================*/
.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;
	}

/*命盤大運表格*/
.MOBILE #it254 .AGES1 .MB {
		width: 100%;
		height: 533px;
		margin: 15px auto 10px auto;
		border: 2px solid #638c0b;
		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;
	}

.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;
	}

.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;
	}

/*新增小按鈕區塊*/
.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;
	}

.MOBILE #it254 .AGES1 ul.MB li.COLUMN2 a.small_bt::after{
		content: '▸';
		display: inline-block;
		padding-left:2px;
	}


.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;
}

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

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

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

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

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

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

.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;
	}



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

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

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

.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%);
	}

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

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

.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;
	}

.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%);
	}

.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;
	}

.PC #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 .MB {
		width: 100%;
		height: 533px;
		margin: 15px auto 10px auto;
		border: 2px solid #638c0b;
		box-sizing: border-box;
	}

.PC #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 .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;
	}

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

.PC #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.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.MB li.COLUMN2 a.small_bt::after{
		content: '▸';
		display: inline-block;
		padding-left:2px;
	}


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

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

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

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

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

.PC #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;
}

.PC #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;
	}

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

.PC #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;
	}

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

.PC #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 center;
		background-size: 85% auto;
		text-indent: -9999px;
		transition: all .2s ease-in-out;
	}



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

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

.PC #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: 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;
	}

.PC #it254 .f_conbox{
		width:100%;
		height: auto;
		margin:0 auto;
	}
.PC #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: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 .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: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 .pbox2{
		width:100%;
		height: 0px;
		position: relative;
		padding-bottom:43.68932%;
	}
.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;
	}
}

/*大運表格內文*/
.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;
	}

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

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

.MOBILE #it254 .point_text{
		font-size:1rem;
		font-weight: bold;
	}

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

/*小命宮區塊*/
.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;
}

.MOBILE #it254 .usersfate_area{
		width:30%;
		height: auto;
	}

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

.MOBILE #it254 .usersfate_area ul li{
		width:25%;
		height: 35px;
		background-image: none;
		text-align: center;
		font-size:1.4em;
		font-weight: bold;
	}
.MOBILE #it254 .usersfate_area ul li:last-child{
		border:none;
	}

.MOBILE #it254 .year_agebar{
		text-align: center;
		color: #ffffff;
		background-color: #cd0304;
		width:100%;
	}
.MOBILE #it254 .chart_text{
		width:100%;
		margin-top: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;
	}

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

/*小命宮樣式*/
.MOBILE #it254 .userschart_area{
		width:64%;
		height: auto;
	}
.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;
	}

	.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;
}

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

.MOBILE #it254 .scroll_words{
		width:80%;
		height: auto;
		margin:0 auto;
		position: absolute;
		left: 50%;
		top: 63%;
		transform: translate(-50%, -50%);
	}
.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%);
}

.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;
	}

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



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

.MOBILE #it254 .no_mgbottom{
		margin-bottom: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%);
}

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

/*年歲*/
.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;
}

.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;
}



#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;
}

.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;
}

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

.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%);
	}

/*項目符號*/
.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;
	}

.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;
	}

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

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

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

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


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

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

.MOBILE #it254 .deco_line{
		width: 100%;
		margin:0 auto;
		border-top: 1px solid #cccccc;
		margin: 25px 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;
}

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

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

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

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

.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;
}

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

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

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

.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;
	}

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

.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;
	}

.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;}


.PC #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:.9rem;
		background-color: #4d8919;
		color: #ffffff;
		margin:0 auto;
		border-radius: 20px;
		padding: 2px 8px;
		margin-top:8px;
	}

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

.PC #it254 .point_text{
		font-size:1rem;
		font-weight: bold;
	}

.PC #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:0px;
	}



.PC #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-between;
	}

.PC #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:none;
	}

.PC #it254 .year_agebar{
		text-align: center;
		color: #ffffff;
		background-color: #cd0304;
		width:100%;
	}
.PC #it254 .chart_text{
		width:100%;
		margin-top:5px;
	}

.PC #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:20px;
		font-weight:bold;
		line-height: 2.7rem;
		width:100;
	}

/*小命宮樣式*/
.PC #it254 .userschart_area{
		width:64%;
		height: auto;
	}
.PC #it254 .R_CON{
		width: 100%;
		height: 158px;
		margin-bottom: 10px;
	}
	.PC #it254 .REM_BOX{ 
		width: 95%;
		padding: 2.5%;
	}
	.PC #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: 63%;
		transform: translate(-50%, -50%);
	}
.PC #it254 .scroll_words p{
		font-size:1.9rem;
		font-weight: bold;
		text-align: center;
	}
.PC #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:23px;
		height: 23px;
		vertical-align:sub;
		margin-left:10px;
		margin-right:5px;
	}



/*提醒區塊*/
.PC #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;
	}

.PC #it254 .no_mg{
		margin:0px;
	}
.PC #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%);
	}

.PC #it254 .ten_yearnum li{
		font-size: .8rem;
		font-weight: bold;
	}
.PC #it254 ul.pq_LIST_ICON2 li span,
	.PC #it254 ul.pq_LIST_ICON3 li span{
		font-size:.9rem;
		font-weight: normal;
		color: #666666;
		padding-left: 8px;
	}
.PC #it254 .item_barstyle span.brmb{display: block;}
.PC #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{
		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: 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: 22px 22px;
		background-position-y: 1px;
		padding-left: 28px;
	}

.PC #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: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}

.PC #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:.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 20px;
		box-sizing: border-box;
	}

.PC #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: 25px auto;
	}

/*造命語區塊*/
.PC #it254 .endph_case{
		width:100%;
		height: 0px;
		padding-bottom:44.35483%;
		margin:0 auto;
	}
.PC #it254 .signature_case{
		width:140px;
		height: auto;
		margin-left: auto;
	}
/*模糊字按鈕區塊*/
.PC #it254 .fuzzy_frame{
		width:100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}

.PC #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;
	}

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

.PC #it254 .fuzzy_frame ul li p{
	width:100%;
	float: left;
}
.PC #it254 .blockbox{
		width:100%;
		height: auto;
		margin:0 auto;
		position: relative;
	}

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

.PC #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;
	}

.PC #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:60px 0px 10px 0px;
	}

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

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

/*==========================================手機版==========================================*/
/*====== 消失區塊 ======*/
.PC .re_bottom_bt, 
.PC .float_case, 
.PC #it254-wrapper #watermark-wrapper, 
.PC #it254 .print_mb,.PC #it254 .AGES1 .PC, .PC #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) {}