 
html {
	font-size:625%;
	-webkit-text-size-adjust:none;
	max-height:100%
} 
/* footer */
.fixed-footer {
	width:100%;
	position: fixed!important;
	bottom: 0;
	right: 0;
	z-index: 9999;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
.foot {
	width:100%;
	position: fixed;
	height:0.8rem;
	bottom:0;
	left:0;
	z-index:10;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
.foot-relative {
	position:relative;
	width:100%;
	height: 0.65rem;
	background: #666;
}
.foot a {
	display:block;
	text-align: center;
	float:left;
	height: 0.65rem;
    line-height: 0.65rem;
	width:33.333%;
	color: #fff;
}
.foot a:hover{
	color:#ff673b;
}
.foot a span {
	width:100%;
	text-align:center;
	font-size: 0.315rem;
	line-height: 0.5rem;
}
.foot a h3 {
	width:100%;
	text-align:center;
	font: 0.18rem/0.2rem "microsoft yahei";
}
.footer{
	margin-bottom:.65rem;
}
.common-pro-search {
	width:90%;
	height:0.533rem;
	background: #fff;
	margin:2% auto;
}
.common-text {
	float:left;
	border:0;
	background:#fff;
	width:84.45%;
	height:0.533rem;
	text-indent:0.1rem;
	font:0.16rem/0.533rem "microsoft yahei";
	border-radius:0;
}
.common-submit {
	float:right;
	width:15.55%;
	border:0;
	font-size:0.36rem;
	line-height:0.533rem;
	color:#fff;
	height:0.533rem;
	border-radius:0;
	background:none;
	background:#333;
}
/* foot search btn */
.common-search {
	width:92.1875%;
	position:absolute;
	z-index:100;
	left:3.90625%;
	bottom:0.9rem;
	background: #fff;
	border:1px solid #ccc;
	display:none;
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 2px #666 inset;
	box-shadow: 0 1px 2px #666 inset;
}
.search-input-n {
	width: 85%;
	height:0.533rem;
	line-height: 0.533rem;
	border:none;
	outline: none;
	text-indent: 5%;
	border-radius: 25px;
	font-family: "microsoft yahei";
	background-color: transparent;
}
.search-btn-n {
	width: 12%;
	border:none;
	outline: none;
	font-size: 0.4rem;
	line-height: 0.533rem;
	background-color: transparent;
	color:#666;
	background-color: transparent;
	font-family: "microsoft yahei";
}
/* foot search btn end*/
/*font*/
@font-face {
	font-family:"iconfont";
	src:url('../css/iconfont.woff') format('woff'), url('../css/iconfont.ttf') format('truetype');
}
.iconfont {
	font-family:"iconfont" !important;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:0.2px;
	-moz-osx-font-smoothing:grayscale;
}
/*font*/
@font-face {
	font-family:"commonfont";
	src:url('../css/common.woff') format('woff'), url('../css/common.ttf') format('truetype');
}
.commonfont {
	font-family:"commonfont" !important;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:0.2px;
	-moz-osx-font-smoothing:grayscale;
} 