body {
	font-family: PingFang SC, STHeiti Light, Microsoft YaHei;
	padding: 0;
	font-size: 14px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
}

ul li {
	list-style: none;
}

a, a:hover, a:focus {
	text-decoration: none;
}

select {
	background-color: #fff;
	background-image: none;
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

.container {
	min-height: 450px;
}

@media ( min-width : 768px) {
	.modal-dialog {
		width: 700px;
	}
}

.form-inline .form-group {
	margin-left: 10px;
	margin-bottom: 8px;
}

icon.arrow-right {
	display: inline-block;
	width: 9px;
	height: 12px;
	background: url(../images/arrow-right.png);
	background-size: 100% 100%;
}

.load-content {
	background-color: #000;
	color: #fff;
	opacity: 0.80;
	position: relative;
	background-clip: padding-box;
	height: 70px;
	line-height: 70px;
	border: 0;
	border-radius: 6px;
	outline: 0;
	box-shadow: 0 0 0;
}

.load-body {
	text-align: center;
	color: #909093;
}

.load-dialog {
	position: absolute;
	top: 30%;
	left: 50%;
	margin: 0;
	margin-left: -25%;
	width: 50%;
}

/** form css a start**/
.form-mobile-a {
	margin-top: 10px;
	padding: 15px;
	padding-bottom: 45px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 2px 3px 4px #ccc;
}

.form-mobile-a .form-group {
	position: relative;
}

.form-mobile-a .form-group input.form-control, .form-mobile-a .form-group textarea.form-control
	{
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
}

.form-mobile-a .form-group .form-control.imgPreview {
	height: auto;
	text-align: center;
}

.form-mobile-a .form-group .label-required {
	color: red;
	margin-right: 5px;
}

.form-mobile-a .form-group a.action {
	position: absolute;
	left: 0px;
	top: 25px;
	display: block;
	width: 39px;
	height: 34px;
}

.form-mobile-a .form-group a.action.select {
	display: none;
	width: 11px;
	height: 8px;
	top: 17px;
	right: 4px;
	background: none;
	background-size: 100% 100%;
}

.form-mobile-a .form-group a.action.search {
	background: url(../img/search-icon.png) no-repeat 24px 13px;
	background-size: 16px 15px;
	pointer-events: auto;
}

.form-mobile-a .form-group a.action.date {
	top: 28px;
	width: 32px;
	height: 28px;
	background: url(../img/date-icon-mgm.png) no-repeat;
}

.form-mobile-a .form-group .onShow, .form-mobile-a .form-group .onFocus
	{
	color: grey;
}

.form-mobile-a .form-group .onCorrect {
	color: green;
}

.form-mobile-a .form-group .onError {
	color: #fc4a61;
}

.form-mobile-a .form-group.zzrw_hidden {
	display: none;
}

.form-mobile-a .form-group.zzrw_checkbox .checkbox-inline {
	margin-left: 10px;
}

.form-mobile-a .form-group.zzrw_display .form-control {
	border-left: 0 none;
	border-right: 0 none;
	border: 0 none;
	box-shadow: none;
	border-radius: 0;
	background: #f5f5f5
}

.form-mobile-a .form-group.zzrw_date .form-control {
	
}

.form-mobile-a .form-group.zzrw_area {
	height: auto;
	padding-top: 0px;
}

.form-mobile-a .form-group.zzrw_area label {
	left: 0;
	width: 100%;
	height: 43px;
	line-height: 43px;
	border-radius: 0;
}

.form-mobile-a .form-group.zzrw_area .form-control {
	padding: 0;
	height: auto;
	text-indent: 0px;
	border: 0 none;
	box-shadow: none;
	border: 1px solid #ccc;
}

.form-mobile-a .form-group.zzrw_area .form-area {
	position: relative;
	display: inline-block;
	padding: 5px 0;
	width: 33%;
	height: 34px;
	border: 0 none;
}

.form-mobile-a .form-group.zzrw_area .form-area select {
	width: 100%;
	text-indent: 0px;
	border: 0 none;
	background-color: #fff;
	background-image: none;
	border-right: 1px solid #ccc;
}

.form-mobile-a .form-group.zzrw_area .form-area a.action.select {
	right: 15px;
}

.form-mobile-a .form-group.zzrw_file .form-control {
	margin-bottom: 5px;
}

.form-mobile-a .form-group .btn {
	float: right;
}

.form-mobile-a .form-group.zzrw_file .btn {
	float: none;
	text-decoration: underline;
}

.form-mobile-a .form-group .btn.btn-primary {
	margin-right: 20px;
}
/** form css a end**/

/** select2 css start **/
.select2-container--default .select2-selection--single {
	border-top: none;
	border-left: none;
	border-right: none;
	height: 34px;
}

/** select2 css end **/

/** totop css start **/
#totop {
	position: fixed;
	bottom: 60px;
	right: 0px;
	z-index: 99;
	display: none;
	cursor: pointer
}

* html #totop {
	position: absolute;
	right: 5%;
	display: none;
	padding-right: 16px;
	white-space: nowrap;
	cursor: pointer;
	top: expression(eval(document.documentElement.scrollTop +  
		document.documentElement.clientHeight) -112+"px")
}

#totop a {
	display: block;
	text-align: center;
	width: 25px;
	height: 82px;
	background: #337ab7;
	color: #fff;
}

/** totop css end **/