#BE6 .bgpurple {
	background-color: #7e308e;
}
#BE6 .twhite {
	color: #fff;
}
#BE6 .tshadow {
	text-shadow:2px 1px 7px #000000;
}
#BE6 .tcter {
	text-align: center;
}
#BE6 .h2-1 {
	font-size: 45px;
	font-weight: lighter;
	line-height: 55px;
}
#BE6 .h6-0 {
	font-size: 16px;
	font-weight: lighter;
	line-height: 16px;
}
#BE6 .h6-1 {
	font-size: 16px;
	font-weight: lighter;
	line-height: 24px;
}
#BE6 .nubtn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 50px;
	line-height: 1.42857143;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	/*漸變*/
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	/*陰影*/
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
#BE6 .nubtn:hover {
	opacity: 0.8;
	color: rgba(210,210,210,0.82);
	text-decoration: none;	
	/*陰影*/
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.9);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}
#BE6 .nubtn a {
	color: #FFFFFF;
	text-decoration: none;
}
#BE6 .nubtn a:hover {
	color: #FFFFFF;
}
#BE6 .section1banner {
	width: 100%;
	height: 100vh;
	background-image: url(../images/sec1bg02.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#BE6 .section1banner .article {
	padding: 11vh 0 0 0;
	text-align: center;
}
#BE6 .section1banner .logo {
	max-width: 600px;
	margin: 0 auto;
}
#BE6 .section1banner .btncenter {
	margin: 2vh auto;
	text-align:center;
}
@media screen and (max-width: 375px) {
#BE6 .section1banner .mbtspace{
	width:100%;
	height:20%;
	position:absolute;
	bottom:0;
	z-index:99;
	background-color:rgba(0,0,0,0.5);
	}
}
#BE6 img{
	max-width: 85%;
    height: auto;
}	