body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: "微軟正黑體", "新細明體", "細明體",Arial, Helvetica, sans-serif;
}

/*協銷共用區塊*/
#AllRec_YF024 .blank_s{height:10px;}
#AllRec_YF024 .blank{height:20px;}
#AllRec_YF024 .blank2{height:40px;}
#AllRec_YF024 .center{text-align: center;}

/*字級樣式*/
#AllRec_YF024 .txt_bold {
  font-weight: bold;
}

/*共用字級*/
#AllRec_YF024 .txt-1 {
  font-size: 2em;
  line-height: 1.7em;
}

#AllRec_YF024 .txt-2 {
  font-size: 1.85em;
  line-height: 1.7em;
}

#AllRec_YF024 .txt-3 {
  font-size: 1.6em;
  line-height: 1.7em;
}

#AllRec_YF024 .txt-4 {
  font-size: 1.5em;
  line-height: 1.7em;
}

#AllRec_YF024 .txt-4-2 {
  font-size: 1.3em;
  line-height: 1.7em;
}

#AllRec_YF024 .txt-5 {
  font-size: 1.2em;
  line-height: 1.6em;
}

#AllRec_YF024 .txt-primary {
  font-size: 1.1em;
  line-height: 1.7em;
  color: #333333;
}

#AllRec_YF024 .txt-secondary {
  font-size: 1em;
  line-height: 1.7em;
}

#AllRec_YF024 .txt-6 {
  font-size: 0.9em;
  line-height: 1.7em;
}

/*顏色*/
#AllRec_YF024 .red {
  color: rgb(228, 47, 47);
}
#AllRec_YF024 .pink {/*女user*/
  color: #ff1493;
}
#AllRec_YF024 .blue {/*男user*/
  color: #0088ff;
}
#AllRec_YF024 .green{color: #2e6e00;}

/*圓角*/
#AllRec_YF024 .sround{border-radius: 5px;}
#AllRec_YF024 .info_bg1{background-color: #fff3f8;}/*女user*/
#AllRec_YF024 .info_bg2{background-color: #e5f3ff;}/*男user*/

/*按紐樣式*/		
#AllRec_YF024 .e_BT{
	clear: both;
	width:50%;
	height:45px;
	margin: 6px auto;
	}
  
#AllRec_YF024 .e_BT a{
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;	
	display:block;
	width:100%;
	margin:0 auto;
	height:45px;
	font-size: 1.3rem;
	line-height:43px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    font-weight: bold;
	text-decoration: none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #a30000;
	background: #ff0000; /* Old browsers */
	background: -webkit-linear-gradient(#ff0000 0%, #b90000 100%);
	background: -o-linear-gradient(#ff0000 0%, #b90000 100%);
	background: linear-gradient(#ff0000 0%, #b90000 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b90000',GradientType=0 ); /* IE6-9 */
	-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);}
	
#AllRec_YF024 .e_BT a:hover{
	color:#fff9bc;
	background: #b90000; /* Old browsers */
	background: -moz-linear-gradient(top, #b90000 0%, #ff0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b90000 0%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b90000 0%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b90000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}

/*最外框修改寬度尺寸*/
#AllRec_YF024{
	clear: both;
	width:670px;/*寬度設定尺寸*/
	margin:0 auto;
	-webkit-text-size-adjust: none;
	text-decoration: none;
	font-family:"微軟正黑體", "Microsoft JhengHei", "新細明體", "細明體",  Arial, Helvetica;
}

/*第二層框線樣式*/
#AllRec_YF024 .rec_section{
	clear:both;
	width:100%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:#FFF;
	border:3px solid #a8a8a8;
	margin-top:10px;
}

#AllRec_YF024 .rec_content{/*內容區塊*/
	clear:both;
	width:90%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;}
			
#AllRec_YF024 .rec_top{/*TOP圖片*/
	width:100%;
	height:auto;
	border-bottom:3px solid #a8a8a8;
	margin:0 auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;}

#AllRec_YF024 .rec_top img{
    display:block;
    width:100%;
    margin:0 auto;
}

/*個人資料區塊*/
#AllRec_YF024 .rec_infobox{
    width: 100%;
    height: auto;
    overflow: hidden;
}

#AllRec_YF024 .rec_infobox .infobox_case{
    width: 100%;
    height: auto;
    margin:0 auto;
    border-radius: 5px;
}

#AllRec_YF024 .rec_infobox .infobox_case ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:8px 0px;
}

#AllRec_YF024 .rec_infobox .infobox_case li{
    font-size:1.2rem;
    padding:2px 0px;
}

#AllRec_YF024 .rec_infobox .infobox_case li:last-child{
    font-weight:normal;
    padding-bottom:0px;
}

#AllRec_YF024 .rec_infobox .infobox_case .GENDER{
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    margin-left: 5px;
    margin-bottom: -6px;
}

#AllRec_YF024 .rec_infobox .infobox_case span img{
    display: block;
    width: 100%;
    height: auto;
}

/*張老師配圖文字區塊*/
#AllRec_YF024 .two_block_main {
  width: 96%;
  height: auto;
  overflow: hidden;
  margin:0 auto;
}

#AllRec_YF024 .two_block_main ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#AllRec_YF024 .two_block_main .item_ph {
  width: 40%;
  height: auto;
}

#AllRec_YF024 .two_block_main .item_ph img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#AllRec_YF024 .two_block_main .item_text {
  width: 60%;
}

/*小標樣式*/
#AllRec_YF024 .slider_box{
    width: 100%;
    min-height: 40px;
    height: auto;
    border-radius: 5px;
    background-color: #b45900;
    margin-top:20px;
    margin-bottom:10px;
}

#AllRec_YF024 .slider_box p{
    color:#ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 40px;
    text-indent: 10px;
}
/*結果頁-流年命盤-影片區塊*/
#AllRec_YF024 .VIDEO {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 5px;
}

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


/*五大介紹*/
#AllRec_YF024   .INTRO_BOX {
  display: block;
  margin: 15px auto 10px auto;
  width: 100%;
}
#AllRec_YF024  .INTRO_BOX ul{
  display: flex;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  align-items: center;
	justify-content: space-between;
	align-items: center;
  border-bottom: 1px solid #f1e3cb;
}
#AllRec_YF024  .INTRO_BOX div:last-child ul{
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#AllRec_YF024  .INTRO_BOX .item_ph{
	width:170px;
	height: auto;
}

#AllRec_YF024   .INTRO_BOX .item_ph img{
	display:block;
	width: 96%;
	height: auto;
	margin:0;
}

#AllRec_YF024  .INTRO_BOX .item_text{
	width:71%;
	height: auto;
}
#AllRec_YF024  .INTRO_BOX .item_text .tag{
  background-color: #e1e1e1;
  color: #666;
  border-radius: 5px;
  padding: 4px;
  margin-left: 5px;
  font-size: .8em;
  font-weight: normal;
}
#AllRec_YF024  .txtbar_free{
  width: 100%;
  height: 30px;
  border-left: 5px solid #b45900;
  line-height: 25px;
  text-indent: 8px;
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
}

#AllRec_YF024  .txtbar_free p{
  font-size: 1.2em;
  line-height: 1.7em;
  color: #000;
  font-weight: bold;
  display: inline;
}

/*更多分析推銷區塊*/
#AllRec_YF024 .promo_free_frame{
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom:12px;
}

#AllRec_YF024 .promo_free_frame img{
  display: block;
  width: 100%;
  height: auto;
}

#AllRec_YF024 .promo_free_frame .ad_free_title {
    width: 100%;
}
#AllRec_YF024 .small_tips p {
  text-align: center;
  color: #999;
  font-weight: normal;
}