/* 定制辅导区域 */
.table-container {
  text-align: center;
  overflow-x: auto;
  border-radius: .30rem .30rem 0 0;
  box-shadow: 0 0 .25rem .20rem rgba(0, 0, 0, 0.1);
}
.table-container table {
  width: 100%;
}
.table-container th {
  background: rgba(202, 12, 21, 1);
  height: 1rem;
  font-size: .42rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: .98rem;
  color: var(--light-color);
}
.table-container td{
  position: relative;
  height: .75rem;
}
.table-container td::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #000;
}
.table-container td::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background-color: #000;
}

.project-class-type {
  height: 1.50rem;
  font-size: .42rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--light-color);
}
.table-container .project-class-type::after {
  width: 0;
}
.table-container .project-class-type::before {
  height: 0;
}
.project-but {
  width: 2.56rem;
  height: .7rem;
  font-size: .36rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: .66rem;
  text-align: center;
  border-radius: 0.11rem;
  margin: 0 auto;
  cursor: pointer;
  color: rgba(227, 144, 0, 1);
  border: 2px solid rgba(227, 144, 0, 1);
}
.table-container tr:nth-child(1) .project-class-type{
  background: rgba(227, 144, 0, .6);
}
.table-container tr:nth-child(1) .project-but{
  color: rgba(227, 144, 0, 1);
  border: 2px solid rgba(227, 144, 0, 1);
}
.project-class {
  font-size: 0.36rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 0.52rem;
  color: var(--dark-color);
}
.project-class-name {
  text-align: left;
  padding: 0 .42rem;
  font-size: 0.32rem;
  font-weight: 300;
  letter-spacing: 0.06rem;
  line-height: 0.46rem;
  color: var(--dark-color);
}

/* 集训课程区域 */
.teamSwiper {
  width: 14.33rem;
  border-radius: .24rem;
  padding: .3rem !important;
  /* overflow: visible !important; */
}

.teamSwiper .swiper-slide {
  position: relative;
  height: 5.76rem;
  text-align: center;
  font-size: 18px;
  border-radius: .24rem;
  background: #fff;
  box-shadow: 0px 0px .1rem .3rem rgba(255, 255, 255, 0.2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease;
  /* transform: translateY(30px); */
}

.teamSwiper .swiper-slide:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.2);
}

.teamSwiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .24rem;
}

.case-button {
  width: 1.91rem;
  height: .68rem;
  margin: .5rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  img {
    width: .68rem;
    height: .68rem;
  }
}

.case-button .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  width: .68rem;
  height: .68rem;
  font-size: .68rem;
}
.case-button .swiper-button-next::after {
  content: '';
}
.case-button .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  width: .68rem;
  height: .68rem;
}
.case-button .swiper-button-prev::after {
  content: '';
}

.team-introduce {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: linear-gradient(0, rgba(0, 0, 0, .81) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.5s;
  border-radius: .24rem;
}
.introduce-content {
  width: 100%;
  height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  transition: 0.4s;
}
.introduce-name {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}
.introduce {
  /* height: 48px; */
  overflow: hidden;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  white-space: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  word-break: break-all;
  transition: background 0.5s;
}
.team-introduce:hover {
  background: rgb(0, 0, 0, 0.4);
  /* background: rgb(255, 255, 255, .4); */
  /* color: #000; */
}
.team-introduce:hover .introduce {
  height: auto !important;
  display: inline-block;
}
.team-introduce:hover .introduce-content {
  height: 412px;
}

/* 学员评价区域 */
.hot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}

.hot-item {
  overflow-x: auto;
}
.hot-item li:first-child {
  display: block;
  width: 100%;
  height: .75rem;
  line-height: .73rem;
  font-size: .48rem;
  font-weight: 500;
  letter-spacing: 0.13rem;
  color: var(--light-color);
  background: rgba(202, 12, 21, 1);
  text-align: center;
}
.hot-item li {
  padding: 0 .35rem;
  height: .65rem;
  line-height: .63rem;
  display: flex;
  justify-content: space-between;
  border-radius: .2rem;
  margin-bottom: .12rem;
  background-color: #ffffffd4;
  font-size: .26rem;
  overflow: hidden;
}

/* 获奖证书 */
.certificate-box {
  
}
.certificate-tab {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: .9rem;
  padding: 0 .6rem;
  margin-bottom: .5rem;
  border-radius: .45rem;
  background: var(--light-color);
}
.certificate-tab-item {
  font-size: .36rem;
  line-height: .52rem;
  margin-right: .4rem;
  cursor: pointer;
  color: var(--dark-color);
  font-weight: 500;
  transition: color 0.25s;
  position: relative;
  z-index: 1;
}
.certificate-tab-item.active {
  color: var(--primary-color);
}
.certificate-tab-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.03rem;
  background: var(--primary-color);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.03rem ;
}

#waterfall {
	margin: 0 -.25rem;
	position: relative;
}
.pubu {
  position: relative;
  width: 100%;
  /* margin: 0 -.25rem; */
}
.box {
	width: 20%;
	padding: .25rem;
	border-radius: .3rem;
	float:left;
}

.box img {
	width:100%;
	border-radius: 12px;
  transition: transform 0.3s;
  box-shadow: 0px 2px 6px  rgba(0, 0, 0, 0.25);
}
.box img:hover {
  transform: scale(1.02);
}
.case-button {
  width: 1.91rem;
  height: .68rem;
  margin: .5rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
  img {
    width: .68rem;
    height: .68rem;
  }
}

.case-button .swiper-button-next {
  position: relative;
  top: 0;
  right: 0;
  width: .68rem;
  height: .68rem;
  font-size: .68rem;
}
.case-button .swiper-button-next::after {
  content: '';
}
.case-button .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  width: .68rem;
  height: .68rem;
}
.case-button .swiper-button-prev::after {
  content: '';
}

.evaluate-tab {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.48rem;
  margin-bottom: .57rem;
}
.evaluate-item {
  height: .88rem;
  border-radius: .5rem;
  box-shadow: 0px 2px 6px  rgba(0, 0, 0, 0.25);
  font-size: .48rem;
  font-weight: 400;
  letter-spacing: .08rem;
  line-height: .7rem;
  text-align: center;
  line-height: .87rem;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.evaluate-item:nth-child(1) {
  background: rgba(227, 144, 0, 1);
}
.evaluate-item:nth-child(2) {
  background: rgba(42, 130, 228, 1);
}
.evaluate-item:nth-child(3) {
  background: rgba(73, 158, 70, 1);
}
.evaluate-item:nth-child(4) {
  background: rgba(255, 87, 51, 1);
}

