.footer_wrap {
	width: 100%;
	background: #0081CC;
}

.footer_box {
	height: 2.9rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;

}

.foot-logo img {
	width: 3rem;
	height: 0.82rem;
}

.foot-copyright {
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	display: flex;
	justify-content: center;
	border-top: 1px #fff solid;
	color: #FFFFFF;
	font-size: 0.13rem;
	margin: 0 auto;
}

.foot-copyright a {
	color: #FFFFFF;
	font-size: 0.13rem;
}

.foot-info {
	display: flex;
	flex-direction: column;
}

.foot-info .item {
	display: flex;
	align-items: center;
	margin-bottom: .2rem;
}

.foot-info .item:nth-last-of-type(1) {
	margin-bottom: 0;
}

.foot-info img {
	width: 0.24rem;
	margin-right: .28rem;
}

.foot-info span {
	font-size: 0.18rem;
	color: #FFFFFF;
}

.foot-ewm {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.foot-ewm img {
	width: 1rem;
	height: 1rem;
	margin-bottom: .05rem;
}

.foot-ewm span {
	font-size: 0.18rem;
	color: #FFFFFF;
}

.foot {
	width: 100%;
	height: 4rem;
	background: #0081CC;
	z-index: 99;
	position: relative;
}

.foot_box {
	margin: 0 auto;
	padding: .59rem 0 0;
	border-bottom: 1px #fff solid;
	display: flex;
	justify-content: space-between;
}

.foot_box .left {}

.foot_box .rig {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.foot_box .left .logoimg {
	width: 1.89rem;
	height: 0.4rem;
}

.foot_box .left .info {
	padding: .66rem 0 0 .6rem;
}

.foot_box .left .info .item {
	display: flex;
	align-items: center;
	margin-bottom: .2rem;
}

.foot_box .left .info .item img {
	width: 0.25rem;
	max-height: 0.3rem;
	margin-right: .28rem;
}

.foot_box .left .info .item span {
	font-size: 0.18rem;
	color: #FFFFFF;
}

.foot_box .rig .link {
	display: flex;
}

.foot_box .rig .link a {
	font-size: 0.18rem;
	color: #FFFFFF;
	border-right: 1px #fff solid;
	padding-right: .2rem;
	margin-right: .2rem;
}

.foot_box .rig .link a:nth-last-of-type(1) {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

.foot_box .rig .ewm {
	width: 1rem;
	text-align: center;
	margin: .8rem .6rem .43rem 0;
}

.foot_box .rig .ewm img {
	height: 1rem;
	width: 100%;
	background-color: #fff;
	display: block;
	margin-bottom: .06rem;
}

.foot_box .rig .ewm span {
	font-size: 0.18rem;
	color: #FFFFFF;
}
.istop{
	position: fixed;
	bottom: 1.2rem;
	right: .38rem;
	z-index: 9;
	background: #fff;
	border-radius: .06rem;
	display: none;
}
.istop img{
	width: 0.54rem;height: 0.54rem;
}
