@charset "utf-8";

body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd{margin:0;padding:0;border:0;}
ul,ol{list-style-type:none;}
a{text-decoration: none}
p{text-align: center;}
h1{font-size: 40px;text-align: center;}

html{
	overflow-x: hidden;
	font-family: microsoft yahei,sans-serif;
	cursor: default;
}

*{
	margin: 0;
	padding: 0;
	outline: none;
}

body{
	overflow-x: hidden;
	width: 100%;
	height: auto;
	background: url(../img/background.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
}

iframe{
	overflow: hidden;
	display: block;
	margin: 0 auto;
	border-radius: 12px;
	-webkit-border-radius: 12px;
}

#background{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#white{
	width: 63%;
	height: 100%;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.header{
	width: 100%;
	height: 80px;
	background-color: #1772b4;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}

.header ul{
	width: 1200px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.header ul li{
	width: 200px;
	height: 80px;
	font-size: 18px;
	text-align: center;
	line-height: 80px;
	color: white;
}

.header ul li:hover{
	background-color: rgba(255,255,255,.4);
	color: red;
	cursor: pointer;
}

.banner{
	width: 63%;
	box-shadow: 0px 2px 5px rgba(0,0,0,.4);
	margin: 0 auto;
}

.banner img{
	width: 100%;
	height: auto;
}

.banner a{
	display: block;
	position: absolute;
	left: 3%;
	top: 80px;
	text-align: center;
}

.banner a img{
	width: 117px;
	height: auto;
}

.selected{
	background-color: rgba(255,255,255,.4);
	color: red !important;
	cursor: pointer;
}

.rank{
	width: 100%;
	height: auto;
	margin-top: 40px;
	text-align: center;
}

.rank h1{
	font-size: 40px;
}

.rank p{
	margin-top: 10px;
	font-size: 18px;
}

.rank img{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.rank h2{
	font-size: 28px;
	margin-top: 20px;
}

.rank h3{
	font-size: 18px;
}

.rank h3 span{
	color: red;
}

.rank table{
	padding: 0;
	width: 760px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	border: 1px solid black;
}

.rank table tr td{
	width: 150px;
	height: 35px;
	border: 1px solid black;
	color: #222222;
	background-color: rgba(255,255,255,.2);
}

.news{
	width: 100%;
	height: auto;
	margin-top: 40px;
}

.news ul{
	width: 640px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	list-style-type: decimal;
	padding: 30px;
	background-color: rgba(255,255,255,0.4);
	border-radius: 10px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}

.news ul button{
	width: 100px;
	height: 30px;
	float: right;
	border: none;
	color: white;
	background-color: #1772B4;
	border-radius: 6px;
	box-shadow: inset 1px 2px 5px rgba(0,0,0,0.4);
	transition: all 0.5s;
	cursor: pointer;
}

.news ul button:hover{
	background-color: #1772B4;
	border-radius: 6px;
	box-shadow: inset 1px 2px 5px rgba(0,0,0,0.4);
	transform: translate(calc(0px), calc(-2px));
	transition: all 0.5s;
	cursor: pointer;
}

.news ul button:active{
	opacity: 0.4;
	transition: all 0s;
}

.hot{
	color: red;
}

.news ul li{
	width: 640px;
	height: 30px;
	line-height: 35px;
	list-style-position:inside;
	padding: 5px 0 0 0;
	border-bottom: 1px dashed #222222;
}

.games{
	width: 100%;
	height: auto;
	margin-top: 40px;
}

.games p{
	margin-top: 10px;
	font-size: 18px;
}

.games ul{
	width: 640px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	list-style-type: decimal;
	padding: 30px;
	background-color: rgba(255,255,255,0.4);
	border-radius: 10px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}

.games ul button{
	width: 100px;
	height: 30px;
	float: right;
	border: none;
	color: white;
	background-color: #1772B4;
	border-radius: 6px;
	box-shadow: inset 1px 2px 5px rgba(0,0,0,0.4);
	transition: all 0.5s;
	cursor: pointer;
}

.games ul button:hover{
	background-color: #1772B4;
	border-radius: 6px;
	box-shadow: inset 1px 2px 5px rgba(0,0,0,0.4);
	transform: translate(calc(0px), calc(-2px));
	transition: all 0.5s;
	cursor: pointer;
}

.games ul button:active{
	opacity: 0.4;
	transition: all 0s;
}

.games ul li{
	width: 640px;
	height: 30px;
	line-height: 35px;
	list-style-position:inside;
	padding: 5px 0 0 0;
	border-bottom: 1px dashed #222222;
}

.games ul li:hover{
	cursor: pointer;
	font-weight: bold;
	text-shadow: 2px 2px 5px #999999;
	transition: all 0.3s;
}

.def{
	width: 100%;
	height: auto;
	margin-top: 40px;
	text-align: center;
}

.def h1{
	font-size: 40px;
}

.def p{
	margin-top: 10px;
	font-size: 18px;
}

.com_s{
	width: 100%;
	height: auto;
	margin-top: 40px;
	text-align: center;
}

.com_s h1{
	font-size: 40px;
}

.com_s p{
	margin-top: 10px;
	font-size: 18px;
}

.com_s p span{
	font-size: 14px;
	color: #333333;
}

.end{
	width: 100%;
	height: 60px;
	margin-top: 100px;
	background-color: #1772B4;
	color: white;
	text-align: center;
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	position: fixed;
	bottom: 0;
}

.end div{
	width: 80%;
	height: 30px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.end div p{
	font-size: 16px;
	cursor: default;
}

.end a:hover{
	color: #FF0000;
}

.end div a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}

.end div a img{
	width: 20px;
	height: 20px;
}

.end div a p{
	cursor: pointer;
}

a{color: white;}