/*组件*/
.check {
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 3px;
	vertical-align: middle;
	border: 1px solid #989898;
	outline: 0;
	background-color: #fff;
	-webkit-appearance: none
}

.check:checked,
.check:checked:focus {
	border: 0;
	background: #00b9ff url(../img/from/gou.png) no-repeat
}

/* .selec:hover{
   -moz-box-shadow:0px 0px 2px #2995f9; 
	-webkit-box-shadow:0px 0px 2px #2995f9; 
	box-shadow:0px 0px 2px #2995f9;  
} */
.radi {
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 8px;
	vertical-align: middle;
	border: 1px solid #989898;
	outline: 0;
	background-color: #fff;
	-webkit-appearance: none
}

.radi:checked,
.radi:checked:focus {
	border: 0;
	background: #33B938 url(../img/from/gou.png) no-repeat
}

.selec {
	border: none;
	padding-left: 10px;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	cursor: pointer;
}
select::-ms-expand { display: none; }


.comp-img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	border: 2px dashed #ACAAAA;
	display: inline-block;
}

.comp-img.newimg {
	border: 1px solid #ebebeb;
	margin-left: 10px;
}

.comp-img.newimg:hover {
	border: 1px solid #c6c6c6;
}

.comp-img:hover {
	border: 2px dashed #7D7C7C;
}

.comp-upload-pr {
	position: relative;
	padding-left: 260px;
	min-height: 150px;
}

.comp-upload-pa {
	position: absolute;
	left: 20px;
	top: 0;
}

.comp-img-add {
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	font-size: 16px;
	text-align: center;
	width: 100%;
	height: 100%;
	padding-top: 0px;
	background: url(../img/from/add_pic.png) no-repeat center center;
	background-size: 80%;
}

.comp-img-add img {
	margin: 0 auto;
	width: 80%;
	cursor: pointer;
}

.comp-img-add p {
	margin: 0;
	color: #3088C7;
}

.comp-img-add input {
	position: absolute;
	left: 0;
	top: 0%;
	opacity: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.upload-no {
	text-align: center;
	font-size: 12px;
	color: #7A7979;
	display: inline-block;
	margin-left: 10px;
	margin-top: 10px;
}

.file-img-list {
	display: inline-block;
}

.table-tit {
	font-size: 14px;
	color: #494949;
	margin-bottom: 5px;
}

.table-tit span {
	color: #FF0000
}

.table-input {
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #CFE0F5;
	border-radius: 1px;
	height: 34px;
	padding-top: 4px;
	font-size: 14px;
	color: #999999;
	position: relative;
	background-color: #ffffff;
}

.table-input input {
	width: 100%;
	border: 0;
	height: 25px;
}

.table-input:hover,
.table-input:focus {
	border: 1px solid #417ef3;
}


.table-checkbox,
.table-radio {
	font-size: 14px;
	position: relative;
}

.table-checkbox label,
.table-radio label {
	margin-right: 15px;
}

.table-select {
	border: 1px solid #CFE0F5;
	border-radius: 1px;
	height: 38px;
	padding-top: 0px;
	background: url(../img/from/need-more-acheet.png) no-repeat 97% center #fff;
	background-size: 20px 20px;
	position: relative;
}

.table-file {
	position: relative;
}

.table-file input {
	width: 100%;
	border: 1px solid #CFE0F5;
	border-radius: 5px;
	height: 30px;
	padding-left: 10px;
}

.file-btn1 {
	border: 0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	border-radius: 4px;
	position: absolute;
	right: 90px;
	top: 0
}

.file-btn2 {
	border: 0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	border-radius: 4px;
	position: absolute;
	right: 0;
	top: 0
}

.table-textarea {
	padding: 10px;
	border: 1px solid #CFE0F5;
	border-radius: 1px;
	height: 100px;
	position: relative;
}

.table-textarea textarea {
	width: 100%;
	height: 100%;
	border: 0;
	resize: none;
}

.table-textarea:hover,
.table-textarea:focus{
border: 1px solid #417ef3;
}


.addobj {
	right: -50px;
	top: 0px;
	font-size: 30px;
	color: #5CBA32;
	cursor: pointer;
}

.bwl-del {
	right: -50px;
	top: 0px;
	font-size: 30px;
	color: #F36E6E;
	cursor: pointer;
}

.table-add {
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

.table-del {
	font-size: 24px;
	color: #F36E6E;
	cursor: pointer;
}

.table-select b,
.table-checkbox b,
.table-radio b,
.table-input b,
.table-textarea b {
	color: #e61c1c;
	font-size: 12px;
	position: absolute;
	bottom: -20px;
	left: 5px;
}


.comp-img-close{
	width: 16px;
	height: 16px;
	background:  url(../img/from/comp-img-close.png) no-repeat;
	background-position: center center;
}