﻿/* 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;
	background-color: #fffdf3;
	color: #555555;
}

a{
	text-decoration: none;
	color:#1a8dd4;
}

/* ============== 共用樣式：字級 ============== */
/*字級*/
#CM825 .txt_primary{
	font-size:1.3rem;
	line-height: 2rem;
}
#CM825 .txt_secondary{
	font-size:1.1rem;
	line-height: 1.8rem;
}
#CM825 .txt_small{
	font-size:1rem;
	line-height: 1.5rem;
}

/*字重*/
#CM825 .txt_bold{font-weight: bold;}

/* 間距 */
#CM825 .spacer_vertical_small{height: 10px;}
#CM825 .spacer_vertical_primary{height: 25px;}
#CM825 .spacer_vertical_secondary{height: 70px;}

.MOBILE #CM825 .spacer_vertical_primary{height: 15px;}

/* ============== 共用樣式：顏色 ============== */
/* 顏色：文字 */
#CM825 .txt_yellow{color:#ffeb0d;}
#CM825 .txt_red{color:#ff2f2f;}
#CM825 .txt_blue{color:#0088ff;}
#CM825 .txt_pink{color:#ff1493;}

/* 顏色：背景顏色 */
#CM825 .background_color_primary{background-color: #fffdf3;}
#CM825 .background_color_secondary{background-color: #fff9db;}


/* ============== 選單區塊 ============== */
#CM825 .the_menu{
	width:100%;
	height: 55px;
	z-index: 100;
	overflow: hidden;
	margin-top: 0;
	box-sizing: border-box;
	}.MOBILE #CM825 .the_menu{
		height: 50px;
	}

#CM825 .LM_MENU{
	display: block;
	width: 100%;
	height:55px;
	background: #ffbc14;
	}.MOBILE #CM825 .LM_MENU{
		height:50px;
	}
	
#CM825 .LM_MENU02{
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	margin-top: 0px;
	text-shadow: 0 0 6px rgba(0,0,0,.9);
	background-color: #ffbc14;
	}.MOBILE #CM825 .LM_MENU02{
		margin-top: 45px;
		filter: url(drop-shadow.svg#drop-shadow); 
		filter: drop-shadow(2px 2px 3px rgba(0,0,0,.2));
		background-color: #ffbc14;
	}
	.MOBILE #CM825 .LM_MENU .MENU{
		float: left;
		width: 100%;
		height:50px;
		overflow: hidden;
		margin: 0 auto;
	}

	.MOBILE #CM825 .LM_MENU .PRE{
		display: none;
		float: left;
		width: 6%;
		height: 50px;
		margin: 0 2px;
		background-image:url(../images/pre.png);
		background-size: auto 60%;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.MOBILE #CM825 .LM_MENU .NEX{
		display: none;
		float: right;
		width: 6%;
		height: 50px;
		margin: 0 2px;
		background-image:url(../images/next.png);
		background-size: auto 60%;
		background-repeat: no-repeat;
		background-position: center center;
	}

.PC #CM825 .LM_MENU ul{
	width: 780px;
	height:55px;
	margin: 0 auto;
	border-right:1px solid #fff6e2; 
	border-left:1px solid #fff6e2; 
	}.MOBILE #CM825 .LM_MENU ul{
		width:100%;
		margin:0 auto;
		overflow: hidden;
		box-sizing: border-box;
	}

.PC #CM825 .LM_MENU li{
	float: left;
	width: 25%;
	height:55px;
	border-right:1px solid #fff6e2;
	box-sizing: border-box;
	}.MOBILE #CM825 .LM_MENU li{
		float:left;
		width:25%;
		height:50px;
		padding: 0 2px;
		box-sizing: border-box;
		border-right:1px solid #fff6e2;
	}

.PC #CM825 .LM_MENU li:last-child{border-right:none;}

#CM825 .LM_MENU li.LINK{
	height:55px;
	text-align: center;
	color:#ffffff;
	font-size: 1.7em;
	line-height: 55px;
	background: #ff6900;
	}.MOBILE #CM825 .LM_MENU li.LINK{
		height:50px;
		font-size: 1.3rem;
		line-height: 50px;
	}

.PC #CM825 .LM_MENU01 li{
	float: left;
	width: 33.3%;
	height:55px;
	border-right:1px solid #fff6e2;
	box-sizing: border-box;
	}.MOBILE #CM825 .LM_MENU01 li{
		float:left;
		width:33.3%;
		height:50px;
		padding: 0 2px;
		box-sizing: border-box;
		border-right:1px solid #fff6e2;
	}

	.MOBILE #CM825 .LM_MENU li:last-child{border-right:none;}

.PC #CM825 .LM_MENU li a{
	display: block;
	width:100%;
	height:55px;
	text-align: center;
	color:#fff6e2;
	font-size: 1.7em;
	line-height: 55px;
	cursor: pointer;
	}.MOBILE #CM825 .LM_MENU li a{
		display: block;
		width:100%;
		height:50px;
		text-align: center;
		color:#fff6e2;
		font-size: 1.3em;
		line-height: 50px;
	}

.PC #CM825 .LM_MENU li a:hover{
	font-weight:bold;
	color:#ffffff;
	background: #ff6900;
}

.PC #CM825 .LM_MENU .PRE, .PC #CM825 .LM_MENU .NEX{display: none;}

/*消失區*/
.PC #float_icon .LIST_ICON{display:none;}

/* ============== 主要框架 ============== */
#CM825 #CM825-wrapper{}

#CM825{
	width:100%;
	height:auto;
	overflow:hidden;
}

/* 內頁區塊 */
#CM825 .main_stage{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}

/* 區塊框架 */
#CM825 .section_block{
	width:100%;
	height: auto;
	overflow: hidden;
	padding:70px 0px;
	}.MOBILE #CM825 .section_block{
		padding:50px 0px;
	}

#CM825 .section_block:first-child{
	padding-top: 25px;
	}.MOBILE #CM825 .section_block:first-child{
		padding-top: 15px;
	}
	.MOBILE #CM825 .section_block:last-child{
		padding-bottom:20px;
	}

#CM825 .container_box{
	width:80%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	}.MOBILE #CM825 .container_box{
		width:100%;
	}

/* ============== 主視覺區塊 ============== */
#CM825 .key_visual,.hero_title{
	width:100%;
	height: auto;
	overflow: hidden;
}

#CM825 .visual_hero{
	width: 100%;
	height: auto;
	max-height: 420px;
    aspect-ratio: 2050 / 1020;
    overflow: hidden;
	background-image: url(../images/hero/bg_pc.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	}.MOBILE #CM825 .visual_hero{
		width: 100%;
		height: auto;
		max-height: 420px;
		aspect-ratio: 750 / 420;
		overflow: hidden;
		background-image: url(../images/hero/bg_mb.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		/* margin-top:45px; */
	}

#CM825 .hero_title h1{
	text-indent: -9999px;
}

/* ============== 內容區塊 ============== */
.PC #CM825 .container_frame{
	width: 750px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
	}.MOBILE #CM825 .container_frame{
		width: 95%;
		height: auto;
		overflow: hidden;
		margin:0 auto;
	}

/* 提醒盒子 */
#CM825 .alert_block{
	width:80%;
	height: auto;
	overflow: hidden;
	padding:3% 5%;
	background-color: #ffd8d8;
	box-sizing: border-box;
	border-radius: 15px;
	margin:0px auto 10px auto;
	}.MOBILE #CM825 .alert_block{
		width:100%;
	}

#CM825 .alert_block ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#CM825 .alert_block li.alert_icon{
	width:7%;
	height: auto;
	}.MOBILE #CM825 .alert_block li.alert_icon{
		width:9%;
		height: auto;
	}

#CM825 .alert_block li.alert_item{
	width:90%;
	}.MOBILE #CM825 .alert_block li.alert_item{
		width:88%;
	}

#CM825 .alert_block li p{
	font-size: 1.2rem;
	color: #c40000;
	}.MOBILE #CM825 .alert_block li p{
		font-size: 1rem;
		line-height: 1.6rem;
		color: #c40000;
	}

#CM825 .alert_block li.alert_icon img{
	display: block;
	width:100%;
	height: auto;
}

/* 標題Bar */
#CM825 .title_phbox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}

#CM825 .title_phbox img{
	display: block;
	width:100%;
	height: auto;
}

/* 配圖盒子 */
#CM825 .item_phbox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#CM825 .item_phbox_words{
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	}.MOBILE #CM825 .item_phbox_words{
		width: 80%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}

#CM825 .item_phbox_conclusion{
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	}.MOBILE #CM825 .item_phbox_conclusion{
		width: 70%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}

#CM825 .item_phbox_feedback{
	width: 95%;
	height: auto;
	overflow: hidden;
	margin:15px auto 30px auto;
	}.MOBILE #CM825 .item_phbox_feedback{
		width: 100%;
	}

#CM825 .item_phbox_feedback:last-child{
	margin:15px auto 0px auto;
}

#CM825 .margin_top_primary{margin-top: 20px;}
#CM825 .margin_top_small{margin-top: 10px;}
#CM825 .margin_top_compression{margin-top:-25px;}

.MOBILE #CM825 .margin_top_primary{margin-top: 15px;}
.MOBILE #CM825 .margin_top_small{margin-top: 10px;}
.MOBILE #CM825 .margin_top_compression{margin-top:-15px;}

#CM825 .item_phbox img, #CM825 .item_phbox_words img, #CM825 .item_phbox_conclusion img, #CM825 .item_phbox_feedback img{
	display: block;
	width: 100%;
	height: auto;
}

/* ============== 影片區塊 ============== */
#CM825 .video_block{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:20px auto 0px auto;
	}.MOBILE #CM825 .video_block{
		margin:14px auto 0px auto;
	}

#CM825 .video_body{
	width:100%;
	height: auto;
	background-color: #ffbc14;
	border-radius: 15px;
	overflow: hidden;
	border:2px solid #ffffff;
	box-sizing: border-box;
}

#CM825 .video_tab{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color: #fffdf1;
}

#CM825 .video_tab ul{
	width:100%;
	margin:0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#CM825 .video_tab ul li{
	width:25%;
	height: auto;
	text-align: center;
}

#CM825 .video_tab ul li a{
	display: block;
	width:100%;
	height: auto;
	font-size:1.3rem;
	padding:6% 0%;
	color: #555555;
	}.MOBILE #CM825 .video_tab ul li a{
		font-size:1.2em;
		padding:10% 0%;
	}

.PC #CM825 .video_tab ul li a:hover{
	color:#ffffff;
	background-color: #ffbc14;
}

#CM825 .video_tab ul li.active a{
	color: #ffffff;
	background-color: #ffbc14;
}

/* 影片區塊：內容 */
#CM825 .video_info{
	width:100%;
	height: auto;
	padding:3%;
	box-sizing: border-box;
	overflow: hidden;
}

#CM825 .video_frame{
	width: 100%;
    max-width: 560px;
    margin: 0 auto;
    height: auto;
    position: relative;
    margin-bottom: 5px;
    aspect-ratio: 560 / 315;
	border-radius: 15px;
	overflow: hidden;
}

#CM825 .video_frame iframe{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#CM825 .video_description{
	width:100%;
	height: auto;
}

#CM825 .video_description p{
	font-size:1.3rem;
	font-weight: bold;
	line-height: 2rem;
	color:#000000;
	text-shadow: 1px 1px 3px #ffffff, -1px -1px 3px #ffffff, -1px 1px 3px #ffffff, 1px -1px 3px #ffffff;
	}.MOBILE #CM825 .video_description p{
		font-size:1.2rem;
	}

/* 控制點 */
#CM825 .slide_dot{
	width: 100%;
	height: auto;
	overflow: hidden;
}

#CM825 .slide_dot ul{
	width: 25%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 15px 0px 0px 0px;
	}.MOBILE #CM825 .slide_dot ul{
		width: 35%;
		padding:12px 0px;
	}

#CM825 .slide_dot li{
	width: 12px;
	max-width:12px;
	height: auto;
	aspect-ratio: 1/1; 
    border-radius:50%;
	background-color: #cccccc;
	}.MOBILE #CM825 .slide_dot li{
		width: 11px;
		max-width:11px;
	}

#CM825 .slide_dot li.active_dot{
	width: 12px;
	max-width:12px;
	height: auto;
    border-radius:50%;
	background-color: #ff6900;
	}.MOBILE #CM825 .slide_dot li.active_dot{
		width: 11px;
		max-width:11px;
	}

#CM825 .slide_dot li a{
	display: block;
	width:100%;
	height: 100%;
}

/* 系統字盒子 */
#CM825 .text_box{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:15px auto 5px auto;
	}.MOBILE #CM825 .text_box{
		width:100%;
		height: auto;
		overflow: hidden;
		margin:10px auto 0px auto;
	}

#CM825 .text_box p{
	font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
	text-shadow: rgb(255, 255, 255) 2px 2px 0px, rgb(255, 255, 255) -2px -2px 0px, rgb(255, 255, 255) -2px 2px 0px, rgb(255, 255, 255) 2px -2px 0px;
	}.MOBILE #CM825 .text_box p{
		font-size: 1.35rem;
		line-height: 2rem;
	}


/* ============== 紫微命盤十二宮區塊 ============== */
#CM825 .icon_container{
	width:92%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	}.MOBILE #CM825 .icon_container{
		width:100%;
	}

#CM825 .icon_container .box_icon{
	width: 36%;
	background-color: rgba(255, 255, 255, .6);
	box-shadow: inset 0 0 20px 10px #e9c0ff;
	border: 3px solid #ffffff;
	border-radius: 20px;
	margin: 10px;
	}.MOBILE #CM825 .icon_container .box_icon{
		width: 42%;
		margin: 10px;
	}
	.MOBILE #CM825 .icon_container .box_icon:nth-child(3),
	.MOBILE #CM825 .icon_container .box_icon:nth-child(4){
		margin: 10px 10px 0px 10px;
	}

#CM825 .icon_container .box_icon p{
	width: 100%;
	font-size: 2rem;
	color: #d382fe;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	}.MOBILE #CM825 .icon_container .box_icon p{
		font-size: 1.5rem;
	}

#CM825 .icon_container .box_icon img{
	width: 60%;
	margin: 10px auto 20px auto;
	}.MOBILE #CM825 .icon_container .box_icon img{
		width: 60%;
		margin: 10px auto 20px auto;
	}

/* 區塊配圖2 */
.PC #CM825 .cmph_box2{
	width: 100%;
	height: auto;
	overflow: hidden;
	}.MOBILE #CM825 .cmph_box2{
		width: 100%;
		height: auto;
		overflow: hidden;
	}

.PC #CM825 .cmph_box2 img{
	display: block;
	width: 60%;
	height: auto;
	margin: 16px auto 20px auto;
	}.MOBILE #CM825 .cmph_box2 img{
		display: block;
		width: 85%;
		height: auto;
		margin: 20px auto 10px auto;
	}


/* ============== 四欄位：運勢分析區塊 ============== */
#CM825 .icon_container2{
	width:92%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	}.MOBILE #CM825 .icon_container2{
		width:100%;
	}

#CM825 .icon_container2 .box_icon{
	width: 36%;
	background-color: rgba(255, 255, 255, .6);
	box-shadow: inset 0 0 20px 10px #d1c1ff;
	border: 3px solid #ffffff;
	border-radius: 20px;
	margin: 10px;
	}.MOBILE #CM825 .icon_container2 .box_icon{
		width: 42%;
	}
	.MOBILE #CM825 .icon_container2 .box_icon:nth-child(3),
	.MOBILE #CM825 .icon_container2 .box_icon:nth-child(4){
		margin: 10px 10px 0px 10px;
	}

.PC #CM825 .icon_container2 .box_icon p{
	width: 100%;
	font-size: 2rem;
	color: #ac90ff;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	}.MOBILE #CM825 .icon_container2 .box_icon p{
		width: 100%;
		font-size: 1.5rem;
		color: #ac90ff;
		text-align: center;
		padding-top: 15px;
		font-weight: bold;
	}

.PC #CM825 .icon_container2 .box_icon img{
	width: 60%;
	margin: 10px auto 20px auto;
	}.MOBILE #CM825 .icon_container2 .box_icon img{
		width: 60%;
		margin: 10px auto 20px auto;
	}


/* ============== 親子白金四大項目區塊 ============== */
#CM825 .f_pink{background-color: #ea71c9;}
#CM825 .f_green{background-color: #76aa59;}
#CM825 .f_blue{background-color: #71b5ea;}
#CM825 .f_orange{background-color: #ef9a7a;}

#CM825 .four_box{
	width:100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	}.MOBILE #CM825 .four_box{
		margin-bottom:10px;
	}

#CM825 .box_item{
	width:48.5%;
	height: auto;
	overflow: hidden;
	border-radius: 15px;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: inset 0 0 10px 4px #e7e7e7;
	margin-bottom:20px;
	}.MOBILE #CM825 .box_item{
		width:49%;
		border-radius: 10px;
		margin-bottom:10px;
	}

#CM825 .box_item:nth-child(n+3){
	margin-bottom:0px;
}

#CM825 .box_item .bbox_title{
	width:100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size:1.6rem;
	font-weight: bold;
	color:#ffffff;
	}.MOBILE #CM825 .box_item .bbox_title{
		height: 40px;
		line-height: 40px;
		font-size:1.3rem;
	}

#CM825 .box_item .bbox_info{
	width:100%;
	height: auto;
	padding:6%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	}.MOBILE #CM825 .box_item .bbox_info{
		padding:10px 5px;
	}

#CM825 .box_item .bbox_info p{
	font-size:1.5rem;
	line-height: 2.4rem;
	color:#555555;
	}.MOBILE #CM825 .box_item .bbox_info p{
		font-size:1rem;
		line-height: 1.7rem;
		color:#555555;
	}

#CM825 .box_item ul.love .bbox_info p::before{
	content: '';
	display: inline-block;
	width:30px;
	height: 30px;
	background-image: url(../images/cm825/icon/ph_icon_check01.png);
	background-position: top -3px center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 6px;
	vertical-align: middle;
	}.MOBILE #CM825 .box_item ul.love .bbox_info p::before{
		width:20px;
		height: 20px;
		margin-right: 3px;
		background-position: top -1px center;
	}

#CM825 .box_item ul.family .bbox_info p::before{
	content: '';
	display: inline-block;
	width:30px;
	height: 30px;
	background-image: url(../images/cm825/icon/ph_icon_check02.png);
	background-position: top -3px center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 6px;
	vertical-align: middle;
	}.MOBILE #CM825 .box_item ul.family .bbox_info p::before{
		width:20px;
		height: 20px;
		margin-right: 3px;
		background-position: top -1px center;
	}

#CM825 .box_item ul.job .bbox_info p::before{
	content: '';
	display: inline-block;
	width:30px;
	height: 30px;
	background-image: url(../images/cm825/icon/ph_icon_check03.png);
	background-position: top -3px center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 6px;
	vertical-align: middle;
	}.MOBILE #CM825 .box_item ul.job .bbox_info p::before{
		width:20px;
		height: 20px;
		margin-right: 3px;
		background-position: top -1px center;
	}

#CM825 .box_item ul.friend .bbox_info p::before{
	content: '';
	display: inline-block;
	width:30px;
	height: 30px;
	background-image: url(../images/cm825/icon/ph_icon_check04.png);
	background-position: top -3px center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 6px;
	vertical-align: middle;
	}.MOBILE #CM825 .box_item ul.friend .bbox_info p::before{
		width:20px;
		height: 20px;
		margin-right: 3px;
		background-position: top -1px center;
	}

/* ============== 通知區塊 ============== */
#CM825 .notification_block{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 15px auto;
    border: 3px solid #ffffff;
    border-radius: 20px;
    padding: 4%;
	box-sizing: border-box;
	}.MOBILE #CM825 .notification_block{
		width: 100%;
		padding:15px;
	}

#CM825 .notification_block p{
	font-size: 1.3rem;
	line-height: 2rem;
	}.MOBILE #CM825 .notification_block p{
		font-size: 1.1rem;
		line-height: 1.8rem;
	}

#CM825 .background_lite_yellow{
    background-color: rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 10px 5px #f3dfce;
}

/* ============== 活動說明區塊 ============== */
#CM825 .rule_block{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top:15px;
	}.MOBILE #CM825 .rule_block{
		width:95%;
		margin:0 auto;
	}

#CM825 .rule_title{
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: bold;
	text-indent: 12px;
	border-left: 4px solid #bf2cea;
    color: #bf2cea;
	margin:10px 0px 10px 0px;
}

#CM825 .rule_item{
	width:100%;
	height: auto;
	overflow: hidden;
}

#CM825 .rule_item span a{
	display: inline-block;
}

#CM825 .rule_item a:hover{text-decoration: underline;}

#CM825 .rule_item ul{
	width: 100%;
	list-style: disc;
    list-style-position: outside;
    padding: 0px 0px 0px 30px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

#CM825 .rule_item ul.list_number{
	width: 100%;
	list-style: decimal;
    list-style-position: outside;
    padding: 0px 0px 0px 30px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

#CM825 .rule_item ul li{
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: normal;
    font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
	margin-bottom:10px;
}

#CM825 .rule_item ul li:last-child{margin-bottom:0px;}

#CM825 .margin_bottom_primary{margin-bottom:20px;}

/* ============== 按鈕區塊 ============== */
#CM825 .color_blue{
	background: #0048a9;
	background: linear-gradient(0deg,#0048a9 0%, #5dabf3 100%);
}

.PC #CM825 .color_blue:hover{
	background: #5dabf3;
	background: linear-gradient(0deg,#5dabf3 0%, #0048a9 100%);
}

#CM825 .border_radius_primary{
	border-radius: 100px;
}

#CM825 .norm_button{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:10px auto 0px auto;
}

#CM825 .norm_button a{
	display: block;
	width:100%;
	max-width: fit-content;
	height: auto;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding:5px 60px;
	color:#ffffff;
	box-sizing: border-box;
	margin:0 auto;
	border:2px solid #ffffff;
	text-shadow: 2px 2px 4px #0048a9, -2px -2px 4px #0048a9;
	}.MOBILE #CM825 .norm_button a{
		width:100%;
		font-size: 1.5rem;
		padding:5px 50px;
	}

/* 系統字按鈕 */
#CM825 .item_link{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:10px auto 0px auto;
	}.MOBILE #CM825 .item_link{
		margin:5px auto 0px auto;
	}

#CM825 .item_link a{
	display: block;
	width:100%;
	height: auto;
	font-size:1.2rem;
	text-align: center;
	}.MOBILE #CM825 .item_link a{
		font-size:1rem;
	}

#CM825 .item_link a:hover{text-decoration: underline;}

#CM825 .item_link a::after{
	content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    margin-left: 5px;
    margin-bottom: 0px;
    border-color: transparent transparent transparent #1a8dd4;
}


/* ============== APP下載區塊 ============== */
#CM825 .download_area{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	}.MOBILE #CM825 .download_area{
		margin-top:10px;
	}

#CM825 .ph_itembox{
	width:100%;
	height: auto;
	margin:0 auto;
}

.PC #CM825 .ph_titlebox img,
.PC #CM825 .ph_itembox img{
	display: block;
	width:100%;
	height: auto;
	}.MOBILE #CM825 .ph_itembox img{
			display: block;
			width: 90%;
			height: auto;
			margin:0px auto;
		}

/* ============== APP下載區塊：雙平台按鈕 ============== */
/* 雙平台按鈕樣式：圖片 */
#CM825 .IOS_bt{
	background: url(../images/cm825/ph_bt_ios.png) no-repeat top center;
	background-size: contain;
}

#CM825 .Android_bt{
	background: url(../images/cm825/ph_bt_Android.png) no-repeat top center;
	background-size: contain;
}

#CM825 .IOS_bt{
	background: url(../images/cm825/ph_bt_ios.png) no-repeat top center;
	background-size: contain;
}

#CM825 .Android_bt{
	background: url(../images/cm825/ph_bt_Android.png) no-repeat top center;
	background-size: contain;
}

.PC #CM825 .button_area02{
	width:450px;
	height: auto;
	margin:15px auto 0px auto;
	}.MOBILE #CM825 .download_area .button_area02{
		display: block;
		margin-top:10px;
	}

.PC #CM825 .button_area02 ul{
	width:100%;
	height: 65px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	}.MOBILE #CM825 .button_area02 ul{
		width:88%;
		height: 50px;
		margin:0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

.PC #CM825 .button_area02 ul li{
	width:49%;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	}.MOBILE #CM825 .button_area02 ul li{
		width:49%;
		height: auto;
		border-radius: 8px;
		overflow: hidden;
		cursor: pointer;
	}

.PC #CM825 .button_area02 ul li a{
	display: block;
	width:100%;
	height: 65px;
	line-height: 65px;
	border-radius: 8px;
	background-color: #000000;
	text-indent: -9999px;
	transition: all .3s ease;
	}.MOBILE #CM825 .button_area02 ul li a{
		display: block;
		width:100%;
		height: 50px;
		line-height: 50px;
		border-radius: 8px;
		background-color: #000000;
		text-indent: -9999px;
		transition: all .3s ease;
	}

.PC #CM825 .button_area02 ul li a:hover{
	transform: scale(.95);
}

#CM825 #brand_block{margin-bottom:0px;}
#CM825 #brand_block .guide_blank{height: 20px;}
.MOBILE #CM825 #brand_block .guide_blank{height: 15px;}

/*================= 置底浮水印按鈕區塊 =================*/
#CM825-wrapper .downbar_button{
	width: 100%;
    height: auto;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
}

#CM825-wrapper .downbar_button .button_box{
	width:100%;
	height: auto;
	padding: 5px 0px;
	box-sizing: border-box;
	}.MOBILE #CM825-wrapper .downbar_button .button_box{
		padding: 5px 5px;
	}

#CM825-wrapper .downbar_button .button_box a{
	display: block;
    width: 375px;
    height: 55px;
	line-height: 55px;
	text-align: center;
	font-size:1.6rem;
	font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    box-shadow: rgb(216, 166, 255) 0px 1px 10px inset;
    margin: 0px auto;
    border-radius: 999px;
    overflow: hidden;
    background: linear-gradient(-45deg, rgb(101, 72, 238), rgb(193, 114, 255), rgb(145, 38, 228)) 0% 0% / 300%;
    transition: 0.3s ease-in-out;
	}.MOBILE #CM825-wrapper .downbar_button .button_box a{
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size:1.5rem;
	}

.PC #CM825-wrapper .downbar_button .button_box a:hover{
	transform: scale(0.95);
}

/*=================手機版=================*/
/*消失區*/
.MOBILE .floatbox, .MOBILE .MB_CLOSE, .MOBILE #float_icon .LIST_ICON{ display:none;}
.MOBILE #float_icon{ display:block;}