.wrapper{
	width:1200px;
	margin:0 auto;
}
.evaluatein{
	margin:30px 0;
}
.evaluatein .title img{
	width:100%;
	margin-bottom:30px;
}
.evaluatein .evaluatebtns{
	width:442px;
	height:53px;
	margin:0 auto ;
}
.evaluatein .evaluatebtns button{
	width:192px;
	height:53px;
	background:#123081;
	text-align:center;
	line-height:53px;
	color:#fff;
	font-size:18px;
	border:none;
}
.evaluatein .evaluatebtns button:hover{
	background:#0b1d4e;
	cursor:pointer;
}
.evaluatein p{
	margin-top:40px;
	text-align:center;
	font-size:12px;
	color:#868585;
}

/*represent*/
.represent{
	height:900px;
	position:relative;
}
.represent .representbox{
	width:286px;
	float:left;
}
.represent .representbox .paddingbox{
	width:276px;
	border:1px solid #d1d1d1;
	margin:5px;
	transition: all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition: all0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;

}
.represent .representbox .paddingbox:hover{
	transform:translateY(-6px);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
}
.represent .representbox .lt{
	width:90px;
	height:45px;
	background:#123081;
	text-align:center;
	line-height:45px;
	margin-bottom:20px;
	margin-top:1px;
	margin-left:1px;
}
.represent .representbox .lt span{
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.represent .representbox .representin{
	width:252px;
	margin:0 auto;
}
.represent .representbox .representin .eval{
	margin-bottom:20px;
}
.represent .representbox .representin .eval p{
	font-size:14px;
	line-height:20px;
	color:#000;
}
.represent .representbox .representin .eval p:nth-child(2){
	text-align:right;
	margin-top:10px;
	color:#0c5da1;
}
.represent .representbox .representin .introduce a{
	width:46px;
	height:46px;
	margin-right:14px;
	border-radius:50%;
	display:inline-block;
	overflow:hidden;
	margin-bottom:10px;
}
.represent .representbox .representin .introduce a img{
	width:100%;
	height:100%;
}
.represent .representbox .representin .introduce span{
	position:relative;
	top:-26px;
	font-weight:bold;
}
.represent .representbox .representin .introduce p{
	font-size:12px;
	line-height:18px;
	color:#797979;
	padding-bottom:30px;
}

/*遮罩层*/
#mask{
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	background:rgba(0,0,0,0.7);
	width:0;
	height:0;
}
#mask #cancel{
	position:absolute;
	top:16px;
	right:16px;
	padding:3px 5px;
	background:#ccc;
	border:1px solid #ddd;
}
#mask .writeevaluate{
	display:none;
	width:694px;
	height:670px;
	background:#0077e3;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate3d(-50%,-50%,0);
	border-radius:16px;
}
#mask .writeevaluate h1{
	color:#fff;
	text-align:center;
	font-size:20px;
	margin-top:20px;
	margin-bottom:30px;
}
#mask .writeevaluate .writtebox{
	width:566px;
	margin:0 auto;
}
#mask .writeevaluate .writtebox .inputrow{
	margin-bottom:16px;
}
#mask .writeevaluate .writtebox .inputrow span{
	font-size:16px;
	line-height:30px;
	margin-right:30px;
	color:#fff;
}
#mask .writeevaluate .writtebox .inputrow input{
	width:450px;
	height:30px;
	background:#fff;
	text-indent:10px;
	color:#878787;
}
#mask .writeevaluate .writtebox .moreline textarea{
	color:#878787;
	width:450px;
	height:112px;
	text-indent:10px;
}
#mask .writeevaluate .writtebox .moreline span{
	position:relative;
	top:-50px;
}
#mask .writeevaluate .writtebox .evalcon span{
	margin-left:16px;
}
#mask .writeevaluate .writtebox .updataimg div{
	display:inline-block;
}
#mask .writeevaluate .writtebox .updataimg span{
	margin-left:16px;
}
#mask .writeevaluate .writtebox .updataimg .imgbox{
	width:194px;
	height:116px;
	background:#ccc;
	margin-right:22px;
}
#mask .writeevaluate .writtebox .updataimg .imgboxright{
	/* width:232px; */
	position: relative;
	top:-16px;
}
#mask .writeevaluate .writtebox .updataimg .imgboxright button{
	width:94px;
	height:36px;
	margin:16px 0 30px;
}
#mask .writeevaluate .writtebox .updataimg .imgboxright p{
	font-size:16px;
	color:#fff;
}
#submit{
	display:block;
	width:350px;
	height:50px !important;
	border-radius:10px;
	margin:40px auto;
}


/*大层*/
	.container{width:80%;margin: 0 auto;}
	/*瀑布流层*/
	.waterfall{
			-moz-column-count:4; /* Firefox */
			-webkit-column-count:4; /* Safari 和 Chrome */
			column-count:4;
			-moz-column-gap: 1em;
		-webkit-column-gap: 1em;
		column-gap: 1em;
		margin-bottom: 50px;
	}
	/*一个内容层*/
	.item{
		padding: 0.5em;
		margin: 0 0 1em 0;
		-moz-page-break-inside: avoid;
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
	 border: 1px solid #d1d1d1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	}
	.item:hover{
transform:translateY(-6px);
-webkit-transform: translateY(-6px);
-moz-transform: translateY(-6px);
-o-transform: translateY(-6px);
-ms-transform: translateY(-6px);
}
	.item .lt {
		width: 90px;
		height: 45px;
		background: #123081;
		text-align: center;
		line-height: 45px;
		margin-bottom: 20px;
		margin-top: 1px;
		margin-left: 1px;
		padding: 0 5px;
	}
	.item .lt span{
		color: #fff;
	}
	.item img{
			width: 100%;
			margin-bottom:10px;
	}
	.representin{
		margin: 0 auto;
		FONT-FAMILY: 'Microsoft YaHei';
	}
	.eval{
				margin-bottom: 20px;
	}
	.eval p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.eval p:nth-child(2) {
	text-align: right;
	margin-top: 10px;
	color: #0c5da1;
}
.introduce a {
	width: 46px;
	height: 46px;
	margin-right: 14px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #eee;
}
.introduce a img{
width: 100%;
height: 100%;
}
.representin .introduce span {
	position: relative;
	top: 5px;
	font-weight: bold;
	vertical-align: top;
}
.representin .introduce p {
	font-size: 12px;
	line-height: 18px;
	color: #797979;
	padding-bottom: 30px;
}
.evaluatein .evaluatebtns button {
	width: 192px;
	height: 53px;
	background: #123081;
	text-align: center;
	line-height: 53px;
	color: #fff;
	font-size: 18px;
	border: none;
	outline:none;
}
.r {
	float: right;
	overflow: hidden;
}
.f {
	float: left;
	overflow: hidden;
}


.file {
		position: relative;
		display: inline-block;
		background: #D0EEFF;
		border-radius: 4px;
		padding: 4px 12px;
		overflow: hidden;
		color: #1E88C7;
		text-decoration: none;
		text-indent: 0;
		line-height: 20px;
}
.file input {
		position: absolute;
		font-size: 100px;
		right: 0;
		top: 0;
		opacity: 0;
}
.file:hover {
		background: #AADFFD;
		border-color: #78C3F3;
		color: #004974;
		text-decoration: none;
}
