.footer {
	width: 100%;
	height: 1.375rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer .up-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0.15625rem;
	font-size: pxToRem2(16px);

	color: #333333;
	cursor: pointer;
}

.footer .up-bottom .img {
	width: 0.104166rem;
	height:0.104166rem;
}

.footer .top {
	width: 100%;
	height: 1.1875rem;
	font-size: 0.0625rem;
	opacity: 0.94;
	background-image: url(../img/footer-03.png);
	background-size: 100% 100%;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.footer .top .top-center {
	width: 6.25rem;
	height: 1.1875rem;
	display: flex;
	align-items: center;
}

.footer .top .top-center .img {
	width: 1.161458rem;
	height: 0.651041rem;
}

.footer .top .top-center .line {
	width: 0.005208rem;
	height: 0.625rem;
	background-color: #ffffff;
	box-shadow: 0.010416rem 0 0.020833rem 0 rgba(255, 255, 255, 0.69);
	opacity: 0.5;
	margin: 0 0.416666rem 0 0.458333rem;
}

.footer .top .top-center .footer-info {
	height: 0.651041rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer .top .top-center .footer-info .footer-info-font {
	font-size: 0.072916rem;

	color: #ffffff;
}

.footer .top .top-center-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	right: 0.239583rem;
	bottom: 0.109375rem;
}

.footer .top .top-center-right .img {
	width:0.265625rem;
	height:0.322916rem;
}

.footer .top .top-center-right .font-box {
	display: flex;
	align-items: center;
	margin-top: 0.145833rem;
	font-size: 0.072916rem;
}

.footer .top .top-center-right .font-box .num-item {
	width: 0.09375rem;
	height: 0.09375rem;
	line-height: 0.09375rem;
	font-size: 0.072916rem;
	margin-right: 0.020833rem;
	text-align: center;
	background: linear-gradient(360deg, #0078bf 0%, #00b0e1 100%);
	box-shadow: 0 0.005208rem 0.010416rem 0 rgba(0, 0, 0, 0.5);
	border-radius: 0.010416rem;
}

.footer .top .top-center-right .font-box .num-item:last-child {
	margin-right: 0;
}

.footer .footer-bottom {
	width: 100%;
	height: 0.1875rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #0166a3;
}

.footer .footer-bottom .bottom-center {
	width: 6.25rem;
	height: 0.1875rem;
	display: flex;
	align-items: center;
	position: relative;
	font-size: 0.072916rem;

	color: #ffffff;
}

.footer .footer-bottom .bottom-center .font2 {
	margin-left: 0.416666rem;
}
