/* CSS Document */
html{
	font-size: 62.5%;
}
body{
	padding:0;
	margin:0;
	color: #333;
	font-size: 62.5%;
	font-family:微软雅黑 !important;
	background-color:#fafafa !important; /*f6f6f6*/
}
.z-index-max{
	z-index:100000000 !important;
}
.container {
	width: 720px !important;
	padding:0 !important;
}
.container-fluid{
	width:100%;
	min-width:1700px;
}
.clear{
	clear:both;
}
a, input, select, textarea, img, .btn, button{
	outline:none !important;
}
a, a:link, a:visited, a:hover{
	text-decoration:none !important;
}
select{
	cursor:pointer;
}
ul, li{
	padding: 0;
	list-style:none;
}
.i_common{
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.word_wrap{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*遮罩*/
.div-overlayer {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 99999;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
/*placeholder*/
.form-control::-moz-placeholder {
  color: #bfbfbf !important;
}
.form-control:-ms-input-placeholder {
  color: #bfbfbf !important;
}
.form-control::-webkit-input-placeholder {
  color: #bfbfbf !important;
}
.form-control[readonly] {
	cursor:pointer !important;
}
/*bootstrap*/
.btn {
	width: 100px;
	height: 38px;
	font-size: 1.7rem !important;
}
.btn-primary, .btn-primary:hover{
	background-color:#fcaf01 !important;
	border:none !important;
}
.btn-primary:active{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.btn-default{
	color: #fcaf01 !important;
	background-color:#fff !important;
	border: 1px solid #fcaf01 !important;
}
.modal-dialog .btn:hover{
	opacity: 1;
}
.modal-dialog .btn:active{
	-webkit-box-shadow: none;
	box-shadow:none;
	opacity: 0.7;
}
.modal-dialog{
	width: 695px !important;
}
.control-label{
	line-height: 33px !important;
}
/*placeholder*/
.phcolor{
	color: #bfbfbf !important;
}
/*loading*/
.loading_wrap{
	width:70px;
	height:70px;
	margin: 80px auto;
}
.loading_wrap span{
	display:table-cell;
	vertical-align: middle;
}
.loading_wrap span .loading_detail{
	width:70px;
	height:70px;
	background-color: #fff;
	padding-top: 8px;
	color:#666;
	font-size:13px;
	margin: 0 auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow: hidden;
	text-align: center;
}
/*css3 loading*/
.loadEffect{
	width: 32px;
	height:32px;
	position: relative;
	margin: 0 auto 10px;
}
.loadEffect span{
	display: inline-block;
	width: 8px;
	height: 3px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #808080;
	opacity: 0.2;
	position: absolute;
	animation: load 1.56s ease infinite;
	-moz-animation: load 1.56s ease infinite;
	-webkit-animation: load 1.56s ease infinite;
	-o-animation: load 1.56s ease infinite;
}
@keyframes load
{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0.2;
	}
}
@-moz-keyframes load /* Firefox */
{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0.2;
	}
}
@-webkit-keyframes load /* Safari 和 Chrome */
{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0.2;
	}
}
@-o-keyframes load /* Opera */
{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0.2;
	}
}
.loadEffect span:nth-child(1){
	left: 0;
	top: 50%;
	animation-delay:0.13s;
	-moz-animation-delay:0.13s;
	-webkit-animation-delay:0.13s;
	-o-animation-delay:0.13s;
}
.loadEffect span:nth-child(2){
	left: 1px;
	top: 10px;
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	animation-delay:0.26s;
	-moz-animation-delay:0.26s;
	-webkit-animation-delay:0.26s;
	-o-animation-delay:0.26s;
}
.loadEffect span:nth-child(3){
	left: 6px;
	top: 5px;
	transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	animation-delay:0.39s;
	-moz-animation-delay:0.39s;
	-webkitanimation-delay:0.39s;
	-o-animation-delay:0.39s;
}
.loadEffect span:nth-child(4){
	top: 3px;
	left:13px;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	animation-delay:0.52s;
	-moz-animation-delay:0.52s;
	-webkitanimation-delay:0.52s;
	-o-animation-delay:0.52s;
}
.loadEffect span:nth-child(5){
	right: 5px;
	top: 5px;
	transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	animation-delay:0.65s;
	-moz-animation-delay:0.65s;
	-webkitanimation-delay:0.65s;
	-o-animation-delay:0.65s;
}
.loadEffect span:nth-child(6){
	right: 1px;
	top: 10px;
	transform: rotate(150deg);
	-moz-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	-o-transform: rotate(150deg);
	animation-delay:0.78s;
	-moz-animation-delay:0.78s;
	-webkitanimation-delay:0.78s;
	-o-animation-delay:0.78s;
}
.loadEffect span:nth-child(7){
	top: 50%;
	right: -1px;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	animation-delay:0.91s;
	-moz-animation-delay:0.91s;
	-webkitanimation-delay:0.91s;
	-o-animation-delay:0.91s;
}
.loadEffect span:nth-child(8){
	bottom: 6px;
	right: 1px;
	transform: rotate(210deg);
	-moz-transform: rotate(210deg);
	-webkit-transform: rotate(210deg);
	-o-transform: rotate(210deg);
	animation-delay:1.04s;
	-moz-animation-delay:1.04s;
	-webkitanimation-delay:1.04s;
	-o-animation-delay:1.04s;
}
.loadEffect span:nth-child(9){
	bottom: 1px;
	right: 5px;
	transform: rotate(240deg);
	-moz-transform: rotate(240deg);
	-webkit-transform: rotate(240deg);
	-o-transform: rotate(240deg);
	animation-delay:1.17s;
	-moz-animation-delay:1.17s;
	-webkitanimation-delay:1.17s;
	-o-animation-delay:1.17s;
}
.loadEffect span:nth-child(10){
	bottom: 0;
	left: 12px;
	transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	animation-delay:1.3s;
	-moz-animation-delay:1.3s;
	-webkitanimation-delay:1.3s;
	-o-animation-delay:1.3s;
}
.loadEffect span:nth-child(11){
	bottom: 1px;
	left: 6px;
	transform: rotate(300deg);
	-moz-transform: rotate(300deg);
	-webkit-transform: rotate(300deg);
	-o-transform: rotate(300deg);
	animation-delay:1.43s;
	-moz-animation-delay:1.43s;
	-webkitanimation-delay:1.43s;
	-o-animation-delay:1.43s;
}
.loadEffect span:nth-child(12){
	bottom:6px;
	left: 1px;
	transform: rotate(330deg);
	-moz-transform: rotate(330deg);
	-webkit-transform: rotate(330deg);
	-o-transform: rotate(330deg);
	animation-delay:1.56s;
	-moz-animation-delay:1.56s;
	-webkitanimation-delay:1.56s;
	-o-animation-delay:1.56s;
}
/*百度地图logo/版权信息*/
.anchorBL, .BMap_cpyCtrl{
	display: none;
}

