.version{
	width: 100%;
}
.teacher-version{
	width: 50%;
	background-color: #a7ddff;
}
.parent-version{
	width: 50%;
	background-color: #ffefb4;
}
.teacher-msg,.parent-msg{
	width: 175px;
	margin: 20px auto;
	text-align: center;
}
.teacher-text1,.parent-text1{
	font-size: 20px;
	margin: 20px 0;
}
.teacher-text1{
	color: #fff;
}
.parent-text1{
	color: #f5af1e;
}
.white-line{
	border-bottom: 1px solid #fff; 
	height: 1px;
}
.orange-line{
	border-bottom: 1px solid #f5af1e;
	height: 1px;
}
.teacher-button,.parent-button{
	margin: 20px 0;
    font-size: 20px;
    color: #fff;
    padding: 8px;
    border-radius: 10px;
}
.teacher-button{
	background-color: #28aaff;
}
.parent-button{
	background-color: #f5af1e;
}
.teacher-img,.parent-img{
	margin-top: 20px;
}
.teacher-img>p,.parent-img>p{
	font-size: 16px;
}
.teacher-img>p{
	color: #328cc8;
}
.parent-img>p{
	color: #b47828;
}

.wechat-title{
	width: 100%;
	background-color: #f5f5f5;
	padding: 50px 0;
}
.wechat-title-content{
	width: 470px;
	margin: 0 auto;
}
.wechat-big-text{
	font-size: 40px;
	color: #37b4ff;
}
.wechat-small-text{
	font-size: 20px;
	color: #8c8c8c;
}

.teacher,.parent{
	width: 80%;
	margin: 0 auto 80px auto;
}
.teacher-content-left,.teacher-content-right{
	width: 49%;
}
.teacher-title,.parent-title{
	margin: 50px 0;
	text-align: center;
	font-size: 40px;
	color: #666;
}
.teacher-content-left>img,.parent-content-left>img{
	width: 36%;
}
.right-textBox-big-text{
	font-size: 22px;
	color: #37b4ff;
}
.right-textBox-small-text{
	margin-top: 10px;
	font-size: 22px;
	color: #999;
}
.parent-content-left,.parent-content-right{
	width: 49%;
}
.teacher-content-right,.parent-content-right{
	border-left: 1px solid #afacac;
}
