/* @charset "utf-8";
.header {
	background-image: url(/uploads/image/wc2020/bg-pc.jpg);
	height: 608px;
	position: relative;
}
.header .pic {
	display:none;
}
.header .logo {
	position: absolute;
	width: 1200px;
	left: 330px;
	top: auto;
	bottom: 60px;
	z-index: 20;
}
.header .logo .main span {
	background-position: center bottom;
	height: 55px;
	width: 100%;
	animation: none;
	margin: auto;
}
.nav, .footer {
	background-color: #c4030b;
}
body {
	background-color: #fff;
}
.nav .main li a:hover {
	background-color: #97020a;
}
 */