.carousel-item {
	height: 9.375rem;
}

.school-title {
	margin-top: 1.875rem;
}

.school-spsh img {
	margin-bottom: 0.625rem;
}

.school-xzxc {
	font-size: 0.9375rem;
	color: #333;
	border: 1px solid #E8E8E8;
	padding: 0.9375rem;
	margin-bottom: 1.25rem;
}

.school-position {
	background-image: url("../../images/h5/resources/resources_bg.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #E8E8E8;
	padding: 1.875rem;
	margin-top: 1.25rem;
	font-size: 0.875rem;
	cursor: pointer;
	transition: box-shadow 0.25s;
}

.school-position:hover {
	box-shadow: 0px 0px 7px 0px rgba(153, 153, 153, 0.35);
}

.position-title {
	font-size: 1.125rem;
	color: #333333 !important;
}

.position-time {
	color: #999;
}

.position-condition {
	color: #666;
}

.position-condition span {
	padding: 0 0.625rem;
	color: #E8E8E8;
}

.position-info {
	color: #EB711A !important;
	margin-bottom: 0;
}

/* 手机端 */
@media ( max-width : 991px) {
	.carousel-item {
		height: 9.375rem;
	}
	.school-position {
		padding: 1.25rem 0.9375rem;
		margin-left: 1rem;
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
	.position-title {
		font-size: 1rem;
		margin-bottom: 0;
	}
	.position-time {
		font-size: 0.75rem;
	}
}

.m-search-div {
	padding: 1rem 1rem 0 1rem;
	background-color: #fff;
}

.m-school-search {
	width: 1.125rem;
}

.m-group-search {
	height: 2.75rem;
	background-color: #E5E5E5;
	border: 0
}

.m-group-text {
	height: 2.75rem;
	background-color: #E5E5E5;
	border-left: 0;
	padding-left: 0;
	color: #666;
	border: 0
}

.m-group-text::-webkit-input-placeholder, .m-group-text::-webkit-search-cancel-button
	{
	color: #666;
}

.m-group-text:focus {
	box-shadow: 0 0 0 0 #E5E5E5 !important;
	background-color: #E5E5E5;
}

.m-school-flex {
	font-size: 1.125rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 1rem;
}

.m-school-sxtext {
	font-size: 1rem;
	color: #EB711A;
	font-weight: normal;
}

.m-school-sximg {
	width: 0.875rem;
	margin-left: 0.3125rem;
}

.m-school-modallist {
	position: relative;
	padding-bottom:0.875rem;
}

.m-school-modal {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.m-school-sxmodal {
	position: fixed;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: none;
	background-color: #fff;
	z-index: 2000;
	overflow: auto;
}

.m-sxmodal-close {
	text-align: right;
	font-size: 30px;
	color: #333;
	padding: 0 1rem;
	background-color: #fff;
	border-bottom: 1px solid #E8E8E8;
}

.accordion {
	margin-bottom: 5rem;
}

.card {
	border: 0;
	border-bottom: 1px solid #E8E8E8 !important;
}

.card-header {
	border: 0;
	background-color: #fff;
	padding: 1.25rem 1rem;
	color: #333;
}

.card-body {
	padding: 0 1rem 0.625rem 1rem;
}

.card-link {
	float: right;
	color: #333;
}

.card-link:hover {
	color: #333;
}

.m-modal-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 2.9375rem;
	border-top: 1px solid #DCDCDC;
}

.m-btn-reset {
	width: 50%;
	color: #333 !important;
	line-height: 1.9375rem;
	border-radius: 0;
	background-color: #fff;
}

.m-btn-confirm {
	width: 50%;
	line-height: 1.9375rem;
	color: #fff !important;
	background-color: #EB711A;
	border-radius: 0;
}

.m-option-list {
	font-size: 0.875rem;
	color: #666;
}

.m-option-list ul {
	padding-left: 0;
	margin-bottom: 0;
}

.m-option-list ul li {
	display: inline-block;
	margin-right: 0.325rem;
	margin-bottom: 0.5rem;
	padding: 0.625rem 0.5rem;
	cursor: pointer;
	border: 1px solid #fff;
	background-color: #E8E8E8;
	min-width: 4.875rem;
	text-align: center;
	border-radius: 0.25rem;
}

.m-option-list .active {
	border: 1px solid #EB711A;
	color: #fff;
	background-color: #EB711A;
}