html,
body {
	background-color: #F8F8F8;
}

#app {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;

	&:last-child {
		margin-bottom: 0;
	}
}


.el-col {
	border-radius: 4px;
}

.grid-content {
	/* border-radius: 4px; */
	min-height: 36px;

}


.header{	
	width: 100%;
	height: 150px;
	background-color: #F5F5F5;
}

.header .header_logo{
	display: flex;
	justify-content: center;
}

.row-bg {
	padding: 10px 0;
}

.top_box {

	height: 192px;
	background-image: url(../img/top_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_box p {
	font-size: 36px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #F8F8F8;
	white-space: nowrap;
	text-align: center;

}

.top_box p:nth-child(1) {
	padding-top: 40px;
}

.top_box p:nth-child(2) {
	margin-top: 30px;
}

.search_box {
	display: block;
	/* width: 100%; */
	height: 77px;
	padding-top: 30px;
	background-color: #EFEFF4;
}

.search {
	width: 400px;
	height: 44px;
	display: block;
	margin: 0 auto;
	margin-top: -10px;
	display: flex;
	flex-direction: row;
}
.search .el-input{
	
}
.search .el-input__inner::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 56px;

}

.el-icon-search {
	font-size: 16px;
}

.search .el-button {
	width: 94px;
	height: 40px;
	background-color: #006DBC;
	margin-left: 10px;
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 10px;
}

.search_tip {
	width: 70%;
	height: 111px;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

.search_tip p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-left: 20px;
}
.search_tip p a{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #0084cf;
}


.search_tip p:nth-child(1) {
	margin-top: 10px;
}

.banner_box {
	height: 346px;
	background-color: #F8F8F8;
}

.banner_box .grid-content {
	height: 346px;
	background-image: url(../img/banner.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.school_list {
	margin-top: 23px;
}

.school_list .infinite-list-item {
	width: 100%;
	border-top: 1px solid #f1f1f1;
	overflow-x: hidden;
}

.school_list .infinite-list-item a {
	width: 100%;
	height: 74px;
	display: flex;
	flex-direction: row;
	text-decoration: none;
	background-color: #FFFFFF;
}

.school_list .school_icon {
	margin-left: 14px;
	margin-top: 15px;
}

.school_list .school_icon .el-image {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
}

.school_list .school_info_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
	margin-left: 15px;

}

.school_list .school_info .info_top {
	display: flex;
	flex-direction: row;
}

.school_list .school_info .school_code {
	font-size: 16px;
	font-family: Helvetica Neue;
	font-weight: normal;
	color: #595959;
}

.school_list .school_info .school_name {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #595959;
	margin-left: 15px;
	overflow: hidden;	text-overflow: ellipsis;	line-clamp: 1;	white-space: nowrap;}

.school_list .school_info .el-tag {
	height: 18px;
	line-height: 16px;
	margin-top: 5px;
	background-color: #FFFFFF;
	color: #04A7FC;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
}

.school_list .school_info_box .arrow {
	width: 12px;
	height: 12px;
	border-top: 2px solid #DCDCDC;
	border-right: 2px solid #DCDCDC;
	transform: rotate(45deg);
	margin-right: 25px;
	margin-top: 12px;
}

.school_list .loading {
	font-size: 18px;
	color: #a6a6a6;
	text-align: center;
	margin-top: 20px;
}

.school_list .nomore {
	font-size: 18px;
	color: #a6a6a6;
	text-align: center;
	margin-top: 20px;
}

.qrcode_box .qrcode {
	margin-top: 40px;
	width: 100%;
	height: 390px;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
}
.qrcode_box .qrcode p{
	white-space: nowrap;
}
.qrcode_box .qrcode .top{
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}
.qrcode_box .qrcode .top img{
	width: 199px;
	height: 199px;
}
.qrcode_box .qrcode .top p{
	font-size: 27px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	text-align: center;
}
.qrcode_box .qrcode .bottom{
	width: 580px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	margin-top: 40px;
}
.qrcode_box .qrcode .bottom .left{
	margin-right: 20px;
}
.qrcode_box .qrcode .bottom .left p{
	font-size: 23px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 5px;
}
.qrcode_box .qrcode .bottom .left p:nth-child(2){
	letter-spacing: 12px;
}
.qrcode_box .qrcode .bottom .blue_line{
	width: 4px;
	height: 52px;
	background: #0084cf;
	border-radius: 1px;
	margin-right: 10px;
	margin-top: 5px;
}

.qrcode_box .qrcode .bottom .right{
	display: flex;
	flex-direction: column;
}
.qrcode_box .qrcode .bottom .right img{
	width: 69px;
	height: 23px;
	
}
.qrcode_box .qrcode .bottom .right p{
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	/* font-style: italic; */
	color: #0084cf;
	margin-top:10px ;
}
.footer {
	margin-top: 49px;
	padding-bottom: 30px;
}

.footer .contact {
	margin-bottom: 20px;
	margin-top: 20px;
}


.footer p a {
	color: #AAAAAA;
	text-decoration: none;
}

.footer .contact a {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #586C94;
	text-decoration: none;
}

.footer p {
	text-align: center;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #AAAAAA;

}

.footer p:nth-child(3) {
	margin-top: 20px;
}
