.footer{
	/*height: 3.52rem;*/
	background: #00A0A8;
	padding-bottom: .3rem;
}

.footer_main>div{
	width: 100%;
}
.footer_main{
	width: 16rem;
	margin: 0 auto;
	padding: 0 0.1rem;
	align-items: unset;
}
.footer_main .left{
	width: 1.87rem;
	max-width: 12%;
}
.footer_main .left .logo{
	width: 1.7rem;
	height: 0.45rem;
	margin-top: 0.4rem;
}
.footer_main .left .lhr{
	width: 100%;
	margin-top: 0.25rem;
	margin-bottom: 0.15rem;
	border-top: 0.01rem solid #FFFFFF;
}
.footer_main .left .code{
	width: 1.1rem;
	height: 1.1rem;
}
.footer_main .left .rtxt{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	margin-top: 0.19rem;
}

.footer_main .center{
    /*max-width: 50%;*/
	padding: 0 0.65rem;
	display: flex;
	flex-direction: column;

}
.footer_main .center .box1{
	justify-content: space-between;
	padding-top: 1rem;
}
.footer_main .center .box2{
	margin-top: 1.19rem;
	margin-top: 1rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	white-space: nowrap;
	flex-wrap: wrap;
	justify-content: center;
}
.footer_main .center .cbox img{
	width: 0.66rem;
	height: 0.66rem;
	margin: 0 auto;
}
.footer_main .center .cbox .ctxt{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.24rem;
	text-align: center;
	margin-top: 0.15rem;
}
.footer_main .right{
	width: 3.3rem;
	padding-top: 1rem;
	flex-shrink: 0;
}
.footer_main .right .rtxt{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.24rem;
	margin-bottom: 0.1rem;
	display: block;
}
.footer_main .right .rhr{
	border-top: 0.01rem solid #FFFFFF;
	margin: 0.1rem 0;
}

.side_top{
	width: 0.4rem;
	height: 0.4rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.12);
	border-radius: 50%;
	position: fixed;
	bottom: 0.97rem;
	right: 0.5rem;
	z-index: 9;
	cursor: pointer;
}
.side_top img{
	width: 0.12rem;
	height: 0.07rem;
	margin: 0 auto;
	margin-top: 0.16rem;
}

.footer_main .box2 a{
	margin-left: 0.06rem;
}

.footer_main  .flex_box {
	align-items:normal
}

.footer_main .rl {
	margin-right: 0.1rem;
}

@media screen and (max-width: 1024px) {
	.footer_main{
		padding: 0 3%;
	}
	.footer_main .right,
	.footer_main .center .box1{
		display: none;
	}
	.footer_main .center{
		padding: 0;
	}
	.footer_main .center .box2{
		margin-top: 0.2rem;
		flex-wrap: wrap;
		font-size: 0.3rem;
        text-wrap: auto;
		display: unset;
	}
	.footer_main{
		width: 100%;
		flex-direction: column;
	}
	.footer_main .left{
		width: 100%;
		max-width: none;
	}
	.footer{
		height: auto;
		padding-bottom: 0.2rem;
	}
	.footer_main .left .lhr,
	.footer_main .left .logo{
		width: 2.8rem;
	}
	.footer_main .left .rtxt{
		font-size: 0.32rem;
	}
	
	.side_top{
		width: 0.6rem;
    	height: 0.6rem;
    	right: 0.2rem;
	}
	.side_top img{
		width: 0.3rem;
		height: 0.18rem;
		margin-top: 0.18rem;
	}
}