.main .wrap .main-conent .main-c-left .hospit-evaluation{
	margin-top: 20px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .write-evaluation{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .write-evaluation img{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 5px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-nav{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-nav .hospit-evaluation-nav-list{
	font-size: 14px;
	padding: 2px 10px;
	color: #999999;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	margin-right: 10px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-nav .hospit-evaluation-nav-list.active{
	background-color: rgba(255, 117, 138, .1);
	color: #FF758A;
	border: 1px solid rgba(255, 117, 138, .1);
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .write-evaluation span{
	font-size: 14px;
	font-weight: 700;
	color: #FF758A;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item{
	padding: 10px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border-radius: 5px;
	transition: all .3s;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap{
	display: none;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap.active{
	display: block;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item a{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item.ask a{
	flex-direction: column;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item.ask:hover{
	box-shadow: 0px 0px 12px 0px rgba(150, 150, 150, 0.24);
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item.ask a:hover .top{
	color: #FF758A;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item.ask a .top{
	font-size: 22px;
	color: #444444;
	font-weight: bold;
	transition: all .3s;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item.ask a .center{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item.ask a .pictures{
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item.ask a .pictures img{
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item.ask a .down{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item.ask a .down .left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item.ask a .down .left img{
	width: .6rem;
	height: .6rem;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item a .img-left{
	width: 55px;
	height: 55px;
	margin-right: 10px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item a .left p{
	font-size: 14px;
	text-align: center;
	width: 55px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item a .right .user-name{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item a .right{
	font-size: 12px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item a .right .user-name span:nth-of-type(1){
	color: #333333;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item a .right .user-name span:nth-of-type(2){
	color: #999999;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item a .right .user-star{
	margin-top: 3px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item a .right .user-star img{
	width: 12px;
	height: 12px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item a .right .user-project{
	color: #999999;
	margin-top: 3px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item a .right .user-project .user-project-name{
	color: #FF6980;
	margin-right: 5px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item a .right .user-conent{
	color: #666666;
	margin-top: 5px;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item a .right .user-picture{
	margin-top: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item a .right .user-picture img{
	width: 70px;
	height: 70px;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ask-ev{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}
.ask-ev .ask-ev-center{
	width: 1000px;
	height: 605px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.ask-ev .ask-ev-center .ask-ev-user{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ask-ev .ask-ev-center .ask-ev-user img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.ask-ev .ask-ev-center .ask-ev-user span{
	font-size: 18px;
	color: #666666;
}
.ask-ev .ask-ev-center .ask-ev-star{
	margin-top: 20px;
}
.ask-ev .ask-ev-center .ask-ev-star img{
	width: 24px;
	height: 24px;
}
.ask-ev .ask-ev-center .ask-ev-project{
	margin-top: 20px;
}
.ask-ev .ask-ev-center .ask-ev-project span{
	font-size: 14px;
	color: #666666;
	margin-right: 5px;
}
.ask-ev .ask-ev-center .ask-ev-project select{
	width: 360px;
	height: 38px;
	outline: none;
	border: 1px solid #999999;
	border-radius: 5px;
	color: #666666;
	padding: 0 10px;
}
.ask-ev .ask-ev-center .ask-ev-detail{
	margin-top: 20px;
}
.ask-ev .ask-ev-center .ask-ev-detail textarea{
	width: 936px;
	height: 240px;
	outline: none;
	border: 1px solid #666666;
	border-radius: 5px;
	padding: 10px;
}
.ask-ev .ask-ev-center .ask-container{
	margin-top: 20px;
}
.ask-ev .ask-ev-center .ask-container .z_photo{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.ask-ev .ask-ev-center .ask-container .z_photo .addphoto{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.ask-ev .ask-ev-center .ask-container .hint{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
}
.ask-ev .ask-ev-center .ask-container .z_photo .addphoto .z_addImg{
	position: relative;
}
.ask-ev .ask-ev-center .ask-container .z_photo .addphoto .z_addImg img{
	width: 60px;
	height: 60px;
	border-radius: 5px;
	margin-right: 10px;
}
.ask-ev .ask-ev-center .ask-container .z_photo .addphoto .z_addImg::after{
	content: 'x';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-color: rgba(68, 68, 68, .7);
	color: #FFFFFF;
	position: absolute;
	right: 5px;
	top: -5px;
	z-index: 100;
	border-radius: 50%;
	text-align: center;
	line-height: 1rem;
}
.ask-ev .ask-ev-center .ask-container .z_mask{
	opacity: 0;
	height: 0;
	width: 100%;
	border-radius: 5px;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
	transition: all .3s;
}
.ask-ev .ask-ev-center .ask-container .z_mask .z_alert{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	width: 240px;
	height: 110px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 12px 0px rgba(150, 150, 150, 0.24);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 5px;
}
.ask-ev .ask-ev-center .ask-container .z_mask .text{
	font-size: 18px;
	font-weight: bold;
	color: #444444;
}
.ask-ev .ask-ev-center .ask-container .z_mask .btn{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	font-size: 16px;
	color: #666666;
}
.ask-ev .ask-ev-center .ask-container .z_mask .btn span{
	display: block;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
.ask-ev .ask-ev-center .ask-container .z_mask .btn span:first-child{
	border-right: 1px solid #999999;
}
.ask-ev .ask-ev-center .ask-container .z_file input{
	opacity: 0;
	height: 0;
}
.ask-ev .ask-ev-center .ask-container .z_file{
	width: 60px;
	height: 55px;
	background-image: url(../images/my-add.png);
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
	border: none;
}
.ask-ev .submit{
	width: 76px;
	height: 36px;
	background-color: rgba(255, 117, 138, .3);
	border-radius: 5px;
	text-align: center;
	line-height: 36px;
	color: #FFFFFF;
	margin-top: 20px;
	float: right;
	cursor: pointer;
}
.ask-ev .cancle{
	position: absolute;
	right: -30px;
	top: -30px;
	z-index: 9999;
	cursor: pointer;
}
/* 图片上传 */
@media screen and (max-width:950px) {
	.main .wrap .main-conent .main-c-left .hospit-evaluation{
		margin-top: 0;
	}
	.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-nav{
		background-color: #FFFFFF;
		margin-top: 0;
		padding: .5rem;
	}
	.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item{
		padding: .5rem;
		margin-top: 0;
	}
	.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-nav .hospit-evaluation-nav-list{
		font-size: .65rem;
		padding: .1rem .3rem;
	}
	.ask-ev .ask-ev-center{
		width: 100%;
		height: 100%;
		padding: 0;
		border-radius: 0;
		box-shadow: 0;
		background-color: #F7F7F7;
		overflow: scroll;
	}
	.ask-ev .ask-ev-center .mobile-back{
		height: 2.5rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0 .5rem;
		background-color: #FFFFFF;
	}
	.ask-ev .ask-ev-center .mobile-back .mobcancle{
		width: .9rem;
		height: .9rem;
	}
	.ask-ev .ask-ev-center .mobile-back span{
		font-size: .8rem;
		color: #666666;
		font-weight: bold;
		margin-left: 6.825rem;
	}
	.ask-ev .ask-ev-center .ask-ev-user{
		padding: 0 .5rem;
		margin-top: .75rem;
	}
	.ask-ev .ask-ev-center .ask-ev-star{
		margin-top: .75rem;
		padding: 0 .5rem;
	}
	.ask-ev .ask-ev-center .ask-ev-star #star1{
		display: flex;
	}
	.ask-ev .ask-ev-center .ask-ev-project{
		margin-top: .75rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 .5rem;
	}
	.ask-ev .ask-ev-center .ask-ev-project span{
		white-space: nowrap;
	}
	.ask-ev .ask-ev-center .ask-ev-project select{
		width: 15.375rem;
		height: 1.6rem;
		background-color: #FFFFFF;
	}
	.ask-ev .ask-ev-center .ask-ev-detail{
		margin-top: .75rem;
		padding: 0 .5rem;
	}
	.ask-ev .ask-ev-center .ask-ev-detail textarea{
		width: 100%;
		height: 10rem;
	}
	.ask-ev .ask-ev-center .ask-container{
		margin-top: .75rem;
		padding: 0 .5rem;
	}
	.ask-ev .submit{
		width: 9rem;
		height: 2rem;
		line-height: 2rem;
		float: none;
		margin: 1rem auto;
	}
	.ask-ev .ask-ev-center .ask-container .z_mask{
		border-radius: 0;
	}
	.ask-ev .ask-ev-center .ask-container .hint{
		font-size: .6rem;
		padding: .5rem;
		background-color: rgba(68, 68, 68, .4);
		color: #FFFFFF;
		border-radius: 5px;
	}
	.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item.ask{
		border-bottom: 1px solid rgba(68, 68, 68, .1);
		border-radius: 0;
	}
	.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item.ask a .top{
		font-size: .8rem;
		width: 16rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item.ask a .center{
		font-size: .65rem;
		margin-top: .3rem;
		display: -webkit-box !important;
		overflow: hidden;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.main .wrap .main-conent .main-c-left .hospit-evaluation .hospit-evaluation-wrap .hospit-evaluation-wrap-item.ask a .down{
		font-size: .6rem;
		margin-top: .3rem;
	}
}