@charset "utf-8";

.font_white {
	color: #FFF;
}

.foot_text {
	font-size: 12px;
	line-height: 18px;
	float: left;
	text-decoration: none;
	margin-top: 5px;
}
.room_link {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	float: right;
	width: 100%;
	text-align: right;
}
.en_btn {
	font-size: 14px;
	line-height: 28px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	position: fixed;
	height: auto;
	width: auto;
	top: 10px;
	right: 20px;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 99999;
}
.en_btn a {
	display: block;
	float: left;
	height: 100%;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
