/* CSS Document */
@import url("https://imgs.click108.com.tw/css_2013/reset_2.css");
body {
	box-sizing: border-box;
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	color: #333333;
	background-color: #b97000;
}

/*共用間距*/
.PC #it251 .blank_secbr {height: 15px;}
.PC #it251 .blank_br {height: 20px;}
.PC #it251 .blank_br2 {height: 45px;}
.PC #it251 .blank_s {height: 10px;}
.PC #it251 .in_blank {height: 45px;}

/*共用字級*/

/*消失區*/
.PC #float_icon{display: none;}

/*=================電腦版=================*/
/*顏色樣式*/
#it251 .purple {color: #6124b4;}
#it251 .red {color: #d40000;}
#it251 .pink {color: #f54478;}
#it251 .green {color: #2e6e00;}
#it251 .yellow {color: #fff555;}


/*=======#it251-wrapper置底浮水印按鈕========*/
/*置底浮水印按鈕for PC*/
.PC #it251-wrapper .DOWN_BAR {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/bt_bg.png);
	background-repeat: repeat-x repeat-y;
	z-index: 9999;
	padding: 10px 0;
}
	
.PC #it251-wrapper .BT_AREA{
	width: 490px;/*500*/
	height: auto;
	margin: 0 auto;
}
.PC #it251-wrapper .BT_AREA a.ONE{
	display: block;
	width:320px;
	margin:0 auto;
	height:48px;
}

.PC #it251-wrapper .BT_AREA a{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	width: 220px;
	height: 48px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#b21424;
	background: -moz-linear-gradient(
		top,
		#fb2121 0%,
		#b21424);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fb2121),
		to(#b21424));
	border:1px solid #bf3539;
	-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);
	margin-left: 10px;}

.PC #it251-wrapper .BT_AREA a:hover{
	background-color:#fb2121;
	background: -moz-linear-gradient(
		top,
		#b21424 0%,
		#fb2121);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#b21424),
		to(#fb2121));
}

/*置底浮水印按鈕for Mobile*/
.MOBILE #it251-wrapper .DOWN_BAR {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/bt_bg.png);
	background-repeat: repeat-x repeat-y;
	z-index: 9999;
	padding: 10px 0;
}

.MOBILE #it251-wrapper .BT_AREA{
	width: 100%;/*500*/
	height: auto;
	margin: 0 auto;
}
.MOBILE #it251-wrapper .BT_AREA a.ONE{
	display: block;
	width:95%;
	margin:0 auto;
	height:48px;
}

.MOBILE #it251-wrapper .BT_AREA a{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	width: 220px;
	height: 48px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#b21424;
	background: -moz-linear-gradient(
	top,
	#fb2121 0%,
	#b21424);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#fb2121),
	to(#b21424));
	border:1px solid #bf3539;
	-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);
	margin-left: 10px;
}

.MOBILE #it251-wrapper .BT_AREA a:hover{
	background-color:#fb2121;
	background: -moz-linear-gradient(
	top,
	#b21424 0%,
	#fb2121);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#b21424),
	to(#fb2121));
}

.PC #it251-wrapper #watermark-wrapper{
	z-index: 100;
}


/*=================整體框架區塊=================*/
.PC #it251{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	-webkit-box-sizing: border-box;
}

.PC #it251 .frame{
	width: 100%;
	height: auto;
	overflow:hidden;
	margin:0 auto;
}

.PC #it251 .content_top img ,
.PC #it251 .content_foot img{
    display: block;
    width:100%;
    height: auto;
    margin:0 auto;
}

/*=================結果頁框架=================*/
.PC #it251 .content{
	width: 750px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/deco_bg.jpg);
    background-size: 100% auto;
	margin-bottom:20px;
}

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

.PC #it251 .result_top h1{
	width:750px;
	height: 270px;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/re_title_top.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/*結果頁內容區塊*/
.PC #it251 .con_box{ 
	width:670px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.PC #it251 .con_box img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*=================輸入頁裝飾框=================*/
.PC #it251 .in_container_frame{
    width:750px;
    height: auto;
    overflow: hidden;
    margin:0 auto;
    margin-bottom:20px;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/deco_bg.jpg);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: top center;
}

.PC #it251 .in_container_frame .frame_deco{
    width:100%;
    height: auto;
}

.PC #it251 .in_container_frame .frame_deco img{
	display: block;
	width: 100%;
	height: auto;
}

/*=================輸入頁內容框架=================*/
.PC #it251 .in_content_box{
    width: 670px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.PC #it251 .in_content_box img{
    display:block;
    width:100%;
    height:auto;
    margin:0 auto;
}

/*輸入頁整體區塊*/
.PC #it251 .mainstage {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

/*輸入頁表頭區塊*/
.PC #it251 .hero_input{
	width:100%;
	height: auto;
	overflow: hidden;
}

.PC #it251 .hero_input h1{
    width: 100%;
    height: 288px;
    margin: 0 auto;
    background: url(https://imgs.click108.com.tw/unit001/item00251/images/hero_title_input.png) no-repeat top center;
    text-indent: -9999px;
}

/*主視覺動態區塊-最外框*/
.PC #it251 .input_top{
    width: 100%;
    height: auto;
    background: url(https://imgs.click108.com.tw/unit001/item00251/images/hero_input_topbg.png) no-repeat top center;
    margin: 0 auto;
    overflow: hidden;
}

/*主視覺動態區塊-動態區塊*/
.PC #it251 .animation_area{
	width: 100%;
    height: auto;
    margin: 0 auto;
}

/*主視覺動態區塊-動態球區塊*/
.PC #it251 .animation_area .bagua_area{
	position: relative;
	width:750px;
	height: 500px;
	margin:0 auto;
}

/*主視覺動態區塊-動態光圈*/
.PC #it251 .bagua_area .bagua_light{
	width:450px;
    height: 450px;
    background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/circle_light.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	margin:0 auto;
}

.PC #it251 .light-rotate{
    animation-name: lightrotate,brightness,glow;
    animation-duration: 5s,3.5s,2s;
    animation-iteration-count: infinite;
}

@keyframes lightrotate {
	0%{
		transform:rotate(0);
	}
	100%{
		transform:rotate(360deg);
	}
}

@keyframes brightness {
	0%,100%{
		filter: brightness(1);
	}
	10%,20%,30%{
		filter: brightness(1.5);
	}
	15%,40%{
		filter: brightness(1);
	}
}

@keyframes glow {
	0%{
		opacity: 0.4;
	}
	50%{
		opacity:1;
	}
	100%{
		opacity:0.4;
	}
}

/*光圈盒子*/
.PC #it251 .animation_area .lightBox{
	width:100%;
	height:auto;
	overflow: hidden;
	position: absolute;
	top:55%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*五大重點*/
.PC #it251 .animation_area .fateBox{
	width:100%;
	height:auto;
	overflow: hidden;
}

.PC #it251 .animation_area .fateBox ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.PC #it251 .animation_area .fateBox li{
	width:185px;
	height: auto;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 900;
}

.PC #it251 .animation_area .fateBox li img{
	display: block;
	width:100%;
	height: auto;
}

.PC #it251 .animation_area .fateBox li:nth-child(1){
	animation: ball1 .8s linear forwards;
}

.PC #it251 .animation_area .fateBox li:nth-child(2){
	animation: ball2 .8s linear forwards;
}

.PC #it251 .animation_area .fateBox li:nth-child(3){
	animation: ball3 .8s linear forwards;
}

.PC #it251 .animation_area .fateBox li:nth-child(4){
	animation: ball4 .8s linear forwards;
}

.PC #it251 .animation_area .fateBox li:nth-child(5){
	animation: ball5 .8s linear forwards;
}

@keyframes ball1 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(-360px, 20px);
	}
}

@keyframes ball2 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(180px, 20px);
	}
}

@keyframes ball3 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(-96px, -240px);
	}
}

@keyframes ball4 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(160px, -160px);
	}
}

@keyframes ball5 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(-350px, -160px);
	}
}

/*主視覺動態按鈕區塊*/
.PC #it251 .bt_txt-primary{
	font-size: 2rem;
	font-weight: bold;
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	line-height: normal;
}

.PC #it251 .button_style1{
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    width: 100%;
	height: 75px;
    background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/button_bg.png);
    background-size: cover;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    text-decoration: none;
}

.PC #it251 .button_style1:hover{
    background-position: bottom center;
}

.PC #it251 .hero_input .button_case{
	width:334px;
	height: auto;
	background-color: #2e6e00;
	margin:0 auto;
	margin-bottom:20px;
	position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.PC #it251 .hero_input .button_case .animation_bt{
	position: relative;
	width:100%;
    height: auto;
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.5);
    transition: all .4s ease;
    overflow: hidden;
	margin:0 auto;
}

.PC #it251 .hero_input .button_case .animation_bt::after{
	position: absolute;
	right:10%;
	top:33%;
	content: "";
	display: block;
	width:25px;
    height: 25px;
    background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/button_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	animation: move 2.5s infinite;
}

.PC #it251 .hero_input .button_case .animation_bt:hover{
    transition: all .4s ease;
    transform: scale(1.05);
    filter: brightness(1.1);
}

.PC #it251 .hero_input .button_case .animation_bt a{
	position: relative;
	display: block;
	color:#ffffff;
	text-shadow: 2px 2px 2px #9c0000,
    -2px -2px 2px #9c0000,
    -2px 2px 2px #9c0000,
    2px -2px 2px #9c0000;
	animation: brightness-bt 3.5s infinite;
}

.PC #it251 .button_case .animation_bt ul.single{
	width:100%;
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.PC #it251 .hero_input .animation_bt .sheen::after{
    content:'';
    position: absolute;
    top:0%;
    left: 0%;
	width: 30px;
	height: 75px;
	background: #e3ffb5;
	z-index: 99;
    filter: blur(10px);
    transform: rotate(60deg);
    animation: sheen 3.5s infinite;
}

@-webkit-keyframes lightgrow {
    0% { 
        opacity: 1;
        filter: brightness(1.5);
    } 
    49% { 
        opacity: 0.7;
        filter: brightness(0.8);
    }
    100% { 
        opacity: 1;
        filter: brightness(1.5);
    }
}

@keyframes move {
	0%{
		transform: translateX(0px);
	}
    25%{
		transform: translateX(10px);
	}
    50%{
		transform: translateX(0px);
	}
}

@keyframes sheen {
	0%,100% { /*0%到100%的關鍵影格都是left:0%,opacity:0%*/
		left: 0%;
		opacity: 0;
	}
	1% {
		opacity: 1;
	}
	35%,95% { /*35%到95%的關鍵影格都是left:100%,opacity:0%*/
		left: 100%;
		opacity: 0;
	}
}

@keyframes brightness-bt {
	0%,100%{
		filter: brightness(1);
	}
    1%{
		filter: brightness(1.3);
	}
    35%,95%{
		filter: brightness(1);
	}
}

/*=================輸入頁內容區塊=================*/
.PC #it251 .prebox{
	width:100%;
	height: auto;
	overflow: hidden;
}

.PC #it251 .prebox .photo_box{
	width:100%;
	height: auto;
	overflow: hidden;
}.PC #it251 .prebox .photo_box img{
	display: block;
	width:100%;
	height: auto;
}

/*輸入頁 清單*/
.PC #it251 .norm_case{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #257644;
    box-sizing: border-box;
}

.PC #it251 .norm_case .norm_title{
    width: 100%;
    height: 60px;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    margin: 0px auto;
}

.PC #it251 .norm_case .norm_title2{
    width: 100%;
	height: auto;
    font-size: 1.8em;
    font-weight: bold;
	padding:5px 0px;
    text-align: center;
    color: #ffffff;
    margin: 0px auto;
}

.PC #it251 .norm_case .bar1{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/input/title_bar.jpg);
    background-position: top center;
    background-repeat: no-repeat;
	background-size: cover;
}

#it251 .norm_case .secbar{
	background-color: #509f5f;
	border: 1px solid #509f5f;
}

.PC #it251 .norm_case .norm_content{
    width: 95%;
    margin: 20px auto;
    overflow: hidden;
}

.PC #it251 .icon-1{
    background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/input/in_icon-1.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 26px auto;
	margin-bottom:0px;
}

.PC #it251 .icon-2{
    background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/input/in_icon-2.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 26px auto;
	margin-bottom:0px;
}

.PC #it251 .norm_case .list_title{
	width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.PC #it251 .norm_case .list_title::before{
    content: '';
    display: inline-block;
    width:30px;
    height: auto;
    padding-right:0px;
	box-sizing: border-box;
}

.PC #it251 .norm_case .list_item{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom:15px;
}

.PC #it251 .norm_case .list_item .disc{
    width: 100%;
    list-style: disc;
    list-style-position: outside;
    padding: 0px 0px 0px 62px;
    box-sizing: border-box;
    font-size:1.25rem;
    line-height: 2.3rem;
}

.PC #it251 .norm_case .list_item .marker li::marker{color:#af4f34;}

.PC #it251 .norm_case .list_item .sec_item{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.PC #it251 .norm_case .list_item .sec_item li::before{
    content:'∟';
    display: inline-block;
}


.PC #it251 .norm_case .mg_bt00{margin-bottom:0px;}
.PC #it251 .norm_case .mg_bt01{margin-bottom:5px;}
.PC #it251 .mg_bt00{margin-bottom:0px;}

/*備受推崇的命理術數*/
.PC #it251 .in_double_case{
	width:95%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:flex-start;
	margin:0 auto;
}

.PC #it251 .in_double_case .inph_box{
	width:35%;
}

.PC #it251 .in_double_case .inph_text{width:62%;}

/*科技紫微網的八字論命*/
.PC #it251 .in_double_case2{
	width:92%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items:flex-start;
	margin:0 auto;
}

.PC #it251 .in_double_case2 .list_title{
	width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.PC #it251 .in_double_case2 .list_title::before{
    content: '';
    display: inline-block;
    width:30px;
    height: auto;
    margin-right:-5px;
}

.PC #it251 .in_double_case2 .inph_box2{
	width:30%;
}

.PC #it251 .in_double_case2 .inph_text2{width:64%;}
.PC #it251 .in_double_case2 .inph_text2 li{
	font-size:1.2rem;
	line-height: 2.2rem;
}

.PC #it251 .in_double_case .inph_box img,
.PC #it251 .in_double_case2 .inph_box2 img{
	display: block;
	width:100%;
	height: auto;
}

/*=================結果頁區塊=================*/
#it251 .pq_RECOM1{
	margin:0px auto;
	border: 3px solid #a8510f;
}

#it251 .pq_RECOM1 .pq_RETOP{
	border-bottom: 3px solid #a8510f;
}

/*使用者個人資料區塊*/
.PC #it251 .userinfo{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	text-align:center;
	margin-top:5px;
}

.PC #it251 .userinfo .GENDER{ 
	display:inline-block;
	width:30px;
	height:30px;
	margin:0 auto;
	margin-bottom:-7px;
}

.PC #it251 .userinfo .GENDER img{ 
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
}

/*動態卡片翻轉*/
.PC #it251 .cardBox{
	width:610px;
	height: auto;
	margin:0 auto;
}

.PC #it251 .cardBox .fatecard{
	width:100%;
	height: 200px;
	margin:10px 0px 20px 0px;
}

.PC #it251 .cardBox .fatecard ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.PC #it251 .cardBox .fatecard li{
	width:190px;
	height: 200px;
}

.PC #it251 .card-wrapper{
	position: relative;
}

.PC #it251 .card-wrapper .card-side{
	backface-visibility: hidden;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 0px;
	padding-bottom:105%;
}

.PC #it251 .a01{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/animate/card-b.png);
	background-position: center;
	background-size: cover;
}
.PC #it251 .a02{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/animate/card-c.png);
	background-position: center;
	background-size: cover;
}
.PC #it251 .a03{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/animate/card-d.png);
	background-position: center;
	background-size: cover;
}

.PC #it251 .card-wrapper .card-side-back{
	width:100%;
	height: 0px;
	padding-bottom:105%;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/animate/card-a.png);
	background-position: center;
	background-size: cover;
	transform: rotateY(180deg);
}

.PC #it251 .card-wrapper .cardinfo{
	width:100%;
	height: 200px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.PC #it251 .card-wrapper .card-mark,
.PC #it251 .card-wrapper .card-text{
	width:100%;
	height: auto;
	text-align: center;
}

.PC #it251 .card-wrapper .card-mark span{
	display: inline-block;
	width:46px;
	height: 46px;
	border-radius: 50px;
	background-color: #fee87e;
	color:#562e10;
	font-size:2rem;
	text-align: center;
}

.PC #it251 .card-wrapper .card-text p{
	font-size:2.5rem;
	font-weight: bold;
	line-height: 4rem;
	color:#ffffff;
}

@keyframes rotate {
  0% {
    transform: rotateY(0);
  }
  70% {
    transform: rotateY(200deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}

@keyframes rotate-inverse {
  0% {
    transform: rotateY(180deg);
  }
  70% {
    transform: rotateY(-20deg);
  }
  100% {
    transform: rotateY(0);
  }
}

/*項目符號清單*/
.PC #it251 .list_block{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.PC #it251 .list_b_title{
	width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.PC #it251 .list_b_title::before{
	content: '';
    display: inline-block;
    width: 32px;
    height: auto;
    padding-right: 0px;
}

#it251 .icon-b-1{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/icon-item01.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px auto;
}

#it251 .icon-b-2{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/icon-item02.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px auto;
}

#it251 .icon-b-3{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/icon-item03.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px auto;
}

#it251 .icon-b-4{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/icon-item04.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px auto;
}

#it251 .icon-b-5{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/icon-item05.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 25px auto;
}

.PC #it251 .list_b_item{
	width: 100%;
    height: auto;
    overflow: hidden;
}

.PC #it251 .list_b_item .disc{
	width: 100%;
    list-style: disc;
    list-style-position: outside;
    padding: 0px 0px 0px 27px;
    box-sizing: border-box;
    font-size:1.1rem;
    line-height: 1.8rem;
}

.PC #it251 .list_b_item .marker li::marker{color:#b46127;}
.PC #it251 .list_b_item .marker li{margin-bottom:10px;}

/*項目符號清單2*/
.PC #it251 .list_block ul{
	width:100%;
	height: auto;
	overflow: hidden;
}

.PC #it251 .list_block ul li{
	background-size: 25px 25px;
	background-position-y: 2px;
	padding-left: 35px;
	text-indent: 0.2px;
	background-repeat: no-repeat;
	font-size: 1.1rem;
	line-height: 1.8rem;
}


/*淺色標題條*/
#it251 .color_love{color:#ce0057;}
#it251 .color_job{color:#2a6bc4;}
#it251 .color_wealth{color:#c55d00;}
#it251 .color_default{color:#b95405;}
#it251 .color_date{
	color:#923700;
	text-align: center;
}

.PC #it251 .bar1{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/bar01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.MOBILE #it251 .bar1{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/bar01-mb.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#it251 .bar2{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/bar02.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#it251 .bar3{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/bar03.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.MOBILE #it251 .bar3{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/bar03-mb.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.PC #it251 .litebar{
	width: 100%;
	height: 0px;
	padding-bottom:11.111111%;
	margin-bottom:10px;
}

.PC #it251 .litebar p{
	font-size:1.3rem;
	font-weight: bold;
	line-height: 68px;
	padding-left: 20px;
}

.PC #it251 .litebar2{
	width: 100%;
	height: 100px;
	margin-bottom:10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.PC #it251 .litebar2 p{
	font-size:1.3rem;
	font-weight: bold;
	padding-left: 20px;
}

.PC #it251 .litebar3{
	width: 100%;
	height: 100px;
	margin-bottom:10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.PC #it251 .litebar3 ul.double_text{
	width:100%;
	overflow: hidden;
	color: #923700;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.PC #it251 .litebar3 li{
	font-size:1.3rem;
	font-weight: bold;
	text-align: center;
}

/*中國風捲軸*/
#it251 .love_scroll{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/scroll_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#it251 .job_scroll{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/scroll_bg2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#it251 .wealth_scroll{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/scroll_bg3.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.PC #it251 .scroll_bar{
	width:100%;
	height: 0px;
	padding-bottom:24.761904%;
	margin-bottom:10px;
	margin-top:10px;
}

.PC #it251 .scroll_bar p{
	width:100%;
	height: auto;
	font-size:3rem;
	font-weight: bold;
	line-height: 156px;	
	text-align: center;
	text-shadow: 3px 3px 3px #ffffff,
    -3px -3px 3px #ffffff,
    -3px 3px 3px #ffffff,
    3px -3px 3px #ffffff;
	color:#444444;
}

/*中國風捲軸2*/
#it251 .bgscroll_pink{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/scroll_pink.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#it251 .bgscroll_fate{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/fate_scroll_bg1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#it251 .bgscroll_love{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/fate_scroll_bg2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#it251 .bgscroll_job{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/fate_scroll_bg3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#it251 .bgscroll_gold{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/scroll_gold.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.PC #it251 .scroll_box{
	width:590px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
}

.PC #it251 .scroll_box p{
	width:100%;
	height: auto;
	font-size:3rem;
	font-weight: bold;
	line-height: 120px;	
	text-align: center;
	text-shadow: 2px 2px 2px #ffffff,
    -2px -2px 2px #ffffff,
    -2px 2px 2px #ffffff,
    2px -2px 2px #ffffff;
}

.PC #it251 .scroll_box2{
	width:610px;
	height: 150px;
	overflow: hidden;
	margin:0 auto;
}

.PC #it251 .scroll_box2 p{
	width:100%;
	height: auto;
	font-size:3rem;
	font-weight: bold;
	line-height: 150px;	
	text-align: center;
	text-shadow: 2px 2px 2px #ffffff,
    -2px -2px 2px #ffffff,
    -2px 2px 2px #ffffff,
    2px -2px 2px #ffffff;
	color:#444444;
}

/*內文項目區塊*/
.PC #it251 .listbox{
	width:100%;
	height: auto;
	overflow: hidden;
}

.PC #it251 .listbox ul{
	width: 100%;
	list-style:decimal;
	list-style-position: outside;
	padding:0px 0px 0px 25px;
	box-sizing: border-box;
}

.PC #it251 .listbox li{
	font-size:1.1rem;
	line-height: 2rem;
	padding-bottom:0px;
}

.PC #it251 .listbox span{
	display: inline;
	width:50%;
	background-color: #257644;
}

/*職業與事業區塊*/
#it251 .shadow_blue{
	background-color: #f6f9ff;
	box-shadow: inset 0px 0px 30px 0px #bbd0ee;
}

#it251 .shadow_green{
	background-color: #f4fff6;
	box-shadow: inset 0px 0px 30px 0px #b3d0b9;
}

#it251 .shadow_brown{
	background-color: #fff6f0;
	box-shadow: inset 0px 0px 30px 0px #e9c6af;
}

#it251 .shadow_wealth{
	background-color: #fffce8;
	box-shadow: inset 0px 0px 30px 0px #ffe68a;
}

#it251 .markbg_blue{background-color: #2a6bc4;}
#it251 .markbg_green{background-color: #2a8f3f;}
#it251 .markbg_brown{background-color: #9f6540;}
#it251 .markbg_orange{background-color: #c55d00;}

.PC #it251 .twoblock_area{
	width:90%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top:10px;
}

.PC #it251 .twoblock_area .block_item{
	width:49%;
	height: auto;
}

.PC #it251 .twoblock_area .block_item ul{
	width:100%;
	height: auto;
	min-height: 160px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	padding: 5% 5%;
	box-sizing: border-box;
}

.PC #it251 .twoblock_area .block_item li.marktitle{
	width:70%;
	font-size:1.3rem;
	line-height: 2.2rem;
	border-radius: 50px;
	margin:0 auto;
	text-align: center;
	color:#ffffff;
	margin-bottom:5px;
}

.PC #it251 .twoblock_area .block_item li.textbox{
	width:95%;
	height: auto;
	font-size:1.1rem;
	line-height: 1.8rem;
	text-align: left;
}

.PC #it251 .twoblock_area .block_item li.textbox2{
	width:100%;
	height: auto;
	font-size:1.1rem;
	line-height: 1.8rem;
	text-align: center;
}

#it251 .block_item span{color: yellow;}

/*單欄位遷移運*/
.PC #it251 .block_area{
	width:95%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.PC #it251 .block_area .block_item{
	width:96%;
	height: auto;
	margin: 0 auto;
	margin-top:10px;
}

.PC #it251 .block_area .block_item ul{
	width:100%;
	height: auto;
	min-height: 135px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	padding: 3% 5%;
	box-sizing: border-box;
}

.PC #it251 .block_area .block_item li.textbox{
	width:100%;
	height: auto;
	font-size:1.1rem;
	line-height: 1.8rem;
	text-align: left;
}

.PC #it251 .block_area .block_item li.marktitle{
	width:35%;
	font-size:1.3rem;
	line-height: 2.2rem;
	border-radius: 50px;
	margin:0 auto;
	text-align: center;
	color:#ffffff;
	margin-bottom:10px;
}

.PC #it251 .tipsbox{
	width:100%;
	height: auto;
	overflow: hidden;
}

.PC #it251 .tipsbox p{
	font-size: 0.9rem;
	line-height: 1.5rem;
	color:red;
}

/*單欄位遷移運*/
.PC #it251 .block_area2{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	margin-bottom:10px;
}

.PC #it251 .block_area2 .block_item{
	width:100%;
	height: auto;
	margin: 0 auto;
	margin-top:10px;
}

.PC #it251 .block_area2 .block_item ul{
	width:100%;
	height: auto;
	min-height: 140px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:20px 0px;
	box-sizing: border-box;
}

.PC #it251 .block_area2 .block_item li.textbox{
	width:95%;
	height: auto;
	font-size:1.1rem;
	line-height: 1.8rem;
	margin:0 auto;
	text-align: left;
}

.PC #it251 .block_area2 .block_item li.marktitle{
	width:35%;
	font-size:1.3rem;
	line-height: 2.2rem;
	border-radius: 50px;
	margin:0 auto;
	text-align: center;
	color:#ffffff;
	margin-bottom:10px;
}

/*區塊盒子*/
.PC #it251 .first_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top:10px;
}

/*前言區塊*/
.PC #it251 .preface{
	width:95%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	margin-bottom:20px;
}

.PC #it251 .preface ul{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.PC #it251 .preface li.phbox{
	width: 28%;
	height: auto;
	}.PC #it251 .preface li.phbox img{
		display: 100%;
		width:100%;
		height: auto;
	}

.PC #it251 .preface li.pre_textbox{
	width:70%;
	height: auto;
}

/*八字命盤區塊*/
.PC #it251 .bazi_area{
	width:95%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}

.PC #it251 .bazi_area .bazi_titlebar{
	width:100%;
	height: 0px;
	padding-bottom:15.625%;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/bar_bazi.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	margin-bottom:20px;
}

.PC #it251 .bazi_area .bazi_titlebar h1{
	text-indent: -9999px;
}

.PC #it251 .fakebox{
	width:100%;
	height: 822px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.1);
	border:1px solid #b5b5b5;
	margin:0 auto;
	margin-bottom:20px;
	box-sizing: border-box;
}

.PC #it251 .fakebox p{
	line-height: 822px;
	font-size:1.6rem;
	font-weight: bold;
}

.PC #it251 .bazi_box{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	background-color: #fffef7;
	border-radius: 15px;
	box-shadow: inset 0px 0px 30px 0px #e9c6af;
	margin-bottom:20px;
}

.PC #it251 .bazi_box ul{
	width:100%;
	height: auto;
}

.PC #it251 .bazi_box li.bazi_title{
	width:100%;
	height: 50px;
	line-height: 50px;
	background-color: #a16a35;
	color:#ffffff;
	font-size:1.4rem;
	font-weight:bold;
	text-align: center;
}

.PC #it251 .bazi_box li.bazi_info{
	width:90%;
	margin:0 auto;
	padding:20px 0px;
}

.PC #it251 .bazi_box li.bazi_info p:nth-child(1){
	font-size:1.4rem;
	font-weight: bold;
	line-height: 2.2rem;
	text-align: center;
}

.PC #it251 .bazi_box li.bazi_info p:nth-child(2){
	font-size: 1.1rem;
	line-height: 1.8rem;
}

/*裝飾框副標*/
.PC #it251 .deco_frame{
	width:100%;
	height: auto;
	margin:0 auto;
	text-align: center;
	background-color: #fffae5;
	margin-top:10px;
	margin-bottom:10px;
}

.PC #it251 .deco_frame ul{
	width:100%;
	padding:5px 0px;
	box-sizing: border-box;
}

.PC #it251 .deco_frame li{
	padding:5px 0px;
	color:#d12427;
}

.PC #it251 .deco_frame li:nth-child(2){
	font-weight: bold;
}

.PC #it251 .deco_frame .year{
	width:35%;
	font-size:1.4rem;
	line-height: 1.6rem;
	color:#ffffff;
	background-color: #499841;
	border-radius: 50px;
	margin:0 auto;
}

.PC #it251 .deco_frame .point_text{
	font-size:2rem;
	line-height: 2.4rem;
}

.PC #it251 .deco_frame img{
	display: block;
	width:92%;
	height: auto;
	margin:0 auto;
}

#it251 .deco_frame .username-woman{color:#FF1493;}
#it251 .deco_frame .username-man{color:#0088ff;}

.PC #it251 .deco_frame p{
	color:#444444;
}

/*裝飾框副標2*/
.PC #it251 .deco_frame2{
	width:100%;
	height: auto;
	margin:0 auto;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}

.PC #it251 .deco_frame2 ul{
	width:100%;
	padding:5px 0px;
	box-sizing: border-box;
}

.PC #it251 .deco_frame2 img{
	display: block;
	width:80%;
	height: auto;
	margin:0 auto;
}

.PC #it251 .deco_frame2 li{
	width:100%;
	padding:5px 0px;
	box-sizing: border-box;
	font-size:1.4rem;
	font-weight: bold;
	line-height: 1.4rem;
	color:#923700;
}

/*向上箭頭*/
.PC #it251 span.icon-arrow{
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 0 7px 12px 7px;
	border-color: transparent transparent #333333 transparent;
	border-style: solid;
	margin-right:5px;
}

/*命宮主星表格*/
.PC #it251 .mainbox{
    width:100%;
    height: auto;
    overflow: hidden;
}

/*控制表格外框*/
.PC #it251 .outerbox{
    display: flex;
	flex-flow: column nowrap;  
	width: 80%;
	overflow: hidden;
	margin: auto;
	border:3px solid #f5d8c8;
	font-size: 1em;
	box-sizing: border-box;
	margin-top:10px;
	margin-bottom:40px;
	border-radius: 15px;
}

.PC #it251 .outerbox .row{
	display: flex;
	flex-flow: row nowrap;
	justify-content: left;
	align-items: left;
    line-height: 38px;
}

.PC #it251 .outerbox .row:not(:first-child) {
	border-top:1px solid #f5d8c8;
}

.PC #it251 .outerbox .row:nth-child(2n) {
}

.PC #it251 .outerbox .row:nth-child(2n+1) {
	background-color:#fffdf9;
}

.PC #it251 .outerbox .th{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 0;
	flex-shrink: 0;
	padding:5px 0px;
}

.PC #it251 .outerbox .td {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 0;
	flex-shrink: 0;
	padding:10px 0px;
}

.PC #it251 .outerbox .th, .PC #it251 .outerbox .td p{
	font-size:1.2rem;
	font-weight:bold;
	line-height: 1.8rem;
}

.PC #it251 .outerbox .th, .PC #it251 .outerbox .td p:nth-child(2){
	font-size:1.1rem;
	font-weight:normal;
	line-height: 1.8rem;
	color:#767676;
}
 .PC #it251 .outerbox .td p:nth-child(3){
	font-size:1.1rem;
	font-weight:normal;
	line-height: 1.8rem;
	color:#767676;
}
.PC #it251 .outerbox .th {
	background-color: #fefae1;
	color: #333333;
    font-size:1.1rem;
}

.PC #it251 .outerbox .th:not(:last-child),
.PC #it251 .outerbox .td:not(:last-child) {
	border-right:1px solid #f5d8c8;
}

.PC #it251 .outerbox .width-1{
    width: 50%;
}

.PC #it251 .outerbox .starbox{
	width:65%;
	height: auto;
	display: flex;
	flex-direction: row;
}

.PC #it251 .outerbox .starbox img{
	display: block;
	width:100%;
	height: auto;
}

/*大運期間*/
.PC #it251 .mainbox2{
    width:100%;
    height: auto;
    overflow: hidden;
}

.PC #it251 .mainbox2 .fate_duration{
	width:100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size:1.3rem;
	font-weight:bold;
	background-color: #fefae1;
	border-bottom:1px solid #f5d8c8;
}

.PC #it251 .mainbox2 .fate_info{
	width:100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:10px 0px;
}

.PC #it251 .mainbox2 .fate_info p{
	font-size:1.2rem;
	line-height: 2rem;
}

/*五行顏色*/
#it251 .fire{
	border: 3px solid #ef4c4c;
	border-radius:999em; 
	color: #ef4c4c;
}

#it251 .gold{
	border: 3px solid #c8a000;
	border-radius:999em; 
	color: #c8a000;
}

#it251 .wood{
	border: 3px solid #3a8a00;
	border-radius:999em; 
	color: #3a8a00;
}

#it251 .water{
	border: 3px solid #006ba9;
	border-radius:999em; 
	color: #006ba9;
}

#it251 .soil{
	border: 3px solid #9a3e00;
	border-radius:999em; 
	color: #9a3e00;
}

.PC #it251 .mainbox2 .fate_info .mark02{
	display: inline-block;
	width: 25px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	margin: 0 3px;
}

.PC #it251 .mainbox2 .fate_stars{
	width:80%;
	height: auto;
	margin:0 auto;
}

.PC #it251 .mainbox2 .fate_stars ul{
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.PC #it251 .mainbox2 .fate_stars .stars_title{
	display: block;
	height: auto;
	font-size:1.2rem;
	line-height: 2.2rem;
}

.PC #it251 .mainbox2 .fate_stars .stars_ph{
	width:160px;
	height: auto;
}.PC #it251 .mainbox2 .fate_stars .stars_ph img{
	display: block;
	width:100%;
	height: auto;
}

.PC #it251 .mainbox2 .outerbox{
	margin-bottom:20px;
}

/*裝飾分隔線*/
.PC #it251 .deco_line{
	width: 100%;
	margin:0 auto;
	border-top: 3px solid #a8510f;
	margin: 45px 0px 45px 0px;
}

/*寬度百分百*/
.PC #it251 .full_w{
	width:100%;
}

.PC #it251 .box_container{
	width:95%;
	height:auto;
	margin:0 auto;
	overflow: hidden;
}

/*開運五行區塊*/
#it251 .bgcolor_brown{background-color: #b95405;}
#it251 .bgcolor_pink{background-color: #ce0057;}
#it251 .bgcolor_blue{background-color: #2a6bc4;}

.PC #it251 .luckyfate_area{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	border-radius: 15px;
	margin-top:10px;
	margin-bottom:10px;
}

.PC #it251 .luckyfate_area ul{
	width:100%;
	height: 0px;
	padding-bottom:53.225806451%;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/luckyfate_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.PC #it251 .luckyfate_area li{
	width:100%;
	height: auto;
}

.PC #it251 .luckyfate_area li p{
	font-size:1.4rem;
	font-weight: bold;
	line-height: 2rem;
	text-shadow: 3px 3px 3px #ffffff,
    -3px -3px 3px #ffffff,
    -3px 3px 3px #ffffff,
    3px -3px 3px #ffffff;
}

.PC #it251 .luckyfate_area li.lf_title{
	font-size:1.4rem;
	font-weight: bold;
	text-align: center;
	color:#ffffff;
	padding:10px 0px;
}

.PC #it251 .luckyfate_area li.lf_info{
	width:100%;
	height: auto;
	padding:20px;
	box-sizing: border-box;
	text-align: center;
}

.PC #it251 .luckyfate_area li .lucky_ball{
	width:200px;
	height: 200px;
	margin:0 auto;
	margin-top:5px;
}.PC #it251 .luckyfate_area li .lucky_ball img{
	display: block;
	width:100%;
	height: auto;
}

.PC #it251 .luckyfate_area li .lucky_ball p{
	font-size:6rem;
}

.PC #it251 .scroll_frame{
	width:100%;
	height: auto;
}

.PC #it251 .luckyfate_area .pinkball{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/lucky_ball06.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size:3rem;
	font-weight: bold;
	color:#333333;
	text-shadow: 2px 2px 2px #ffffff,
    -2px -2px 2px #ffffff,
    -2px 2px 2px #ffffff,
    2px -2px 2px #ffffff;
	color: #d40000;
}

.PC #it251 .luckyfate_area .blueball{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/lucky_ball07.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size:3rem;
	font-weight: bold;
	color:#333333;
	text-shadow: 2px 2px 2px #ffffff,
    -2px -2px 2px #ffffff,
    -2px 2px 2px #ffffff,
    2px -2px 2px #ffffff;
	color: #d40000;
}

/*五行開運符*/
.PC #it251 .amulet_box{
	position: relative;
	width:360px;
	height: 640px;
	overflow: hidden;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/fate_amulet.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:10px;
	margin-bottom:20px;
}

.PC #it251 .amulet_box .a_info{
	width:100%;
	height: auto;
	position: absolute;
	top:21%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.PC #it251 .amulet_box .a_info li{
	width:60%;
	height: auto;
	background-color: #812407;
	border-radius: 50px;
	margin:0 auto;
	font-size:1.6rem;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
	padding:5px 0px;
}

.PC #it251 .amulet_tips{
	width:100%;
	height: auto;
	background-color: #e9f6ef;
	overflow: hidden;
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 15px;
}

.PC #it251 .amulet_tips .a_text{
	width:88%;
	height: auto;
	margin:0 auto;
	padding:20px 0px;
}

.PC #it251 .amulet_tips .a_text p{
	font-size:1.1rem;
	line-height: 1.8rem;
}
/*=================列印頁區塊=================*/
.PC #it251 .print_top{
	width:680px;
	height:213px;
	margin:0 auto;
}

.PC #it251 .print_top img{
	width:100%;
	height: auto;
}

/*列印頁區塊-大圖標題*/
.PC #it251 .print_bg {
	width: 680px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
}

.PC #it251 .print_bg img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.PC #it251 .print_bg .two_block_main{
	margin-top:15px;
}

/*列印頁區塊-內容框架*/
.PC #it251 .print_bg .con_box{
	width: 670px;
	height: auto;
	margin: 0 auto;
}

.PC #it251 .print_bg .mainbox2 .fate_info .mark02{
	display: inline-block;
	width: 25px;
	height: 25px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	margin: 0 3px;
}

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

/*控制四大運中小字字級*/
.PC #it251 .fuzzy_frame .point_note p{
	font-size:1rem;
	line-height: 1.6rem;
	color:#0088ff;
}

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

.PC #it251 .free_bt_box p{
	padding:5px 0px;
	text-align: center;
	text-shadow: 1px 1px 0px #fff,
	-1px -1px 0px #fff,
	-1px 1px 0px #fff,
	1px -1px 0px #fff;
}

/*意外時間*/
.PC #it251 .deco_frame p{
	font-size:2.6rem;
	line-height: 2.8rem;
	font-weight: bold;
	padding:20px 0px;
}

/*按鈕下方小字背景*/
.PC #it251 .tipsbg{background-color: rgba(255,255,255,.9);}

/*免費頁-五行開運符*/
.PC #it251 .free_area{
	position: relative;
	width:100%;
	height: auto;
	overflow: hidden;
}

.PC #it251 .amulet_pop{
	width:55%;
	height: auto;
	padding:20px 10px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.9);
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 15px;
}

.PC #it251 .amulet_pop p{
	font-size:1.6rem;
	font-weight: bold;
	line-height: 2.8rem;
	text-align: center;
}

.PC #it251 .amulet_box_free{
	width: 360px;
	height: 640px;
	margin:0 auto;
	overflow: hidden;
	margin-top:10px;
	margin-bottom:20px;
}

.PC #it251 .amulet_box_free img{
	display: block;
	width:100%;
	height: auto;
}

.PC #it251 .a_tips_title{
	width:100%;
	height: auto;
	font-size:1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 2.2rem;
}

.PC #it251 .a_tips_title::after{
	content: '';
	display: block;
	width:100%;
	border-bottom: 1px solid #257644;
	margin:10px 0px;
}

/*免費頁宣傳區塊*/
.PC #it251 .free_promobox{
	width:96%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top:20px;
	margin-bottom: 10px;
}.PC #it251 .free_promobox img{
	display: block;
	width:100%;
	height: auto;
}

.PC #it251 .end_bt{
	width:85%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	margin-bottom:20px;
}


/*=================手機版=================*/
/*消失區*/
.MOBILE .re_bottom_bt, .MOBILE .float_case, .MOBILE #it251-wrapper #watermark-wrapper, .MOBILE #it251 .print_mb{display: none;}

/*共用間距*/
.MOBILE #it251 .blank_br {height: 20px;}
.MOBILE #it251 .blank_br2 {height: 40px;}
.MOBILE #it251 .blank_s {height: 10px;}
.MOBILE #it251 .blank_secbr {height: 15px;}
.MOBILE #it251 .in_blank {height: 25px;}


/*=================整體框架區塊=================*/
.MOBILE #it251{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/bg.jpg);
	background-size: 220% auto;
	background-repeat: no-repeat;
	background-position: top 30px center;
	-webkit-box-sizing: border-box;
}

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

.MOBILE #it251 .content_top img,
.MOBILE #it251 .content_foot img{
    display: block;
    width:100%;
    height: auto;
    margin:0 auto;
}

/*=================結果頁框架=================*/
/*結果頁內容裝飾框架*/
.MOBILE #it251 .content{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	background-image:url(https://imgs.click108.com.tw/unit001/item00251/images/deco_bg.jpg);
	background-size:100% auto;
	margin-bottom:20px;
}

.MOBILE #it251 .content .content_top img,
.MOBILE #it251 .content .content_foot img{
    display: block;
    width:100%;
    height: auto;
    margin:0 auto;
}

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

.MOBILE #it251 .result_top h1{
	width:100%;
	height: 0;
	padding-bottom:36%;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/re_title_top.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top:45px;
}

/*結果頁內容區塊*/
.MOBILE #it251 .con_box{ 
	width:90%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.MOBILE #it251 .con_box img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*=================輸入頁裝飾框=================*/
.MOBILE #it251 .in_container_frame{
    width:100%;
    height: auto;
    overflow: hidden;
    margin:0 auto;
    background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/deco_bg.jpg);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: top center;
    margin-bottom:20px;
}

.MOBILE #it251 .in_container_frame .frame_deco{
    width:100%;
    height: auto;
}

.MOBILE #it251 .in_container_frame .frame_deco img{
	display: block;
	width:100%;
	height: auto;
}

/*=================輸入頁內容框架=================*/
.MOBILE #it251 .in_content_box{
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.MOBILE #it251 .in_content_box img{
    display:block;
    width:100%;
    height:auto;
    margin:0 auto;
}

/*=================輸入頁內容區塊=================*/
/*輸入頁整體區塊*/
.MOBILE #it251 .mainstage {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

/*輸入頁表頭區塊*/
.MOBILE #it251 .hero_input{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top:45px;
}

.MOBILE #it251 .hero_input h1{
    width: 100%;
    height: 0px;
	padding-bottom: 40.56338028%;
    margin: 0 auto;
    background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/hero_title_input.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 95% auto;
    text-indent: -9999px;
}

/*主視覺動態區塊-最外框*/
.MOBILE #it251 .input_top{
	width:100%;
	height:0px;
	padding-bottom:60%;
	background: url(https://imgs.click108.com.tw/unit001/item00251/images/hero_input_topbg.png) no-repeat top center;
	background-size: cover;
    margin:0 auto;
}

.MOBILE #it251 .input_top h1{
	width:100%;
	height:0;
	padding-bottom: 34%;
	background-image:url(https://imgs.click108.com.tw/unit001/item00251/images/hero_title_input_mb.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	text-indent:-9999px;
    margin-top:45px;
}

/*主視覺動態區塊-動態區塊*/
.MOBILE #it251 .animation_area{
	width: 100%;
    height: auto;
}

/*主視覺動態區塊-動態球區塊*/
.MOBILE #it251 .animation_area .bagua_area{
	position: relative;
	width:100%;
	height: 60vw;
	margin:0 auto;
}

/*主視覺動態區塊-動態光圈*/
.MOBILE #it251 .bagua_area .bagua_light{
	width:100%;
    height: 0px;
	padding-bottom:50%;
    background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/circle_light.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% auto;
	margin:0 auto;
}

.MOBILE #it251 .light-rotate{
    animation-name: lightrotate,brightness,glow;
    animation-duration: 5s,3.5s,2s;
    animation-iteration-count: infinite;
}

/*光圈盒子*/
.MOBILE #it251 .animation_area .lightBox{
	width:100%;
	height:auto;
	overflow: hidden;
	position: absolute;
	top:55%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*五大重點*/
.MOBILE #it251 .animation_area .fateBox{
	width:100%;
	height:inherit;
}

.MOBILE #it251 .animation_area .fateBox ul{
	width:100%;
	height:inherit;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.MOBILE #it251 .animation_area .fateBox li{
	width:23vw;
	height: auto;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 900;
}

.MOBILE #it251 .animation_area .fateBox li img{
	display: block;
	width:100%;
	height: auto;
}

.MOBILE #it251 .animation_area .fateBox li:nth-child(1){
	animation: ball1 .8s linear forwards;
}

.MOBILE #it251 .animation_area .fateBox li:nth-child(2){
	animation: ball2 .8s linear forwards;
}

.MOBILE #it251 .animation_area .fateBox li:nth-child(3){
	animation: ball3 .8s linear forwards;
}

.MOBILE #it251 .animation_area .fateBox li:nth-child(4){
	animation: ball4 .8s linear forwards;
}

.MOBILE #it251 .animation_area .fateBox li:nth-child(5){
	animation: ball5 .8s linear forwards;
}

/*主視覺動態按鈕區塊*/
.MOBILE #it251 .bt_txt-primary{
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
	line-height: normal;
}

.MOBILE #it251 .button_style1{
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    width: 100%;
	height: 75px;
    background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/button_bg.png);
    background-size: cover;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    text-decoration: none;
}

.MOBILE #it251 .button_style1:hover{
    background-position: bottom center;
}

.MOBILE #it251 .hero_input .button_case{
	width:55%;
	height: auto;
	background-color: #2e6e00;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:0px;
	position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.MOBILE #it251 .hero_input .button_case .animation_bt{
	position: relative;
	width:100%;
    height: auto;
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.5);
    transition: all .4s ease;
    overflow: hidden;
	margin:0 auto;
}

.MOBILE #it251 .hero_input .button_case .animation_bt::after{
	position: absolute;
	right:10%;
	top:29%;
	content: "";
	display: block;
	width:18px;
    height: 18px;
    background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/button_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	animation: move 2.5s infinite;
}

.MOBILE #it251 .hero_input .button_case .animation_bt a{
	position: relative;
	display: block;
	width: 100%;
    height: 0;
    padding-bottom: 22.222222%;
	color:#ffffff;
	text-shadow: 2px 2px 2px #9c0000,
    -2px -2px 2px #9c0000,
    -2px 2px 2px #9c0000,
    2px -2px 2px #9c0000;
	animation: brightness-bt 3.5s infinite;
}

.MOBILE #it251 .button_case .animation_bt ul.single{
	width:100%;
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.MOBILE #it251 .hero_input .animation_bt .sheen::after{
    content:'';
    position: absolute;
    top:0%;
    left: 0%;
	width: 30px;
	height: 75px;
	background: #e3ffb5;
	z-index: 99;
    filter: blur(10px);
    transform: rotate(60deg);
    animation: sheen 3.5s infinite;
}

.MOBILE #it251 .prebox{
	width:100%;
	height: auto;
	overflow: hidden;
}

.MOBILE #it251 .prebox .photo_box{
	width:100%;
	height: auto;
	overflow: hidden;
}.MOBILEPC #it251 .prebox .photo_box img{
	display: block;
	width:100%;
	height: auto;
}

/*八字命盤區塊*/
.MOBILE #it251 .bazi_area{
	width:95%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}

.MOBILE #it251 .bazi_area .bazi_titlebar{
	width:100%;
	height: 0px;
	padding-bottom:15.625%;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/bar_bazi.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	margin-bottom:10px;
}

.MOBILE #it251 .bazi_area .bazi_titlebar h1{
	text-indent: -9999px;
}

.MOBILE #it251 .fakebox{
	width:100%;
	height: 500px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.1);
	border:1px solid #b5b5b5;
	margin:0 auto;
	margin-bottom:20px;
	box-sizing: border-box;
}

.MOBILE #it251 .fakebox p{
	line-height: 500px;
	font-size:5vw;
	font-weight: bold;
}

.MOBILE #it251 .bazi_box{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	background-color: #fffef7;
	border-radius: 15px;
	box-shadow: inset 0px 0px 30px 0px #e9c6af;
	margin-bottom:20px;
}

.MOBILE #it251 .bazi_box ul{
	width:100%;
	height: auto;
}

.MOBILE #it251 .bazi_box li.bazi_title{
	width:100%;
	height: 50px;
	line-height: 50px;
	background-color: #a16a35;
	color:#ffffff;
	font-size:5.5vw;
	font-weight:bold;
	text-align: center;
}

.MOBILE #it251 .bazi_box li.bazi_info{
	width:90%;
	margin:0 auto;
	padding:15px 0px;
}

.MOBILE #it251 .bazi_box li.bazi_info p:nth-child(1){
	font-size:1.2rem;
	font-weight: bold;
	line-height: 2.2rem;
	text-align: center;
}

.MOBILE #it251 .bazi_box li.bazi_info p:nth-child(2){
	font-size: 1.1rem;
	line-height: 1.8rem;
}

/*輸入頁 清單*/
.MOBILE #it251 .norm_case{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #257644;
    box-sizing: border-box;
}

.MOBILE #it251 .norm_case .norm_title{
    width: 100%;
    height: 60px;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    margin: 0px auto;
}

.MOBILE #it251 .norm_case .norm_title2{
    width: 100%;
	height: auto;
    font-size: 1.6em;
    font-weight: bold;
	padding:5px 0px;
    text-align: center;
    color: #ffffff;
    margin: 0px auto;
}

.MOBILE #it251 .norm_case .bar1{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/input/title_bar.jpg);
    background-position: top center;
    background-repeat: no-repeat;
	background-size: cover;
}

.MOBILE #it251 .norm_case .bar2{
	background-color: #509f5f;
	border: 1px solid #509f5f;
}

.MOBILE #it251 .norm_case .norm_content{
    width: 96%;
    margin: 20px auto;
    overflow: hidden;
}

.MOBILE #it251 .icon-1{
    background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/input/in_icon-1.png);
    background-position: top left 8px;
    background-repeat: no-repeat;
    background-size: 25px auto;
}

.MOBILE #it251 .icon-2{
    background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/input/in_icon-2.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 26px auto;
	margin-bottom:0px;
}

.MOBILE #it251 .norm_case .list_title{
	width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.17rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.MOBILE #it251 .norm_case .list_title::before{
    content: '';
    display: inline-block;
    width:28px;
    height: auto;
    padding-right:5px;
}

.MOBILE #it251 .norm_case .list_item{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom:20px;
}

.MOBILE #it251 .norm_case .list_item .disc{
    width: 100%;
    list-style: disc;
    list-style-position: outside;
    padding: 0px 0px 0px 65px;
    box-sizing: border-box;
    font-size:1.17rem;
    line-height: 2.2rem;
}

.MOBILE #it251 .norm_case .list_item .marker li::marker{color:#af4f34;}

.MOBILE #it251 .norm_case .list_item .sec_item{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.MOBILE #it251 .norm_case .list_item .sec_item li::before{
    content:'∟';
    display: inline-block;
}

.MOBILE #it251 .norm_case .mg_bt00{margin-bottom:0px;}
.MOBILE #it251 .norm_case .mg_bt01{margin-bottom:3px;}


/*備受推崇的命理術數*/
.MOBILE #it251 .in_double_case{
	width:95%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	margin:0 auto;
}

.MOBILE #it251 .in_double_case .inph_box{
	width:60%;
	margin-bottom:10px;
}

.MOBILE #it251 .in_double_case .inph_text{width:100%;}

/*科技紫微網的八字論命*/
.MOBILE #it251 .in_double_case2{
	width:95%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	margin:0 auto;
}

.MOBILE #it251 .in_double_case2 .list_title{
	width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.MOBILE #it251 .in_double_case2 .list_title::before{
    content: '';
    display: inline-block;
    width:30px;
    height: auto;
    margin-right:-5px;
	box-sizing: border-box;
}

.MOBILE #it251 .in_double_case2 .inph_box2{
	width:45%;
	margin-bottom:10px;
}

.MOBILE #it251 .in_double_case2 .inph_text2{width:100%;}
.MOBILE #it251 .in_double_case2 .inph_text2 li{
	font-size:1.2rem;
	line-height: 2.2rem;
}

.MOBILE #it251 .in_double_case .inph_box img,
.MOBILE #it251 .in_double_case2 .inph_box2 img{
	display: block;
	width:100%;
	height: auto;
}

/*=================結果頁區塊=================*/
/*區塊盒子*/
.MOBILE #it251 .first_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top:10px;
}

/*前言區塊*/
.MOBILE #it251 .preface{
	width:95%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	margin-bottom:20px;
}

.MOBILE #it251 .preface ul{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.MOBILE #it251 .preface li.phbox{
	width: 55%;
	height: auto;
	}.PC #it251 .preface li.phbox img{
		display: 100%;
		width:100%;
		height: auto;
	}

.MOBILE #it251 .preface li.pre_textbox{
	width:100%;
	height: auto;
}

/*動態卡片翻轉*/
.MOBILE #it251 .cardBox{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.MOBILE #it251 .cardBox .fatecard{
	width:100%;
	height: auto;
}

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

.MOBILE #it251 .cardBox .fatecard li{
	display: block;
	width:32%;
	height: 120px;
	box-sizing: border-box;
	margin-bottom:10px;
}

.MOBILE #it251 .cardBox .card-wrapper{
	width:100%;
	height: inherit;
	position: relative;
}

.MOBILE #it251 .card-wrapper .card-side{
	backface-visibility: hidden;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 0px;
	padding-bottom:105%;
	display: block;
}

.MOBILE #it251 .a01{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/animate/card-b.png);
	background-position: center;
	background-size: cover;
}

.MOBILE #it251 .a02{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/animate/card-c.png);
	background-position: center;
	background-size: cover;
}

.MOBILE #it251 .a03{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/animate/card-d.png);
	background-position: center;
	background-size: cover;
}

.MOBILE #it251 .card-wrapper .card-side-back{
	width:100%;
	height: 0px;
	padding-bottom:105%;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/animate/card-a.png);
	background-position: center;
	background-size: cover;
	transform: rotateY(180deg);
}

.MOBILE #it251 .card-wrapper .cardinfo{
	width:100%;
	height: 110px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.MOBILE #it251 .card-wrapper .card-mark,
.MOBILE #it251 .card-wrapper .card-text{
	width:100%;
	height: auto;
	text-align: center;
}

.MOBILE #it251 .card-wrapper .card-mark span{
	display: inline-block;
	width:25px;
	height: 25px;
	border-radius: 50px;
	background-color: #fee87e;
	color:#562e10;
	font-size:4.5vw;
	text-align: center;
}

.MOBILE #it251 .card-wrapper .card-text p{
	font-size:6.2vw;
	font-weight: bold;
	line-height: 2.5rem;
	color:#ffffff;
}

.MOBILE #it251 .litebar{
	width: 100%;
	height: 0px;
	padding-bottom:16.666666%;
	margin-bottom:10px;
	position: relative;
}

.MOBILE #it251 .litebar p{
	width:100%;
	font-size:4.3vw;
	font-weight: bold;
	padding-left: 10px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.MOBILE #it251 .litebar2{
	width: 100%;
	height: 0px;
	padding-bottom:16.666666%;
	margin-bottom:10px;
	position: relative;
}

.MOBILE #it251 .litebar2 p{
	width:100%;
	font-size:4.3vw;
	font-weight: bold;
	padding-left: 10px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.MOBILE #it251 .litebar3{
	width: 100%;
	height: 0px;
	padding-bottom:22.222222%;
	margin-bottom:10px;
	position: relative;
}

.MOBILE #it251 .litebar3 ul.double_text{
	width:100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #923700;
}

.MOBILE #it251 .litebar3 li{
	font-size:4.3vw;
	font-weight: bold;
	text-align: center;
}

/*內文項目區塊*/
.MOBILE #it251 .listbox{
	width:100%;
	height: auto;
}

.MOBILE #it251 .listbox ul{
	width:100%;
	list-style:decimal;
	list-style-position: outside;
	padding:0px 0px 0px 27px;
	box-sizing: border-box;
}

.MOBILE #it251 .listbox li{
	font-size:1.1rem;
	line-height: 2rem;
	padding-bottom:0px;
	clear: both;
}

/*項目符號清單*/
.MOBILE #it251 .list_block{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.MOBILE #it251 .list_b_title{
	width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.MOBILE #it251 .list_b_title::before{
	content: '';
    display: inline-block;
    width: 32px;
    height: auto;
    padding-right: 0px;
}

.MOBILE #it251 .list_b_item{
	width: 100%;
    height: auto;
    overflow: hidden;
}

.MOBILE #it251 .list_b_item li{margin-bottom:15px;}
.MOBILE #it251 .list_b_item li:last-child{margin-bottom:0px;}

/*項目符號清單2*/
.MOBILE #it251 .list_block ul{
	width:100%;
	height: auto;
	overflow: hidden;
}

.MOBILE #it251 .list_block ul li{
	background-size: 22px 22px;
	background-position-y: 2px;
	padding-left: 30px;
	text-indent: 0.2px;
	background-repeat: no-repeat;
	font-size: 1.1rem;
	line-height: 1.8rem;
}

/*中國風捲軸*/
.MOBILE #it251 .scroll_bar{
	position: relative;
	width:100%;
	height: 0px;
	padding-bottom:24.761904%;
	margin-top:10px;
	margin-bottom:10px;
}

.MOBILE #it251 .scroll_bar p{
	width:100%;
	height: auto;
	font-size:7.2vw;
	font-weight: bold;
	line-height: auto;	
	text-align: center;
	text-shadow: 3px 3px 3px #ffffff,
    -3px -3px 3px #ffffff,
    -3px 3px 3px #ffffff,
    3px -3px 3px #ffffff;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.MOBILE #it251 .scroll_box2{
	position: relative;
	width:100%;
	height: 0px;
	padding-bottom:24.5901639%;
	overflow: hidden;
	margin:0 auto;
}

.MOBILE #it251 .scroll_box2 p{
	width:100%;
	height: auto;
	font-size:7vw;
	font-weight: bold;
	line-height: 150px;	
	text-align: center;
	text-shadow: 2px 2px 2px #ffffff,
    -2px -2px 2px #ffffff,
    -2px 2px 2px #ffffff,
    2px -2px 2px #ffffff;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.MOBILE #it251 .scroll_box{
	width:100%;
	height: 0px;
	padding-bottom:20.3389830%;
	overflow: hidden;
	position:relative;
}

.MOBILE #it251 .scroll_box p{
	width:100%;
	height: auto;
	font-size:7.2vw;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 2px #ffffff,
    -2px -2px 2px #ffffff,
    -2px 2px 2px #ffffff,
    2px -2px 2px #ffffff;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*職業與產業*/
.MOBILE #it251 .twoblock_area{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-top:10px;
}

/*單欄位遷移運*/
.MOBILE #it251 .block_area{
	width:95%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}

.MOBILE #it251 .block_area .block_item{
	width:100%;
	height: auto;
	margin-top:10px;
	margin-bottom:0px;
}

.MOBILE #it251 .block_item ul{
	width:100%;
	height: auto;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:15px 0px;
}

.MOBILE #it251 .block_area .block_item li.textbox{
	width:90%;
	height: auto;
	font-size:1.1rem;
}

.MOBILE #it251 .block_area .block_item li.marktitle{
	width:60%;
	font-size:1.3rem;
	border-radius: 50px;
	margin:0 auto;
	text-align: center;
	color:#ffffff;
	margin-bottom:10px;
}

.MOBILE #it251 .block_item li.textbox2{
	width:100%;
	height: auto;
	font-size:1.1rem;
	line-height: 1.8rem;
	text-align: center;
}

.MOBILE #it251 .block_item{
	width:100%;
	height: auto;
	margin-bottom:20px;
}

.MOBILE #it251 .block_item li.marktitle{
	width:70%;
	font-size:1.3rem;
	line-height: 2.2rem;
	border-radius: 50px;
	margin:0 auto;
	text-align: center;
	color:#ffffff;
	margin-bottom:10px;
}

.MOBILE #it251 .block_item li.textbox{
	width:90%;
	height: auto;
	font-size:1.1rem;
	line-height: 1.8rem;
	text-align: left;
}

.MOBILE #it251 .block_item li.textbox2{
	width:100%;
	height: auto;
	font-size:1.1rem;
	line-height: 1.8rem;
	text-align: center;
}

.MOBILE #it251 .mg_bt00{margin-bottom:0px;}
.MOBILE #it251 .mg_bt01{margin-bottom:5px;}

.MOBILE #it251 .tipsbox{
	width:100%;
	height: auto;
	overflow: hidden;
}

.MOBILE #it251 .tipsbox p{
	font-size: 0.9rem;
	line-height: 1.5rem;
	color:red;
}

/*單欄位遷移運*/
.MOBILE #it251 .block_area2{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	margin-bottom:10px;
}

.MOBILE #it251 .block_area2 .block_item{
	width:100%;
	height: auto;
	margin: 0 auto;
	margin-top:10px;
}

.MOBILE #it251 .block_area2 .block_item ul{
	width:100%;
	height: auto;
	min-height: 140px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:20px 0px;
	box-sizing: border-box;
}

.MOBILE #it251 .block_area2 .block_item li.textbox{
	width:90%;
	height: auto;
	font-size:1.1rem;
	line-height: 1.8rem;
	margin:0 auto;
	text-align: left;
}

.MOBILE #it251 .block_area2 .block_item li.marktitle{
	width:60%;
	font-size:1.3rem;
	line-height: 2.2rem;
	border-radius: 50px;
	margin:0 auto;
	text-align: center;
	color:#ffffff;
	margin-bottom:10px;
}

/*裝飾框副標*/
.MOBILE #it251 .deco_frame{
	width:100%;
	height: auto;
	margin:0 auto;
	text-align: center;
	background-color: #fffae5;
	margin-top:10px;
	margin-bottom:10px;
}

.MOBILE #it251 .deco_frame ul{
	width:100%;
	padding-top:7px;
	box-sizing: border-box;
}

.MOBILE #it251 .deco_frame li{
	padding:5px;
	color:#d12427;
}

.MOBILE #it251 .deco_frame li:nth-child(2){
	font-weight: bold;
}

.MOBILE #it251 .deco_frame .year{
	width:40%;
	font-size:5.4vw;
	line-height: 5.5vw;
	color:#ffffff;
	background-color: #499841;
	border-radius: 50px;
	margin:0 auto;
}

.MOBILE #it251 .deco_frame .point_text{
	font-size:7.4vw;
}

.MOBILE #it251 .deco_frame img{
	display: block;
	width:95%;
	height: auto;
	margin:0 auto;
}

/*裝飾框副標2*/
.MOBILE #it251 .deco_frame2{
	width:100%;
	height: auto;
	margin:0 auto;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}

.MOBILE #it251 .deco_frame2 ul{
	width:100%;
	padding:5px 0px;
	box-sizing: border-box;
}

.MOBILE #it251 .deco_frame2 img{
	display: block;
	width:100%;
	height: auto;
	margin:0 auto;
}

.MOBILE #it251 .deco_frame2 li{
	width:100%;
	padding:5px 0px;
	box-sizing: border-box;
	font-size:1.2rem;
	font-weight: bold;
	line-height: 1.1rem;
	color:#923700;
}

/*向上箭頭*/
.MOBILE #it251 span.icon-arrow{
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 0 7px 12px 7px;
	border-color: transparent transparent #333333 transparent;
	border-style: solid;
	margin-right:5px;
}

/*命宮主星表格*/
.MOBILE #it251 .mainbox{
    width:100%;
    height: auto;
    overflow: hidden;
}

/*控制表格外框*/
.MOBILE #it251 .outerbox{
    display: flex;
	flex-flow: column nowrap;  
	width: 100%;
	overflow: hidden;
	margin: auto;
	border:3px solid #f5d8c8;
	font-size: 1rem;
	box-sizing: border-box;
	margin-top:5px;
	margin-bottom:40px;
	border-radius: 15px;
}

.MOBILE #it251 .outerbox .row{
	display: flex;
	flex-flow: row nowrap;
	justify-content: left;
	align-items: left;
    line-height: 38px;
}

.MOBILE #it251 .outerbox .row:not(:first-child) {
	border-top:1px solid #f5d8c8;
}

.MOBILE #it251 .outerbox .row:nth-child(2n+1) {
	background-color:#fffdf9;
}

.MOBILE #it251 .outerbox .th{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 0;
	flex-shrink: 0;
	padding:5px 0px;
}

.MOBILE #it251 .outerbox .td {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 0;
	flex-shrink: 0;
	padding:10px 0px;
}

.MOBILE #it251 .outerbox .th, .MOBILE #it251 .outerbox .td p{
	font-size:4vw;
	font-weight:bold;
	line-height: 1.6rem;
}

.MOBILE #it251 .outerbox .th, .MOBILE #it251 .outerbox .td p:nth-child(2){
	font-size:3.5vw;
	font-weight:normal;
	line-height: 1.2rem;
	color:#767676;
}

.MOBILE #it251 .outerbox .td p:nth-child(3){
	font-size:3.5vw;
	font-weight:normal;
	line-height: 1.2rem;
	color:#767676;
}
.MOBILE #it251 .outerbox .th {
	background-color: #fefae1;
	color: #333333;
    font-size:4vw;
	line-height: 2rem;
}

.MOBILE #it251 .outerbox .th:not(:last-child),
.MOBILE #it251 .outerbox .td:not(:last-child) {
	border-right:1px solid #f5d8c8;
}

.MOBILE #it251 .outerbox .width-1{
    width: 50%;
}

.MOBILE #it251 .outerbox .starbox{
	width:80%;
	height: auto;
	display: flex;
	flex-direction: row;
}

.MOBILE #it251 .outerbox .starbox img{
	display: block;
	width:100%;
	height: auto;
}

/*大運期間*/
.MOBILE #it251 .mainbox2{
    width:100%;
    height: auto;
    overflow: hidden;
}

.MOBILE #it251 .mainbox2 .fate_duration{
	width:100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size:1.2rem;
	font-weight:bold;
	background-color: #fefae1;
	border-bottom:1px solid #f5d8c8;
}

.MOBILE #it251 .mainbox2 .fate_info{
	width:100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:10px 0px;
}

.MOBILE #it251 .mainbox2 .fate_info p{
	font-size:1.1rem;
	line-height: 2rem;
}

.MOBILE #it251 .mainbox2 .fate_info .mark02{
	display: inline-block;
	width: 28px !important;
	height: 28px!important;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	margin: 0 3px;
}

.MOBILE #it251 .mainbox2 .fate_stars{
	width:80%;
	height: auto;
	margin:0 auto;
}

.MOBILE #it251 .mainbox2 .fate_stars ul{
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.MOBILE #it251 .mainbox2 .fate_stars .stars_title{
	display: block;
	height: auto;
	font-size:1.1rem;
	line-height: 2.2rem;
}

.MOBILE #it251 .mainbox2 .fate_stars .stars_ph{
	width:132px;
	height: auto;
}.MOBILE #it251 .mainbox2 .fate_stars .stars_ph img{
	display: block;
	width:100%;
	height: auto;
}

.MOBILE #it251 .mainbox2 .outerbox{
	margin-top:5px;
	margin-bottom:10px;
}

/*裝飾分隔線*/
.MOBILE #it251 .deco_line{
	width: 100%;
	margin:0 auto;
	border-top: 3px solid #a8510f;
	margin: 40px 0px 35px 0px;
}

/*寬度百分百*/
.MOBILE #it251 .full_w{
	width:100%;
}

.MOBILE #it251 .box_container{
	width:95%;
	height:auto;
	margin:0 auto;
	overflow: hidden;
}

.MOBILE #it251 .luckyfate_area{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	border-radius: 15px;
	margin-top:10px;
	margin-bottom:10px;
	box-sizing: border-box;
}

.MOBILE #it251 .luckyfate_area ul{
	width:100%;
	height: 210px;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/luckyfate_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.MOBILE #it251 .luckyfate_area li{
	width:100%;
	height: auto;
}

.MOBILE #it251 .luckyfate_area li p{
	font-size:1.2rem;
	font-weight: bold;
	line-height: 2rem;
	text-shadow: 3px 3px 3px #ffffff,
    -3px -3px 3px #ffffff,
    -3px 3px 3px #ffffff,
    3px -3px 3px #ffffff;
}

.MOBILE #it251 .luckyfate_area li.lf_title{
	font-size:1.2rem;
	font-weight: bold;
	text-align: center;
	color:#ffffff;
	padding:5px 0px;
}

.MOBILE #it251 .luckyfate_area li.lf_info{
	width:100%;
	height: auto;
	text-align: center;
	padding:10px 0px;
}

.MOBILE #it251 .luckyfate_area li .lucky_ball{
	width:120px;
	height: 120px;
	margin:0 auto;
}.MOBILE #it251 .luckyfate_area li .lucky_ball img{
	display: block;
	width:100%;
	height: auto;
}

.MOBILE #it251 .luckyfate_area li .lucky_ball p{
	font-size:14vw;
}

.MOBILE #it251 .scroll_frame{
	width:100%;
	height: auto;
}

.MOBILE #it251 .luckyfate_area .pinkball{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/lucky_ball06.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size:3rem;
	font-weight: bold;
	color:#333333;
	text-shadow: 2px 2px 2px #ffffff,
    -2px -2px 2px #ffffff,
    -2px 2px 2px #ffffff,
    2px -2px 2px #ffffff;
	color: #d40000;
}

.MOBILE #it251 .luckyfate_area .blueball{
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/lucky_ball07.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size:3rem;
	font-weight: bold;
	color:#333333;
	text-shadow: 2px 2px 2px #ffffff,
    -2px -2px 2px #ffffff,
    -2px 2px 2px #ffffff,
    2px -2px 2px #ffffff;
	color: #d40000;
}

/*五行開運符*/
.MOBILE #it251 .amulet_box{
	position: relative;
	width:100%;
	height: 0px;
	padding-bottom:144%;
	overflow: hidden;
	margin:0 auto;
	background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/fate_amulet.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 80% auto;
	margin-top:10px;
	margin-bottom:10px;
}

.MOBILE #it251 .amulet_box .a_info{
	width:100%;
	height: auto;
	position: absolute;
	top:21%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.MOBILE #it251 .amulet_box .a_info li{
	width:43%;
	height: auto;
	background-color: #812407;
	border-radius: 50px;
	margin:0 auto;
	font-size:1.4rem;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
	padding:5px 0px;
}

.MOBILE #it251 .amulet_tips{
	width:100%;
	height: auto;
	background-color: #e9f6ef;
	overflow: hidden;
	margin-bottom:10px;
	border-radius: 15px;
}

.MOBILE #it251 .amulet_tips .a_text{
	width:90%;
	height: auto;
	margin:0 auto;
	padding:10px 0px;
}

.MOBILE #it251 .amulet_tips .a_text p{
	font-size:1.1rem;
	line-height: 1.8rem;
}

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

/*控制四大運中小字字級*/
.MOBILE #it251 .fuzzy_frame .point_note p{
	font-size:1rem;
	line-height: 1.6rem;
	color:#0088ff;
}

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

.MOBILE #it251 .free_bt_box p{
	padding:5px 0px;
	text-align: center;
	text-shadow: 1px 1px 0px #fff,
	-1px -1px 0px #fff,
	-1px 1px 0px #fff,
	1px -1px 0px #fff;
}

/*意外時間*/
.MOBILE #it251 .deco_frame p{
	font-size:6.7vw;
	font-weight: bold;
	padding:10px 0px;
}

/*按鈕下方小字背景*/
.MOBILE #it251 .tipsbg{background-color: rgba(255,255,255,.9);}

/*免費頁-五行開運符*/
.MOBILE #it251 .free_area{
	position: relative;
	width:100%;
	height: auto;
	overflow: hidden;
}

.MOBILE #it251 .amulet_pop{
	width:95%;
	height: auto;
	padding:20px 10px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.9);
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 15px;
}

.MOBILE #it251 .amulet_pop p{
	font-size:1.6rem;
	font-weight: bold;
	line-height: 2.8rem;
	text-align: center;
}

.MOBILE #it251 .amulet_box_free{
	width: 100%;
	height: 0px;
	padding-bottom:178%;
	margin:0 auto;
	overflow: hidden;
	margin-top:10px;
	margin-bottom:20px;
}

.MOBILE #it251 .amulet_box_free img{
	display: block;
	width:100%;
	height: auto;
}

.MOBILE #it251 .a_tips_title{
	width:100%;
	height: auto;
	font-size:1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 2.2rem;
}

.MOBILE #it251 .a_tips_title::after{
	content: '';
	display: block;
	width:100%;
	border-bottom: 1px solid #2a8f3f;
	margin:10px 0px;
}

/*免費頁宣傳區塊*/
.MOBILE #it251 .free_promobox{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top:0px;
	margin-bottom: 10px;
}.MOBILE #it251 .free_promobox img{
	display: block;
	width:100%;
	height: auto;
}

.MOBILE #it251 .end_bt{
	width:85%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	margin-bottom:20px;
}

/*=========================防止iPADmini沒有背景================*/
@media (max-width: 768px){
    .PC #it251{
        width: 100%;
        height: auto;
        overflow: hidden;
        background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/bg.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-attachment: initial;
        background-color: #b97000;
    }
}
/*=========================防止iPADmini沒有背景================*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2){
	@keyframes ball1 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
			transform: translate(-48vw , -5vw);
		}
	}
	
	@keyframes ball2 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
			transform: translate(26.2vw, -5vw);
		}
	}
	
	@keyframes ball3 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
			transform: translate(-12vw, -31vw);
		}
	}
	
	@keyframes ball4 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
			transform: translate(14vw, -23vw);
		}
	}
	
	@keyframes ball5 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
			transform: translate(-36vw, -23vw);
		}
	}
}


/*裝置判斷樣式*/
/*iphone6*/
/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {}

/*iphone6plus*/
/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {}


/*ipad*/
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {}


/* iphone 6 Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	.MOBILE #it251 .cardBox .fatecard li{
		display: block;
		width:32%;
		height: 105px;
		box-sizing: border-box;
		margin-bottom:10px;
	}
}

/* iphone 6 Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	.MOBILE #it251 .cardBox .fatecard li{
		display: block;
		width:32%;
		height: 120px;
		box-sizing: border-box;
		margin-bottom:10px;
	}
}

/* iphone 6 Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	.MOBILE #it251 .bazi_box li.bazi_title{
		width:100%;
		height: 50px;
		line-height: 50px;
		background-color: #a16a35;
		color:#ffffff;
		font-size:3.5vw;
		font-weight:bold;
		text-align: center;
	}

	.MOBILE #it251 .cardBox .fatecard li{
		display: block;
		width:32%;
		height: 185px;
		box-sizing: border-box;
		margin-top:10px;
		margin-bottom:15px;
	}
	
	.MOBILE #it251 .cardBox .card-wrapper{
		width:100%;
		height: inherit;
		position: relative;
	}
	
	.MOBILE #it251 .card-wrapper .card-side{
		backface-visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 0px;
		padding-bottom:105%;
		background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/animate/card-b.png);
		background-position: center;
		background-size: cover;
		display: block;
	}
	
	.MOBILE #it251 .card-wrapper .card-side-back{
		width:100%;
		height: 0px;
		padding-bottom:105%;
		background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/animate/card-a.png);
		background-position: center;
		background-size: cover;
		transform: rotateY(180deg);
	}
	
	.MOBILE #it251 .card-wrapper .cardinfo{
		width:100%;
		height: 185px;
		margin:0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.MOBILE #it251 .card-wrapper .card-mark span{
		display: inline-block;
		width:45px;
		height: 45px;
		border-radius: 50px;
		background-color: #fee87e;
		color:#562e10;
		font-size:4.5vw;
		line-height: 3rem;
		text-align: center;
	}
	
	.MOBILE #it251 .card-wrapper .card-text p{
		font-size:6.2vw;
		font-weight: bold;
		line-height: 3rem;
		color:#ffffff;
	}

	.MOBILE #it251 .outerbox .th, .MOBILE #it251 .outerbox .td p{
		font-size:3.5vw;
		font-weight:bold;
		line-height: 2rem;
	}
	
	.MOBILE #it251 .outerbox .th, .MOBILE #it251 .outerbox .td p:nth-child(2){
		font-size:2.6vw;
		font-weight:normal;
		line-height: 2rem;
		color:#767676;
	}

	.MOBILE #it251 .deco_frame2 li{
		width:100%;
		padding:5px 0px;
		box-sizing: border-box;
		font-size:3.5vw;
		font-weight: bold;
		line-height: 2rem;
		color:#923700;
	}

	.MOBILE #it251 .luckyfate_area ul{
		width:100%;
		height: auto;
		background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/luckyfate_bg.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}

	.MOBILE #it251 .luckyfate_area li .lucky_ball{
		width:160px;
		height: 160px;
		margin:0 auto;
	}

	.MOBILE #it251 .deco_frame2 li{
		width:100%;
		padding: 0px 0px;
		box-sizing: border-box;
		font-size:3.5vw;
		font-weight: bold;
		line-height: 2rem;
		color:#923700;
	}
}

/* iphone6 plus Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.MOBILE #it251 .bazi_box li.bazi_title{
		width:100%;
		height: 50px;
		line-height: 50px;
		background-color: #a16a35;
		color:#ffffff;
		font-size:3.5vw;
		font-weight:bold;
		text-align: center;
	}

	.MOBILE #it251 .cardBox .fatecard li{
		display: block;
		width:32%;
		height: 200px;
		box-sizing: border-box;
		margin-top:10px;
		margin-bottom:20px;
	}
	
	.MOBILE #it251 .cardBox .card-wrapper{
		width:100%;
		height: inherit;
		position: relative;
	}
	
	.MOBILE #it251 .card-wrapper .card-side{
		backface-visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 0px;
		padding-bottom:105%;
		background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/animate/card-b.png);
		background-position: center;
		background-size: cover;
		display: block;
	}
	
	.MOBILE #it251 .card-wrapper .card-side-back{
		width:100%;
		height: 0px;
		padding-bottom:105%;
		background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/animate/card-a.png);
		background-position: center;
		background-size: cover;
		transform: rotateY(180deg);
	}
	
	.MOBILE #it251 .card-wrapper .cardinfo{
		width:100%;
		height: 200px;
		margin:0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.MOBILE #it251 .card-wrapper .card-mark span{
		display: inline-block;
		width:45px;
		height: 45px;
		border-radius: 50px;
		background-color: #fee87e;
		color:#562e10;
		font-size:4.5vw;
		line-height: 3rem;
		text-align: center;
	}
	
	.MOBILE #it251 .card-wrapper .card-text p{
		font-size:6.2vw;
		font-weight: bold;
		line-height: 3.8rem;
		color:#ffffff;
	}

	.MOBILE #it251 .outerbox .th, .MOBILE #it251 .outerbox .td p{
		font-size:3.5vw;
		font-weight:bold;
		line-height: 2rem;
	}
	
	.MOBILE #it251 .outerbox .th, .MOBILE #it251 .outerbox .td p:nth-child(2){
		font-size:2.6vw;
		font-weight:normal;
		line-height: 2rem;
		color:#767676;
	}

	.MOBILE #it251 .deco_frame2 li{
		width:100%;
		padding:5px 0px;
		box-sizing: border-box;
		font-size:3.5vw;
		font-weight: bold;
		line-height: 2rem;
		color:#923700;
	}

	.MOBILE #it251 .luckyfate_area ul{
		width:100%;
		height: auto;
		background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/luckyfate_bg.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}

	.MOBILE #it251 .luckyfate_area li .lucky_ball{
		width:160px;
		height: 160px;
		margin:0 auto;
	}

	.MOBILE #it251 .deco_frame2 li{
		width:100%;
		padding: 2px 0px;
		box-sizing: border-box;
		font-size:3.5vw;
		font-weight: bold;
		line-height: 2rem;
		color:#923700;
	}
}

/* iphoneX Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.MOBILE #it251 .bazi_box li.bazi_title{
		width:100%;
		height: 50px;
		line-height: 50px;
		background-color: #a16a35;
		color:#ffffff;
		font-size:3.5vw;
		font-weight:bold;
		text-align: center;
	}

	.MOBILE #it251 .cardBox .fatecard li{
		display: block;
		width:32%;
		height: 220px;
		box-sizing: border-box;
		margin-top:10px;
		margin-bottom:20px;
	}
	
	.MOBILE #it251 .cardBox .card-wrapper{
		width:100%;
		height: inherit;
		position: relative;
	}
	
	.MOBILE #it251 .card-wrapper .card-side{
		backface-visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 0px;
		padding-bottom:105%;
		background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/animate/card-b.png);
		background-position: center;
		background-size: cover;
		display: block;
	}
	
	.MOBILE #it251 .card-wrapper .card-side-back{
		width:100%;
		height: 0px;
		padding-bottom:105%;
		background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/animate/card-a.png);
		background-position: center;
		background-size: cover;
		transform: rotateY(180deg);
	}
	
	.MOBILE #it251 .card-wrapper .cardinfo{
		width:100%;
		height: 220px;
		margin:0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.MOBILE #it251 .card-wrapper .card-mark span{
		display: inline-block;
		width:45px;
		height: 45px;
		border-radius: 50px;
		background-color: #fee87e;
		color:#562e10;
		font-size:4.5vw;
		line-height: 3rem;
		text-align: center;
	}
	
	.MOBILE #it251 .card-wrapper .card-text p{
		font-size:6.2vw;
		font-weight: bold;
		line-height: 4rem;
		color:#ffffff;
	}

	.MOBILE #it251 .outerbox .th, .MOBILE #it251 .outerbox .td p{
		font-size:3.5vw;
		font-weight:bold;
		line-height: 2rem;
	}
	
	.MOBILE #it251 .outerbox .th, .MOBILE #it251 .outerbox .td p:nth-child(2){
		font-size:2.6vw;
		font-weight:normal;
		line-height: 2rem;
		color:#767676;
	}

	.MOBILE #it251 .deco_frame2 li{
		width:100%;
		padding:5px 0px;
		box-sizing: border-box;
		font-size:3.5vw;
		font-weight: bold;
		line-height: 2rem;
		color:#923700;
	}

	.MOBILE #it251 .luckyfate_area ul{
		width:100%;
		height: auto;
		background-image: url(https://imgs.click108.com.tw/unit001/item00251/images/result/luckyfate_bg.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}

	.MOBILE #it251 .luckyfate_area li .lucky_ball{
		width:160px;
		height: 160px;
		margin:0 auto;
	}

	.MOBILE #it251 .deco_frame2 li{
		width:100%;
		padding: 2px 0px;
		box-sizing: border-box;
		font-size:3.5vw;
		font-weight: bold;
		line-height: 2rem;
		color:#923700;
	}
}