
#VF_analysis .VF_destiny_BORDER{ /*外框*/
	border: 1px solid #b9b9b9;
    width: 95%;
    margin: 0 auto;
    margin-top: 12px;
    padding: 16px;
    border-radius: 5px;
	}
	.VF_destiny_BORDER p{clear: both;}
	.MOBILE #VF_analysis .VF_destiny_BORDER{
		width: 100%;
		padding:12px;
	}
	/*橫版設定*/
		@media (min-width: 566px) and (max-width: 1366px) {
			.MOBILE #VF_analysis .VF_destiny_BORDER{
				width: 95%;
				padding:16px;
			}
		}
	/*橫版設定*/	

#VF_analysis .VF_CON_GUIDE{/*純導引文字區*/
	width: 100%;
	display: block;
	}
	#VF_analysis .VF_CON_GUIDE p { 
		margin-top: 12px;
		}
		#VF_analysis .VF_CON_GUIDE p:first-child{
		margin-top: 0;
		}

#VF_analysis .VF_REASON{/*原因文字區*/
	display: flex;
    flex-flow: row nowrap;
    margin: 0 auto;
	}
	.PC #VF_analysis .VF_REASON{
    	width: 88%;
		flex-direction: row;
		margin-top: 12px;		
		}
		.PC #VF_analysis .VF_REASON p:first-child{
			width: 72px;
		}
		.PC #VF_analysis .VF_REASON p:last-child{
			width: calc(100% - 72px);
		}
	.MOBILE #VF_analysis .VF_REASON{
		width: 100%;
		flex-direction: column;
		margin-top: 8px;
		}
		.MOBILE #VF_analysis .VF_REASON .VF_T02:{
			width: 100%;
		}

/*========================== 選擇人============================*/
#VF_analysis .FORINPUT {
	display: block;
    clear: both;
    width: 96%;
    margin: 12px auto 0 auto;    
	}
	#VF_analysis .FORINPUT p{
		font-size: 1.1rem;
		line-height: 1.6;
	    font-weight: normal;
		color: #333333;
		padding-top: 5px;
	}
	#VF_analysis .VF_FRIEND_DATA{
		width: 96%;
		margin: 0 auto 8px auto;
		clear: both;
	}

	#VF_analysis .VF_FRIEND_ADD{
			display: flex;
		    flex-direction:row;
		    align-items: stretch;
		    justify-content: space-between;
		    flex-wrap: wrap;
		    width: 100%;
		    clear: both;
		    position: relative;	    
		}
		#VF_analysis .VF_FRIEND_ADD a{
		    display: inline-block;
		    width: 32%;
		    text-align: center;
		    padding: 5px 5px;
		    margin: 0 2% 8px 0;
		}
		.MOBILE #VF_analysis .VF_FRIEND_ADD a{
		    width: 96%;
		    margin: 0 auto 8px auto;
		}
		/*橫版設定*/
			@media (min-width: 566px) and (max-width: 1366px) {
				.MOBILE #VF_analysis .VF_FRIEND_ADD a{
				    width: 40%;
				    margin: 0 2% 8px 0;
				}
			}
		/*橫版設定*/	
		#VF_analysis .VF_FRIEND_ADD p{
			display: inline-block;
		}		
		#VF_analysis .VF_FRIEND_ADD .BT_PLUS {
		    background-image: url(../images/uitag/uitag_5.png);
		    display: inline-block;
		    width: 18px;
		    height: 18px;
		    background-size: 18px auto;
		    margin-right: 3px;
		    margin-bottom: -3px;
			background-position: top;
		}

		#VF_analysis .small_bt{
			display: block;
			width:100%;
			margin:0 auto;
			height: auto;
			line-height: auto;
			color:#1a8dd4;
			font-size:1rem;
			text-align: center;
			padding:0 0 10px 0;
		}

/*========================== 選擇人 ============================*/

/*========================== 問卷樣式 ============================*/
#VF_analysis .VF_CHOOSE {
    display: flex;
    width: 96%;
    height: auto;
    margin: 12px auto 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
	}
	#VF_analysis .VF_CHOOSE .RADIO_BORDER:first-child{margin-bottom: 8px;}

	#VF_analysis .VF_CHOOSE .RADIO_BORDER{
	  width: 100%;
	  border: 1px solid #999;
	  border-radius: 5px;
	}
	#VF_analysis .VF_CHOOSE .RADIO_BORDER .answer{
		width: 100%;
	    min-height: 40px;
		line-height: 1.6;
		display: flex;
		cursor: pointer;
	}
	#VF_analysis .VF_CHOOSE .RADIO_BORDER .answer .circle{
		width: 20px;
		height: 20px;
		border: 1px solid #999;
		border-radius: 50%;
		display: flex;
		flex-shrink: 0;
		margin: 10px 0 0 12px;
	}
	#VF_analysis .VF_CHOOSE .RADIO_BORDER .answer .radio_text{
		font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;	
		font-size: 1.1rem;
		margin: 6px 8px;
	}

	#VF_analysis .VF_CHOOSE :hover .answer{
		background-color: #f1fdf3;
		box-sizing: border-box;
		box-shadow: inset 0px 0px 0px 2px #ffffff;
		border-radius: 5px;
	}

	input[type="radio"]{
		display: none;
	}
	input[type="radio"]:checked + .answer .circle {
		background-color: #61b966;
		box-shadow: inset 0px 0px 0px 2px #ffffff;
	}
	input[type="radio"]:checked + .answer {
		background-color: #f1fdf3;
		border-radius: 5px;
	}
/*========================== 問卷樣式 ============================*/

/*========================== 列表樣式 ============================*/
#VF_analysis .VF_LIST_STYLE_BOX{ /*列表內框*/
	width: 96%; 
    margin: 0 auto;
    clear: both;
    margin-top: 12px;
	}
	#VF_analysis .VF_LIST_STYLE_BOX .DISC{
		width: 100%;
		list-style: disc;
	    list-style-position: outside;
	    box-sizing: border-box;
	    padding: 0px 0px 0px 18px;
	    color: #9e8a4a;
	    margin-bottom: 20px;
		}
		#VF_analysis .VF_LIST_STYLE_BOX .DISC p{color: #333333;}
	#VF_analysis .VF_LIST_STYLE_BOX .NUM{
		width: 100%;
		list-style: decimal;
	    list-style-position: outside;
	    padding: 0px 0px 0px 18px;
	    box-sizing: border-box;
	    margin: 4px auto;
		}
		#VF_analysis .VF_LIST_STYLE_BOX .NUM .NUM_1{
			margin: 8px auto 0 auto;
		}

/*========================== 列表樣式 ============================*/

/*========================== 列表內調整 ============================*/	

#VF_analysis .VF_destiny-TOP {/*色塊分類*/
    font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;	
    font-size: 1.3rem;
    height: 44px;
    line-height: 44px;
    color: #fff;
    margin:8px auto 20px auto;
    text-align: center;
    border-radius: 25px;
    font-weight: bold;
    width: 240px;
	}
	#VF_analysis .VF_YELLOW{
		color: #fff900;
	}

#VF_analysis .VF_destiny-BEFORE {/*分析前*/
	background-color: #faf1ff;
    border-color: #724279;
	}
	#VF_analysis .VF_destiny-BEFORE .VF_TITLE {
	    background-color: #724279;
	}

#VF_analysis .VF_destiny-AFTER{/*分析後*/
	background-color:#f4f7f6;
    border-color: #4c8e4f;
	}
	#VF_analysis .VF_destiny-AFTER .VF_TITLE {
	    background-color: #4c8e4f;
	}
	
#VF_analysis .VF-BT_BOX{/*按鈕區塊*/
	background-color: #f6fbff;
    border-color: #4c6d8e;
	}
	#VF_analysis .VF-BT_BOX p{
		margin: 12px 0;
		}
		#VF_analysis .VF-BT_BOX p:first-child{
		margin-top: 0;
		}

#VF_analysis .VF_CON_analyse_BOX{/*分析區塊內文*/
	display: block;
	width: 98%;
    margin: 0 auto;
	}
	.MOBILE #VF_analysis .VF_CON_analyse_BOX{
		width: 100%;
	}
	#VF_analysis .VF_CON_analyse_BOX li{
		margin: 0px auto 4px auto;
	    text-align: left;
		}
		#VF_analysis .VF_CON_analyse_BOX li .VF_LIST_STYLE_BOX{
			margin-top: 0;
		}
		#VF_analysis .VF_CON_analyse_BOX span.ziwei_Major{/*主星文字*/
			margin-right: 4px;
		}
/*========================== 列表內調整 ============================*/

/*========================== 按鈕相關 ============================*/

#VF_analysis .DES_BT{
	width:600px;
	margin: 20px auto;
	}
	#VF_analysis .DES_BT a{
		display: block;
		width:100%;
		text-align: center;
		padding:10px;
		font-size: 1.3rem;
		font-weight: bold;			
		}
	.MOBILE #VF_analysis .DES_BT{
		width:100%;
		margin: 0px auto;
		margin-top: 20px;
		}

		#VF_analysis .DES_BT ul{
			width:100%;
			margin: 0 auto;
			display: flex;
			flex-direction: row;
			align-items: stretch;
			justify-content: space-between;
			flex-wrap: wrap;
			}
.MOBILE #VF_analysis .VF_BT_MULTI a.COlOR02,
.MOBILE #VF_analysis .VF_BT_ONE a.COlOR02{/*回命盤*/
	padding:8px;
}


#VF_analysis .VF_CON_analyse_BOX a.COlOR01{/*藍色按鈕*/
	line-height: 1.4;
	font-weight: normal;
}

#VF_analysis .DES_BT li.VF_BT_ONE{/*單顆按鈕*/
	width: 56%;
	margin: 0 auto;
	}
	.MOBILE #VF_analysis .DES_BT li.VF_BT_ONE{
		width: 100%;
		margin-bottom: 20px;
	}

#VF_analysis .DES_BT li.VF_BT_MULTI{/*多文字按鈕*/
	width: 76%;
	margin: 12px auto 0 auto;
	}
	#VF_analysis .DES_BT .VF_BT_MULTI:first-child{
		margin-top: 0;
	}
	.MOBILE #VF_analysis .DES_BT li.VF_BT_MULTI{
		width: 100%;
	}
	.MOBILE #VF_analysis .DES_BT .VF_BT_MULTI:last-child{
		margin-bottom: 20px;
	}

#VF_analysis .DES_BT .VF_BT_CON{/*按鈕內多文字*/
	display: flex;
	}
	#VF_analysis .DES_BT .VF_BT_CON p {
		margin:auto 4px;
		text-align: center;
	}
	.MOBILE #VF_analysis .DES_BT .VF_BT_MULTI .VF_BT_CON p{/*多文字按鈕文字靠左*/
		text-align: left;
	}
	#VF_analysis ul.VF_BT_CON li{/*按鈕內文字*/
	    display: block;
		margin: auto 0;
		}
		#VF_analysis .VF_BT_CON li:nth-of-type(1){
			width: calc(100% - 20px);
		}
		#VF_analysis .VF_BT_CON li:nth-of-type(2){
			width: 20px;
		}

		/*橫版設定*/
		@media (min-width: 566px) and (max-width: 1366px) {
			.MOBILE #VF_analysis .DES_BT li.VF_BT_ONE{
				width: 58%;
			}
			.MOBILE #VF_analysis .DES_BT li.VF_BT_MULTI{
				width: 84%;
			}
			.MOBILE #VF_analysis .DES_BT .VF_BT_MULTI .VF_BT_CON p{
				text-align: center;
			}
		}
	/*橫版設定*/	

#VF_analysis .DES_BT li .VF_BT_ICON{/*箭頭*/
	background-image: url(../images/uitag/uitag_15-1.png);
	transform: rotate(90deg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px auto;			
	} 
	#VF_analysis .DES_BT li:hover .VF_BT_ICON{
	background-image: url(../images/uitag/uitag_18.png);
	transform: rotate(0);
	}

/*========================== 按鈕相關 ============================*/
