.footer{
	width: 100%;
	height: auto;
	background: #151C29;
}

.footer .bottom{
	width: 13.44rem;
	margin: 0 auto;
	padding: 0.32rem 0 0.28rem;
	border-bottom: 1px solid rgba(100,100,100,0.5);
}

.footer .bottom .footer_box{
	float: left;
	margin-right: 0.7rem;
	max-width: 1rem;
}
.footer .bottom:last-child{
	/* margin-right: 0rem; */
}

.footer .bottom .footer_box:last-child{
	margin-right: 0;
}

.footer .bottom .footer_box li.title{
	opacity: 1;
}

.footer .bottom .footer_box li.title a{
	font-size: 0.16rem;
	color: #C1C8D4;
	letter-spacing: 1px;
}

.footer .bottom .footer_box li{
	opacity: 0.6;	
	margin-bottom: 0.2rem;
	color: #C1C8D4;	
}

.footer .bottom .footer_box li a{
	letter-spacing: 1px;	
	font-size: 0.14rem;
	color: #C1C8D4;	
}
.footer .bottom .footer_box li:hover{
	opacity: 1;	
}

.footer .bottom .footer_box li:last-child{
	margin-bottom: 0;
}

.footer .bottom .footer_box1{
	float: right;
	margin-top: 0.55rem;
}
.footer .bottom .footer_box1 .ewm{
	width: 0.95rem;
	height: 0.95rem;
}

.footer .bottom .footer_box1 .ewm img{
	height: 100%;
	width: 100%;
}

.footer .bottom .footer_box1 p {
	font-size: 0.14rem;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 0.16rem;
}

.footer .copy{
	width: 13.44rem;
	margin: 0 auto;
	padding: 0.28rem 0;
	font-size: 0;
}

.footer .copy li{
	font-size: 0.14rem;
	color: #C1C8D4;
	letter-spacing: 1px;
	margin-top: 0.1rem;
	opacity: 0.6;
}
.footer .copy li a{
	font-size: 0.14rem;
	color: #C1C8D4;
	letter-spacing: 1px;
	margin-top: 0.1rem;
  margin-left: 0.2rem;
  opacity: 1;
}

.footer .copy span:last-child{
	margin-right: 0;
}
