html {
    font-size: 100px;
}

body {
    font-size: 0.14rem;
    background-color: #f2f4f7;
    color: #333;
}

ul, li {
    padding: 0;
    margin: 0;
}

.container {
    background-color: #fff;
}

.info-text {
    text-align: justify;
}


a, a:hover {
    color: #333;
}

img {
    width: 100%;
}

.footer {
    text-align: center;
    padding:0.3rem 0.1rem 0.4rem 0.1rem;
    background-color: #f2f4f7;
	

}
.footer ul{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0.25rem 0 0.35rem 0;
}
.footer a{
	padding: 0 0.35rem;
	height: 0.28rem;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.28rem;
	border-left: 0.02rem solid #333;
}
.footer li:first-child a{
	border: none;
}
.footer p{
	
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.3rem;
	opacity: 0.6;
	margin: 0;
}
