@charset "utf-8";

.cropped {
    /* position: absolute; */
    /* right: -230px; */
    width: 210px;
    border: 0px #ddd solid;
    /* height: 200px; */
    padding: 4px;
    /* box-shadow: 0px 0px 12px #ddd; */
    text-align: center;
    background-color: transparent;
    bottom: 0;
    margin-top: 10px;
	margin: 0 auto;
}
.action {display: block;
    margin-top: 20px;
}
.crop-img {width: 200px;height: 200px;cursor: move;border-radius: 50%;}
.imageBox {
	position: relative;
	height: 300px;
	width: 300px;
	border: 0px solid #aaa;
	background: #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	
	
}
.imageBox .thumbBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	box-sizing: border-box;
	border: 1px solid rgb(102, 102, 102);
	box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
	background: none repeat scroll 0% 0% transparent;
}
.imageBox .spinner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 400px;
	background: rgba(0,0,0,0.7);
}
.Btnsty_peyton{ 
   width: 55px;
  display: inline-block;
  margin-bottom: 10px;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #FFFFFF;
  margin:0px 2px;
  background-color: #0284d0;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0px 0px 5px #B0B0B0;
  border: 0px #fff solid;}
/*选择文件上传*/
.new-contentarea {
	width: 100px;
	overflow:hidden;
	margin: 0 auto;
	position:relative;float:left;
}
.new-contentarea label {
	width:100%;
	height:100%;
	display:block;
}
.new-contentarea input[type=file] {
    width: 100px;
    height: 40px;
    background: #333;
    margin: 0 auto;
    position: absolute;
    left: 0;
    /* margin-right: -94px; */
    top: 0;
    right/*\**/: 0px\9;
    margin-right/*\**/: 0px\9;
    width/*\**/: 10px\9;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
}
a.upload-img{
	width:100px;
	display: inline-block;
	margin-bottom: 10px;
	height:40px;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0284d0;
	border-radius: 3px;
	text-decoration:none;
	cursor:pointer;
	border: 0px #fff solid;
	box-shadow: 0px 0px 5px #B0B0B0;
}
a.upload-img:hover{
	background-color: #ec7e70;
}

.tc{text-align:center;}