body{
	background-color:#1b1b1b;
}
.container{
	width: 1000px;
	margin: 0 auto;
}
.header{
	height: 111px;
	line-height: 111px;
	color: #957132;
	font-size: 18px;
	border-bottom: 1px solid #e7bc1a;
}
.header .brand{
	float: left;
	margin-right: 80px;
}
.brand img{
	vertical-align: middle;
}
.article{
	line-height: 21px;
	font-size: 14px;
	color: #5b5b5b;
}
.article h3{
	font-size: 16px;
}
.article p{
	margin:27px 0;
}
.article b{
	color: #b9b9b9;
}
.article dl{
	float: left;
	overflow: hidden;
	width: 385px;
	padding:28px 0 18px;
}

.article dl dt{
	font-size: 40px;
	color: #505050;
	float: left;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: bolder;
}
.garrison{
	padding-top: 21px;
}
.garrison .tt,.wait .tt{
	background-image: url(../../images/judg/tt.png);
	background-repeat: no-repeat;
	height: 31px;
	padding-left:28px;
	font-size: 18px;
	font-weight: bold;
	color: #957132;
}
.list{
	margin-top: -15px;
	margin-bottom: 30px;
}
.list li{
	float: left;
	width: 145px;
	height: 215px;
	padding:70px 27.5px 0;
	position: relative;
}
.list li>a{
	display: block;
	width: 145px;
	height: 145px;
	line-height: 145px;
	background: #000;
	border: 2px solid #323232;
	border-top: none;
	border-right: none;
	text-align: center;
	border-radius: 50%;
}
.list li>a:hover{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.24);
	-o-transform: scale(1.24);
	transform: scale(1.24);
	border:1px solid #986f27;
}

.list li>a:hover img{
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	box-shadow:0 0 50px #a47728;
}
.list li img{
	width: 138px;
	height: 138px;
	border-radius: 50%;
	padding-top: 3px;
}
.list .des{
	text-align: center;
	line-height: 1;
}
.list .name{
	color: #efb44d;
	font-weight: bold;
	font-size: 15px;
	margin: 20px 0 10px;
}
.list .intro{
	color: #939393;
	font-size: 13px;
}
.list .detail{
	display: none;
	color: #000;
	font-size: 12px;
	color: #6c6b6b;
	line-height: 1.8;
	position: absolute;
	top:185px;
	left:-30px;
	background: url(../../images/judg/detail.png) no-repeat;
}
.list li>a:hover .detail{
	display: block;
}
.list .detail .inner{
	width: 245px;
	height: 149px;
	padding:10px;
	overflow: hidden;
}
.list .detail .name,.list .detail .intro{
	margin: 0;
	text-align: center;
}
.garrison .more{
	width: 370px;
	height: 121px;
	margin: 50px auto 0;
	background-image: url(../../images/judg/more_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 85px;
}
.garrison .more a{
	font-size: 14px;
	color: #896832;
	font-weight: bold;
}

.wait-list{
	counter-reset:num;
	padding-top: 28px;
}
.wait-list li{
	width: 447px;
	height: 78px;
	background: #272727;
	line-height: 78px;
	color: #939393;
	counter-increment: num;
	margin-bottom: 35px;
}
.wait-list li:nth-child(odd){
	float: left;
}
.wait-list li:nth-child(even){
	float: right;
}
.wait-list li:before{
	content:counter(num);
	font-size: 18px;
	padding:0 25px;
	font-weight: bold;
	float: left;
}
.wait-list li p{
	float: left;
	white-space: nowrap;
	width: 253px;
	overflow: hidden;
	text-overflow:ellipsis;
}
.wait-list li .name{
	padding-right: 18px;
	line-height: 1;
}
.wait-list li .company{
	display: inline-block;
	line-height: 1;
}
.wait-list li .like{
	color: #cc484e;
	font-size: 15px;
	font-weight: bold;
	float: right;
	padding-right: 45px;
	cursor: pointer;
}
.wait-list li .like.active:before{
	background-position: 0 0;
}
.wait-list li .like:before{
	content:"";
	display: inline-block;
	margin-right: 13px;
	width: 25px;
	height: 24px;
	vertical-align: -5px;
	background: url(../../images/judg/love.png) -25px 0;

}
.pagnation{
	height: 28px;
	float: right;
}

.pagnation a,.pagnation span{
	display: inline-block;
	min-width: 28px;
	height: 28px;
	background: #6b6b6b;
	margin-right: 8px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
}
.pagnation .act{
	background: #3a3a3a;
}
.pagnation .next{
	padding:0 5px;
}
/*footer*/
.footer{
	background: #171717;
}
.footer .container{
	line-height:45px;
	width: 1053px;
	color: #3d3c3c;
	font-size: 12px;
}
.popup{
	width: 600px;
	height: 295px;
	margin: 118px auto 0;
	background: url(../../images/judg/pop_bg.png);
	text-align: center;
}
.popup .inner{
	width: 100%;
	padding-top: 41px;
}
.popup input[type=text]{
	display: block;
	width: 200px;
	height: 43px;
	margin: 0 auto;
	padding-left: 18px;
	background: #2e2e2e;
	color: #877c69;
	border:none;
	margin-bottom: 14px;
}
.popup .sub{
	margin-top: 24px;
	display: inline-block;
	text-indent: -999em;
	border: none;
	background: transparent url(../../images/judg/btn.png);
	width: 161px;
	height: 47px;
	cursor:pointer;
}
.popup .sub:focus{
	outline:none;
}