/* 辅导项目区域 */
.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(6) .project-class-type{
  background: rgba(42, 130, 228, 1);
}
.table-container tr:nth-child(1) .project-but{
  color: rgba(227, 144, 0, 1);
  border: 2px solid rgba(227, 144, 0, 1);
}
.table-container tr:nth-child(6) .project-but{
  color: rgba(42, 130, 228, 1);
  border: 2px solid rgba(42, 130, 228, 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 .12rem;
  font-size: 0.32rem;
  font-weight: 300;
  letter-spacing: 0.06rem;
  line-height: 0.46rem;
  color: var(--dark-color);
}


/* 院校榜单区域 */
.hot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}

/* 成果截图 */
.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;
  clear: both;
  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: '';
}

