.ycupload-main1 {
	overflow: hidden;
	padding-left: 25px;
}

.ycupload-span1 {
	float: left;
	color: #ff5a5a;
	font-size: 14px;
	line-height: 60px;
	font-weight: 900;
	margin-right: 7px;
}

#clipBtn {
	width: 120px;
	height: 36px;
	border-radius: 4px;
	background-color: #ff8a00;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	outline: none;
}

.clipButton {
	height: 56px;
	line-height: 36px;
	text-align: center;
	padding-top: 8px;
}

.clipBgn {
	width: 100%;
	margin: 10% auto;
	background-color: #FFFFFF;
	overflow: hidden;
	border-radius: 4px;
}

.cover-wrap {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 10000000;
	text-align: center;
}

.clipRow2 {
	min-height: 1px;
	line-height: 160px;
	text-align: center;
	position: relative;
}

.clipContent {
    width: 200px;
	font-size: 28px;
	color: #2c2d2e;
	text-align: center;
	outline: none;
	position: absolute;
	top: 0;
	height: 267px;
	line-height: 495px;
}

.infoBlock .faceImg{
    padding-bottom: 166px;
}

#file {
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#view{
    width:200px;
    height: 200px;
    border-radius: 50%;
    
}