@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
}
body {
	background:#191616 url(../images/index/bg.jpg) no-repeat;
	padding:30px 0 0 0;
	margin:0;
	color:#d0d0d0;
}

.mainImages {
	background:url(../../images/index/cast.png?2001301320) center 50px no-repeat;
	margin-top:14px;
	height:780px;
}
.cmt {
	padding:20px 0 0;
	font-size:20px;
}
.enter a, .leave a {
	display:block;
	background:url(../images/index/btn.png) no-repeat;
	margin:5px 0;
	width:532px;
	height:112px;
	overflow:hidden;
}
.enter a {
	background-position:0 0;
}
.leave a {
	background-position:0 -112px;
}
.foreign a {
	display:block;
	background:url(../images/index/btn_english.png) no-repeat;
	margin:15px 0;
	width:532px;
	height:112px;
	overflow:hidden;
}

#footer {
	padding:30px 0;
}
.cr {
	padding-top:14px;
	font-size:11px;
	font-size:1.2rem;
}

.msg {
	padding:60px 20px;
	font-size:16px;
	font-size:1.6rem;
	line-height:normal;
	color:#f1f1f1;
	text-align:left;
}
.msg span {
	font-size:24px;
	font-size:2.2rem;
}

a.txtbtn {
	display:inline-block;
	background:#3c3c3c;
	border-radius:14px;
	padding:18px;
	margin:10px 0;
	width:80%;
	font-size:16px;
	font-size:1.6rem;
	color:#f4a01d;
	text-align:center;
}
