@charset "utf-8";
/* CSS Document */
body{
	background:url("../images/bg_01.jpg") top center no-repeat #000;
}
.bg0{
	background:url("../images/bg_01.jpg") center 400px no-repeat;
	width:100%;
	height:1200px;
}
.bg1{
	background:url("../images/bg_02.jpg") center 400px no-repeat;
	width:100%;
	height:1200px;
}
.bg2{
	background:url("../images/bg_03.jpg") center 800px no-repeat;
	width:100%;
	height:1200px;
}

.main{
	width:868px;
	margin:0 auto;
	height:1200px;
	position:relative;
}
.text{
	position:absolute;
	top:50px;
	width:1188px;
	height:62px;
	background:url("../images/title.png") 0 0 no-repeat;
	left: -170px;
}
.logo{
    left: -65px;
    position: absolute;
    top: -10px;
}
.login{
	left: 410px;
    padding-top: 20px;
    position: absolute;
    top: 440px;
    width: 420px;
}
.login .input_layout{
	width:299px;
	margin:0 auto 5px;
	color:#000;
	font-weight:bold;
	height:53px;
	position: relative;
}
.login .input_layout span.hd{
	line-height:24px;
	font-size:14px;
}
.login .input_layout span.title {
	display: block;
	font-size: 14px;
	line-height: 180%;
	width: 100%;
	padding-right:10px;
	line-height: 66px;
	height: 24px;
	font-weight: bold;
}
.login .input_layout span.title.t1{
	background: url("../images/t1.png") 2px 5px no-repeat;
}
.login .input_layout span.title.t2{
	background: url("../images/t2.png") 2px 5px no-repeat;
}
.login .input_layout span.title.t3{
	background: url("../images/t3.png") 2px 5px no-repeat;
}
.login .input_layout span.title.t4{
	background: url("../images/t4.png?v=1308221621") 2px 5px no-repeat;
}
.login .input_layout input.input_text{
	width:291px;
	height:31px;
	border:0 none;
	text-indent:10px;
	line-height: 31px;
	background:url("../images/input_bg.png") 0 0 no-repeat;
}
.login .input_layout a{
	color:#000;
}
.login .ckbox{
	height:24px;
	margin:0 auto;
}
.login .fb_login {
	width:364px;
	height:70px;
	margin-top:10px;
}
.login .fb_login a {
    background: url("../images/fb_login.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 70px;
    width: 364px;
}
.login .r2Acc{
	text-decoration:underline;
	text-align:center;
	margin:10px auto 0;
	font-size:16px;
	height: auto;
}
.login .r2Acc a{
	font-size: 16px;
}
.login .play_now{
	height: 210px;
    width: 451px;
}
.login .play_now a {
    background: url("../images/play.png") no-repeat scroll 0 0 transparent;
    clear: both;
    float: left;
    height: 210px;
    width: 451px;
}
.login .play_now a:hover{
	background-position:bottom;
}
.redtip, #sp_prompt {
    background-color: black;
    color: yellow;
    font-size: 12px;
    height: 31px;
    left: 270px;
    top: 24px;
    line-height: 31px;
    position: absolute;
    width: 365px;
}
.dv_load {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    display: none;
    font-size: 15px;
    padding: 5px 10px;
    position: fixed;
    text-align: center;
    z-index: 100;
}
.login .input_layout input.input_text{
	line-height: 28px;
}
.footer{
	width:100%;
	bottom:0;
	position: absolute;
}
.footer .links a, .footer .links {
	color: white;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
}