﻿/* CSS Document */
@import url("https://imgs.click108.com.tw/css_2013/reset_2.css");
body{
	box-sizing:border-box;
	font-family: "微軟正黑體", Arial, Helvetica,sans-serif;}
a{text-decoration: none;}
hr{height:1px;border: none; background-color: #ffeddd;}

#YF027 p.txt-primary+ p.txt-primary {margin-top: 20px;}  /* 內文行距 */
/*==========================PC版型區============================*/
.PC .blank_br{height:20px;}
.PC .blank_br2{height: 40px;}
.PC .blank_1{height:10px;}

/*PC表頭尾*/	
.PC .PC_LOGIN, .PC .FOOT_PC{ width:100%; display:block;}
/*PC表頭尾*/

/*消失區*/
.PC #float_icon, .PC #header, .PC .FOOT_MOBILE, .PC .MOBILE_LOGIN{ display:none;}
/*消失區尾*/

/*共用內文字級*/
body{
    line-height: 1.7em;
    color:#333333;
}

/*字級樣式*/
#YF027 .txt_bold{font-weight: bold;}
#YF027 .txt_center{text-align: center;}

/*共用字級*/
#YF027 .txt-1{
    font-size: 2em;
    line-height: 1.7em;
}

#YF027 .txt-2{
    font-size: 1.85em;
    line-height: 1.7em;
}

#YF027 .txt-3{
    font-size: 1.6em;
    line-height: 1.7em;
}

#YF027 .txt-4{
    font-size: 1.5em;
    line-height: 1.7em;
}

#YF027 .txt-4-2{
    font-size: 1.3em;
    line-height: 1.7em;
}

#YF027 .txt-5{
    font-size: 1.2em;
    line-height: 1.7em;
}

#YF027 .txt-primary{
    font-size: 1.1em;
    line-height: 1.7em;
    color:#333333;
}

#YF027 .txt-secondary{
    font-size: 1em;
    line-height: 1.7em;
}

#YF027 .txt-6{
    font-size: .9em;
    line-height: 1.7em;
}

/*顏色樣式*/
#YF027 .purple{color:#6124b4;}
#YF027 .red{color:#e42f2f;}
#YF027 .pink{color: #f54478;}
#YF027 .green{color: #2e6e00;}
#YF027 .line-green{color: #64ce3f;}
#YF027 .orange{color: #ff771c;}


/*連結樣式*/
.content_box a{color: blue;cursor: pointer;}
.content_box a:hover{ opacity: .7;}

/* 共用注意顏色 */
#YF027 .shadow-orange {
	box-shadow: inset 0px 0px 16px 0px #ffb38c;
	-webkit-box-shadow: inset 0px 0px 16px 0px #ffb38c;
}

#YF027 .shadow-blue {
	box-shadow: inset 0px 0px 16px 0px #81c0d2;
	-webkit-box-shadow: inset 0px 0px 16px 0px #81c0d2;
}

#YF027 .shadow-green {
	box-shadow: inset 0px 0px 16px 0px #81d286;
	-webkit-box-shadow: inset 0px 0px 16px 0px #81d286;
}

#YF027 .shadow-red {
	box-shadow: inset 0px 0px 16px 0px #ffa1a1;
	-webkit-box-shadow: inset 0px 0px 16px 0px #ffa1a1;
}

#YF027 .shadow-pink {
	box-shadow: inset 0px 0px 16px 0px #f29bbe;
	-webkit-box-shadow: inset 0px 0px 16px 0px #f29bbe;
}

#YF027 .shadow-purple {
	box-shadow: inset 0px 0px 16px 0px #d8a2e5;
	-webkit-box-shadow: inset 0px 0px 16px 0px #d8a2e5;
}

/*文字LIST樣式*/	
#YF027 .CON_P{
	position: relative;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:5px;}

#YF027 .CON_P ul{
	list-style:disc;
	color:#b45900;
	-webkit-box-sizing:border-box;
	padding:0px 0px 0px 20px;}

#YF027 .CON_P li{
	clear: both;
	margin-bottom:10px;}

/*使用者資訊項目公版*/
/*2019新個人資料區塊*/
.PC #YF027 .T_INFO{
	width: 730px;
	height: 40px;
	margin: 0 auto;
	background-color:#FFFFFF;
	background: -moz-linear-gradient(
		top,
		#FFFFFF 0%,
		#e0e0e0);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FFFFFF),
		to(#e0e0e0));
}

.PC #YF027 .T_INFO:hover{
	background: -moz-linear-gradient(
		top,
		#e0e0e0 0%,
		#FFFFFF);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#e0e0e0),
		to(#FFFFFF));}

.PC #YF027 .T_TEXT{
	width: 730px;/*730*//*690*/
	height: 34px;
	line-height: 40px;
	padding-top:6px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

/*個人資料展開區塊-按鈕符號-加*/
.PC #YF027 .T_OPEN{
	width: 40px;
	height: 40px;
	position: absolute;
	top:0;
	right:0;
}

.PC #YF027 .T_OPEN img{display: block; width: 100%; height: auto;}

/*個人資料展開區塊-按鈕符號-減*/
.PC #YF027 .T_CLOSE{
	width: 40px;
	height: 40px;
	position: absolute;
	top:0;
	right:0;
}

/*個人資料展開區塊-展開後資訊*/
.PC #YF027 .T_INFOAREA{
	width: 730px;
	height: auto;
	margin: 0 auto;
}

.PC #YF027 .T_INFOAREA .T_CON{
	width: 730px;
	height: auto;
	padding:10px 0 10px 0;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: white;
	box-shadow: inset 0px 1px 2px 0px #666666;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
}

/*個人資料展開區塊-展開後資訊-列印本頁按鈕*/
.PC #YF027 .T_INFOAREA .T_PBT{
	width:10%;
	height:30px;
	margin:0 auto;
	background-color:#FFFFFF;
	background: -moz-linear-gradient(
		top,
		#FFFFFF 0%,
		#cccccc);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FFFFFF),
		to(#cccccc));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #9e9e9e;
    margin-top:5px;
    margin-bottom:5px;
}

.PC #YF027 .T_INFOAREA .T_PBT a{
	text-align:center;
	font-size:0.9em;
	line-height: 30px;
	color:#333;
}

/*2023選單MENU*/
.PC #YF027 .MENU{
	width:730px;
	margin:0 auto;
	padding: 10px 15px;
background: rgb(255,201,121); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,201,121,1) 0%, rgba(128,76,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,201,121,1) 0%,rgba(128,76,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,201,121,1) 0%,rgba(128,76,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc979', endColorstr='#804c00',GradientType=0 ); /* IE6-9 */
}
	
.PC #YF027 .MENU ul{
	width:100%;}
.PC #YF027 .MENU ul li{
	width: 24.5%;
	display: inline-flex;
	padding: 3px;
	border-radius: 5px;
}
.PC #YF027 .MENU ul li a{
	display: block;
    width: 100%;
    height: 45px;
    color: #ffe0b3;
    line-height: 45px;
    text-align: center;
	font-size: 1.3em;
	border: 1px solid #ffe0b3;
	border-radius: 5px;
	background: rgb(71,157,65); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(71,157,65,1) 0%, rgba(17,92,12,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(71,157,65,1) 0%,rgba(17,92,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(71,157,65,1) 0%,rgba(17,92,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479d41', endColorstr='#115c0c',GradientType=0 ); /* IE6-9 */
	background-color: rgba(71, 157, 65,.5);
	transition: all .8s ease;
}
.PC #YF027 .MENU ul li a:hover{
	background: #479d41; 
	transition: all .6s ease;
} 
.PC #YF027 .MENU ul li a.NOW{
	color: #824e02;
	background: #ffd600; 
}

/*整體區塊#YF027-wrapper*/
.PC #YF027-wrapper{}

/*#YF027主要框架*/
.PC #YF027{
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
	background-image: url(../images/bg.jpg),url(../images/bg_repeat.jpg);
	background-repeat: no-repeat, repeat-y;
    background-position: top center;
	background-color: #b41210;/* 2026計次：流年頁面背景色異動 */
}

/* ======= #YF027 計次：2026流年新增與異動區塊 ======= */
/* 新增 #YF027 電腦版免費頁主要框架 */
.PC #YF027-wrapper.free #YF027{
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
	background-image: url(../images/bg_free.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #b41210;
	}/* 新增 #YF027 手機版免費頁主要框架 */
	.MOBILE #YF027-wrapper.free #YF027{
		width: 100%;
		height: auto;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		margin: 0 auto;
		background-color: #b41210;
	}
/* ======= #YF027 計次：2026流年新增與異動區塊 結束 ======= */

.PC #YF027 .FRAME{width:100%; height:auto; overflow:hidden; margin:0 auto;}

/*整體區塊*/
.PC #YF027 .mainstage{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

/* ======= #YF027 計次：2026流年新增與異動區塊 ======= */
/* 主視覺整體區塊 */
.PC #YF027 .hero{
	width:750px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
    }
	/* 原 #YF027 白金結果頁無Sam主視覺標題 */
    .PC #YF027 .hero h1{
		width: 100%;
		aspect-ratio: 730 / 340;
		background-image: url(../images/hero_title.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		text-indent: -9999px;
    }
	/* 新增 #YF027 免費頁標題圖 */
	.PC #YF027-wrapper.free .hero h1{
		width:100%;
		aspect-ratio: 750 / 445;
		background: url(../images/hero_title_input.png) no-repeat top center;
		background-size: cover;
		text-indent: -9999px;
		}
		
		/* 新增手機版 #YF027 免費頁標題圖 */
		.MOBILE #YF027-wrapper.free .hero h1{
			width: 100%;
			aspect-ratio: 750 / 490;
			background-image: url(../images/under_inti_mb_01.png);
			background-repeat: no-repeat;
			background-position: top center;
			background-size: cover;
			text-indent: -9999px;
			position: relative;
		}
/* ======= #YF027 計次：2026流年新增與異動區塊 結束======= */

/*整體內容框架-730*/
.PC #YF027 .container_frame{
    width: 730px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    border: 5px solid #d89900;
    background-color: #fff;
    padding: 15px 0 15px 0;
    margin-bottom: 10px;
    }

/*表單填寫框架*/
.PC #YF027 .section_survey{
    width:610px;
    height: auto;
    overflow: hidden;
    margin:0 auto;
    margin-top:10px;
}

/*自定義表單區塊*/
.PC #YF027 .radio-select{
    width:100%;
    height: auto;
    overflow: hidden;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.PC #YF027 .radio-select .option{
    width:49%;
    height: auto;
    background-color: #ffffff;
    margin:5px 0px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
}

.PC #YF027 .radio-select .option label{
    width:100%;
    height:40px;
    line-height: 40px;
    font-size:1em;
    padding-left:38px;
    cursor: pointer;
    border:1px solid #d4d4d4;
    border-radius: 5px;
}

.PC #YF027 .radio-select .option label:hover{
    background-color: #fff9d0;
    transition: all 0.2s ease-in;
}

.PC #YF027 .radio-select .option input:checked ~ label{
    background-color: #fff9d0;
    border-color:#a46200;
    transition: all 0.3s ease-in-out;
}

.PC #YF027 .radio-select .option label::after{
    content:'';
    position: absolute;
    top:10px;
    left:10px;
    width:18px;
    height: 18px;
    border:1px solid #d4d4d4;
    border-radius: 50%;
    background:transparent;
}

.PC #YF027 .radio-select .option label::before{
    content:'';
    position: absolute;
    top:50%;
    left:14px;
    transform: translateY(-50%);
    width:12px;
    height: 12px;
    border-radius: 50%;
    background-color: #a46200;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.PC #YF027 .radio-select .option input:checked ~ label::before{
    opacity: 1;
}

.PC #YF027 .radio-select input[type="radio"]{
    display: none;
}

/*共用按鈕*/
.PC #YF027 .e_BT{
	clear:both;
	width:90%;
	height:45px;/*原本45px加邊框加陰影相剪*/
	margin:0 auto;
    margin-top:10px;
	margin-bottom:10px;
}	
	
.PC #YF027 .e_BT ul.ONE{
	width:100%;
	height:45px;}
	
.PC #YF027 .e_BT ul.ONE li{
	width:210px;
	height:48px;
	margin:0 auto;
	}
		
.PC #YF027 .e_BT ul.TOW{
	width:80%;
	height:45px;
	margin:0 auto;}
	
.PC #YF027 .e_BT ul.TOW li{
	float:left;
	width:50%;}
	
.PC #YF027 .e_BT li a{
	display:block;
	width:210px;
	margin:0 auto;
	height:45px;
	text-decoration:none;
	text-align:center;}

/*按鈕-吉運用*/
.PC #YF027 .e_BT2{
	clear:both;
	width:90%;
	height:65px;/*原本45px加邊框加陰影相剪*/
	margin:0 auto;
    margin-top:10px;
	margin-bottom:10px;
}	
	
.PC #YF027 .e_BT2 ul.ONE{
	width:100%;
	height:65px;}
	
.PC #YF027 .e_BT2 ul.ONE li{
	width:210px;
	height:65px;
	margin:0 auto;
	}

.PC #YF027 .e_BT2 li a{
	display:block;
	width:210px;
	margin:0 auto;
	height:65px;
	text-decoration:none;
	text-align:center;
	padding-top: 6px;}
.PC #YF027 .e_BT2 li a p{
	line-height: 26px;}	

	
/*列印按鈕*/
.PC #YF027 .PRINT a{ 
	display:block;
	width:50%;
	margin:0 auto;
	height:45px;
	text-decoration:none;}

/*按紐顏色*/	
.PC a.BT_COLOUR{
	background-color:#ed1f23;
	background: -moz-linear-gradient(
		top,
		#f2595c 0%,
		#ed1f23);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f2595c),
		to(#ed1f23));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ed1f23;
	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);}

.PC a.BT_COLOUR2{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #dbaa00;
		background: -moz-linear-gradient(
		top,
		#ffe400 0%,
		#ffc600);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffe400),
		to(#ffc600));		
	-moz-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:inset 0px 0px 2px rgba(255,255,255,1)}
		
.PC a.BT_COLOUR:hover{
	background-color:#f2595c;
	background: -moz-linear-gradient(
		top,
		#ed1f23 0%,
		#f2595c);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ed1f23),
		to(#f2595c));
		}
.PC a.BT_COLOUR2:hover{
	background-color:#eb6d54;
	background: -moz-linear-gradient(
		top,
		#ffc600 0%,
		#ffe400);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffc600),
		to(#ffe400));
}

.PC #YF027 .BT_T01{/*按鈕字*/
	font-size: 1.3em;
	font-weight:bold;
	text-align:center;
	line-height:45px;
	color:#FFF;
	}

.PC #YF027 .BT_T02{/*按鈕字新增*/
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	color:#000;
}

.PC #YF027 .BT_T01_S{/*按鈕細字*/
	color:#000;
	font-size: 1em;
	line-height:45px;
	text-align:center;
	}

/*提醒說明區塊開始*/
.PC #YF027 .section_notice{
    width:630px;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}

.PC #YF027 .section_notice span{
    font-size:0.9em;
    color:#e42f2f;
}

.PC #YF027 .section_notice ul{
    width: 100%;
    list-style: decimal;
    list-style-position: inside;
}

.PC #YF027 .section_notice li{
    box-sizing: border-box;
    font-size:0.9em;
    line-height:1.7em;
    color:#e42f2f;
}

/*實際內文框架-670*/
.PC #YF027 .content_box{
    width: 670px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top:18px;
    margin-bottom:18px;
    }

/*張老師配圖文字區塊*/
.PC #YF027 .two_block_main{
	width:100%;
	height: auto;
	overflow: hidden;
}

.PC #YF027 .two_block_main ul{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.PC #YF027 .two_block_main .item_ph{
	width:40%;
	height: auto;
}

.PC #YF027 .two_block_main .item_ph img{
	display:block;
	width: 88%;
	height: auto;
	margin:0 auto;
}

.PC #YF027 .two_block_main .item_text{
	width:60%;
}
/*單張圖*/
.PC #YF027 .item_ph2{
	width: 100%;
	height: auto;
}

.PC #YF027 .item_ph2 img{
	display:block;
	width: 88%;
	height: auto;
	margin:0 auto;
}
/*左圖，右點列式區塊*/
.PC #YF027 .two_block_list{
	width:100%;
	height: auto;
	overflow: hidden;
}
.PC #YF027 .two_block_list .item_ph{
	width:40%;
	height: auto;
	float: left;

}
.PC #YF027 .two_block_list .item_ph img{
	display:block;
	width: 80%;
	margin: 0 auto;
}

.PC #YF027 .two_block_list ul{
	width:59%;
	display:inline-block;
    list-style-type:disc;
    color: #b45900;
    -webkit-box-sizing: border-box;
    padding-left:20px;
}

.PC #YF027 .two_block_list li{
	width: 100%;
    margin-bottom:20px;
	align-items: center;
}

.PC #YF027 .two_block_list ul li:last-child{
    margin-bottom:0px;
}

.PC #YF027 .two_block_list ul li p{
	display: inline-flex;
    color:#333333;
}

/* 2025 注意事項區塊 */
.PC #YF027 .notice_box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.PC #YF027 .notice-title{
	height: auto;
	overflow: hidden;
	padding: 12px;
	background-color: #fff;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.PC #YF027 .notice-info{
	width: auto;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 16px 36px;
}

.PC #YF027 .notice_box .notice-info ul{
	width: 100%;
	list-style: none;
	list-style-position: outside;
	padding: 0px 0px 0px 30px;
	box-sizing: border-box;
	text-indent: -1em;
}

.PC #YF027 .notice_box .notice-info li {
		margin-bottom: 20px;
		}
		.PC #YF027 .notice_box .notice-info li:last-child {
			margin-bottom: 8px;
		}

.PC #YF027 .notice_box .notice-info li::before {
	content: '✓';
	margin-right: 5px;
}

/*2023流年四化代表字*/
.PC #YF027 .section_fourwords{
    width:100%;
    height: auto;
    /* box-shadow: inset 0px 0px 20px 0px #e5e5e5; */
    /* -webkit-box-shadow: inset 0px 0px 20px 0px #e5e5e5; */
    /* -moz-box-shadow: inset 0px 0px 20px 0px #e5e5e5; */
    overflow: hidden;
}

.PC #YF027 .content-title{
    height: auto;
    overflow: hidden;
    padding:15px;
	background-color: #fff;
	color: #333;
	text-align: center;
	font-weight: bold;
	box-shadow: inset 0px 0px 20px 0px #e5e5e5;
    -webkit-box-shadow: inset 0px 0px 20px 0px #e5e5e5;
    }

.PC #YF027 .content-info{
    width:100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:15px;
    }

.PC #YF027 .content-info .keywords{
    width:30%;
}

#YF027 .color-tag1{background-color: #e5724f;}
#YF027 .color-tag2{background-color: #e5994f;}
#YF027 .color-tag3{background-color: #68b0de;}
#YF027 .color-tag4{background-color: #9ecc5b;}

.PC #YF027 .line-1{
    width:95%;
    height: auto;
    margin:0 auto;
    border-bottom:1px solid #efefef; 
}
.PC #YF027 .line-2{
    width:95%;
    height: auto;
    margin:0 auto;
    border-bottom:1px solid #dbdbdb; 
}

.PC #YF027 .content-info .keywords ul{
    width:100%;
    height: auto;
    border-radius: 10px;
    color:#ffffff;
    margin:0 auto;
    padding:5px 0px;
}

.PC #YF027 .content-info .keywords li{
    width:100%;
    font-size:1.1em;
    text-align: center;
    }.PC #YF027 .content-info .keywords li:nth-child(2){
        font-size:2em;
        font-weight: bold;
        line-height: 1.3em;
    }

.PC #YF027 .content-info .instructions{
    width:68%;
}

/*項目點點區塊*/
.PC #YF027 .section_items{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.PC #YF027 .section_items ul{
    list-style: disc;
    color: #b45900;
    -webkit-box-sizing: border-box;
    padding-left:20px;
}

.PC #YF027 .section_items li{
    margin-bottom:20px;
}

.PC #YF027 .section_items li:last-child{
    margin-bottom:0px;
}

.PC #YF027 .section_items li p{
    color:#333333;
}

/*總運-使用者系統字表頭*/
.PC #YF027 .usersinfo{
    width:100%;
    margin:0 auto;
    overflow: hidden;
	margin-bottom: 15px;
}

.PC #YF027 .usersinfo .title_ph{
    width:100%;
    height: 160px;
    background-image: url(../images/re_newall/re_top01_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.PC #YF027 .usersinfo .title-text{
    width:100%;
    height: 140px;
    overflow: hidden;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.PC #YF027 .usersinfo .title-text p{
    text-align: center;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff;
    font-size:1.5em;
    line-height: 1.4em;
}

/*總運-特殊標題裝飾*/
.PC #YF027 .main-titlebar{
    width:90%;
    height: auto;
    margin:0 auto;
    overflow: hidden;
	position: relative;
}

.PC #YF027 .main-titlebar .main-ph{
    width: 100%;
    height: 0;
    padding-bottom:26.3157894836842%;
    background-image: url(../images/result/ph_deco01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.PC #YF027 .main-titlebar .main-ph2{
    width: 100%;
    height: 0;
    padding-bottom:26.3157894836842%;
    background-image: url(../images/result/ph_deco02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.PC #YF027 .main-titlebar .main-ph3{
    width: 100%;
    height: 0;
    padding-bottom:26.3157894836842%;
    background-image: url(../images/result/ph_deco03.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.PC #YF027 .main-titlebar .main-ph p,
.PC #YF027 .main-titlebar .main-ph2 p,
.PC #YF027 .main-titlebar .main-ph3 p{
	width:100%;
    font-size: 2.8em;
	font-family:"標楷體", "Microsoft JhengHei",  Helvetica, Arial;
    color: #333333;
    text-align: center;
    font-weight: bold;
    text-indent:20%;
	position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

/*開運-特殊標題裝飾*/
.PC #YF027 .main-titlebar2{
    width:90%;
    height: auto;
    margin:0 auto;
    overflow: hidden;
	position: relative;
}

.PC #YF027 .main-titlebar2 .main-ph-fate{
	width: 100%;
    height: 0;
    padding-bottom:26.3157894836842%;
    background-image: url(../images/fate_category/ph_deco_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.PC #YF027 .main-titlebar2 .category_ph_fate{
	width:155px;
	height: auto;
	line-height: 155px;
}

.PC #YF027 .main-titlebar2 .main-ph-fate img{
	display: block;
	width:100%;
	height: auto;
	margin:0 auto;
}

.PC #YF027 .main-titlebar2 .category_text_fate{
	width:100%;
    font-size: 2.8em;
	font-family:"標楷體", "Microsoft JhengHei",  Helvetica, Arial;
    color: #333333;
    text-align: center;
    font-weight: bold;
    text-indent:20%;
	position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}



/*次標題*/
.PC #YF027 .second_title{
    width:670px;
    height: auto;
    overflow: hidden;
    margin:0 auto;
	margin-bottom:5px;
}

.PC #YF027 .second_title .deco_ph{
    width:100%;
    height: 15px;
    background-image: url(../images/result/ph_deco_line.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: auto;
}

.PC #YF027 .second_title .deco_ph_footer{
    width:100%;
    height: 15px;
    background-image: url(../images/result/ph_deco_line2.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: auto;
}

.PC #YF027 .second_title .content_bg{
    width:100%;
    height: auto;
    padding:5px 0px;
    background-color: #fff7ef;
}

.PC #YF027 .second_title .content_bg p{
    text-align: center;
    color:#d32323;
    font-weight: bold;
}

/*調整文字大小*/
.PC #YF027 .second_title .content_bg .txt-4{
	font-size:1.7em;
	line-height: 1.6em;
}

.PC #YF027 .second_title .content_bg .txt-2{
	font-size:2.2em;
	line-height: 1.5em;
}


/*運程圖*/
.PC #YF027 .change_frame{
    width:90%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
	margin-top: -8px;
	margin-bottom:-7px;
}

.PC #YF027 .CHANGE{
    width: 100%;
    height: 0;
    padding-bottom: 29.85074%;
    background-size: 100% auto;
    position: relative;
    background-image:url(../images/re02_change.png);
    background-position: center;
    background-repeat: no-repeat;
}

.PC #YF027 .CHANGE ul{
	display: block;
	float: left;
	width: 44%;
	height: auto;
	overflow: hidden;
	margin: 3.5% 3%;
}

.PC #YF027 .CHANGE ul li:first-child{
	font-size:1.6em;
	line-height:1.6em;
	color: #333;
	font-weight: bold;
	text-align:center;
}

.PC #YF027 .CHANGE ul li:last-child{
	font-size:3em;
	line-height:2.3em;
	color: #804c00;
	font-weight: bold;
	text-align:center;
}

/*代表字區塊*/
.PC #YF027 .wordssign{
    width:480px;
    height: auto;
    margin:0 auto;
    overflow: hidden;
    margin-top:20px;
    margin-bottom:15px;
}

.PC #YF027 .wordssign .sign_ph{
    width:100%;
    height: 0;
    padding-bottom: 64%;
    background-image: url(../images/ph_sam2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.PC #YF027 .wordssign .sign_ph ul{
    width:100%;
    height: auto;
}

.PC #YF027 .wordssign .sign_ph li{
    width: 52%;
    height: auto;
    margin:0 auto;
    text-align:right;
}

.PC #YF027 .wordssign .sign_ph li:nth-child(2){
	font-size: 102px;
	font-family: "標楷體", "Microsoft JhengHei", Helvetica, Arial;
	line-height: 1.6em;
	color: #9f0000;
	margin-left: 130px;
	padding-top: 102px;
	}

/*內文標題樣式01*/
.PC #YF027 .txtbar01{
    width: 100%;
    height: 30px;
    border-left: 5px solid #b45900;
    line-height: 25px;
    text-indent: 8px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
}

.PC #YF027 .txtbar01 p{
    font-size: 1.2em;
    line-height: 1.7em;
    color: #000;
    font-weight: bold;
}
.PC #YF027 .txtbar02{
    width: 100%;
    height: 43px;
    margin-bottom: 0px;
	background-color: #ffe6ec;
	text-align: center;
}

.PC #YF027 .txtbar02 p{
    font-size: 1.2em;
    line-height: 43px;
    font-weight: bold;
}

/*宮位四化小命盤區*/
.PC .PG043 .ZIWEI_BLOCK{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.PC #YF027 .recommend_area{
    width:100%;
    height: auto;
    margin:0 auto;
    margin-top:20px;
}

.PC #YF027 .recommend_area a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    color:#333333;
    background-color: #fffae3;
    border: 1px solid #eee2ae;
    font-size: 1em;
    line-height: 1.6em;
    -webkit-box-sizing: border-box;
    padding: 8px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.PC #YF027 .recommend_area a:hover{
    background-color: #fef4c6;
}

.PC #YF027 .recommend_area a ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.PC #YF027 .recommend_area a li{
    display: block;
}

.PC #YF027 .recommend_area span.mark01{
    color:#b55a01;
}
.PC #YF027 .recommend_area span.production_item{
    width:100%;
}

.PC #YF027 .recommend_area a li:nth-child(2){
    color:#b55a01;
}

.PC #YF027 .recommend_area a li:nth-child(2)::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0px 5px 8px;
    margin-left: 4px;
    margin-bottom: 1px;
    border-color: transparent transparent transparent #b55a01;
}

.PC #YF027 .recommend_area li.tips{
    color:#666666;
    padding-left:5px;
}

/*紅色底文字提醒區塊*/
.PC #YF027 .red_tips{
    display: block;
    padding: 4px 12px 2px 12px;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #dc2e2e;
    background-color: #ffe3e3;
    border-radius: 5px;
}

/*結果頁-流年命盤-影片區塊*/
.PC #YF027 .VIDEO {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 5px;
}

.PC #YF027 .VIDEO iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.PC #YF027 .VIDEO_2022_RE{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.PC #YF027 .VIDEO_2022_RE .V_BOX_RE{
	width: 640px;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
}

.PC #YF027 .VIDEO_2022_RE .V_BOX_RE img{display: block; width: 100%; height:auto;}

/*結果頁-流年命盤-影片區塊-提示語*/
.PC #YF027 .VIDEO_TIPS_RE{
	width: 100%;
	height: auto;
	margin: 0 auto;
	color: blue;
}

.PC #YF027 .VIDEO_TIPS_RE a{
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

/*結果頁-事業、感情雙欄區塊*/
.PC #YF027 .DOU_BOX{
	width:100%;
	height:auto;
	overflow:hidden;
	}

	.PC #YF027 .DOU_BOX li.L_BOX0{
		float:left;
		width:280px;
		height:auto;
		overflow:hidden;
		margin-left: 20px;
		}
	.PC #YF027 .DOU_BOX li.R_BOX0{
	float:left;
	width:320px;
	height:auto;
	margin-left: 10px;
	overflow:hidden;}

.PC #YF027 .PH3{
    width:220px;
    height: auto;
}

.PC #YF027 .PH3 img{ display:block; width:100%; height:auto; margin:0 auto;}

/*張盛舒簽名*/
#YF027 .SIG{
	float:right;
	width:120px;
	height:57px;
	margin-top: 10px;}
	
#YF027 .SIG img{display:block; width:100%; height:auto; margin:0 auto;}

/*結果頁-事業、感情雙欄區塊-圖加文*/
.PC #YF027 .DOU_BOX li.L_BOX{
	float:left;
	width:240px;
	height:auto;
	overflow:hidden;
	}

/*結果頁-感情雙欄區塊-活絡桃花*/
.PC #YF027 .DOU_BOX li.L_BOX03{
	float:left;
	width: 200px;
	height: auto;
	overflow: hidden;
}

.PC #YF027 .DOU_BOX li.R_BOX{
	float:right;
	width:430px;
	height:auto;
	overflow:hidden;}

	.PC #YF027 .PRINT_BG .DOU_BOX li.R_BOX{
		float:right;
		width:400px;
		height:auto;
		overflow:hidden;}


.PC #YF027 .DOU_BOX li.R_BOX03{
	float:right;
	width:470px;
	height:auto;
	overflow:hidden;}

.PC #YF027 .DOU_BOX li.R_BOX04{
	float:right;
	width:360px;
	height:auto;
	overflow:hidden;}

/*結果頁-感情運-桃花錦囊*/
.PC #YF027 .PEACH_BG02{
	width:670px;
	height:auto;
	overflow:hidden;
	}
	
.PC #YF027 .PEACH_BG02 ul{
	width:100%;
	height:auto;
	overflow:hidden;
}
	
.PC #YF027 .PEACH_BG02 li.A{
	float:left;
	width:50%;
	margin-bottom:20px;
	}
	
.PC #YF027 .PEACH_BG02 li.B{
	clear:both;
	width:100%;
	}
	
.PC #YF027 .PEACH_BG02 .PEACH_BOX02_BG{
	width:98%;
	height:auto;
	overflow:hidden;
	background:linear-gradient(-45deg, transparent 16px,#f26792 0);
	-webkit-box-sizing:border-box;
	padding:1px;
	margin:0 auto;}

.PC #YF027 .PEACH_BG02 .PEACH_BOX02_BG_B{
	width:99%;}
	
.PC #YF027 .PEACH_BG02 .PEACH_BOX02{
	width:100%;
	height: auto;
	overflow:hidden;
	margin:0 auto;
	background-color:#fff;
	background-image:url(../images/dot02.jpg);
	background-position:right -2px bottom -2px;
	background-repeat:no-repeat;
	}
	
.PC #YF027 .PEACH_BG02 .TEXT_BOX{
	width: 90%;
	height:auto;
	overflow:hidden;
	margin:10px auto;
	}

/*結果頁-每月運勢區塊-曲線圖*/
.PC #YF027 .FORTUNE_PH{
	width:640px;
	height:300px;	
	margin:0 auto;
	margin-top:10px;
	}
.PC #YF027 .FORTUNE_PH img{
	display:block;
	width:100%;
	height:100%;
	margin:0 auto;
	}

/*結果頁-每月運勢區塊-月運勢分析區塊*/
.PC #YF027 .CALENDAR{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	}
	
.PC #YF027 .CALENDAR .C_MENU{
	width:100%;
	height:45px;
	}
	
.PC #YF027 .CALENDAR .C_MENU ul{
	width:100%;
	height:45px;
	-webkit-box-sizing:border-box;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	background-color:#e0e0e0;
	border:1px solid #ccc;
	background: -moz-linear-gradient(
		top,
		#FFFFFF 0%,
		#e0e0e0);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FFFFFF),
		to(#e0e0e0));		
	}
	
.PC #YF027 .CALENDAR .C_MENU li{
	float:left;
	width:8.33333333333%;
	height:45px;
	}
.PC #YF027 .CALENDAR .C_MENU li a{
	display:block;
	width:100%;
	height:45px;
	text-align:center;
	font-size:1em;
	line-height:45px;
	color:#333;
	}
	
.PC #YF027 .CALENDAR .C_MENU li a.LINK{
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	background-color:#ffe6c8;
	color:#dc2e2e;
	font-weight:bold;
	}
	
.PC #YF027 .CALENDAR .C_MENU li a:hover{
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	background-color:#ffe6c8;
	color:#dc2e2e;
	font-weight:bold;
	}
	
.PC #YF027 .CALENDAR .C_BAR{
	width:100%;
	height:70px;
	background-color:#ffe6c8;
	background-image:url(../images/re_ph05_bg01.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	line-height:55px;
	text-align:center;
	color:#333;
	font-size:1.3em;
	font-weight:bold;
	}

.PC #YF027 .CALENDAR .TABLE{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	}

.PC #YF027 .CALENDAR .TABLE .COLOUR{
	float:left;
	height:auto;
	overflow:hidden;
	padding-left:2%;
	padding-top:2%;
	border-top:2px solid #fff;
	-webkit-box-sizing:border-box;
	}

.PC #YF027 .CALENDAR .TABLE .COLOUR:nth-child(1){
	width:20%;
	background-color:#ffadc4;
	border-right:2px solid #fff;
	-webkit-box-sizing:border-box;
	padding-bottom:500em;
	margin-bottom:-500em;
	}
	
.PC #YF027 .CALENDAR .TABLE .COLOUR:nth-child(2){
	width:80%;
	background-color:#ffe6ec;
	padding-bottom:500em;
	margin-bottom:-500em;
	}
	
.PC #YF027 .CALENDAR .TABLE .COLOUR:nth-child(3){
	width:20%;
	background-color:#a9c1fd;
	border-right:2px solid #fff;
	-webkit-box-sizing:border-box;
	padding-bottom:500em;
	margin-bottom:-500em;
	}
	
.PC #YF027 .CALENDAR .TABLE .COLOUR:nth-child(4){
	width:80%;
	background-color:#dae4ff;
	padding-bottom:500em;
	margin-bottom:-500em;}
	
.PC #YF027 .CALENDAR .TABLE .COLOUR:nth-child(5){
	width:20%;
	background-color:#ffd28e;
	border-right:2px solid #fff;
	-webkit-box-sizing:border-box;
	padding-bottom:500em;
	margin-bottom:-500em;
	}
	
.PC #YF027 .CALENDAR .TABLE .COLOUR:nth-child(6){
	width:80%;
	background-color:#ffefd6;
	padding-bottom:500em;
	margin-bottom:-500em;}
	
.PC #YF027 .CALENDAR .TABLE .COLOUR:nth-child(7){
	width:20%;
	background-color:#bae2a6;
	border-right:2px solid #fff;
	-webkit-box-sizing:border-box;
	padding-bottom:500em;
	margin-bottom:-500em;
	}
	
.PC #YF027 .CALENDAR .TABLE .COLOUR:nth-child(8){
	width:80%;
	background-color:#ddf5d5;
	padding-bottom:500em;
	margin-bottom:-500em;}


/*引導配圖文字*/
.PC #YF027 .pretitleph{
    width:100%;
    height: auto;
    overflow: hidden;
}

.PC #YF027 .pretitleph .title-info{
    width:100%;
    height: 0;
    padding-bottom: 34.2465753246%;
    background-image: url(../images/re_newall/ph_header01.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.PC #YF027 .pretitleph .title-info2{
    width:100%;
    height: 0;
    padding-bottom: 34.2465753246%;
    background-image: url(../images/re_newall/ph_header02.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.PC #YF027 .pretitleph .title-info3{
    width:100%;
    height: 0;
    padding-bottom: 34.2465753246%;
    background-image: url(../images/re_newall/ph_header03.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.PC #YF027 .pretitleph .title-info4{
    width:100%;
    height: 0;
    padding-bottom: 34.2465753246%;
    background-image: url(../images/re_newall/ph_header04.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.PC #YF027 .pretitleph .title-info5{
    width:100%;
    height: 0;
    padding-bottom: 34.2465753246%;
    background-image: url(../images/re_newall/ph_header05.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.PC #YF027 .pretitleph .title-info6{
    width:100%;
    height: 0;
    padding-bottom: 34.2465753246%;
    background-image: url(../images/re_newall/ph_header06.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.PC #YF027 .pretitleph .title-info7{
    width:100%;
    height: 0;
    padding-bottom: 34.2465753246%;
    background-image: url(../images/re_newall/ph_header07.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.PC #YF027 .pretitleph ul{
    width:95%;
    height: 250px;
    overflow: hidden;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.PC #YF027 .pretitleph li{
    width:60%;
}

.PC #YF027 .pretitleph li p{
	font-size:1.8em;
	line-height: 1.4em;
	color:#333333;
}

/*2023桃花對象*/
.PC #YF027 .love_itemframe{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom:15px;
}

.PC #YF027 .love_itemframe .itembox{
	width: 100%;
	height: 0;
	padding-bottom:29.85%;
	background-image: url(../images/ph_lovebg.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.PC #YF027 .love_itemframe .itembox p{
	font-size:3.3rem;
	font-weight: bold;
	line-height:4em;
	text-align: center;
	color:#e80065;
	text-shadow: 1px 0px 10px #fff,1px 0px 10px #fff,1px 0px 10px #fff,1px 0px 10px #fff;
}

/*開運區塊*/
.PC #YF027 .two_block{
	width:100%;
	height: auto;
	overflow: hidden;
}

.PC #YF027 .two_block ul{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.PC #YF027 .two_block .item_ph{
	width:100px;
	height: auto;
}

.PC #YF027 .two_block .item_ph img{
	display:block;
	width: 100%;
	height: auto;
	margin:0 auto;
}

.PC #YF027 .two_block .item_text{
	width:83%;
	height: auto;
}

/*結果頁-流年命盤-開運磁場*/
.PC #YF027 .MAP{
	width:640px;
	height:452px;
	background-repeat:no-repeat;
	background-image:url(../images/re_ph_bg03.png);
	position:relative;
	margin:0 auto;
	}
	
.PC #YF027 .MAP_Z{background-image:url(../images/map_x.jpg);}
	
.PC #YF027 .MAP .COLOR_BG{
	width:27.5%;
	position:absolute;
	}
	
.PC #YF027 .MAP .COLOR{
	width:176px;
	height:109px;
	background-repeat:no-repeat;
	}
	
.PC #YF027 .MAP .LUCK_ICON{
	width:35px;
	height:35px;
	position:absolute;
	bottom:5px;
	left:40%;}

/*開運-雷達圖*/
.PC #YF027 .radar_chart{
	width:500px;
	height:435px;
	margin:0 auto;
}
.PC #YF027 .radar_chart img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/*吉運開始*/
.PC #YF027 .pro_con{
	width: 100%;
	height:auto;
	box-sizing: border-box;
	background-color:#f8f8f8;
	box-shadow: inset 0 0 18px #e5e5e5;
	border-radius: 10px;
	padding: 15px;
}
.PC #YF027 .pro_con .txt-3{text-align: center;}
.PC #YF027 .lucky_area{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.PC #YF027 .lucky_area .l_con{
	padding: 15px;
	background-color:#f8f8f8;
}

.PC #YF027 .lucky_area .l_pro{
	width: 70%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.PC #YF027 .lucky_area .l_pro ul{
	width: 100%;
	font-size: 1.2em;
	line-height: 1.8rem;
}

.PC #YF027 .lucky_area .l_pro li{
	float: left;
	margin-bottom: 10px;
}

.PC #YF027 .mark{
	display: inline-block;
	width: 140px;
	text-align: center;
	color: #ffffff;
	padding: 2px;
	border-radius: 20px;
}

.PC #YF027 .lucky_area .l_pro li img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.PC #YF027 .lucky_area .l_pro li span{
	margin-bottom: 5px;
}

.PC #YF027 .lucky_area .l_pro li:nth-child(1){
	width: 225px;
	height: 280px;
	margin-bottom: 0;
	margin-right: 10px;
}

.PC #YF027 .lucky_area .l_pro li:nth-child(2){
	margin-top: 30px;
}
#YF027 .m9{background-color: #64ce3f;}
#YF027 .m10{background-color: #f89453;}
#YF027 .m11{background-color: #14b7dc;}
/*=========================列印頁面區================*/

.PC #YF027 .PRINT_TOP{
	width:680px;
	height:200px;
	background-image:url(../images/print_top.jpg);
	margin:0 auto;}
	
.PC #YF027 .PRINT_BG{
	width:680px;
	margin:0 auto;
	border:1px solid #b45900;
	-webkit-box-sizing:border-box;
	}

/*列印頁區塊-使用者資訊*/
.PC #YF027 .PRINT_BG .T_INFO{
	width: 678px;
    margin: 0 auto;
}
.PC #YF027 .PRINT_BG .T_TEXT{width:100%;}
.PC #YF027 .PRINT_BG .T_INFOAREA{width:100%;}
.PC #YF027 .PRINT_BG .T_CON{width:100%;}

/*列印頁區塊-大圖標題*/
.PC #YF027 .PRINT_BG img{
	display: block;
	width:100%;
	height: auto;
	overflow: hidden;
}

/*列印頁區塊-內容框架*/
.PC #YF027 .PRINT_BG .container_frame{
	width:678px;
	height: auto;
	overflow: hidden;
}

.PC #YF027 .PRINT_BG .content_box{
	width:650px;
	height: auto;
	margin:0 auto;
	padding:10px 0px 30px 0px;
}

/*列印頁區塊-2023流年四化代表字*/
.PC #YF027 .PRINT_BG .section_fourwords{
	width:100%;
}

.PC #YF027 .PRINT_BG .section_fourwords .content-info{
	width:95%;
	margin:0 auto;
	overflow: hidden;
	padding:10px;
}

.PC #YF027 .PRINT_BG .section_fourwords .keywords{
	width:35%;
}

.PC #YF027 .PRINT_BG .section_fourwords .instructions{
	width:63%;
}

/*列印頁區塊-次標題*/
.PC #YF027 .PRINT_BG .second_title{
	width:100%;
	margin-top:6px;
}

/*列印頁區塊-總運-使用者系統字表頭*/
.PC #YF027 .PRINT_BG .usersinfo{width:100%;}


/*列印頁區塊-總運-使用者系統字表頭-換圖*/
/* .PC #YF027 .PRINT_BG .usersinfo .title_ph{
	background-image: url(../images/re_newall/re_top01_1.png);
} */

/*列印頁區塊-引導配圖文字*/
.PC #YF027 .pretitleph ul {
	height: 232px;
}

/*列印頁區塊-感情運-桃花錦囊*/
.PC #YF027 .PRINT_BG .PEACH_BG02{
	width: 650px;
    height: auto;
    overflow: hidden;
}

.PC #YF027 .PRINT_BG .main-titlebar2 .category_text_fate{
	text-indent: 24%;
}

.PC #YF027 .mg_0{margin-bottom:0px;}
.PC #YF027 .mg_02{margin-top:0px;}
.PC #YF027 .mg_03{margin-top:0px; padding-top:0px;}

/*白金現況說明頁*/
#YF027 .QALINK{
	display: inline-block;
	margin-left: 5px;
	font-weight: normal;
	font-size: 1rem;
	color: #00809d;
}
#YF027 .QALINK span{
	display: inline-block;
	margin-left: 2px;
	font-size: 0.8rem;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border: 1px solid #00809d;
	border-radius: 50px;
}
#YF027 .QAINLINK{
	color: #00809d;
}
/*=====================手機版型區===========================*/
/*MOBILE表頭尾*/
.MOBILE #float_icon, .MOBILE #header, .MOBILE .CHANG, .MOBILE .FOOT_MOBILE{ display:block;}
/*MOBILE表頭尾*/

/*消失區*/
.MOBILE #YF027-wrapper #INPUT_BOX,.MOBILE .PC_LOGIN,.MOBILE .FOOT_PC, .MOBILE .PRINT_BT ,.MOBILE #YF027-wrapper #watermark-wrapper ,.MOBILE .pq_REPIC{ display:none;}
.MOBILE #YF027-wrapper .M_none{display: none;}
/*消失區尾*/
.MOBILE .blank_br{height:20px;}
.MOBILE .blank_br2{height: 40px;}
.MOBILE .blank_1{height:10px;}

.MOBILE #float_icon .BACK_top{
	bottom: 80px;
}

/*2019新個人資料區塊*/
.MOBILE #YF027 .T_INFO{
	width: 98%;
	height: 40px;
	margin: 0 auto;
	background-color:#FFFFFF;
	background: -moz-linear-gradient(
		top,
		#FFFFFF 0%,
		#e0e0e0);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FFFFFF),
		to(#e0e0e0));
}

.MOBILE #YF027 .T_ALL{
	width: 100%;
	overflow: hidden;
}

.MOBILE #YF027 .T_TEXT{
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: relative;
}

.MOBILE #YF027 .T_TEXT p{
	padding-top:5px;
	text-align: center;
}

/*個人資料展開區塊-按鈕符號-加*/
.MOBILE #YF027 .T_OPEN{
	width: 40px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}

/*個人資料展開區塊-按鈕符號-減*/
.MOBILE #YF027 .T_CLOSE{
	width: 40px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}

/*個人資料展開區塊-展開後資訊*/
.MOBILE #YF027 .T_INFOAREA{
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}

.MOBILE #YF027 .T_INFOAREA .T_CON{
	width: 100%;
	height: auto;
	padding:10px 0 10px 0;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: white;
	box-shadow: inset 0px 1px 2px 0px #666666;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
}

/*個人資料展開區塊-展開後資訊-列印本頁按鈕*/
.MOBILE #YF027 .T_INFOAREA .T_PBT{
	display:none;
}

/*2023選單MENU*/
.MOBILE #YF027 .MENU{
	width: 98%;
	margin: 0 auto;
	padding: 2%;
	background: rgb(255,201,121); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,201,121,1) 0%, rgba(128,76,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,201,121,1) 0%,rgba(128,76,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,201,121,1) 0%,rgba(128,76,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc979', endColorstr='#804c00',GradientType=0 ); /* IE6-9 */
}
	
.MOBILE #YF027 .MENU ul{
	width:100%;}
.MOBILE #YF027 .MENU ul li{
	width: 24%;
	display: inline-flex;
	padding: 0;
}
.MOBILE #YF027 .MENU ul li:nth-child(n+4){padding-top: 3px;}
.MOBILE #YF027 .MENU ul li a{
	display: block;
    width: 100%;
    height: 45px;
    color: #ffe0b3;
    line-height: 45px;
    text-align: center;
	font-size: 1.1em;
	border: 1px solid #ffe0b3;
	border-radius: 5px;
	background: rgb(71,157,65); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(71,157,65,1) 0%, rgba(17,92,12,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(71,157,65,1) 0%,rgba(17,92,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(71,157,65,1) 0%,rgba(17,92,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#479d41', endColorstr='#115c0c',GradientType=0 ); /* IE6-9 */
	background-color: rgba(71, 157, 65,.5);
}
.MOBILE #YF027 .MENU ul li a.NOW{
	color: #824e02;
	background: #ffd600; 
}

/*整體區塊#YF027-wrapper*/
.MOBILE #YF027-wrapper{}

/*#YF027主要框架*/
.MOBILE #YF027{
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
	background-color: #b41210;/* 2026計次：流年頁面背景色異動 */
}

/*整體區塊*/
.MOBILE #YF027 .mainstage{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

/* ======= #YF027 計次：2026流年新增與異動區塊 ======= */
/*主視覺整體區塊*/
.MOBILE #YF027 .hero{
	width: 100%;
	aspect-ratio: 750 / 430;
	background-image: url(../images/under_ph_mb.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
	margin-bottom:-30px;
    }
	/* 免費頁主視覺底圖 */
	.MOBILE #YF027-wrapper.free .hero{
		width: 100%;
		aspect-ratio: 750 / 490;
		background-image: url(../images/under_inph_mb.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0 auto;
		overflow: hidden;
	}

	/* 原 #YF027 白金結果頁無Sam主視覺標題 */
    .MOBILE #YF027 .hero h1{
		width: 100%;
		aspect-ratio: 730 / 340;
		background-image: url(../images/hero_title.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		text-indent: -9999px;
		position: relative;
		}
/* ======= #YF027 計次：2026流年新增與異動區塊 結束 ======= */

/*內容框架-730開始*/
.MOBILE #YF027 .container_frame{
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid #dd9b00;
    background-color: #fff;
    padding:15px 0px 15px 0px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    }

.MOBILE #YF027 .container_frame img{
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/*表單填寫框架*/
.MOBILE #YF027 .section_survey{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
}

/*自定義表單區塊*/
.MOBILE #YF027 .radio-select{
    width:100%;
    height: auto;
    overflow: hidden;
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.MOBILE #YF027 .radio-select .option{
    width:100%;
    height: auto;
    background-color: #ffffff;
    margin:5px 0px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
}

.MOBILE #YF027 .radio-select .option label{
    width:100%;
    height:40px;
    line-height: 40px;
    font-size:1em;
    padding-left:38px;
    cursor: pointer;
    border:1px solid #d4d4d4;
    border-radius: 5px;
}

.MOBILE #YF027 .radio-select .option input:checked ~ label{
    background-color: #fff9d0;
    border-color:#a46200;
    transition: all 0.3s ease-in-out;
}

.MOBILE #YF027 .radio-select .option label::after{
    content:'';
    position: absolute;
    top:10px;
    left:10px;
    width:18px;
    height: 18px;
    border:1px solid #d4d4d4;
    border-radius: 50%;
    background:transparent;
}

.MOBILE #YF027 .radio-select .option label::before{
    content:'';
    position: absolute;
    top:50%;
    left:14px;
    transform: translateY(-50%);
    width:12px;
    height: 12px;
    border-radius: 50%;
    background-color: #a46200;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.MOBILE #YF027 .radio-select .option input:checked ~ label::before{
    opacity: 1;
}

.MOBILE #YF027 .radio-select input[type="radio"]{
    display: none;
}
/*共用按鈕*/
.MOBILE #YF027 .e_BT{
	clear:both;
	width:100%;
	height:45px;/*原本45px加邊框加陰影相剪*/
	margin:0 auto;
    margin-top:10px;
	margin-bottom:10px;
	}	
	
.MOBILE #YF027 .e_BT ul.ONE{
	width:100%;
	height:45px;
	}
	
.MOBILE #YF027 .e_BT ul.ONE li{
	width:100%;
	height:48px;
	margin:0 auto;
	}
		
.MOBILE #YF027 .e_BT ul.TOW{
	width:100%;
	height:45px;}
	
.MOBILE #YF027 .e_BT ul.TOW li{
	float:left;
	width:50%;}
	
.MOBILE #YF027 .e_BT li a{
	display:block;
	width:96%;
	margin:0 auto;
	height:45px;
	text-decoration:none;
	text-align:center;
	-webkit-box-sizing:border-box;}

.MOBILE #YF027 .e_BT ul.ONE a{
    width:100%;
}
/*按鈕-吉運用*/
.MOBILE #YF027 .e_BT2{
	clear:both;
	width:90%;
	height:65px;/*原本45px加邊框加陰影相剪*/
	margin:0 auto;
    margin-top:10px;
	margin-bottom:10px;
}	
	
.MOBILE #YF027 .e_BT2 ul.ONE{
	width:100%;
	height:65px;}
	
.MOBILE #YF027 .e_BT2 ul.ONE li{
	width:210px;
	height:65px;
	margin:0 auto;
	}

.MOBILE #YF027 .e_BT2 li a{
	display:block;
	width:210px;
	margin:0 auto;
	height:65px;
	text-decoration:none;
	text-align:center;
	padding-top: 6px;}
.MOBILE #YF027 .e_BT2 li a p{
	line-height: 26px;}	
/*按紐顏色*/	
.MOBILE a.BT_COLOUR{
	background-color:#ed1f23;
	background: -moz-linear-gradient(
		top,
		#f2595c 0%,
		#ed1f23);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f2595c),
		to(#ed1f23));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ed1f23;
	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);}

.MOBILE a.BT_COLOUR2{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #dbaa00;
		background: -moz-linear-gradient(
		top,
		#ffe400 0%,
		#ffc600);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffe400),
		to(#ffc600));		
	-moz-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:inset 0px 0px 2px rgba(255,255,255,1)}

.MOBILE #YF027 .BT_T01{/*按鈕字*/
	font-size: 1.2em;
	font-weight:bold;
	text-align:center;
	line-height:45px;
	color:#FFF;
	}

.MOBILE #YF027 .BT_T02{/*按鈕字*/
	font-size: 1.2em;
	font-weight:bold;
	text-align:center;
	line-height:45px;
	color:#000;
	}

.MOBILE #YF027 .BT_T01_S{/*按鈕細字*/
	color:#000;
	font-size:0.9em;
	line-height:45px;
	text-align:center;
	}

/*提醒說明區塊開始*/
.MOBILE #YF027 .section_notice{
    width:95%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}

.MOBILE #YF027 .section_notice span{
    font-size:0.em;
    color:#e42f2f;
}

.MOBILE #YF027 .section_notice ul{
    width: 100%;
    list-style: decimal;
    list-style-position: inside;
}

.MOBILE #YF027 .section_notice li{
    box-sizing: border-box;
    font-size:0.9em;
    line-height:1.7em;
    color:#e42f2f;
}

/*實際內文框架-670*/
.MOBILE #YF027 .content_box{
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    margin-top: 15px;
    margin-bottom:15px;
    }
    .MOBILE #YF027 .mg_0{margin-bottom:0px;}
    .MOBILE #YF027 .mg_02{margin-top:0px;}
    .MOBILE #YF027 .mg_03{margin-top:0px; padding-top:0px;}

/*張老師配圖文字區塊*/
.MOBILE #YF027 .two_block_main{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}

.MOBILE #YF027 .two_block_main ul{
	display:flex;
	flex-direction: column;
	align-items: center;
}

.MOBILE #YF027 .two_block_main .item_ph{
	width:60%;
	height: auto;
}

.MOBILE #YF027 .two_block_main .item_ph img{
	display:block;
	width: 100%;
	height: auto;
	margin:0 auto;
}

.MOBILE #YF027 .two_block_main .item_text{
	width:100%;
}
/*單張圖*/
/*左圖，右點列式區塊*/
.MOBILE #YF027 .two_block_list{
	width:100%;
	height: auto;
	overflow: hidden;
}
.MOBILE #YF027 .two_block_list .item_ph{
	width:50%;
	margin: 0 auto ;
	height: auto;
	margin-bottom: 15px;
}
.MOBILE #YF027 .two_block_list .item_ph img{
	display:block;
	width: 100%;
}

.MOBILE #YF027 .two_block_list ul{
	width:100%;
    list-style-type:disc;
    color: #b45900;
    -webkit-box-sizing: border-box;
    padding-left:20px;
}

.MOBILE #YF027 .two_block_list li{
	width: 100%;
    margin-bottom:20px;
	align-items: center;
}

.MOBILE #YF027 .two_block_list ul li:last-child{
    margin-bottom:0px;
}

.MOBILE #YF027 .two_block_list ul li p{
	display: inline-flex;
    color:#333333;
}

/* 2025 注意事項區塊 */
.MOBILE #YF027 .notice_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.MOBILE #YF027 .notice-title {
	height: auto;
	overflow: hidden;
	padding: 8px;
	background-color: #fff;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.MOBILE #YF027 .notice-info {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 12px 16px;
}

.MOBILE #YF027 .notice_box .notice-info ul {
	width: 100%;
	list-style: none;
	list-style-position: outside;
	padding: 0px 0px 0px 30px;
	box-sizing: border-box;
	text-indent: -1em;
}

.MOBILE #YF027 .notice_box .notice-info li {
	margin-bottom: 20px;
	}
	.MOBILE #YF027 .notice_box .notice-info li:last-child {
		margin-bottom: 8px;
	}

.MOBILE #YF027 .notice_box .notice-info li::before {
	content: '✓';
	margin-right: 5px;
}

/*2023流年四化代表字*/
.MOBILE #YF027 .section_fourwords{
    width:100%;
    height: auto;
    box-shadow: inset 0px 0px 20px 0px #e5e5e5;
    -webkit-box-shadow: inset 0px 0px 20px 0px #e5e5e5;
    -moz-box-shadow: inset 0px 0px 20px 0px #e5e5e5;
    overflow: hidden;
}
.MOBILE #YF027 .content-title{
    width:100%;
    height: auto;
    overflow: hidden;
    padding:15px;
	background-color: #fff;
	color: #333;
	text-align: center;
	font-weight: bold;
	box-shadow: inset 0px 0px 35px 0px #d5d5d5;
    -webkit-box-shadow: inset 0px 0px 35px 0px #d5d5d5;
    }
.MOBILE #YF027 .content-info{
    width:95%;
    height: auto;
    margin:0 auto;
    overflow: hidden;
    padding:10px 0px;
}

.MOBILE #YF027 .content-info .keywords{
    width:100%;
}

.MOBILE #YF027 .line-1{
    width:95%;
    height: auto;
    margin:0 auto;
    border-bottom:1px solid #efefef;
    margin-top:-5px;
    margin-bottom:10px;
}
.MOBILE #YF027 .line-2{
    width:95%;
    height: auto;
    margin:0 auto;
    border-bottom:1px solid #dbdbdb; 
	margin-top:-5px;
    margin-bottom:10px;
}

.MOBILE #YF027 .content-info .keywords ul{
    width:100%;
    height: auto;
    border-radius: 10px;
    color:#ffffff;
    margin:0 auto;
}

.MOBILE #YF027 .content-info .keywords li{
    width:100%;
    line-height: 1.6em;
    text-align: center;
    font-size:1.1em;
    }.MOBILE #YF027 .content-info .keywords li:nth-child(2){
        font-size:1.8em;
        font-weight: bold;
        line-height: 1.2em;
    }

.MOBILE #YF027 .content-info .instructions{
    width:100%;
    height: auto;
    padding:10px 0px;
}

/*項目點點區塊*/
.MOBILE #YF027 .section_items{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.MOBILE #YF027 .section_items ul{
    list-style: disc;
    color: #b45900;
    -webkit-box-sizing: border-box;
    padding: 0px 0px 0px 20px;
}

.MOBILE #YF027 .section_items li{
    margin-bottom:20px;
    }.MOBILE #YF027 .section_items li:last-child{
        margin-bottom:0px;
    }

.MOBILE #YF027 .section_items li p{
    color:#333333;
}

/*總運-使用者系統字表頭*/
.MOBILE #YF027 .usersinfo{
    width:102%;
    height: auto;
    margin:0 auto;
    overflow: hidden;
	transform: translateX(-1%);
}

.MOBILE #YF027 .usersinfo .title_ph{
    width:100%;
    height: 0;
    padding-bottom:22.5479452054795%;
    background-image: url(../images/re_newall/re_top01_1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
}

.MOBILE #YF027 .usersinfo .title-text{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
    padding:12.5vw 0;
}

.MOBILE #YF027 .usersinfo .title-text p{
    text-align: center;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff;
    font-size:1em;
    line-height: 1.7em;
}

/*總運-特殊標題裝飾*/
.MOBILE #YF027 .main-titlebar{
    width:90%;
    height: auto;
    margin:0 auto;
    overflow: hidden;
	margin-bottom:-5px;
}

.MOBILE #YF027 .main-titlebar .main-ph{
    width: 100%;
    height: 0;
    padding-bottom:26.3157894836842%;
    background-image: url(../images/result/ph_deco01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.MOBILE #YF027 .main-titlebar .main-ph2{
    width: 100%;
    height: 0;
    padding-bottom:26.3157894836842%;
    background-image: url(../images/result/ph_deco02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.MOBILE #YF027 .main-titlebar .main-ph3{
    width: 100%;
    height: 0;
    padding-bottom:26.3157894836842%;
    background-image: url(../images/result/ph_deco03.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.MOBILE #YF027 .main-titlebar .main-ph p,
.MOBILE #YF027 .main-titlebar .main-ph2 p,
.MOBILE #YF027 .main-titlebar .main-ph3 p{
	width:100%;
    font-size: 6.2vw;
	font-family:"標楷體", "Microsoft JhengHei",  Helvetica, Arial;
    color: #333333;
    font-weight: bold;
	text-align: center;
	text-indent: 18vw;
	line-height: 22vw;
}

/*開運-特殊標題裝飾*/
.MOBILE #YF027 .main-titlebar2{
    width:90%;
    height: auto;
    margin:0 auto;
    overflow: hidden;
	position: relative;
}

.MOBILE #YF027 .main-titlebar2 .main-ph-fate{
	width: 100%;
    height: 0;
    padding-bottom:26.3157894836842%;
    background-image: url(../images/fate_category/ph_deco_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.MOBILE #YF027 .main-titlebar2 .category_ph_fate{
	width:21.2vw;
	height: auto;
	line-height: 155px;
}

.MOBILE #YF027 .main-titlebar2 .main-ph-fate img{
	display: block;
	width:100%;
	height: auto;
	margin:0 auto;
}

.MOBILE #YF027 .main-titlebar2 .category_text_fate{
	width:100%;
    font-size: 6vw;
	font-family:"標楷體", "Microsoft JhengHei",  Helvetica, Arial;
    color: #333333;
    font-weight: bold;
	text-align: center;
	text-indent: 18vw;
	line-height: 23vw;
	position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}



/*次標題*/
.MOBILE #YF027 .second_title{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}

.MOBILE #YF027 .second_title .deco_ph{
    width:100%;
    height: 10px;
    background-image: url(../images/result/ph_deco_line.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: contain;
}

.MOBILE #YF027 .second_title .deco_ph_footer{
    width:100%;
    height: 10px;
    background-image: url(../images/result/ph_deco_line2.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: contain;
}

.MOBILE #YF027 .second_title .content_bg{
    width:100%;
    height: auto;
    padding:8px 0px;
    background-color: #fff7ef;
}

.MOBILE #YF027 .second_title .content_bg p{
    font-size:1.3rem;
    line-height: 2rem;
    text-align: center;
    color:#d32323;
    font-weight: bold;
}

.MOBILE #YF027 .second_title .content_bg p:nth-child(2){
    font-size:1.5rem;
	line-height: 2rem;
}

/*運程圖*/
.MOBILE #YF027 .change_frame{
    width:90%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}

.MOBILE #YF027 .CHANGE{
    width: 100%;
    height: 0;
    padding-bottom: 29.85074%;
    background-size: 100% auto;
    position: relative;
    background-image:url(../images/re02_change.png);
    background-position: center;
    background-repeat: no-repeat;
}

.MOBILE #YF027 .CHANGE ul{
	display: block;
	float: left;
	width: 38%;
	height: auto;
	overflow: hidden;
    margin:3.4% 6%;
}

.MOBILE #YF027 .CHANGE ul li:first-child{
	font-size:4vw;
	line-height:1.4em;
    color: #333;
    font-weight: bold;
}

.MOBILE #YF027 .CHANGE ul li:last-child{
	font-size:6.5vw;
    font-weight: bold;
	line-height:2.3em;
    color: #804c00;
    text-align: center;
}

/*代表字區塊*/
.MOBILE #YF027 .wordssign{
    width:90%;
    height: auto;
    margin:0 auto;
    overflow: hidden;
    margin-top:20px;
	margin-bottom:10px;
}

.MOBILE #YF027 .wordssign .sign_ph{
    width:100%;
    height: 0;
    padding-bottom: 64%;
    background-image: url(../images/ph_sam2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.MOBILE #YF027 .wordssign .sign_ph ul{
    width:100%;
    height: auto;
}

.MOBILE #YF027 .wordssign .sign_ph li{
    width: 54%;
    height: auto;
    margin:0 auto;
    text-align:right;
}

.MOBILE #YF027 .wordssign .sign_ph li:nth-child(2){
	font-size: 17.5vw;
	line-height: 1.6em;
	color: #9f0000;
	margin-left: 25.2%;
	padding-top: 22.4%;
	}

/*內文標題樣式01*/
.MOBILE #YF027 .txtbar01{
    width: 100%;
    height: 30px;
    border-left: 5px solid #b45900;
    line-height: 25px;
    text-indent: 8px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
}

.MOBILE #YF027 .txtbar01 p{
    font-size: 1.1em;
    line-height: 1.95em;
    color: #000;
    font-weight: bold;
}

.MOBILE #YF027 .txtbar02{
    width: 100%;
    margin-bottom: 0px;
	background-color: #ffe6ec;
	text-align: left;
	padding: 2% 3%;
}

.MOBILE #YF027 .txtbar02 p{
    font-size: 1.2rem;
    font-weight: bold;

}

/*宮位四化小命盤區*/
.MOBILE .PG043 .ZIWEI_BLOCK{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.MOBILE #YF027 .recommend_area{
    width:100%;
    height: auto;
    margin:0 auto;
    margin-top:10px;
}

.MOBILE #YF027 .recommend_area a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    color:#333333;
    background-color: #fffae3;
    border: 1px solid #eee2ae;
    font-size: 1em;
    line-height: 1.6em;
    -webkit-box-sizing: border-box;
    padding: 8px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.MOBILE #YF027 .recommend_area a ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.MOBILE #YF027 .recommend_area a li{
    display: block;
}

.MOBILE #YF027 .recommend_area span.mark01{
    color:#b55a01;
}
.MOBILE #YF027 .recommend_area span.production_item{
    width:100%;
}

.MOBILE #YF027 .recommend_area a li:nth-child(2){
    color:#b55a01;
}

.MOBILE #YF027 .recommend_area a li:nth-child(2)::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0px 5px 8px;
    margin-left: 4px;
    margin-bottom: 1px;
    border-color: transparent transparent transparent #b55a01;
}

.MOBILE #YF027 .recommend_area li.tips{display: none;}

/*紅色底文字提醒區塊*/
.MOBILE #YF027 .red_tips{
    display: block;
    padding: 4px 12px 2px 12px;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #dc2e2e;
    background-color: #ffe3e3;
    border-radius: 5px;
}

/*結果頁-流年命盤-影片區塊*/
.MOBILE #YF027 .VIDEO {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 5px;
}

.MOBILE #YF027 .VIDEO iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.MOBILE #YF027 .VIDEO_2022_RE{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.MOBILE #YF027 .VIDEO_2022_RE .V_BOX_RE{
	width: 640px;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
}

.MOBILE #YF027 .VIDEO_2022_RE .V_BOX_RE img{display: block; width: 100%; height:auto;}

/*結果頁-流年命盤-影片區塊-提示語*/
.MOBILE #YF027 .VIDEO_TIPS_RE{
	width: 100%;
	height: auto;
	margin: 0 auto;
	color: blue;
	margin-bottom: 10px;
}

.MOBILE #YF027 .VIDEO_TIPS_RE a{
	color: blue;
	text-decoration: underline;
}

/*引導配圖文字*/
.MOBILE #YF027 .pretitleph{
    width:100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.MOBILE #YF027 .pretitleph .title-info{
    width:100%;
    height: 0;
    padding-bottom: 34.2465753246%;
    background-image: url(../images/re_newall/ph_header01.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.MOBILE #YF027 .pretitleph .title-info2{
    width:100%;
    height: 0;
    padding-bottom: 34.2465753246%;
    background-image: url(../images/re_newall/ph_header02.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.MOBILE #YF027 .pretitleph .title-info3{
    width:100%;
    height: 0;
    padding-bottom: 34.2465753246%;
    background-image: url(../images/re_newall/ph_header03.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.MOBILE #YF027 .pretitleph .title-info4{
    width:100%;
    height: 0;
    padding-bottom: 34.2465753246%;
    background-image: url(../images/re_newall/ph_header04.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.MOBILE #YF027 .pretitleph .title-info5{
    width:100%;
    height: 0;
    padding-bottom: 34.2465753246%;
    background-image: url(../images/re_newall/ph_header05.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.MOBILE #YF027 .pretitleph .title-info6{
    width:100%;
    height: 0;
    padding-bottom: 34.2465753246%;
    background-image: url(../images/re_newall/ph_header06.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.MOBILE #YF027 .pretitleph .title-info7{
    width:100%;
    height: 0;
    padding-bottom: 34.2465753246%;
    background-image: url(../images/re_newall/ph_header07.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.MOBILE #YF027 .pretitleph ul{
    width:95%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.MOBILE #YF027 .pretitleph li{
    width:60%;
}

.MOBILE #YF027 .pretitleph li p{
    font-size:5vw;
	line-height: 1.55em;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff;
}


/*桃花對象*/
.MOBILE #YF027 .love_itemframe{
	width:100%;
	height:auto;
	margin:0 auto;
	overflow: hidden;
	margin-bottom:15px;
}

.MOBILE #YF027 .love_itemframe .itembox{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom:29.85%;
	background-image: url(../images/ph_lovebg.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.MOBILE #YF027 .love_itemframe .itembox p{
	position: absolute;
	width:100%;
	font-size:7.2vw;
	font-weight: bold;
	text-align: center;
	top:50%;
    left:50%;
    transform: translate(-50%, -50%);
	color:#e80065;
	text-shadow: 1px 0px 10px #fff,1px 0px 10px #fff,1px 0px 10px #fff,1px 0px 10px #fff;
}

/*開運區塊*/
.MOBILE #YF027 .two_block{
	width:100%;
	height: auto;
	overflow: hidden;
}

.MOBILE #YF027 .two_block ul{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.MOBILE #YF027 .two_block .item_ph{
	width:28%;
	height: auto;
	margin-bottom: 8px;
}

.MOBILE #YF027 .two_block .item_ph img{
	display:block;
	width: 80%;
	height: auto;
	margin:0 auto;
}

.MOBILE #YF027 .two_block .item_text{
	width:72%;
}

/*結果頁-總運-左文字右圖片*/
.MOBILE #YF027 .DOU_BOX{
	width:100%;
	height:auto;
	overflow:hidden;
	}
	
.MOBILE #YF027 .DOU_BOX ul{
	width:100%;
	height:auto;
	overflow:hidden;}

.MOBILE #YF027 .DOU_BOX li.L_BOX0{
	width:80%;
	height:auto;
	overflow:hidden;
	margin: 0 auto;}
.MOBILE #YF027 .DOU_BOX li.R_BOX0{
	width:96%;
	height:auto;
	overflow:hidden;
	margin: 0 auto;}

.MOBILE #YF027 .SIG{margin-top: 0;}

.MOBILE #YF027 .DOU_BOX li.L_BOX{
	width:100%;}

.MOBILE #YF027 .DOU_BOX li.R_BOX{
	width:100%;}

.MOBILE #YF027 .DOU_BOX li.L_BOX03{
	display:none;}

.MOBILE #YF027 .DOU_BOX li.R_BOX03{
	width:100%;}

.MOBILE #YF027 .DOU_BOX li.R_BOX04{
	width:100%;}
	
.MOBILE #YF027 .DOU_BOX .REDUCE{/*上方縮減*/
	padding-top:0px;}
	
.MOBILE #YF027 .DOU_BOX .W_BOX{/*寬度縮減*/
	width:100%;}

.MOBILE #YF027 .DOU_BOX .D_LBOX{
	width: 100%;
}

.MOBILE #YF027 .PH3{
    width:100%;
    height: auto;
}

/*結果頁-感情運-桃花錦囊*/	
.MOBILE #YF027 .PEACH_BG02{
	width:100%;
	height:auto;
	overflow:hidden;
	}

.MOBILE #YF027 .PEACH_BG02 ul{
	width:100%;
	height:auto;
	overflow:hidden;
	}
	
.MOBILE #YF027 .PEACH_BG02 li.A{
	width:100%;
	margin-bottom:20px;
	}
	
.MOBILE #YF027 .PEACH_BG02 li.B{
	clear:both;
	width:100%;
	}

.MOBILE #YF027 .PH3 img{ display:block; width:50%; height:auto; margin:0 auto;}

.MOBILE #YF027 .PEACH_BG02 .PEACH_BOX02_BG{
	width:100%;
	height:auto;
	overflow:hidden;
	background:linear-gradient(-45deg, transparent 10px,#f26792 0);
	-webkit-box-sizing:border-box;
	padding:1px;}

.MOBILE #YF027 .PEACH_BG02 .PEACH_BOX02_BG_B{width:100%;}
	
.MOBILE #YF027 .PEACH_BG02 .PEACH_BOX02_BG .PEACH_BOX02{
	width:100%;
	height: auto;
	overflow:hidden;
	margin:0 auto;
	background-color:#fff;
	background-image:url(../images/dot02.jpg);
	background-size:15px 15px;
	background-position:right -1px bottom -1px;
	background-repeat:no-repeat;
	}
	
.MOBILE #YF027 .PEACH_BG02 .PEACH_BOX02_BG .TEXT_BOX{
	width: 90%;
	height:auto;
	overflow:hidden;
	margin:10px auto;
}

/*結果頁-每月運勢區塊-月運勢分析區塊*/
.MOBILE #YF027 .CALENDAR{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	}
	
.MOBILE #YF027 .CALENDAR .C_MENU{
	width:100%;
	height:auto;
	overflow:hidden;
	}
	
.MOBILE #YF027 .CALENDAR .C_MENU ul{
	width:100%;
	height:auto;
	overflow:hidden;
	}
	
.MOBILE #YF027 .CALENDAR .C_MENU li{
	float:left;
	width:25%;
	height:40px;
	margin-bottom:5px;
	}

.MOBILE #YF027 .CALENDAR .C_MENU li a{
	display:block;
	width:90%;
	height:40px;
	-webkit-box-sizing:border-box;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
	border:1px solid #ccc;
	background: -moz-linear-gradient(
		top,
		#FFFFFF 0%,
		#e0e0e0);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FFFFFF),
		to(#e0e0e0));
	text-align:center;
	font-size:1.1em;
	line-height:40px;
	color:#333;
	margin:0 auto;
	}
	
.MOBILE #YF027 .CALENDAR .C_MENU li a.LINK{
	border:1px solid #ffd7a8;
	background: -moz-linear-gradient(
		top,
		#ffe6c8 0%,
		#ffe6c8);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffe6c8),
		to(#ffe6c8));
	color:#dc2e2e;
	font-weight:bold;
	}
	
.MOBILE #YF027 .CALENDAR .C_BAR{
	width:100%;
	height:45px;
	-webkit-box-sizing:border-box;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #ffd7a8;
	background-color:#ffe6c8;
	line-height:45px;
	text-align:center;
	color:#333;
	font-size:1.1em;
	font-weight:bold;
	margin:5px auto;
}

.MOBILE #YF027 .TABLE{
	width:100%;
	height:auto;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	}
.MOBILE #YF027 .TABLE .COLOUR{
	width:100%;
	height:auto;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	}
.MOBILE #YF027 .TABLE .COLOUR:nth-child(1){
	display:none;
	}
	
.MOBILE #YF027 .TABLE .COLOUR:nth-child(2){
	width: 100%;
    height: auto;
    overflow: hidden;
	}
	
.MOBILE #YF027 .TABLE .COLOUR:nth-child(3){
	display:none;
	}
	
.MOBILE #YF027 .TABLE .COLOUR:nth-child(4){
	width:100%;
	height:auto;
	overflow:hidden;}
	
.MOBILE #YF027 .TABLE .COLOUR:nth-child(5){
	display:none;
	}
	
.MOBILE #YF027 .TABLE .COLOUR:nth-child(6){
	width:100%;
	height:auto;
	overflow:hidden;;}
	
.MOBILE #YF027 .TABLE .COLOUR:nth-child(7){
	display:none;
	}
	
.MOBILE #YF027 .TABLE .COLOUR:nth-child(8){
	width:100%;
	height:auto;
	overflow:hidden;}

/*結果頁-流年命盤-開運磁場*/
.MOBILE #YF027 .MAP{
	width:100%;
	height:0;
	padding-bottom:70.625%;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../images/re_ph_bg03.png);
	position:relative;
	margin:0 auto;
	}
	
.MOBILE #YF027 .MAP_Z{background-image:url(../images/map_x.jpg);}
	
.MOBILE #YF027 .MAP .COLOR_BG{
	width:27.5%;
	position:absolute;
	}
	
.MOBILE #YF027 .MAP .COLOR{
	width:100%;
	height:0;
	padding-bottom:61.93181818%;
	background-repeat:no-repeat;
	background-size:cover;
	}
	
.MOBILE #YF027 .MAP .LUCK_ICON{
	width:31%;
	height:0;
	padding-bottom:31%;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	bottom:2px;
	left:35%;}
/*開運-雷達圖*/
.MOBILE #YF027 .radar_chart{
	width: 100%;
	overflow: hidden;
	margin:0 auto;
}
.MOBILE #YF027 .radar_chart img{
	width: 95%;
	height: auto;
	margin: 0 auto;
}
/*吉運開始*/
.MOBILE #YF027 .pro_con{
	width: 100%;
	height:auto;
	box-sizing: border-box;
	border-radius: 10px;
	background-color:#f8f8f8;
	box-shadow: inset 0 0 15px #e5e5e5;
	padding: 5px;
}
.MOBILE #YF027 .lucky_area{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.MOBILE #YF027 .lucky_area .l_con{
	padding: 15px;
}

.MOBILE #YF027 .lucky_area .l_pro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.MOBILE #YF027 .lucky_area .l_pro ul{
	width: 100%;
	font-size: 1.2em;
	line-height: 1.8rem;
}

.MOBILE #YF027 .lucky_area .l_pro li{
	text-align: center;
	margin-bottom: 10px;
}

.MOBILE #YF027 .mark{
	display: inline-block;
	width: 140px;
	text-align: center;
	color: #ffffff;
	padding: 2px;
	border-radius: 20px;
}

.MOBILE #YF027 .lucky_area .l_pro li img{
	display: block;
	width: 75%;
	height: auto;
	margin: 0 auto;
}

.MOBILE #YF027 .lucky_area .l_pro li span{
	margin-bottom: 5px;
}

.MOBILE #YF027 .lucky_area .l_pro li:nth-child(1){
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

.MOBILE #YF027 .lucky_area .l_pro li:nth-child(2){
	margin-top: 10px;
}
@media (orientation: landscape)and (max-width:668px){/*for i6橫螢幕*/
	
}

@media (orientation: landscape)and (max-width:737px){/*for i6plus橫螢幕*/
	
}

@media (orientation: landscape)and (max-width:813px){/*for i6plus橫螢幕*/
	.MOBILE #YF027 .usersinfo{
		width:98%;
		height: auto;
		overflow: hidden;
		margin:0 auto;
		box-sizing: border-box;
		position:relative;
	}
	
	.MOBILE #YF027 .usersinfo .title-text{
		width:100%;
		height: auto;
    	overflow: hidden;
    	margin:0 auto;
		padding:0;
		position: absolute;
		bottom:1.5vw;
		left:0;

	}

	.MOBILE #YF027 .usersinfo .title-text p{
		font-size:3.4vw;
	}
}




/* 新增合作區塊 */

#YF027 .exclusive_area .product_box{

}

#YF027 .exclusive_area .item_product{
	width: 50%;
	height: auto;
	margin: 0 auto 16px auto;
}

#YF027 .exclusive_area img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto ;
}

#YF027 .price_box .price{
	font-size: 1.3rem;
	line-height: 1.7em;
	text-align: center;
	color: #333333;
}

#YF027 .price_box .price span{
	text-decoration: line-through;
}

#YF027 .price_box .price_add{
	font-size: 1.5em;
	line-height: 1.7em;
	text-align: center;
}

#YF027 .price_box .price_add span{
	font-size: 2rem;
}

#YF027 .order_infor_box{
	width: 100%;
	height: auto;
	background-color: #fff0e6;
	text-align: center;
	padding: 2% 0;
}

#YF027 .order_infor_box p{
	font-size: 1.2em;
	font-weight: bold;
}


/* 新增好運8介紹 */
.PC #YF027 .intro_box {
	width: 90%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	margin: 20px auto;
}

.PC #YF027 .intro_box .intro {
	width: 49%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}

.PC #YF027 .intro_box .intro_title {
	height: auto;
	overflow: hidden;
	padding: 15px;
	background-color: #fff;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.PC #YF027 .intro_box .intro_con {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 16px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.PC #YF027 .intro_con .section_items{
	width: auto;
}

.PC #YF027 .intro_con .img_box {
	float: left;
	width: 98px;
	height: 98px;
	border-radius: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.PC #YF027 .intro_con .intro_text {
	margin-left: 4%;
}

.PC #YF027 .intro_con .intro_text li{
	margin-bottom: 8px;
}

.MOBILE #YF027 .intro_box {
	width: 95%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-content: center;
	margin: 0 auto;
}

.MOBILE #YF027 .intro_box .intro {
	width: 95%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	margin-top: 10px;
	margin-right: 10px;
}
.MOBILE #YF027 .intro_box .intro:last-child{
	margin-right: 0;
}

.MOBILE #YF027 .intro_box .intro_title {
	background-color: #fff;
	color: #333;
	font-weight: bold;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 1.3em;
	line-height: 50px;
}

.MOBILE #YF027 .intro_box .intro_con {
	width: 95%;
	height: auto;
	overflow: hidden;
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.MOBILE #YF027 .intro_con .section_items {
	width: auto;
}

.MOBILE #YF027 .intro_con .img_box {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 4px;
	margin-left: 4px;
}

.MOBILE #YF027 .intro_con .intro_text {
	margin-left: 0%;
}

.MOBILE #YF027 .intro_con .section_items li{
	margin-bottom: 0px;
}

#YF027 .intro_con .ph_month {
	background-image: url(../images/ph_month.jpg);
}

#YF027 .intro_con .ph_day {
	background-image: url(../images/ph_day.jpg);
}

#YF027 .intro_con .ph_time {
	background-image: url(../images/ph_time.jpg);
}

#YF027 .intro_con .ph_solarterms {
	background-image: url(../images/ph_solarterms.jpg);
}

/* line示意圖 */
.PC #YF027 .line_title{
	width: 90%;
	margin: 0 auto;
	padding: 12px 0;
	background-color: #02b700;
}

.PC #YF027 .line_message {
	width: 90%;
	margin: 0 auto;
	background-color: #cde9cd;
}

.PC #YF027 .line_title p{
	color: #ffffff;
	margin: 0 20px;
}

.PC #YF027 .line_title .txt-primary {
	text-align: center;
	border-top: 1px solid #cde9cd;
	padding-top: 4px;
}

.PC #YF027 .line_message img {
	display: block;
	width: 80%;
	padding: 4% 0;
	margin: 0 auto;
}

.MOBILE #YF027 .line_title {
	width: 95%;
	margin: 0 auto;
	padding: 12px 0;
	background-color: #02b700;
}

.MOBILE #YF027 .line_message {
	width: 95%;
	margin: 0 auto;
	background-color: #cde9cd;
}

.MOBILE #YF027 .line_title p {
	color: #ffffff;
	margin: 0 20px;
}

.MOBILE #YF027 .line_title .txt-primary {
	text-align: left;
	border-top: 1px solid #cde9cd;
	padding-top: 4px;
}

.MOBILE #YF027 .line_message img{
	display: block;
	width: 100%;
	padding: 8% 0;
	margin: 0 auto;
}

/* 特殊按鈕 */
.PC #YF027 .e_BT ul.ONE li.line_bt{
	width: 50%;
}

#YF027 .e_BT ul.ONE li.line_bt a{
	width: 100%;
	border-radius: 5px;
	border: 1px solid #dbaa00;
	background: -moz-linear-gradient(top, #ffe400 0%, #ffc600);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffe400), to(#ffc600));
	-moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);
}

#YF027 .e_BT ul.ONE li.line_bt a:hover{
	background-color: #eb6d54;
	background: -moz-linear-gradient(top, #ffc600 0%, #ffe400);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc600), to(#ffe400));
}

/* ======= #YF027 計次：2026流年新增與異動區塊 ======= */
@media (max-width: 768px){
	.PC #YF027-wrapper.free .hero {
		width: 100%;
		margin-bottom:-70px;
	}

    /* 當瀏覽器PC版換成 iPadMini 時控制主視覺底圖 */
    .PC #YF027-wrapper.free #YF027{
        width: 100%;
		height: auto;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		margin: 0 auto;
		background-image: url(../images/bg_free.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-color: #b41210;
		background-size: 220% auto;
    }

	/* 新增 #YF027 免費頁標題圖 */
	.PC #YF027-wrapper.free .hero h1{
		width:100%;
		aspect-ratio: 750 / 445;
		background: url(../images/hero_title_input_ipad.png) no-repeat top center;
		background-size: 92% auto;
		text-indent: -9999px;
    }
}