#app {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  overflow-y: auto;
}
html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}
#main.container {
  margin-bottom: 60px;
}
.scroll_container {
  background-image: url(/learn/static/imgs/scu/subject_bg_1.jpg);
  background-size: cover;
}
.scroll_container.subject_type_3 {
  background-image: url(/learn/static/imgs/swjtu/subject_bg.png);
  background-size: 100% 100%;
}
.scroll_container.subject_type_3 .tabs_view.tabs_view_1.active {
  background-color: transparent;
  box-shadow: unset;
  backdrop-filter: unset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.scroll_container.subject_type_3 .tabs_view.tabs_view_1.active .nav_view,
.scroll_container.subject_type_3 .tabs_view.tabs_view_1.active .el-input input::placeholder,
.scroll_container.subject_type_3 .tabs_view.tabs_view_1.active .right_view,
.scroll_container.subject_type_3 .tabs_view.tabs_view_1.active .el-dropdown {
  color: #fff;
}
.plateform_wrap {
  width: 100%;
  display: flex;
  gap: 25px;
  margin: 30px 0;
}
.plateform_wrap a {
  flex: 1;
  border-radius: 6px;
  box-shadow: 0px 2px 12px 2px rgba(129, 129, 129, 0.1);
  position: relative;
  font-size: 0;
}
.plateform_wrap img {
  width: 100%;
  display: inline-block;
}
.plateform_wrap span {
  position: absolute;
  width: 60%;
  white-space: pre-wrap;
  left: 38%;
  top: 19%;
  line-height: 27px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.plateform_wrap_3 {
  width: 100%;
  margin: 30px 0;
  height: 128px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.plateform_wrap_3 img {
  width: auto;
  height: 100%;
}
.plateform_wrap_3 .list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 80px;
  justify-content: center;
  margin-left: -220px;
}
.plateform_wrap_3 .list a {
  width: 300px;
  line-height: 40px;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.plateform_wrap_3 .more_btn {
  margin-left: auto;
  margin-right: 40px;
  font-size: 16px;
  color: var(--color-primary);
}
.course_card {
  margin-bottom: 25px;
}
.course_block {
  clear: both;
  padding-top: 29px;
}
.course_block .title {
  color: var(--color-primary);
  position: relative;
  text-align: left;
  padding-left: 14px;
  font-size: 24px;
  font-weight: bold;
  color: #2e2e2e;
  line-height: 36px;
  height: 36px;
  margin-bottom: 16px;
}
.course_block .title:before {
  content: "";
  width: 4px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--color-primary);
}
.course_block .title .en {
  color: #c6c6c6;
  font-size: 1rem;
  line-height: 1.4rem;
}
.course_block .title .block_more {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  font-weight: 500;
  color: #10051f;
  cursor: pointer;
}
.course_block .course_block_body {
  width: 100%;
  position: relative;
}
.course_block .course_list .new_card_content,
.course_block .course_list .spec_card_content {
  height: 72px;
}
.course_block .course_list .el-col {
  margin-bottom: 18px;
}
.course_block .swiper-slide {
  width: calc(20% - 9px);
}
.head_pic {
  margin-bottom: 40px;
}
.literature_list {
  background-color: #fff;
  border: 1px solid #cbcbcb;
}
.literature_list .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ededed;
  border-bottom: 1px solid #cbcbcb;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
}
.literature_list .header .tool_bar {
  display: flex;
  background-color: #cccccc;
}
.literature_list .header .tool_bar .bar_item {
  padding: 5px 10px;
  cursor: pointer;
}
.literature_list .header .tool_bar .bar_item + .bar_item.active {
  border-left: 1px solid transparent;
}
.literature_list .header .tool_bar .bar_item.active {
  background-color: #333333;
  color: #fff;
}
.literature_list .header .tool_bar .bar_item.active + .bar_item {
  border-left: 1px solid transparent;
}
.literature_list .header .tool_bar .bar_item + .bar_item {
  border-left: 1px #f3f3f3 dotted;
}
.literature_list .item {
  display: block;
  padding: 0 20px;
  width: 100%;
}
.literature_list .item + .item .title {
  border-top: 1px #999999 dotted;
}
.literature_list .item .title {
  padding: 10px 0;
  color: initial;
  font-size: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.literature_list .item .title:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #app #main.container {
    padding-top: 20px;
  }
  #app {
    height: auto;
    min-height: 100vh;
  }
  .course_block {
    padding-top: 20px;
  }
  .head_pic {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 0;
  }
  .plateform_wrap {
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .plateform_wrap > a {
    display: block;
    width: 100%;
  }
  .plateform_wrap > a + a {
    margin-top: 10px;
  }
  .plateform_wrap_3 {
    height: auto;
    position: relative;
    margin: 0;
  }
  .plateform_wrap_3 img {
    height: auto;
    width: 100%;
  }
  .plateform_wrap_3 .list {
    flex: 1;
    margin-left: 36vw;
    position: absolute;
  }
  .plateform_wrap_3 .list a {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .plateform_wrap_3 .list a:nth-child(n + 3) {
    display: none;
  }
  .plateform_wrap_3 .more_btn {
    position: absolute;
    right: 10px;
    margin-right: 0;
  }
}

.scroll_container {
  background-image: url(/learn/static/imgs/cau/subject_bg.png);
}


/*# sourceMappingURL=dachuanplate_detail.css.map*/