/*
* 样式栅格系统
*/
.sg-l-1 {
	width: 8.3333333%;
}

.sg-l-2 {
	width: 16.6666667%;
}

.sg-l-3 {
	width: 25%;
}

.sg-l-4 {
	width: 33.3333333%;
}

.sg-l-5 {
	width: 41.66666667%;
}

.sg-l-6 {
	width: 50%;
}

.sg-l-7 {
	width: 58.3333333%;
}

.sg-l-8 {
	width: 66.6666667%;
}

.sg-l-9 {
	width: 75%;
}

.sg-l-10 {
	width: 83.3333333%;
}

.sg-l-11 {
	width: 91.6666667%;
}

.sg-l-12 {
	width: 100%;
}

@media screen and (max-width: 1440px) {
	.sg-m-1 {
		width: 8.3333333%;
	}

	.sg-m-2 {
		width: 16.6666667%;
	}

	.sg-m-3 {
		width: 25%;
	}

	.sg-m-4 {
		width: 33.3333333%;
	}

	.sg-m-5 {
		width: 41.66666667%;
	}

	.sg-m-6 {
		width: 50%;
	}

	.sg-m-7 {
		width: 58.3333333%;
	}

	.sg-m-8 {
		width: 66.6666667%;
	}

	.sg-m-9 {
		width: 75%;
	}

	.sg-m-10 {
		width: 83.3333333%;
	}

	.sg-m-11 {
		width: 91.6666667%;
	}

	.sg-m-12 {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.sg-s-1 {
		width: 8.3333333%;
	}

	.sg-s-2 {
		width: 16.6666667%;
	}

	.sg-s-3 {
		width: 25%;
	}

	.sg-s-4 {
		width: 33.3333333%;
	}

	.sg-s-5 {
		width: 41.66666667%;
	}

	.sg-s-6 {
		width: 50%;
	}

	.sg-s-7 {
		width: 58.3333333%;
	}

	.sg-s-8 {
		width: 66.6666667%;
	}

	.sg-s-9 {
		width: 75%;
	}

	.sg-s-10 {
		width: 83.3333333%;
	}

	.sg-s-11 {
		width: 91.6666667%;
	}

	.sg-s-12 {
		width: 100%;
	}
}

.form-line-title {
	border: 1px solid #999;
	border-bottom: none;
	border-right: none;
	border-left: none;
	padding: 0;
}

.form-line-title legend {
	margin-left: 25px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	padding: 0 10px;
}

.content {
	padding: 20px;
}

.fl {
	float: left;
	display: inline;
}

.clear {
	clear: both;
	overflow: hidden;
}

.fr {
	float: right;
	display: inline;
}

/*下拉框start*/
.form_cssSelect {
	white-space: nowrap;
	float: left;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.form_cssSelect .form_selectBox {
	cursor: pointer;
	border: solid 1px #e6e6e6;
	position: relative;
}


.form_cssSelect .form_selectLt {
	border-radius: 2px;
	overflow: hidden;
	min-height: 43px;
	min-width: 43px;
	line-height: 43px;
	padding: 0 40px 0 10px;
	background: none transparent scroll repeat 0% 0%;
	color: #666;
	cursor: pointer;
	text-align: left;
	font-size: 14px;
	color: #999;
}

.form_cssSelect .form_selectLt .form_optionBox {
	float: left;
	display: inline;
	margin: 8px 5px 0;
	border-radius: 3px;
	padding: 2px 10px 2px 40px;
	height: 24px;
}

.form_cssSelect .form_selectLt .form_optionBox span i {
	top: 6px;
}

.form_cssSelect .form_selectLt .form_mtinner {
	float: left;
	display: inline;
	height: 24px;
	line-height: 24px;
	padding: 0 25px 0 10px;
	margin: 5px 10px 5px 0;
	background: #F00;
	color: #FFF;
}

.form_cssSelect .form_selectRt {
	cursor: pointer;
	float: left;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 100%;
}

.form_cssSelect .form_selectRt:before {
	display: block;
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -3px;
	cursor: pointer;
	border-width: 6px;
	border-color: transparent;
	border-top-color: #c2c2c2;
	border-style: dashed;
	border-top-style: solid;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.form_cssSelect .form_sform_mt .form_selectLt {
	padding: 2px 40px 2px 10px;
	min-height: 34px;
	height: auto !important;
	height: 34px;
	line-height: 34px;
}

.form_cssSelect .form_optionsBox {
	position: absolute;
	border: 1px solid #e6e6e6;
	padding: 2px;
	margin: 0;
	background: #fff;
	z-index: 100;
	min-width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.form_cssSelect .form_optionsBox.dn {
	top: 100%;
}

.form_cssSelect .form_optionsBox.up {
	bottom: 100%
}


.form_cssSelect .form_optionBox {
	cursor: pointer;
	padding: 5px 10px;
	margin: 0 0 1px 0;
	line-height: 24px;
	position: relative;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.form_cssSelect .form_optionBox span {
	font-size: 12px;
}

.form_cssSelect .form_optionBox span i {
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #ddd;
	-webkit-transition: all .3s;
	transition: all .3s;
	left: 10px;
	top: 9px;
}

.form_cssSelect .form_optionBox:hover {
	background: #f5f5f5;
	color: #333;
}

.form_cssSelect .selected {
	background: #ebbb74 !important;
	color: #fff !important
}

.form_cssSelect .form_mt {
	padding-left: 40px;
}

.form_cssSelect .form_mt.selected span i {
	border-color: #FFF;
}

.form_cssSelect .form_mt.selected span i:before {
	content: '';
	display: inline-block;
	border: 2px solid #FFF;
	border-top-width: 0;
	border-right-width: 0;
	width: 8px;
	height: 4px;
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
	position: absolute;
	top: 3px;
	left: 2px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.form_cssSelect .disabled {
	cursor: not-allowed !important;
	color: #999 !important;
	background: none !important;
}

.form_cssSelect .default {
	background: #f0f0f0 !important;
	color: #949494 !important;
	padding-left: 10px
}


.form_beautify_input {
	display: none;
}

/*触碰sel*/
.form_cssSelect .sPressDown .form_selectRt:before {
	margin-top: -9px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -3px\9;
}

/*下拉框end*/
/*radio start*/
.form-form-item input[type=radio] {
	display: none;
}

.form_cssRadioBox {
	float: left;
	display: inline;
	cursor: pointer;
	color: #333;
	margin: 11px 25px 0 0;
}

.form_cssRadio {
	overflow: hidden;
}

.form_cssRadio_icn {
	float: left;
	display: inline;
	width: 12px;
	height: 12px;
	border: 2px solid #c2c2c2;
	border-radius: 100%;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.form_cssRadio_icn i {
	display: block;
	width: 6px;
	height: 6px;
	background: #c2c2c2;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	border-radius: 50%;
	display: none;
}

.form_cssRadio_text {
	line-height: 20px;
	padding: 1px 0;
	overflow: hidden;
	font-size: 14px;
}

/*状态*/
.form_cssRadioBox.checked .form_cssRadio_icn {
	border: 2px solid #b80b0b;
}

.form_cssRadioBox.checked .form_cssRadio_icn i {
	display: block;
	background: #b80b0b;
}

.form_cssRadioBox.disabled {
	cursor: not-allowed !important;
	color: #999 !important;
}

/*radio end*/
/*checkBox start*/
.form-form-item input[type=checkBox] {
	display: none;
}

.form_cssCheckBoxBox {
	float: left;
	display: inline;
	cursor: pointer;
	color: #333;
	margin: 12px 25px 0 0;
}

.form_cssCheckBox {
	overflow: hidden;
}

.form_cssCheckBox_icn {
	float: left;
	display: inline;
	width: 18px;
	height: 18px;
	border: 1px solid #e6e6e6;
	margin-right: 10px;
	position: relative;
}

.form_cssCheckBox_text {
	line-height: 20px;
	padding: 0px 0;
	overflow: hidden;
	font-size: 14px;
}

/*状态*/
.form_cssCheckBoxBox.checked .form_cssCheckBox_icn {
	background: #b80b0b;
	border-color: #b80b0b;
}

.form_cssCheckBoxBox.checked .form_cssCheckBox_icn i {
	display: block;
}

.form_cssCheckBoxBox.checked .form_cssCheckBox_icn i {
	display: inline-block;
	border: 2px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	width: 8px;
	height: 4px;
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
	position: absolute;
	top: 4px;
	left: 4px;
}

.form_cssCheckBoxBox.disabled {
	cursor: not-allowed !important;
	color: #999 !important;
}

/*checkBox end*/

/*表单start*/
.form-text-l {
	text-align: left;
}

.form-text-c {
	text-align: center;
}

.form-text-r {
	text-align: right;
}

.form-form-overflow {
	overflow: hidden;
}

.form-form-inline {
	display: inline-block;
	vertical-align: top;
	padding: 8px 0;
}

.form-form:after,
.form-formC:after,
.form-form-rightBox:after,
.form-form-item:after,
.form-form-formBox:after,
.form-form-inline:after {
	visibility: hidden;
	clear: both;
	display: block;
	content: '';
	overflow: hidden;
}

.form-form-item {
	padding: 8px 0;
	float: left;
	display: inline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.form-form-item.nopadding {
	padding: 0;
}

.form-form-label {
	width: 210px;
	padding: 9px 0;
	line-height: 27px;
	color: #333;
	font-size: 14px;
	float: left;
	display: inline;
}

.form-form-formBox {
	margin-left: 220px;
	min-height: 45px;
}

.form-form-right {
	float: right;
	display: inline;
}

.form-form-input {
	background: none;
	position: relative;
	border-radius: 2px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e6e6e6;
	padding: 0 10px;
	outline: none;
	float: left;
	display: inline;
}

.form-form-input.required {
	border-left: 2px solid #f00 !important;
}

.form-form-input:focus {
	border-color: #c9c9c9;
}

.auiDataIco {
	float: left;
	position: relative;
	cursor: pointer;
}

.auiDataIco:before {
	content: '';
	display: block;
	position: absolute;
	right: 1px;
	top: 1px;
	height: 38px;
	width: 38px;
	background: #ebebe4 url(./images/icon/datebox_icon.png) no-repeat 11px center;

}

.auiDataIco .form-form-input {
	cursor: pointer;
}

.form-form-textarea {
	border-radius: 2px;
	resize: none;
	width: 100%;
	height: 100px;
	line-height: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #e6e6e6;
	padding: 7px 10px;
	outline: none;
	float: left;
	display: inline;
}

.form-form-textarea::-webkit-input-placeholder {
	color: #999999;
	font-size: 14px;
	text-align: left;
}

.form-form-textarea:focus {
	border-color: #979797;
}

.form-form-tip {
	padding: 7px 8px;
	line-height: 31px;
	color: #999;
	font-size: 12px;
	float: left;
	display: inline;
}

/*表单end*/
