#banner {
	width: 100%;
	background: #fff;
	line-height: 0;
}
#banner img {
	width: 100%;
}
.main {
	margin: 0 auto;
	width: 1200px;
	min-height: 400px;
	background: #fff;
}
h1, h2 {
	text-align: center;
	font-weight: normal;
	font-size: 40px;
	line-height: 100px;
	height: 110px;
}
.main .left {
	width: 500px;
	height: 265px;
	float: left;
}
.search {
	width: 400px;
	height: 220px;
	padding: 20px 0;
	margin: 0 auto;
	border: #CCC solid 1px;
}
.search h4 {
	text-align: center;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
.search ul {
	width: 280px;
	height: 200px;
	margin: 0 auto;
}
.search li {
	width: 280px;
	text-align: center;
	padding: 10px 0;
}
.search li .input {
	width: 280px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	color: #222;
	border: #999 solid 1px;
	margin: 0 auto;
}
.search li #searchbut {
	width: 280px;
	height: 40px;
	line-height: 40px;
	background: #3473FF;
	border: none;
	font-size: 18px;
	color: #FFF;
	border-radius: 3px;
	letter-spacing: 2px;
	font-size: 22px;
	text-align: center;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 4px;
}
.main .right {
	width: 645px;
	height: 260px;
	background: #eee;
	float: left;
}
.result {
	width: 1200px;
	height:auto;
	background: #fff;
	margin: 20px auto 0;
	padding-bottom:30px;
}
.result .item {
	width: 1150px;
	height: 50px;
	margin: 0 auto;
	background: #eee;
	border: #CCC solid 1px;
	border-bottom: none;
}
.result .item ul {
	width: 1150px;
	height: 50px;
	display:flex;
}
.result .item ul li {
	width: 185px;
	height:50px;
	line-height:50px;
	text-align: center;
	font-size:20px;
	cursor:pointer;
}
.result .item ul li.curr {
	background: #fff;
	color: #0094ff;
	font-weight: bold;
	cursor:default;
}
.ranking {
	width: 1100px;
	padding: 25px;
	margin: auto;
	border: #CCC solid 1px;
	border-top: none;
	display:none;
}

 
table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	line-height: 35px;
}
table th {
	background: #3473FF;
	color: #fff;
}
table tr td {
	border: 1px solid #3473FF;
	box-sizing: border-box;
	color: #666;
}
table, table tr th {
	border: 1px solid #fff;
	box-sizing: border-box;
}
table, table tr th:first-child {
	border-left: 1px solid #3473FF;
}
table, table tr th:last-child {
	border-right: 1px solid #3473FF;
}
table tr:hover {
	background: #eee;
	color: #000;
}



.top{ width:1100px; display:flex; justify-content:space-between; padding-top:20px;}



table.one {
	width: 22%;
	margin-right: 40px;
}
table.one:last-child {
	margin-right: 0;
}

#myresult {
	width: 1100px;
	padding: 20px 0;
	clear: both;
	margin: 0 auto;
}
 
#myresult table th {
	background: #3473FF;
	color: #fff;
}
#myresult table tr td {
	border-left: 1px solid #3473FF;
}
#myresult table tr td {
	border: 1px solid #3473FF;
}
#myresult p {
	line-height: 30px;
	padding: 5px 0;
	color: #00F;
	text-align: right;
}


/*  wait */

.wait{ width:1200px; height:300px; margin:0 auto;}

.wait .left {
	width: 530px;
	height: 265px;
	float: left;
	background:#fff;
}

.wait .left dl{	
    width: 400px;
	height: 250px;
	margin:20px auto 0;
}

.wait .left dl dt{ text-align:center; height:150px; display:flex; justify-content:center; align-items:center;}

.wait .left dl dd{ text-align:center; font-size:28px;}



.wait .right {
	width: 645px;
	height: 260px;
	background: #eee;
	float: right;
}


