*{
	margin:0;
	padding:0;
	font-family: 'Arial','Microsoft YaHei' ;
	box-sizing: border-box;
}
body,html{
	width: 100%;
	height: 100%;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
.footer1{
	width: 100%;
	padding: 1% 0;
	background-color: #1d2741;
}
.footer2{
	width: 75.6%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer3{
	width: 75%;
}
.footer4{}
.footer4>ul{
	display: flex;
	flex-wrap: wrap;
}
.footer4>ul>li{
	display: flex;
	margin-right: 0.3rem;
}
.footer4>ul>li>a{
	font-size: 0.14rem;
	color: #fff;
	opacity: 0.25;
	white-space: nowrap;
}
.footer4>ul>li>a:hover{
	opacity: 1;
}
.footer4>ul>li:first-child>a{
	pointer-events: none;
	font-size: 0.14rem;
	color: #fff;
	opacity: 1;
}
.footer5{
	width: 100%;
	height: 1px;
	background-color: #2d3c65;
	margin:0.15rem 0;
}
.footer6{
	font-size: 0.14rem;
	color: #fff;
	opacity: 0.25;
	letter-spacing: 0.02rem;
}
.footer7{}
.footer8{
	font-size: 0.14rem;
	color: #fff;
}
.footer9{
	display: flex;
	margin-top: .05rem;
}
.footer9>img{
	width: 0.92rem;
	height: 0.92rem;
}


@media (max-width: 960px){
	.footer2 {
	    width: 100%;
		padding: 0 0.35rem;
	    margin: 0 auto;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.footer4>ul>li {
	    display: flex;
	    margin-right: 0.1rem;
	}
}