﻿/* 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;
	font-size:16px;
	
}
#astro_2026 img{width: 100%;height: auto;}
#astro_2026 a{ color: #0098cd; text-decoration: underline;}
#astro_2026 a:hover{ color: #d49f29;}
/*font*/
#astro_2026 .t_primary{color:#2a2623;}
#astro_2026 .t_sec_purple{color:#ca7cf7;}
#astro_2026 .t_sec_pink{color:#f587c3;}
#astro_2026 .t_sec_grey{color:#b9b9b9;}


.PC #astro_2026 .tex01{font-size: 1.7rem;line-height: 1.6em;}
.MOBILE #astro_2026 .tex01{font-size: 1.5rem;line-height: 1.6em;}
.PC #astro_2026 .tex02{font-size: 1.3rem;line-height: 1.6em;}
.MOBILE #astro_2026 .tex02{font-size: 1.2rem;line-height: 1.6em;}
.PC #astro_2026 .tex03{font-size: 1rem;line-height: 1.6em;}
.MOBILE #astro_2026 .tex03{font-size: 1.1rem;line-height: 1.6em;}
.PC #astro_2026 .tex04{font-size: 1.5rem;line-height: 1.6em;}
.MOBILE #astro_2026 .tex04{font-size: 1.4rem;line-height: 1.6em;}

#astro_2026 .t_center{text-align: center;}
#astro_2026 .t_strik{text-decoration:line-through;}
/*color*/
#astro_2026 .color_a{color:#d49f29;}
#astro_2026 .color_b{color:#ff3ba0;}
#astro_2026 .color_c{color:#3888ff;}
#astro_2026 .color_d{color:#e21f45;}
#astro_2026 .color_e{color:#00af4c;}
#astro_2026 .color_f{color:#9f38ff;}

/*==========================PC版型區============================*/
/*PC表頭尾*/	
.PC .PC_LOGIN, .PC .FOOT_PC{ width:100%; display:block;}
/*PC表頭尾*/

/*消失區*/
.PC #float_icon, .PC #header, .PC .FOOT_MOBILE{ display:none;}
/*消失區尾*/

/*按鈕*/
#astro_2026 .BT{
	height: 75px;
	margin: 0 auto;
}

	#astro_2026 .IN_BT{
		width: 70%;
	}
	.MOBILE #astro_2026 .IN_BT{
		width: 90%;
	}
	#astro_2026 .R_BT{
		width: 50%;
		margin: 20px auto;
	}

#astro_2026 .BT a{
	display: block;
	width: 100%;
	height: 65px;
	margin: 0 auto;
	background-image: url(../images/bt_bg.png);
	background-size: 120% auto;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	text-shadow:0px 0px 8px #ff3ba0;
	transition: all .3s ease;
	border-radius: 65px;
	box-shadow: 6px 6px 0 #000;
	animation: brighten .8s ease infinite alternate;
	padding: 3px;
	box-sizing: border-box;
	position: relative;
}

#astro_2026 .BT span{
	font-size: 1rem;
}

#astro_2026 .BT a:hover{
	background-size: 160% auto;
	transform:scale(0.95);
	background-size: 300% auto;
	filter: brightness(1.08);
}

#astro_2026 .BT .finger_icon{
	display: inline-block;
	width:35px;
	height: 35px;
	background-image: url(../images/finger_icon.png);
	background-size: 35px 35px;
	position: absolute;
	bottom:-10px;
	right:15%;
}



#astro_2026 .BT02{
	width: 50%;
	height: 55px;
	margin: 10px auto;
}
#astro_2026 .BT02 a{
	display: block;
	width: 100%;
	height: 55px;
	margin: 0 auto;
	background: #ffdf00;
	color: #000;
	font-size: 1.4rem;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	font-weight: bold;
}
#astro_2026 .BT02 a:hover{
	background: #ffef7f;
	line-height: 58px;
	border-bottom:4px solid #e8af00; }

/*框架*/
.PC #astro_2026{
	width:100%;
	margin: 0 auto;
	height:auto;
	overflow:hidden;
	background-image:url(../images/bg_page.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color:#cecaff;}

	.MOBILE #astro_2026{
		width: 100%;
		margin: 0 auto;
		height: auto;
		overflow: hidden;
		background-image: url(../images/bg_page.jpg);
		background-repeat: no-repeat;
		background-position: top 45px center;
		background-size: 380% auto;
		background-color: #130b1f;
		margin-top: 45px;
		background-attachment: fixed;
	}

/*TOP*/

#astro_2026 .TOP{
	max-width: 750px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}
	.MOBILE #astro_2026 .TOP{
		width: 100%;
		height: auto;
		overflow: hidden;
		}
.PC #astro_2026 .TOP h1{
	width:70%;
	height:auto;
	margin:0 auto;
	background-image:url(../images/in_title.png);
	background-position: center center;
	aspect-ratio:650/337;
    background-repeat: no-repeat;
    background-size: 100% auto;
	text-indent:-9999px;
	margin-top: 35px;}

	.MOBILE #astro_2026 .TOP h1{
		width: 70%;
		height:auto;
		margin: 0 auto;
		background-image: url(../images/in_title.png);
		background-position: center center;
		aspect-ratio:650/337;
		background-repeat: no-repeat;
		background-size:100% auto;
		text-indent: -9999px;
		margin-top: 10px;
	}
.PC #astro_2026 .TOP_BG_O .IN_PH01{
	max-width: 650px;
	width: 100%;
	height: auto;
	margin:0 auto;
	aspect-ratio:650/195;
	animation: brighten .8s ease infinite alternate;
	
	
}
	.MOBILE #astro_2026 .TOP_BG_O .IN_PH01{
		max-width: 600px;
		width: 90%;
		height: auto;
		aspect-ratio:650/195;
		margin:0 auto;
		animation: brighten .8s ease infinite alternate;
		margin-bottom: 10px;
		margin-top: 5px;
		
	}
	@keyframes brighten {
		from { filter: brightness(1); }	
		to { filter: brightness(1.2); }
	}
.PC #astro_2026 .TOP_BG_O .IN_PH01 img{
	display: inline-block;
	transform:scale(0.85);
	transition: all .3s ease;
}
.PC #astro_2026 .TOP_BG_O .IN_PH01:hover img{
	transform:scale(0.8);
	filter: brightness(1.2) ;
	
}
/*內容區*/
.PC #astro_2026 .CON_BG{
	width: 700px;
	padding: 0px 42px 42px 42px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	
	box-sizing: border-box;
	object-fit: contain;
	z-index: 0;
}
	.MOBILE #astro_2026 .CON_BG{
		max-width: 600px;
		width: 95%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
		object-fit: contain;
		z-index: 0;
		padding-bottom: 20px;
		box-sizing: border-box;
	}
#astro_2026 .CON{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #2a2623;
	border-radius: 20px;
	background-color: #ffffff;
	padding-bottom: 20px;
	box-sizing: border-box;
	margin-top: 10px;
}
	.MOBILE #astro_2026 .CON{
		width: 100%;
		background-color: #ffffff;
		margin-top: 5px;
	}
.PC #astro_2026 .CON:nth-child(2){margin-top: 105px;}
	.MOBILE #astro_2026 .CON:nth-child(2){margin-top: 15%;}
#astro_2026 .CON_NOBG{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
/*選星座*/
#astro_2026 .CON02{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background-image: linear-gradient(160deg, rgba(245, 244, 240, .6)0%,rgba(255, 255, 255, .8) 85%, #ffecd2 100%);
	border-radius: 30px;
	padding: 50px;
	margin-top: 40px;
}
	.MOBILE #astro_2026 .CON02{
		width: 98%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		/* background-color:rgba(245, 244, 240, .8); */
		background-image: linear-gradient(160deg, rgba(245, 244, 240, .6) 0%,rgba(255, 255, 255, .8) 85%, #ffecd2 100%);
		border-radius: 30px;
		padding: 5%;
		margin-top: 15px;
	}
#astro_2026 .CON02_WHITE{background-color:rgba(255, 255, 255, .9);}/*結果頁用*/
#astro_2026 .IN_PH01{width: 80%;margin: 0 auto;}
.MOBILE #astro_2026 .IN_PH01{width: 90%;margin: 0 auto;}
#astro_2026 .IN_PH02{width: 100%;margin: 0 auto;}/*結果頁用*/
#astro_2026 .CON_SELECT{
	display: flex;
	padding: 10px 20px 0 20px;
	flex-wrap: wrap;
}
	.MOBILE #astro_2026 .CON_SELECT{
		display: flex;
		padding: 10px 10px 0 10px;
		flex-wrap: wrap;
	}

#astro_2026 .CON_SELECT .col{
	flex: 1 1 20%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 10px;
	box-shadow: 3px 3px 10px #d4d0cd;
	transition: all .3s ease;
}
	.MOBILE #astro_2026 .CON_SELECT .col{
		flex: 1 1 20%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin: 2px;
		box-shadow: 3px 3px 10px #d4d0cd;
		transition: all .3s ease;
	}
#astro_2026 .CON_SELECT .col:hover{
	transform: scale(.95);
	border: 1px solid #d49f29;
	filter: brightness(1.1);
}
/*選星座 END*/
/*社群圖卡-兩顆按鈕*/
#astro_2026 .catagory_bt_box{
	width: 80%;
    height: 0;
	margin: 0 auto;
	background-size: 100% auto;
	padding-bottom: 18%;
	background-repeat: no-repeat;
	z-index: 2;
    position: absolute;
	left: 40%;
    transform: translate(-38%, -36%);
	text-indent: -9999px;
	overflow: hidden;
}
	.MOBILE #astro_2026 .catagory_bt_box{
		width: 90%;
		left: 40%;
		transform: translate(-40%, -36%);
	}
.PC #astro_2026 .catagory_button{
	width: 90%;
	height: auto;
	margin: 0px auto;
	margin-top: 15px;
}

.PC #astro_2026 .catagory_button ul{
	width:100%;
	height: 65px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
	.MOBILE #astro_2026 .catagory_button ul{
		max-width: 450px;
		width:100%;
		height: 65px;
		margin:0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

.PC #astro_2026 .catagory_button ul li{
	width:49%;
	height: auto;
	overflow: hidden;
}
	.MOBILE #astro_2026 .catagory_button ul li{
		width:49%;
		height: auto;
		overflow: hidden;
	}
.PC #astro_2026 .catagory_button .now1,
.PC #astro_2026 .catagory_button .now2{
	display: flex;
	width:100%;
	height:78px;
}
	.MOBILE #astro_2026 .catagory_button .now1,
	.MOBILE #astro_2026 .catagory_button .now2{
		display: flex;
		width:100%;
		height: 65px;
	}
.PC #astro_2026 .catagory_button .catagory_bt{
	display: flex;
	width:100%;
	height:78px;
	transition: all .3s ease;
	cursor: pointer;
}
	.MOBILE #astro_2026 .catagory_button .catagory_bt{
		display: flex;
		width:100%;
		height: 65px;
	}

.PC #astro_2026 .catagory_button .catagory_bt:hover{
	transform: scale(.95);
}
#astro_2026 .catagory_button .now1{
	background: url(../images/bt1_hover.png) no-repeat top center;
	background-size: 100% auto;
}
#astro_2026 .catagory_button .now2{
	background: url(../images/bt2_hover.png) no-repeat top center;
	background-size: 100% auto;
}
#astro_2026 .catagory_button .catagory_bt1{
	background: url(../images/bt1_defualt.png) no-repeat top center;
	background-size: 100% auto;
}
#astro_2026 .catagory_button .catagory_bt1:hover{
	background: url(../images/bt1_hover.png) no-repeat top center;
	background-size: 100% auto;
}
#astro_2026 .catagory_button .catagory_bt2{
	background: url(../images/bt2_defualt.png) no-repeat top ;
	background-size: 100% auto;
}
#astro_2026 .catagory_button .catagory_bt2:hover{
	background: url(../images/bt2_hover.png) no-repeat top ;
	background-size: 100% auto;
}
/*社群圖卡-兩顆按鈕 end*/
/*社群圖卡-輪播*/
.PC #astro_2026 .catagory_box{
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 60px;
}
	.MOBILE #astro_2026 .catagory_box{
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding-top: 40px;
	}
/*社群圖卡-輪播 end*/
/*社群圖卡-社群分享*/
#astro_2026 .catagory_share{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 20px;
}
	.MOBILE #astro_2026 .catagory_share{
		padding-top: 12px;
	}
#astro_2026 .catagory_share2{/*結果頁用*/
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 30px;
}
#astro_2026 .catagory_share div:first-child{
	background: linear-gradient(#f4f3ef 0%,#f4f3ef 48%, #2a2623 48%,#2a2623 51%, #f4f3ef 51%, #f4f3ef 100%);}
.PC #astro_2026 .catagory_share div:first-child p{
	width: 50%;
	margin: 0 auto;
	background-color: #f4f3ef;}
	.MOBILE #astro_2026 .catagory_share div:first-child p{
		width: 80%;
		margin: 0 auto;
		background-color: #f4f3ef;}
#astro_2026 .catagory_share ul{
	width:50%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}
 .MOBILE #astro_2026 .catagory_share ul{
	margin-top: 10px;
    font-size: .9rem;
    line-height: 30px;
    width: 60%;}

#astro_2026 .catagory_share2 ul{/*結果頁用*/
	width:30%;
	margin-top: 25px;
}
#astro_2026 .catagory_share li{
	width:49%;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	transition: all .3s ease;
}
#astro_2026 .catagory_share li img{width: 80%;margin: 0 auto;}
#astro_2026 .catagory_share ul li:hover{
	transform: scale(.95);
	filter: brightness(1.1);}
/*社群圖卡-社群分享 end*/
#astro_2026 .INPUT_BAR{
	width: 80%;
    height: 0;
	margin: 0 auto;
	background-image:url(../images/in_subtitle01.png);
	background-size: 100% auto;
	padding-bottom: 18%;
	background-repeat: no-repeat;
	z-index: 2;
    position: absolute;
	left: 38%;
    transform: translate(-38%, -36%);
	text-indent: -9999px;
}
	.MOBILE #astro_2026 .INPUT_BAR{
		width: 95%;
		height: 0;
		background-size: 100% auto;
		padding-bottom: 22.76041666666%;
		background-repeat: no-repeat;
		z-index: 2;
		position: absolute;
		left: 47%;
		transform: translate(-47%, 0%);
		margin-top: -7.5%;
	}

#astro_2026 .BOX_WRAPPER{
	width: 85%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	
}
	.MOBILE #astro_2026 .BOX_WRAPPER{
		width: 95%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		
	}

#astro_2026 .TOW_COLEMN{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content:center;
	margin: 0 auto;
	}
	.MOBILE #astro_2026 .TOW_COLEMN{
		max-width: 400px;
		
	}

#astro_2026 .TOW_COLEMN_REV{
	flex-direction: row-reverse;
}
#astro_2026 .INP_PH{
	width: 230px;
	height: 200px;
	margin: 0 auto;
}
	.MOBILE #astro_2026 .INP_PH{
		display: flex;
		width: 130px;
		height: 145px;
		margin: 0 auto;
			flex-wrap: wrap;
	align-content:center;
	}

#astro_2026 .INP_PH02{
		width: 95%;
		height: auto;
		margin: 0 auto;

	}
	.MOBILE #astro_2026 .INP_PH02{
		width: 95%;
		height: auto;
		margin: 0 auto;
		
	}

#astro_2026 .INP_PH img{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
#astro_2026 .INP_PH02 img{
	display: block;
	width: 100%;
	height: auto;

}
	.MOBILE #astro_2026 .INP_PH02 img{
		margin: 0 auto;
	}
#astro_2026 .pq_LIST_ICON{
	display: flex;
	width: calc(100% - 230px);
	margin: 0 auto;
    height: auto;
    overflow: hidden;
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    font-size: 1.4rem;
    line-height: 1.6rem;
	text-decoration: none;
	color: #2a2623;
	flex-wrap: wrap;
	align-content:center; 
}
	.MOBILE #astro_2026 .pq_LIST_ICON{
		display: flex;
		width: calc(100% - 130px);
		margin: 0 auto;
		height: auto;
		overflow: hidden;
		font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif, Helvetica, Arial;
		font-size: 1.1rem;
		line-height: 1.6rem;
		text-decoration: none;
		color: #2a2623;
		flex-wrap: wrap;
		align-content:center; 
	}

	.PC #astro_2026 .LIST_LEFT{
		padding-left: 10px;

	}
	.MOBILE #astro_2026 .LIST_LEFT{
		padding-left: 10px;

	}
	.PC #astro_2026 .LIST_RIGHT{
		padding-left: 30px;
	}
	.MOBILE #astro_2026 .LIST_RIGHT{
		padding-left: 20px;
	}

#astro_2026 .CON .pq_LIST_ICON li{
	width: 100%;
	background: transparent url(../images/list_icon1.png) no-repeat;
	background-size: 15px 15px;
    background-position-y: 6px;
    padding-left: 25px;
    margin-bottom: 10px;
}
	.MOBILE #astro_2026 .CON .pq_LIST_ICON li{
		width: 100%;
		background: transparent url(../images/list_icon1.png) no-repeat;
		background-size: 10px 10px;
		background-position-y: 6px;
		padding-left: 15px;
		margin-bottom: 10px;
	}
#astro_2026 .CON .pq_LIST_ICON li:nth-child(n+7){
	background: none;
	padding-left: 0;
}
/*下載ＡＰＰ*/
.PC #astro_2026 .download_area{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top: 50px;
	background-image: url(../images/bg_pastel.jpg);
	background-size: 100% auto;
	border-radius: 20px;
	padding: 50px;
}
	.MOBILE #astro_2026 .download_area{
		width:100%;
		height: auto;
		overflow: hidden;
		margin:0 auto;
		margin-top: 30px;
		background-image: url(../images/bg_pastel.jpg);
		background-size: 100% auto;
		background-repeat: no-repeat;
		padding: 5%;
		border-radius: 20px;
	}

.PC #astro_2026 .download_area .ph_itembox{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 20px;
}
	.MOBILE #astro_2026 .download_area .ph_itembox{
		width: 100%;
		height: auto;
		background-color: #fff;
		border-radius: 20px;
		padding: 5%;
		box-sizing: border-box;
	}

.PC #astro_2026 .ph_itembox img{
	display: block;
	width: 80%;
	margin: 0 auto;
}
	.MOBILE #astro_2026 .download_area .ph_itembox img{
		display: block;
		width: 90%;
		height: auto;
		margin:0px auto;
	}

/*主視覺-雙平台按鈕*/
.PC #astro_2026 .button_area02{
	width:450px;
	height: auto;
	margin: 0px auto;
	margin-top: 15px;
}
	.MOBILE #astro_2026 .download_area .button_area02{
		display: block;
		margin-top:10px;
	}

.PC #astro_2026 .button_area02 ul{
	width:100%;
	height: 65px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
	.MOBILE #astro_2026 .button_area02 ul{
		width:88%;
		height: 50px;
		margin:0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

.PC #astro_2026 .button_area02 ul li{
	width:49%;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
	.MOBILE #astro_2026 .button_area02 ul li{
		width:49%;
		height: auto;
		border-radius: 8px;
		overflow: hidden;
		cursor: pointer;
	}

.PC #astro_2026 .button_area02 ul li a{
	display: block;
	width:100%;
	height: 65px;
	line-height: 65px;
	border-radius: 8px;
	background-color: #000000;
	text-indent: -9999px;
	transition: all .3s ease;
}

.PC #astro_2026 .button_area02 ul li a:hover{
	transform: scale(.95);
}
	.MOBILE #astro_2026 .button_area02 ul li a{
		display: block;
		width:100%;
		height: 50px;
		line-height: 50px;
		border-radius: 8px;
		background-color: #000000;
		text-indent: -9999px;
		transition: all .3s ease;
	}

#astro_2026 .IOS_bt{
	background: url(../images/ph_bt_ios.png) no-repeat top center;
	background-size: contain;
}

#astro_2026 .Android_bt{
	background: url(../images/ph_bt_Android.png) no-repeat top center;
	background-size: contain;
}

/*表格區塊調整*/
.PC #astro_2026 ul.FORM{
	width: 100%;
	margin: 0 auto;
	}
#astro_2026 ul.FORM li{
	padding: 3px 0;
	}
	#astro_2026 ul.FORM li:last-child{
		margin-bottom:20px;
		}
		#astro_2026 ul.F_LAST li:last-child{
			margin-bottom:0px;
			}
#astro_2026 .styled-select{
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: url(../images/select_icon.png);
	background-size:20px 20px;
	border-radius: 10px;
	background-position:right 10px center;
	background-repeat: no-repeat;
	background-color: #fff;

}
#astro_2026 .styled-select select{
	background: transparent;
	width:100%;
 	height: 50px;
 	font-size: 1.2em;
	padding-left:10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance:none;
	appearance:none;
	border-radius: 10px;
	-webkit-user-select: auto; 
}


#astro_2026 .textfieldC{
	width:100%;
	height: 50px;
	font-size: 1.2em;
	height: 50px;
	padding:8px;
	background-color:#FFF;
	color:#333;
	border-radius: 10px;
	-webkit-appearance: none ; 

	}
	#astro_2026 .textfieldC02{
		width:100%;
		height: 50px;
		font-size: 1.2em;
		height: 250px;
		padding:10px;
		background-color:#FFF;
		color:#333;
		border-radius: 10px;
		-webkit-appearance: none ; 
		-webkit-user-select: auto; 
		}
	#astro_2026 .textfieldB{
		width:100%;
		height: 50px;
		font-size: 1.2em;
		line-height: 50px;
		padding:10px;
		color:#cc0000;
		background-color:#FFCC66;
		border:solid 2px #FF9900;
		border-radius: 10px;
		-webkit-appearance: none ; 
		-webkit-user-select: auto; 
		}

#astro_2026 ::-webkit-input-placeholder {
	font-size: 1em;
	color: #999;
	}

#astro_2026 :-moz-placeholder { /* Firefox 18- */
	font-size: 1em;
	color: #999;
	}
#astro_2026 ::-moz-placeholder {  /* Firefox 19+ */
	font-size: 1em;
	color: #999;
	 }

#astro_2026 :-ms-input-placeholder {  
	font-size: 1em;
	color: #999;
	}

	
#astro_2026	.textfieldB::-webkit-input-placeholder {
		font-size: 1em;
		color: #cc0000;
		}
	
#astro_2026	.textfieldB:-moz-placeholder { /* Firefox 18- */
		font-size: 1em;
		color: #cc0000;
		}
#astro_2026	.textfieldB::-moz-placeholder {  /* Firefox 19+ */
		font-size: 1em;
		color: #cc0000;
		 }
	
#astro_2026	.textfieldB:-ms-input-placeholder {  
		font-size: 1em;
		color: #cc0000;
		}
	
#astro_2026	span.icon_clear{
		position: absolute;
		right: 0px;
		width: 25px;
		height: 25px;
		display: none;
		top: 10px;
		right:10px;	
		cursor: pointer;
		font: bold 1em sans-serif;
		text-indent: -9999px;
		background-image:url(../images/x_icon.png);
		background-size:25px 25px;
		background-repeat: no-repeat;
	}


/**********結果頁**********/
#astro_2026 .TOP_BG_RE{
	width: 100%;
	height: auto;
	overflow:hidden;
	margin: 0 auto;
} 

#astro_2026 .R_CON_BG{
	width: 700px;
	padding: 42px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;

	background-image:linear-gradient(to top, rgba(255, 253, 244, 0.3) 0%, rgba(255, 253, 244, 0.3) 95%, rgba(255, 253, 244, 0)100%) ;
	position: relative;
	top: -30px;
	box-sizing: border-box;
	object-fit: contain;
	z-index: 0;
	border-radius:0 0 30px 30px; 
}
	.MOBILE #astro_2026 .R_CON_BG{
		width: 100%;
		padding: 40px 10px 0px 10px;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		background-image:none ;
		position: relative;
		top: -40px;
		box-sizing: border-box;
		object-fit: contain;
		z-index: 0;
		border-radius:0; 
	}
#astro_2026 .R_CON_BG h1{
	width: 100%;
	height:110px;
	margin:0 auto;
	background-image:url(../images/result_bg/re_title.png);
	background-size: 93% auto;
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-top: 30px;
	margin-bottom: 20px;
}
	.MOBILE #astro_2026 .R_CON_BG h1{
		width:91%;
		height:0;
		margin:0 auto;
		background-size: 90% auto;
		padding-bottom: 18.7898089%;
		margin-top: 0px;
	}
/*個人資料*/
#astro_2026 .RE_TOP{
	width: 120%;
	transform: translateX(-8%);
}
#astro_2026 .INFO{
	width: 100%;
	height: 140px;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 19px;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	}
	.MOBILE #astro_2026 .INFO{
		margin-bottom: 0px;
		margin-left: -10px;
	}
#astro_2026 .INFO .z_icon{
	display: flex;
	width: 190px;
	margin-right: 30px;
	justify-content: flex-end;
	}
	.MOBILE #astro_2026 .INFO .z_icon{
		display: flex;
		width: 140px;
		margin-right: 0px;
		justify-content: flex-end;
		}
#astro_2026 .INFO .z_name{
	display: flex;
    padding-top: 35px;
    text-align: center;
    align-items: center;
    flex-direction: column;
	}
	.MOBILE #astro_2026 .INFO .z_name{
		display: flex;
		padding-top: 5px;
		align-items: center;
		align-items: center;
		flex-direction: column;

		}
#astro_2026 .INFO .z_name div:nth-child(1){
	font-size: 4.5rem;
	line-height: 75px;
	font-weight: bold;
	color: #fff;
	text-shadow: #3c77dc 0em 0em 0.2em;
	}
	.MOBILE #astro_2026 .INFO .z_name div:nth-child(1){
		font-size: 2.5rem;
		line-height: 60px;
		font-weight: bold;

	}
#astro_2026 .INFO .z_name div:nth-child(2){
	font-size: 1.8rem;
	font-weight: normal;
	color: #ffffff;
	text-shadow: #3c77dc 0em 0em 0.2em;
	
}
#astro_2026 .RE_TOP h1{
	width: 100%;
	height: 135px;
	margin:0 auto;
	background-image:url(../images/result_bg/re_title.png);
	background-size: 80% auto;
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:-9999px;	
}
/*內容區-整體運*/
.PC #astro_2026 .CON_LINE1+.CON_LINE1{
	margin-top: 30px;
}
	.MOBILE #astro_2026 .CON_LINE1+.CON_LINE1{
		margin-top: 200px;
	}
.PC #astro_2026 .CON_LINE1{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 4%;
	border: 2px solid #d49f29;
	background-color: #fff;
	border-radius: 20px;

}
.PC #astro_2026 .TITLE_BOX{
	width: 460px;
	margin: 0 auto;
	text-align: center;
	font-size: 2.4rem;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/result_bg/a1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 70% auto;
}
.PC #astro_2026 .TITLE_BOX span{margin: 0 10px;}
.PC #astro_2026 .SCORE_BOX{
	width: 420px;
	height: 275px;
	margin: 0 auto;
	position: relative;
	background-size: 95% auto;
	background-position: 2px top;
	background-repeat: no-repeat;
	background-image: url(../images/result_bg/a2.jpg);
}
.PC #astro_2026 .SCORE_TXT{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.5rem;
	padding-top: 60px;
}
.PC #astro_2026 .SCORE_POINT{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 6.5rem;
	color: #ed1212;
}
.PC #astro_2026 .SCORE_POINT span{
	font-size: 1.5rem;
	color: #000;
}
.PC #astro_2026 .OUTLINE_BOX{
	width: 92%;
	margin: 0 auto;
	height: 120px;
	background-size: 80% auto;
	background-image: url(../images/result_bg/a3.jpg);
}
.PC #astro_2026 .OUTLINE_TXT{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.5rem;
	line-height: 50px;
	padding-top: 10px;
}
.PC #astro_2026 .OUTLINE_POINT{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 2rem;
	color: #ed1212;
}
.PC #astro_2026 .COMMEND_BOX{
	width: 92%;
	margin: 20px auto 20px auto;
	font-size: 1.2rem;
	line-height: 2.2rem;
	color: #000;
}
.PC #astro_2026 .LINK_BOX{
	width: 92%;
	margin: 0 auto;
}
.PC #astro_2026 .OUTLINE_TXT{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.5rem;
	line-height: 50px;
	padding-top: 10px;
}
.PC #astro_2026 .CALENDAR_BOX{
	width: 92%;
	margin: 0 auto;
	height: 120px;
	background-size: 80% auto;
	background-color: #fff4dd;
	margin-bottom: 20px;
}
.PC #astro_2026 .CALENDAR_TXT{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.5rem;
	line-height: 50px;
	padding-top: 10px;
}
.PC #astro_2026 .CALENDAR_MON{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 2rem;
	color: #ed1212;
}
/*內容區-愛情運*/
.PC #astro_2026 .CON_LINE2{
	border: 2px solid #ff3ba0;}
.PC #astro_2026 .TITLE_BOX2{
	background-image: url(../images/result_bg/b1.jpg);}
.PC #astro_2026 .SCORE_BOX2{
	background-image: url(../images/result_bg/b2.jpg);}
.PC #astro_2026 .OUTLINE_BOX2{
	background-image: url(../images/result_bg/b3.jpg);}
.PC #astro_2026 .CALENDAR_BOX2{
	background-color: #ffe9ec;}
.PC #astro_2026 .CALENDAR_MON2{
	width: 100%;
	margin-top: 10px;}
.PC #astro_2026 .CALENDAR_MON2 li{
	width: 42%;
	font-weight: bold;
	text-align: left;
	font-size: 1.3rem;
	line-height: 22px;
	color: #000;
	position: relative;
	margin-left: 6%;
	display: block;
	float: left;
}
.PC #astro_2026 .CALENDAR_MON2 span{color: #ed1212;}
.PC #astro_2026 .CALENDAR_MON2 li::before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 22px;
	background-color: #ff3ba0;
	position: absolute;
	left: -10px;
}
/*內容區-事業及學業運*/
.PC #astro_2026 .CON_LINE3{
	border: 2px solid #3888ff;}
.PC #astro_2026 .TITLE_BOX3{
	background-image: url(../images/result_bg/c1.jpg);}
.PC #astro_2026 .SCORE_BOX3{
	background-image: url(../images/result_bg/c2.jpg);}
.PC #astro_2026 .OUTLINE_BOX3{
	background-image: url(../images/result_bg/c3.jpg);}
.PC #astro_2026 .CALENDAR_BOX3{
	background-color: #e0f3ff;}
.PC #astro_2026 .CALENDAR_MON3{width: 80%;margin: 10px auto 0 auto;}
.PC #astro_2026 .CALENDAR_MON3 li{width: 40%;}
.PC #astro_2026 .CALENDAR_MON3 li::before{
	background-color: #3888ff;}
/*內容區-財運*/
.PC #astro_2026 .CON_LINE4{
	border: 2px solid #e21f45;}
.PC #astro_2026 .TITLE_BOX4{
	background-image: url(../images/result_bg/d1.jpg);}
.PC #astro_2026 .SCORE_BOX4{
	background-image: url(../images/result_bg/d2.jpg);}
.PC #astro_2026 .OUTLINE_BOX4{
	background-image: url(../images/result_bg/d3.jpg);}
.PC #astro_2026 .CALENDAR_BOX4{
	background-color: #ffeeec;}
.PC #astro_2026 .CALENDAR_MON4{width: 80%;margin: 10px auto 0 auto;}
.PC #astro_2026 .CALENDAR_MON4 li{width: 40%;}
.PC #astro_2026 .CALENDAR_MON4 li::before{
	background-color: #f25d55;}
/*內容區-健康運*/
.PC #astro_2026 .CON_LINE5{
	border: 2px solid #00af4c;}
.PC #astro_2026 .TITLE_BOX5{
	background-image: url(../images/result_bg/e1.jpg);}
.PC #astro_2026 .SCORE_BOX5{
	background-image: url(../images/result_bg/e2.jpg);}
.PC #astro_2026 .OUTLINE_BOX5{
	background-image: url(../images/result_bg/e3.jpg);}
/*內容區-旅遊運*/
.PC #astro_2026 .CON_LINE6{
	border: 2px solid #9f38ff;}
.PC #astro_2026 .TITLE_BOX6{
	background-image: url(../images/result_bg/f1.jpg);}
.PC #astro_2026 .SCORE_BOX6{
	background-image: url(../images/result_bg/f2.jpg);}
.PC #astro_2026 .OUTLINE_BOX6{
	background-image: url(../images/result_bg/f3.jpg);}
.PC #astro_2026 .CALENDAR_BOX6{
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
	background-size: 80% auto;
	background-color: #f3e5ff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.PC #astro_2026 .DIRECTION{
	width: 100%;
	margin: 0 auto;
}
.PC #astro_2026 .DIRECTION p{
	width: 43%;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	line-height: 42px;
	color: #ed1212;
	position: relative;
	padding-left: 40px;
}
.PC #astro_2026 .DIRECTION p::before{
	content: '';
	position: absolute;
	left: 34px;
	width: 40px;
	height: 40px;
	background-image: url(../images/result_bg/f_icon1.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
.PC #astro_2026 .LINE {width:100%; border-bottom:dotted 2px #fff; margin:13px 0;}
.PC #astro_2026 .LOCATION{
	width: 70%;
	margin-left: 20%;
}
.PC #astro_2026 .LOCATION li{
	width: 40%;
	font-weight: bold;
	text-align: left;
	font-size: 1.3rem;
	line-height: 36px;
	color: #ed1212;
	position: relative;
	display: block;
	float: left;
	margin-left: 10%;
}
.PC #astro_2026 .LOCATION li::before{
	content: '';
	position: absolute;
	left: -40px;
	width: 36px;
	height: 36px;
	background-image: url(../images/result_bg/f_icon2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
/*社群圖卡-單張分享*/
#astro_2026 .catagory_title{
	width: 100%;
	margin: 0 auto;
	color: #f4f3ef;
	font-size: 2.6rem;
	line-height: 95px;
	font-weight: bold;
	text-align: center;
	background-image: linear-gradient(352deg, #f7ba97 0%,#fbc2eb 68%, #c5dbff 100%);}
	.MOBILE #astro_2026 .catagory_title{
		font-size: 2rem;
		line-height: 70px;}
#astro_2026 .catagory_img{
	width: 70%;
	margin: 0 auto;
	margin-top: 35px;}
	.MOBILE #astro_2026 .catagory_img{
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;}
/*社群圖卡-單張分享 end*/
/*LINE 推薦區塊*/
#astro_2026 .LINE_BOX{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius:30px;
	margin: 40px auto 20px auto;
	background-color: rgba(255, 255, 255, .9);
}
	.MOBILE #astro_2026 .LINE_BOX{
		margin-top: 30px;
		margin-bottom: 0px;
		background-color: rgba(255, 255, 255, .9);
	}

#astro_2026 .LINE_TITLE{
	width: 85%;
    height: auto;
    overflow: hidden;
    padding: 43px 0 15px 0;
    margin: 0 auto;
	}
	.MOBILE #astro_2026 .LINE_TITLE{
		width: 90%;
		padding: 23px 0 15px 0;
	}
#astro_2026 .LINE_TITLE img:last-of-type{
	margin-top: 30px;
	width: 90%;
	transform: translateX(5%);}
	.MOBILE #astro_2026 .LINE_TITLE img:last-of-type{
		margin-top: 20px;
		width: 90%;
		transform: translateX(5%);}

#astro_2026 .LINE_INBOX{
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

/*說明-左bar*/
#astro_2026 .STYLE_BAR2 {
	text-indent: 10px;
	border-left: 4px solid #63a732;
	margin: 16px 0 12px 0;
	height: 32px;
  }
  #astro_2026 .STYLE_BAR2 p {
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
	line-height: 32px;
	font-weight: bold;
  }
  
  /*說明列表*/
  #astro_2026 .LIST_NUM {
	width: 100%;
	list-style: decimal;
	list-style-position: outside;
	padding: 0px 0px 0px 30px;
	box-sizing: border-box;
  }
  #astro_2026 .LIST_NUM li {
	margin: 8px 0;
  }
/*配圖 ph03*/
#astro_2026 .PH_03{
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
  }
  #astro_2026 .PH_03 .POSITION {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  #astro_2026 .PH_03 .IMG {
	width: 40%;
  }
  #astro_2026 .PH_03 .IMG img {
	  display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
  }
  #astro_2026 .PH_03 .TXT {
	margin-left: 15px;
  }
  #astro_2026 .PH_03 .TXT p {
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
  }
  .PC #astro_2026 .PH_03 .TXT p:nth-of-type(1) {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
  }
  .PC #astro_2026 .PH_03 .TXT p:nth-of-type(2) {
	font-size: 1.3rem;
	font-weight: normal;
	margin-top: 4px;
  }
  .MOBILE #astro_2026 .PH_03 .TXT p:nth-of-type(1) {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
  }
  .MOBILE #astro_2026 .PH_03 .TXT p:nth-of-type(2) {
	font-size: 1.1rem;
	font-weight: normal;
	margin-top: 4px;
  }


/*LINE 推薦區塊尾*/


/**********列印頁**********/
.PC #astro_2026 .PRINT_TOP h1{
	width: 680px;
	height: 200px;
	margin:0 auto;
	background-image:url(../images/print.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-9999px;}
.PC #astro_2026 .PRINT_BG{
	width: 680px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background-color: #fff;
	top: 0;
	padding: 170px 0 0 0;}
	.PC #astro_2026 .PRINT_BG .INFO{
		width: 680px;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		position: absolute;
		top:210px;
		margin-left: 40px;
	}
.PC #astro_2026 .PRINT_BG .INFO ul li{color: #000;}
.PC #astro_2026 .PRINT_BG a{display: none;}
/*=====================手機版型區===========================*/
/*MOBILE表頭尾*/
.MOBILE #float_icon, .MOBILE #header, .MOBILE .CHANG, .MOBILE .FOOT_MOBILE{ display:block;}
/*MOBILE表頭尾*/

/*消失區*/
.MOBILE #astro_2026-wrapper #INPUT_BOX,.MOBILE .PC_LOGIN,.MOBILE .FOOT_PC, .MOBILE .PRINT_BT ,.MOBILE #astro_2026-wrapper #watermark-wrapper ,.MOBILE .pq_REPIC{ display:none;}
.MOBILE #astro_2026-wrapper .M_none{display: none;}
/*消失區尾*/


/**********結果頁**********/

/*內容區-整體運*/
.MOBILE #astro_2026 .CON_LINE1+.CON_LINE1{
	margin-top: 30px;
}
.MOBILE #astro_2026 .CON_LINE1{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 2% 2% 5% 2%;
	border: 2px solid #d49f29;
	background-color: #fff;
	border-radius: 20px;
}
.MOBILE #astro_2026 .TITLE_BOX{
	text-align: center;
	font-size: 2rem;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/result_bg/a1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 73% auto;
}
.MOBILE #astro_2026 .TITLE_BOX span{margin: 0 10px;}
.MOBILE #astro_2026 .SCORE_BOX{
	width: 300px;
	margin: 0 auto;
	height: 192px;
	overflow: hidden;
	position: relative;
	background-size: 100% auto;
	background-position: -5px top;
	background-repeat: no-repeat;
	background-image: url(../images/result_bg/a2.jpg);
}
.MOBILE #astro_2026 .SCORE_TXT{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.3rem;
	padding-top: 40px;
}
.MOBILE #astro_2026 .SCORE_POINT{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 5rem;
	color: #ed1212;
}
.MOBILE #astro_2026 .SCORE_POINT span{
	font-size: 1.3rem;
	color: #000;
}
.MOBILE #astro_2026 .OUTLINE_BOX{
	min-width: 300px;
	width: 92%;
	margin: 0 auto;
	height: 110px;
	background-size: 80% auto;
	background-image: url(../images/result_bg/a3.jpg);
}
.MOBILE #astro_2026 .OUTLINE_TXT{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.3rem;
	line-height: 50px;
	padding-top: 10px;
}
.MOBILE #astro_2026 .OUTLINE_POINT{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.5rem;
	color: #ed1212;
}
.MOBILE #astro_2026 .COMMEND_BOX{
	width: 92%;
	margin: 0 auto;
	margin: 20px auto 20px auto;
	font-size: 1.1rem;
	line-height: 2rem;
	color: #000;
}
.MOBILE #astro_2026 .LINK_BOX{
	width: 92%;
	margin: 0 auto;
}
.MOBILE #astro_2026 .OUTLINE_TXT{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.3rem;
	line-height: 50px;
	padding-top: 10px;
}
.MOBILE #astro_2026 .CALENDAR_BOX{
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
	background-size: 80% auto;
	background-color: #fff4dd;
	margin-bottom: 20px;
}
.MOBILE #astro_2026 .CALENDAR_TXT{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.3rem;
	line-height: 50px;
	padding-top: 5px;
}
.MOBILE #astro_2026 .CALENDAR_MON{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.5rem;
	color: #ed1212;
	margin-bottom: 10px;
}
/*內容區-愛情運*/
.MOBILE #astro_2026 .CON_LINE2{
	border: 2px solid #ff3ba0;}
.MOBILE #astro_2026 .TITLE_BOX2{
	background-image: url(../images/result_bg/b1.jpg);}
.MOBILE #astro_2026 .SCORE_BOX2{
	background-image: url(../images/result_bg/b2.jpg);}
.MOBILE #astro_2026 .OUTLINE_BOX2{
	background-image: url(../images/result_bg/b3.jpg);}
.MOBILE #astro_2026 .CALENDAR_BOX2{
	background-color: #ffe9ec;}
.MOBILE #astro_2026 .CALENDAR_MON2{
	width: 100%;
	margin-bottom: 10px;}
.MOBILE #astro_2026 .CALENDAR_MON2 li{
	width: 100%;
	font-weight: bold;
	text-align: left;
	font-size: 1.3rem;
	line-height: 22px;
	color: #000;
	position: relative;
	margin-left: 8%;
	display: block;
	margin-bottom: 10px;
}
.MOBILE #astro_2026 .CALENDAR_MON2 li:nth-child(2){margin-bottom: 15px;}
.MOBILE #astro_2026 .CALENDAR_MON2 span{color: #ed1212;}
.MOBILE #astro_2026 .CALENDAR_MON2 li::before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 22px;
	background-color: #ff3ba0;
	position: absolute;
	left: -10px;
}
/*內容區-事業及學業運*/
.MOBILE #astro_2026 .CON_LINE3{
	border: 2px solid #3888ff;}
.MOBILE #astro_2026 .TITLE_BOX3{
	background-image: url(../images/result_bg/c1.jpg);}
.MOBILE #astro_2026 .SCORE_BOX3{
	background-image: url(../images/result_bg/c2.jpg);}
.MOBILE #astro_2026 .OUTLINE_BOX3{
	background-image: url(../images/result_bg/c3.jpg);}
.MOBILE #astro_2026 .CALENDAR_BOX3{
	background-color: #e0f3ff;}

.MOBILE #astro_2026 .CALENDAR_MON3 li::before{
	background-color: #3888ff;}
/*內容區-財運*/
.MOBILE #astro_2026 .CON_LINE4{
	border: 2px solid #e21f45;}
.MOBILE #astro_2026 .TITLE_BOX4{
	background-image: url(../images/result_bg/d1.jpg);}
.MOBILE #astro_2026 .SCORE_BOX4{
	background-image: url(../images/result_bg/d2.jpg);}
.MOBILE #astro_2026 .OUTLINE_BOX4{
	background-image: url(../images/result_bg/d3.jpg);}
.MOBILE #astro_2026 .CALENDAR_BOX4{
	background-color: #ffeeec;}

.MOBILE #astro_2026 .CALENDAR_MON4 li::before{
	background-color: #f25d55;}
/*內容區-健康運*/
.MOBILE #astro_2026 .CON_LINE5{
	border: 2px solid #00af4c;}
.MOBILE #astro_2026 .TITLE_BOX5{
	background-image: url(../images/result_bg/e1.jpg);}
.MOBILE #astro_2026 .SCORE_BOX5{
	background-image: url(../images/result_bg/e2.jpg);}
.MOBILE #astro_2026 .OUTLINE_BOX5{
	background-image: url(../images/result_bg/e3.jpg);}
/*內容區-旅遊運*/
.MOBILE #astro_2026 .CON_LINE6{
	border: 2px solid #9f38ff;
	margin-bottom: 10px;}
.MOBILE #astro_2026 .TITLE_BOX6{
	background-image: url(../images/result_bg/f1.jpg);}
.MOBILE #astro_2026 .SCORE_BOX6{
	background-image: url(../images/result_bg/f2.jpg);}
.MOBILE #astro_2026 .OUTLINE_BOX6{
	background-image: url(../images/result_bg/f3.jpg);}
.MOBILE #astro_2026 .CALENDAR_BOX6{
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
	background-size: 80% auto;
	background-color: #f3e5ff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.MOBILE #astro_2026 .DIRECTION{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.MOBILE #astro_2026 .DIRECTION p{
	width: 61%;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 42px;
	color: #ed1212;
	position: relative;
	padding-left: 30px;
}
.MOBILE #astro_2026 .DIRECTION p::before{
	content: '';
	position: absolute;
	left: 34px;
	width: 35px;
	height: 35px;
	background-image: url(../images/result_bg/f_icon1.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
.MOBILE #astro_2026 .LINE {width:100%; border-bottom:dotted 2px #fff; margin:13px 0;}
.MOBILE #astro_2026 .LOCATION{
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}
.MOBILE #astro_2026 .LOCATION li{
	width: 36%;
	font-weight: bold;
	text-align: left;
	font-size: 1.3rem;
	line-height: 36px;
	color: #ed1212;
	position: relative;
	display: block;
	float: left;
	margin-left: 14%;
}
.MOBILE #astro_2026 .LOCATION li::before{
	content: '';
	position: absolute;
	left: -40px;
	width: 36px;
	height: 36px;
	background-image: url(../images/result_bg/f_icon2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
/*平板小於內容js縮放*/	
@media screen and (max-width: 750px){
    .PC #astro_2026 {
        width: 750px !important;
        transform-origin: 0 0;
    }
}
