

body{
	font: normal 16px "Microsoft JhengHei UI","微軟正黑體","Arial";
	color: #666;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.btn_item{
	user-select: none;
	box-sizing: border-box;
}

.row{
	width: 100%;
}

.column_2{
	width: 50%;
}

.column_3{
	width: 33%;
}

.column_4{
	width: 25%;
}

.column_5{
	width: 20%;
}

.column_6{
	width: 16.5%;
}

.column_7{
	width: 14%;
}

.column_8{
	width: 12.5%;
}

.column_9{
	width: 11%;
}

.column_10{
	width: 10%;
}

#main_body{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#main_block{
	margin-top: 10px;
}

.main_block{
	width: 746px;
	margin-right: 10px;
}

.main_width{
	width: 956px;
	margin-left: auto;
	margin-right: auto;
}

.side_block{
	width: 200px;
	overflow: hidden;
}

.side_block_bn img{
	width: 100%;
}

.block_item{
	display: block;
}

.inline_item{
	display: inline-block;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.fixed{
	position: fixed;
}

.absolute{
	position: absolute;
}

.relative{
	position: relative;
}

.hidden_block{
	display: none;
}

.cusor_pointer{
	cursor: pointer;
}

.block_center{
	margin: 0 auto;
}

/*文字系列*/

.font_big{
	font-size: 21px;
}

.font_small{
	font-size: 13px;
}

.font_bold{
	font-weight: bold;
}

.text_center{
	text-align: center;
}

.text_right{
	text-align: right;
}

.text_ellipsis{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*顏色系列*/

.color_primary,.hover_color_primary:hover{
	color: #f75b96;
}

.bg_primary,.hover_bg_primary:hover{
	background-color: #f75b96;
}

.color_second,.hover_color_second:hover{
	color: #ffa000;
}

.bg_second,.hover_bg_second:hover{
	background-color: #ffa000;
}

.color_third,.hover_color_third:hover{
	color: #47c800;
}

.bg_third,.hover_bg_third:hover{
	background-color: #47c800;
}

.color_fourth,.hover_color_fourth:hover{
	color: #04bbff;
}

.bg_fourth,.hover_bg_fourth:hover{
	background-color: #04bbff;
}

.color_fifth,.hover_color_fifth:hover{
	color: #d14fe0;
}

.bg_fifth,.hover_bg_fifth:hover{
	background-color: #d14fe0;
}

.color_w,.hover_color_w:hover{
	color: #FFF;
}

.bg_w,.hover_bg_w:hover{
	background-color: #fff;
}

.color_light,.hover_.color_light:hover{
	color: #eee;
}

.bg_light,.hover_bg_light:hover{
	background-color: #eee;
}

.color_medium,.hover_.color_medium:hover{
	color: #999;
}

.bg_medium,.hover_bg_medium:hover{
	background-color: #999;
}

.color_dark,.hover_color_dark:hover{
	color: #666;
}

.bg_dark,.hover_bg_dark:hover{
	background-color: #666;
}

.border_medium{
	border-color: #999;
	box-sizing: border-box;
}

.radius_light{
	border-radius: 10px;
}

.radius_bold{
	border-radius: 50px;
}

.transparent_dark{
	background-color: rgba(0,0,0,0.5);
}

.transparent_light{
	background-color: rgba(255,255,255,0.8);
}

.transition{
	transition: all 0.2s;
}


.bg_block{
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}
}

.intro_block{
	height: auto;
	padding-bottom: 15px;
}

.bg_block{
	height: 75vh;
	max-height: 520px;
}

.intro_logo{
	top: 2%;
	right: 2%;
}

.intro_logo img{
	width: 100%;
}

.intro_content{
	bottom: 0;
	left: 0;
}

.intro_content>div{
	box-sizing: border-box;
	margin-top: 5px;
	padding: 10px 2%;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.btn_enter{
	padding: 10px 5px;
}

.warn_content{
	margin: 10px 0;
}

.warn_content img{
	width: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

@media screen and (max-height: 568px) {
	.bg_block{
		height: 70vh;
	}
}

@media screen and (max-width: 374px){

	.warn_content{
		font-size: 14px;
	}

	.warn_content img{
		margin-right: 5px;
	}

}