.about-container{
	padding: 4vw;
}
.about-common{
	width: 92vw;
	background: #fff;
	border-radius: 1.33vw;
}
.about-logo-box{
	padding-top: 5.73vw;
	padding-bottom: 7.07vw;
}
.about-logo{
	display: block;
	width: 24.93vw;
	height: auto;
	margin: 0 auto
}
.about-school{
	font-size: 4.27vw;
	line-height: 4.93vw;
	font-weight: bold;
}
.about-info-box{
	box-sizing: border-box;
	margin-top: 2.67vw;
	padding: 0 4vw;
}
.about-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 14.67vw;
	line-height: 14.67vw;
}
.about-info-box > .about-item{
	border-bottom: 1px solid #f1f1f1;
}
.about-item-text,.agreement-container{
	font-size: 4vw;
}
.about-phone{
	color: #c1191f;
}
.about-phone:link,.about-phone:visited {
    color: #c1191f;
}
.about-email{
	color: #717784;
}
.about-xyicon{
	width: 1.6vw;
	height: 3.23vw;
}
/* 服务协议 */
.agreement-container{
	padding: 5.33vw 5.33vw 8.4vw;
	line-height: 6.13vw;
}
.agreement-common{
	background: url(../images/biaoqian4-xy.png) no-repeat left;
	background-size: 1.07vw 4vw;
	padding-top: 1.06vw;
	padding-left: 2.67vw;
	line-height: 12vw;
}