/*公用样式start*/

.sfcxbox {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: block;
	top: 0px;
}

.sfcxbox1 {
	width: 380px;
	height: 140px;
	position: fixed;
	left: 50%;
	top: 25%;
	background: #fff;
	margin-left: -250px;
	border: 1px solid #ddd;
	padding: 10px;
}
.sfcxbox1 p{
	line-height: 32px;
}
.sfcxtext {
	float: left;
	line-height: 32px;
	margin-right: 10px;
}

.sfcxbotinage {
	margin: 0px 0px 10px 0px;
}

.bottitle {
	border-bottom: 1px solid #ddd;
	font-size: 16px !important;
	line-height: 32px;
}

.sfcxsubmit {
	border: 1px solid #337ab7;
	background: #337ab7;
	text-align: center;
	display: inline-block;
	padding: 0px 16px;
	cursor: pointer;
	height: 32px;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	vertical-align: middle;
	float: right;
}


/*滚动条start*/

::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

::-webkit-scrollbar {
	width: 16px;
	height: 16px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
	border-radius: 999px;
	border: 5px solid transparent;
}

::-webkit-scrollbar-track {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
	min-height: 20px;
	background-clip: content-box;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

::-webkit-scrollbar {
	width: 16px;
	height: 16px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
	border-radius: 999px;
	border: 5px solid transparent;
}

::-webkit-scrollbar-track {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
	min-height: 20px;
	background-clip: content-box;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

::-webkit-scrollbar {
	width: 16px;
	height: 16px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
	border-radius: 999px;
	border: 5px solid transparent;
}

::-webkit-scrollbar-track {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
	min-height: 20px;
	background-clip: content-box;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
	background: transparent;
}


/*滚动条end*/

* {
	box-sizing: border-box;
	font-family: 'microsoft yahei';
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

input[type=checkbox],
input[type=radio] {
	margin: 2.5px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

.quick-form-default {
	padding: 0 20px;
	background: #fff;
	height: 100%;
	font-size: 12px;
}

.quick-form-default form {
	padding: 5px 0;
}


/*表单头部*/

.quick-form-head {
	padding-top: 5px;
	margin-bottom: 5px;
	line-height: 34px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.quick-form-row {
	padding: 5px 0;
}

.quick-form-row::after {
	content: '';
	display: table;
	clear: both;
}

.quick-col-one {
	width: 100%;
	padding: 0;
	position: relative;
}

.quick-col-two {
	width: 50%;
	display: inline-block;
	float: left;
	position: relative;
}

.quick-form-row .quick-col-two:first-child .quick-form-value {
	padding-right: 10px;
}

.quick-six-width .quick-form-text {
	width: 60px;
}

.quick-eight-width .quick-form-text {
	width: 80px;
}

.quick-ten-width .quick-form-text {
	width: 100px;
}

.quick-twelve-width .quick-form-text {
	width: 120px;
}

.quick-six-width .quick-form-value {
	margin-left: 60px;
}

.quick-eight-width .quick-form-value {
	margin-left: 80px;
}

.quick-ten-width .quick-form-value {
	margin-left: 100px;
}

.quick-twelve-width .quick-form-value {
	margin-left: 120px;
}

.quick-gq-width .quick-form-text {
	width: 300px;
}

.quick-gq-width .quick-form-value {
	margin-left: 300px;
}

.quick-form-text {
	display: inline-block;
	float: left;
	text-align: right !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 32px;
	padding-left: 0;
	font-size: 14px !important;
}

.quick-form-text font {
	color: red;
	right: 0px;
	font-family: '宋体';
}

.quick-form-value {
	padding-left: 10px;
	min-height: 32px;
}

.quick-form-value.quick-value-hover {
	border: 1px dashed #ccc;
	text-align: center;
	line-height: 32px;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .175);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .175);
}

.quick-form-value label {
	line-height: 32px;
}

.quick-loading-manage {
	color: #666;
	font-size: 20px;
	position: absolute;
	/*z-index: 10001;*/
	z-index: 20180103;
	left: 0%;
	top: 40%;
	border: 1px solid rgb(187, 187, 187);
	width: auto;
	height: 80px;
	line-height: 78px;
	padding-left: 80px;
	padding-right: 20px;
	background: #fff;
	display: none;
	cursor: pointer;
	border-radius: 8px;
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: 8px 50%;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .175);
}

.quick-loading-background {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.0;
	filter: alpha(opacity=00);
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: 10000;*/
	z-index: 20180102;
}


/*公用样式end*/


/*quick.checkbox start*/

.quick-ui-checkbox {
	line-height: 32px;
}

.quick-form-value .quick-ui-radio,
.quick-form-value checkbox,
.quick-form-value label {
	line-height: 32px;
}

.quick-ui-checkbox input {
	line-height: 32px;
}

input[type="checkbox" i] {
	margin: 0 3px 0px 0 !important;
	vertical-align: middle;
}

input[type="radio" i] {
	margin: 0 3px 0px 0;
	vertical-align: middle;
}


/*quick.checkbox end*/


/*quick.date start*/

.quick-ui-date+.quick-date-icon::after {
	content: "\f073";
	display: inline-block;
	font: normal normal normal 14px/1 fontawesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	width: 32px;
	font-size: 14px;
	text-align: right;
	margin-right: 10px;
	position: absolute;
	right: 0;
	top: 10px;
	color: #555;
}


/*quick.date end*/


/*quick.file-upload  start*/

.quick-upload-name {
	text-decoration: none;
	color: #333;
	cursor: pointer;
	line-height: 32px;
	text-decoration: none;
}

.quick-upload-name:hover {
	text-decoration: underline;
}

.quick-upload-name i {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	margin-right: 5px;
	font-size: 14px;
}


/*.upload-filenames {
    padding: 0;
    text-align: left;
}*/

.quick-fileicon-all {
	background: url('../images/fileico.png') no-repeat;
}

.quick-fileicon-word {
	width: 32px;
	height: 32px;
	background-position: -64px 0;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	margin-left: 5px;
}


/****上传文件样式*****/

.quick-fileicon {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	margin-left: 5px;
}


/****未知*****/

.quick-fileicon-unknow {
	background-position: -384px 0;
}


/****excel*****/

.quick-fileicon-xls {
	background-position: -32px 0;
}


/****ppt*****/

.quick-fileicon-ppt {
	background-position: -96px 0;
}


/****压缩包*****/

.quick-fileicon-rar {
	background-position: -160px 0;
}


/****pdf*****/

.quick-fileicon-pdf {
	background-position: -512px 0;
}


/****mp3*****/

.quick-fileicon-mp3 {
	background-position: -896px 0;
}


/****jpg*****/

.quick-fileicon-jpg {
	background-position: 0 -32px;
}


/****gif*****/

.quick-fileicon-gif {
	background-position: -32px -32px;
}


/****png*****/

.quick-fileicon-png {
	background-position: -64px -32px;
}


/****txt*****/

.quick-fileicon-txt {
	background-position: -672px 0;
}

.quick-upload-files {
	background-color: #edfaff;
	width: 300px;
	height: 44px;
	float: none;
	border-radius: 4px;
	position: relative;
	margin: 2px 4px;
	line-height: 16px;
	display: inline-block;
	text-align: left;
}

.quick-upload-files:first-child {
	margin-top: 4px;
}

.quick-upload-files:last-child {
	margin-bottom: 4px;
}

.quick-upload-del {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	color: #0f6099;
	line-height: 16px;
}

.quick-upload-updown {
	position: absolute;
	top: 25px;
	right: 5px;
	cursor: pointer;
	color: #0f6099;
	line-height: 16px;
}

.quick-upload-del:hover,
.quick-upload-updown:hover {
	text-decoration: underline;
}

.quick-files-uploadname {
	position: absolute;
	top: 5px;
	left: 40px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	right: 30px;
}

.quick-files-message {
	position: absolute;
	top: 23px;
	left: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	right: 30px;
}

.quick-files-uploadstate {
	color: #3d882d;
}

.quick-poptip {
	z-index: 1000;
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 6px 10px 6px;
	padding: 7px 10px 5px;
	line-height: 16px;
	color: #fff;
	background-color: #b94a48;
	border: solid 1px #b94a48;
	border-radius: 2px;
	box-shadow: 0 0 3px #ddd;
	font-size: 12px;
}

.quick-poptip-arrow {
	position: absolute;
	overflow: hidden;
	font-style: normal;
	font-family: simsun;
	text-shadow: 0 0 2px #ccc;
}

.quick-poptip-arrow em,
.quick-poptip-arrow i {
	position: absolute;
	left: 0;
	top: 0;
	font-style: normal;
}

.quick-poptip-arrow em {
	color: #b94a48;
}

.quick-poptip-arrow i {
	color: #b94a48;
	text-shadow: none;
}

.quick-poptip-arrow-top,
.quick-poptip-arrow-bottom {
	height: 6px;
	width: 12px;
	left: 12px;
	margin-left: -6px;
}

.quick-poptip-arrow-left,
.quick-poptip-arrow-right {
	height: 12px;
	width: 6px;
	top: 12px;
	margin-top: -6px;
}

.quick-poptip-arrow-top {
	top: -6px;
}

.quick-poptip-arrow-top em {
	top: -1px;
}

.quick-poptip-arrow-top i {
	top: 0px;
}

.quick-poptip-arrow-bottom {
	bottom: -6px;
}

.quick-poptip-arrow-bottom em {
	top: -8px;
}

.quick-poptip-arrow-bottom i {
	top: -9px;
}

.quick-poptip-arrow-left {
	left: -6px;
}

.quick-poptip-arrow-left em {
	left: 1px;
}

.quick-poptip-arrow-left i {
	left: 2px;
}

.quick-poptip-arrow-right {
	right: -6px;
}

.quick-poptip-arrow-right em {
	left: -6px;
}

.quick-poptip-arrow-right i {
	left: -7px;
}

.quick-form-text font {
	color: red;
	right: 0px;
	font-family: '宋体';
}


/*quickform-button  start*/


/*quickform-button  end*/


/*radio start*/

input[type="radio" i] {
	margin: 0 3px 0px 0;
	vertical-align: middle;
}


/*radio end*/

.submit {
	border: 1px solid #337ab7;
	background: #337ab7;
	text-align: center;
	display: inline-block;
	padding: 0px 16px;
	cursor: pointer;
	height: 32px;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	vertical-align: middle;
	float: left;
}


/*select start*/

.quick-select {
	cursor: pointer;
	outline: 0;
	width: auto;
	height: 32px;
	line-height: 32px;
	position: relative;
}

.quick-select .quick-select-text {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #ccc;
	padding-left: 5px;
	height: 32px;
	line-height: 32px;
	color: #555 !important;
	position: absolute;
	width: 100%;
}

.quick-select .quick-select-text::after {
	content: "\f0dd";
	display: inline-block;
	font: normal normal normal 14px/1 fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	width: 32px;
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
	position: absolute;
	right: 0;
	top: 6px;
}

.quick-select-option {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
	position: absolute;
	left: 0px;
	top: 28px;
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #ccc;
	border-top: 0;
	z-index: 9999;
}

.quick-select-option .quick-select-option-content {
	overflow-y: auto;
}

.quick-select-option-content ul li .quick-check-mark {
	float: right;
	margin-top: 5px;
	display: none;
}

.quick-select-option-content ul li.selected .quick-check-mark {
	display: inline-block;
}

.quick-select-option li {
	min-height: 26px;
	line-height: 26px;
	overflow: hidden;
	cursor: pointer;
	font-size: 12px;
	padding: 0 5px;
}

.quick-select-option li.on {
	background-color: #eee;
}

.quick-select-option-search .quick-form-control {
	box-shadow: none;
	border-color: #ccc;
	border: none;
	border-bottom: 1px solid #ccc;
	height: 25px;
	margin: 0px;
	border-radius: 0;
	width: 100%;
	padding: 0px 25px 0 5px;
	font-size: 12px;
	outline: none;
}

.quick-select-option-search .quick-input-query {
	position: absolute;
	right: 4px;
	top: 1px;
	color: #ccc;
	font-size: 16px;
}


/*select end*/


/*select-multiple start*/

li {
	text-decoration: none;
	list-style: none;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'glyphicons halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-ok::after {
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*搜索样式*/

.quick-donebutton .quick-btn-group .quick-prev-page {
	position: absolute;
	left: 5px;
	cursor: pointer;
}

.quick-donebutton .quick-btn-group .quick-prev-page.disable,
.quick-donebutton .quick-btn-group .quick-next-page.disable {
	color: #ccc;
}

.quick-donebutton .quick-btn-group .quick-next-page {
	position: absolute;
	right: 5px;
	cursor: pointer;
}

.quick-donebutton .quick-btn-group .quick-btn-more {
	float: right;
	margin-right: 10px;
	cursor: pointer;
	color: #333;
}


/*select-multiple end*/


/*select-tree start*/

.tree-empty-img {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.quick-tree ul,
.quick-tree li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.quick-tree-body {}

.quick-tree-node-cb {
	height: 16px;
	padding: 2px;
	margin-top: 4.5px;
	margin-right: 5px;
}

.quick-tree-node-collapsed .quick-tree-node-icon,
.quick-tree-node-expanded .quick-tree-node-icon,
.quick-tree-node-leaf .quick-tree-node-icon {
	border: 0 none;
	height: 18px;
	margin: 0;
	padding: 0;
	margin-top: 3px;
	vertical-align: top;
	width: 16px;
	background-position: center;
	background-repeat: no-repeat;
}

.ie .quick-tree-node-indent img,
.ie .quick-tree-node-icon,
.ie .quick-tree-ec-icon {
	vertical-align: middle !important;
}

.quick-tree-noicon .quick-tree-node-icon {
	width: 0;
	height: 0;
}


/* no line styles*/

.quick-tree-no-lines .quick-tree-elbow {
	background: transparent;
}

.quick-tree-no-lines .quick-tree-elbow-end {
	background: transparent;
}

.quick-tree-no-lines .quick-tree-elbow-line {
	background: transparent;
}


/* arrows*/

.quick-tree-arrows .quick-tree-elbow {
	background: transparent;
}

.quick-tree-arrows .quick-tree-elbow-plus {
	background: transparent no-repeat 0 0;
}

.quick-tree-arrows .quick-tree-elbow-end {
	background: transparent;
}

.quick-tree-elbow-plus,
.quick-tree-elbow-minus,
.quick-tree-elbow-end-plus,
.quick-tree-elbow-end-minus {
	cursor: pointer;
}

.ie ul.quick-tree-node-ct {
	line-height: 0;
	zoom: 1;
}

.quick-form-tree-node {
	white-space: nowrap;
}

.quick-tree-node-el {
	line-height: 25px;
	cursor: default;
	position: relative;
}

.quick-form-tree-node a {
	text-decoration: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: ignore;
	-kthml-user-focus: normal;
	-moz-user-focus: normal;
	-moz-outline: 0 none;
	outline: 0 none;
}

.quick-form-tree-node a span {
	text-decoration: none;
	padding: 1px 3px 1px 2px;
}

.quick-form-tree-node .quick-tree-node-disabled .quick-tree-node-icon {
	-moz-opacity: 0.5;
	opacity: .5;
	filter: alpha(opacity=50);
}

.quick-form-tree-node .quick-tree-node-inline-icon {
	background: transparent;
}

.quick-form-tree-node a:hover {
	text-decoration: none;
}

.quick-tree-root {
	zoom: 1;
}

.quick-form-tree-node .quick-tree-node-inline-icon {
	background-image: none;
}

.quick-tree-node-loading a span {
	font-style: italic;
	color: #444444;
}

.quick-tree-arrows .quick-tree-elbow-end-plus {
	background-image: none;
}

.quick-tree-arrows .quick-tree-elbow-end-plus::after,
.quick-tree-arrows .quick-tree-elbow-plus::after {
	content: "\f0dd";
	display: inline-block;
	font: normal normal normal 14px/1 fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* width: 32px; */
	font-size: 16px;
	text-align: center;
	margin-right: 10px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	top: 4px;
	position: absolute;
	width: 16px;
	height: 16px;
	left: -2px;
	color: #555;
}

.quick-tree-arrows .quick-tree-elbow-end-minus::after,
.quick-tree-arrows .quick-tree-elbow-minus::after {
	content: "\f0dd";
	display: inline-block;
	font: normal normal normal 14px/1 fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* width: 32px; */
	font-size: 16px;
	text-align: center;
	margin-right: 10px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	top: 4px;
	position: absolute;
	width: 16px;
	height: 16px;
	left: -2px;
	color: #555;
}

.quick-form-tree-node {
	color: #000;
}

.quick-form-tree-node i {
	font-size: 13px;
	width: 13px;
	color: #666666;
}

.quick-form-tree-node a {
	color: #000;
}

.quick-form-tree-node a span {
	color: #000;
}

.quick-form-tree-node .quick-tree-node-disabled a span {
	color: gray !important;
}

.quick-form-tree-node .quick-tree-node-over {
	background-color: #eee;
}

.quick-form-tree-node .quick-tree-node-over span {}

.quick-form-tree-node .quick-tree-selected a span {
	color: #000;
}

.quick-form-tree-node .quick-tree-selected i {
	color: #666;
}

.quick-form-tree-node .quick-tree-node-tool {
	float: right;
}

.quick-form-tree-node .quick-tree-node-tool span {
	margin-right: 10px;
	font-size: 14px;
	display: none;
	line-height: 30px;
}

.quick-form-tree-node .quick-tree-selected .quick-tree-node-tool span {
	display: inline-block;
}


/*select-tree end*/


/*text start*/

.quick-form-value-text {
	line-height: 32px;
}


/*text end*/


/*textarea start*/

.quick-ui-textarea {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 5px;
	line-height: 145%;
	outline: none;
	border: 1px solid #CCC;
	background: #FFF;
	color: #555;
	width: 100%;
	resize: none;
	overflow: auto;
}


/*textarea end*/


/*表单添加 table*/

.quick-clear {
	clear: both;
}

.quick-table.quick-form-horizontal {
	font-family: 'Microsoft YaHei';
	padding: 0 0 20px 0;
	width: 800px;
	min-height: 950px;
	margin: 8px auto;
	background-color: #fff;
	box-shadow: rgb(189, 189, 189) 0px 0px 10px;
}

.quick-table table td {
	position: relative;
}

.quick-table.quick-form-horizontal table {
	text-align: center;
}

.quick-table .quick-header-main {
	font-size: 34px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
}

.quick-table .quick-form-head-table {
	width: 750px;
	margin: 0 auto;
	padding: 20px 10px 0 0;
	table-layout: fixed;
}

.quick-table .quick-form-table {
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #000000;
	width: 750px;
	margin: 0 auto;
	table-layout: fixed;
}

.quick-table .quick-form-table table {
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
}

.quick-table .quick-form-table td {
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-style: solid none none solid;
	border-width: 1px;
	border-color: #000000;
	vertical-align: middle;
	word-break: break-all;
	word-wrap: break-word;
	position: relative;
}

.quick-table .quick-form-table table td {
	line-height: 36px;
}

.quick-table .quick-form-table table tr:first-child td {
	border-top-style: none;
}

.quick-table .quick-form-table table tr td:first-child {
	border-left-style: none;
}

.quick-table .quick-form-header-number td {
	padding: 0 0 5px 0;
	position: relative;
}

.quick-table .quick-ui-input,
.quick-table .quick-ui-textarea {
	width: 100%;
	border: none;
	font-size: 16px;
	padding: 0 5px;
	font-family: 'Microsoft YaHei';
	line-height: 40px;
	resize: none;
	position: relative;
}

.quick-table .quick-ui-textarea {
	overflow: auto;
}

.quick-table .quick-ui-input {
	height: 40px;
}

.quick-table .quick-header-main .quick-ui-input {
	font-size: 34px;
	font-weight: bold;
	line-height: 70px;
}

.quick-table .quick-ui-input:focus,
.quick-table .quick-ui-textarea:focus {
	border: none;
	outline: none;
}

.quick-table .quick-form-table td.quick-text-left {
	text-align: left;
}

.quick-table td.quick-text-left {
	text-align: left;
}

.quick-table .quick-border-none {
	border: none !important;
}

.quick-table .quick-border-t {
	border-top: 1px solid #000;
}

.quick-table .quick-border-b .quick-ui-input {
	border-bottom: 1px solid #000;
}

.quick-table .quick-noborder {
	border: none !important;
}

.quick-table .quick-form-table td.quick-text-right {
	text-align: right;
}

.quick-table .quick-text-right {
	text-align: right;
}

.quick-table .quick-form-table td.quick-table-span-td {
	text-align: left;
	padding: 0 40px;
}

.quick-table .quick-table-span {
	display: inline-block;
	position: relative;
}

.quick-table .quick-table-td-time {
	float: right;
}

.quick-table .quick-form-row .btn {
	border-radius: 0;
}

.quick-table .quick-form-row .quick-dropdown-menu {
	border-radius: 0;
	box-shadow: none;
}

.quick-table .quick-ui-date {
	text-align: center;
}

.quick-table .quick-form-row .quick-table .quick-btn-default:hover {
	border-color: #ccc;
}

.quick-table .quick-one-input-height {
	height: 40px;
	line-height: 36px;
	vertical-align: middle;
	margin: 2px 0;
}

.quick-table .quick-two-input-height {
	height: 80px;
	line-height: 36px;
	vertical-align: middle;
}

.quick-table .quick-textarea-height-one,
.quick-table .quick-textarea-height-one .quick-ui-textarea {
	height: 40px;
	vertical-align: middle;
}

.quick-table .quick-textarea-height-two,
.quick-table .quick-textarea-height-two .quick-ui-textarea {
	height: 80px;
	vertical-align: middle;
}

.quick-table .quick-textarea-height-three,
.quick-table .quick-textarea-height-three .quick-ui-textarea {
	height: 120px;
	vertical-align: middle;
}

.quick-table .quick-textarea-height-four,
.quick-table .quick-textarea-height-four .quick-ui-textarea {
	height: 160px;
	vertical-align: middle;
}

.quick-table .quick-textarea-height-five,
.quick-table .quick-textarea-height-five .quick-ui-textarea {
	height: 200px;
	vertical-align: middle;
}

.quick-table .quick-textarea-height-six,
.quick-table .quick-textarea-height-six .quick-ui-textarea {
	height: 240px;
	vertical-align: middle;
}

.quick-table .quick-textarea-height-seven,
.quick-textarea-height-seven .quick-ui-textarea {
	height: 280px;
	vertical-align: middle;
}

.quick-table .quick-textarea-height-eight,
.quick-textarea-height-eight .quick-ui-textarea {
	height: 320px;
	vertical-align: middle;
}

.quick-table .quick-design-form-eidt.quick-able-edit {
	width: auto;
}

.quick-table td .quick-checkbox-inline {
	display: inline-block;
}

.quick-table .quick-table-date {
	text-align: center;
}

.quick-table.quick-able-edit .quick-ui-input,
.quick-table.quick-able-edit .quick-ui-textarea {
	background: #ffffcd;
	outline: none;
}


/*子表*/

.quick-table .quick-form-table-child {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
}

.quick-table .quick-form-table-child tr th {
	border-left: 1px solid #000;
	line-height: 40px;
	font-weight: normal;
}

.quick-table .quick-form-table-child tr th:first-child {
	border-left: none;
}

.quick-table .quick-form-table table.quick-form-table-child tr:first-child td {
	border-top: 1px solid #000;
}

.quick-table .quick-form-table table.quick-form-table-child thead tr:first-child td {
	border-top: 0;
}

.quick-table .quick-tr-add {
	background-image: url('../images/tradd.png');
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin: 0 5px;
	vertical-align: middle;
}

.quick-table .quick-tr-del {
	background-image: url('../images/trdel.png');
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	vertical-align: middle;
	margin: 0 5px;
}


/*子表*/


/*table end*/

.quick-form-word {
	font-family: 'Microsoft YaHei';
	padding: 0 0 20px 0;
	width: 800px;
	min-height: 950px;
	margin: 8px auto;
	background-color: #fff;
	box-shadow: rgb(189, 189, 189) 0px 0px 10px;
}

.quick-form-word table {
	text-align: center;
}

.quick-form-word .quick-header-main {
	font-size: 34px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
}

.quick-form-word .quick-word-head-table {
	width: 750px;
	margin: 0 auto;
	padding: 20px 10px 0 0;
	table-layout: fixed;
}

.quick-form-word .quick-ui-input,
.quick-form-word .quick-ui-textarea {
	width: 100%;
	border: none;
	font-size: 16px;
	padding: 0 5px;
	font-family: 'Microsoft YaHei';
	line-height: 40px;
	resize: none;
}

.quick-form-word .quick-ui-textarea {
	overflow: auto;
}

.quick-form-word .quick-ui-input {
	height: 40px;
}

.quick-form-word .quick-header-main .quick-ui-input {
	font-size: 34px;
	font-weight: bold;
	line-height: 70px;
}

.quick-form-word .quick-ui-input:focus,
.quick-form-word .quick-ui-textarea:focus {
	border: none;
	outline: none;
}

.quick-form-word td.quick-text-left {
	text-align: left;
}

.quick-form-word .quick-border-none {
	border: none !important;
}

.quick-form-word .quick-border-t {
	border-top: 1px solid #000;
}

.quick-form-word .quick-border-b {
	border-top: 1px solid #000;
}

.quick-form-word .quick-noborder {
	border: none !important;
}

.quick-form-word .quick-text-right {
	text-align: right;
}

.quick-form-word .quick-table-td-time {
	float: right;
}

.quick-form-word .quick-word-paragraph {
	text-indent: 2em;
	line-height: 40px;
}

.quick-form-word .quick-word-paragraph span {
	vertical-align: middle;
	text-align: center;
	text-indent: 0;
	margin: 0 5px;
}

.quick-form-word .quick-word-paragraph input {
	float: left;
	line-height: 40px;
	height: 40px;
}

.quick-form-word .quick-word-input-bottom input {
	line-height: 40px;
	height: 40px;
	float: left;
}

.quick-form-word .quick-word-content {
	width: 750px;
	margin: 0 auto;
}

.quick-form-word .quick-word-content table {
	table-layout: fixed;
}

.quick-form-word .quick-word-content .quick-form-word .quick-ui-textarea {
	line-height: 40px;
	text-decoration: underline;
}

.quick-form-word .quick-word-com-name {
	width: 200px;
}

.quick-form-word .quick-word-input-bottom {
	border-bottom: 1px solid #000;
	min-height: 41px;
	line-height: 40px;
	text-indent: 0;
	position: relative;
}

.quick-form-word .quick-word-input-block {
	min-width: 100px;
	display: inline-block;
	line-height: 40px;
	min-height: 40px;
	position: relative;
	vertical-align: middle;
}

.quick-form-word .quick-word-textarea {
	text-decoration: underline;
	position: relative;
}

.quick-form-word .quick-word-textarea-two,
.quick-form-word .quick-word-textarea-two .quick-ui-textarea {
	min-height: 80px;
	line-height: 40px;
	position: relative;
}

.quick-form-word .quick-word-textarea-three,
.quick-form-word .quick-word-textarea-three .quick-ui-textarea {
	min-height: 120px;
	line-height: 40px;
	position: relative;
}

.quick-form-word .quick-word-textarea-four,
.quick-form-word .quick-word-textarea-four .quick-ui-textarea {
	min-height: 160px;
	line-height: 40px;
	position: relative;
}

.quick-form-word .quick-word-textarea-five,
.quick-form-word .quick-word-textarea-five .quick-ui-textarea {
	min-height: 200px;
	line-height: 40px;
	position: relative;
}

.quick-form-word .quick-word-bottom-message {
	width: 250px;
	display: inline-block;
	line-height: 40px;
}

.quick-form-word .quick-word-float-right {
	float: right;
	text-align: right;
}

.quick-form-word .quick-word-content .quick-design-form-text,
.quick-form-word .quick-word-content .quick-design-form-eidt {
	display: inline-block;
}

.quick-form-word .quick-design-form-eidt.quick-able-edit {
	width: auto;
}

.quick-form-word .quick-ui-date {
	text-align: center;
}

.quick-form-word.quick-able-edit .quick-ui-input,
.quick-form-word.quick-able-edit .quick-ui-textarea {
	background-color: #ffc;
}


/*word end*/


/*打印 start*/

@media print {
	table,
	tr,
	td {
		margin: 0;
		padding: 0;
	}
	.quick-form-word {
		width: 100%;
	}
	.quick-form-adaption {
		width: 100%;
	}
	.quick-form-default {
		width: 100%;
	}
	.quick-form-special-content,
	.quick-form-table {
		width: 100%;
	}
	textarea {
		resize: none;
		list-style: none;
		outline: none;
		resize: none;
	}
	.quick-word-content,
	.quick-form-head-table {
		width: 100%;
	}
	.quick-word-head-table {
		width: 100%;
	}
	.quick-design-form-eidt {
		margin-left: 100px;
		min-height: 32px;
	}
	.quick-design-form-eidt.quick-able-edit input,
	.quick-design-form-eidt.quick-able-edit textarea {
		background-color: #ffc;
	}
	.quick-design-form-eidt.quick-special.quick-time {
		margin-left: 0;
		min-height: 32px;
		padding-left: 10px;
		text-align: right;
		float: right;
	}
	.quick-design-form-eidt.quick-special.quick-time .quick-form-out input {
		font-size: 12px;
	}
	.quick-design-form-eidt:first-child {
		padding-right: 10px;
	}
	.quick-form-head {
		font-size: 16px;
		color: #000;
	}
	.quick-form-text,
	.quick-form-value {
		font-size: 16px;
		color: #000;
	}
	table,
	tr,
	td {
		margin: 0;
		padding: 0;
	}
	.quick-form-adaption {
		width: 100%;
	}
	.quick-form-special-content,
	.quick-form-table {
		width: 100%;
	}
	textarea {
		resize: none;
		list-style: none;
		outline: none;
		resize: none;
	}
	body {
		color: #000;
	}
	.quick-upload-filenames {
		padding: 0 0 0 130px;
	}
	.quick-upload-files {
		width: 100%;
	}
	.quick-col-two {
		padding: 0 !important;
		display: table;
		table-layout: fixed;
	}
	quick-.print-control {
		page-break-after: always;
	}
	.quick-ui-input,
	.quick-ui-textarea,
	.quick-ui-select .quick-ui-select-text {
		border-width: 0 0 1px 0;
		border-color: #000;
		color: #000 !important;
	}
}


/*打印 end*/


/*theme 加*/

.quick-ui-input {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	padding: 0 5px;
	transition: none;
	line-height: 32px;
	outline: none;
	background: #fff;
	color: #555;
	width: 100%;
	border-radius: 0;
	border: 1px solid #ccc;
}

.quick-ui-button {
	text-align: center;
	display: inline-block;
	padding: 0px 16px;
	cursor: pointer;
	height: 32px;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	vertical-align: middle;
	float: left;
}

.quick-load-button {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 32px;
	padding: 0 20px;
	cursor: pointer;
	color: #fff;
}

.quick-icon-select {
	position: absolute;
	top: 0;
	display: inline-block;
	line-height: 30px;
	padding: 0 15px;
	margin: 1px 0;
	cursor: pointer;
	vertical-align: middle;
	border-left: 1px solid #ccc;
}
.inputWarnLayout{
	border: red 1px solid;
	background: url(../img/WarnLayout.png) no-repeat; 
	background-size: 100px;
	background-position: right 5px top 50%;
}
.inputWarnEmpty{
	border: red 1px solid;
	background: url(../img/WarnEmpty.png) no-repeat; 
	background-size: 100px;
	background-position: right 5px top 50%;
}
#ImgContainer img{
	width: auto;
	height: 120px;
}
.ImgContainer{
	margin-top: 5px;
	padding-left: 310px;
	box-sizing: border-box;
}
/*上传图片css*/
			
			.imageDiv {
				display: inline-block;
				width: 100px;
				height: 100px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				border: 1px dashed #e6e6e6;
				background: #F5F5F5;
				position: relative;
				overflow: hidden;
				margin: 10px;
			}
			
			.cover {
				position: absolute;
				z-index: 1;
				top: 0;
				left: 0;
				width: 100px;
				height: 100px;
				background-color: rgba(0, 0, 0, .3);
				display: none;
				line-height: 99px;
				text-align: center;
				cursor: pointer;
			}
			
			.cover .delbtn {
				color: #f44336;
				font-size: 16px;
				font-style: normal;
			}
			
			.imageDiv:hover .cover {
				display: block;
			}
			
			.addImages {
				display: inline-block;
				width: 100px;
				height: 100px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				border: 1px dashed #ddd;
				background: #fafafa;
				position: relative;
				overflow: hidden;
				margin: 10px;
			}
			
			.clickUpload {
				text-align: center;
				display: inline-block;
				align-items: center;
				justify-content: center;
				width: 100%;
				padding: 5px 0 0 0;
				color: #999;
			}
			
			.clickUpload span {
				font-size: 40px;
				color: #0088CC;
			}
			
			.fileUpload {
				position: absolute;
				top: 0;
				left: 0;
				width: 100px;
				height: 100px;
				opacity: 0;
				cursor: pointer;
			}
			/*图片上传end*/
@media(max-width:500px) {
	.default{
		padding:0px !important;
	}
	.quick-form-default {
    padding:12px;
	}
	.quick-gq-width .quick-form-text {
		width:auto !important;
		/* display: contents; */
		float: none
	}
	.quick-gq-width .quick-form-value {
     margin-left: 0px !important;
}
.quick-ui-date+.quick-date-icon::after {
    top: 42px;
}
.quick-col-two {
    width: 100%;
}
.quick-col-two:first-child {
    padding-bottom:10px;
}
.quick-form-row .quick-col-two:first-child .quick-form-value {
    padding-right: 0px;
}
.ImgContainer{
	padding-left:10px !important;
}
}
