/*公共全局样式*/
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	display: block;
	color: #fff;
}

ul li {
	list-style: none;
}

img {
	display: block;
}
html,
body {
	font-size: 62.5%;
	 width: 100%; 
	overflow: auto;
	min-width: 1000px;
	
}
input{
	display: block;
	outline:none;
}
/*公共全局样式结束*/

/*公共组件之header(头部)样式*/
nav {
	display: flex;
	/* padding: 2.6rem 17.8rem 0; */
	width: 78rem;
	margin: 0 auto;
	padding: 1.3rem 0;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

.logo {
	/* width: 14.2rem; */
	width: 7.1rem;
}

.nav-box {
	display: flex;
	/*justify-content: sp;*/
	/* height: 5rem; */
	height: 2.5rem;
	align-items: center;
}

nav a {
	/* font-size: 1.9rem; */
	font-size: 0.8rem;
	/* line-height: 5rem; */
	line-height: 2.5rem;
}

.nav-box a:nth-child(1),
.nav-box a:nth-child(2),
.nav-box a:nth-child(3) {
	/* margin-right: 8rem; */
	margin-right: 4rem;
}

#login {
	border-radius: 1.2rem;
	background: #FFFFFF;
	/* margin-right: 1.5rem; */
	margin-right: 0.75rem;
}

#free-use {
	border-radius: 1.2rem;
	border: 1px solid #FFFFFF;
}
/*公共组件之header(头部)样式结束*/


/*公共组件之footer(底部)样式*/
footer{
	width: 68rem;
	margin: 2.5rem auto;
	/*padding: 2.5rem 12.5rem;*/
	box-sizing: border-box;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
}
.pro-left{
	font-size: 0.8rem;
}
.pro-center{
	padding: 1rem 2.25rem;
	margin-left: 10rem;
	margin-right: 4.2rem;
	
	box-sizing: border-box;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
.pro-center p{
	line-height: 2rem;
}

.pro-center p{
	color: #666666;
	font-size: 0.8rem;
}
.pro-right{
	background: #f6f8fa;
	padding: 1.5rem;
	box-sizing: border-box;
	margin-left: 11.2rem;
}
.pro-right p{
	color: #999999;
	font-size: 0.7rem;
	line-height: 1.5rem;
}
.pro-icon{
	margin-left: 2.1rem;
}
.icon{

	width: 49px;
	height:49px;
}
.weixin{
	background-image: url(../../img/footer/wxhei.png);
	background-size: 100%;
	margin-bottom: 0.7rem;
}


.erweima{
	position: absolute;
	right: 5rem;
	bottom: 0rem;
	display: none;
}
.erweima img{
	width: 9rem;
	height: 9rem;
}

/*公共组件之footer(底部)样式结束*/
