.mt8 {
  margin-top: 8px;
}

.inner-student .student-container {
  padding-top: 20px;
  background: #FFFFFF;
}

.inner-student .student-container a .student-r .student-course-name {
  margin-top: 4px;
}

.inner-student .student-container a .student-r .student-profile {
  padding-top: 8px;
  margin-top: 8px;
}

.inner-student .student-card {
  padding: 20px 16px;
  background: #FFFFFF;
  display: flex;
}

.inner-student .student-card .student-img {
  width: 150px;
  margin-right: 20px;
  border-radius: 4px;
}

.inner-student .student-card .student-img img {
  width: 100%;
  border-radius: 4px;
}

.inner-student .student-card .student-r {
  flex: 1;
  min-width: 0;
  padding: 16px 0 12px;
  position: relative;
}

.inner-student .student-card .student-logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-bottom: 6px;
}

.inner-student .student-card .student-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.inner-student .student-card .student-name {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 17px;
  color: #262626;
  line-height: 24px;
  margin-bottom: 4px;
}

.inner-student .student-card .student-advantage {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: var(--themeBtnBgColor);
  line-height: 17px;
  margin-bottom: 12px;
}

.inner-student .student-card .share-student {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 32px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #06B61B;
  position: absolute;
  bottom: 12px;
}

.inner-student .student-card .share-student i {
  font-size: 16px;
  color: #06B61B;
  transform: translateY(1px);
  margin-right: 4px;
}

.inner-student .student-card .share-student span {
  font-size: 13px;
  color: #06B61B;
}

.student-block {
  padding: 20px 16px;
  background: #FFFFFF;
}

.student-block .student-block-title {
  font-weight: 600;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  color: #262626;
  line-height: 22px;
  margin-bottom: 12px;
}

.student-block .student-profile p {
  margin-bottom: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #262626;
  line-height: 22px;
}

.student-block .student-profile p:last-child {
  margin-bottom: 0;
}

.student-block .student-profile img, .student-block .student-profile audio, .student-block .student-profile video {
  max-width: 100%;
  margin-bottom: 12px;
}

.student-block .student-profile img:last-child, .student-block .student-profile audio:last-child, .student-block .student-profile video:last-child {
  margin-bottom: 0;
}

.student-block .student-container {
  padding: 0;
}

.inner-work {
  background: #FFFFFF;
}

.inner-work .work-tab {
  overflow: hidden;
  padding: 0 16px;
}

.inner-work .work-tab li {
  width: auto;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 22px;
  padding-top: 11px;
}

.inner-work .work-tab li::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 8px;
  background: var(--themeBtnBgColor);
  transition: all 0.3s;
  transform: scale(0);
}

.inner-work .work-tab li.active {
  color: var(--themeBtnBgColor);
}

.inner-work .work-tab li.active::after {
  transform: scale(1);
}

.inner-work .work-ul {
  padding: 16px 16px 0;
}

.inner-work .work-list {
  display: none;
  position: relative;
}

.inner-work .work-list.active-work-ul {
  display: block;
}

.inner-work .work-list li {
  width: calc((100% - 11px) / 2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.inner-work .work-list li.work-item {
  opacity: 1;
  transition-delay: .1s;
}

.inner-work .work-list li .work-img {
  width: 100%;
  border-radius: 4px;
}

.inner-work .work-list li .work-img img {
  width: 100%;
  border-radius: 4px;
}

.inner-work .work-list li p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  margin-top: 8px;
}

.work-card {
  background: #FFFFFF;
}

.work-card .work-img {
  width: 100%;
}

.work-card .work-img img {
  width: 100%;
}

.work-card .work-info {
  padding: 16px;
}
.work-card .work-info h1 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #262626;
  line-height: 24px;
}
.work-card .work-info h3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #262626;
  line-height: 24px;
}

.work-card .work-info p {
  margin-top: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #8C8C8C;
  line-height: 18px;
}
.work-card .work-info .work-info-b {
  display: flex;
  align-items: center;
}

.work-card .work-info .work-info-b p {
  white-space: nowrap;
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.work-card .work-info .work-info-b p a {
  color: #1A8CFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.work-card .work-info .work-info-b p:last-child {
  flex: 1;
  min-width: 0;
  margin-right: 0;
}
