.news-detail .detail-container {
	max-width: 1125px;
}
.teacher .section-header {
	margin-top: 0;
}
.teacher .section-header .title-span {
	display: inline-block;
	position: relative;
}
.teacher .section-header .section-title-line-auto {
	width: 105%;
	left: -2.5%;
	/*bottom: 0;*/
}
.teacher .avatar-box {
	border-right: 1px solid #F8DED2;
}
.teacher .avatar {
	width: 200px;
	height: 220px;
	background: #fafafa;
	position: relative;
}
.teacher .avatar .like-icon {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 30px;
	height: 30px;
	z-index: 2
}
.teacher .avatar-action {
	padding: 10px 0 0;
}
.teacher .avatar-action a{
	margin: 0 10px;
	color: #518BA4;
	font-size: 12px;
}
.teacher .teacher-resume p {
	color: #555555;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 27px;
}
.teacher .teacher-resume span {
	color: #A7A7A7;
}
.teacher .syicon {
	width: 16px;
	height: 16px;
	border-radius: 14px;
	background: #FF7528;
	color: #fff;
	text-align: center;
	line-height: 16px;
	display: inline-block;
}
.teacher .syicon .iconfont {
	font-size: 12px;
	color:#fff;
}
.teacher .mine p, .teacher .worker p {
	color: #555555;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 24px;
	width: 100%;
}
.teacher .mine {
	background: #FFF7F4;
	padding: 25px;
	margin-top: 20px;
}
.teacher .worker {
	background: #E4F3F8;
	padding: 25px;
	margin-top: 20px;
}

.teacher .pic-example {
	padding: 20px 0;
}
.teacher .pic-example a {
	position: relative;
	line-height: 20px;
	font-size: 14px;
	width: 110px;
	display: inline-block;
	font-weight: normal;
}
.teacher .pic-example a:before{
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	position: absolute;
	top: 8px;
	left: 0;
	margin-left: 20px;
}
.teacher .pic-example a.close:before {
	background: #e8e8e8;
}
.teacher .pic-example a.open:before {
	background: #FF7528;
}
.teacher .day-slot .ul{
	width: 90%;
	overflow: hidden;
	position: relative;
}
.teacher .day-slot .active, .teacher .day-slot .active .slot-date {
	background: #FFF7F4;
	color: #FF7528;
}
.teacher .comment-list {
	font-size: 14px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
.teacher .detail-container .body a {
	color: #555;
}
.teacher .comment-list li {
	padding: 15px 0;
	border-bottom: 1px solid #F8DED2;
}
.teacher .comment-list span {
	padding-right: 20px;
}
.shopModal .modal-title {
	color: #FF7528;
	font-size: 24px;
	text-align: left;
	margin-bottom: 20px;
}
.shopModal .col-form-label{
	padding: 0;
}
.shopModal .row {
	padding-bottom: 10px;
}
.shopModal .modal-footer {
	padding: 0;
	flex-wrap: unset;
}
.shopModal .modal-footer button {
	width: 50%;
	margin: 0;
	padding: 10px;
	border-radius: 0 0 .25rem 0;
}
.shopModal .modal-footer button:first-child {
	border-radius: 0 0 0 .25rem;
}
.shopModal .modal-footer button:last-child {
	background: #C9C9C9;
	border-color:#C9C9C9
}
.shopModal .modal-footer button:last-child:hover {
	background: #aaa;
	border-color:#aaa;
}

.filter-item .col-md-2 {
	text-align: center;
}
.filter-item span {
	display: inline-block;
	margin: 0 8px 5px;
	cursor: pointer;
}
.filter-item span.active {
	color: #FF7528;
}
.result-item {
	border: 1px solid #F8DED2;
	margin: 0 0 20px;
	box-sizing: border-box;
}
.teacher-info {
	flex-wrap: inherit;
	box-sizing: border-box;
	padding: 20px;
}
.teacher-info .left {
	width: 165px;
	height: 165px;
}
.teacher-info .avatar {
	width: 150px;
	height: 165px;
	margin-right: 12px;
	overflow: hidden;
}
.teacher-info .avatar img {
	width: 100%;
}
.teacher-info .right h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 6px;
}
.news-detail .detail-container .body p {
	min-height: unset;
	font-size: 14px;
	line-height: 24px;
}
.teacher .appointment-time {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.teacher .appointment-time .pic-example {
	padding: 0;
	line-height: 20px;
}
.all-result .time-list {
	width: 100%;
	margin-bottom: 15px;
	display: inline-block;
}
.all-result .time-list a {
	width: 18%;
	box-sizing: border-box;
	margin: 5px 1% 0;
	line-height: 20px;
	background: #FF7528;
	text-align: center;
	float: left;
	border-radius: 5px;
}
.all-result .time-list a:hover {
	border-color: rgb(255,117,40);
	background: rgba(255,117,40,.5);
}
.all-result .time-list span {
	font-size: 12px;
	color: #fff;
}
.all-result .time-list a.disabled {
	background: #DCE0EB;
	cursor: no-drop;
}
.all-result .time-list a.disabled span {
	color:#888888
}
.time-slot li .timing {
	background: #FF7528;
	border-color: #FF7528;
	color: #fff;
}
.time-slot li .timing:hover {
	border-color: rgb(255,117,40);
	background: rgba(255,117,40,.5);
}
.time-slot li .timing.disabled {
	background: #e9e9e9;
	border-color: #e9e9e9;
	color: #555;
	cursor: not-allowed;
}
.teacher .swiper-container {
	width: 95%;
	margin: 0 auto;
}
.teacher .swiper-button-next:after, .teacher .swiper-button-prev:after,
.teacher .swiper-button-next.swiper-button-disabled, .teacher .swiper-button-prev.swiper-button-disabled{
	font-size: 16px;
	font-weight: bold;
}
.teacher .swiper-button-prev, .teacher .swiper-container-rtl .swiper-button-next {
	left: 0;
}
.teacher .swiper-button-next, .teacher .swiper-container-rtl .swiper-button-prev{
	right: 0;
}
.teacher .day-slot .li {
	cursor: pointer;
}

@media only screen and (max-width: 767.98px) {
	.shopModal .modal-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.teacher .avatar-box {
		border-right: 0;
		border-bottom: 1px solid #F8DED2;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.teacher .teacher-resume p {
		font-size: .8rem;
		line-height: 1.4rem;
	}
	.teacher .mine p, .teacher .worker p {
		font-size: .8rem;
		line-height: 1.4rem;
	}
	.all-teacher.news-detail .detail-container {
		padding: 0;
	}
	.teacher-info .right h3 {
		font-size: 1rem;
		font-weight: normal;
		margin-bottom: .4rem;
	}
	.news-detail .detail-container .body p {
		min-height: unset;
		font-size: .6rem;
		line-height: 1.05rem;
	}
	.all-result .time-list {
		display: inline-block;
		margin-bottom: 1rem;
	}
	.all-result .time-list a {
		margin-top: .5rem;
		line-height: 2rem;
	}
	.filter-item .col-md-2 {
		text-align: left;
	}
}
