/* footer */
footer{
	background: #000000;
	width: 100%;
	padding-top: 0.9rem;
}
.footer_right{
	padding-bottom: 0.57rem;
	border-bottom: 1px solid #FFFFFF;
	display: flex;
	justify-content: space-between;
}
.footer_ul{
	width: 100%;
	justify-content: space-between;
	align-items: self-start !important;
}
.footer_li{
	flex: 0 0 auto;
}
.footer_li:last-child{
	padding: 0;
}
.footer_li a{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 0.2rem;
	color: #FFFFFF;
	text-align: left;
}
.footer_list a:first-child{
	margin-top: 0.30rem;
}
.footer_list a{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	margin-top: 0.22rem;
	/* opacity: 0.4; */
	transition: all 0.5s;
}
.footer_copy{
	padding: 0.46rem 0 0.49rem;
	justify-content: space-between;
}
.footer_copy p,.footer_copy a{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	width: auto;
}
.footer_copyR{
	flex: 0 0 auto !important;
}
.header_tr p{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
}