/*body.vip {
    height: 2780px;
    background: url(images/banner.jpg) no-repeat center 106px,url(images/h.jpg) repeat-y center 1900px;
}*/
body{background:red;padding-bottom: 500px;}
body.vip {
    /*height: 4780px;*/
    background: /*url(../image/111_02.png) no-repeat center 106px,
   url(images/bg.jpg) no-repeat center 638px*/
   url(../image/111_02.png) no-repeat center 106px,
   url(../image/111_03.png) no-repeat center 654px,
    url(../image/0_02.jpg) no-repeat center 1125px;
	 
	
}
.wrapper > img{
	float: left;
}
.header .nav{
	position: static;
	float: left;
}
.header{
	background: #c92142;
}
.header .nav li a{
	height: 106px;
	line-height: 106px;
	margin-top: 0;
	font-weight: bold;
}
.header .nav li a:hover{
	border-radius: 0;
}
.search{
	margin-top:440px;
}
.content{
	margin-top: 105px;
}
.hd{
	text-align: center;
}
.fc-yellow {
    color: #f80213!important;
}
.content p{
	color: #171115;
}
.content .tbl th{
    background: #e9dc85;
    border:1px solid #020000;
    color: #030303;
}
.content .tbl td{
	border:1px solid #020000;
	background: #2c2c2c;
	color: #bcbcbc;
}
.footer .wrapper{
	background: none;
}
.footer{
	height: 120px;
	background: #000000;
	
	border: 0;
}
.copy{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-top:40px;
}
.footul{
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.footul li{
	float: left;
}
.footul li a{
	color:#858181;
	padding:0 4px;
}