body {
  background-color: #FFF;
}

.main {
  color: #242424;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.inline-table {
  display: inline-table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-stretch {
  place-items: stretch;
}

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.center {
  text-align: center;
}

.bg-gray {
  background-color: #fbfbfb;
}

.bg-white {
  background-color: #FFF;
}

.bold {
  font-weight: 600;
}

.box {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.swiper-banner {
  height: 360px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.swiper-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.main {
  min-height: 500px;
}
.main .player-info {
  padding: 30px;
  box-shadow: 0 0 30px 2px rgba(219, 219, 219, 0.5);
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
}
.main .player-info img {
  width: 250px;
  height: 350px;
  object-fit: contain;
}
.main .player-info .player-detail {
  flex: 1;
  padding-left: 50px;
  padding-top: 25px;
  background-image: url(/v2/images/xueyuan/xueyuan-logo.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.main .player-info .player-detail h3.title {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 30px;
  font-weight: 600;
  position: relative;
}
.main .player-info .player-detail h3.title::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 4px;
  bottom: -10px;
  left: 0;
  background-color: #e8404b;
  border-radius: 2px;
}
.main .player-info .player-detail h4.desc {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.main .player-info::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  transform: rotate(45deg);
  box-shadow: 2px 2px 3px 0px rgba(219, 219, 219, 0.2);
}
.main .player-description {
  font-size: 15px;
  display: block;
}
.main h3 {
  font-size: 16px;
  line-height: 26px;
}
.main h4 {
  font-size: 14px;
}
.main h2.title {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  letter-spacing: 2px;
}
.main h2.title::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  bottom: -10px;
  left: 50%;
  background-color: #e8404b;
  border-radius: 2px;
  margin-left: -15px;
}
.main .lesson {
  border-radius: 10px;
  width: 23.5%;
  margin-right: 2%;
  margin-top: 20px;
  margin-bottom: 12px;
  cursor: pointer;
}
.main .lesson:nth-child(4n+4) {
  margin-right: 0;
}
.main .thumb-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  vertical-align: top;
}
.main .box .thumb-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.main .box .lesson {
  box-shadow: 0 2px 30px 2px rgba(220, 220, 220, 0.5);
}
.main .box .lesson-list .lesson:nth-child(4) ~ .lesson {
  display: none;
}
.main .box .text {
  padding: 20px 10px;
  position: relative;
}
.main .box .text .tag {
  padding: 0px 8px;
  font-size: 12px;
  border-radius: 4px;
  line-height: 24px;
  color: #242424;
  background-color: #f3f4f6;
}
.main .box .text h3 {
  margin-bottom: 15px;
  height: 52px;
}
.main .box .btn-more {
  font-size: 14px;
  cursor: pointer;
}
.main .box .btn-more span {
  vertical-align: middle;
}
.main .box .btn-more img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 2px;
  transform: rotate(90deg);
}
.main .box.listmore .lesson-list .lesson:nth-child(4) ~ .lesson {
  display: block;
}
.main .box.listmore .btn-more img {
  transform: rotate(-90deg);
}
.main .box.listnomore .btn-more {
  display: none;
}
.main .box.hide {
  display: none;
}
.main .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: top;
  object-fit: cover;
}
.main .smalltext {
  color: #999;
  font-size: 14px;
}

.erwei-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
}
.erwei-fixed img {
  margin-bottom: 10px;
  user-select: none;
}
.erwei-fixed.show {
  top: 0;
  height: 100%;
}