body {
	background: #fff;
	font-family: PingFang SC, Lantinghei SC, Roboto, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

div,
p,
span,
i,
em,
header,
ul,
li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerBox {
	max-width: 7.5rem;
	background-color: #FFFFFF;
	font-size: .28rem;
}

.headerBox i {
	font-size: .26rem;
	color: #333333;
}

.headerBox .headerTop {
	display: flex;
	align-items: center;
	padding: .24rem;
}

.headerBox .headerTop span {
	margin-left: 2.71rem;
}


.infoBox {
    padding: 0 .30rem;
    padding-bottom: .30rem;
    text-align: justify;
}

.infoBox .h3 {
	font-size: .32rem;
	color: #000;
	margin-top: .32rem;
	margin-bottom: .23rem;
	font-weight: 600;
}

.infoBox .p {
	line-height: 2;
	font-size: .28rem;
	color: #666;
}
