.PC #brand_block{
	width: 100%;/*750*/
    height: auto;
    overflow: hidden;
    margin: 35px auto;
    border: 2px solid #eac3fb;
    background-color: #FFF;
    box-sizing: border-box;
}

.PC #brand_block .brand-title{
    width: 100%;
    height: 62px;
    background-color: #eac3fb;
    color: #8000B7;
    text-align: center;
    font-size: 1.8rem;
    line-height: 62px;
    font-weight: bold;
}

.PC #brand_block .brand-content{
    width:100%;
    height: auto;
    padding:20px;
    box-sizing: border-box;
}

.PC #brand_block .brand-content .bph_box{
    width:100%;
    max-width: 540px;
    height: auto;
    margin:0 auto;
}

.PC #brand_block .brand-content .bph_box img{
    display: block;
    width:100%;
    height: auto;
}

/*品牌延伸連結*/

/*==============================手機版==============================*/

.MOBILE #brand_block{
	width: 95%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    border: 2px solid #eac3fb;
    background-color: #FFF;
}

.MOBILE #brand_block .brand-title{
    width: 100%;
    height: 62px;
    background-color: #eac3fb;
    color: #8000B7;
    text-align: center;
    font-size: 1.8rem;
    line-height: 62px;
    font-weight: bold;
}

.MOBILE #brand_block .brand-content{
    width:100%;
    height: auto;
    padding:15px;
    box-sizing: border-box;
}

.MOBILE #brand_block .brand-content .bph_box{
    width:100%;
    height: auto;
    margin:0 auto;
}

.MOBILE #brand_block .brand-content .bph_box img{
    display: block;
    width:100%;
    height: auto;
}

/*品牌延伸連結*/

.PC .guide_blank {
    height: 20px;
	}.MOBILE .guide_blank {
		height: 15px;
	}

/* ============== APP下載區塊 ============== */
.PC .download_area{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	}.MOBILE .download_area{
		width:100%;
		height: auto;
		overflow: hidden;
		margin:0 auto;
		margin-top:10px;
	}

.PC .ph_itembox{
	width:85%;
	height: auto;
	margin:0 auto;
	}.MOBILE .ph_itembox img{
		display: block;
		width: 90%;
		height: auto;
		margin:0px auto;
	}


.PC .ph_itembox img{
	display: block;
	width:100%;
	height: auto;
}


/* ============== APP下載區塊：雙平台按鈕 ============== */
/* 雙平台按鈕樣式：圖片 */
.IOS_bt{
	background: url(../images/brand_block/ph_bt_ios.png) no-repeat top center;
	background-size: contain;
}

.Android_bt{
	background: url(../images/brand_block/ph_bt_Android.png) no-repeat top center;
	background-size: contain;
}

.PC .button_area02{
	width:450px;
	height: auto;
	margin:15px auto;
	}.MOBILE .download_area .button_area02{
		display: block;
		margin-top:10px;
	}

.PC .button_area02 ul{
	width:100%;
	height: 65px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	}.MOBILE .button_area02 ul{
		width:88%;
		height: 50px;
		margin:0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

.PC .button_area02 ul li{
	width:49%;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	}.MOBILE .button_area02 ul li{
		width:49%;
		height: auto;
		border-radius: 8px;
		overflow: hidden;
		cursor: pointer;
	}

.PC .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 .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 .button_area02 ul li a:hover{
	transform: scale(.95);
}