/*公共样式*/

/** {*/
/*	margin: 0;*/
/*	box-sizing: border-box;*/
/*	padding: 0;*/
/*	-webkit-overflow-scrolling: touch;*/
/*}*/

/*html,*/
/*body,*/
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*p,*/
/*div,*/
/*ul,*/
/*li,*/
/*ol,*/
/*dl,*/
/*dt,*/
/*dd,*/
/*span,*/
/*i,*/
/*em,*/
/*strong,*/
/*button,*/
/*table,*/
/*textarea,*/
/*input,*/
/*b,*/
/*nav,*/
/*footer,*/
/*form,*/
/*frame,*/
/*img,*/
/*select {*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	list-style: none;*/
/*	box-sizing: border-box;*/
/*	border: 0;*/
/*	-webkit-box-sizing: border-box;*/
/*	-moz-box-sizing: border-box;*/
/*	-ms-box-sizing: border-box;*/
/*	outline: none;*/
/*	appearance: none;*/
/*	-webkit-appearance: none;*/
/*	-moz-appearance: none;*/
/*	font-style: normal;*/
/*	text-underline: none;*/
/*}*/

/*html {*/
/*	-webkit-overflow-scrolling: touch;*/
/*}*/

/*body {*/
/*	!*font-family: "Arial","Microsoft YaHei","黑体","宋体","sans-serif";*!*/
/*	background: #fff;*/
/*	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
/*	margin: 0 auto;*/
/*	position: relative;*/
/*}*/

/*ul,*/
/*ol {*/
/*	list-style: none;*/
/*}*/

/*a {*/
/*	text-decoration: none;*/
/*	color: #666;*/
/*	outline: none;*/
/*	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);*/
/*}*/

/*a:hover {*/
/*	text-decoration: none*/
/*}*/

/*.fl {*/
/*	float: left;*/
/*}*/

/*.fr {*/
/*	float: right;*/
/*}*/

/*.clearfix:after,*/
/*.clearfix:before {*/
/*	display: block;*/
/*	content: "";*/
/*	height: 0;*/
/*	clear: both;*/
/*	width: 0;*/
/*}*/

/*.Container {*/
/*	width: 1200px;*/
/*	margin: 0 auto;*/
/*}*/

/*.flex {*/
/*	display: -webkit-box;*/
/*	display: -moz-box;*/
/*	display: box;*/
/*	display: -webkit-flex;*/
/*	display: -moz-flex;*/
/*	display: -ms-flexbox;*/
/*	display: flex;*/
/*}*/
/*[v-cloak] {*/
/*    display: none;*/
/*}*/
/*.inner{*/
/*	width: 100%;*/
/*	margin: 0 auto;*/
/*}*/


/*.custom_img{*/
/*	width: 100%;*/
/*	height: 5rem;*/
/*	background-color: #fff;*/
/*	padding: 0 0.4rem;*/
/*}*/
/*.custom_img_top{*/
/*	font-size: 0.4rem;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: space-between;*/
/*}*/
/*.custom_img_top p{*/
/*	line-height: 1rem;*/
/*}*/
/*.custom_sub{*/
/*	width: 3rem;*/
/*	height: 0.8rem;*/
/*	background-color: #418BFB;*/
/*	border-radius: 0.8rem;*/
/*	font-size: 0.4rem;*/
/*	color: #fff;*/
/*	line-height: 0.8rem;*/
/*	display: block;*/
/*	margin: 0 auto;*/
/*	margin-top: 0.6rem;*/
/*}*/
/*.upload_img{*/
/*	width: 3rem;*/
/*	height: 3rem;*/
/*}*/
.upload_img_wrap{
	display: flex;
	width: 100%;
}
/*#imgBox{*/
/*	display: flex;*/
/*	*/
/*}*/
.file-container {
	display: inline-block;
	width: 72px;
	height: 72px;
	/*margin-left: 5px;*/
	border: 1px solid #666666;
	position: relative;
	box-sizing: border-box;
    margin-right: 18px;
}

.file-container img {
	width: 100%;
	height: 100%;
	cursor: pointer;display: block;
	/*margin-right: 5rem;*/
}
.file-container .default-doc {
	width: 100%;height: 100%;cursor: pointer;display: block;
	background-image: url("../images/doc.jpg");
	background-size: 100% 100%;cursor: pointer;
}
.upload_img_wrap .file-delete{
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    right: -10px;
	background-image: url("./img/del_img.png");
	background-size: 100% 100%;cursor: pointer;
}
.file-container p {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 30px;
	background: black;
	text-align: center;
	line-height: 30px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	display: none;
}

.file-container:hover p {
	display: block;
}
.upload_btn{background-image: url("./img/upload_img.png");background-size: 100% 100%;width: 72px;height: 72px;cursor: pointer;position: relative;}
.upload_btn>div{width: 100% !important;height: 100% !important;cursor: pointer;}
.upload_btn input[type="file"]{opacity: 0;}

.webuploader-pick{height: 100%;}