/* 三大面试形式 */
#three {
	display: flex;
	text-align: center;
	justify-content: space-around;
	/* padding: 0 5%; */
}
#three .three-img {
	max-width: 30%;
}
/* 分析 */
#department-category {
	display: flex;
	text-align: center;
	background-color: var(--white);
	border: 5px solid var(--border-color);
	margin-bottom: 2em;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
#department-category > div {
	width: calc((100% / 6) - 10px);
	margin: 0 5px;
	position: relative;
	padding: 10px 0;
	cursor: pointer;
}
#department-category > div:not(:last-child)::after {
	position: absolute;
	content: '';
	height: 70%;
	right: 0;
	top: 15%;
	width: 2px;
	background-color: var(--border-color);
}
#department-category img {
	display: block;
	margin: 0 auto;
	width: 3.5rem;
}
#department-category > div.active::before {
	position: absolute;
	content: '';
	bottom: 0;
	width: 80%;
	left: 10%;
	height: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: var(--border-color);
}
.department-info {
	background-color: var(--white);
	border-radius: 20px;
	border: 5px solid var(--border-color);
	margin-top: 1em;
	position: relative;
	display: none;
	line-height: 1.8;
}
.department-info > div{
	padding: 1.875rem;
	position: relative;
}
.department-info h3 {
	margin: 0.5em;
}
.department-info p {
	margin: 0.2em;
}
.department-info::before {
	content: '';
	position: absolute;
	top: -16px;
	width: 20px;
	height: 20px;
	border-left: 5px solid var(--border-color);
	border-top: 5px solid var(--border-color);
	background-color: var(--white);
	transform: rotate(45deg);
}
.department-info::before {
	left: var(--left);
}
/* 八大实力 */
h1.bg {
	background-image: url('../images/title-bg.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#strength {
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	background-color: var(--white);
	line-height: 1.6rem;
}
#strength > div {
	width: 33.3%;
	box-sizing: border-box;
	padding: 0.8em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 3.5rem;
	height: 230px;
}
.strength-title {
	position: absolute;
	top: 1rem;
	width: 100%;
	left: 0;
	line-height: 2em;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	/*border-bottom: 2px solid #d4d4d4;*/
}
#strength > div:nth-child(3),
#strength > div:nth-child(1),
#strength > div:nth-child(5){
	background-color: #ffecd3
}
.strength-title img {
	height: 1.5em;
	vertical-align: -0.35em;
	margin-right: 5px;
}
/* 课程 */
#course-category {
	display: flex;
	justify-content: space-around;
	margin-bottom: 2em;
	position: relative;
}
#course-category > div {
	cursor: pointer;
	max-width: 19%;
}
.btnRow{
  display: flex;
  justify-content: center;
}
.btn3{
  margin: 0 20px 15px;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  color: var(--white);
  /* background-color: #eee; */
  line-height: 2;
  display: inline-block;
  border-radius: 3rem;
  padding: 0 1rem;
  cursor: pointer;
  width: 20%;
  height: 40px;
  line-height: 40px;
  color: #000;
  border: 2px solid firebrick;
  font-size: 14px;
}
.pink{
  background-color: firebrick;
  color: white;
  position: relative;
}

.classTable{
  background-color: var(--white);
	border-radius: 20px;
	padding: 1.875rem;
	margin-top: 1em;
}
.pink::before{
  content: '';
	position: absolute;
	width: 20px;
  bottom: -12px;
  left: 116px;
	height: 20px;
	background-color: firebrick;
	transform: rotate(45deg);
}
.course-info {
	background-color: var(--white);
	border-radius: 20px;
	padding: 1.875rem;
	margin-top: 1em;
	position: relative;
}
.course-info::before {
	content: '';
	position: absolute;
	top: -10px;
	width: 20px;
	height: 20px;

	transform: rotate(45deg);
}
.course-info:nth-child(1)::before {
	left: 9.2%;
}
.course-info:nth-child(2)::before {
	left: 29.2%;
}
.course-info:nth-child(3)::before {
	left: 49%;
}
.course-info:nth-child(4)::before {
	left: 69.3%;
}
.course-info:nth-child(5)::before {
	left: 89.2%;
}
.course-info span.h5-block{
	display: inline;
}
.course-info span.pc-block {
	display: block;
}
.course-info table {
	width: 100%;
	background-color: var(--table-border);
	/* border: 1px solid var(--table-border); */
	text-align: center;
}
.course-info thead th {
	background-color: #fde44e;
	font-weight: bold;
	padding: 0.6rem 0;
}
.course-info table td:first-child {
	font-weight: bold;
}
.course-info table td {
	background-color: #fff;
	/* border: 1px solid var(--table-border); */
	padding: 1rem 0.1rem;
	line-height: 1.6;
}
.course-info .qrcode {
	display: inline-block;
	margin-left: 2em;
	text-align: center;
}
.course-info .qrcode img {
	width: 6rem;
}

/* 师资 */
#teacher {
	position: relative;
}
#teacher .swiper-slide {
	color: var(--white);
	position: relative;
	height: 100%;
}
#teacher .swiper-slide > div {
	width: 90%;
	margin: auto;
	overflow: hidden;
	border-radius: 12px;
	position: relative;
}
#teacher .swiper-slide > div > div:first-child > img {
	width: 100%;
}
#teacher .swiper-slide > div:hover .teacher-info {
	display: block;
}
.teacher-info {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(87, 66, 64, 0.8);
	z-index: 2;
}
.teacher-title {
	margin-top: 0.5em;
	font-size: 1.5em;
}
.teacher-divider {
	border-top: 1px solid var(--white);
	margin: 0.5em 0;
}
.teacher-introduction {
	font-size: 0.8em;
	padding: 0 1em;
	text-align: left;
	/*line-height: 26px;*/
}
.teacher-bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: var(--white);
	color: #000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	line-height: 4;
	font-size: 16px;
}
.teacher-bottom img {
	width: 16px;
	vertical-align: -0.15em;
	margin-right: 0.2em;
}
.teacher-bottom span {
	color: #999;
}
.teacher-bottom .teacher-bottom-divider {
	background-color: #999;
	display: inline-block;
	width: 1px;
	height: 1em;
	vertical-align: -0.16em;
	margin: 0 0.2em;
}
/* 学员口碑 */
#trophy {
	position: relative;
}
#trophy img {
	width: 90%;
}
/* 上课掠影 */
#study img {
	width: calc(23% - 4px);
	margin: 1rem 1%;
	border: 5px solid var(--border-color);
	display: inline-block;
	box-sizing: border-box;
	border-radius: 3px;
}

/* 全局类 */
.bold {
	font-weight: bold;
}
.red {
	color: red;
}
.red2 {
	color: red;
	font-weight: bold;
}
.indent {
	text-indent: 2em;
}

#department-category > div .red, .department-info-close{
	display: none;
}
.image-preview {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000001;
  visibility: hidden;
}

.previewed-image {
  max-width: 80%;
  max-height: 80%;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.btn{
  background-color: firebrick;
  width: 100px;
  height: 30px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: 5px auto 0;
  font-weight: bold;
}

h1.bg2 {
	background-image: url('../images/title-bg2.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: #ba0b03;
}
