/* �ײ� */
.lieyingcha_footer {
	height: 30px;
	line-height: 35px;
	position: fixed;
	bottom: 10px;
	width: 100%;
	text-align: center;
	color: #999999;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 1px;
}
/* ���������� */
.nav {
	width: 760px;
	height: 50px;
	margin: auto;
	line-height: 50px;
	background: #ededed;
	border-radius: 0 0 15px 15px;
}

.nav li {
	float: left;
	width: 80px;
	text-align: center;
}

.nav a {
	display: block;
	color: black;
}

.nav a:hover {
	color: white;
	background: gray;
}
/* ��ҳȫ�� */
#main_container {
	width: 760px;
	height: auto;
	margin: auto;
	text-align: center;
	padding-top: 2%;
}


/*���ض���*/
.load{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 10000;
	//display: none;
	background-color: rgba(0, 0, 0, 0.1);
}
.loader{
	width: 140px;
	height: 140px;
	/* border: 1px solid red; */
	text-align: center;
	position: fixed;
	top: calc(50% - 70px);
	left: calc(50% - 70px);
	padding-top: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}
#loader-1{
	width: 60px;
	height: 60px;
}
.load-msg{
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 13px;
	/* margin-top: 20px; */
}
svg path, svg rect {
	fill: #17a085;
}