head,body,button,caption,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul{margin:0;padding:0}
abbr,body,fieldset,html,iframe,img{border:0}
li{list-style:none}
textarea{overflow:auto;resize:none}
b,em,h1,h2,h3,h4,h5,h6,strong{font-weight:700}
a,a:hover{text-decoration:none;}
a:hover{text-decoration:none}
a,button{cursor:pointer;text-align:center;color: #333;}
button{border:0;outline:0;background:0 0}
li{list-style:none}
textarea{overflow:auto;resize:none}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0}
table{border-collapse:collapse;border-spacing:0}
.tc{text-align:center}
body,html{width:100%;min-width:1000px;height:auto;font:20px / 1.6 "思源宋体","Microsoft YaHei", '微软雅黑', 'STXihei', '华文细黑', serif;color: #fff;}
.clear:after {display: block;clear: both;visibility: hidden; height: 0;overflow: hidden; content: "."}
.animate{-o-transform: translateY(60px);-webkit-transform: translateY(60px);-moz-transform: translateY(60px);-ms-transform: translateY(60px);transform: translateY(60px); opacity: 0;-webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;-o-transition: opacity 1s ease-out, -o-transform 1s ease-out; -ms-transition: opacity 1s ease-out, -ms-transform 1s ease-out;-moz-transition: opacity 1s ease-out, -moz-transform 1s ease-out; transition: opacity 1s ease-out, transform 1s ease-out;}
.am{opacity: 1;-o-transform: translateY(0)!important;-webkit-transform: translateY(0)!important;-moz-transform: translateY(0)!important;-ms-transform: translateY(0)!important;transform: translateY(0)!important;}
.imgb{display: block; width: 100%;}
.main{
	width: 1200px;
	margin: 0 auto;
}
.cell{
	display: -webkit-box;display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center; 
	align-items: center;
}
.bd{
	-webkit-box-flex: 1;
	-webkit-flex: 1; 
	flex: 1;
}
.flex_center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrap{
	padding-top: 88px;
	text-align: center;
}
.head{
	position: fixed;
	padding: 10px 0;
    top: 0;
	z-index:99999;width:100%;
	height:68px;
	background:#fff;color:#2b2b2b;
	font-weight:400;line-height:68px;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	text-align: left;

}
.head .icon{
	width: 210px;
	margin-right: 10px;
}
.head .icon img{
	display: block;
	width: 100%;
}
.head .link{
	display: inline-block;
	margin-left: 20px;
	font-size:18px;
	line-height: 1.2;
}
.head .link:hover,.head .cur{
	border-bottom: 1px solid #333;
}
.game{
	height: 870px;
	background: url('../imgs/game.jpg') no-repeat center / cover;	
	position: relative;
}
.game:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    background: rgba(0,0,0,.5);
}
.game .name{
	position: relative;
	z-index: 10;
	font-size: 52px;
	color: #fff;
}
.down{
	margin-top:20px;
	position: relative;
	z-index:10
}
.btn,.btn2{
	display:inline-block;
	border-radius: 40px;
    border: none;
    background: #4c94d9;
    color: #fff;
    padding: 14px 50px;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
	margin:0 10px
}
.btn:hover{
	background: #67adf0;
}
.btn2{
	background: #ff8d00;
}
.btn2:hover{
	background: #ffc200;
}
.info{
	padding: 75px 0;
	background: url('../imgs/info.jpg') no-repeat center / cover;
	font-size: 20px;
    line-height: 1.45;
	font-weight: bold;
}
.form{
	width: 388px;
	margin: 30px auto 0;
}
.form .item{
	border-radius: 4px;
	margin-bottom: 10px;
}
.form input,.form textarea{
	display: block;
	background: #fff;
    color: #444;
	width: 100%;
    font-size: 18px;
    padding: 11px 10px;
    border-radius: 3px;
    border: 1px solid #bbb;
	outline: none;
	font-family: '思源宋体';
	appearance: none;
    -webkit-appearance: none;
}
.submit{
	border-radius: 4px;
    border: none;
    background: #4c94d9;
    color: #fff;
	padding: 14px 28px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.about{
	padding: 75px 0;
	background: url('../imgs/about.jpg') no-repeat center / cover;	
}

.content{
	background-color: #E8EAEC;
	padding: 40px 0;
	color: #222;
	font-size: 16px;
	line-height: 1.4;
}

.content .main{
	background:#fff;
	min-height:600px;
	padding:30px 20px;
}

.foot{
	text-align: center;
	font-size: 16px;
	background: #1c1c1c;
	color: #fff;
	padding: 20px;
	line-height: 1.8;
}
.foot a{
	color: #fff;
}
.website_text{
	padding:20px 0;
	text-align:left;
	line-height:2
}
.user,.login_btn{
    margin-left: 20px;
    color: #333;
	line-height:30px;
	font-size:12px;
}
.user a,.login_btn a{
    display: inline-block;
    color: #fff;
	background:#4c94d9;
	height:30px;
    padding: 2px 20px;
	border-radius:4px;
}
.user{
    display: none;
}