.process-picture-wrap{
	overflow:hidden;
	background:#fff;
	width:100%;
	height:100%;
}
.process-picture-main{
	overflow:hidden;
}

/*头部*/
.process-header{
	overflow:hidden;
	border-bottom:1px solid #eee;
	height:65px;
}
.process-header .process-show-imgs{
	overflow-y:hidden;
	overflow-x:auto;
	margin: 5px 10px;
    height: 55px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-overflow-scrolling: touch;
}
.process-header .process-show-imgs .imgs{
	overflow:hidden;
	float:left;
	margin-left:5px;
	max-width:75px;
	height:100%;
	cursor:pointer;
	position:relative;
	
	display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.process-header .process-show-imgs .imgs img{
	max-height:100%;
	max-width:100%;
	border-radius:4px;
}
.process-header .process-show-imgs .remove{
	position:absolute;
	right:0px;
	top:0px;
}
.process-header .process-show-imgs .remove img{
	width:17px;
}
.process-header .process-show-imgs .active{
	border:1px solid #3987f5;
}
.process-header .process-save-btn{
	width:280px;
	float:right;
	overflow:hidden;
	margin-top: 15px;
}
.process-header .process-save-btn .save-btns{
	display: flex;
    align-items: center;
	margin-right:10px;
	float:right;
}
.process-header .process-save-btn .btns{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 18px;
    color: #fff;
	background-color: #3987f5;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 8px;
    box-shadow: none;
	border: none;
	min-width: 90px;
}
#process-prev-img{
	background:#13ce66;
}
.process-header .process-save-btn .disabled{
	cursor: not-allowed !important;
	background:#80aff1 !important;
}
.process-header .process-save-btn .disabled2{
	cursor: not-allowed !important;
	background:#50d78c !important;
}
.process-content-wrap{
	overflow:hidden;
}

/*左侧菜单*/
.process-menus{
	overflow-y:auto;
	height:100%;
	width:180px;
	float:left;
	border-right:1px solid #f1f1f1;
}

.process-menus-item{
	overflow: hidden;
    color: #333;
    font-size: 0.9rem;
    line-height: 21px;
    text-align: left;
    margin: 10px;
    padding: 12px 10px;
    cursor: pointer;
    border-radius: 8px;
	background:#f5f5f5;
	border: 1px solid #f5f5f5;
}
.process-menus-item .icon{
	overflow:hidden;
	width:30px;
	float:left;
	text-align:left;
}
.process-menus-item .icon img{
	width:20px;
}
.process-menus-item .name{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.process-menus-item:hover{
	color: #3987f5;
    border: 1px solid #3987f5;
}
.process-menus .active{
    color: #3987f5;
    border: 1px solid #3987f5;
}

/*设置*/
.process-seeting{
	overflow-y:auto;
	height:100%;
	width:280px;
	float:right;
	border-left:1px solid #eee;
	background:#f5f5f5;
}
/*参数设置*/
.process-seeting .select-seeting-item{
	overflow:hidden;
	padding:10px;
}
.process-seeting .modelseeting-cont{
	overflow:hidden;
	padding:8px;
}
.process-seeting .select-seeting-item .label{
	color:#222;
	line-height:24px;
	font-size:16px;
}
.process-seeting .select-seeting-item .label_one{
	color:#222;
	line-height:24px;
	font-size:16px;
	width:68px;
	float:left;
}
.process-seeting .select-seeting-item .cont{
	color:#555;
	line-height:20px;
	margin-top:5px;
	font-size:14px;
	overflow:hidden;
}
.process-seeting .select-seeting-item .cont_one{
	color:#555;
	font-size:14px;
	overflow:hidden;
}

.process-seeting .select-seeting-item .cont input{
	padding:2px 5px;
	border-radius:4px;
	border:none;
	background:#fff;
	line-height:25px;
	width:280px;
}
.process-seeting .select-seeting-item .cont textarea{
	padding:3px 5px;
	border-radius:4px;
	border:none;
	background:#fff;
	line-height:21px;
	width:280px;
}
.process-seeting .select-seeting-item .cont_one input{
	padding:2px 5px;
	border-radius:4px;
	border:none;
	background:#fff;
	line-height:22px;
	max-width:280px;
}
.process-seeting .select-seeting-item .cont_one textarea{
	padding:3px 5px;
	border-radius:4px;
	border:none;
	background:#fff;
	line-height:21px;
	max-width:280px;
}
.process-seeting .select-seeting-item .cont2{
	color:#555;
	line-height:20px;
	margin-top:5px;
	font-size:14px;
	overflow:hidden;
	padding:10px;
	background:#fff;
}
.process-seeting .select-seeting-item .cont2 textarea{
	width:100%;
	height:120px;
	overflow-y:auto;
	border: none !important;
	border-color: transparent;
	border-radius:4px;
	line-height:23px;
	color: #333;
}
.process-seeting .select-seeting-item .border textarea,.process-seeting .select-seeting-item .border input{
	border:1px solid #ddd !important;
}
.process-seeting .select-seeting-item .desc{
	color:#888;
	line-height:20px;
	margin-top:3px;
	font-size:13px;
}
.process-seeting .select-seeting-item .items{
	overflow: hidden;
    background: #eee;
    border-radius: 8px;
    margin-right: 15px;
    margin-top: 10px;
    padding: 2px 10px;
    float: left;
    color: #555;
	cursor:pointer;
}
.process-seeting .select-seeting-item .active{
	background:#1890ff;
	color:#f8f8f8 !important;
}
.process-seeting .select-seeting-item .active .descs{
	color:#f8f8f8 !important;
}
.process-seeting .select-seeting-item .items .name{
	line-height:20px;
	font-size:14px;
	text-align:center;
}
.process-seeting .select-seeting-item .items .descs{
	color:#888;
	line-height:20px;
	margin-top:3px;
	font-size:12px;
	text-align:center;
}
.process-seeting .select-seeting-item .disabled{
	background:#e3e3e3 !important;
}

.process-seeting .select-seeting-tishi{
	line-height:21px; 
	color:#777; 
	font-size:14px;
	margin-top:3px;
}

.process-seeting .select-seeting-btn{
	overflow:hidden;
	padding:15px;
	margin-top:10px;
	text-align:right;
}
.process-seeting .select-seeting-btn .sure{
    line-height: 25px;
    background-color: #007bff;
	font-size:16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	text-align:center;
	color:#fff;
	padding:8px 22px;
	margin-right:20px;
}
.process-seeting .select-seeting-btn .cancel{
	line-height: 25px;
    background-color: #fff;
	font-size:15px;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 5px;
	text-align:center;
	color:#666;
	padding:6px 15px;
	margin-right:20px;
}
.process-seeting .select-seeting-btn .disabled{
	background: #abcaeb !important;
	cursor: not-allowed;
}

.process-seeting .img-wrap{
	overflow:hidden;
	margin-top:10px;
}
.process-seeting .img-wrap .show-imgs{
	float:left;
	overflow:hidden;
}
.process-seeting .img-wrap .uploader{
	border: none;
	border-radius: 4px;
	height: 68px;
	width: 68px;
	float:left;
	margin-bottom:10px;
	position:relative;
}
.process-seeting .img-wrap .uploader .uploader-input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 1;
}
.process-seeting .img-wrap .uploader .uploader-plus{
	background-color: #efefef;
	height: 100%;
	width: 100%;
	text-align:center;
	cursor:pointer;
}
.process-seeting .img-wrap .uploader .uploader-plus img{
	width:28px;
	margin-top:20px;
}
.process-seeting .img-wrap .item{
	border-radius: 8px;
	flex-shrink: 0;
	height: 68px;
	width: 68px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	position: relative;
	display: inline-block;
}
.process-seeting .img-wrap .item img{
	width:100%;
	max-height:100%;
	border-radius: 4px;
}
.process-seeting .modelseeting-tishi{
	overflow: hidden;
    border-radius: 5px;
    background: #fdf6ec;
    color: #e6a23c;
    font-size: 14px;
	padding: 8px;
    line-height: 20px;
}
.process-seeting .seeting-color-picker{
	width:28px;
	height:28px;
	border:1px solid #e3e3e3;
	border-radius:3px;
	float:right;
	margin-left:10px;
	cursor:pointer;
}
.process-seeting .seeting-color-input{
	overflow:hidden;
}
.process-seeting .select-seeting-item .cont .seeting-color-input input{
	padding:2px 5px;
	border-radius:4px;
	border:none;
	background:#fff;
	line-height:25px;
	width:100%;
}

/*内容*/
.process-content{
	background:#f1f1f1;
	height:100%;
	text-align:center;
	vertical-align:middle;
	overflow-y: auto;
}
.process-content .img{
	width:100%;
	text-align:center;
}

.process-content .yuan-img{
	overflow:hidden;
}

.process-content .prev-img{
	overflow:hidden;
}
.process-content .prev-img-head{
	color:#777;
	line-height:25px;
	padding:0px 15px;
	font-size:0.9rem;
	margin-top:5px;
}
.process-content .previmg{
	overflow:hidden;
	position:relative;
	width:80%;
	text-align:center;
	max-width:650px;
	margin:15px auto;
}

.process-uploader-wrap{
	overflow:hidden;
	margin-top:200px;
	text-align:center;
}
.process-uploader{
	border: none;
    width: 130px;
    height: 40px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 20px;
}
.process-uploader .process-uploader-input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 1;
}
.process-uploader .process-uploader-plus{
	height: 100%;
	width: 100%;
	text-align:center;
	font-size:16px;
	line-height:40px;
	border-radius:20px;
	background:#3987f5;
	color:#fff;
}
.process-uploader .process-uploader-plus img{
	width:19px;
}
.process-uploader-wrap .upload-tishi{
	text-align:center;
	color:#777;
	font-size:0.9rem;
	line-height:21px;
	margin-top:10px;
}
.upload-top-tishi{
	text-align:center;
	color:#999;
	font-size:0.9rem;
	line-height:21px;
	margin-top:5px;
}

.yuan-img-wrap{
	overflow:hidden;
	position:relative;
	width:80%;
	text-align:center;
	max-width:650px;
	margin:0 auto;
	
}
.caijian-wrap{
	overflow:hidden;
	border:1px solid #1890ff;
	background:rgba(0,0,0,0.3);
	position:absolute;
	left:0px;
	top:0px;
}
.caijian-wrap:hover{
	cursor: move;
}

