
.c-pv-area {
	float: left;
	position: relative;
	width:200px;
	height: 300px;
}
.le-tbs .c-pv-area {
	width: 100%;
    height: 130px;
    text-align: center;
    margin-top: -5px;
    float: initial;
}
.c-pv-area .l {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 160px;
	height: 160px;
    box-shadow: 0px 0px 5px #666666;
    border: solid 2px #666666;
    background-color: #fff;
    box-sizing: content-box;
}
.le-tbs .c-pv-area .l {
	position: relative;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	top: initial;
	left: initial;
}
.c-pv-area .m {
	position: absolute;
	top: 210px;
	left: 20px;
	width: 80px;
	height: 80px;
    box-shadow: 0px 0px 3px #666666;
    border: solid 1px #666666;
    background-color: #fff;
    box-sizing: content-box;
}
.c-pv-area .s {
	position: absolute;
	top: 230px;
	left: 120px;
	width: 40px;
	height: 40px;
    box-shadow: 0px 0px 3px #666666;
    border: solid 1px #666666;
    background-color: #fff;
    box-sizing: content-box;
}

#cropImage {
	width: 300px;
	height: 300px;
	max-width: 100%;
}
.preview {
  width: 200px;
  height: 200px;
}
.cropper-bg {
	background-repeat: repeat !important;
}
.c-crop-pv {
    overflow: hidden;
	border-radius: 50%;
	-moz-border-image: border-radius: 50%;
	-webkit-border-image: border-radius: 50%;
}
.c-crop-pv-area {
	float: left;
	width: 200px;
	height: 300px;
	margin: 0px 30px;
}
.c-crop-area {
	float: right;
	margin-left:30px;
	width: 300px;
	height: 300px;
}
.le-tbs .c-crop-area {
	float: initial;
	width: 100%;
	height: 250px;
	margin: 15px 0 40px 0;
}
.le-tbs .c-crop {
	margin: 0 auto;
	width: 250px;
	height: 250px;
}
.c-crop-button-area {
	float: right;
	text-align: left;
	width: 40px;
	height: 300px;
	margin-right: 30px;
}
.le-tbs .c-crop-button-area {
	float: initial;
    position: absolute;
    top: 390px;
    left: 0;
    width: 100%;
    height: 30px;
    margin: 0;
}
.le-tbs .c-crop-button-area .btn-r {
	position: absolute;
    left: 50%;
    transform: translateX(-3px);
}
.le-tbs .c-crop-button-area .btn-l {
	position: absolute;
    left: 50%;
    transform: translateX(-50px);
}
.c-crop-dialog-layout {
	position: relative;
	padding-left: 40px;
	width: 660px;
	height: 320px;
}
.le-tbs .c-crop-dialog-layout {
	height: initial;
	width: 100%;
	padding: 0;
}
.le-tbs .c-crop-dialog-layout .c-dialog-main {
	width: 100%;
}

.c-crop-dialog-layout .loadingWrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #ffffff !important;
}

.c-crop-err span {
	color: #b71c1c;
}