:root {
  --header-height-1: 68px;
  --teach-org-primary-color: #1BA848;
  --teach-org-primary-color1: #1A51C5;
  --teach-org-primary-color2: #1B4279;
  --teach-org-primary-color3: #236AFD;
  --teach-org-primary-color4: #1BA848;
  --mvp-active-color: var(--color-primary)!important;
}
.ellipsis_line_1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.time1 {
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  padding-left: 10px;
  position: absolute;
  padding-right: 5px;
  left: 0;
  bottom: 0;
  z-index: 9;
  color: #fff;
}
.ellipsis_line_2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.ellipsis_line_6 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
body {
  padding: 0;
  margin: 0;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN-Normal, SourceHanSansCN, PingFangSC-Regular, PingFang SC, MicrosoftYaHei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.85);
  overflow-x: auto;
}
body .el-scrollbar > .el-scrollbar__bar {
  opacity: 1 !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: unset;
  cursor: pointer;
}
a:hover {
  color: var(--color-primary);
}
img {
  object-fit: cover;
  border-style: none;
}
svg {
  vertical-align: middle;
}
iframe {
  all: unset;
}
video {
  border: unset;
}
.xgplayer-skin-default xg-enter.xgplayer-enter {
  background-color: unset;
}
.xgplayer-music .drag_bar {
  display: none;
}
.color_primary {
  color: var(--color-primary) !important;
}
.container {
  width: 100%;
  max-width: 1448px;
  min-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  flex: auto;
}
.container_9 {
  width: 100%;
  margin: 0 auto;
  padding: 0 120px;
  box-sizing: border-box;
  flex: auto;
}
.theme_6 .container {
  max-width: 1624px;
}
@media screen and (max-width: 1680px) {
  .theme_6 .container {
    max-width: 1427px;
  }
}
@media screen and (max-width: 1440px) {
  .theme_6 .container {
    max-width: 1230px;
  }
}
.theme_9 .tabs_view_9_vision_1 + #main {
  padding-top: var(--header-height-1);
}
#app {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
:root {
  --color-primary: #df4a43;
  --box-shadow-base: 0 2px 8px 2px rgba(129, 129, 129, 0.1);
  --border-radius-base: 6px;
  --background-color-primary: #df4a431a;
  --color-blank: #2e2e2e;
  --color-gray: #868686;
  --nav-bar-height-2: 50px;
  --nav-bar-top-2: 150px;
  --nav-bar-head-2: 100px;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.el-button:focus,
.el-button:hover {
  background-color: var(--color-background-primary) !important;
  border-color: var(--color-primary) !important;
}
.el-button--primary:focus,
.el-button--primary:hover {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  opacity: 0.9;
}
.el-tabs .el-tabs__nav {
  transition: none;
}
[v-cloak] {
  display: none !important;
  opacity: 0 !important;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
body {
  opacity: 1 !important;
}
.tabs_view {
  width: 100%;
  position: fixed;
  top: 0;
  height: 68px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
}
.tabs_view .view_centet {
  max-width: 1400px;
  min-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.tabs_view .view_centet .left_view {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}
.tabs_view .view_centet .left_view .logo_box {
  display: flex;
  align-items: center;
}
.tabs_view .view_centet .left_view .logo_img {
  display: inline-block;
  width: auto;
  height: 35px;
  vertical-align: middle;
}
.tabs_view .view_centet .left_view .web_name {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
  vertical-align: middle;
}
.tabs_view .view_centet .left_view .menu_view {
  width: auto;
  height: 100%;
  margin-left: 72px;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
}
.tabs_view .view_centet .left_view .menu_view > .menu_item {
  line-height: var(--header-height-1);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: 0;
  box-sizing: border-box;
  position: relative;
  user-select: none;
}
.tabs_view .view_centet .left_view .menu_view > .menu_item > a {
  position: relative;
  display: block;
  padding: 0 20px;
}
.tabs_view .view_centet .left_view .menu_view > .menu_item > a::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 2px;
}
.tabs_view .view_centet .left_view .menu_view > .menu_item > a:hover,
.tabs_view .view_centet .left_view .menu_view > .menu_item > a.tab_active {
  color: var(--color-primary);
}
.tabs_view .view_centet .left_view .menu_view > .menu_item > a:hover::after,
.tabs_view .view_centet .left_view .menu_view > .menu_item > a.tab_active::after {
  background-color: var(--color-primary);
}
.tabs_view .view_centet .left_view .menu_view > .menu_item.parent > a > span {
  position: relative;
  display: inline-block;
  padding-right: 12px;
}
.tabs_view .view_centet .left_view .menu_view > .menu_item.parent > a > span::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #2e2e2e;
  border-left: 1px solid #2e2e2e;
  transform: translateY(-50%) rotate(-135deg);
  margin-top: -2px;
  right: 0;
  top: 50%;
}
.tabs_view .view_centet .left_view .menu_view > .menu_item.parent a:hover > span::before {
  transform: translateY(-50%) rotate(45deg);
  margin-top: 2px;
  border-color: var(--color-primary);
}
.tabs_view .view_centet .left_view .menu_view > .menu_item .nav_menu_list_dorpdown {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 99999999;
  width: auto;
  width: 180px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  font-size: 16px;
}
.tabs_view .view_centet .left_view .menu_view > .menu_item .nav_menu_list_dorpdown .tab_active {
  color: var(--color-primary);
}
.tabs_view .view_centet .left_view .menu_view > .menu_item:hover .nav_menu_list_dorpdown {
  display: block;
}
.tabs_view .view_centet .left_view .menu_view .tab_active {
  color: var(--color-primary);
  font-weight: bold;
}
.tabs_view .view_centet .left_view .menu_view .tab_active::after {
  background-color: var(--color-primary);
}
.tabs_view .view_centet .left_view .child_list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  line-height: 40px;
  width: 180px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  border-radius: 4px;
  padding: 10px 0;
}
.tabs_view .view_centet .left_view .child_list a {
  color: #2e2e2e;
  display: block;
  padding: 0 10px;
}
.tabs_view .view_centet .left_view .child_list a:hover {
  color: var(--color-primary);
}
.tabs_view .view_centet .left_view .menu_item > .child_list {
  display: none;
}
.tabs_view .view_centet .left_view .menu_item:hover > .child_list {
  display: block;
}
.tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item {
  position: relative;
}
.tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item.parent::after {
  content: '';
  position: absolute;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item:hover.parent::after {
  border-color: var(--color-primary);
}
.tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  color: #2e2e2e;
}
.tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item a:hover {
  color: var(--color-primary);
}
.tabs_view .view_centet .left_view .nav_menu_list_dorpdown .child_list {
  left: 100%;
  transform: unset;
  top: 0;
}
.tabs_view .view_centet .right_view {
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 570px;
}
.tabs_view .view_centet .right_view .el-avatar img {
  width: 100%;
}
.tabs_view .view_centet .right_view span {
  vertical-align: middle;
}
.tabs_view .view_centet .right_view a {
  font-size: 14px;
  margin-left: 50px;
  line-height: 60px;
  cursor: pointer;
  vertical-align: middle;
}
.tabs_view .view_centet .right_view a:hover {
  color: var(--color-primary);
}
.tabs_view .view_centet .right_view .el-badge {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.tabs_view.hide {
  display: none;
}
.tabs_view.hide + #main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.tabs_view .view_centet .el-input {
  width: 320px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #dcdcdc;
  margin-top: -2px;
}
.tabs_view .view_centet .el-input input {
  height: 100%;
  border: none;
  background-color: transparent;
}
.tabs_view .view_centet .el-input .el-input-group__append,
.tabs_view .view_centet .el-input .el-input-group__append:hover {
  background-color: transparent;
  border: none;
  outline: none;
}
.tabs_view .view_centet .el-input .el-input-group__append button,
.tabs_view .view_centet .el-input .el-input-group__append:hover button {
  border: none !important;
}
.tabs_view .view_centet .el-input .el-input-group__append {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0;
  width: auto;
  display: block;
}
.tabs_view .view_centet .el-input .el-input-group__append .el-button {
  margin: 0;
}
.tabs_view .view_centet .el-input .el-input__suffix {
  margin-top: -4px;
}
.tabs_view.tabs_view_1 {
  background-color: rgba(255, 255, 255, 0.9);
  height: var(--header-height-1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(14px);
  border-bottom: unset;
  color: #2e2e2e;
  transition: color 0.3s, background-color 0.3s;
}
.tabs_view.tabs_view_1 .nav_view {
  color: #2e2e2e;
  transition: 0.3s;
  flex: 1;
}
.tabs_view.tabs_view_1 + #main {
  padding-top: 68px;
}
.tabs_view.tabs_view_1 .view_centet {
  max-width: 100%;
  min-width: 1248px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.tabs_view.tabs_view_1 .left_view {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 0;
  padding-right: 140px;
}
.tabs_view.tabs_view_1 .left_view .nav_view {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.tabs_view.tabs_view_1 .left_view .nav_view .parent_box {
  display: flex;
  flex: 1;
  width: 0;
}
.tabs_view.tabs_view_1 .left_view .nav_view .logo_img {
  display: block;
}
.tabs_view.tabs_view_1 .left_view .nav_view .logo_img_16 {
  display: none;
}
.tabs_view.tabs_view_1 .right_view {
  text-align: right;
  color: #2e2e2e;
  transition: 0.3s;
  cursor: pointer;
}
.tabs_view.tabs_view_1 .right_view .el-autocomplete {
  display: block;
}
.tabs_view.tabs_view_1 .right_view .search_box.voice {
  width: 420px;
}
.tabs_view.tabs_view_1 .right_view .search_box.voice .mic {
  display: block;
}
.tabs_view.tabs_view_1 .right_view .search_box.voice .el-input {
  width: 420px;
}
.tabs_view.tabs_view_1 .right_view .search_box .el-input {
  width: 100%;
  width: 410px;
}
.tabs_view.tabs_view_1 .right_view .search_box_mobile .el-input input {
  color: #2e2e2e;
}
.tabs_view.tabs_view_1 .right_view .search_box_mobile .el-input .el-input__inner::placeholder {
  color: #2e2e2e;
}
.tabs_view.tabs_view_1 .right_view .search_box_mobile .el-input .el-input-group__append > button {
  color: #2e2e2e;
}
.tabs_view.tabs_view_1 .right_view .workbench {
  margin-left: 0;
  margin-right: 10px;
}
.tabs_view.tabs_view_1 .right_view .my_study {
  margin-left: 10px;
  margin-right: 10px;
}
.tabs_view.tabs_view_1 .right_view .login_icon {
  margin-right: 20px;
}
.tabs_view.tabs_view_1 .right_view .right_tool_icon {
  display: flex;
  text-align: center;
  line-height: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tabs_view.tabs_view_1 .right_view .right_tool_icon .iconfont {
  font-size: 16px;
}
.tabs_view.tabs_view_1 .right_view .right_tool_icon span {
  display: block;
  height: auto;
  line-height: 1;
  font-size: 12px;
  margin-top: 6px;
}
.tabs_view.tabs_view_1 .right_view .icon_lang {
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
}
.tabs_view.tabs_view_1 .right_view .icon_lang .iconfont {
  font-size: 18px;
}
.tabs_view.tabs_view_1 .right_view .message-icon .iconfont {
  font-size: 22px;
}
.tabs_view.tabs_view_1 .search_box {
  box-sizing: border-box;
  margin-right: 25px;
  margin-left: auto;
  width: 100%;
}
.tabs_view.tabs_view_1 .search_box .el-input {
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border-color: var(--color-primary);
}
.tabs_view.tabs_view_1 .search_box .el-input-group__append {
  height: 100%;
  background-color: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 99px 0 0 99px;
  padding: 0;
}
.tabs_view.tabs_view_1 .search_box .el-input-group__append .search_icon {
  display: flex;
  height: 100%;
  line-height: 1;
  align-items: center;
  padding: 0 10px;
}
.tabs_view.tabs_view_1 .search_box .el-input-group__append .search_icon .iconfont {
  margin-right: 8px;
  font-size: 20px;
}
.tabs_view.tabs_view_1 .search_box .el-input-group__append .search_icon span {
  font-size: 16px;
}
.tabs_view.tabs_view_1 .search_box .el-input-group__append .search_icon .inner_btn {
  height: 100%;
  background-color: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 99px 0 0 99px;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.tabs_view.tabs_view_1 .search_box input::placeholder {
  color: #312d2d;
}
.tabs_view.tabs_view_1 .logo_img {
  height: 40px !important;
}
.tabs_view.tabs_view_1 .el-dropdown-selfdefine {
  display: flex;
  align-items: center;
}
.tabs_view.tabs_view_5 {
  background-color: rgba(255, 255, 255, 0.9);
  height: 68px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(14px);
  border-bottom: unset;
  color: #2e2e2e;
  transition: 0.3s;
  border-bottom: 1px solid rgba(241, 241, 241, 0.3);
}
.tabs_view.tabs_view_5 .nav_view {
  color: #2e2e2e;
  transition: 0.3s;
}
.tabs_view.tabs_view_5 .nav_view .logo_img {
  height: 50px !important;
}
.tabs_view.tabs_view_5 .logo_img {
  display: inline-block;
}
.tabs_view.tabs_view_5 .logo_img.logo_light {
  display: none;
}
.tabs_view.tabs_view_5.active .logo_img {
  display: none;
}
.tabs_view.tabs_view_5.active .logo_img.logo_light {
  display: inline-block;
}
.tabs_view.tabs_view_5.active {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}
.tabs_view.tabs_view_5.active .search_box .el-input {
  border: unset;
}
.tabs_view.tabs_view_5.active .el-dropdown {
  cursor: pointer;
  color: #fff;
}
.tabs_view.tabs_view_5.active .nav_view {
  color: #fff !important;
}
.tabs_view.tabs_view_5.active .right_view {
  color: #fff !important;
}
.tabs_view.tabs_view_5 + #main {
  padding-top: 68px;
}
.tabs_view.tabs_view_5 .view_centet {
  max-width: 100%;
  min-width: 1248px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.tabs_view.tabs_view_5 .left_view {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tabs_view.tabs_view_5 .left_view .nav_view {
  display: flex;
  align-items: center;
}
.tabs_view.tabs_view_5 .right_view {
  flex: 1;
  width: 0;
  text-align: right;
  color: #2e2e2e;
  transition: 0.3s;
  cursor: pointer;
}
.tabs_view.tabs_view_5 .right_view .search_box {
  flex: 1;
}
.tabs_view.tabs_view_5 .right_view .search_box .el-input {
  width: 100%;
  max-width: 370px;
}
.tabs_view.tabs_view_5 .right_view .workbench {
  margin-left: 0;
  margin-right: 10px;
}
.tabs_view.tabs_view_5 .search_box {
  float: right;
  box-sizing: border-box;
  margin-right: 20px;
}
.tabs_view.tabs_view_5 .search_box .el-input {
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border-color: var(--color-primary);
}
.tabs_view.tabs_view_5 .search_box .el-input-group__append {
  background-color: var(--color-primary) !important;
  color: #fff !important;
}
.tabs_view.tabs_view_5 .search_box input::placeholder {
  color: #312d2d;
}
.tabs_view.tabs_view_5 .logo_img {
  height: 40px !important;
}
.tabs_view.tabs_view_5 .el-dropdown-selfdefine {
  display: flex;
  align-items: center;
}
.tabs_view_9_vision_1 {
  width: 100%;
  position: fixed;
  top: 0;
  height: var(--header-height-1);
  min-height: var(--header-height-1);
  display: flex;
  z-index: 999;
  font-size: 16px;
  white-space: nowrap;
}
.tabs_view_9_vision_1 .view_content_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tabs_view_9_vision_1 .view_content_bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs_view_9_vision_1 .view_centet {
  padding: 12px 120px 0 120px;
  width: 100%;
  z-index: 9;
}
.tabs_view_9_vision_1 .view_centet .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabs_view_9_vision_1 .view_centet .top .left_view .nav_view .logo_box {
  display: flex;
  align-items: center;
}
.tabs_view_9_vision_1 .view_centet .top .left_view .nav_view .logo_box .logo_img {
  width: 180px;
  height: 48px;
}
.tabs_view_9_vision_1 .view_centet .top .left_view .nav_view .logo_box .logo_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs_view_9_vision_1 .view_centet .top .left_view .nav_view .logo_box .web_name {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: left;
  font-style: normal;
}
.tabs_view_9_vision_1 .view_centet .top .left_view .nav_view .logo_box .text_line {
  width: 1px;
  height: 35px;
  border: 1px solid #ffffff87;
  margin: 0 12px;
}
.tabs_view_9_vision_1 .view_centet .top .right_view {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tabs_view_9_vision_1 .view_centet .top .right_view .login_icon {
  color: #fff;
}
.tabs_view_9_vision_1 .view_centet .top .right_view .search_box {
  height: 34px;
}
.tabs_view_9_vision_1 .view_centet .top .right_view .search_box .el-input {
  width: 350px;
  min-width: 350px;
  height: 34px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 18px;
}
.tabs_view_9_vision_1 .view_centet .top .right_view .search_box .el-input .el-input::placeholder,
.tabs_view_9_vision_1 .view_centet .top .right_view .search_box .el-input .el-input__inner::placeholder {
  color: rgba(245, 246, 249, 0.8);
}
.tabs_view_9_vision_1 .view_centet .top .right_view .search_box .el-input .el-input__inner {
  background-color: transparent;
  border: 1px solid rgba(245, 246, 249, 0.4);
  border-radius: 18px;
  color: rgba(245, 246, 249, 0.8);
  height: 34px;
}
.tabs_view_9_vision_1 .view_centet .top .right_view .search_box .el-input .el-input__prefix {
  top: -2px;
}
.tabs_view_9_vision_1 .view_centet .top .right_view .search_box .el-input .el-input__suffix {
  top: -2px;
}
.tabs_view_9_vision_1 .view_centet .spreate_line {
  width: 100vw;
  height: 1px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  position: absolute;
  top: 68px;
  left: 0;
  display: none;
}
.tabs_view_9_vision_1 .view_centet .bottom {
  margin-top: 9px;
  padding-left: 7px;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 16px;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .menu_item {
  font-weight: 400;
  margin-top: 4px;
  margin-right: 24px;
  border-radius: 6px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: 0;
  box-sizing: border-box;
  position: relative;
  user-select: none;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .menu_item a {
  display: block;
  position: relative;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .menu_item a::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  border-radius: 1px;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .menu_item a.tab_active {
  font-weight: bold;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .menu_item a.tab_active::after {
  bottom: -16px;
  background-color: #fff;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .menu_item .home a {
  display: block;
  position: relative;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .menu_item .home a::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  border-radius: 1px;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .menu_item .home a.tab_active {
  font-weight: bold;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .menu_item .home a.tab_active::after {
  bottom: -14px;
  background-color: #fff;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .mac a {
  display: block;
  position: relative;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .mac a::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  border-radius: 1px;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .mac a.tab_active {
  font-weight: bold;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .mac a.tab_active::after {
  bottom: -12px;
  background-color: #fff;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .mac .home a {
  display: block;
  position: relative;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .mac .home a::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  border-radius: 1px;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .mac .home a.tab_active {
  font-weight: bold;
}
.tabs_view_9_vision_1 .view_centet .bottom .parent_box .menu_view .mac .home a.tab_active::after {
  bottom: -9px;
  background-color: #fff;
}
.right_view_dropdown .el-dropdown-menu__item {
  padding: 0;
  text-align: center;
}
.right_view_dropdown .el-dropdown-menu__item a {
  display: block;
  padding: 0 20px;
  text-align: center;
}
.right_view_dropdown .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: var(--background-color-primary);
  color: var(--color-primary);
}
.right_view_dropdown .el-dropdown-menu__item.active {
  color: var(--color-primary);
}
.sh_container {
  width: 100%;
  min-width: 1280px;
  color: #8f92a0;
  background-color: #282c3c;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
.foot_view {
  width: 100%;
  min-width: 1280px;
  font-size: 14px;
  margin-top: auto;
}
.foot_view .footer_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
  padding: 25px 80px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.foot_view .footer_container .logo {
  margin-right: 25px;
}
.foot_view .footer_container .logo img {
  max-height: 80px;
}
.foot_view .footer_container .footer_content {
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  padding-left: 32px;
  flex: 1;
  width: 0;
}
.foot_view .footer_container .footer_content .bar_name {
  margin-right: 20px;
}
.foot_view .footer_container .footer_content .bar_item {
  padding-right: 20px;
  background-size: 100% 100%;
}
.foot_view .footer_container .footer_content .bar_item img {
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
.foot_view .footer_container .footer_content .row + .row {
  margin-top: 12px;
}
.foot_view .footer_container .footer_content .visited_data > span {
  margin-right: 20px;
}
.foot_view .footer_container .footer_content .info_wrap .info_item + .info_item {
  margin-left: 40px;
}
.foot_view .footer_container hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.foot_view .footer_container .version {
  width: 100%;
  text-align: center;
}
.foot_view.foot_view_3 {
  background-color: #444546;
  color: #888989;
  text-align: center;
}
.foot_view.foot_view_3 .container {
  padding: 20px 0;
}
.foot_view.foot_view_3 .container .row {
  text-align: center;
}
.foot_view.foot_view_3 .container .row + .row {
  margin-top: 16px;
}
.foot_view.foot_view_3 .container .footer_title {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}
.foot_view.foot_view_3 .container .bottom-nav a + a {
  margin-left: 16px;
}
.foot_view.foot_view_3 .container .copy_right {
  display: flex;
  justify-content: center;
  color: #888989;
}
.foot_view.foot_view_4 {
  background-color: #444546;
  color: #888989;
  text-align: center;
}
.foot_view.foot_view_4 .container {
  padding: 20px 0;
}
.foot_view.foot_view_4 .container .row {
  text-align: center;
}
.foot_view.foot_view_4 .container .row + .row {
  margin-top: 16px;
}
.foot_view.foot_view_4 .container .footer_title {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}
.foot_view.foot_view_4 .container .bottom-nav a + a {
  margin-left: 16px;
}
.foot_view.foot_view_4 .container .copy_right {
  display: flex;
  justify-content: center;
  color: #888989;
}
.foot_view_9 {
  background: #282c3c;
  z-index: 99;
}
.foot_view_9 .wrapper {
  width: 100%;
  margin: 0 auto;
  color: #8f92a0;
  line-height: 40px;
}
.foot_view_9 .wrapper .inner {
  padding: 20px 110px;
  position: relative;
}
.foot_view_9 .wrapper .inner .clearfix {
  display: flex;
  align-items: flex-start;
}
.foot_view_9 .wrapper .inner .clearfix .foot-left {
  flex: 5;
}
.foot_view_9 .wrapper .inner .clearfix .foot-c {
  flex: 5;
}
.foot_view_9 .wrapper .inner .clearfix .foot-cc {
  flex: 3;
  text-align: left;
  position: relative;
}
.foot_view_9 .wrapper .inner .clearfix .foot-cc #wp_nav_w999 {
  position: absolute;
  right: 50px;
}
.foot_view_9 .wrapper .inner .clearfix .foot-right {
  flex: 1;
  text-align: left;
}
.foot_view_13 {
  background-color: var(--color-primary) !important;
}
.foot_view_13 .container {
  flex: unset;
  padding: 60px 0;
  color: #fff !important;
}
.foot_view_13 .container .friend_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 20px;
  color: #fff;
}
.foot_view_13 .container .friend_links .item {
  max-width: 280px;
  height: 90px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.foot_view_13 .container .friend_links .item:hover {
  color: #fff;
  transform: translateY(-5px);
}
.foot_view_13 .container .friend_links .item .link_bg {
  width: 280px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  position: absolute;
}
.foot_view_13 .container .friend_links .item .name {
  font-size: 14px;
  position: relative;
  z-index: 9;
  line-height: 18px;
}
.foot_view_13 .container .friend_links .item .line {
  border: 1px solid #f5f7fa40;
  margin-left: 12px;
  width: 1px;
  height: 18px;
}
.foot_view_13 .container .logo {
  height: 40px;
}
.foot_view_13 .container .bottom-nav {
  min-width: 40%;
}
.foot_view_13 .container .bottom-nav .row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.foot_view_13 .container .bottom-nav .row > div {
  padding-right: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.foot_view_13 .container .bottom-nav .row > div.phone {
  overflow: unset;
}
.foot_view_13 .container .bottom-nav span {
  width: 100%;
}
.foot_view_13 .container .bottom-nav .hits + .hits {
  margin-top: 5px;
}
.foot_view_13 .container .row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.foot_view_13 .container .web_name {
  margin-left: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  margin-right: 42px;
  white-space: nowrap;
}
.foot_view_13 .container .copy_right {
  display: flex;
  justify-content: center;
  color: #fff !important;
}
.foot_view_13 .container hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  margin: 30px 0;
}
.foot_view_13 .container svg {
  height: 18px;
  width: 18px;
  color: rgba(255, 255, 255, 0.23);
  margin-top: -2px;
}
.course_card,
.course_card_large {
  position: relative;
}
.course_card .undergraduate,
.course_card_large .undergraduate {
  position: absolute;
  top: 125px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  z-index: 1;
}
.course_card .corner_mark,
.course_card_large .corner_mark {
  position: absolute;
  top: 8px;
  right: 0;
  background-color: var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  z-index: 1;
}
.course_card a:hover,
.course_card_large a:hover {
  color: var(--color-primary);
}
.course_card .iconfont,
.course_card_large .iconfont {
  cursor: unset;
  margin-top: -2px;
}
.course_card {
  width: 100%;
  height: 280px;
  box-shadow: var(--box-shadow-base);
  border-radius: var(--border-radius-base);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
}
.course_card .cover_box {
  position: relative;
}
.course_card .cover_box .time {
  width: 100%;
  line-height: 2;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 10px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  text-align: right;
}
.course_card .cover_box .time1 {
  width: 100%;
  line-height: 2;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 10px;
  text-align: left;
}
.course_card .cover_box .course_type_4_tag {
  display: none;
}
.course_card .noshow {
  margin-top: 6px;
  line-height: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.course_card .noshow .time1 {
  color: #c4c4c4 !important;
}
.course_card.course_card_feature {
  height: 222px;
  overflow: hidden;
}
.course_card.course_card_feature .cover_box {
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
}
.course_card.course_card_feature .cover_box .cover {
  position: absolute;
  width: 100%;
  height: 150px;
  object-fit: cover;
  z-index: 0;
}
.course_card.course_card_feature .cover_box .bottom {
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  color: #fff;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0) 100%);
}
.course_card.course_card_feature .course_content {
  height: 0;
}
.course_card.course_card_feature .item_title {
  color: #2e2e2e;
}
.course_card.course_card_feature .item_title:hover {
  color: var(--color-primary);
}
.course_card.course_card_feature .teacher {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #868686;
  line-height: 18px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.course_card.course_card_feature .teacher > span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.course_card.course_card_feature .teacher > span a {
  display: inline;
}
.course_card.course_type_4 {
  color: #fff;
}
.course_card.course_type_4 .course_content {
  background-image: url(/learn/static/imgs/course/map_course_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.course_card.course_type_4 .course_content .tips {
  color: #fff;
}
.course_card.course_type_4 .item_title {
  color: #fff;
}
.course_card.course_type_4 .teacher .time {
  color: #fff;
}
.course_card.course_type_4 .course_type_name {
  color: #fff;
}
.course_card.course_type_4 .cover_box .course_type_4_tag {
  display: block;
  position: absolute;
  top: -4px;
  right: -5px;
  color: #fff;
  width: 79px;
  height: 48px;
  background-image: url(/learn/static/imgs/course/map_course_tip_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 34px;
  font-size: 12px;
}
.course_card.course_type_4 .corner_mark {
  right: unset;
  left: 0;
}
.course_card .item_title {
  display: block;
  line-height: 28px;
  color: #2e2e2e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.course_card .course_content {
  position: relative;
  padding: 12px 16px;
  box-sizing: border-box;
  flex: 1;
  color: #4a4f64;
}
.course_card .course_content .teacher {
  flex-wrap: wrap;
}
.course_card .course_content .teacher > span {
  flex: unset;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course_card .course_content .teacher > span a {
  display: inline;
}
.course_card .course_content .teacher .time {
  text-align: right;
  margin-top: 4px;
}
.course_card .course_content .tips {
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 12px;
  color: #4a4f64;
}
.course_card .course_content .tips .tips_num > span {
  display: inline-flex;
  align-items: center;
}
.course_card .course_content .tips .tips_num > span .iconfont {
  width: 1rem;
  height: 0.9rem;
  margin-right: 4px;
  margin-top: -2px;
}
.course_card .course_content .tips .tips_num > span:not(:last-child) {
  margin-right: 0.4rem;
}
.course_card .course_content .tips > span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.course_card .course_content .tips > span:first-child {
  flex: 1;
  width: 0;
}
.course_card .course_content .tips > span:first-child span {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course_card .content {
  font-size: 14px;
  color: #4a4f64;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.course_card .cover {
  width: 100%;
  height: 150px;
  display: block;
}
.course_card .certification {
  width: 136px;
  height: 32px;
  display: flex;
  align-items: center;
  background: linear-gradient(134deg, #ffdd4f 0%, #ffa43c 100%);
  border-radius: 99px 0 0 99px;
  position: absolute;
  right: 0;
  top: 106px;
}
.course_card .certification .circle {
  font-size: 18px;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 27px;
  text-align: center;
  background: linear-gradient(149deg, #ffd74a 0%, #ff9718 100%);
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.course_card .certification .name {
  flex: 1;
  width: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course_card .teacher {
  display: flex;
  white-space: pre-wrap;
}
.course_card .teacher .name {
  flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course_card .teacher .time {
  color: #c4c4c4;
  margin-left: 10px;
}
.showName {
  height: 260px;
}
.course_card_large {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-shadow: var(--box-shadow-base);
  border-radius: var(--border-radius-base);
  overflow: hidden;
}
.course_card_large .course_cover {
  width: 100%;
}
.course_card_large .course_title {
  font-size: 18px;
  color: var(--color-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course_card_large .course_content {
  position: relative;
  padding: 16px;
  box-sizing: border-box;
  flex: 1;
}
.course_card_large .course_desc {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  line-height: 1.5;
  overflow: hidden;
  font-size: 12px;
  color: #74767f;
  margin: 10px 0;
}
.course_card_large .tips {
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 12px;
  color: #4a4f64;
}
.course_back_card {
  display: block;
  width: 100%;
  height: 145px;
  margin-bottom: 20px;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  color: #4a4f64;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--box-shadow-base);
}
.course_back_card.educational .icon_video_1,
.course_back_card.educational .icon_video_2 {
  display: none;
}
.course_back_card.educational .educational_icon {
  position: absolute;
  left: 10px;
  top: 12px;
  display: flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 6px;
  background-color: var(--color-primary-11);
  color: var(--color-primary);
}
.course_back_card.educational .educational_icon .iconfont {
  color: var(--color-primary);
  margin-right: 3px;
}
.course_back_card.educational .educational_icon.type_1 {
  background-color: #E2E7FE;
  color: #1F2EE1;
}
.course_back_card.educational .educational_icon.type_1 .iconfont {
  color: #1F2EE1;
}
.course_back_card .icon_video_1,
.course_back_card .icon_video_2 {
  width: 61px;
  position: absolute;
}
.course_back_card .icon_video_1 {
  width: 260px;
  right: 0;
  top: 43px;
}
.course_back_card.hover_class:hover {
  transform: scale(1.01, 1.02);
}
.course_back_card .el-col {
  padding-right: 3rem;
  box-sizing: border-box;
  overflow: hidden;
}
.course_back_card .course_name .title,
.course_back_card .item_content .teachers,
.course_back_card .item_content .college,
.course_back_card .item_content .date_addr > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course_back_card .course_name {
  display: flex;
  line-height: 45px;
  border-bottom: 1px solid #e2e3e9;
  padding: 0 20px;
  padding-left: 80px;
  box-sizing: border-box;
  align-items: center;
}
.course_back_card .course_name a:hover {
  color: var(--color-primary);
}
.course_back_card .course_name .title {
  font-size: 18px;
  font-weight: 600;
  color: #4a4f64;
}
.course_back_card .course_name .live_status {
  padding: 2px 6px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  background-color: #edfbee;
  color: #7fd37b;
  border-radius: 99px;
  height: 22px;
  line-height: 22px;
}
.course_back_card .course_name .live_status .iconfont {
  color: #7fd37b;
  margin-right: 2px;
}
.course_back_card .course_name .live_status img {
  height: 12px;
  margin-right: 4px;
}
.course_back_card .item_content {
  padding: 0 20px;
  padding-left: 80px;
  box-sizing: border-box;
  font-size: 13px;
}
.course_back_card .item_content > div {
  width: 100%;
}
.course_back_card .teachers {
  font-size: 14px;
  font-weight: 400;
  color: #4a4f64;
  display: flex;
  align-items: center;
  line-height: 32px;
  margin-top: 4px;
}
.course_back_card .teachers > span {
  font-weight: 600;
  line-height: 32px;
}
.course_back_card .teachers .iconfont {
  margin-right: 4px;
}
.course_back_card .college {
  display: flex;
  align-items: center;
}
.course_back_card .college .iconfont {
  margin-right: 4px;
}
.course_back_card .date_addr {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  position: relative;
}
.course_back_card .date_addr .year {
  width: 180px;
}
.course_back_card .date_addr .date {
  width: 180px;
}
.course_back_card .date_addr .addr {
  flex: 1;
  width: 0;
}
.course_back_card .date_addr span {
  vertical-align: middle;
}
.course_back_card .iconfont {
  color: #b1b4c2;
  margin-right: 2px;
}
.course_back_card .collect_num {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.course_back_card .collect_num > span {
  white-space: nowrap;
}
.course_back_card .collect_num .collect_btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.course_back_card .collect_num .collect_btn.active .collect {
  display: none;
}
.course_back_card .collect_num .collect_btn.active .cancel {
  display: block;
}
.course_back_card .collect_num .collect_btn.active .iconfont {
  color: #ffc03c;
}
.course_back_card .collect_num .collect_btn:hover .iconfont {
  color: #ffc03c;
}
.course_back_card .collect_num .collect_btn .cancel {
  display: none;
}
.teacher_card {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  box-shadow: var(--box-shadow-base);
  margin-bottom: 30px;
}
.teacher_card .teacher_cover {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.teacher_card .teacher_content {
  flex: 1;
  display: flex;
  align-items: center;
}
.teacher_card .teacher_content .teacher_info {
  height: 70px;
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  color: var(--color-gray);
  line-height: 16px;
}
.teacher_card .teacher_content .teacher_info a {
  font-size: 18px;
  line-height: 24px;
  color: var(--color-blank);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.teacher_card .teacher_content .teacher_info a:hover {
  color: var(--color-primary);
}
.teacher_card .teacher_content .teacher_info div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teacher_card .teacher_content .concern_btn .el-button {
  height: 36px;
  line-height: 36px;
  width: 80px;
  text-align: center;
  padding: 0;
}
.teacher_card .teacher_content .concern_btn .concern {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.teacher_card .teacher_content .concern_btn .cancel {
  display: none;
  border-color: #ff4d4f;
  color: #ff4d4f;
}
.teacher_card .teacher_content .concern_btn .cancel:hover,
.teacher_card .teacher_content .concern_btn .cancel:active {
  border-color: #ff4d4f !important;
}
.teacher_card .teacher_content .concern_btn.active .concern {
  display: none;
}
.teacher_card .teacher_content .concern_btn.active .cancel {
  display: block;
}
.live_card {
  width: 100%;
  height: 130px;
  margin-bottom: 22px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: var(--box-shadow-base);
  display: flex;
  position: relative;
  background-color: #fff;
}
.live_card .live_cover {
  position: relative;
  width: 196px;
}
.live_card .live_cover img {
  width: 196px;
  height: 110px;
  object-fit: cover;
  left: 0;
  top: 0;
  transform: none;
}
.live_card .live_cover .live_status {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background-color: var(--color-primary);
  font-size: 0.8rem;
  padding: 0.3rem 0.4rem;
  border-radius: 0.2rem;
}
.live_card .live_cover .live_status.status_gray {
  background-color: rgba(255, 255, 255, 0.2);
}
.live_card .live_cover .live_status.status_green {
  background-color: #71b604;
}
.live_card .live_cover .live_status img {
  width: auto;
  height: 12px;
  margin-right: 4px;
}
.live_card .item_content {
  flex: 1;
  width: 0;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.live_card .item_content .item_college {
  line-height: 1;
}
.live_card .item_content .item_title {
  font-size: 16px;
  font-weight: 600;
  color: #4a4f64;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.live_card .item_content .item_title:hover {
  color: var(--color-primary);
}
.live_card .item_content .course_title {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
.live_card .item_content .item_classroom,
.live_card .item_content .item_section {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.live_card .item_content .tips {
  font-size: 12px;
  color: #4a4f64;
  display: flex;
  justify-content: space-between;
}
.live_card .item_content .tips > span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.live_card .item_content .tips > span:first-child {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 12px;
}
.live_card .item_content .tips .hits {
  display: inline-flex;
  align-items: center;
}
.live_card .item_content .tips .hits .iconfont {
  width: 1rem;
  margin-right: 4px;
}
.live_card_9 {
  height: 168px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.live_card_9:hover {
  transform: translateY(-5px);
}
.live_card_9 .live_cover {
  width: 240px;
  height: 135px;
  flex: unset;
  position: relative;
}
.live_card_9 .live_cover img {
  width: 240px;
  height: 135px;
  object-fit: cover;
  left: 0;
  top: 0;
  transform: none;
  border-radius: 6px;
}
.live_card_9 .live_cover .live_status {
  position: absolute;
  top: 10px;
  right: 2px;
  color: #fff;
  background-color: var(--color-primary);
  font-size: 0.8rem;
  padding: 0.3rem 0.4rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.live_card_9 .live_cover .live_status.status_gray {
  background-color: rgba(255, 255, 255, 0.2);
}
.live_card_9 .live_cover .live_status.status_green {
  background-color: #71b604;
}
.live_card_9 .live_cover .live_status img {
  width: auto;
  height: 12px;
  margin-right: 4px;
}
.live_card_9 .item_content {
  margin-left: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.live_card_9 .item_content .item_college {
  line-height: 1;
}
.live_card_9 .item_content .item_title {
  font-size: 16px;
  font-weight: 600;
  color: #4a4f64;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  line-height: 26px;
  margin-bottom: auto;
}
.live_card_9 .item_content .item_title:hover {
  color: var(--color-primary);
}
.live_card_9 .item_content .course_title {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
.live_card_9 .item_content .item_classroom,
.live_card_9 .item_content .item_section {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.live_card_9 .item_content .tips {
  font-size: 12px;
  color: #4a4f64;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.live_card_9 .item_content .tips > span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.live_card_9 .item_content .tips > span:first-child {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 12px;
}
.live_card_9 .item_content .tips .hits {
  display: inline-flex;
  align-items: center;
}
.live_card_9 .item_content .tips .hits .iconfont {
  width: 1rem;
  margin-right: 4px;
}
.course_type_icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
}
.course_type_name {
  display: inline-block;
  margin-left: 4px;
  color: #c4c4c4;
  font-size: 12px;
  vertical-align: top;
  cursor: pointer;
}
.course_type_name:hover {
  color: var(--color-primary);
}
.tabs {
  display: flex;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  margin-top: 14px;
  border-bottom: #eee 1px solid;
  font-weight: 600;
}
.tabs .tab {
  margin-right: 32px;
  box-sizing: border-box;
}
.tabs .tab.active {
  color: var(--color-primary);
  border-bottom: var(--color-primary) 4px solid;
}
.tabs .tab:hover {
  color: var(--color-primary);
}
.el-col-408 {
  width: 20%;
}
.el-col-offset-408 {
  margin-left: 20%;
}
.el-col-pull-408 {
  position: relative;
  right: 20%;
}
.el-col-push-408 {
  position: relative;
  left: 20%;
}
.total_panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
}
.total_panel .el-select {
  width: 8rem;
}
.total_panel .el-select:not(:last-child) {
  margin-right: 18px;
}
.hover_class {
  transition: 0.3s;
}
.hover_class:hover {
  transform: scale(1.05);
}
.el-pagination {
  text-align: center;
  padding: 55px 0;
  margin-bottom: 20px;
}
.el-empty {
  text-align: center;
}
.el-empty svg {
  width: 100px;
}
.el-empty .iconfont {
  font-size: 100px;
}
.icon_video {
  color: #ffbb9b;
}
.icon_audio {
  color: #6fddb7;
}
.icon_document {
  color: #6795df;
}
.icon_picture {
  color: #549cff;
}
.el-pagination.el-pagination--small .el-pagination__sizes {
  margin-top: -3px;
}
.el-pagination .el-pager .number {
  padding: 0;
  border-radius: 2px;
}
.el-pagination .el-pager .number.active {
  color: #fff;
  background-color: #549cff;
  background-color: var(--color-primary);
}
.el-pagination .el-pager li {
  font-size: 14px;
}
.course_note_panel {
  height: 100%;
  overflow-y: auto;
  position: relative;
  margin-bottom: 30px;
  padding-right: 2px;
}
.course_note_panel::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.course_note_panel::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.course_note_panel textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.course_note_panel .user_note_item {
  position: relative;
  margin-top: 20px;
  border-bottom: 1px solid #d5d5d5;
  padding: 0;
  transition: 0.3s;
  transition: all 0.3s;
}
.course_note_panel .user_note_item .open_close_btn {
  color: #303133;
}
.course_note_panel .user_note_item .open_close_btn:hover {
  color: var(--color-primary);
}
.course_note_panel .user_note_item.edit_active {
  padding: 10px;
}
.course_note_panel .user_note_item.edit_active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: var(--background-color-primary);
}
.course_note_panel .user_note_item .user_note_cover {
  width: 128px;
  height: 72px;
  margin-bottom: 10px;
  object-fit: contain;
  background: black;
  cursor: pointer;
  border-radius: 4px;
}
.course_note_panel .user_note_item .user_note_text {
  padding: 12px;
  font-size: 14px;
  color: #6e779d;
  background-color: #ebedf6;
  border-radius: 4px;
  margin-bottom: 12px;
  transition: all 0.8s;
}
.course_note_panel .user_note_item .user_note_panel {
  display: flex;
  justify-content: space-between;
}
.course_note_panel .user_note_item .user_note_panel i {
  font-size: 18px;
  vertical-align: middle;
}
.course_note_panel .user_note_item .user_note_panel .time {
  cursor: pointer;
}
.course_note_panel .user_note_item .user_note_panel .btn_group {
  margin-left: auto;
}
.course_note_panel .user_note_item .user_note_content {
  padding: 10px 0;
  word-break: break-all;
}
.course_note_panel .user_note_item .el-textarea {
  margin-top: 10px;
}
.course_note_panel .custom_tool_bar {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.course_note_panel .custom_tool_bar > div {
  font-size: 14px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  white-space: nowrap;
  padding: 0 10px;
  color: #666666;
}
.course_note_panel .custom_tool_bar > div + div {
  margin-left: 10px;
}
.course_note_panel .custom_tool_bar > div:last-child {
  margin-left: auto;
}
.course_note_panel .custom_tool_bar > div svg {
  margin-top: -3px;
}
.course_note_panel .custom_tool_bar button {
  cursor: pointer;
}
.course_note_panel .time_note_modal {
  width: 520px;
}
.course_note_panel .time_note_modal .el-dialog__header {
  height: 54px;
  border-bottom: 1px solid #f3f3f3;
}
.course_note_panel .time_note_modal .el-dialog__body {
  padding: 0 60px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.course_note_panel .time_note_modal .el-dialog__footer {
  border-top: 1px solid #f3f3f3;
  padding: 10px 60px;
}
.course_note_panel .time_note_modal .el-dialog__footer .el-button {
  width: 90px;
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
.course_note_panel .time_note_modal .el-dialog__footer .el-button + .el-button {
  margin-left: 20px;
}
.course_note_panel .time_note_modal .el-input {
  margin-top: 14px;
}
.course_note_panel .time_note_modal .el-radio {
  margin-top: 14px;
  margin-right: 14px;
}
.course_note_panel .time_note_modal .el-radio:nth-child(1) .iconfont {
  color: #ffb341;
}
.course_note_panel .time_note_modal .el-radio:nth-child(2) .iconfont {
  color: #ff7541;
}
.course_note_panel .time_note_modal .el-radio.is-checked:nth-child(1) .el-radio__label {
  background-color: #ffb341;
  color: #fff;
}
.course_note_panel .time_note_modal .el-radio.is-checked:nth-child(1) .el-radio__label .iconfont {
  color: #fff;
}
.course_note_panel .time_note_modal .el-radio.is-checked:nth-child(2) .el-radio__label {
  background-color: #ff7541;
  color: #fff;
}
.course_note_panel .time_note_modal .el-radio.is-checked:nth-child(2) .el-radio__label .iconfont {
  color: #fff;
}
.course_note_panel .time_note_modal .el-radio .el-radio__input {
  display: none;
}
.course_note_panel .time_note_modal .el-radio .el-radio__label {
  display: inline-block;
  width: 75px;
  line-height: 36px;
  text-align: center;
  background: #f7f9fa;
  border-radius: 6px;
  padding: 0;
}
.course_note_panel .time_note_modal .el-radio .el-radio__label .iconfont {
  margin-top: -4px;
  margin-right: 4px;
}
.course_note_panel .time_note_modal .time_wrap {
  color: #9d9d9d;
}
.course_note_panel .time_note_modal .time_wrap .iconfont {
  margin-right: 8px;
}
.course_note_panel_new {
  height: 100%;
  overflow-y: auto;
  position: relative;
  padding-right: 2px;
}
.course_note_panel_new::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.course_note_panel_new::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.course_note_panel_new.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.course_note_panel_new textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.course_note_panel_new .user_note_item {
  position: relative;
  margin-top: 20px;
  border-bottom: 1px solid #d5d5d5;
  padding: 0;
  transition: 0.3s;
  transition: all 0.3s;
}
.course_note_panel_new .user_note_item .open_close_btn {
  color: #303133;
}
.course_note_panel_new .user_note_item .open_close_btn:hover {
  color: var(--color-primary);
}
.course_note_panel_new .user_note_item.edit_active {
  padding: 10px;
}
.course_note_panel_new .user_note_item.edit_active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: var(--background-color-primary);
}
.course_note_panel_new .user_note_item .user_note_cover {
  width: 128px;
  height: 72px;
  margin-bottom: 10px;
  object-fit: contain;
  background: black;
  cursor: pointer;
  border-radius: 4px;
}
.course_note_panel_new .user_note_item .user_note_text {
  padding: 12px;
  font-size: 14px;
  color: #6e779d;
  background-color: #ebedf6;
  border-radius: 4px;
  margin-bottom: 12px;
  transition: all 0.8s;
}
.course_note_panel_new .user_note_item .user_note_panel {
  display: flex;
  justify-content: space-between;
}
.course_note_panel_new .user_note_item .user_note_panel i {
  font-size: 18px;
  vertical-align: middle;
}
.course_note_panel_new .user_note_item .user_note_panel .time {
  cursor: pointer;
}
.course_note_panel_new .user_note_item .user_note_panel .btn_group {
  margin-left: auto;
}
.course_note_panel_new .user_note_item .user_note_content {
  padding: 10px 0;
  word-break: break-all;
}
.course_note_panel_new .user_note_item .el-textarea {
  margin-top: 10px;
}
.course_note_panel_new .tox {
  border: unset;
  border-radius: unset;
}
.course_note_panel_new .tox .tox-edit-area__iframe {
  padding-top: 10px;
  padding-bottom: 10px;
}
.course_note_panel_new .tox .tox-toolbar__group {
  padding: 0;
}
.course_note_panel_new .tox:not(.tox-tinymce-inline) .tox-editor-header {
  box-shadow: unset;
  padding: 0;
}
.course_note_panel_new .tox .tox-toolbar__primary {
  background-color: #f7f9fa;
}
.course_note_panel_new .tox .tox-edit-area {
  padding-bottom: 30px;
}
.course_note_panel_new .tox .tox-editor-container .tox-editor-header button[title="Font sizes"] {
  width: 80px !important;
}
.course_note_panel_new.not_video .custom_tool_bar .screenshoot_btn,
.course_note_panel_new.not_video .custom_tool_bar .timepoint_btn {
  display: none;
}
.course_note_panel_new .custom_tool_bar {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.course_note_panel_new .custom_tool_bar > div {
  font-size: 14px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  white-space: nowrap;
  padding: 0 10px;
  color: #666666;
}
.course_note_panel_new .custom_tool_bar > div + div {
  margin-left: 10px;
}
.course_note_panel_new .custom_tool_bar > div:last-child {
  margin-left: auto;
}
.course_note_panel_new .custom_tool_bar > div svg {
  margin-top: -3px;
}
.course_note_panel_new .custom_tool_bar button {
  cursor: pointer;
}
.course_note_panel_new .time_note_modal {
  width: 520px;
}
.course_note_panel_new .time_note_modal .el-dialog__header {
  height: 54px;
  border-bottom: 1px solid #f3f3f3;
}
.course_note_panel_new .time_note_modal .el-dialog__body {
  padding: 0 60px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.course_note_panel_new .time_note_modal .el-dialog__footer {
  border-top: 1px solid #f3f3f3;
  padding: 10px 60px;
}
.course_note_panel_new .time_note_modal .el-dialog__footer .el-button {
  width: 90px;
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
.course_note_panel_new .time_note_modal .el-dialog__footer .el-button + .el-button {
  margin-left: 20px;
}
.course_note_panel_new .time_note_modal .el-input {
  margin-top: 14px;
}
.course_note_panel_new .time_note_modal .el-checkbox {
  margin-top: 14px;
  margin-right: 14px;
}
.course_note_panel_new .time_note_modal .el-checkbox:nth-child(1) .iconfont {
  color: #ffb341;
}
.course_note_panel_new .time_note_modal .el-checkbox:nth-child(2) .iconfont {
  color: #ff7541;
}
.course_note_panel_new .time_note_modal .el-checkbox.is-checked:nth-child(1) .el-checkbox__label {
  background-color: #ffb341;
  color: #fff;
}
.course_note_panel_new .time_note_modal .el-checkbox.is-checked:nth-child(1) .el-checkbox__label .iconfont {
  color: #fff;
}
.course_note_panel_new .time_note_modal .el-checkbox.is-checked:nth-child(2) .el-checkbox__label {
  background-color: #ff7541;
  color: #fff;
}
.course_note_panel_new .time_note_modal .el-checkbox.is-checked:nth-child(2) .el-checkbox__label .iconfont {
  color: #fff;
}
.course_note_panel_new .time_note_modal .el-checkbox .el-checkbox__input {
  display: none;
}
.course_note_panel_new .time_note_modal .el-checkbox .el-checkbox__label {
  display: inline-block;
  width: 75px;
  line-height: 36px;
  text-align: center;
  background: #f7f9fa;
  border-radius: 6px;
  padding: 0;
}
.course_note_panel_new .time_note_modal .el-checkbox .el-checkbox__label .iconfont {
  margin-top: -4px;
  margin-right: 4px;
}
.course_note_panel_new .time_note_modal .time_wrap {
  color: #9d9d9d;
}
.course_note_panel_new .time_note_modal .time_wrap .iconfont {
  margin-right: 8px;
}
.course_overview_panel {
  height: 100%;
  overflow-y: auto;
}
.course_overview_panel::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.course_overview_panel::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.course_overview_panel .sub_title {
  margin-bottom: 20px;
  color: #4a4f64;
  font-size: 16px;
  font-weight: 600;
}
.course_overview_panel .overview_wrap {
  background-color: #f7f9fa;
  padding: 14px;
  padding-bottom: 20px;
  border-radius: 6px;
}
.course_overview_panel .overview_wrap .title {
  color: #4a4f64;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
.course_overview_panel .overview_wrap .detail {
  color: #4a4f64;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
}
.course_overview_panel .keyword_list .item {
  display: inline-block;
  margin-right: 12px;
  padding: 5px 12px;
  line-height: 1;
  color: var(--color-primary);
  background-color: var(--color-primary-11);
  border-radius: 99px;
  margin-bottom: 14px;
}
.course_overview_panel .course_knowledge_panel {
  position: relative;
}
.course_overview_panel .course_knowledge_panel::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 0;
  height: 100%;
  border-left: 1px dashed #7097ff;
}
.course_overview_panel .course_knowledge_panel .user_knowledge_item {
  margin: 12px 0;
  transition: 0.3s;
  cursor: pointer;
  background: #f7f9fa;
  margin-left: 38px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
}
.course_overview_panel .course_knowledge_panel .user_knowledge_item::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background-image: linear-gradient(to right, #549cff, #7d95ff);
  transform: rotate(45deg);
}
.course_overview_panel .course_knowledge_panel .user_knowledge_item.active {
  background-color: var(--background-color-primary);
  padding: 10px;
}
.course_overview_panel .course_knowledge_panel .user_knowledge_item img {
  object-fit: contain;
}
.course_overview_panel .course_knowledge_panel .time {
  margin-bottom: 10px;
}
.course_overview_panel .course_knowledge_panel .time .el-icon-video-play {
  font-size: 14px;
}
.course_overview_panel .course_knowledge_panel .user_knowledge_content {
  flex: 1;
  display: flex;
  font-size: 14px;
  color: #747477;
  line-height: 1.6;
}
.course_overview_panel .course_knowledge_panel .user_knowledge_content .user_knowledge_cover {
  width: 80px;
  height: 45px;
  background-color: black;
  object-fit: cover;
  border-radius: 4px;
}
.course_overview_panel .course_knowledge_panel .user_knowledge_content .name {
  flex: 1;
  width: 0;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #2e2e2e;
  margin-left: 10px;
}
.course_overview_panel .el-select {
  width: 100%;
  margin-bottom: 20px;
}
.comment_container .comment_item {
  display: flex;
  margin-top: 20px;
}
.comment_container .comment_item .comment_info {
  position: relative;
  flex: 1;
  margin-left: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d5d5d5;
}
.comment_container .comment_item .comment_info .comment_username {
  margin-bottom: 6px;
}
.comment_container .comment_item .comment_info .el-rate {
  margin-bottom: 6px;
}
.comment_container .comment_item .comment_info .comment_content {
  margin-top: 18px;
  font-size: 16px;
}
.comment_container .comment_item .comment_info .comment_time {
  margin-top: 6px;
  font-size: 14px;
  color: #999999;
}
#classroom_live_display {
  display: none;
}
.xgplayer .selected {
  color: #fff !important;
}
.el-input__inner {
  border-radius: 2px;
}
#app .swiper-button-next,
#app .swiper-button-prev {
  color: var(--color-primary);
}
.voice_list_tips {
  background-color: #f7f8fa;
  color: #a6a6a6;
  padding: 2px;
  box-sizing: border-box;
  font-size: 12px;
  margin-bottom: 4px;
  margin-top: 16px;
}
.voice_list_tips i {
  margin-right: 2px;
}
.voice_list .course_attach_wrapper {
  position: relative;
}
.voice_list .paragraph {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.5;
}
.voice_list .paragraph span:hover {
  background-color: var(--color-primary-11);
}
.voice_list .paragraph .selected {
  background-color: var(--color-primary-11);
  color: #000000;
}
.voice_list .paragraph .active {
  color: #fff;
  background-color: var(--color-primary) !important;
}
.voice_list .paragraph .knowledge_point {
  cursor: pointer;
}
.voice_list .paragraph .knowledge_point .search_icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  position: relative;
  vertical-align: top;
  margin-top: 4px;
}
.voice_list .paragraph .knowledge_point .search_icon:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 1px;
  background-color: var(--color-primary);
  left: 100%;
  top: 7px;
  transform: rotate(45deg);
}
.voice_list .paragraph .point_in {
  margin-bottom: 16px;
  margin-top: 10px;
  line-height: 1.5;
}
.voice_list .paragraph .point_in span {
  display: inline-block;
  padding: 6px 12px;
  background-color: var(--color-primary-11);
  color: var(--color-primary);
  border-radius: 2px;
}
.voice_list .knowledge_point_modal {
  position: fixed;
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
  z-index: 9999;
  border-radius: 4px;
  background-color: #fff;
}
.voice_list .knowledge_point_modal .title {
  display: flex;
  padding: 15px 10px;
  box-sizing: border-box;
  align-items: center;
  font-weight: 600;
  padding-bottom: 0;
}
.voice_list .knowledge_point_modal .title:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background-color: var(--color-primary);
  margin-right: 4px;
}
.voice_list .knowledge_point_modal .title .el-icon-close {
  margin-left: auto;
}
.voice_list .knowledge_point_modal .tips {
  color: #999;
}
.voice_list .knowledge_point_modal .content {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  line-height: 2;
  max-height: 450px;
  overflow-y: auto;
}
.voice_list .knowledge_point_modal .content::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.voice_list .knowledge_point_modal .content::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.voice_list .knowledge_point_modal .content.if_overFlow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.voice_list .knowledge_point_modal .content .detail {
  line-height: 1.6;
}
.voice_list .knowledge_point_modal .content video {
  width: 100%;
  margin-top: 10px;
}
.voice_list .knowledge_point_modal .content a {
  color: var(--color-primary);
}
.voice_list .knowledge_point_modal .more_btn {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: var(--color-primary);
  background-color: #f9f9f9;
  border-top: 1px solid #f5f5f5;
}
.voice_list .knowledge_point_modal .mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.video_text_btn {
  width: auto;
  min-width: unset;
  background-color: #2a73cc;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
.video_text_btn .popper__arrow:after {
  border-top-color: #2a73cc !important;
}
.add_note_btn {
  padding: 8px;
}
.add_note_btn_select {
  display: none;
  position: absolute;
  top: 0;
  left: 3px;
  padding: 8px;
  background-color: #2a73cc;
  color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  z-index: 9999;
}
.add_note_btn_select::after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 20px solid #2a73cc;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.el-empty {
  margin-bottom: 20px;
}
.el-empty .el-empty__description {
  margin-top: 10px;
}
.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
button.el-button:active {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
button.el-button--text:focus,
button.el-button--text:hover {
  border-color: transparent !important;
  color: var(--color-primary);
}
.question_answer_panel .el-dialog__wrapper .el-radio {
  display: flex;
  margin-bottom: 10px;
}
.question_answer_panel .page1 > .el-button {
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 16px;
}
.question_answer_panel .page1 .el-button,
.question_answer_panel .page1 .el-button:hover {
  border-radius: 99px;
  padding: 6px 10px;
  background-color: unset !important;
  color: var(--color-primary);
  font-size: 14px;
}
.question_answer_panel .page2 .back-container {
  color: #828282;
  font-size: 14px;
  cursor: pointer;
}
.question_answer_panel .page2 .relative-content {
  margin: 20px 0 10px;
}
.question_answer_panel .page2 .relative-content span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  background: rgba(84, 156, 255, 0.1);
  border-radius: 14px;
  color: #549cff;
}
.question_answer_panel .page2 .relative-content span::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
  width: 5px;
  height: 5px;
  background: #549cff;
  border-radius: 50%;
}
.question_answer_panel .page2 .el-form textarea {
  min-height: 135px !important;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN-Normal, SourceHanSansCN, PingFangSC-Regular, PingFang SC, MicrosoftYaHei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.question_answer_panel .page2 .el-form .el-input .el-input__inner {
  padding: 0 45px 0 15px;
}
.question_answer_panel .page2 .btn-container .el-button {
  margin-right: 15px;
}
.question_answer_panel .page2 .btn-container .el-checkbox {
  line-height: 32px;
}
.question_answer_panel .page2 .btn-container .el-checkbox__inner {
  border-radius: 50%;
}
.question_answer_panel .el-button--text svg {
  margin-top: -2px;
  margin-right: 4px;
}
.question_detail .el-pagination {
  margin-top: 20px;
}
.question_detail .header-container {
  margin-top: 20px;
}
.question_detail .back-container {
  color: #828282;
  font-size: 14px;
  cursor: pointer;
}
.question_detail .reply-container .reply-count {
  margin: 20px 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.question_detail .reply-container .el-input input {
  background: #f4f4f4;
  color: #828282;
}
.question_detail .reply-container .reply-btn {
  display: flex;
  justify-content: right;
  margin-top: 5px;
}
.question_detail .reply-container .reply-btn .el-button {
  margin-left: 10px;
}
.question_detail .reply-container .reply-btn .el-checkbox {
  line-height: 32px;
}
.question_detail .reply-container .reply-btn .el-checkbox__inner {
  border-radius: 50%;
}
.question_detail .comment-children-container {
  background: #f4f4f4;
  margin-left: 34px;
  margin-top: 20px;
  padding: 15px 10px 15px 15px;
  position: relative;
  border-radius: 4px;
}
.question_detail .comment-children-container::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 12px;
  display: block;
  border: 12px solid transparent;
  border-bottom-color: #f4f4f4;
}
.question_detail .line-container {
  margin-top: 15px;
  height: 1px;
  background-color: #eee;
  display: flex;
  justify-content: space-between;
}
.question_detail .line-container .line-left {
  display: none;
  width: 57px;
  height: 0;
  border-top: 10px solid var(--color-primary);
  border-right: 5px solid transparent;
}
.question_detail .line-container .line-right {
  display: none;
  width: 289px;
  height: 0;
  border-bottom: 10px solid #f4f4f4;
  border-left: 5px solid transparent;
}
.question_detail .comment-item-container {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.question_detail .el-button--text {
  color: #2e2e2e;
}
.question_detail .el-button--text:hover {
  background-color: unset;
  outline: unset;
  border: unset;
  color: unset;
}
.question_detail .iconfont {
  margin-top: -2px;
  margin-right: 4px;
}
.comment-item {
  margin-top: 10px;
}
.comment-item .comment-header-container {
  display: flex;
}
.comment-item .comment-header-container .avatar {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background: #eee;
  overflow: hidden;
}
.comment-item .comment-header-container .avatar img {
  width: 26px;
  height: 26px;
}
.comment-item .comment-header-container .name,
.comment-item .comment-header-container .target-name {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
  margin: 0 5px;
}
.comment-item .comment-header-container .isOverflow {
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-item .comment-header-container .tag {
  margin-top: 3px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  padding: 0 6px;
  font-weight: 400;
  color: #397cdd;
  background: #ebf3ff;
  border-radius: 2px;
  border: 1px solid #397cdd;
}
.comment-item .comment-header-container .text {
  margin-top: 3px;
  margin-left: 5px;
}
.comment-item .comment-header-container .target-name-container,
.comment-item .comment-header-container .name-container {
  display: flex;
}
.comment-item .comment-content {
  margin: 10px 0 10px 36px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.comment-item .comment-btn-container {
  display: flex;
  margin-left: 36px;
  justify-content: space-between;
}
.comment-item .comment-btn-container .comment-date {
  font-size: 12px;
  font-weight: 400;
  color: #5d5d5d;
}
.comment-item .comment-btn-container .comment-btn {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  align-items: center;
}
.comment-item .comment-btn-container .comment-btn > span {
  padding-bottom: 4px;
}
.comment-item .comment-btn-container .comment-btn i {
  margin-right: 5px;
  display: inline-block;
}
.comment-item .comment-btn-container .comment-btn .comment,
.comment-item .comment-btn-container .comment-btn .delete {
  cursor: pointer;
}
.comment-item .comment-btn-container .comment-btn .hover {
  color: var(--color-primary);
}
.comment-item .comment-btn-container .comment-btn .col-line {
  width: 1px;
  height: 12px;
  background-color: #bfbfbf;
  margin: 3px 10px;
}
.comment-item .reply-btn {
  margin-top: 10px;
}
.comment-item .reply-btn .reply-btn-container {
  display: flex;
  justify-content: right;
  margin-top: 5px;
}
.comment-item .reply-btn .reply-btn-container .el-checkbox {
  line-height: 32px;
}
.comment-item .reply-btn .reply-btn-container .el-button {
  margin-left: 10px;
}
.comment-item .reply-btn .reply-btn-container .el-checkbox__inner {
  border-radius: 50%;
}
.question_detail .header-container,
.question_answer_item .header-container {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.question_detail .line,
.question_answer_item .line {
  width: 24px;
  height: 4px;
  background: #d8d8d8;
  border-radius: 2px;
  margin: 10px 0;
}
.question_detail .content,
.question_answer_item .content {
  color: #2e2e2e;
  line-height: 20px;
  margin: 6px 0;
}
.question_detail .footer-container,
.question_answer_item .footer-container {
  line-height: 28px;
  display: flex;
  color: #828282;
  font-size: 13px;
}
.question_detail .footer-container .el-button--text,
.question_answer_item .footer-container .el-button--text {
  color: #2e2e2e;
  margin-right: 10px;
  margin-left: 0;
  line-height: 28px;
}
.question_detail .footer-container .el-button--text:hover,
.question_answer_item .footer-container .el-button--text:hover,
.question_detail .footer-container .el-button--text:focus,
.question_answer_item .footer-container .el-button--text:focus,
.question_detail .footer-container .el-button--text:active,
.question_answer_item .footer-container .el-button--text:active {
  color: var(--color-primary);
  border: none;
}
.question_detail .footer-container .stu-name,
.question_answer_item .footer-container .stu-name {
  margin-right: 10px;
  max-width: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.question_detail .footer-container .stu-name2,
.question_answer_item .footer-container .stu-name2 {
  margin-right: 6px;
}
.question_answer_item {
  margin-bottom: 14px;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #ededed;
  padding-bottom: 4px;
}
.question_answer_item .top-container {
  cursor: pointer;
}
.question_answer_item .header-container .permission_icon {
  display: inline-block;
  background-color: var(--color-primary-11);
  color: var(--color-primary);
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-weight: 400;
  margin-right: 8px;
}
.question_answer_item .header-container .message-container {
  margin-left: 5px;
  padding: 0 5px;
  line-height: 19px;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 2px;
}
.question_answer_item .header-container .message-container::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: rotate(45deg) translateY(-50%);
  display: inline-block;
  background: white;
  border: 1px solid var(--color-primary);
  border-right-color: transparent;
  border-top-color: transparent;
}
.question_answer_item .header-container .new-tag {
  display: inline-block;
  margin-left: 17px;
  background-color: var(--color-primary);
  border-radius: 0 2px 2px 0;
  padding: 0 5px;
  color: #fff;
  position: relative;
}
.question_answer_item .header-container .new-tag::before {
  content: "";
  display: inline-block;
  border-right: 14px solid var(--color-primary);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 11px solid transparent;
  position: absolute;
  left: -24px;
}
.question_answer_item .content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.question_answer_item .footer-container .col-line {
  margin: 0;
  margin-top: 7px;
}
.el-tabs__nav .el-tabs__item {
  padding: 0 15px;
}
.el-tabs__nav .el-tabs__item:focus {
  box-shadow: unset !important;
}
.course_picture_panel {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.course_picture_panel::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.course_picture_panel::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.course_picture_panel .course_picture_item {
  height: 130px;
  display: flex;
  box-sizing: border-box;
  cursor: pointer;
}
.course_picture_panel .course_picture_item.active .item_right img {
  border: var(--color-primary) 2px solid;
}
.course_picture_panel .course_picture_item .item_left {
  flex: 1;
  height: 100%;
  border-right: #f0f0f0 2px solid;
  margin-right: 26px;
  position: relative;
}
.course_picture_panel .course_picture_item .item_left .icon {
  position: absolute;
  top: 3px;
  right: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: var(--color-primary) 2px solid;
  background-color: #fff;
}
.course_picture_panel .course_picture_item .item_left .time {
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
}
.course_picture_panel .course_picture_item .item_right {
  width: 196px;
  height: 100%;
  position: relative;
}
.course_picture_panel .course_picture_item .item_right img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.course_picture_panel .course_picture_item .item_right .index {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
}
.public_frame_modal {
  line-height: 1;
}
.public_frame_modal .el-dialog {
  width: 400px;
}
.public_frame_modal .el-dialog__header {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}
.public_frame_modal .el-dialog__body {
  padding: 30px;
  padding-bottom: 20px;
}
.public_frame_modal .frame_list .frame_item {
  margin-top: 14px;
}
.public_frame_modal .frame_list .frame_item .el-checkbox {
  margin-right: 10px;
}
.public_frame_modal .footer {
  text-align: center;
}
.public_frame_modal .footer .tips {
  font-size: 14px;
  font-weight: 400;
  color: #9d9d9d;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 80px;
}
.resource_download_modal .el-dialog__body .el-table {
  height: auto !important;
  max-height: 300px !important;
}
.resource_download_modal .el-dialog__body .el-table .el-table__body-wrapper {
  height: auto !important;
  overflow-y: scroll;
}
.resource_download_modal .el-dialog__body .el-table .el-table__header-wrapper {
  overflow-y: scroll;
}
.resource_download_modal .el-dialog__body .el-table .el-table__header-wrapper::-webkit-scrollbar {
  opacity: 0;
}
.resource_share_modal .el-dialog__body {
  padding: 0 20px;
}
.message-box {
  width: 280px;
}
.message-box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.message-box::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.message-box .look-more {
  color: var(--color-primary);
  text-align: center;
  display: block;
  cursor: pointer;
}
.message-box .message-item {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 10px;
}
.message-box .message-item .prefix {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin: 6px 5px 0;
}
.message-box .message-item .prefix.unread {
  background-color: var(--color-primary);
}
.message-box .message-item .box {
  width: 260px;
}
.message-box .message-item .box .title {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
.message-box .message-item .box .date {
  font-size: 12px;
  color: #8d8d8d;
}
.message-box .message-item .message-text span {
  color: #8d8d8d;
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
}
.message-box .message-item .content a {
  font-size: 14px;
  color: var(--color-primary);
}
.offline_list_modal .offline_list_modal_header {
  color: var(--color-blank);
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  border-bottom: 1px solid #ebeef5;
  padding-bottom: 10px;
}
.offline_list_modal .offline_list_modal_header svg {
  color: var(--color-primary);
  margin-right: 6px;
}
.offline_list_modal .offline_list_modal_body {
  padding: 20px;
  font-size: 14px;
}
.offline_list_modal .offline_list .offline_item {
  width: 100%;
  display: flex;
  line-height: 40px;
}
.offline_list_modal .offline_list .offline_item .label {
  width: 5em;
  text-align: right;
  margin-right: 12px;
}
.offline_list_modal .offline_list .offline_item .value {
  flex: 1;
  white-space: pre-wrap;
}
.live_interaction {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.live_interaction .scroll_box {
  overflow-y: auto;
  flex: 1;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 20%;
  box-sizing: border-box;
  position: relative;
}
.live_interaction .scroll_box::-webkit-scrollbar {
  width: 6px;
}
.live_interaction .scroll_box::-webkit-scrollbar-thumb {
  background-color: #babfcd;
  border-radius: 99px;
}
.live_interaction .delete_btn {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 0;
  transition: height 0.2s;
  right: 10px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  user-select: none;
}
.live_interaction .list .item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.live_interaction .list .item span {
  color: #999;
}
.live_interaction .list .item span.content {
  color: #fff;
  flex: 1;
  white-space: pre-wrap;
  word-break: break-all;
}
.live_interaction .list .item.load_more {
  justify-content: center;
}
.live_interaction .list .item.load_more span {
  color: #fff;
}
.live_interaction .input {
  text-align: right;
  display: flex;
}
.live_interaction .input .el-button {
  margin-left: 10px;
  padding: 0 10px;
}
.live_interaction .input textarea {
  background-color: #babfcd;
}
.live_interaction .input textarea::placeholder {
  color: #3a3c40;
}
.live_interaction .input .el-input__count {
  color: #3a3c40;
  background-color: unset;
}
.live_interaction .el-button--text:hover {
  border: unset;
}
.iconfont {
  cursor: pointer;
}
.navigation_mobile_workspace {
  display: none;
}
.search_history_item .name {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}
.search_history_box.el-autocomplete-suggestion {
  width: 100%;
}
.search_history_box.el-autocomplete-suggestion ul {
  padding: 7px 24px;
  box-sizing: border-box;
}
.search_history_box.el-autocomplete-suggestion li {
  padding: 0;
  line-height: 1;
}
.search_history_box.el-autocomplete-suggestion li:hover {
  background-color: unset;
}
.search_history_box.el-autocomplete-suggestion li + li {
  border-top: 1px solid #f4f4f4;
  padding-top: 24px;
  margin-top: 24px;
}
.search_history_box.el-autocomplete-suggestion li .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 16px;
}
.search_history_box.el-autocomplete-suggestion li .header .btn {
  font-size: 12px;
  color: #949494;
}
.search_history_box.el-autocomplete-suggestion li .header .btn:hover {
  color: var(--color-primary);
}
.search_history_box.el-autocomplete-suggestion li .header .btn .iconfont {
  margin-top: -2px;
  margin-right: 2px;
}
.search_history_box.el-autocomplete-suggestion li .header .title {
  font-weight: 600;
  color: #000;
  position: relative;
  padding-left: 14px;
}
.search_history_box.el-autocomplete-suggestion li .header .title::before {
  content: "";
  width: 4px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-primary);
  border-radius: 2px;
}
.search_history_box.el-autocomplete-suggestion .search_history_item .list {
  width: 100%;
  white-space: wrap;
  margin-right: -20px;
}
.search_history_box.el-autocomplete-suggestion .search_history_item .list .item {
  line-height: 1;
  display: inline-block;
  background-color: #f0f0f0;
  padding: 6px 12px;
  margin-right: 10px;
  border-radius: 99px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 12px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_history_box.el-autocomplete-suggestion .search_history_item .list .item:hover {
  color: var(--color-primary);
}
.search_history_box.el-autocomplete-suggestion .search_hot_item .list {
  white-space: wrap;
}
.search_history_box.el-autocomplete-suggestion .search_hot_item .list .item {
  cursor: pointer;
  display: inline-block;
  background-color: #f0f0f0;
  padding: 6px 12px;
  margin-right: 10px;
  border-radius: 99px;
  margin-top: 12px;
  font-size: 12px;
}
.search_history_box.el-autocomplete-suggestion .search_hot_item .list .item:hover {
  color: var(--color-primary);
}
.search_history_box.el-autocomplete-suggestion .search_hot_item .list .item .icon {
  display: inline-block;
  width: 11px;
  height: 14px;
  vertical-align: middle;
  object-fit: contain;
  margin-right: 2px;
}
.search_history_box.el-autocomplete-suggestion .search_hot_item .list .item .label {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.search_history_box.el-autocomplete-suggestion .search_hot_item .list .item:nth-child(1) .sort {
  color: #ff2448;
}
.search_history_box.el-autocomplete-suggestion .search_hot_item .list .item:nth-child(2) .sort {
  color: #ff5c38;
}
.search_history_box.el-autocomplete-suggestion .search_hot_item .list .item:nth-child(3) .sort {
  color: #ffb821;
}
.search_history_box.el-autocomplete-suggestion .search_lenovo_item .item {
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_history_box.el-autocomplete-suggestion .search_lenovo_item .item:hover {
  color: var(--color-primary);
}
.search_history_box .el-autocomplete-suggestion__wrap {
  max-height: unset;
}
.video_progress_custom {
  display: block;
  position: absolute;
  height: 20px;
  line-height: 20px;
  left: 12px;
  right: 12px;
  outline: none;
  top: -15px;
  z-index: 10;
}
.video_progress_custom .r-prg-outer {
  background: hsla(0, 0%, 100%, 0.3);
  display: block;
  height: 3px;
  line-height: 3px;
  margin-top: 8.5px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.video_progress_custom:hover .r-prg-outer,
.video_progress_custom:active .r-prg-outer {
  height: 6px;
  margin-top: 7px;
}
.video_progress_custom:hover .r-prg-outer .r-prg-btn,
.video_progress_custom:active .r-prg-outer .r-prg-btn {
  display: block;
}
.video_progress_custom .r-prg-played {
  display: block;
  background-image: linear-gradient(-90deg, #fa1f41, #e31106);
  border-radius: 0 1.5px 1.5px 0;
  height: 100%;
  position: relative;
}
.video_progress_custom .r-prg-btn {
  display: none;
  position: absolute;
  right: 0;
  top: -4px;
  width: 13px;
  height: 13px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.26);
  left: 100%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 36;
}
.manager_join_course_modal .el-dialog {
  width: 500px;
}
.manager_join_course_modal .el-dialog__body {
  padding: 40px 30px;
  padding-top: 30px;
}
.manager_join_course_modal .join_form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.manager_join_course_modal .el-button {
  margin: 0 auto;
  margin-top: 10px;
  width: 65px;
  height: 32px;
}
.manager_join_course_modal .el-radio__label {
  width: 100%;
  display: inline-flex;
  line-height: 1.5;
}
.manager_join_course_modal .el-radio__label div {
  display: inline-block;
  width: 60px;
}
.manager_join_course_modal .el-radio__label .desc {
  flex: 1;
  width: 0;
  color: #999;
  white-space: wrap;
}
.pc_show {
  display: inherit !important;
}
.mobile_show {
  display: none !important;
}
.multi_view_player_container .tool_bar input[type="checkbox"]:checked {
  position: relative;
  box-sizing: border-box;
}
.multi_view_player_container .tool_bar input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
}
.multi_view_player_container .tool_bar input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 20%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -70%) rotate(-45deg);
}
.multi_view_player_container .text_track .modal {
  padding: 0 10px;
}
.multi_view_player_container .text_track .modal .active {
  color: var(--color-primary) !important;
}
.knowledge_point_card {
  border-radius: var(--border-radius-base);
  overflow: hidden;
  box-shadow: var(--box-shadow-base);
  margin-bottom: 15px;
  cursor: pointer;
}
.knowledge_point_card .cover {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.knowledge_point_card .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.knowledge_point_card .cover .time {
  position: absolute;
  bottom: 0;
  right: 6px;
  line-height: 1.8;
  color: #fff;
}
.knowledge_point_card .content {
  height: 40px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
.knowledge_point_card .content .name,
.knowledge_point_card .content .tips {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.knowledge_point_card .content .tips {
  margin-top: 4px;
}
.knowledge_point_card .content .tips .course_name {
  color: var(--color-primary);
}
.knowledge_point_modal .el-dialog {
  width: 620px;
}
.knowledge_point_modal .el-dialog__body {
  padding: 10px 20px;
}
.knowledge_point_modal .top_tips {
  height: 40px;
  line-height: 40px;
  background: #f7f8fa;
  padding: 0 10px;
}
.knowledge_point_modal .top_tips span {
  color: var(--color-primary);
}
.knowledge_point_modal .el-button {
  margin-left: 100%;
  transform: translateX(-100%);
}
.knowledge_course_list,
.knowledge_online_list,
.knowledge_map_list,
.knowledge_resource_list {
  height: 300px;
  overflow-y: auto;
}
.knowledge_course_list::-webkit-scrollbar,
.knowledge_online_list::-webkit-scrollbar,
.knowledge_map_list::-webkit-scrollbar,
.knowledge_resource_list::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.knowledge_course_list::-webkit-scrollbar-thumb,
.knowledge_online_list::-webkit-scrollbar-thumb,
.knowledge_map_list::-webkit-scrollbar-thumb,
.knowledge_resource_list::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.knowledge_course_list .item,
.knowledge_online_list .item,
.knowledge_map_list .item,
.knowledge_resource_list .item {
  display: inline-flex;
  vertical-align: top;
  height: 102px;
  width: calc(50% - 5px);
  border: 1px solid #f1f1f1;
  box-shadow: 0px 2px 7px 2px rgba(129, 129, 129, 0.06);
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 8px;
  box-sizing: border-box;
}
.knowledge_course_list .item:nth-child(2n),
.knowledge_online_list .item:nth-child(2n),
.knowledge_map_list .item:nth-child(2n),
.knowledge_resource_list .item:nth-child(2n) {
  margin-left: 10px;
}
.knowledge_course_list .item.active,
.knowledge_online_list .item.active,
.knowledge_map_list .item.active,
.knowledge_resource_list .item.active {
  border-color: var(--color-primary);
}
.knowledge_course_list .item .cover,
.knowledge_online_list .item .cover,
.knowledge_map_list .item .cover,
.knowledge_resource_list .item .cover {
  border-radius: 5px;
}
.knowledge_course_list .item .content,
.knowledge_online_list .item .content,
.knowledge_map_list .item .content,
.knowledge_resource_list .item .content {
  flex: 1;
  width: 0;
  padding: 4px;
  box-sizing: border-box;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.knowledge_course_list .item .content .name,
.knowledge_online_list .item .content .name,
.knowledge_map_list .item .content .name,
.knowledge_resource_list .item .content .name,
.knowledge_course_list .item .content .tips,
.knowledge_online_list .item .content .tips,
.knowledge_map_list .item .content .tips,
.knowledge_resource_list .item .content .tips {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.knowledge_course_list .item .content .name,
.knowledge_online_list .item .content .name,
.knowledge_map_list .item .content .name,
.knowledge_resource_list .item .content .name {
  font-size: 15px;
  font-weight: 500;
  color: #4a4f64;
}
.knowledge_course_list .item .content .tips,
.knowledge_online_list .item .content .tips,
.knowledge_map_list .item .content .tips,
.knowledge_resource_list .item .content .tips {
  margin-top: 8px;
}
.knowledge_course_list .item .content .tips span,
.knowledge_online_list .item .content .tips span,
.knowledge_map_list .item .content .tips span,
.knowledge_resource_list .item .content .tips span {
  color: #666;
  font-size: 12px;
}
.xgplayer-skin-default .xgplayer-controls .xgplayer-definition {
  width: 80px;
}
.xgplayer-skin-default .xgplayer-controls .xgplayer-definition ul {
  width: 80px;
}
.xgplayer-skin-default .xgplayer-controls .xgplayer-definition ul li {
  color: #fff;
  opacity: 1;
}
.xgplayer-skin-default .xgplayer-controls .xgplayer-definition ul li.selected {
  color: var(--color-primary) !important;
}
.xgplayer-skin-default .xgplayer-controls .xgplayer-definition ul li[url="none"] {
  pointer-events: none;
  cursor: not-allowed;
  touch-events: none;
  user-select: none;
  opacity: 0.7;
}
.xgplayer-skin-default .xgplayer-controls .xgplayer-definition .name {
  white-space: nowrap;
}
.video_question_modal .el-dialog__footer {
  text-align: center;
}
.video_question_modal .el-dialog__header > div {
  width: 100%;
  display: flex;
}
.video_question_modal .el-dialog__header .sort {
  font-size: 12px;
  color: #999;
  margin-left: 4px;
}
.video_question_modal .el-dialog__header a {
  color: var(--color-primary);
  font-size: 12px;
  margin-left: auto;
}
.video_question_modal .el-dialog__body {
  padding: 10px 20px;
}
.video_question_modal .question_content {
  display: flex;
  flex-direction: column;
}
.video_question_modal .question_content .el-radio,
.video_question_modal .question_content .el-checkbox {
  display: flex;
  align-items: center;
}
.video_question_modal .question_content .el-radio + .el-radio,
.video_question_modal .question_content .el-checkbox + .el-radio,
.video_question_modal .question_content .el-radio + .el-checkbox,
.video_question_modal .question_content .el-checkbox + .el-checkbox {
  margin-top: 15px;
}
.video_question_modal .question_content .el-radio__label,
.video_question_modal .question_content .el-checkbox__label {
  display: inline-flex;
  align-items: center;
}
.video_question_modal .question_content .tag {
  display: inline-block;
  padding: 2px 8px;
  border-style: solid;
  border-width: 1px;
  margin-left: 8px;
  font-size: 12px;
}
.video_question_modal .question_content .tag.current {
  color: #67c23a;
  border-color: #67c23a;
  background-color: #f0f9eb;
}
.video_question_modal .question_content .tag.current i {
  width: 10px;
  height: 4px;
  display: inline-block;
  border-left: #67c23a 1px solid;
  border-bottom: #67c23a 1px solid;
  transform: rotate(-45deg) translate(2px, -2px);
}
.video_question_modal .question_content .tag.error {
  color: #f56c6c;
  border-color: #f56c6c;
  background-color: #fef0f0;
}
.video_question_modal .question_content .tag.error i {
  position: relative;
  display: inline-block;
  width: 10px;
}
.video_question_modal .question_content .tag.error i::before,
.video_question_modal .question_content .tag.error i::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #f56c6c;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  left: 0;
  top: -5px;
}
.video_question_modal .question_content .tag.error i::after {
  transform: rotate(-45deg);
}
.video_question_modal .question_content .title {
  display: flex;
  margin-bottom: 15px;
}
.video_question_modal .question_content .title .type {
  white-space: nowrap;
  flex-shrink: 0;
}
.video_question_modal .question_content .type_2_content {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.video_question_modal .question_content .type_2_content .el-input {
  width: 300px;
}
.video_question_modal .question_content img {
  max-width: 100%;
  height: auto !important;
}
.video_question_modal .analysis {
  margin-top: 15px;
  width: 100%;
  background: #f7f9fa;
  color: #999;
  padding: 9px 10px;
  border-radius: 2px;
}
.video_question_modal .analysis p {
  color: #2e2e2e;
}
.video_question_modal .analysis img {
  max-width: 100%;
  height: auto !important;
}
.voice_to_text {
  position: relative;
  color: var(--color-primary);
  padding: 0;
}
@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  0% {
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.voice_to_text.active::before,
.voice_to_text.active::after {
  content: '';
  position: absolute;
  z-index: 0;
  background-color: var(--color-primary-11);
  border-radius: 99px;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: wave 1s linear infinite;
  transform-origin: center center;
}
.voice_to_text.active::after {
  background-color: var(--color-primary-11);
  animation: wave 1s linear 0.5s infinite;
}
.voice_to_text .iconfont {
  margin-right: 0 !important;
}
.el-input .search_icon {
  position: relative;
}
.el-input .search_icon .mic {
  position: absolute;
  left: -25px;
  padding: 0;
}
#wm_div_id > div {
  z-index: 888 !important;
}
.collect_and_like .iconfont {
  margin-right: 6px;
}
.collect_and_like svg {
  width: 28px;
  height: 28px;
  margin-top: 2px;
}
.collect_and_like .bar_btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.collect_and_like .bar_btn.active,
.collect_and_like .bar_btn:hover {
  color: var(--color-primary);
}
.collect_and_like .bar_btn.active .iconfont,
.collect_and_like .bar_btn:hover .iconfont {
  color: var(--color-primary) !important;
}
.collect_and_like .bar_btn .bar_btn_icon {
  vertical-align: middle;
  cursor: pointer;
}
.collect_and_like .bar_btn .bar_btn_icon:hover,
.collect_and_like .bar_btn .bar_btn_icon.active {
  color: var(--color-primary);
}
.auto_text_clamp {
  position: relative;
  overflow: hidden;
}
.auto_text_clamp .calc_box {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.auto_text_clamp .slot-box {
  cursor: pointer;
  color: #c6c6c6;
}
.auto_text_clamp .slot-box:hover {
  color: var(--color-primary);
}
.keyword_analysis_box .content {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.keyword_analysis_box .more_btn {
  margin-left: 50%;
  transform: translateX(-50%);
  color: var(--color-primary);
  cursor: pointer;
}
.courseware_screenshoot_panel {
  padding-top: 5px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.courseware_screenshoot_panel::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.courseware_screenshoot_panel::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.courseware_screenshoot_panel .list .courseware_screenshoot_item {
  display: flex;
  cursor: pointer;
}
.courseware_screenshoot_panel .list .courseware_screenshoot_item.active .item_right img {
  border: 3px solid var(--color-primary);
}
.courseware_screenshoot_panel .list .courseware_screenshoot_item:last-child .item_left::after {
  display: none;
}
.courseware_screenshoot_panel .list .courseware_screenshoot_item .item_left {
  height: 146px;
  position: relative;
  margin-right: 16px;
  padding-right: 14px;
}
.courseware_screenshoot_panel .list .courseware_screenshoot_item .item_left::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 5px;
  right: -4px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
.courseware_screenshoot_panel .list .courseware_screenshoot_item .item_left::after {
  content: "";
  position: absolute;
  background-color: #f0f0f0;
  width: 2px;
  height: 100%;
  right: 0;
  top: 5px;
  z-index: -1;
}
.courseware_screenshoot_panel .list .courseware_screenshoot_item .item_left .time {
  white-space: nowrap;
}
.courseware_screenshoot_panel .list .courseware_screenshoot_item .item_right {
  position: relative;
}
.courseware_screenshoot_panel .list .courseware_screenshoot_item .item_right .index {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.31372549);
  width: 100px;
  line-height: 20px;
  color: #fff;
}
.courseware_screenshoot_panel .list .courseware_screenshoot_item .item_right img {
  width: 224px;
}
.search_by_picture_modal {
  z-index: 998 !important;
}
.search_by_picture_modal .empty {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.search_by_picture_modal .empty .back_btn {
  margin-left: 20px;
  margin-top: 20px;
  cursor: pointer;
}
.search_by_picture_modal .empty .el-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.search_by_picture_modal .empty .el-empty svg {
  width: 150px;
  margin-bottom: 40px;
}
.search_by_picture_modal .el-dialog {
  width: 100%;
  min-width: 1248px;
  height: 100%;
  margin-top: 0 !important;
  margin-bottom: 0;
  padding-top: var(--header-height-1);
}
.search_by_picture_modal .el-dialog .el-dialog__header {
  display: none;
}
.search_by_picture_modal .el-dialog .el-dialog__body {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}
.search_by_picture_modal .el-dialog .el-dialog__body .pic_panel {
  width: 34.88%;
  background-color: #202124;
  color: #fff;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .header .upload_btn {
  color: #fff;
}
.search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .header .upload_btn .iconfont {
  margin-top: -4px;
  margin-right: 6px;
}
.search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .header .back_btn {
  cursor: pointer;
}
.search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture_box {
  flex: 1;
}
.search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture {
  width: 100%;
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  padding: 2px;
  box-sizing: border-box;
}
.search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  background-color: #000;
}
.search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 99px;
  position: absolute;
}
.search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle.circle_1 {
  left: 0;
  top: 0;
  border-right: unset;
  border-bottom: unset;
}
.search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle.circle_2 {
  left: 0;
  bottom: 0;
  border-top: unset;
  border-right: unset;
}
.search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle.circle_3 {
  right: 0;
  top: 0;
  border-left: unset;
  border-bottom: unset;
}
.search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle.circle_4 {
  right: 0;
  bottom: 0;
  border-top: unset;
  border-left: unset;
}
.search_by_picture_modal .el-dialog .el-dialog__body .result_panel {
  flex: 1;
  padding: 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.search_by_picture_modal .el-dialog .el-dialog__body .result_panel .el-empty {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list {
  flex: 1;
  height: 0;
  overflow-y: auto;
}
.search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list .item {
  display: inline-block;
  width: calc((100% - 80px) / 5);
  height: 170px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: var(--box-shadow-base);
  border-radius: var(--border-radius-base);
}
.search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list .item:nth-child(5n) {
  margin-right: 0;
}
.search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list .item .cover {
  width: 100%;
  height: 120px;
}
.search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list .item .text {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  padding: 12px;
}
.upload_picture_modal .el-dialog {
  margin-top: 202px !important;
  border-radius: 20px;
  width: 600px;
}
.upload_picture_modal .el-dialog .el-dialog__body {
  padding: 20px;
}
.upload_picture_modal .el-dialog .el-upload {
  width: 100%;
}
.upload_picture_modal .el-dialog .el-upload .el-upload-dragger {
  width: 100%;
  height: auto;
  background-color: #f8f9fa;
  padding: 20px;
}
.upload_picture_modal .el-dialog .el-upload .upload_text {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload_picture_modal .el-dialog .el-upload .upload_text span {
  color: var(--color-primary);
}
.upload_picture_modal .el-dialog .el-upload .upload_text img {
  margin-right: 15px;
}
.upload_picture_modal .el-dialog .el-upload .split {
  position: relative;
  height: 1px;
  line-height: 1px;
  background-color: #ddd;
  margin: 20px 0;
}
.upload_picture_modal .el-dialog .el-upload .split span {
  display: inline-block;
  background-color: #f8f9fa;
  padding: 0 20px;
}
.upload_picture_modal .el-dialog .el-upload .search_box {
  width: 100%;
  display: flex;
}
.upload_picture_modal .el-dialog .el-upload .search_box .el-input input {
  border-radius: 99px;
}
.upload_picture_modal .el-dialog .el-upload .search_box .el-button,
.upload_picture_modal .el-dialog .el-upload .search_box .el-button:hover,
.upload_picture_modal .el-dialog .el-upload .search_box .el-button:active {
  margin-left: 10px;
  border-radius: 99px;
  background-color: #fff !important;
  color: var(--color-primary) !important;
  border-color: #ddd !important;
}
.course_ppt_container {
  width: 100%;
  height: 135px;
}
.course_ppt_container .download_btn.el-button,
.course_ppt_container .download_btn.el-button:focus,
.course_ppt_container .download_btn.el-button:hover {
  background-color: #fff !important;
  color: var(--color-primary) !important;
  border: none;
}
.course_ppt_container .download_btn.el-button span,
.course_ppt_container .download_btn.el-button:focus span,
.course_ppt_container .download_btn.el-button:hover span {
  display: flex;
  align-items: center;
}
.course_ppt_container .download_btn.el-button span .iconfont,
.course_ppt_container .download_btn.el-button:focus span .iconfont,
.course_ppt_container .download_btn.el-button:hover span .iconfont {
  margin-right: 4px;
  margin-top: -2px;
}
.course_ppt_container .item {
  cursor: pointer;
  margin-top: 20px;
}
.course_ppt_container .item .ppt_container {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.course_ppt_container .item .ppt_container iframe {
  position: absolute;
  left: 0;
  top: -28px;
  width: 100%;
  height: calc(100% + 28px);
  pointer-events: none;
}
.course_ppt_container .ppt_dialog {
  width: 80vw;
  margin-top: 2vh !important;
  margin-bottom: 2vh !important;
}
.course_ppt_container .ppt_dialog .ppt_container_1 {
  width: 100%;
  height: 40vw;
}
.course_ppt_container .ppt_dialog .ppt_container_1 iframe {
  width: 100%;
  height: 100%;
}
.share_popover_btn {
  display: inline-block;
}
.share_popover_btn:hover {
  color: var(--color-primary);
}
.share_popover_btn .share {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.share_popover_btn .iconfont {
  font-size: 28px;
}
.share_popover_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.share_popover_content p {
  margin: 10px 0;
}
.share_popover_content a {
  color: var(--color-primary);
}
.necessary_modal .necessary_btn {
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.necessary_modal .necessary_btn .iconfont {
  font-size: 20px;
  margin-right: 4px;
}
.necessary_modal .el-dialog {
  margin-top: 30vh !important;
  width: 420px;
}
.necessary_modal .el-dialog .el-dialog__header {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.necessary_modal .el-dialog .el-dialog__header .iconfont {
  color: var(--color-primary);
  font-size: 22px;
  margin-right: 8px;
}
.necessary_modal .el-dialog .el-dialog__body {
  padding: 40px 80px;
}
.necessary_modal .el-dialog .el-dialog__body .necessary_info div {
  margin-top: 20px;
}
.necessary_modal .el-dialog .el-dialog__body .necessary_info div:first-child {
  margin-bottom: 30px;
}
.necessary_modal .el-dialog .el-dialog__body .necessary_info div span {
  color: #000;
  font-weight: 600;
}
.necessary_tag .necessary {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 2px 6px;
  line-height: 1;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.necessary_tag .necessary.must {
  background-color: var(--color-primary-11);
  color: var(--color-primary);
}
.my_note_panel {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
}
.my_note_panel .panel_left {
  width: 360px;
  height: 100%;
  overflow-y: auto;
  background: #f7f8fa;
  border-radius: 6px;
  margin-right: 30px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
.my_note_panel .panel_left .left_header {
  display: flex;
  align-items: end;
  font-weight: 600;
}
.my_note_panel .panel_left .left_header span:first-child {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
  font-size: 16px;
}
.my_note_panel .panel_left .el-tree {
  flex: 1;
  height: 0;
  overflow-y: auto;
  background-color: transparent;
  margin-top: 20px;
  margin-right: -20px;
  padding-right: 20px;
}
.my_note_panel .panel_left .el-tree::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.my_note_panel .panel_left .el-tree::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.my_note_panel .panel_left .el-tree .note_tree_node {
  display: flex;
  width: 100%;
  color: #2e2e2e;
  margin-bottom: 4px;
}
.my_note_panel .panel_left .el-tree .note_tree_node.parent {
  font-size: 14px;
  font-weight: 600;
}
.my_note_panel .panel_left .el-tree .note_tree_node .tags_wrap {
  margin-left: 10px;
}
.my_note_panel .panel_left .el-tree .note_tree_node .tags_wrap .tag {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 10px;
  border-radius: 3px;
}
.my_note_panel .panel_left .el-tree .note_tree_node .tags_wrap .tag.important {
  background-color: #ffa241;
}
.my_note_panel .panel_left .el-tree .note_tree_node .tags_wrap .tag.difficult {
  background-color: #ff7541;
}
.my_note_panel .panel_left .el-tree .el-tree-node__expand-icon {
  color: #999;
}
.my_note_panel .panel_left .el-tree .el-tree-node__expand-icon:before {
  font-size: 18px;
}
.my_note_panel .panel_left .el-tree .el-tree-node__expand-icon.is-leaf {
  width: 12px;
  opacity: 0;
}
.my_note_panel .panel_left .el-tree .el-tree-node__children {
  margin-top: 6px;
}
.my_note_panel .panel_right {
  flex: 1;
  width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.my_note_panel .panel_right .right_header {
  display: flex;
  align-items: center;
}
.my_note_panel .panel_right .right_header .el-input {
  max-width: 480px;
  height: 36px;
}
.my_note_panel .panel_right .right_header .el-input input {
  border-radius: 99px;
  height: 100%;
}
.my_note_panel .panel_right .right_header .el-input .el-input__icon {
  line-height: 36px;
}
.my_note_panel .panel_right .right_header .header_right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.my_note_panel .panel_right .right_header .header_right .el-checkbox {
  margin-right: 20px;
}
.my_note_panel .panel_right .right_content {
  margin-top: 20px;
  flex: 1;
  height: 0;
  overflow-y: auto;
  margin-right: -20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.my_note_panel .panel_right .right_content::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.my_note_panel .panel_right .right_content::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.my_note_panel .panel_right .right_content .chapter_title {
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #2e2e2e;
}
.my_note_panel .panel_right .right_content .section_title {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #2e2e2e;
  margin-top: 10px;
}
.my_note_content {
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.my_note_content .note_header {
  margin-bottom: 20px;
  display: flex;
}
.my_note_content .note_header .header_left {
  flex: 1;
  width: 0;
  display: flex;
}
.my_note_content .note_header .header_left .courseware_name {
  font-size: 16px;
  font-weight: 600;
  color: #2e2e2e;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my_note_content .note_header .header_left a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid var(--color-primary);
  border-radius: 99px;
  line-height: 22px;
  color: var(--color-primary);
  white-space: nowrap;
}
.my_note_content .note_header .header_right {
  margin-left: auto;
  white-space: nowrap;
}
.my_note_content .note_header .header_right a {
  margin-left: 20px;
  color: var(--color-primary);
}
.my_note_content .note_header .header_right a.del_btn {
  color: #fd7676;
}
.my_note_content .note_header .header_right .el-checkbox {
  display: flex;
  align-items: center;
}
.micro_major_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  padding: 0 30px;
  z-index: 999;
  color: #2A2A2A;
}
.micro_major_header .title {
  font-weight: bold;
  font-size: 24px;
  color: #2A2A2A;
}
.micro_major_header .right_view {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.micro_major_header .right_view > * {
  margin-left: 30px;
}
.micro_major_header .right_view .iconfont {
  margin-top: -2px;
}
.voice_translate {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.voice_translate .setting_panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voice_translate .voice_list {
  flex: 1;
  height: 0;
  overflow-y: auto;
  color: #000;
  line-height: 2;
  margin: 1rem 0;
  box-sizing: border-box;
}
.voice_translate .voice_list::-webkit-scrollbar {
  width: 6px;
}
.voice_translate .voice_list::-webkit-scrollbar-thumb {
  background-color: #5f657c;
  border-radius: 99px;
}
.voice_translate .voice_list .voice_item {
  margin-bottom: 1.2rem;
}
.disclaimer_modal .disclaimer_content {
  max-height: 50vh;
  overflow-y: auto;
  color: #000;
  line-height: 2;
}
.disclaimer_modal .disclaimer_content::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.disclaimer_modal .disclaimer_content::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.disclaimer_modal .read_btn {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  background-color: var(--color-primary-11);
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 4px;
  color: #000;
}
@media screen and (max-width: 768px) {
  :root {
    --header-height-1: 50px;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  html .el-select-dropdown.el-popper,
  body .el-select-dropdown.el-popper {
    max-width: 90%;
  }
  html .el-select-dropdown.el-popper .el-scrollbar .el-select-dropdown__wrap .el-select-dropdown__list > .el-select-dropdown__item,
  body .el-select-dropdown.el-popper .el-scrollbar .el-select-dropdown__wrap .el-select-dropdown__list > .el-select-dropdown__item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .pc_show {
    display: none !important;
  }
  .mobile_show {
    display: inherit !important;
  }
  .search_history_box .el-autocomplete-suggestion__wrap {
    margin-right: unset !important;
    margin-bottom: unset !important;
  }
  .search_history_box.el-autocomplete-suggestion .search_hot_item .list,
  .search_history_box.el-autocomplete-suggestion .search_history_item .list {
    display: flex;
    flex-wrap: wrap;
  }
  .course_card {
    height: 200px !important;
  }
  .course_card .cover_box {
    height: 95px !important;
  }
  .course_card .cover {
    height: 95px !important;
    object-fit: fill;
  }
  .course_card .certification {
    width: 100px !important;
    height: 20px !important;
    top: 60px !important;
  }
  .course_card .certification .circle {
    font-size: 12px !important;
    width: 25px !important;
    height: 25px !important;
    line-height: unset !important;
  }
  .course_card .certification .name {
    font-size: 12px !important;
  }
  .course_card .teacher .time {
    display: none !important;
  }
  .mobile_navigation_menu .tab_active {
    color: var(--color-primary);
  }
  .container {
    padding: 0 14px;
  }
  #app {
    height: 100%;
    min-height: 100% !important;
    overflow-y: auto;
    max-width: 768px !important;
    min-width: 200px !important;
  }
  #app .top_wrap {
    max-width: 768px;
    min-width: 200px;
    min-height: 225px !important;
  }
  #app .top_wrap .right {
    display: none;
  }
  #app .tabs_view {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
  }
  #app .tabs_view .view_centet {
    width: 100%;
    min-width: 200px;
    padding: 0 10px !important;
  }
  #app .tabs_view .view_centet .left_view {
    padding-right: 10px;
  }
  #app .tabs_view .view_centet .left_view .nav_view {
    max-width: 100%;
  }
  #app .tabs_view .view_centet .left_view .logo_box {
    width: 100%;
  }
  #app .tabs_view .view_centet .left_view .logo_img {
    height: 30px !important;
  }
  #app .tabs_view .view_centet .left_view .web_name {
    font-size: 16px;
    flex: 1;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app .tabs_view .view_centet .menu_view {
    display: none;
  }
  #app .tabs_view .view_centet .right_view {
    flex: 1;
    width: auto;
    min-width: 60px;
  }
  #app .tabs_view .view_centet .right_view .search_box {
    display: none;
  }
  #app .tabs_view .view_centet .right_view .search_box_mobile {
    display: flex !important;
    margin: 12px;
    flex: 1;
    justify-content: flex-end;
  }
  #app .tabs_view .view_centet .right_view .search_box_mobile .el-input {
    flex: 1;
    width: 100%;
    height: 32px !important;
    line-height: 32px !important;
  }
  #app .tabs_view .view_centet .right_view .search_box_mobile .el-input > input {
    padding-right: 30px;
  }
  #app .tabs_view .view_centet .right_view .search_box_mobile .el-input .el-input__suffix {
    transform: translateX(-12px) translateY(0) !important;
  }
  #app .tabs_view .view_centet .right_view .search_box_mobile .el-input .el-input-group__append {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  #app .tabs_view .view_centet .right_view .search_box_mobile .el-input .el-input-group__append > button {
    padding: 0 !important;
  }
  #app .tabs_view .view_centet .right_view .search_box_mobile .el-input {
    border-color: transparent;
  }
  #app .tabs_view .view_centet .right_view .search_box_mobile .el-input input {
    padding: 0;
    width: 30px;
    opacity: 0;
  }
  #app .tabs_view .view_centet .right_view .search_box_mobile .el-input .el-input-group__append {
    pointer-events: none;
  }
  #app .tabs_view .view_centet .right_view .search_box_mobile .el-input .el-icon-search {
    font-size: 20px;
    transition: 0.3s;
  }
  #app .tabs_view .view_centet .right_view .search_box_mobile .el-autocomplete[aria-expanded="true"],
  #app .tabs_view .view_centet .right_view .search_box_mobile.focus .el-autocomplete {
    width: 100%;
  }
  #app .tabs_view .view_centet .right_view .search_box_mobile .el-autocomplete[aria-expanded="true"] .el-input,
  #app .tabs_view .view_centet .right_view .search_box_mobile.focus .el-autocomplete .el-input {
    border-color: #dcdcdc;
  }
  #app .tabs_view .view_centet .right_view .search_box_mobile .el-autocomplete[aria-expanded="true"] .el-input input,
  #app .tabs_view .view_centet .right_view .search_box_mobile.focus .el-autocomplete .el-input input {
    padding-left: 15px;
    padding-right: 30px;
    opacity: 1;
    width: 100%;
  }
  #app .tabs_view .view_centet .right_view .search_box_mobile .el-autocomplete[aria-expanded="true"] .el-input .el-icon-search,
  #app .tabs_view .view_centet .right_view .search_box_mobile.focus .el-autocomplete .el-input .el-icon-search {
    font-size: 14px;
  }
  #app .tabs_view .view_centet .right_view .workbench,
  #app .tabs_view .view_centet .right_view .el-badge,
  #app .tabs_view .view_centet .right_view .my_study {
    display: none;
  }
  #app .tabs_view .view_centet .right_view .el-dropdown .login_name_span {
    display: none;
  }
  #app .tabs_view .view_centet .right_view .el-dropdown .el-avatar {
    width: 40px!important;
    height: 40px!important;
    line-height: 40px!important;
  }
  #app .tabs_view .view_centet .right_view > a {
    margin-left: 0 !important;
  }
  #app .tabs_view.tabs_view_2 {
    height: 120px;
  }
  #app .tabs_view.tabs_view_2.active + #main {
    padding-top: 120px;
  }
  #app .tabs_view.tabs_view_2 + #main {
    padding-top: 60px;
  }
  #app .tabs_view.tabs_view_2 .head_top_box {
    height: var(--nav-bar-height-2);
  }
  #app .tabs_view.tabs_view_2 .head_top_box .head_top {
    height: 100%;
    line-height: unset;
  }
  #app .tabs_view.tabs_view_2 .head_top_box .head_top .logo_img {
    height: 30px;
  }
  #app .tabs_view.tabs_view_2 .head_top_box .head_top .web_name {
    font-size: 18px;
    margin-left: 6px;
  }
  #app .tabs_view.tabs_view_2 .head_top_box .search_box {
    flex: 1;
    width: 0;
    margin-left: 40px;
    margin-right: 14px;
  }
  #app .tabs_view.tabs_view_2 .head_top_box .search_box .el-input {
    width: 100%;
  }
  #app .tabs_view.tabs_view_2 .right_view {
    flex: unset;
  }
  #app .tabs_view.tabs_view_2 .view_centet {
    display: flex;
  }
  #app .tabs_view.tabs_view_2 .view_centet .menu_view {
    display: block;
    flex: 1;
    width: 0;
    overflow-x: auto;
    margin-right: 40px;
  }
  #app .tabs_view.tabs_view_2 .view_centet .menu_view a {
    margin-right: 20px;
  }
  #app .container.main {
    max-width: 768px;
    min-width: 200px;
  }
  #app .container.main .course_block .el-row .el-col.el-col-408 {
    width: 50% !important;
  }
  #app .container.main .course_block .el-row .el-col.el-col-408 .course_card_feature {
    height: 165px !important;
  }
  #app .container.main .course_block .el-row .el-col.el-col-6,
  #app .container.main .course_block .el-row .el-col.el-col-8 {
    width: 100% !important;
  }
  #app .container.main .five_subject_wrap .el-col.el-col-408 {
    width: 50% !important;
  }
  #app #main.container {
    max-width: 768px;
    min-width: 200px;
    overflow: unset;
    margin-bottom: 20px !important;
  }
  #app #main.container .search_panel {
    display: none;
  }
  #app #main.container .search_panel_mobile {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: center;
  }
  #app #main.container .search_panel_mobile input::placeholder {
    color: #606266;
  }
  #app #main.container .search_panel_mobile .el-select {
    min-width: 85px;
    margin-right: 10px;
  }
  #app #main.container .search_panel_mobile .el-select input {
    border: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #app #main.container .search_panel_mobile .el-select .el-input__suffix .el-input__suffix-inner > i::before {
    position: absolute;
    right: 20px;
  }
  #app #main.container .search_panel_mobile .el-select .el-input__suffix .el-input__suffix-inner > i.is-reverse::before {
    right: -10px;
  }
  #app #main.container .search_panel_mobile .el-cascader {
    min-width: 85px;
    margin-right: 10px;
  }
  #app #main.container .search_panel_mobile .el-cascader input {
    border: 0;
    padding: 0;
  }
  #app #main.container .search_panel_mobile .el-cascader .el-input__suffix {
    right: -5px;
  }
  #app #main.container .live_ .el-select {
    margin-right: 10px;
  }
  #app #main.container .live_ .el-select input {
    border: 0;
    padding: 0;
  }
  #app #main.container .live_ .el-cascader {
    flex: 1;
    margin-right: 10px;
  }
  #app #main.container .live_ .el-cascader input {
    border: 0;
    padding: 0;
  }
  #app #main.container .hot_tag_label {
    font-size: 15px;
    margin: 10px 0 10px 0;
  }
  #app #main.container .sort_wrap_container .hot_tag {
    flex: none;
    width: 100%;
    overflow: auto;
  }
  #app #main.container .sort_wrap_container .sort_wrap {
    margin-top: 10px;
  }
  #app #main.container .sort_wrap_container .sort_wrap .sort_item {
    height: 25px;
    line-height: 25px;
    padding: 0 7px;
  }
  #app #main.container .sort_wrap_container .sort_wrap .sort_item + .sort_item {
    margin-left: 0px;
  }
  #app #main.container .sort_wrap_container .sort_wrap .search_btn_div {
    display: inline-block !important;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
  }
  #app #main.container .course_list .el-col-408,
  #app #main.container .course_block_body .el-col-408 {
    width: 50% !important;
  }
  #app #main.container .course_list .el-col-408 .course_item,
  #app #main.container .course_block_body .el-col-408 .course_item {
    height: 200px !important;
  }
  #app #main.container .course_list .el-col-408 .course_card,
  #app #main.container .course_block_body .el-col-408 .course_card {
    height: 200px !important;
  }
  #app #main.container .course_list .el-col-408 .course_card img.cover,
  #app #main.container .course_block_body .el-col-408 .course_card img.cover {
    object-fit: fill;
    height: 95px !important;
  }
  #app #main.container .course_list .el-col-408 .course_card .certification,
  #app #main.container .course_block_body .el-col-408 .course_card .certification {
    width: 100px !important;
    height: 20px !important;
    top: 60px !important;
  }
  #app #main.container .course_list .el-col-408 .course_card .certification .circle,
  #app #main.container .course_block_body .el-col-408 .course_card .certification .circle {
    font-size: 12px !important;
    width: 25px !important;
    height: 25px !important;
    line-height: unset !important;
  }
  #app #main.container .course_list .el-col-408 .course_card .certification .name,
  #app #main.container .course_block_body .el-col-408 .course_card .certification .name {
    font-size: 12px !important;
  }
  #app #main.container .course_list .el-col-12,
  #app #main.container .course_block_body .el-col-12 {
    width: 100% !important;
  }
  #app #main.container .live_list .el-col-8 {
    width: 100% !important;
  }
  #app #main.container .title_pic {
    margin: 30px auto !important;
  }
  #app #main.container .school_more_box {
    margin-bottom: 15px !important;
  }
  #app #main.container .school_more_box .values {
    margin-right: 0 !important;
  }
  #app #main {
    max-width: 768px;
    min-width: 200px;
    padding-top: 50px;
  }
  #app #main .course_head_box .container {
    max-width: 768px;
    min-width: 200px;
    flex-direction: column;
  }
  #app #main .course_head_box .container .left {
    width: 100% !important;
    height: 100% !important;
  }
  #app #main .course_head_box .container .left > img {
    width: 100%;
    object-fit: contain;
  }
  #app #main .course_head_box .container .right {
    width: 100% !important;
    margin: 10px 0 0 0 !important;
  }
  #app #main .course_head_box .container .right .content_bottom .course_join_num {
    white-space: nowrap;
    margin-left: 10px;
  }
  #app #main .container {
    max-width: 768px;
    min-width: 200px;
    flex-direction: column;
  }
  #app #main .container .content_left {
    margin: 0 !important;
  }
  #app #main .container .content_left .el-tabs {
    display: none;
  }
  #app #main .container .content_left .course_content .row {
    margin-top: 20px !important;
  }
  #app #main .container .content_left .course_content .course_evaluation .course_comment_total .course_comment_left {
    margin-right: 0 !important;
  }
  #app #main .container .content_left .course_content .course_evaluation .course_comment_total .course_comment_right .course_comment_item .progress_container {
    width: unset;
    flex: 1;
  }
  #app #main .container .content_left .course_content .course_evaluation .course_comment_total .course_comment_right .course_comment_item .el-rate .el-rate__icon {
    margin-right: 0px !important;
  }
  #app #main .container .content_left .course_content #course_catalogue .chapter_info_list .el-collapse-item .chapter_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  #app #main .container .content_right {
    width: 100% !important;
  }
  #app #main .container .content_right .right_content {
    margin-bottom: 10px;
  }
  #app #main .container .el-tabs .el-tabs__header .el-tabs__nav-wrap {
    display: flex;
    align-items: center;
  }
  #app #main .container .el-tabs .el-tabs__content .el-col.el-col-408 {
    width: 50% !important;
  }
  #app #main .container .el-tabs .el-tabs__content .el-col-6,
  #app #main .container .el-tabs .el-tabs__content .el-col-8,
  #app #main .container .el-tabs .el-tabs__content .el-col-12 {
    width: 100% !important;
  }
  #app #main .container .el-row .left {
    width: 100vw !important;
  }
  #app #main .container .el-row .left .video_box .vide_title_panel {
    padding: 0 !important;
  }
  #app #main .container .el-row .left .video_box .vide_title_panel .vide_title_panel_left {
    flex: 1;
    margin-right: 20px !important;
  }
  #app #main .container .el-row .left .video_box .vide_title_panel .vide_title_panel_left .name {
    max-width: unset !important;
    margin: 0 !important;
  }
  #app #main .container .el-row .left .video_box .vide_title_panel .vide_title_panel_right {
    white-space: nowrap;
  }
  #app #main .container .el-row .left .video_box .vide_title_panel .vide_title_panel_right .collect_icon {
    margin-right: 0.3rem !important;
  }
  #app #main .container .el-row .left .video_box .video-wrap {
    height: 0 !important;
  }
  #app #main .container .el-row .right {
    display: none;
  }
  #app #main .container .course_info_container {
    display: none;
  }
  #app #main .container .micro_detail_mobile {
    display: block !important;
  }
  #app #main .container .micro_detail_mobile .el-tabs__content .course_info .info_list {
    flex-direction: column;
    white-space: nowrap;
    align-items: flex-start;
  }
  #app #main .container .micro_detail_mobile .el-tabs__content .course_info .info_list .col {
    max-width: 100% !important;
    margin-bottom: 10px;
  }
  #app #main .container .micro_detail_mobile .el-tabs__content .file_group {
    flex-direction: column;
  }
  #app #main .container .micro_detail_mobile .el-tabs__content .file_group .file_item {
    width: 100% !important;
  }
  #app .foot_view {
    max-width: 768px;
    min-width: 200px;
    padding-bottom: 54px;
  }
  #app .foot_view .container {
    max-width: 768px;
    min-width: 200px;
    padding: 20px 20px 30px 20px;
  }
  #app .foot_view .container .row {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-start;
  }
  #app .foot_view .container .row > .row {
    flex-direction: row;
    margin-bottom: 10px;
    align-items: center;
  }
  #app .foot_view .container .row .bottom-nav .fadeInUp {
    margin-top: 5px;
  }
  #app .foot_view .container .web_name {
    margin: 0;
    font-size: 16px;
    margin-left: 10px;
  }
  #app .foot_view .container hr {
    margin: 20px 0;
  }
  #app .foot_view .container .logo {
    height: 44px;
  }
  #app .foot_view .container .copy_right {
    justify-content: flex-start;
  }
  #app .mobile_navigation {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    align-items: center;
    justify-content: space-evenly;
    z-index: 99999;
  }
  #app .mobile_navigation > a {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #app .mobile_navigation > a > svg {
    font-size: 23px;
    margin: 5px 0;
  }
  #app .mobile_navigation > a > span {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #app .mobile_navigation > a .el-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000000;
  }
  #app .mobile_navigation > a .el-dropdown > svg {
    font-size: 23px;
    margin: 5px 0;
  }
  #app .mobile_navigation > a .el-dropdown > span {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #app .mobile_navigation > a.tab_active {
    color: var(--color-primary);
  }
  #app .el-dialog {
    width: 100%;
  }
  .offline_list_modal {
    max-width: 95%;
  }
  .navigation_mobile_workspace {
    display: list-item;
  }
  .multi_view_player_container .tool_bar {
    font-size: 12px;
  }
  .multi_view_player_container .tool_bar > span,
  .multi_view_player_container .tool_bar > div {
    white-space: nowrap;
    margin-right: 6px;
  }
  .multi_view_player_container .tool_bar div.sound_source {
    margin-right: 10px !important;
  }
  .multi_view_player_container .tool_bar .speed > span {
    width: 36px !important;
  }
  .multi_view_player_container .tool_bar .drag_bar {
    width: 30px !important;
  }
  .multi_view_player_container .tool_bar .text_track {
    margin-right: 10px !important;
  }
  .multi_view_player_container .tool_bar svg {
    width: 20px !important;
  }
  .video_question_modal {
    width: calc(100% - 20px) !important;
    margin-left: 10px;
  }
  .collect_and_like .bar_btn:hover {
    color: unset;
  }
  .collect_and_like .bar_btn:hover .iconfont {
    color: unset !important;
  }
  .collect_and_like .bar_btn.active {
    color: var(--color-primary);
  }
  .collect_and_like .bar_btn.active .iconfont {
    color: var(--color-primary) !important;
  }
  .sensitive_word_modal {
    width: 90% !important;
  }
  .search_history_box.el-popper {
    width: 100% !important;
    left: 0 !important;
  }
  .course_note_panel .my_note_panel {
    flex-direction: column-reverse;
    box-sizing: border-box;
  }
  .course_note_panel .my_note_panel .panel_left {
    width: 100%;
  }
  .course_note_panel .my_note_panel .panel_right {
    width: 100%;
  }
  .necessary_modal .el-dialog {
    width: calc(100% - 56px) !important;
    margin-left: 51px;
  }
  .my_note_panel .my_note_content .note_header {
    display: block;
  }
  .my_note_panel .my_note_content .note_header .header_left {
    width: 100%;
  }
  .my_note_panel .my_note_content .note_header .header_left a {
    margin-left: auto;
  }
  .my_note_panel .my_note_content .note_header .header_right {
    text-align: right;
    margin-top: 10px;
  }
  .my_note_panel .panel_left {
    display: none;
  }
  .foot_view .footer_container {
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .foot_view .footer_container .footer_content {
    width: 100%;
    padding-left: 0;
    border-left: unset;
    font-size: 12px;
    margin-top: 10px;
  }
  .foot_view .footer_container .footer_content .info_wrap .info_item {
    margin-right: 20px;
    margin-left: 0 !important;
  }
}
.message-popover {
  padding: 12px 0;
}
.message-popover .message-box {
  max-height: 400px;
  overflow: auto;
  padding: 0 16px;
}
.folder_tree {
  height: 400px;
  overflow-y: auto;
}
.folder_tree.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background-color: var(--color-primary);
  color: #fff;
}
.folder_tree .el-tree-node__content .el-icon-folder,
.folder_tree .el-tree-node__content .el-icon-folder-opened {
  margin-right: 4px;
}
.folder_tree .el-tree-node__content .el-icon-folder {
  display: inline-block;
}
.folder_tree .el-tree-node__content .el-icon-folder-opened {
  display: none;
}
.folder_tree .is-expanded > .el-tree-node__content .el-icon-folder {
  display: none;
}
.folder_tree .is-expanded > .el-tree-node__content .el-icon-folder-opened {
  display: inline-block;
}
.public_courseqa_modal .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 4;
}
.public_courseqa_modal .el-dialog__body .el-radio {
  margin-bottom: 20px;
}
.public_courseqa_modal .el-dialog__footer {
  padding-bottom: 10px;
}
#shTech_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#shTech_bg .content_bg {
  margin-top: -5px;
}
.xgplayer .xg-text-track {
  bottom: 50px !important;
  font-size: 18px !important;
}
.xgplayer .xg-text-track xg-text-track-inner {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
.xgplayer.xgplayer-inactive .xg-text-track {
  bottom: 0 !important;
}
.knowledge_course_card {
  width: 100%;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background-color: #000000;
  margin-bottom: 25px;
}
.knowledge_course_card .cover_box {
  position: relative;
}
.knowledge_course_card .cover_box .tool_bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 30px;
  color: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.knowledge_course_card .cover_box .tool_bar .like {
  display: flex;
  align-items: center;
}
.knowledge_course_card .cover_box .tool_bar .like .iconfont {
  margin-right: 6px;
  margin-top: -2px;
}
.knowledge_course_card .cover_box .tag {
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 14px;
}
.knowledge_course_card .cover_box .tag .iconfont {
  margin-top: -2px;
  font-size: 12px;
}
.knowledge_course_card .cover_box img {
  width: 100%;
  height: 100%;
}
.knowledge_course_card .content_box {
  height: 87px;
  background-color: #26273a;
  color: #fff;
  padding: 0 18px;
}
.knowledge_course_card .content_box .name,
.knowledge_course_card .content_box .desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1;
}
.knowledge_course_card .content_box .name {
  padding-top: 21px;
  font-size: 18px;
  color: #dee7f8;
}
.knowledge_course_card .content_box .desc {
  padding-top: 14px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.knowledge_course_card.teacher .cover_box {
  height: 172px;
  display: flex;
  position: relative;
  justify-content: center;
}
.knowledge_course_card.teacher .cover_box .cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.knowledge_course_card.teacher .cover_box .cover img {
  width: 95px;
  height: 95px;
  border-radius: 99px;
}
.knowledge_course_card.teacher .cover_box .cover .add_btn {
  width: 42px;
  height: 42px;
  background: linear-gradient(180deg, #0eaef6 0%, #04dbe4 100%);
  box-shadow: 0px 6px 8px 0px rgba(4, 219, 228, 0.23);
  color: #fff;
  font-size: 20px;
  margin-top: -21px;
  border-radius: 99px;
  text-align: center;
  line-height: 42px;
}
.knowledge_course_card.teacher .cover_box .tag {
  background: linear-gradient(270deg, #a57dff 0%, #9952ff 100%);
}
.knowledge_course_card.live .cover_box {
  height: 214px;
}
.knowledge_course_card.live .cover_box .tag {
  background: linear-gradient(270deg, #fe8a81 0%, #fd5069 100%);
  border-radius: 99px;
}
.knowledge_course_card.course .cover_box {
  height: 214px;
}
.knowledge_course_card.course .cover_box .tag {
  background: linear-gradient(270deg, #5dbbff 0%, #358cfc 100%);
}
.knowledge_course_card.knowledge .cover_box {
  height: 214px;
}
.knowledge_course_card.knowledge .cover_box .tag {
  background: linear-gradient(270deg, #01d5c4 0%, #00afc2 100%);
}
#app .course_card_9 {
  background: #FFFFFF;
  border-radius: 10px;
  height: 290px;
  padding: 30px;
  transition: transform 0.3s ease;
  cursor: pointer;
  margin-bottom: 20px;
}
#app .course_card_9:hover {
  transform: translateY(-5px);
}
#app .course_card_9 .course_name {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
#app .course_card_9 .course_name .left a:hover {
  color: var(--color-primary);
}
#app .course_card_9 .course_name .left .title {
  font-size: 18px;
  font-weight: 600;
  color: #4a4f64;
}
#app .course_card_9 .course_name .left .live_status {
  padding: 2px 6px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  background-color: #edfbee;
  color: #7fd37b;
  border-radius: 99px;
  height: 22px;
  line-height: 22px;
}
#app .course_card_9 .course_name .left .live_status .iconfont {
  color: #7fd37b;
  margin-right: 2px;
}
#app .course_card_9 .course_name .left .live_status img {
  height: 12px;
  margin-right: 4px;
}
#app .course_card_9 .course_name .collect_num {
  display: flex;
  align-items: center;
  margin-left: auto;
}
#app .course_card_9 .course_name .collect_num > span {
  white-space: nowrap;
}
#app .course_card_9 .course_name .collect_num .collect_btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
#app .course_card_9 .course_name .collect_num .collect_btn.active .collect {
  display: none;
}
#app .course_card_9 .course_name .collect_num .collect_btn.active .cancel {
  display: block;
}
#app .course_card_9 .course_name .collect_num .collect_btn.active .iconfont {
  color: #ffc03c;
}
#app .course_card_9 .course_name .collect_num .collect_btn:hover .iconfont {
  color: #ffc03c;
}
#app .course_card_9 .course_name .collect_num .collect_btn .cancel {
  display: none;
}
#app .course_card_9 .item_content {
  margin-top: 16px;
  padding: 20px;
  background: linear-gradient(135deg, #EEFAFC 0%, #DFE9FF 100%);
  border-radius: 6px;
  height: 192px;
}
#app .course_card_9 .item_content .el-row .item {
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.8);
  height: 44px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
#app .course_card_9 .item_content .el-row .item svg {
  margin-right: 10px;
}
#app .course_card_9 .item_content .el-row .item.no_hover {
  color: #363636;
}
#app .course_card_9 .item_content .el-row .item a,
#app .course_card_9 .item_content .el-row .item span {
  font-size: 16px;
  color: #363636;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app .course_card_9 .item_content .el-row .item a:hover {
  color: var(--color-primary);
}
#app .course_card_9 .item_content .el-row .item a:hover span {
  color: var(--color-primary);
}
.common_hover {
  transition: transform 0.3s ease;
}
.common_hover:hover {
  transform: translateY(-5px);
}
.text_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.resoucer_center_search_all_content {
  width: 100%;
  height: 100%;
  position: relative;
}
.resoucer_center_search_all_content .backtop {
  position: fixed;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #236AFD;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 999;
  bottom: 24px;
  right: 24px;
}
.resoucer_center_search_all_content .filter_btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.resoucer_center_search_all_content .filter_btns .filter_btn {
  padding: 6px 17px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 17px;
  border: 1px solid #E4E4E4;
  cursor: pointer;
  font-size: 14px;
  color: #363636;
  display: flex;
  align-items: center;
}
.resoucer_center_search_all_content .filter_btns .filter_btn.active {
  background: var(--color-primary);
  color: #FFFFFF;
}
.resoucer_center_search_all_content .filter_btns .filter_btn:hover {
  background: var(--color-primary);
  color: #FFFFFF;
}
.resoucer_center_search_all_content .filter_btns .filter_btn .el-icon-loading {
  margin-left: 4px;
}
.resoucer_center_search_all_content .common_card {
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
}
.resoucer_center_search_all_content .common_card .common_title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
}
.resoucer_center_search_all_content .common_card .common_title .common_title_line {
  display: block;
  width: 4px;
  height: 18px;
  background: linear-gradient(180deg, rgba(56, 137, 228, 0) 0%, #1A51C5 100%);
  margin-right: 10px;
}
.resoucer_center_search_all_content .common_card .second_content {
  padding: 20px;
  padding-top: 0;
}
.resoucer_center_search_all_content .common_card .second_content .el-tabs .el-tabs__header .el-tabs__active-bar {
  background-color: var(--color-primary);
  border-radius: 2px;
}
.resoucer_center_search_all_content .common_card .second_content .el-tabs .el-tabs__header .el-tabs__item {
  color: rgba(0, 0, 0, 0.85);
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
}
.resoucer_center_search_all_content .common_card .second_content .el-tabs .el-tabs__header .el-tabs__item.is-active {
  color: var(--color-primary);
}
.resoucer_center_search_all_content .common_card .tip_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
.resoucer_center_search_all_content .common_card .tip_wrapper:hover {
  transform: scale(1.05);
}
.resoucer_center_search_all_content .common_card .tip_wrapper .common_show_more_tip {
  margin-top: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-primary);
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 2px 8px 2px rgba(129, 129, 129, 0.08);
  border-radius: 99px;
  padding: 7px 40px;
}
.resoucer_center_search_all_content .course_map_card {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.resoucer_center_search_all_content .course_map_card .map_item {
  display: block;
  width: calc((100% - 80px)/5);
  overflow: hidden;
  height: 210px;
  background: linear-gradient(135deg, #F4FBFC 0%, #F3F7FF 99%);
  border-radius: 6px;
  padding: 10px 8px;
  color: #4a4f65;
  transition: transform 0.3s ease;
}
.resoucer_center_search_all_content .course_map_card .map_item:hover {
  transform: translateY(-5px);
}
.resoucer_center_search_all_content .course_map_card .map_item .cover {
  height: 138px;
  border: 2px solid #FFFFFF;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 5px;
  width: 100%;
  border-radius: 6px;
}
.resoucer_center_search_all_content .course_map_card .map_item .name {
  margin-bottom: 4px;
  font-size: 16px;
}
.resoucer_center_search_all_content .course_map_card .map_item .teacher,
.resoucer_center_search_all_content .course_map_card .map_item .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resoucer_center_search_all_content .course_map_card .map_item .teacher .match_key,
.resoucer_center_search_all_content .course_map_card .map_item .name .match_key {
  color: #236AFD;
}
.resoucer_center_search_all_content .media_resource_card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.resoucer_center_search_all_content .media_resource_card .media_item {
  display: block;
  width: calc((100% - 80px)/5);
  border-radius: 6px;
  transition: transform 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  color: #4a4f65;
}
.resoucer_center_search_all_content .media_resource_card .media_item:hover {
  transform: translateY(-5px);
}
.resoucer_center_search_all_content .media_resource_card .media_item .cover {
  position: relative;
  overflow: hidden;
  height: 140px;
  background: linear-gradient(135deg, #F4FBFC 0%, #F3F7FF 99%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.resoucer_center_search_all_content .media_resource_card .media_item .cover .file_type {
  position: absolute;
  z-index: 9;
  top: 6px;
  left: 6px;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  letter-spacing: 1px;
}
.resoucer_center_search_all_content .media_resource_card .media_item .cover .file_type.file_type_pdf {
  background: #9179EE;
}
.resoucer_center_search_all_content .media_resource_card .media_item .cover .file_type.file_type_pptx {
  background: #F58C72;
}
.resoucer_center_search_all_content .media_resource_card .media_item .cover .file_type.file_type_doc {
  background: #45CD65;
}
.resoucer_center_search_all_content .media_resource_card .media_item .cover .file_type.file_type_mp4 {
  background: #5C84FF;
}
.resoucer_center_search_all_content .media_resource_card .media_item .cover .file_type.file_type_xlsx {
  background: #E9B626;
}
.resoucer_center_search_all_content .media_resource_card .media_item .cover .file_type.file_type_txt {
  background: #449CE5;
}
.resoucer_center_search_all_content .media_resource_card .media_item .cover .file_type.file_type_jpg {
  background: #D969CE;
}
.resoucer_center_search_all_content .media_resource_card .media_item .cover .file_type.file_type_other {
  background: #fa668b;
}
.resoucer_center_search_all_content .media_resource_card .media_item .cover .cover_img {
  position: absolute;
  border-radius: 5px;
}
.resoucer_center_search_all_content .media_resource_card .media_item .name {
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resoucer_center_search_all_content .media_resource_card .media_item .name .match_key {
  color: #236afd;
}
.resoucer_center_search_all_content .media_resource_card .media_item .knowledge_point {
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resoucer_center_search_all_content .media_resource_card .media_item .knowledge_point .match_key {
  color: #236afd;
}
.resoucer_center_search_all_content .teach_resource_card .teach_item {
  height: 72px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid rgba(27, 66, 121, 0.1);
  color: #4a4f65;
}
.resoucer_center_search_all_content .teach_resource_card .teach_item .name {
  font-size: 16px;
  font-weight: 600;
}
.resoucer_center_search_all_content .teach_resource_card .teach_item .name:hover {
  color: var(--color-primary);
}
.resoucer_center_search_all_content .teach_resource_card .teach_item .inline {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.resoucer_center_search_all_content .teach_resource_card .teach_item .inline .teacher {
  display: flex;
  align-items: center;
  gap: 10px;
}
.resoucer_center_search_all_content .teach_resource_card .teach_item .inline .teacher img {
  width: 22px;
  height: 22px;
  object-fit: cover;
}
.resoucer_center_search_all_content .teach_resource_card .teach_item .inline .divider {
  margin: 0 20px;
  width: 1px;
  height: 14px;
  background: #EDEDED;
}
.resoucer_center_search_all_content .literature_card .literature_item {
  height: 72px;
  cursor: pointer;
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid rgba(27, 66, 121, 0.1);
  color: #4a4f65;
}
.resoucer_center_search_all_content .literature_card .literature_item .title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.resoucer_center_search_all_content .literature_card .literature_item .title .primary {
  font-weight: 600;
  font-size: 16px;
  color: #4a4f65;
  line-height: 28px;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  flex: 23;
}
.resoucer_center_search_all_content .literature_card .literature_item .title .primary:hover {
  color: var(--color-primary);
}
.resoucer_center_search_all_content .literature_card .literature_item .bottom {
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: 14px;
  color: #4a4f65;
  line-height: 20px;
  margin-top: 12px;
}
.resoucer_center_search_all_content .literature_card .literature_item .bottom .line {
  width: 1px;
  height: 16px;
  background: #D8D8D8;
  margin: 0 20px;
}
.resoucer_center_search_all_content .literature_card .literature_item .bottom .date,
.resoucer_center_search_all_content .literature_card .literature_item .bottom .tag {
  white-space: nowrap;
}
.resoucer_center_search_all_content .literature_card .literature_item .bottom .people {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resoucer_center_search_all_content .literature_card .literature_item .bottom .tag {
  background: #F6F6F6;
  border-radius: 4px;
  font-size: 12px;
  color: var(--color-primary);
  line-height: 20px;
  padding: 2px 6px;
  color: #4a4f65;
}
.resoucer_center_search_all_content .knowledge_card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.resoucer_center_search_all_content .knowledge_card .knowledge_item {
  height: 130px;
  background: #FFFFFF;
  box-shadow: 0px 6px 28px 0px rgba(27, 66, 121, 0.13);
  border-radius: 6px;
  width: calc((100% - 60px)/4);
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 16px 20px;
}
.resoucer_center_search_all_content .knowledge_card .knowledge_item:hover {
  transform: translateY(-5px);
}
.resoucer_center_search_all_content .knowledge_card .knowledge_item .top {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.resoucer_center_search_all_content .knowledge_card .knowledge_item .top .left {
  width: 50px;
  height: 50px;
  min-width: 50px;
  overflow: hidden;
  margin-right: 12px;
}
.resoucer_center_search_all_content .knowledge_card .knowledge_item .top .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resoucer_center_search_all_content .knowledge_card .knowledge_item .top .right {
  overflow: hidden;
}
.resoucer_center_search_all_content .knowledge_card .knowledge_item .top .right .title {
  font-weight: 600;
  font-size: 16px;
  color: #4a4f65;
  line-height: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.resoucer_center_search_all_content .knowledge_card .knowledge_item .top .right .tag_0 {
  color: #7F8C9F;
  font-size: 12px;
  height: 22px;
}
.resoucer_center_search_all_content .knowledge_card .knowledge_item .top .right .tag_1 {
  color: #7F8C9F;
  font-size: 12px;
  height: 22px;
}
.resoucer_center_search_all_content .knowledge_card .knowledge_item .spereate_line {
  width: 100%;
  height: 1px;
  background: #EDEDED;
  margin-bottom: 12px;
}
.resoucer_center_search_all_content .knowledge_card .knowledge_item .from_tag {
  height: 28px;
  font-size: 12px;
  color: #7F8C9F;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resoucer_center_search_all_content .knowledge_card .knowledge_item .from_tag span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resoucer_center_search_all_content .custom_live_card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.resoucer_center_search_all_content .custom_live_card .custom_live_item {
  display: block;
  width: calc((100% - 60px)/4);
  height: 180px;
  transition: transform 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
.resoucer_center_search_all_content .custom_live_card .custom_live_item:hover {
  transform: translateY(-5px);
}
.resoucer_center_search_all_content .custom_live_card .custom_live_item .cover_box {
  position: relative;
  overflow: hidden;
  height: 150px;
}
.resoucer_center_search_all_content .custom_live_card .custom_live_item .cover_box .cover_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.resoucer_center_search_all_content .custom_live_card .custom_live_item .cover_box .live_status {
  z-index: 9;
  position: absolute;
  top: 10px;
  right: 2px;
  color: #fff;
  background-color: var(--color-primary);
  padding: 0.3rem 0.4rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.resoucer_center_search_all_content .custom_live_card .custom_live_item .cover_box .live_status.status_green {
  background-color: #71b604;
}
.resoucer_center_search_all_content .custom_live_card .custom_live_item .cover_box .live_status.status_gray {
  background-color: rgba(255, 255, 255, 0.2);
}
.resoucer_center_search_all_content .custom_live_card .custom_live_item .cover_box .live_status img {
  width: auto;
  height: 12px;
  margin-right: 4px;
}
.resoucer_center_search_all_content .custom_live_card .custom_live_item .live_content {
  margin-top: 14px;
}
.resoucer_center_search_all_content .custom_live_card .custom_live_item .live_content .name {
  font-size: 14px;
  color: #1B4279;
}
.resoucer_center_search_all_content .open_course_card .open_course_item {
  height: 72px;
  margin-bottom: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(27, 66, 121, 0.1);
  color: #4a4f65;
}
.resoucer_center_search_all_content .open_course_card .open_course_item .open_course_item_title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.resoucer_center_search_all_content .open_course_card .open_course_item .open_course_item_title .mooc_tag {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  white-space: nowrap;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 80px;
  background: rgba(0, 192, 179, 0.7);
}
.resoucer_center_search_all_content .open_course_card .open_course_item .open_course_item_title .title {
  font-weight: 600;
  font-size: 16px;
  color: #4a4f65;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resoucer_center_search_all_content .open_course_card .open_course_item .open_course_item_title .title:hover {
  color: var(--color-primary);
}
.resoucer_center_search_all_content .open_course_card .open_course_item .open_course_item_info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4a4f65;
  line-height: 20px;
}
.resoucer_center_search_all_content .open_course_card .open_course_item .open_course_item_info .teacher {
  display: flex;
  align-items: center;
  gap: 10px;
}
.resoucer_center_search_all_content .open_course_card .open_course_item .open_course_item_info .teacher img {
  width: 22px;
  height: 22px;
  object-fit: cover;
}
.resoucer_center_search_all_content .tool_card .tool_item {
  height: 72px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid rgba(27, 66, 121, 0.1);
  color: #4a4f65;
}
.resoucer_center_search_all_content .tool_card .tool_item .tool_item_header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.resoucer_center_search_all_content .tool_card .tool_item .tool_item_header .tool_item_title {
  font-weight: 600;
  font-size: 16px;
  color: #4a4f65;
  line-height: 16px;
}
.resoucer_center_search_all_content .tool_card .tool_item .tool_item_header .tool_item_title:hover {
  color: var(--color-primary);
}
.resoucer_center_search_all_content .tool_card .tool_item .tool_item_header .tool_item_tag {
  background: #E6F7FF;
  border-radius: 2px;
  border: 1px solid #91D5FF;
  font-size: 12px;
  color: #1890FF;
  padding: 2px 8px;
  margin-right: 20px;
}
.resoucer_center_search_all_content .tool_card .tool_item .tool_item_bottom {
  font-size: 14px;
  color: #4a4f65;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.resoucer_center_search_all_content .tool_card .tool_item .tool_item_bottom .score {
  white-space: nowrap;
}
.resoucer_center_search_all_content .tool_card .tool_item .tool_item_bottom .date {
  color: #4a4f65;
  white-space: nowrap;
}
.resoucer_center_search_all_content .tool_card .tool_item .tool_item_bottom .divider {
  margin: 0 20px;
  width: 1px;
  height: 14px;
  background: #EDEDED;
}
.resoucer_center_search_all_content .tool_card .tool_item .tool_item_bottom .tool_item_desc {
  font-weight: 400;
  font-size: 14px;
  color: #4a4f65;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common_tag {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  white-space: nowrap;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  min-width: 96px;
  padding: 0 12px;
}
.common_tag.tag_1 {
  background: #D89855;
}
.common_tag.tag_2 {
  background: #709EC3;
}
.common_tag.tag_3 {
  background: #647DB7;
}
.common_tag.tag_4 {
  background: #C68D7B;
}
.common_tag.tag_5 {
  background: #8D73B8;
}
.common_tag.tag_6 {
  background: #6D94DA;
}
.common_tag.tag_7 {
  background: #C68D7B;
}
.common_tag.tag_8 {
  background: #66ABAD;
}
.common_tag.tag_9 {
  background: #6E70CB;
}
.common_tag.tag_10 {
  background: rgba(255, 118, 0, 0.7);
}
.common_tag.tag_11 {
  background: rgba(0, 128, 255, 0.7);
}
.common_tag.tag_12 {
  background: rgba(145, 93, 252, 0.7);
}
.common_tag.tag_13 {
  background: rgba(255, 60, 0, 0.7);
}
.common_tag.tag_14 {
  background: rgba(59, 193, 3, 0.7);
}
.common_tag.tag_15 {
  background: rgba(255, 0, 151, 0.7);
}
.common_tag.tag_16 {
  background: rgba(255, 193, 7, 0.7);
}
.common_tag.tag_17 {
  background: rgba(255, 140, 0, 0.7);
}
.common_tag.tag_18 {
  background: rgba(255, 69, 0, 0.7);
}
.common_tag.tag_19 {
  background: rgba(255, 0, 0, 0.7);
}
.common_tag.tag_20 {
  background: rgba(115, 22, 255, 0.7);
}
.common_tag.tag_21 {
  background: rgba(128, 0, 128, 0.7);
}
.common_tag.tag_22 {
  background: rgba(75, 0, 130, 0.7);
}
.common_tag.tag_23 {
  background: rgba(85, 107, 47, 0.7);
}
.common_tag.tag_24 {
  background: rgba(105, 105, 105, 0.7);
}
.common_tag.tag_25 {
  background: rgba(178, 34, 34, 0.7);
}
.common_tag.tag_26 {
  background: rgba(139, 0, 0, 0.7);
}
.latest_and_hottest_card .latest_and_hottest_title {
  font-weight: 600;
  font-size: 18px;
  color: #1A51C5;
  display: flex;
  align-items: center;
}
.latest_and_hottest_card .latest_and_hottest_title .modify {
  display: block;
  width: 4px;
  height: 18px;
  background: linear-gradient(180deg, rgba(56, 137, 228, 0) 0%, #1A51C5 100%);
  margin-right: 10px;
}
.latest_and_hottest_card .latest_and_hottest_list {
  background: #f6f8fb;
  border-radius: 2px;
  padding: 20px;
  margin-top: 20px;
}
.latest_and_hottest_card .latest_and_hottest_list .latest_and_hottest_item {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  height: 72px;
  border-bottom: 1px solid rgba(27, 66, 121, 0.1);
  margin-bottom: 20px;
}
.latest_and_hottest_card .latest_and_hottest_list .latest_and_hottest_item .left {
  margin-right: 12px;
}
.latest_and_hottest_card .latest_and_hottest_list .latest_and_hottest_item .right {
  overflow: hidden;
}
.latest_and_hottest_card .latest_and_hottest_list .latest_and_hottest_item .right .name {
  font-weight: 600;
  font-size: 16px;
  color: #1B4279;
  line-height: 25px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.latest_and_hottest_card .latest_and_hottest_list .latest_and_hottest_item .right .name:hover {
  color: var(--color-primary);
}
@media screen and (max-width: 1440px) {
  .course_map_card {
    gap: 16px !important;
  }
  .course_map_card .map_item {
    height: 188px !important;
    width: calc((100% - 48px)/4) !important;
  }
  .course_map_card .map_item .cover {
    height: 118px !important;
  }
  .media_resource_card {
    gap: 16px !important;
  }
  .media_resource_card .media_item {
    border-radius: 4px !important;
    width: calc((100% - 48px)/4) !important;
  }
  .media_resource_card .media_item .cover {
    height: 100px !important;
  }
  .custom_live_card .custom_live_item {
    height: 160px !important;
  }
  .custom_live_card .custom_live_item .cover_box,
  .custom_live_card .custom_live_item .cover_img {
    height: 130px !important;
  }
}
#__vconsole {
  position: fixed;
  z-index: 99999;
}
.course_card {
  position: relative;
}
.course_card_tag {
  position: absolute;
  top: 0;
  right: 12px;
  padding: 2px 4px;
  background-color: red;
  border-radius: 0 var(--border-radius-base) 0 var(--border-radius-base);
  font-size: var(--font-size-base);
}
.tag-box {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.tag-box .tag-box-item {
  margin-right: 3px;
}
.blue-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #E2B17C;
  color: #fff;
  padding: 5px 7px;
  /* 内边距可根据实际调整 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  /* 可选：轻微阴影 */
  font-size: 12px;
  display: flex;
  align-items: center;
  z-index: 99;
  text-wrap: wrap;
  max-width: 100%;
  /* 或固定值如 300px */
  /* 强制内容换行 */
  white-space: normal;
  /* 确保内容不会溢出容器 */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* 兼容旧浏览器 */
  border-bottom-right-radius: var(--border-radius-base);
}
.micro_list .course_card_tag {
  position: absolute;
  top: 0;
  right: 12px;
  padding: 2px 4px;
  background-color: red;
  border-radius: 0 var(--border-radius-base) 0 var(--border-radius-base);
  font-size: var(--font-size-base);
}

.theme_0 {
  --header-height-1: 130px;
}
.theme_0 .tabs_view {
  background-color: transparent !important;
  height: 130pxt;
  padding-bottom: 56px;
}
.theme_0 .tabs_view::after {
  content: '';
  width: 100%;
  top: 70px;
  background-color: #eee;
  height: 1px;
  position: absolute;
}
.theme_0 .tabs_view .view_centet {
  max-width: 1400px !important;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.theme_0 .tabs_view .view_centet .left_view .menu_view {
  margin-left: 0;
}
.theme_0 .tabs_view .view_centet .left_view .menu_view > .menu_item {
  line-height: 60px;
}
.theme_0 .tabs_view .view_centet .left_view .menu_view > .menu_item > a {
  padding: 0 41px;
}
.theme_0 .tabs_view .right_view {
  justify-content: flex-end;
}
.theme_0 .tabs_view .right_view .right_tool_icon {
  display: none;
}
.theme_0 .tabs_view .left_view .parent_box {
  width: calc(100% - 80px) !important;
  flex: unset !important;
  position: absolute;
  top: 70px;
}
.theme_0 .tabs_view .left_view .nav_view a:hover {
  color: inherit;
}
.theme_0 .tabs_view .left_view .nav_view .web_name {
  position: relative;
  padding-left: 20px;
}
.theme_0 .tabs_view .left_view .nav_view .web_name::before {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #2A2A2A;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.theme_0 .tabs_view.tabs_view_1 + #main {
  padding-top: 152px;
}

.theme_1 .tabs_view.tabs_view_1 .search_box .el-input-group__append {
  height: 100%;
  background-color: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 99px 0 0 99px;
}
.theme_1 .tabs_view.tabs_view_1 .search_box .el-input__suffix {
  transform: translate(-110px) !important;
}


.theme_13 :root {
  --header-height-1: 68px;
}
.theme_13 .ellipsis_line_1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_13 .ellipsis_line_2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.theme_13 .ellipsis_line_6 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.theme_13 body {
  padding: 0;
  margin: 0;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN-Normal, SourceHanSansCN, PingFangSC-Regular, PingFang SC, MicrosoftYaHei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.85);
  overflow-x: auto;
}
.theme_13 body .el-scrollbar > .el-scrollbar__bar {
  opacity: 1 !important;
}
.theme_13 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.theme_13 a {
  text-decoration: none;
  color: unset;
  cursor: pointer;
}
.theme_13 a:hover {
  color: var(--color-primary);
}
.theme_13 img {
  object-fit: cover;
  border-style: none;
}
.theme_13 svg {
  vertical-align: middle;
}
.theme_13 iframe {
  all: unset;
}
.theme_13 video {
  border: unset;
}
.theme_13 .xgplayer-skin-default xg-enter.xgplayer-enter {
  background-color: unset;
}
.theme_13 .xgplayer-music .drag_bar {
  display: none;
}
.theme_13 .color_primary {
  color: var(--color-primary) !important;
}
.theme_13 .container {
  width: 100%;
  max-width: 1448px;
  min-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  flex: auto;
}
.theme_13 .theme_6 .container {
  max-width: 1624px;
}
@media screen and (max-width: 1680px) {
  .theme_13 .theme_6 .container {
    max-width: 1427px;
  }
}
@media screen and (max-width: 1440px) {
  .theme_13 .theme_6 .container {
    max-width: 1230px;
  }
}
.theme_13 #app {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.theme_13 :root {
  --color-primary: #df4a43;
  --box-shadow-base: 0 2px 8px 2px rgba(129, 129, 129, 0.1);
  --border-radius-base: 6px;
  --background-color-primary: #df4a431a;
  --color-blank: #2e2e2e;
  --color-gray: #868686;
  --nav-bar-height-2: 50px;
  --nav-bar-top-2: 150px;
  --nav-bar-head-2: 100px;
}
.theme_13 .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.theme_13 .el-button:focus,
.theme_13 .el-button:hover {
  background-color: var(--color-background-primary) !important;
  border-color: var(--color-primary) !important;
}
.theme_13 .el-button--primary:focus,
.theme_13 .el-button--primary:hover {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  opacity: 0.9;
}
.theme_13 .el-tabs .el-tabs__nav {
  transition: none;
}
.theme_13 [v-cloak] {
  display: none !important;
  opacity: 0 !important;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.theme_13 body {
  opacity: 1 !important;
}
.theme_13 .tabs_view {
  width: 100%;
  position: fixed;
  top: 0;
  height: 68px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
}
.theme_13 .tabs_view .view_centet {
  max-width: 1400px;
  min-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.theme_13 .tabs_view .view_centet .left_view {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}
.theme_13 .tabs_view .view_centet .left_view .logo_box {
  display: flex;
  align-items: center;
}
.theme_13 .tabs_view .view_centet .left_view .logo_img {
  display: inline-block;
  width: auto;
  height: 35px;
  vertical-align: middle;
}
.theme_13 .tabs_view .view_centet .left_view .web_name {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
  vertical-align: middle;
}
.theme_13 .tabs_view .view_centet .left_view .menu_view {
  width: auto;
  height: 100%;
  margin-left: 72px;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
}
.theme_13 .tabs_view .view_centet .left_view .menu_view > .menu_item {
  line-height: var(--header-height-1);
  cursor: pointer;
  border-bottom: none !important;
  transition: 0;
  box-sizing: border-box;
  position: relative;
  user-select: none;
}
.theme_13 .tabs_view .view_centet .left_view .menu_view > .menu_item > a {
  position: relative;
  display: block;
  padding: 0 20px;
}
.theme_13 .tabs_view .view_centet .left_view .menu_view > .menu_item > a::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 2px;
}
.theme_13 .tabs_view .view_centet .left_view .menu_view > .menu_item > a:hover,
.theme_13 .tabs_view .view_centet .left_view .menu_view > .menu_item > a.tab_active {
  color: var(--color-primary);
}
.theme_13 .tabs_view .view_centet .left_view .menu_view > .menu_item > a:hover::after,
.theme_13 .tabs_view .view_centet .left_view .menu_view > .menu_item > a.tab_active::after {
  background-color: var(--color-primary);
}
.theme_13 .tabs_view .view_centet .left_view .menu_view > .menu_item.parent > a > span {
  position: relative;
  display: inline-block;
  padding-right: 12px;
}
.theme_13 .tabs_view .view_centet .left_view .menu_view > .menu_item.parent > a > span::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #2e2e2e;
  border-left: 1px solid #2e2e2e;
  transform: translateY(-50%) rotate(-135deg);
  margin-top: -2px;
  right: 0;
  top: 50%;
}
.theme_13 .tabs_view .view_centet .left_view .menu_view > .menu_item.parent a:hover > span::before {
  transform: translateY(-50%) rotate(45deg);
  margin-top: 2px;
  border-color: var(--color-primary);
}
.theme_13 .tabs_view .view_centet .left_view .menu_view > .menu_item .nav_menu_list_dorpdown {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 99999999;
  width: auto;
  width: 180px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  font-size: 16px;
}
.theme_13 .tabs_view .view_centet .left_view .menu_view > .menu_item .nav_menu_list_dorpdown .tab_active {
  color: var(--color-primary);
}
.theme_13 .tabs_view .view_centet .left_view .menu_view > .menu_item:hover .nav_menu_list_dorpdown {
  display: block;
}
.theme_13 .tabs_view .view_centet .left_view .menu_view .tab_active {
  color: var(--color-primary);
  font-weight: bold;
}
.theme_13 .tabs_view .view_centet .left_view .menu_view .tab_active::after {
  background-color: var(--color-primary);
}
.theme_13 .tabs_view .view_centet .left_view .child_list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  line-height: 40px;
  width: 180px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  border-radius: 4px;
  padding: 10px 0;
}
.theme_13 .tabs_view .view_centet .left_view .child_list a {
  color: #2e2e2e;
  display: block;
  padding: 0 10px;
}
.theme_13 .tabs_view .view_centet .left_view .child_list a:hover {
  color: var(--color-primary);
}
.theme_13 .tabs_view .view_centet .left_view .menu_item > .child_list {
  display: none;
}
.theme_13 .tabs_view .view_centet .left_view .menu_item:hover > .child_list {
  display: block;
}
.theme_13 .tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item {
  position: relative;
}
.theme_13 .tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item.parent::after {
  content: '';
  position: absolute;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.theme_13 .tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item:hover.parent::after {
  border-color: var(--color-primary);
}
.theme_13 .tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  color: #2e2e2e;
}
.theme_13 .tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item a:hover {
  color: var(--color-primary);
}
.theme_13 .tabs_view .view_centet .left_view .nav_menu_list_dorpdown .child_list {
  left: 100%;
  transform: unset;
  top: 0;
}
.theme_13 .tabs_view .view_centet .right_view {
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 570px;
}
.theme_13 .tabs_view .view_centet .right_view .el-avatar img {
  width: 100%;
}
.theme_13 .tabs_view .view_centet .right_view span {
  vertical-align: middle;
}
.theme_13 .tabs_view .view_centet .right_view a {
  font-size: 14px;
  margin-left: 50px;
  line-height: 60px;
  cursor: pointer;
  vertical-align: middle;
}
.theme_13 .tabs_view .view_centet .right_view a:hover {
  color: var(--color-primary);
}
.theme_13 .tabs_view .view_centet .right_view .el-badge {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.theme_13 .tabs_view.hide {
  display: none;
}
.theme_13 .tabs_view.hide + #main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.theme_13 .tabs_view .view_centet .el-input {
  width: 320px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #dcdcdc;
  margin-top: -2px;
}
.theme_13 .tabs_view .view_centet .el-input input {
  height: 100%;
  border: none;
  background-color: transparent;
}
.theme_13 .tabs_view .view_centet .el-input .el-input-group__append,
.theme_13 .tabs_view .view_centet .el-input .el-input-group__append:hover {
  background-color: transparent;
  border: none;
  outline: none;
}
.theme_13 .tabs_view .view_centet .el-input .el-input-group__append button,
.theme_13 .tabs_view .view_centet .el-input .el-input-group__append:hover button {
  border: none !important;
}
.theme_13 .tabs_view .view_centet .el-input .el-input-group__append {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0;
  width: auto;
  display: block;
}
.theme_13 .tabs_view .view_centet .el-input .el-input-group__append .el-button {
  margin: 0;
}
.theme_13 .tabs_view .view_centet .el-input .el-input__suffix {
  margin-top: -4px;
}
.theme_13 .tabs_view.tabs_view_1 {
  background-color: rgba(255, 255, 255, 0.9);
  height: var(--header-height-1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(14px);
  border-bottom: unset;
  color: #2e2e2e;
  transition: color 0.3s, background-color 0.3s;
}
.theme_13 .tabs_view.tabs_view_1 .nav_view {
  color: #2e2e2e;
  transition: 0.3s;
  flex: 1;
}
.theme_13 .tabs_view.tabs_view_1 + #main {
  padding-top: 68px;
}
.theme_13 .tabs_view.tabs_view_1 .view_centet {
  max-width: 100%;
  min-width: 1248px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.theme_13 .tabs_view.tabs_view_1 .left_view {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 0;
  padding-right: 140px;
}
.theme_13 .tabs_view.tabs_view_1 .left_view .nav_view {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.theme_13 .tabs_view.tabs_view_1 .left_view .nav_view .parent_box {
  display: flex;
  flex: 1;
  width: 0;
}
.theme_13 .tabs_view.tabs_view_1 .right_view {
  text-align: right;
  color: #2e2e2e;
  transition: 0.3s;
  cursor: pointer;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .el-autocomplete {
  display: block;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .search_box.voice {
  width: 420px;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .search_box.voice .mic {
  display: block;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .search_box.voice .el-input {
  width: 420px;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .search_box .mic {
  display: none;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .search_box .el-input {
  width: 100%;
  width: 390px;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .search_box_mobile .el-input input {
  color: #2e2e2e;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .search_box_mobile .el-input .el-input__inner::placeholder {
  color: #2e2e2e;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .search_box_mobile .el-input .el-input-group__append > button {
  color: #2e2e2e;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .workbench {
  margin-left: 0;
  margin-right: 10px;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .my_study {
  margin-left: 10px;
  margin-right: 10px;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .login_icon {
  margin-right: 20px;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .right_tool_icon {
  display: flex;
  text-align: center;
  line-height: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .right_tool_icon .iconfont {
  font-size: 16px;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .right_tool_icon span {
  display: block;
  height: auto;
  line-height: 1;
  font-size: 12px;
  margin-top: 6px;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .icon_lang {
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .icon_lang .iconfont {
  font-size: 18px;
}
.theme_13 .tabs_view.tabs_view_1 .right_view .message-icon .iconfont {
  font-size: 22px;
}
.theme_13 .tabs_view.tabs_view_1 .search_box {
  box-sizing: border-box;
  margin-right: 25px;
  margin-left: auto;
  width: 100%;
}
.theme_13 .tabs_view.tabs_view_1 .search_box .el-input {
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border-color: var(--color-primary);
}
.theme_13 .tabs_view.tabs_view_1 .search_box .el-input-group__append {
  height: 100%;
  background-color: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 99px 0 0 99px;
  padding: 0 17px;
}
.theme_13 .tabs_view.tabs_view_1 .search_box .el-input-group__append .search_icon {
  display: flex;
  height: 100%;
  line-height: 1;
  align-items: center;
}
.theme_13 .tabs_view.tabs_view_1 .search_box .el-input-group__append .search_icon .iconfont {
  margin-right: 8px;
  font-size: 20px;
}
.theme_13 .tabs_view.tabs_view_1 .search_box .el-input-group__append .search_icon span {
  font-size: 16px;
}
.theme_13 .tabs_view.tabs_view_1 .search_box .el-input-group__append .search_icon .inner_btn {
  height: 100%;
  background-color: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 99px 0 0 99px;
  padding: 0 17px;
  display: flex;
  align-items: center;
}
.theme_13 .tabs_view.tabs_view_1 .search_box input::placeholder {
  color: #312d2d;
}
.theme_13 .tabs_view.tabs_view_1 .logo_img {
  height: 40px !important;
}
.theme_13 .tabs_view.tabs_view_1 .el-dropdown-selfdefine {
  display: flex;
  align-items: center;
}
.theme_13 .tabs_view.tabs_view_5 {
  background-color: rgba(255, 255, 255, 0.9);
  height: 68px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(14px);
  border-bottom: unset;
  color: #2e2e2e;
  transition: 0.3s;
  border-bottom: 1px solid rgba(241, 241, 241, 0.3);
}
.theme_13 .tabs_view.tabs_view_5 .nav_view {
  color: #2e2e2e;
  transition: 0.3s;
}
.theme_13 .tabs_view.tabs_view_5 .nav_view .logo_img {
  height: 50px !important;
}
.theme_13 .tabs_view.tabs_view_5 .logo_img {
  display: inline-block;
}
.theme_13 .tabs_view.tabs_view_5 .logo_img.logo_light {
  display: none;
}
.theme_13 .tabs_view.tabs_view_5.active .logo_img {
  display: none;
}
.theme_13 .tabs_view.tabs_view_5.active .logo_img.logo_light {
  display: inline-block;
}
.theme_13 .tabs_view.tabs_view_5.active {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}
.theme_13 .tabs_view.tabs_view_5.active .search_box .el-input {
  border: unset;
}
.theme_13 .tabs_view.tabs_view_5.active .el-dropdown {
  cursor: pointer;
  color: #fff;
}
.theme_13 .tabs_view.tabs_view_5.active .nav_view {
  color: #fff !important;
}
.theme_13 .tabs_view.tabs_view_5.active .right_view {
  color: #fff !important;
}
.theme_13 .tabs_view.tabs_view_5 + #main {
  padding-top: 68px;
}
.theme_13 .tabs_view.tabs_view_5 .view_centet {
  max-width: 100%;
  min-width: 1248px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.theme_13 .tabs_view.tabs_view_5 .left_view {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme_13 .tabs_view.tabs_view_5 .left_view .nav_view {
  display: flex;
  align-items: center;
}
.theme_13 .tabs_view.tabs_view_5 .right_view {
  flex: 1;
  width: 0;
  text-align: right;
  color: #2e2e2e;
  transition: 0.3s;
  cursor: pointer;
}
.theme_13 .tabs_view.tabs_view_5 .right_view .search_box {
  flex: 1;
}
.theme_13 .tabs_view.tabs_view_5 .right_view .search_box .el-input {
  width: 100%;
  max-width: 370px;
}
.theme_13 .tabs_view.tabs_view_5 .right_view .workbench {
  margin-left: 0;
  margin-right: 10px;
}
.theme_13 .tabs_view.tabs_view_5 .search_box {
  float: right;
  box-sizing: border-box;
  margin-right: 20px;
}
.theme_13 .tabs_view.tabs_view_5 .search_box .el-input {
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border-color: var(--color-primary);
}
.theme_13 .tabs_view.tabs_view_5 .search_box .el-input-group__append {
  background-color: var(--color-primary) !important;
  color: #fff !important;
}
.theme_13 .tabs_view.tabs_view_5 .search_box input::placeholder {
  color: #312d2d;
}
.theme_13 .tabs_view.tabs_view_5 .logo_img {
  height: 40px !important;
}
.theme_13 .tabs_view.tabs_view_5 .el-dropdown-selfdefine {
  display: flex;
  align-items: center;
}
.theme_13 .tabs_view.tabs_view_9 {
  background-color: rgba(8, 8, 8, 0.25);
  height: var(--header-height-1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(14px);
  border-bottom: unset;
  color: #fff;
  transition: color 0.3s, background-color 0.3s;
}
.theme_13 .tabs_view.tabs_view_9 .nav_view {
  color: #fff;
  transition: 0.3s;
  flex: 1;
}
.theme_13 .tabs_view.tabs_view_9 + #main {
  padding-top: 68px;
}
.theme_13 .tabs_view.tabs_view_9 .view_centet {
  max-width: 100%;
  min-width: 1248px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.theme_13 .tabs_view.tabs_view_9 .left_view {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 0;
  padding-right: 140px;
}
.theme_13 .tabs_view.tabs_view_9 .left_view .nav_view {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.theme_13 .tabs_view.tabs_view_9 .left_view .nav_view .parent_box {
  display: flex;
  flex: 1;
  width: 0;
}
.theme_13 .tabs_view.tabs_view_9 .left_view .nav_view .parent_box .menu_view .menu_item a.tab_active {
  color: #fff;
}
.theme_13 .tabs_view.tabs_view_9 .left_view .nav_view .parent_box .menu_view .menu_item a.tab_active::after {
  bottom: 0;
  background-color: #fff;
}
.theme_13 .tabs_view.tabs_view_9 .left_view .nav_view .parent_box .menu_view .menu_item a:hover::after {
  bottom: 0;
}
.theme_13 .tabs_view.tabs_view_9 .right_view {
  text-align: right;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .el-autocomplete {
  display: block;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .search_box {
  margin-top: 6px;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .search_box .el-input {
  width: 100%;
  width: 390px;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .search_box .el-input .el-input__inner {
  color: #fff;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .search_box .el-input .el-input__prefix {
  top: -2px;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .search_box .el-input .el-input__prefix .el-input__icon {
  color: #fff;
  font-size: 18px;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .search_box .el-input .el-input__suffix {
  top: 2px;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .search_box .el-input .el-input__suffix .el-input__clear {
  color: #fff;
  font-size: 18px;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .search_box input::placeholder {
  color: #fff;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .search_box_mobile .el-input input {
  color: #fff;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .search_box_mobile .el-input .el-input__inner::placeholder {
  color: #fff;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .search_box_mobile .el-input .el-input-group__append > button {
  color: #fff;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .workbench {
  margin-left: 0;
  margin-right: 10px;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .my_study {
  margin-left: 10px;
  margin-right: 10px;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .login_icon {
  margin-right: 40px;
  background: #236AFD;
  border-radius: 20px;
  padding: 8px 40px;
  line-height: 20px;
  margin-left: 20px;
  letter-spacing: 2px;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .login_icon:hover {
  color: #fff;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .right_tool_icon {
  display: flex;
  text-align: center;
  line-height: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .right_tool_icon .iconfont {
  font-size: 16px;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .right_tool_icon span {
  display: block;
  height: auto;
  line-height: 1;
  font-size: 12px;
  margin-top: 6px;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .icon_lang {
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .icon_lang .iconfont {
  font-size: 18px;
}
.theme_13 .tabs_view.tabs_view_9 .right_view .message-icon .iconfont {
  font-size: 22px;
}
.theme_13 .tabs_view.tabs_view_9 .search_box {
  box-sizing: border-box;
  margin-right: 25px;
  margin-left: auto;
  width: 100%;
}
.theme_13 .tabs_view.tabs_view_9 .search_box .el-input {
  background-color: rgba(255, 255, 255, 0.24);
  overflow: hidden;
  border: none;
}
.theme_13 .tabs_view.tabs_view_9 .search_box .el-input-group__append {
  height: 100%;
  background-color: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 99px 0 0 99px;
  padding: 0 17px;
}
.theme_13 .tabs_view.tabs_view_9 .search_box .el-input-group__append .search_icon {
  display: flex;
  height: 100%;
  line-height: 1;
  align-items: center;
}
.theme_13 .tabs_view.tabs_view_9 .search_box .el-input-group__append .search_icon .iconfont {
  margin-right: 8px;
  font-size: 20px;
}
.theme_13 .tabs_view.tabs_view_9 .search_box .el-input-group__append .search_icon span {
  font-size: 16px;
}
.theme_13 .tabs_view.tabs_view_9 .search_box input::placeholder {
  color: #fff;
}
.theme_13 .tabs_view.tabs_view_9 .logo_img {
  height: 40px !important;
}
.theme_13 .tabs_view.tabs_view_9 .el-dropdown-selfdefine {
  display: flex;
  align-items: center;
}
.theme_13 .right_view_dropdown .el-dropdown-menu__item {
  padding: 0;
}
.theme_13 .right_view_dropdown .el-dropdown-menu__item a {
  display: block;
  padding: 0 20px;
  text-align: center;
}
.theme_13 .right_view_dropdown .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: var(--background-color-primary);
  color: var(--color-primary);
}
.theme_13 .right_view_dropdown .el-dropdown-menu__item.active {
  color: var(--color-primary);
}
.theme_13 .foot_view {
  width: 100%;
  min-width: 1280px;
  color: #8f92a0;
  background-color: #282c3c;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
.theme_13 .foot_view .container {
  flex: unset;
  padding: 60px 0;
}
.theme_13 .foot_view .container .friend_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 20px;
  color: #fff;
}
.theme_13 .foot_view .container .friend_links .item {
  max-width: 280px;
  height: 90px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.theme_13 .foot_view .container .friend_links .item:hover {
  color: #fff;
  transform: translateY(-5px);
}
.theme_13 .foot_view .container .friend_links .item .link_bg {
  width: 280px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  position: absolute;
}
.theme_13 .foot_view .container .friend_links .item .name {
  font-size: 14px;
  position: relative;
  z-index: 9;
  line-height: 18px;
}
.theme_13 .foot_view .container .friend_links .item .line {
  border: 1px solid #f5f7fa40;
  margin-left: 12px;
  width: 1px;
  height: 18px;
}
.theme_13 .foot_view .container .logo {
  height: 40px;
}
.theme_13 .foot_view .container .bottom-nav {
  min-width: 40%;
  color: #fff;
}
.theme_13 .foot_view .container .bottom-nav .iconfont {
  color: #fff !important;
}
.theme_13 .foot_view .container .bottom-nav .row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.theme_13 .foot_view .container .bottom-nav .row > div {
  padding-right: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_13 .foot_view .container .bottom-nav .row > div.phone {
  overflow: unset;
}
.theme_13 .foot_view .container .bottom-nav span {
  width: 100%;
}
.theme_13 .foot_view .container .bottom-nav .hits + .hits {
  margin-top: 5px;
}
.theme_13 .foot_view .container .row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.theme_13 .foot_view .container .web_name {
  margin-left: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  margin-right: 42px;
  white-space: nowrap;
}
.theme_13 .foot_view .container .copy_right {
  display: flex;
  justify-content: center;
  color: #fff;
}
.theme_13 .foot_view .container hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  margin: 30px 0;
}
.theme_13 .foot_view .container svg {
  height: 18px;
  width: 18px;
  color: rgba(255, 255, 255, 0.23);
  margin-top: -2px;
}
.theme_13 .foot_view.foot_view_3 {
  background-color: #444546;
  color: #888989;
  text-align: center;
}
.theme_13 .foot_view.foot_view_3 .container {
  padding: 20px 0;
}
.theme_13 .foot_view.foot_view_3 .container .row {
  text-align: center;
}
.theme_13 .foot_view.foot_view_3 .container .row + .row {
  margin-top: 16px;
}
.theme_13 .foot_view.foot_view_3 .container .footer_title {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}
.theme_13 .foot_view.foot_view_3 .container .bottom-nav {
  color: #fff;
}
.theme_13 .foot_view.foot_view_3 .container .bottom-nav .iconfont {
  color: #fff !important;
}
.theme_13 .foot_view.foot_view_3 .container .bottom-nav a + a {
  margin-left: 16px;
}
.theme_13 .foot_view.foot_view_3 .container .copy_right {
  display: flex;
  justify-content: center;
  color: #fff;
}
.theme_13 .foot_view.foot_view_4 {
  background-color: #444546;
  color: #888989;
  text-align: center;
}
.theme_13 .foot_view.foot_view_4 .container {
  padding: 20px 0;
}
.theme_13 .foot_view.foot_view_4 .container .row {
  text-align: center;
}
.theme_13 .foot_view.foot_view_4 .container .row + .row {
  margin-top: 16px;
}
.theme_13 .foot_view.foot_view_4 .container .footer_title {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}
.theme_13 .foot_view.foot_view_4 .container .bottom-nav {
  color: #fff;
}
.theme_13 .foot_view.foot_view_4 .container .bottom-nav .iconfont {
  color: #fff !important;
}
.theme_13 .foot_view.foot_view_4 .container .bottom-nav a + a {
  margin-left: 16px;
}
.theme_13 .foot_view.foot_view_4 .container .copy_right {
  display: flex;
  justify-content: center;
  color: #fff;
  transform: translateY(-5px);
}
.theme_13 .foot_view.foot_view_4 .container .link_bg {
  width: 280px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  position: absolute;
}
.theme_13 .foot_view.foot_view_4 .container .name {
  font-size: 14px;
  position: relative;
  z-index: 9;
  line-height: 18px;
}
.theme_13 .foot_view.foot_view_4 .container .line {
  border: 1px solid #f5f7fa40;
  margin-left: 12px;
  width: 1px;
  height: 18px;
}
.theme_13 .foot_view .logo {
  height: 40px;
}
.theme_13 .foot_view .bottom-nav {
  min-width: 40%;
}
.theme_13 .foot_view .bottom-nav .row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.theme_13 .foot_view .bottom-nav .row > div {
  padding-right: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_13 .foot_view .bottom-nav .row > div.phone {
  overflow: unset;
}
.theme_13 .foot_view .bottom-nav span {
  width: 100%;
}
.theme_13 .foot_view .bottom-nav .hits + .hits {
  margin-top: 5px;
}
.theme_13 .foot_view .row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.theme_13 .foot_view .web_name {
  margin-left: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  margin-right: 42px;
  white-space: nowrap;
}
.theme_13 .foot_view .copy_right {
  display: flex;
  justify-content: center;
  color: #fff !important;
}
.theme_13 .foot_view hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  margin: 30px 0;
}
.theme_13 .foot_view svg {
  height: 18px;
  width: 18px;
  color: rgba(255, 255, 255, 0.23);
  margin-top: -2px;
}
.theme_13 .course_card,
.theme_13 .course_card_large {
  position: relative;
}
.theme_13 .course_card .undergraduate,
.theme_13 .course_card_large .undergraduate {
  position: absolute;
  top: 125px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  z-index: 1;
}
.theme_13 .course_card .corner_mark,
.theme_13 .course_card_large .corner_mark {
  position: absolute;
  top: 8px;
  right: 0;
  background-color: var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  z-index: 1;
}
.theme_13 .course_card a:hover,
.theme_13 .course_card_large a:hover {
  color: var(--color-primary);
}
.theme_13 .course_card .iconfont,
.theme_13 .course_card_large .iconfont {
  cursor: unset;
}
.theme_13 .course_card {
  width: 100%;
  height: 280px;
  box-shadow: var(--box-shadow-base);
  border-radius: var(--border-radius-base);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
}
.theme_13 .course_card .cover_box {
  position: relative;
}
.theme_13 .course_card .cover_box .time {
  width: 100%;
  line-height: 2;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 10px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  text-align: right;
}
.theme_13 .course_card .cover_box .time1 {
  width: 100%;
  line-height: 2;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 10px;
  text-align: left;
}
.theme_13 .course_card .noshow {
  margin-top: 6px;
  line-height: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme_13 .course_card.course_card_feature {
  height: 222px;
  overflow: hidden;
}
.theme_13 .course_card.course_card_feature .cover_box {
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
}
.theme_13 .course_card.course_card_feature .cover_box .cover {
  position: absolute;
  width: 100%;
  height: 150px;
  object-fit: cover;
  z-index: 0;
}
.theme_13 .course_card.course_card_feature .cover_box .bottom {
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  color: #fff;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0) 100%);
}
.theme_13 .course_card.course_card_feature .course_content {
  height: 0;
}
.theme_13 .course_card.course_card_feature .item_title {
  color: #2e2e2e;
}
.theme_13 .course_card.course_card_feature .item_title:hover {
  color: var(--color-primary);
}
.theme_13 .course_card.course_card_feature .teacher {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #868686;
  line-height: 18px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme_13 .course_card.course_card_feature .teacher > span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme_13 .course_card.course_card_feature .teacher > span a {
  display: inline;
}
.theme_13 .course_card.course_type_4 {
  color: #fff;
}
.theme_13 .course_card.course_type_4 .course_content {
  background-image: url(/learn/static/imgs/course/map_course_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.theme_13 .course_card.course_type_4 .course_content .tips {
  color: #fff;
}
.theme_13 .course_card.course_type_4 .item_title {
  color: #fff;
}
.theme_13 .course_card.course_type_4 .teacher .time {
  color: #fff;
}
.theme_13 .course_card.course_type_4 .course_type_name {
  color: #fff;
}
.theme_13 .course_card.course_type_4 .cover_box::after {
  content: '图谱课';
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 67px;
  height: 36px;
  background-image: url(/learn/static/imgs/course/map_course_tip_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 25px;
  font-size: 12px;
}
.theme_13 .course_card .item_title {
  display: block;
  line-height: 28px;
  color: #2e2e2e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.theme_13 .course_card .course_content {
  position: relative;
  padding: 12px 16px;
  box-sizing: border-box;
  flex: 1;
  color: #4a4f64;
}
.theme_13 .course_card .course_content .teacher {
  flex-wrap: wrap;
}
.theme_13 .course_card .course_content .teacher > span {
  flex: unset;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_13 .course_card .course_content .teacher > span a {
  display: inline;
}
.theme_13 .course_card .course_content .teacher .time {
  text-align: right;
  margin-top: 4px;
}
.theme_13 .course_card .course_content .tips {
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 12px;
  color: #4a4f64;
}
.theme_13 .course_card .course_content .tips .tips_num > span {
  display: inline-flex;
  align-items: center;
}
.theme_13 .course_card .course_content .tips .tips_num > span .iconfont {
  width: 1rem;
  height: 0.9rem;
  margin-right: 4px;
}
.theme_13 .course_card .course_content .tips .tips_num > span:not(:last-child) {
  margin-right: 0.4rem;
}
.theme_13 .course_card .course_content .tips > span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.theme_13 .course_card .course_content .tips > span:first-child {
  flex: 1;
  width: 0;
}
.theme_13 .course_card .course_content .tips > span:first-child span {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_13 .course_card .content {
  font-size: 14px;
  color: #4a4f64;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme_13 .course_card .cover {
  width: 100%;
  height: 150px;
  display: block;
}
.theme_13 .course_card .certification {
  width: 136px;
  height: 32px;
  display: flex;
  align-items: center;
  background: linear-gradient(134deg, #ffdd4f 0%, #ffa43c 100%);
  border-radius: 99px 0 0 99px;
  position: absolute;
  right: 0;
  top: 106px;
}
.theme_13 .course_card .certification .circle {
  font-size: 18px;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 27px;
  text-align: center;
  background: linear-gradient(149deg, #ffd74a 0%, #ff9718 100%);
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.theme_13 .course_card .certification .name {
  flex: 1;
  width: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_13 .course_card .teacher {
  display: flex;
  white-space: pre-wrap;
}
.theme_13 .course_card .teacher .name {
  flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_13 .course_card .teacher .time {
  color: #c4c4c4;
  margin-left: 10px;
}
.theme_13 .class-when-false {
  height: 260px !important;
}
.theme_13 .course_card_large {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-shadow: var(--box-shadow-base);
  border-radius: var(--border-radius-base);
  overflow: hidden;
}
.theme_13 .course_card_large .course_cover {
  width: 100%;
}
.theme_13 .course_card_large .course_title {
  font-size: 18px;
  color: var(--color-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_13 .course_card_large .course_content {
  position: relative;
  padding: 16px;
  box-sizing: border-box;
  flex: 1;
}
.theme_13 .course_card_large .course_desc {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  line-height: 1.5;
  overflow: hidden;
  font-size: 12px;
  color: #74767f;
  margin: 10px 0;
}
.theme_13 .course_card_large .tips {
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 12px;
  color: #4a4f64;
}
.theme_13 .course_back_card {
  display: block;
  width: 100%;
  height: 145px;
  margin-bottom: 20px;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  color: #4a4f64;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--box-shadow-base);
}
.theme_13 .course_back_card.educational .icon_video_1,
.theme_13 .course_back_card.educational .icon_video_2 {
  display: none;
}
.theme_13 .course_back_card .icon_video_1,
.theme_13 .course_back_card .icon_video_2 {
  width: 61px;
  position: absolute;
}
.theme_13 .course_back_card .icon_video_1 {
  width: 260px;
  right: 0;
  top: 43px;
}
.theme_13 .course_back_card.hover_class:hover {
  transform: scale(1.01, 1.02);
}
.theme_13 .course_back_card .el-col {
  padding-right: 3rem;
  box-sizing: border-box;
  overflow: hidden;
}
.theme_13 .course_back_card .course_name .title,
.theme_13 .course_back_card .item_content .teachers,
.theme_13 .course_back_card .item_content .college,
.theme_13 .course_back_card .item_content .date_addr > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_13 .course_back_card .course_name {
  display: flex;
  line-height: 45px;
  border-bottom: 1px solid #e2e3e9;
  padding: 0 20px;
  padding-left: 80px;
  box-sizing: border-box;
  align-items: center;
}
.theme_13 .course_back_card .course_name a:hover {
  color: var(--color-primary);
}
.theme_13 .course_back_card .course_name .title {
  font-size: 18px;
  font-weight: 600;
  color: #4a4f64;
}
.theme_13 .course_back_card .course_name .live_status {
  padding: 2px 6px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  background-color: #edfbee;
  color: #7fd37b;
  border-radius: 99px;
  height: 22px;
  line-height: 22px;
}
.theme_13 .course_back_card .course_name .live_status .iconfont {
  color: #7fd37b;
  margin-right: 2px;
}
.theme_13 .course_back_card .course_name .live_status img {
  height: 12px;
  margin-right: 4px;
}
.theme_13 .course_back_card .item_content {
  padding: 0 20px;
  padding-left: 80px;
  box-sizing: border-box;
  font-size: 13px;
}
.theme_13 .course_back_card .item_content > div {
  width: 100%;
}
.theme_13 .course_back_card .teachers {
  font-size: 14px;
  font-weight: 400;
  color: #4a4f64;
  display: flex;
  align-items: center;
  line-height: 32px;
  margin-top: 4px;
}
.theme_13 .course_back_card .teachers > span {
  font-weight: 600;
  line-height: 32px;
}
.theme_13 .course_back_card .teachers .iconfont {
  margin-right: 4px;
}
.theme_13 .course_back_card .college {
  display: flex;
  align-items: center;
}
.theme_13 .course_back_card .college .iconfont {
  margin-right: 4px;
}
.theme_13 .course_back_card .date_addr {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  position: relative;
}
.theme_13 .course_back_card .date_addr .year {
  width: 180px;
}
.theme_13 .course_back_card .date_addr .date {
  width: 180px;
}
.theme_13 .course_back_card .date_addr .addr {
  flex: 1;
  width: 0;
}
.theme_13 .course_back_card .date_addr span {
  vertical-align: middle;
}
.theme_13 .course_back_card .iconfont {
  color: #b1b4c2;
  margin-right: 2px;
}
.theme_13 .course_back_card .collect_num {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.theme_13 .course_back_card .collect_num > span {
  white-space: nowrap;
}
.theme_13 .course_back_card .collect_num .collect_btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.theme_13 .course_back_card .collect_num .collect_btn.active .collect {
  display: none;
}
.theme_13 .course_back_card .collect_num .collect_btn.active .cancel {
  display: block;
}
.theme_13 .course_back_card .collect_num .collect_btn.active .iconfont {
  color: #ffc03c;
}
.theme_13 .course_back_card .collect_num .collect_btn:hover .iconfont {
  color: #ffc03c;
}
.theme_13 .course_back_card .collect_num .collect_btn .cancel {
  display: none;
}
.theme_13 .teacher_card {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  box-shadow: var(--box-shadow-base);
  margin-bottom: 30px;
}
.theme_13 .teacher_card .teacher_cover {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.theme_13 .teacher_card .teacher_content {
  flex: 1;
  display: flex;
  align-items: center;
}
.theme_13 .teacher_card .teacher_content .teacher_info {
  height: 70px;
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  color: var(--color-gray);
  line-height: 16px;
}
.theme_13 .teacher_card .teacher_content .teacher_info a {
  font-size: 18px;
  line-height: 24px;
  color: var(--color-blank);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_13 .teacher_card .teacher_content .teacher_info a:hover {
  color: var(--color-primary);
}
.theme_13 .teacher_card .teacher_content .teacher_info div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_13 .teacher_card .teacher_content .concern_btn .el-button {
  height: 36px;
  line-height: 36px;
  width: 80px;
  text-align: center;
  padding: 0;
}
.theme_13 .teacher_card .teacher_content .concern_btn .concern {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.theme_13 .teacher_card .teacher_content .concern_btn .cancel {
  display: none;
  border-color: #ff4d4f;
  color: #ff4d4f;
}
.theme_13 .teacher_card .teacher_content .concern_btn .cancel:hover,
.theme_13 .teacher_card .teacher_content .concern_btn .cancel:active {
  border-color: #ff4d4f !important;
}
.theme_13 .teacher_card .teacher_content .concern_btn.active .concern {
  display: none;
}
.theme_13 .teacher_card .teacher_content .concern_btn.active .cancel {
  display: block;
}
.theme_13 .live_card {
  width: 100%;
  height: 130px;
  margin-bottom: 22px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: var(--box-shadow-base);
  display: flex;
  position: relative;
}
.theme_13 .live_card .live_cover {
  position: relative;
  width: 196px;
}
.theme_13 .live_card .live_cover img {
  width: 196px;
  height: 110px;
  object-fit: cover;
  left: 0;
  top: 0;
  transform: none;
}
.theme_13 .live_card .live_cover .live_status {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background-color: var(--color-primary);
  font-size: 0.8rem;
  padding: 0.3rem 0.4rem;
  border-radius: 0.2rem;
}
.theme_13 .live_card .live_cover .live_status.status_gray {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme_13 .live_card .live_cover .live_status.status_green {
  background-color: #71b604;
}
.theme_13 .live_card .live_cover .live_status img {
  width: auto;
  height: 12px;
  margin-right: 4px;
}
.theme_13 .live_card .item_content {
  flex: 1;
  width: 0;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme_13 .live_card .item_content .item_college {
  line-height: 1;
}
.theme_13 .live_card .item_content .item_title {
  font-size: 16px;
  font-weight: 600;
  color: #4a4f64;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.theme_13 .live_card .item_content .item_title:hover {
  color: var(--color-primary);
}
.theme_13 .live_card .item_content .course_title {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
.theme_13 .live_card .item_content .item_classroom,
.theme_13 .live_card .item_content .item_section {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_13 .live_card .item_content .tips {
  font-size: 12px;
  color: #4a4f64;
  display: flex;
  justify-content: space-between;
}
.theme_13 .live_card .item_content .tips > span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_13 .live_card .item_content .tips > span:first-child {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 12px;
}
.theme_13 .live_card .item_content .tips .hits {
  display: inline-flex;
  align-items: center;
}
.theme_13 .live_card .item_content .tips .hits .iconfont {
  width: 1rem;
  margin-right: 4px;
}
.theme_13 .course_type_icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
}
.theme_13 .course_type_name {
  display: inline-block;
  margin-left: 4px;
  color: #c4c4c4;
  font-size: 12px;
  vertical-align: top;
  cursor: pointer;
}
.theme_13 .course_type_name:hover {
  color: var(--color-primary);
}
.theme_13 .tabs {
  display: flex;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  margin-top: 14px;
  border-bottom: #eee 1px solid;
  font-weight: 600;
}
.theme_13 .tabs .tab {
  margin-right: 32px;
  box-sizing: border-box;
}
.theme_13 .tabs .tab.active {
  color: var(--color-primary);
  border-bottom: var(--color-primary) 4px solid;
}
.theme_13 .tabs .tab:hover {
  color: var(--color-primary);
}
.theme_13 .el-col-408 {
  width: 20%;
}
.theme_13 .el-col-offset-408 {
  margin-left: 20%;
}
.theme_13 .el-col-pull-408 {
  position: relative;
  right: 20%;
}
.theme_13 .el-col-push-408 {
  position: relative;
  left: 20%;
}
.theme_13 .total_panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
}
.theme_13 .total_panel .el-select {
  width: 8rem;
}
.theme_13 .total_panel .el-select:not(:last-child) {
  margin-right: 18px;
}
.theme_13 .hover_class {
  transition: 0.3s;
}
.theme_13 .hover_class:hover {
  transform: scale(1.05);
}
.theme_13 .el-pagination {
  text-align: center;
  padding: 55px 0;
  margin-bottom: 20px;
}
.theme_13 .el-empty {
  text-align: center;
}
.theme_13 .el-empty svg {
  width: 100px;
}
.theme_13 .icon_video {
  color: #ffbb9b;
}
.theme_13 .icon_audio {
  color: #6fddb7;
}
.theme_13 .icon_document {
  color: #6795df;
}
.theme_13 .icon_picture {
  color: #549cff;
}
.theme_13 .el-pagination.el-pagination--small .el-pagination__sizes {
  margin-top: -3px;
}
.theme_13 .el-pagination .el-pager .number {
  padding: 0;
  border-radius: 2px;
}
.theme_13 .el-pagination .el-pager .number.active {
  color: #fff;
  background-color: #549cff;
  background-color: var(--color-primary);
}
.theme_13 .el-pagination .el-pager li {
  font-size: 14px;
}
.theme_13 .course_note_panel {
  height: 100%;
  overflow-y: auto;
  position: relative;
  margin-bottom: 30px;
  padding-right: 2px;
}
.theme_13 .course_note_panel::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_13 .course_note_panel::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_13 .course_note_panel textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.theme_13 .course_note_panel .user_note_item {
  position: relative;
  margin-top: 20px;
  border-bottom: 1px solid #d5d5d5;
  padding: 0;
  transition: 0.3s;
  transition: all 0.3s;
}
.theme_13 .course_note_panel .user_note_item .open_close_btn {
  color: #303133;
}
.theme_13 .course_note_panel .user_note_item .open_close_btn:hover {
  color: var(--color-primary);
}
.theme_13 .course_note_panel .user_note_item.edit_active {
  padding: 10px;
}
.theme_13 .course_note_panel .user_note_item.edit_active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: var(--background-color-primary);
}
.theme_13 .course_note_panel .user_note_item .user_note_cover {
  width: 128px;
  height: 72px;
  margin-bottom: 10px;
  object-fit: contain;
  background: black;
  cursor: pointer;
  border-radius: 4px;
}
.theme_13 .course_note_panel .user_note_item .user_note_text {
  padding: 12px;
  font-size: 14px;
  color: #6e779d;
  background-color: #ebedf6;
  border-radius: 4px;
  margin-bottom: 12px;
  transition: all 0.8s;
}
.theme_13 .course_note_panel .user_note_item .user_note_panel {
  display: flex;
  justify-content: space-between;
}
.theme_13 .course_note_panel .user_note_item .user_note_panel i {
  font-size: 18px;
  vertical-align: middle;
}
.theme_13 .course_note_panel .user_note_item .user_note_panel .time {
  cursor: pointer;
}
.theme_13 .course_note_panel .user_note_item .user_note_panel .btn_group {
  margin-left: auto;
}
.theme_13 .course_note_panel .user_note_item .user_note_content {
  padding: 10px 0;
  word-break: break-all;
}
.theme_13 .course_note_panel .user_note_item .el-textarea {
  margin-top: 10px;
}
.theme_13 .course_note_panel .custom_tool_bar {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.theme_13 .course_note_panel .custom_tool_bar > div {
  font-size: 14px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  white-space: nowrap;
  padding: 0 10px;
  color: #666666;
}
.theme_13 .course_note_panel .custom_tool_bar > div + div {
  margin-left: 10px;
}
.theme_13 .course_note_panel .custom_tool_bar > div:last-child {
  margin-left: auto;
}
.theme_13 .course_note_panel .custom_tool_bar > div svg {
  margin-top: -3px;
}
.theme_13 .course_note_panel .custom_tool_bar button {
  cursor: pointer;
}
.theme_13 .course_note_panel .time_note_modal {
  width: 520px;
}
.theme_13 .course_note_panel .time_note_modal .el-dialog__header {
  height: 54px;
  border-bottom: 1px solid #f3f3f3;
}
.theme_13 .course_note_panel .time_note_modal .el-dialog__body {
  padding: 0 60px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.theme_13 .course_note_panel .time_note_modal .el-dialog__footer {
  border-top: 1px solid #f3f3f3;
  padding: 10px 60px;
}
.theme_13 .course_note_panel .time_note_modal .el-dialog__footer .el-button {
  width: 90px;
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
.theme_13 .course_note_panel .time_note_modal .el-dialog__footer .el-button + .el-button {
  margin-left: 20px;
}
.theme_13 .course_note_panel .time_note_modal .el-input {
  margin-top: 14px;
}
.theme_13 .course_note_panel .time_note_modal .el-radio {
  margin-top: 14px;
  margin-right: 14px;
}
.theme_13 .course_note_panel .time_note_modal .el-radio:nth-child(1) .iconfont {
  color: #ffb341;
}
.theme_13 .course_note_panel .time_note_modal .el-radio:nth-child(2) .iconfont {
  color: #ff7541;
}
.theme_13 .course_note_panel .time_note_modal .el-radio.is-checked:nth-child(1) .el-radio__label {
  background-color: #ffb341;
  color: #fff;
}
.theme_13 .course_note_panel .time_note_modal .el-radio.is-checked:nth-child(1) .el-radio__label .iconfont {
  color: #fff;
}
.theme_13 .course_note_panel .time_note_modal .el-radio.is-checked:nth-child(2) .el-radio__label {
  background-color: #ff7541;
  color: #fff;
}
.theme_13 .course_note_panel .time_note_modal .el-radio.is-checked:nth-child(2) .el-radio__label .iconfont {
  color: #fff;
}
.theme_13 .course_note_panel .time_note_modal .el-radio .el-radio__input {
  display: none;
}
.theme_13 .course_note_panel .time_note_modal .el-radio .el-radio__label {
  display: inline-block;
  width: 75px;
  line-height: 36px;
  text-align: center;
  background: #f7f9fa;
  border-radius: 6px;
  padding: 0;
}
.theme_13 .course_note_panel .time_note_modal .el-radio .el-radio__label .iconfont {
  margin-top: -4px;
  margin-right: 4px;
}
.theme_13 .course_note_panel .time_note_modal .time_wrap {
  color: #9d9d9d;
}
.theme_13 .course_note_panel .time_note_modal .time_wrap .iconfont {
  margin-right: 8px;
}
.theme_13 .course_note_panel_new {
  height: 100%;
  overflow-y: auto;
  position: relative;
  padding-right: 2px;
}
.theme_13 .course_note_panel_new::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_13 .course_note_panel_new::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_13 .course_note_panel_new textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.theme_13 .course_note_panel_new .user_note_item {
  position: relative;
  margin-top: 20px;
  border-bottom: 1px solid #d5d5d5;
  padding: 0;
  transition: 0.3s;
  transition: all 0.3s;
}
.theme_13 .course_note_panel_new .user_note_item .open_close_btn {
  color: #303133;
}
.theme_13 .course_note_panel_new .user_note_item .open_close_btn:hover {
  color: var(--color-primary);
}
.theme_13 .course_note_panel_new .user_note_item.edit_active {
  padding: 10px;
}
.theme_13 .course_note_panel_new .user_note_item.edit_active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: var(--background-color-primary);
}
.theme_13 .course_note_panel_new .user_note_item .user_note_cover {
  width: 128px;
  height: 72px;
  margin-bottom: 10px;
  object-fit: contain;
  background: black;
  cursor: pointer;
  border-radius: 4px;
}
.theme_13 .course_note_panel_new .user_note_item .user_note_text {
  padding: 12px;
  font-size: 14px;
  color: #6e779d;
  background-color: #ebedf6;
  border-radius: 4px;
  margin-bottom: 12px;
  transition: all 0.8s;
}
.theme_13 .course_note_panel_new .user_note_item .user_note_panel {
  display: flex;
  justify-content: space-between;
}
.theme_13 .course_note_panel_new .user_note_item .user_note_panel i {
  font-size: 18px;
  vertical-align: middle;
}
.theme_13 .course_note_panel_new .user_note_item .user_note_panel .time {
  cursor: pointer;
}
.theme_13 .course_note_panel_new .user_note_item .user_note_panel .btn_group {
  margin-left: auto;
}
.theme_13 .course_note_panel_new .user_note_item .user_note_content {
  padding: 10px 0;
  word-break: break-all;
}
.theme_13 .course_note_panel_new .user_note_item .el-textarea {
  margin-top: 10px;
}
.theme_13 .course_note_panel_new .tox {
  border: unset;
  border-radius: unset;
}
.theme_13 .course_note_panel_new .tox .tox-edit-area__iframe {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme_13 .course_note_panel_new .tox .tox-toolbar__group {
  padding: 0;
}
.theme_13 .course_note_panel_new .tox:not(.tox-tinymce-inline) .tox-editor-header {
  box-shadow: unset;
  padding: 0;
}
.theme_13 .course_note_panel_new .tox .tox-toolbar__primary {
  background-color: #f7f9fa;
}
.theme_13 .course_note_panel_new .tox .tox-edit-area {
  padding-bottom: 30px;
}
.theme_13 .course_note_panel_new .tox .tox-editor-container .tox-editor-header button[title="Font sizes"] {
  width: 80px !important;
}
.theme_13 .course_note_panel_new.not_video .custom_tool_bar .screenshoot_btn,
.theme_13 .course_note_panel_new.not_video .custom_tool_bar .timepoint_btn {
  display: none;
}
.theme_13 .course_note_panel_new .custom_tool_bar {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.theme_13 .course_note_panel_new .custom_tool_bar > div {
  font-size: 14px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  white-space: nowrap;
  padding: 0 10px;
  color: #666666;
}
.theme_13 .course_note_panel_new .custom_tool_bar > div + div {
  margin-left: 10px;
}
.theme_13 .course_note_panel_new .custom_tool_bar > div:last-child {
  margin-left: auto;
}
.theme_13 .course_note_panel_new .custom_tool_bar > div svg {
  margin-top: -3px;
}
.theme_13 .course_note_panel_new .custom_tool_bar button {
  cursor: pointer;
}
.theme_13 .course_note_panel_new .time_note_modal {
  width: 520px;
}
.theme_13 .course_note_panel_new .time_note_modal .el-dialog__header {
  height: 54px;
  border-bottom: 1px solid #f3f3f3;
}
.theme_13 .course_note_panel_new .time_note_modal .el-dialog__body {
  padding: 0 60px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.theme_13 .course_note_panel_new .time_note_modal .el-dialog__footer {
  border-top: 1px solid #f3f3f3;
  padding: 10px 60px;
}
.theme_13 .course_note_panel_new .time_note_modal .el-dialog__footer .el-button {
  width: 90px;
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
.theme_13 .course_note_panel_new .time_note_modal .el-dialog__footer .el-button + .el-button {
  margin-left: 20px;
}
.theme_13 .course_note_panel_new .time_note_modal .el-input {
  margin-top: 14px;
}
.theme_13 .course_note_panel_new .time_note_modal .el-checkbox {
  margin-top: 14px;
  margin-right: 14px;
}
.theme_13 .course_note_panel_new .time_note_modal .el-checkbox:nth-child(1) .iconfont {
  color: #ffb341;
}
.theme_13 .course_note_panel_new .time_note_modal .el-checkbox:nth-child(2) .iconfont {
  color: #ff7541;
}
.theme_13 .course_note_panel_new .time_note_modal .el-checkbox.is-checked:nth-child(1) .el-checkbox__label {
  background-color: #ffb341;
  color: #fff;
}
.theme_13 .course_note_panel_new .time_note_modal .el-checkbox.is-checked:nth-child(1) .el-checkbox__label .iconfont {
  color: #fff;
}
.theme_13 .course_note_panel_new .time_note_modal .el-checkbox.is-checked:nth-child(2) .el-checkbox__label {
  background-color: #ff7541;
  color: #fff;
}
.theme_13 .course_note_panel_new .time_note_modal .el-checkbox.is-checked:nth-child(2) .el-checkbox__label .iconfont {
  color: #fff;
}
.theme_13 .course_note_panel_new .time_note_modal .el-checkbox .el-checkbox__input {
  display: none;
}
.theme_13 .course_note_panel_new .time_note_modal .el-checkbox .el-checkbox__label {
  display: inline-block;
  width: 75px;
  line-height: 36px;
  text-align: center;
  background: #f7f9fa;
  border-radius: 6px;
  padding: 0;
}
.theme_13 .course_note_panel_new .time_note_modal .el-checkbox .el-checkbox__label .iconfont {
  margin-top: -4px;
  margin-right: 4px;
}
.theme_13 .course_note_panel_new .time_note_modal .time_wrap {
  color: #9d9d9d;
}
.theme_13 .course_note_panel_new .time_note_modal .time_wrap .iconfont {
  margin-right: 8px;
}
.theme_13 .course_overview_panel {
  height: 100%;
  overflow-y: auto;
}
.theme_13 .course_overview_panel::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_13 .course_overview_panel::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_13 .course_overview_panel .sub_title {
  margin-bottom: 20px;
  color: #4a4f64;
  font-size: 16px;
  font-weight: 600;
}
.theme_13 .course_overview_panel .overview_wrap {
  background-color: #f7f9fa;
  padding: 14px;
  padding-bottom: 20px;
  border-radius: 6px;
}
.theme_13 .course_overview_panel .overview_wrap .title {
  color: #4a4f64;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
.theme_13 .course_overview_panel .overview_wrap .detail {
  color: #4a4f64;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
}
.theme_13 .course_overview_panel .keyword_list .item {
  display: inline-block;
  margin-right: 12px;
  padding: 5px 12px;
  line-height: 1;
  color: var(--color-primary);
  background-color: var(--color-primary-11);
  border-radius: 99px;
  margin-bottom: 14px;
}
.theme_13 .course_overview_panel .course_knowledge_panel {
  position: relative;
}
.theme_13 .course_overview_panel .course_knowledge_panel::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 0;
  height: 100%;
  border-left: 1px dashed #7097ff;
}
.theme_13 .course_overview_panel .course_knowledge_panel .user_knowledge_item {
  margin: 12px 0;
  transition: 0.3s;
  cursor: pointer;
  background: #f7f9fa;
  margin-left: 38px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
}
.theme_13 .course_overview_panel .course_knowledge_panel .user_knowledge_item::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background-image: linear-gradient(to right, #549cff, #7d95ff);
  transform: rotate(45deg);
}
.theme_13 .course_overview_panel .course_knowledge_panel .user_knowledge_item.active {
  background-color: var(--background-color-primary);
  padding: 10px;
}
.theme_13 .course_overview_panel .course_knowledge_panel .user_knowledge_item img {
  object-fit: contain;
}
.theme_13 .course_overview_panel .course_knowledge_panel .time {
  margin-bottom: 10px;
}
.theme_13 .course_overview_panel .course_knowledge_panel .time .el-icon-video-play {
  font-size: 14px;
}
.theme_13 .course_overview_panel .course_knowledge_panel .user_knowledge_content {
  flex: 1;
  display: flex;
  font-size: 14px;
  color: #747477;
  line-height: 1.6;
}
.theme_13 .course_overview_panel .course_knowledge_panel .user_knowledge_content .user_knowledge_cover {
  width: 80px;
  height: 45px;
  background-color: black;
  object-fit: cover;
  border-radius: 4px;
}
.theme_13 .course_overview_panel .course_knowledge_panel .user_knowledge_content .name {
  flex: 1;
  width: 0;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #2e2e2e;
  margin-left: 10px;
}
.theme_13 .course_overview_panel .el-select {
  width: 100%;
  margin-bottom: 20px;
}
.theme_13 .comment_container .comment_item {
  display: flex;
  margin-top: 20px;
}
.theme_13 .comment_container .comment_item .comment_info {
  position: relative;
  flex: 1;
  margin-left: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d5d5d5;
}
.theme_13 .comment_container .comment_item .comment_info .comment_username {
  margin-bottom: 6px;
}
.theme_13 .comment_container .comment_item .comment_info .el-rate {
  margin-bottom: 6px;
}
.theme_13 .comment_container .comment_item .comment_info .comment_content {
  margin-top: 18px;
  font-size: 16px;
}
.theme_13 .comment_container .comment_item .comment_info .comment_time {
  margin-top: 6px;
  font-size: 14px;
  color: #999999;
}
.theme_13 #classroom_live_display {
  display: none;
}
.theme_13 .selected {
  color: #000 !important;
}
.theme_13 .xgplayer .selected {
  color: #fff !important;
}
.theme_13 .el-input__inner {
  border-radius: 2px;
}
.theme_13 #app .swiper-button-next,
.theme_13 #app .swiper-button-prev {
  color: var(--color-primary);
}
.theme_13 .voice_list_tips {
  background-color: #f7f8fa;
  color: #a6a6a6;
  padding: 2px;
  box-sizing: border-box;
  font-size: 12px;
  margin-bottom: 4px;
}
.theme_13 .voice_list_tips i {
  margin-right: 2px;
}
.theme_13 .voice_list .course_attach_wrapper {
  position: relative;
}
.theme_13 .voice_list .paragraph {
  margin-bottom: 12px;
  font-size: 14px;
}
.theme_13 .voice_list .paragraph span:hover {
  background-color: #f1f1f1;
}
.theme_13 .voice_list .paragraph .selected {
  background-color: #dcf0f8;
  color: #000000;
}
.theme_13 .voice_list .paragraph .active {
  color: #5da979;
}
.theme_13 .voice_list .paragraph .knowledge_point {
  cursor: pointer;
}
.theme_13 .voice_list .paragraph .knowledge_point .search_icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  position: relative;
  vertical-align: top;
  margin-top: 4px;
}
.theme_13 .voice_list .paragraph .knowledge_point .search_icon:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 1px;
  background-color: var(--color-primary);
  left: 100%;
  top: 7px;
  transform: rotate(45deg);
}
.theme_13 .voice_list .knowledge_point_modal {
  position: fixed;
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
  z-index: 9999;
  border-radius: 4px;
  background-color: #fff;
}
.theme_13 .voice_list .knowledge_point_modal .title {
  display: flex;
  padding: 15px 10px;
  box-sizing: border-box;
  align-items: center;
  font-weight: 600;
  padding-bottom: 0;
}
.theme_13 .voice_list .knowledge_point_modal .title:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background-color: var(--color-primary);
  margin-right: 4px;
}
.theme_13 .voice_list .knowledge_point_modal .title .el-icon-close {
  margin-left: auto;
}
.theme_13 .voice_list .knowledge_point_modal .tips {
  color: #999;
}
.theme_13 .voice_list .knowledge_point_modal .content {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  line-height: 2;
  max-height: 450px;
  overflow-y: auto;
}
.theme_13 .voice_list .knowledge_point_modal .content::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_13 .voice_list .knowledge_point_modal .content::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_13 .voice_list .knowledge_point_modal .content.if_overFlow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.theme_13 .voice_list .knowledge_point_modal .content .detail {
  line-height: 1.6;
}
.theme_13 .voice_list .knowledge_point_modal .content video {
  width: 100%;
  margin-top: 10px;
}
.theme_13 .voice_list .knowledge_point_modal .content a {
  color: var(--color-primary);
}
.theme_13 .voice_list .knowledge_point_modal .more_btn {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: var(--color-primary);
  background-color: #f9f9f9;
  border-top: 1px solid #f5f5f5;
}
.theme_13 .voice_list .knowledge_point_modal .mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.theme_13 .video_text_btn {
  width: auto;
  min-width: unset;
  background-color: #2a73cc;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
.theme_13 .video_text_btn .popper__arrow:after {
  border-top-color: #2a73cc !important;
}
.theme_13 .add_note_btn {
  padding: 8px;
}
.theme_13 .add_note_btn_select {
  display: none;
  position: absolute;
  top: 0;
  left: 3px;
  padding: 8px;
  background-color: #2a73cc;
  color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  z-index: 9999;
}
.theme_13 .add_note_btn_select::after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 20px solid #2a73cc;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.theme_13 .el-empty {
  margin-bottom: 20px;
}
.theme_13 .el-empty .el-empty__description {
  margin-top: 10px;
}
.theme_13 .el-button--primary.is-disabled,
.theme_13 .el-button--primary.is-disabled:active,
.theme_13 .el-button--primary.is-disabled:focus,
.theme_13 .el-button--primary.is-disabled:hover {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.theme_13 button.el-button:active {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.theme_13 button.el-button--text:focus,
.theme_13 button.el-button--text:hover {
  border-color: transparent !important;
  color: var(--color-primary);
}
.theme_13 .question_answer_panel .el-dialog__wrapper .el-radio {
  display: flex;
  margin-bottom: 10px;
}
.theme_13 .question_answer_panel .page1 > .el-button {
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 16px;
}
.theme_13 .question_answer_panel .page1 .el-button,
.theme_13 .question_answer_panel .page1 .el-button:hover {
  border-radius: 99px;
  padding: 6px 10px;
  background-color: unset !important;
  color: var(--color-primary);
  font-size: 14px;
}
.theme_13 .question_answer_panel .page2 .back-container {
  color: #828282;
  font-size: 14px;
  cursor: pointer;
}
.theme_13 .question_answer_panel .page2 .relative-content {
  margin: 20px 0 10px;
}
.theme_13 .question_answer_panel .page2 .relative-content span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  background: rgba(84, 156, 255, 0.1);
  border-radius: 14px;
  color: #549cff;
}
.theme_13 .question_answer_panel .page2 .relative-content span::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
  width: 5px;
  height: 5px;
  background: #549cff;
  border-radius: 50%;
}
.theme_13 .question_answer_panel .page2 .el-form textarea {
  min-height: 135px !important;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN-Normal, SourceHanSansCN, PingFangSC-Regular, PingFang SC, MicrosoftYaHei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.theme_13 .question_answer_panel .page2 .el-form .el-input .el-input__inner {
  padding: 0 45px 0 15px;
}
.theme_13 .question_answer_panel .page2 .btn-container .el-button {
  margin-right: 15px;
}
.theme_13 .question_answer_panel .page2 .btn-container .el-checkbox {
  line-height: 32px;
}
.theme_13 .question_answer_panel .page2 .btn-container .el-checkbox__inner {
  border-radius: 50%;
}
.theme_13 .question_answer_panel .el-button--text svg {
  margin-top: -2px;
  margin-right: 4px;
}
.theme_13 .question_detail .el-pagination {
  margin-top: 20px;
}
.theme_13 .question_detail .header-container {
  margin-top: 20px;
}
.theme_13 .question_detail .back-container {
  color: #828282;
  font-size: 14px;
  cursor: pointer;
}
.theme_13 .question_detail .reply-container .reply-count {
  margin: 20px 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.theme_13 .question_detail .reply-container .el-input input {
  background: #f4f4f4;
  color: #828282;
}
.theme_13 .question_detail .reply-container .reply-btn {
  display: flex;
  justify-content: right;
  margin-top: 5px;
}
.theme_13 .question_detail .reply-container .reply-btn .el-button {
  margin-left: 10px;
}
.theme_13 .question_detail .reply-container .reply-btn .el-checkbox {
  line-height: 32px;
}
.theme_13 .question_detail .reply-container .reply-btn .el-checkbox__inner {
  border-radius: 50%;
}
.theme_13 .question_detail .comment-children-container {
  background: #f4f4f4;
  margin-left: 34px;
  margin-top: 20px;
  padding: 15px 10px 15px 15px;
  position: relative;
  border-radius: 4px;
}
.theme_13 .question_detail .comment-children-container::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 12px;
  display: block;
  border: 12px solid transparent;
  border-bottom-color: #f4f4f4;
}
.theme_13 .question_detail .line-container {
  margin-top: 15px;
  height: 1px;
  background-color: #eee;
  display: flex;
  justify-content: space-between;
}
.theme_13 .question_detail .line-container .line-left {
  display: none;
  width: 57px;
  height: 0;
  border-top: 10px solid var(--color-primary);
  border-right: 5px solid transparent;
}
.theme_13 .question_detail .line-container .line-right {
  display: none;
  width: 289px;
  height: 0;
  border-bottom: 10px solid #f4f4f4;
  border-left: 5px solid transparent;
}
.theme_13 .question_detail .comment-item-container {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.theme_13 .question_detail .el-button--text {
  color: #2e2e2e;
}
.theme_13 .question_detail .el-button--text:hover {
  background-color: unset;
  outline: unset;
  border: unset;
  color: unset;
}
.theme_13 .question_detail .iconfont {
  margin-top: -2px;
  margin-right: 4px;
}
.theme_13 .comment-item {
  margin-top: 10px;
}
.theme_13 .comment-item .comment-header-container {
  display: flex;
}
.theme_13 .comment-item .comment-header-container .avatar {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background: #eee;
  overflow: hidden;
}
.theme_13 .comment-item .comment-header-container .avatar img {
  width: 26px;
  height: 26px;
}
.theme_13 .comment-item .comment-header-container .name,
.theme_13 .comment-item .comment-header-container .target-name {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
  margin: 0 5px;
}
.theme_13 .comment-item .comment-header-container .isOverflow {
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_13 .comment-item .comment-header-container .tag {
  margin-top: 3px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  padding: 0 6px;
  font-weight: 400;
  color: #397cdd;
  background: #ebf3ff;
  border-radius: 2px;
  border: 1px solid #397cdd;
}
.theme_13 .comment-item .comment-header-container .text {
  margin-top: 3px;
  margin-left: 5px;
}
.theme_13 .comment-item .comment-header-container .target-name-container,
.theme_13 .comment-item .comment-header-container .name-container {
  display: flex;
}
.theme_13 .comment-item .comment-content {
  margin: 10px 0 10px 36px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.theme_13 .comment-item .comment-btn-container {
  display: flex;
  margin-left: 36px;
  justify-content: space-between;
}
.theme_13 .comment-item .comment-btn-container .comment-date {
  font-size: 12px;
  font-weight: 400;
  color: #5d5d5d;
}
.theme_13 .comment-item .comment-btn-container .comment-btn {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  align-items: center;
}
.theme_13 .comment-item .comment-btn-container .comment-btn > span {
  padding-bottom: 4px;
}
.theme_13 .comment-item .comment-btn-container .comment-btn i {
  margin-right: 5px;
  display: inline-block;
}
.theme_13 .comment-item .comment-btn-container .comment-btn .comment,
.theme_13 .comment-item .comment-btn-container .comment-btn .delete {
  cursor: pointer;
}
.theme_13 .comment-item .comment-btn-container .comment-btn .hover {
  color: var(--color-primary);
}
.theme_13 .comment-item .comment-btn-container .comment-btn .col-line {
  width: 1px;
  height: 12px;
  background-color: #bfbfbf;
  margin: 3px 10px;
}
.theme_13 .comment-item .reply-btn {
  margin-top: 10px;
}
.theme_13 .comment-item .reply-btn .reply-btn-container {
  display: flex;
  justify-content: right;
  margin-top: 5px;
}
.theme_13 .comment-item .reply-btn .reply-btn-container .el-checkbox {
  line-height: 32px;
}
.theme_13 .comment-item .reply-btn .reply-btn-container .el-button {
  margin-left: 10px;
}
.theme_13 .comment-item .reply-btn .reply-btn-container .el-checkbox__inner {
  border-radius: 50%;
}
.theme_13 .question_detail .header-container,
.theme_13 .question_answer_item .header-container {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.theme_13 .question_detail .line,
.theme_13 .question_answer_item .line {
  width: 24px;
  height: 4px;
  background: #d8d8d8;
  border-radius: 2px;
  margin: 10px 0;
}
.theme_13 .question_detail .content,
.theme_13 .question_answer_item .content {
  color: #2e2e2e;
  line-height: 20px;
  margin: 6px 0;
}
.theme_13 .question_detail .footer-container,
.theme_13 .question_answer_item .footer-container {
  line-height: 28px;
  display: flex;
  color: #828282;
  font-size: 13px;
}
.theme_13 .question_detail .footer-container .el-button--text,
.theme_13 .question_answer_item .footer-container .el-button--text {
  color: #2e2e2e;
  margin-right: 10px;
  margin-left: 0;
  line-height: 28px;
}
.theme_13 .question_detail .footer-container .el-button--text:hover,
.theme_13 .question_answer_item .footer-container .el-button--text:hover,
.theme_13 .question_detail .footer-container .el-button--text:focus,
.theme_13 .question_answer_item .footer-container .el-button--text:focus,
.theme_13 .question_detail .footer-container .el-button--text:active,
.theme_13 .question_answer_item .footer-container .el-button--text:active {
  color: var(--color-primary);
  border: none;
}
.theme_13 .question_detail .footer-container .stu-name,
.theme_13 .question_answer_item .footer-container .stu-name {
  margin-right: 10px;
  max-width: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_13 .question_detail .footer-container .stu-name2,
.theme_13 .question_answer_item .footer-container .stu-name2 {
  margin-right: 6px;
}
.theme_13 .question_answer_item {
  margin-bottom: 14px;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #ededed;
  padding-bottom: 4px;
}
.theme_13 .question_answer_item .top-container {
  cursor: pointer;
}
.theme_13 .question_answer_item .header-container .permission_icon {
  display: inline-block;
  background-color: var(--color-primary-11);
  color: var(--color-primary);
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-weight: 400;
  margin-right: 8px;
}
.theme_13 .question_answer_item .header-container .message-container {
  margin-left: 5px;
  padding: 0 5px;
  line-height: 19px;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 2px;
}
.theme_13 .question_answer_item .header-container .message-container::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: rotate(45deg) translateY(-50%);
  display: inline-block;
  background: white;
  border: 1px solid var(--color-primary);
  border-right-color: transparent;
  border-top-color: transparent;
}
.theme_13 .question_answer_item .header-container .new-tag {
  display: inline-block;
  margin-left: 17px;
  background-color: var(--color-primary);
  border-radius: 0 2px 2px 0;
  padding: 0 5px;
  color: #fff;
  position: relative;
}
.theme_13 .question_answer_item .header-container .new-tag::before {
  content: "";
  display: inline-block;
  border-right: 14px solid var(--color-primary);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 11px solid transparent;
  position: absolute;
  left: -24px;
}
.theme_13 .question_answer_item .content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_13 .question_answer_item .footer-container .col-line {
  margin: 0;
  margin-top: 7px;
}
.theme_13 .el-tabs__nav .el-tabs__item {
  padding: 0 15px;
}
.theme_13 .el-tabs__nav .el-tabs__item:focus {
  box-shadow: unset !important;
}
.theme_13 .course_picture_panel {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.theme_13 .course_picture_panel::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_13 .course_picture_panel::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_13 .course_picture_panel .course_picture_item {
  height: 130px;
  display: flex;
  box-sizing: border-box;
  cursor: pointer;
}
.theme_13 .course_picture_panel .course_picture_item.active .item_right img {
  border: var(--color-primary) 2px solid;
}
.theme_13 .course_picture_panel .course_picture_item .item_left {
  flex: 1;
  height: 100%;
  border-right: #f0f0f0 2px solid;
  margin-right: 26px;
  position: relative;
}
.theme_13 .course_picture_panel .course_picture_item .item_left .icon {
  position: absolute;
  top: 3px;
  right: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: var(--color-primary) 2px solid;
  background-color: #fff;
}
.theme_13 .course_picture_panel .course_picture_item .item_left .time {
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
}
.theme_13 .course_picture_panel .course_picture_item .item_right {
  width: 196px;
  height: 100%;
  position: relative;
}
.theme_13 .course_picture_panel .course_picture_item .item_right img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.theme_13 .course_picture_panel .course_picture_item .item_right .index {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
}
.theme_13 .public_frame_modal {
  line-height: 1;
}
.theme_13 .public_frame_modal .el-dialog {
  width: 400px;
}
.theme_13 .public_frame_modal .el-dialog__header {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}
.theme_13 .public_frame_modal .el-dialog__body {
  padding: 30px;
  padding-bottom: 20px;
}
.theme_13 .public_frame_modal .frame_list .frame_item {
  margin-top: 14px;
}
.theme_13 .public_frame_modal .frame_list .frame_item .el-checkbox {
  margin-right: 10px;
}
.theme_13 .public_frame_modal .footer {
  text-align: center;
}
.theme_13 .public_frame_modal .footer .tips {
  font-size: 14px;
  font-weight: 400;
  color: #9d9d9d;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 80px;
}
.theme_13 .resource_download_modal .el-dialog__body .el-table {
  height: auto !important;
  max-height: 300px !important;
}
.theme_13 .resource_download_modal .el-dialog__body .el-table .el-table__body-wrapper {
  height: auto !important;
  overflow-y: scroll;
}
.theme_13 .resource_download_modal .el-dialog__body .el-table .el-table__header-wrapper {
  overflow-y: scroll;
}
.theme_13 .resource_download_modal .el-dialog__body .el-table .el-table__header-wrapper::-webkit-scrollbar {
  opacity: 0;
}
.theme_13 .resource_share_modal .el-dialog__body {
  padding: 0 20px;
}
.theme_13 .message-box {
  width: 280px;
}
.theme_13 .message-box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme_13 .message-box::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_13 .message-box .look-more {
  color: var(--color-primary);
  text-align: center;
  display: block;
  cursor: pointer;
}
.theme_13 .message-box .message-item {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 10px;
}
.theme_13 .message-box .message-item .prefix {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin: 6px 5px 0;
}
.theme_13 .message-box .message-item .prefix.unread {
  background-color: var(--color-primary);
}
.theme_13 .message-box .message-item .box {
  width: 260px;
}
.theme_13 .message-box .message-item .box .title {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
.theme_13 .message-box .message-item .box .date {
  font-size: 12px;
  color: #8d8d8d;
}
.theme_13 .message-box .message-item .message-text span {
  color: #8d8d8d;
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
}
.theme_13 .message-box .message-item .content a {
  font-size: 14px;
  color: var(--color-primary);
}
.theme_13 .offline_list_modal .offline_list_modal_header {
  color: var(--color-blank);
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  border-bottom: 1px solid #ebeef5;
  padding-bottom: 10px;
}
.theme_13 .offline_list_modal .offline_list_modal_header svg {
  color: var(--color-primary);
  margin-right: 6px;
}
.theme_13 .offline_list_modal .offline_list_modal_body {
  padding: 20px;
  font-size: 14px;
}
.theme_13 .offline_list_modal .offline_list .offline_item {
  width: 100%;
  display: flex;
  line-height: 40px;
}
.theme_13 .offline_list_modal .offline_list .offline_item .label {
  width: 5em;
  text-align: right;
  margin-right: 12px;
}
.theme_13 .offline_list_modal .offline_list .offline_item .value {
  flex: 1;
  white-space: pre-wrap;
}
.theme_13 .live_interaction {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.theme_13 .live_interaction .scroll_box {
  overflow-y: auto;
  flex: 1;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 20%;
  box-sizing: border-box;
  position: relative;
}
.theme_13 .live_interaction .scroll_box::-webkit-scrollbar {
  width: 6px;
}
.theme_13 .live_interaction .scroll_box::-webkit-scrollbar-thumb {
  background-color: #babfcd;
  border-radius: 99px;
}
.theme_13 .live_interaction .delete_btn {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 0;
  transition: height 0.2s;
  right: 10px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  user-select: none;
}
.theme_13 .live_interaction .list .item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.theme_13 .live_interaction .list .item span {
  color: #999;
}
.theme_13 .live_interaction .list .item span.content {
  color: #fff;
  flex: 1;
  white-space: pre-wrap;
  word-break: break-all;
}
.theme_13 .live_interaction .list .item.load_more {
  justify-content: center;
}
.theme_13 .live_interaction .list .item.load_more span {
  color: #fff;
}
.theme_13 .live_interaction .input {
  text-align: right;
  display: flex;
}
.theme_13 .live_interaction .input .el-button {
  margin-left: 10px;
  padding: 0 10px;
}
.theme_13 .live_interaction .input textarea {
  background-color: #babfcd;
}
.theme_13 .live_interaction .input textarea::placeholder {
  color: #3a3c40;
}
.theme_13 .live_interaction .input .el-input__count {
  color: #3a3c40;
  background-color: unset;
}
.theme_13 .live_interaction .el-button--text:hover {
  border: unset;
}
.theme_13 .iconfont {
  cursor: pointer;
}
.theme_13 .navigation_mobile_workspace {
  display: none;
}
.theme_13 .search_history_item .name {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}
.theme_13 .search_history_box.el-autocomplete-suggestion {
  width: 100%;
}
.theme_13 .search_history_box.el-autocomplete-suggestion ul {
  padding: 7px 24px;
  box-sizing: border-box;
}
.theme_13 .search_history_box.el-autocomplete-suggestion li {
  padding: 0;
  line-height: 1;
}
.theme_13 .search_history_box.el-autocomplete-suggestion li:hover {
  background-color: unset;
}
.theme_13 .search_history_box.el-autocomplete-suggestion li + li {
  border-top: 1px solid #f4f4f4;
  padding-top: 24px;
  margin-top: 24px;
}
.theme_13 .search_history_box.el-autocomplete-suggestion li .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 16px;
}
.theme_13 .search_history_box.el-autocomplete-suggestion li .header .btn {
  font-size: 12px;
  color: #949494;
}
.theme_13 .search_history_box.el-autocomplete-suggestion li .header .btn:hover {
  color: var(--color-primary);
}
.theme_13 .search_history_box.el-autocomplete-suggestion li .header .btn .iconfont {
  margin-top: -2px;
  margin-right: 2px;
}
.theme_13 .search_history_box.el-autocomplete-suggestion li .header .title {
  font-weight: 600;
  color: #000;
  position: relative;
  padding-left: 14px;
}
.theme_13 .search_history_box.el-autocomplete-suggestion li .header .title::before {
  content: "";
  width: 4px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-primary);
  border-radius: 2px;
}
.theme_13 .search_history_box.el-autocomplete-suggestion .search_history_item .list {
  width: 100%;
  white-space: wrap;
  margin-right: -20px;
}
.theme_13 .search_history_box.el-autocomplete-suggestion .search_history_item .list .item {
  line-height: 1;
  display: inline-block;
  background-color: #f0f0f0;
  padding: 6px 12px;
  margin-right: 10px;
  border-radius: 99px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 12px;
}
.theme_13 .search_history_box.el-autocomplete-suggestion .search_history_item .list .item:hover {
  color: var(--color-primary);
}
.theme_13 .search_history_box.el-autocomplete-suggestion .search_hot_item .list {
  white-space: wrap;
}
.theme_13 .search_history_box.el-autocomplete-suggestion .search_hot_item .list .item {
  cursor: pointer;
  display: inline-block;
  background-color: #f0f0f0;
  padding: 6px 12px;
  margin-right: 10px;
  border-radius: 99px;
  margin-top: 12px;
  font-size: 12px;
}
.theme_13 .search_history_box.el-autocomplete-suggestion .search_hot_item .list .item:hover {
  color: var(--color-primary);
}
.theme_13 .search_history_box.el-autocomplete-suggestion .search_hot_item .list .item .icon {
  display: inline-block;
  width: 11px;
  height: 14px;
  vertical-align: middle;
  object-fit: contain;
  margin-right: 2px;
}
.theme_13 .search_history_box.el-autocomplete-suggestion .search_hot_item .list .item .label {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.theme_13 .search_history_box.el-autocomplete-suggestion .search_hot_item .list .item:nth-child(1) .sort {
  color: #ff2448;
}
.theme_13 .search_history_box.el-autocomplete-suggestion .search_hot_item .list .item:nth-child(2) .sort {
  color: #ff5c38;
}
.theme_13 .search_history_box.el-autocomplete-suggestion .search_hot_item .list .item:nth-child(3) .sort {
  color: #ffb821;
}
.theme_13 .search_history_box.el-autocomplete-suggestion .search_lenovo_item .item {
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_13 .search_history_box.el-autocomplete-suggestion .search_lenovo_item .item:hover {
  color: var(--color-primary);
}
.theme_13 .search_history_box .el-autocomplete-suggestion__wrap {
  max-height: unset;
}
.theme_13 .video_progress_custom {
  display: block;
  position: absolute;
  height: 20px;
  line-height: 20px;
  left: 12px;
  right: 12px;
  outline: none;
  top: -15px;
  z-index: 10;
}
.theme_13 .video_progress_custom .r-prg-outer {
  background: hsla(0, 0%, 100%, 0.3);
  display: block;
  height: 3px;
  line-height: 3px;
  margin-top: 8.5px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.theme_13 .video_progress_custom:hover .r-prg-outer,
.theme_13 .video_progress_custom:active .r-prg-outer {
  height: 6px;
  margin-top: 7px;
}
.theme_13 .video_progress_custom:hover .r-prg-outer .r-prg-btn,
.theme_13 .video_progress_custom:active .r-prg-outer .r-prg-btn {
  display: block;
}
.theme_13 .video_progress_custom .r-prg-played {
  display: block;
  background-image: linear-gradient(-90deg, #fa1f41, #e31106);
  border-radius: 0 1.5px 1.5px 0;
  height: 100%;
  position: relative;
}
.theme_13 .video_progress_custom .r-prg-btn {
  display: none;
  position: absolute;
  right: 0;
  top: -4px;
  width: 13px;
  height: 13px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.26);
  left: 100%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 36;
}
.theme_13 .manager_join_course_modal .el-dialog {
  width: 500px;
}
.theme_13 .manager_join_course_modal .el-dialog__body {
  padding: 40px 30px;
  padding-top: 30px;
}
.theme_13 .manager_join_course_modal .join_form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.theme_13 .manager_join_course_modal .el-button {
  margin: 0 auto;
  margin-top: 10px;
  width: 65px;
  height: 32px;
}
.theme_13 .manager_join_course_modal .el-radio__label {
  width: 100%;
  display: inline-flex;
  line-height: 1.5;
}
.theme_13 .manager_join_course_modal .el-radio__label div {
  display: inline-block;
  width: 60px;
}
.theme_13 .manager_join_course_modal .el-radio__label .desc {
  flex: 1;
  width: 0;
  color: #999;
  white-space: wrap;
}
.theme_13 .pc_show {
  display: inherit !important;
}
.theme_13 .mobile_show {
  display: none !important;
}
.theme_13 .multi_view_player_container .tool_bar input[type="checkbox"]:checked {
  position: relative;
  box-sizing: border-box;
}
.theme_13 .multi_view_player_container .tool_bar input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
}
.theme_13 .multi_view_player_container .tool_bar input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 20%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -70%) rotate(-45deg);
}
.theme_13 .knowledge_point_card {
  border-radius: var(--border-radius-base);
  overflow: hidden;
  box-shadow: var(--box-shadow-base);
  margin-bottom: 15px;
  cursor: pointer;
}
.theme_13 .knowledge_point_card .cover {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.theme_13 .knowledge_point_card .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.theme_13 .knowledge_point_card .cover .time {
  position: absolute;
  bottom: 0;
  right: 6px;
  line-height: 1.8;
  color: #fff;
}
.theme_13 .knowledge_point_card .content {
  height: 40px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
.theme_13 .knowledge_point_card .content .name,
.theme_13 .knowledge_point_card .content .tips {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_13 .knowledge_point_card .content .tips {
  margin-top: 4px;
}
.theme_13 .knowledge_point_card .content .tips .course_name {
  color: var(--color-primary);
}
.theme_13 .knowledge_point_modal .el-dialog {
  width: 620px;
}
.theme_13 .knowledge_point_modal .el-dialog__body {
  padding: 10px 20px;
}
.theme_13 .knowledge_point_modal .top_tips {
  height: 40px;
  line-height: 40px;
  background: #f7f8fa;
  padding: 0 10px;
}
.theme_13 .knowledge_point_modal .top_tips span {
  color: var(--color-primary);
}
.theme_13 .knowledge_point_modal .el-button {
  margin-left: 100%;
  transform: translateX(-100%);
}
.theme_13 .knowledge_course_list,
.theme_13 .knowledge_online_list,
.theme_13 .knowledge_map_list,
.theme_13 .knowledge_resource_list {
  height: 300px;
  overflow-y: auto;
}
.theme_13 .knowledge_course_list::-webkit-scrollbar,
.theme_13 .knowledge_online_list::-webkit-scrollbar,
.theme_13 .knowledge_map_list::-webkit-scrollbar,
.theme_13 .knowledge_resource_list::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_13 .knowledge_course_list::-webkit-scrollbar-thumb,
.theme_13 .knowledge_online_list::-webkit-scrollbar-thumb,
.theme_13 .knowledge_map_list::-webkit-scrollbar-thumb,
.theme_13 .knowledge_resource_list::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_13 .knowledge_course_list .item,
.theme_13 .knowledge_online_list .item,
.theme_13 .knowledge_map_list .item,
.theme_13 .knowledge_resource_list .item {
  display: inline-flex;
  vertical-align: top;
  height: 102px;
  width: calc(50% - 5px);
  border: 1px solid #f1f1f1;
  box-shadow: 0px 2px 7px 2px rgba(129, 129, 129, 0.06);
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 8px;
  box-sizing: border-box;
}
.theme_13 .knowledge_course_list .item:nth-child(2n),
.theme_13 .knowledge_online_list .item:nth-child(2n),
.theme_13 .knowledge_map_list .item:nth-child(2n),
.theme_13 .knowledge_resource_list .item:nth-child(2n) {
  margin-left: 10px;
}
.theme_13 .knowledge_course_list .item.active,
.theme_13 .knowledge_online_list .item.active,
.theme_13 .knowledge_map_list .item.active,
.theme_13 .knowledge_resource_list .item.active {
  border-color: var(--color-primary);
}
.theme_13 .knowledge_course_list .item .cover,
.theme_13 .knowledge_online_list .item .cover,
.theme_13 .knowledge_map_list .item .cover,
.theme_13 .knowledge_resource_list .item .cover {
  border-radius: 5px;
}
.theme_13 .knowledge_course_list .item .content,
.theme_13 .knowledge_online_list .item .content,
.theme_13 .knowledge_map_list .item .content,
.theme_13 .knowledge_resource_list .item .content {
  flex: 1;
  width: 0;
  padding: 4px;
  box-sizing: border-box;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme_13 .knowledge_course_list .item .content .name,
.theme_13 .knowledge_online_list .item .content .name,
.theme_13 .knowledge_map_list .item .content .name,
.theme_13 .knowledge_resource_list .item .content .name,
.theme_13 .knowledge_course_list .item .content .tips,
.theme_13 .knowledge_online_list .item .content .tips,
.theme_13 .knowledge_map_list .item .content .tips,
.theme_13 .knowledge_resource_list .item .content .tips {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_13 .knowledge_course_list .item .content .name,
.theme_13 .knowledge_online_list .item .content .name,
.theme_13 .knowledge_map_list .item .content .name,
.theme_13 .knowledge_resource_list .item .content .name {
  font-size: 15px;
  font-weight: 500;
  color: #4a4f64;
}
.theme_13 .knowledge_course_list .item .content .tips,
.theme_13 .knowledge_online_list .item .content .tips,
.theme_13 .knowledge_map_list .item .content .tips,
.theme_13 .knowledge_resource_list .item .content .tips {
  margin-top: 8px;
}
.theme_13 .knowledge_course_list .item .content .tips span,
.theme_13 .knowledge_online_list .item .content .tips span,
.theme_13 .knowledge_map_list .item .content .tips span,
.theme_13 .knowledge_resource_list .item .content .tips span {
  color: #666;
  font-size: 12px;
}
.theme_13 .xgplayer-skin-default .xgplayer-controls .xgplayer-definition {
  width: 80px;
}
.theme_13 .xgplayer-skin-default .xgplayer-controls .xgplayer-definition ul {
  width: 80px;
}
.theme_13 .xgplayer-skin-default .xgplayer-controls .xgplayer-definition ul li {
  color: #fff;
  opacity: 1;
}
.theme_13 .xgplayer-skin-default .xgplayer-controls .xgplayer-definition ul li.selected {
  color: var(--color-primary) !important;
}
.theme_13 .xgplayer-skin-default .xgplayer-controls .xgplayer-definition ul li[url="none"] {
  pointer-events: none;
  cursor: not-allowed;
  touch-events: none;
  user-select: none;
  opacity: 0.7;
}
.theme_13 .xgplayer-skin-default .xgplayer-controls .xgplayer-definition .name {
  white-space: nowrap;
}
.theme_13 .video_question_modal .el-dialog__footer {
  text-align: center;
}
.theme_13 .video_question_modal .el-dialog__header > div {
  width: 100%;
  display: flex;
}
.theme_13 .video_question_modal .el-dialog__header .sort {
  font-size: 12px;
  color: #999;
  margin-left: 4px;
}
.theme_13 .video_question_modal .el-dialog__header a {
  color: var(--color-primary);
  font-size: 12px;
  margin-left: auto;
}
.theme_13 .video_question_modal .el-dialog__body {
  padding: 10px 20px;
}
.theme_13 .video_question_modal .question_content {
  display: flex;
  flex-direction: column;
}
.theme_13 .video_question_modal .question_content .el-radio,
.theme_13 .video_question_modal .question_content .el-checkbox {
  display: flex;
  align-items: center;
}
.theme_13 .video_question_modal .question_content .el-radio + .el-radio,
.theme_13 .video_question_modal .question_content .el-checkbox + .el-radio,
.theme_13 .video_question_modal .question_content .el-radio + .el-checkbox,
.theme_13 .video_question_modal .question_content .el-checkbox + .el-checkbox {
  margin-top: 15px;
}
.theme_13 .video_question_modal .question_content .el-radio__label,
.theme_13 .video_question_modal .question_content .el-checkbox__label {
  display: inline-flex;
  align-items: center;
}
.theme_13 .video_question_modal .question_content .tag {
  display: inline-block;
  padding: 2px 8px;
  border-style: solid;
  border-width: 1px;
  margin-left: 8px;
  font-size: 12px;
}
.theme_13 .video_question_modal .question_content .tag.current {
  color: #67c23a;
  border-color: #67c23a;
  background-color: #f0f9eb;
}
.theme_13 .video_question_modal .question_content .tag.current i {
  width: 10px;
  height: 4px;
  display: inline-block;
  border-left: #67c23a 1px solid;
  border-bottom: #67c23a 1px solid;
  transform: rotate(-45deg) translate(2px, -2px);
}
.theme_13 .video_question_modal .question_content .tag.error {
  color: #f56c6c;
  border-color: #f56c6c;
  background-color: #fef0f0;
}
.theme_13 .video_question_modal .question_content .tag.error i {
  position: relative;
  display: inline-block;
  width: 10px;
}
.theme_13 .video_question_modal .question_content .tag.error i::before,
.theme_13 .video_question_modal .question_content .tag.error i::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #f56c6c;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  left: 0;
  top: -5px;
}
.theme_13 .video_question_modal .question_content .tag.error i::after {
  transform: rotate(-45deg);
}
.theme_13 .video_question_modal .question_content .title {
  display: flex;
  margin-bottom: 15px;
}
.theme_13 .video_question_modal .question_content .title .type {
  white-space: nowrap;
  flex-shrink: 0;
}
.theme_13 .video_question_modal .question_content .type_2_content {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.theme_13 .video_question_modal .question_content .type_2_content .el-input {
  width: 300px;
}
.theme_13 .video_question_modal .question_content img {
  max-width: 100%;
  height: auto !important;
}
.theme_13 .video_question_modal .analysis {
  margin-top: 15px;
  width: 100%;
  background: #f7f9fa;
  color: #999;
  padding: 9px 10px;
  border-radius: 2px;
}
.theme_13 .video_question_modal .analysis p {
  color: #2e2e2e;
}
.theme_13 .video_question_modal .analysis img {
  max-width: 100%;
  height: auto !important;
}
.theme_13 .el-input .search_icon {
  position: relative;
}
.theme_13 .el-input .search_icon .mic {
  color: var(--color-primary);
  padding: 0;
  margin-right: 10px;
}
@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  0% {
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.theme_13 .el-input .search_icon .mic.active::before,
.theme_13 .el-input .search_icon .mic.active::after {
  content: '';
  position: absolute;
  z-index: 0;
  background-color: var(--color-primary-11);
  border-radius: 99px;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: wave 1s linear infinite;
  transform-origin: center center;
}
.theme_13 .el-input .search_icon .mic.active::after {
  background-color: var(--color-primary-11);
  animation: wave 1s linear 0.5s infinite;
}
.theme_13 .el-input .search_icon .mic .iconfont {
  margin-right: 0 !important;
}
.theme_13 #wm_div_id > div {
  z-index: 888 !important;
}
.theme_13 .collect_and_like .iconfont {
  margin-right: 6px;
}
.theme_13 .collect_and_like svg {
  width: 28px;
  height: 28px;
  margin-top: 2px;
}
.theme_13 .collect_and_like .bar_btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.theme_13 .collect_and_like .bar_btn.active,
.theme_13 .collect_and_like .bar_btn:hover {
  color: var(--color-primary);
}
.theme_13 .collect_and_like .bar_btn.active .iconfont,
.theme_13 .collect_and_like .bar_btn:hover .iconfont {
  color: var(--color-primary) !important;
}
.theme_13 .collect_and_like .bar_btn .bar_btn_icon {
  vertical-align: middle;
  cursor: pointer;
}
.theme_13 .collect_and_like .bar_btn .bar_btn_icon:hover,
.theme_13 .collect_and_like .bar_btn .bar_btn_icon.active {
  color: var(--color-primary);
}
.theme_13 .auto_text_clamp {
  position: relative;
  overflow: hidden;
}
.theme_13 .auto_text_clamp .calc_box {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.theme_13 .auto_text_clamp .slot-box {
  cursor: pointer;
  color: #c6c6c6;
}
.theme_13 .auto_text_clamp .slot-box:hover {
  color: var(--color-primary);
}
.theme_13 .keyword_analysis_box .content {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.theme_13 .keyword_analysis_box .more_btn {
  margin-left: 50%;
  transform: translateX(-50%);
  color: var(--color-primary);
  cursor: pointer;
}
.theme_13 .courseware_screenshoot_panel {
  padding-top: 5px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.theme_13 .courseware_screenshoot_panel::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_13 .courseware_screenshoot_panel::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_13 .courseware_screenshoot_panel .list .courseware_screenshoot_item {
  display: flex;
  cursor: pointer;
}
.theme_13 .courseware_screenshoot_panel .list .courseware_screenshoot_item.active .item_right img {
  border: 3px solid var(--color-primary);
}
.theme_13 .courseware_screenshoot_panel .list .courseware_screenshoot_item:last-child .item_left::after {
  display: none;
}
.theme_13 .courseware_screenshoot_panel .list .courseware_screenshoot_item .item_left {
  height: 146px;
  position: relative;
  margin-right: 16px;
  padding-right: 14px;
}
.theme_13 .courseware_screenshoot_panel .list .courseware_screenshoot_item .item_left::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 5px;
  right: -4px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
.theme_13 .courseware_screenshoot_panel .list .courseware_screenshoot_item .item_left::after {
  content: "";
  position: absolute;
  background-color: #f0f0f0;
  width: 2px;
  height: 100%;
  right: 0;
  top: 5px;
  z-index: -1;
}
.theme_13 .courseware_screenshoot_panel .list .courseware_screenshoot_item .item_left .time {
  white-space: nowrap;
}
.theme_13 .courseware_screenshoot_panel .list .courseware_screenshoot_item .item_right {
  position: relative;
}
.theme_13 .courseware_screenshoot_panel .list .courseware_screenshoot_item .item_right .index {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.31372549);
  width: 100px;
  line-height: 20px;
  color: #fff;
}
.theme_13 .courseware_screenshoot_panel .list .courseware_screenshoot_item .item_right img {
  width: 224px;
}
.theme_13 .search_by_picture_modal {
  z-index: 998 !important;
}
.theme_13 .search_by_picture_modal .empty {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.theme_13 .search_by_picture_modal .empty .back_btn {
  margin-left: 20px;
  margin-top: 20px;
  cursor: pointer;
}
.theme_13 .search_by_picture_modal .empty .el-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.theme_13 .search_by_picture_modal .empty .el-empty svg {
  width: 150px;
  margin-bottom: 40px;
}
.theme_13 .search_by_picture_modal .el-dialog {
  width: 100%;
  min-width: 1248px;
  height: 100%;
  margin-top: 0 !important;
  margin-bottom: 0;
  padding-top: var(--header-height-1);
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__header {
  display: none;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel {
  width: 34.88%;
  background-color: #202124;
  color: #fff;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .header .upload_btn {
  color: #fff;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .header .upload_btn .iconfont {
  margin-top: -4px;
  margin-right: 6px;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .header .back_btn {
  cursor: pointer;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture_box {
  flex: 1;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture {
  width: 100%;
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  padding: 2px;
  box-sizing: border-box;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  background-color: #000;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 99px;
  position: absolute;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle.circle_1 {
  left: 0;
  top: 0;
  border-right: unset;
  border-bottom: unset;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle.circle_2 {
  left: 0;
  bottom: 0;
  border-top: unset;
  border-right: unset;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle.circle_3 {
  right: 0;
  top: 0;
  border-left: unset;
  border-bottom: unset;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle.circle_4 {
  right: 0;
  bottom: 0;
  border-top: unset;
  border-left: unset;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .result_panel {
  flex: 1;
  padding: 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .result_panel .el-empty {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list {
  flex: 1;
  height: 0;
  overflow-y: auto;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list .item {
  display: inline-block;
  width: calc((100% - 80px) / 5);
  height: 170px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: var(--box-shadow-base);
  border-radius: var(--border-radius-base);
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list .item:nth-child(5n) {
  margin-right: 0;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list .item .cover {
  width: 100%;
  height: 120px;
}
.theme_13 .search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list .item .text {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  padding: 12px;
}
.theme_13 .upload_picture_modal .el-dialog {
  margin-top: 202px !important;
  border-radius: 20px;
  width: 600px;
}
.theme_13 .upload_picture_modal .el-dialog .el-dialog__body {
  padding: 20px;
}
.theme_13 .upload_picture_modal .el-dialog .el-upload {
  width: 100%;
}
.theme_13 .upload_picture_modal .el-dialog .el-upload .el-upload-dragger {
  width: 100%;
  height: auto;
  background-color: #f8f9fa;
  padding: 20px;
}
.theme_13 .upload_picture_modal .el-dialog .el-upload .upload_text {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme_13 .upload_picture_modal .el-dialog .el-upload .upload_text span {
  color: var(--color-primary);
}
.theme_13 .upload_picture_modal .el-dialog .el-upload .upload_text img {
  margin-right: 15px;
}
.theme_13 .upload_picture_modal .el-dialog .el-upload .split {
  position: relative;
  height: 1px;
  line-height: 1px;
  background-color: #ddd;
  margin: 20px 0;
}
.theme_13 .upload_picture_modal .el-dialog .el-upload .split span {
  display: inline-block;
  background-color: #f8f9fa;
  padding: 0 20px;
}
.theme_13 .upload_picture_modal .el-dialog .el-upload .search_box {
  width: 100%;
  display: flex;
}
.theme_13 .upload_picture_modal .el-dialog .el-upload .search_box .el-input input {
  border-radius: 99px;
}
.theme_13 .upload_picture_modal .el-dialog .el-upload .search_box .el-button,
.theme_13 .upload_picture_modal .el-dialog .el-upload .search_box .el-button:hover,
.theme_13 .upload_picture_modal .el-dialog .el-upload .search_box .el-button:active {
  margin-left: 10px;
  border-radius: 99px;
  background-color: #fff !important;
  color: var(--color-primary) !important;
  border-color: #ddd !important;
}
.theme_13 .course_ppt_container {
  width: 100%;
  height: 135px;
}
.theme_13 .course_ppt_container .download_btn.el-button,
.theme_13 .course_ppt_container .download_btn.el-button:focus,
.theme_13 .course_ppt_container .download_btn.el-button:hover {
  background-color: #fff !important;
  color: var(--color-primary) !important;
  border: none;
}
.theme_13 .course_ppt_container .download_btn.el-button span,
.theme_13 .course_ppt_container .download_btn.el-button:focus span,
.theme_13 .course_ppt_container .download_btn.el-button:hover span {
  display: flex;
  align-items: center;
}
.theme_13 .course_ppt_container .download_btn.el-button span .iconfont,
.theme_13 .course_ppt_container .download_btn.el-button:focus span .iconfont,
.theme_13 .course_ppt_container .download_btn.el-button:hover span .iconfont {
  margin-right: 4px;
  margin-top: -2px;
}
.theme_13 .course_ppt_container .item {
  cursor: pointer;
  margin-top: 20px;
}
.theme_13 .course_ppt_container .item .ppt_container {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.theme_13 .course_ppt_container .item .ppt_container iframe {
  position: absolute;
  left: 0;
  top: -28px;
  width: 100%;
  height: calc(100% + 28px);
  pointer-events: none;
}
.theme_13 .course_ppt_container .ppt_dialog {
  width: 80vw;
  margin-top: 2vh !important;
  margin-bottom: 2vh !important;
}
.theme_13 .course_ppt_container .ppt_dialog .ppt_container_1 {
  width: 100%;
  height: 40vw;
}
.theme_13 .course_ppt_container .ppt_dialog .ppt_container_1 iframe {
  width: 100%;
  height: 100%;
}
.theme_13 .share_popover_btn {
  display: inline-block;
}
.theme_13 .share_popover_btn:hover {
  color: var(--color-primary);
}
.theme_13 .share_popover_btn .share {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.theme_13 .share_popover_btn .iconfont {
  font-size: 28px;
}
.theme_13 .share_popover_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.theme_13 .share_popover_content p {
  margin: 10px 0;
}
.theme_13 .share_popover_content a {
  color: var(--color-primary);
}
.theme_13 .necessary_modal .necessary_btn {
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.theme_13 .necessary_modal .necessary_btn .iconfont {
  font-size: 20px;
  margin-right: 4px;
}
.theme_13 .necessary_modal .el-dialog {
  margin-top: 30vh !important;
  width: 420px;
}
.theme_13 .necessary_modal .el-dialog .el-dialog__header {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.theme_13 .necessary_modal .el-dialog .el-dialog__header .iconfont {
  color: var(--color-primary);
  font-size: 22px;
  margin-right: 8px;
}
.theme_13 .necessary_modal .el-dialog .el-dialog__body {
  padding: 40px 80px;
}
.theme_13 .necessary_modal .el-dialog .el-dialog__body .necessary_info div {
  margin-top: 20px;
}
.theme_13 .necessary_modal .el-dialog .el-dialog__body .necessary_info div:first-child {
  margin-bottom: 30px;
}
.theme_13 .necessary_modal .el-dialog .el-dialog__body .necessary_info div span {
  color: #000;
  font-weight: 600;
}
.theme_13 .necessary_tag .necessary {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 2px 6px;
  line-height: 1;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.theme_13 .necessary_tag .necessary.must {
  background-color: var(--color-primary-11);
  color: var(--color-primary);
}
.theme_13 .my_note_panel {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
}
.theme_13 .my_note_panel .panel_left {
  width: 360px;
  height: 100%;
  overflow-y: auto;
  background: #f7f8fa;
  border-radius: 6px;
  margin-right: 30px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
.theme_13 .my_note_panel .panel_left .left_header {
  display: flex;
  align-items: end;
  font-weight: 600;
}
.theme_13 .my_note_panel .panel_left .left_header span:first-child {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
  font-size: 16px;
}
.theme_13 .my_note_panel .panel_left .el-tree {
  flex: 1;
  height: 0;
  overflow-y: auto;
  background-color: transparent;
  margin-top: 20px;
  margin-right: -20px;
  padding-right: 20px;
}
.theme_13 .my_note_panel .panel_left .el-tree::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_13 .my_note_panel .panel_left .el-tree::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_13 .my_note_panel .panel_left .el-tree .note_tree_node {
  display: flex;
  width: 100%;
  color: #2e2e2e;
  margin-bottom: 4px;
}
.theme_13 .my_note_panel .panel_left .el-tree .note_tree_node.parent {
  font-size: 14px;
  font-weight: 600;
}
.theme_13 .my_note_panel .panel_left .el-tree .note_tree_node .tags_wrap {
  margin-left: 10px;
}
.theme_13 .my_note_panel .panel_left .el-tree .note_tree_node .tags_wrap .tag {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 10px;
  border-radius: 3px;
}
.theme_13 .my_note_panel .panel_left .el-tree .note_tree_node .tags_wrap .tag.important {
  background-color: #ffa241;
}
.theme_13 .my_note_panel .panel_left .el-tree .note_tree_node .tags_wrap .tag.difficult {
  background-color: #ff7541;
}
.theme_13 .my_note_panel .panel_left .el-tree .el-tree-node__expand-icon {
  color: #999;
}
.theme_13 .my_note_panel .panel_left .el-tree .el-tree-node__expand-icon:before {
  font-size: 18px;
}
.theme_13 .my_note_panel .panel_left .el-tree .el-tree-node__expand-icon.is-leaf {
  width: 12px;
  opacity: 0;
}
.theme_13 .my_note_panel .panel_left .el-tree .el-tree-node__children {
  margin-top: 6px;
}
.theme_13 .my_note_panel .panel_right {
  flex: 1;
  width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.theme_13 .my_note_panel .panel_right .right_header {
  display: flex;
  align-items: center;
}
.theme_13 .my_note_panel .panel_right .right_header .el-input {
  max-width: 480px;
  height: 36px;
}
.theme_13 .my_note_panel .panel_right .right_header .el-input input {
  border-radius: 99px;
  height: 100%;
}
.theme_13 .my_note_panel .panel_right .right_header .el-input .el-input__icon {
  line-height: 36px;
}
.theme_13 .my_note_panel .panel_right .right_header .header_right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.theme_13 .my_note_panel .panel_right .right_header .header_right .el-checkbox {
  margin-right: 20px;
}
.theme_13 .my_note_panel .panel_right .right_content {
  margin-top: 20px;
  flex: 1;
  height: 0;
  overflow-y: auto;
  margin-right: -20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.theme_13 .my_note_panel .panel_right .right_content::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_13 .my_note_panel .panel_right .right_content::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_13 .my_note_panel .panel_right .right_content .chapter_title {
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #2e2e2e;
}
.theme_13 .my_note_panel .panel_right .right_content .section_title {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #2e2e2e;
  margin-top: 10px;
}
.theme_13 .my_note_content {
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.theme_13 .my_note_content .note_header {
  margin-bottom: 20px;
  display: flex;
}
.theme_13 .my_note_content .note_header .header_left {
  flex: 1;
  width: 0;
  display: flex;
}
.theme_13 .my_note_content .note_header .header_left .courseware_name {
  font-size: 16px;
  font-weight: 600;
  color: #2e2e2e;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_13 .my_note_content .note_header .header_left a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid var(--color-primary);
  border-radius: 99px;
  line-height: 22px;
  color: var(--color-primary);
  white-space: nowrap;
}
.theme_13 .my_note_content .note_header .header_right {
  margin-left: auto;
  white-space: nowrap;
}
.theme_13 .my_note_content .note_header .header_right a {
  margin-left: 20px;
  color: var(--color-primary);
}
.theme_13 .my_note_content .note_header .header_right a.del_btn {
  color: #fd7676;
}
.theme_13 .my_note_content .note_header .header_right .el-checkbox {
  display: flex;
  align-items: center;
}
.theme_13 .micro_major_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  padding: 0 30px;
  z-index: 999;
  color: #2A2A2A;
}
.theme_13 .micro_major_header .title {
  font-weight: bold;
  font-size: 24px;
  color: #2A2A2A;
}
.theme_13 .micro_major_header .right_view {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.theme_13 .micro_major_header .right_view > * {
  margin-left: 30px;
}
.theme_13 .micro_major_header .right_view .iconfont {
  margin-top: -2px;
}
.theme_13 .disclaimer_modal .disclaimer_content {
  max-height: 50vh;
  overflow-y: auto;
  color: #000;
  line-height: 2;
}
.theme_13 .disclaimer_modal .disclaimer_content::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_13 .disclaimer_modal .disclaimer_content::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_13 .disclaimer_modal .read_btn {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  background-color: var(--color-primary-11);
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 4px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .theme_13 :root {
    --header-height-1: 50px;
  }
  .theme_13 html,
  .theme_13 body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .theme_13 html .el-select-dropdown.el-popper,
  .theme_13 body .el-select-dropdown.el-popper {
    max-width: 90%;
  }
  .theme_13 html .el-select-dropdown.el-popper .el-scrollbar .el-select-dropdown__wrap .el-select-dropdown__list > .el-select-dropdown__item,
  .theme_13 body .el-select-dropdown.el-popper .el-scrollbar .el-select-dropdown__wrap .el-select-dropdown__list > .el-select-dropdown__item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .theme_13 .pc_show {
    display: none !important;
  }
  .theme_13 .mobile_show {
    display: inherit !important;
  }
  .theme_13 .search_history_box .el-autocomplete-suggestion__wrap {
    margin-right: unset !important;
    margin-bottom: unset !important;
  }
  .theme_13 .search_history_box.el-autocomplete-suggestion .search_hot_item .list,
  .theme_13 .search_history_box.el-autocomplete-suggestion .search_history_item .list {
    display: flex;
    flex-wrap: wrap;
  }
  .theme_13 .course_card {
    height: 200px !important;
  }
  .theme_13 .course_card .cover_box {
    height: 95px !important;
  }
  .theme_13 .course_card .cover {
    height: 95px !important;
    object-fit: fill;
  }
  .theme_13 .course_card .certification {
    width: 100px !important;
    height: 20px !important;
    top: 60px !important;
  }
  .theme_13 .course_card .certification .circle {
    font-size: 12px !important;
    width: 25px !important;
    height: 25px !important;
    line-height: unset !important;
  }
  .theme_13 .course_card .certification .name {
    font-size: 12px !important;
  }
  .theme_13 .course_card .teacher .time {
    display: none !important;
  }
  .theme_13 .mobile_navigation_menu .tab_active {
    color: var(--color-primary);
  }
  .theme_13 .container {
    padding: 0 14px;
  }
  .theme_13 #app {
    height: 100%;
    min-height: 100% !important;
    overflow-y: auto;
    max-width: 768px !important;
    min-width: 200px !important;
  }
  .theme_13 #app .top_wrap {
    max-width: 768px;
    min-width: 200px;
    min-height: 225px !important;
  }
  .theme_13 #app .top_wrap .right {
    display: none;
  }
  .theme_13 #app .tabs_view {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
  }
  .theme_13 #app .tabs_view .view_centet {
    width: 100%;
    min-width: 200px;
    padding: 0 10px !important;
  }
  .theme_13 #app .tabs_view .view_centet .left_view {
    padding-right: 10px;
  }
  .theme_13 #app .tabs_view .view_centet .left_view .nav_view {
    max-width: 100%;
  }
  .theme_13 #app .tabs_view .view_centet .left_view .logo_box {
    width: 100%;
  }
  .theme_13 #app .tabs_view .view_centet .left_view .logo_img {
    width: 30px;
    height: 30px !important;
  }
  .theme_13 #app .tabs_view .view_centet .left_view .web_name {
    font-size: 16px;
    flex: 1;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .theme_13 #app .tabs_view .view_centet .right_view {
    flex: 1;
    width: auto;
    min-width: 240px;
  }
  .theme_13 #app .tabs_view .view_centet .right_view .search_box {
    display: none;
  }
  .theme_13 #app .tabs_view .view_centet .right_view .search_box_mobile {
    display: flex !important;
    margin: 3%;
    flex: 1;
  }
  .theme_13 #app .tabs_view .view_centet .right_view .search_box_mobile .el-input {
    flex: 1;
    width: 100%;
    height: 32px !important;
    line-height: 32px !important;
  }
  .theme_13 #app .tabs_view .view_centet .right_view .search_box_mobile .el-input > input {
    padding-right: 30px;
  }
  .theme_13 #app .tabs_view .view_centet .right_view .search_box_mobile .el-input .el-input__suffix {
    transform: translateX(-12px) translateY(-4px) !important;
  }
  .theme_13 #app .tabs_view .view_centet .right_view .search_box_mobile .el-input .el-input-group__append {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  .theme_13 #app .tabs_view .view_centet .right_view .search_box_mobile .el-input .el-input-group__append > button {
    padding: 0 !important;
  }
  .theme_13 #app .tabs_view .view_centet .right_view .workbench,
  .theme_13 #app .tabs_view .view_centet .right_view .el-badge,
  .theme_13 #app .tabs_view .view_centet .right_view .my_study {
    display: none;
  }
  .theme_13 #app .tabs_view .view_centet .right_view .el-dropdown .login_name_span {
    display: none;
  }
  .theme_13 #app .tabs_view .view_centet .right_view > a {
    margin-left: 0 !important;
  }
  .theme_13 #app .tabs_view.tabs_view_2 {
    height: 120px;
  }
  .theme_13 #app .tabs_view.tabs_view_2.active + #main {
    padding-top: 120px;
  }
  .theme_13 #app .tabs_view.tabs_view_2 + #main {
    padding-top: 60px;
  }
  .theme_13 #app .tabs_view.tabs_view_2 .head_top_box {
    height: var(--nav-bar-height-2);
  }
  .theme_13 #app .tabs_view.tabs_view_2 .head_top_box .head_top {
    height: 100%;
    line-height: unset;
  }
  .theme_13 #app .tabs_view.tabs_view_2 .head_top_box .head_top .logo_img {
    height: 30px;
  }
  .theme_13 #app .tabs_view.tabs_view_2 .head_top_box .head_top .web_name {
    font-size: 18px;
    margin-left: 6px;
  }
  .theme_13 #app .tabs_view.tabs_view_2 .head_top_box .search_box {
    flex: 1;
    width: 0;
    margin-left: 40px;
    margin-right: 14px;
  }
  .theme_13 #app .tabs_view.tabs_view_2 .head_top_box .search_box .el-input {
    width: 100%;
  }
  .theme_13 #app .tabs_view.tabs_view_2 .right_view {
    flex: unset;
  }
  .theme_13 #app .tabs_view.tabs_view_2 .view_centet {
    display: flex;
  }
  .theme_13 #app .tabs_view.tabs_view_2 .view_centet .menu_view {
    display: block;
    flex: 1;
    width: 0;
    overflow-x: auto;
    margin-right: 40px;
  }
  .theme_13 #app .tabs_view.tabs_view_2 .view_centet .menu_view a {
    margin-right: 20px;
  }
  .theme_13 #app .container.main {
    max-width: 768px;
    min-width: 200px;
  }
  .theme_13 #app .container.main .course_block .el-row .el-col.el-col-408 {
    width: 50% !important;
  }
  .theme_13 #app .container.main .course_block .el-row .el-col.el-col-408 .course_card_feature {
    height: 165px !important;
  }
  .theme_13 #app .container.main .course_block .el-row .el-col.el-col-6,
  .theme_13 #app .container.main .course_block .el-row .el-col.el-col-8 {
    width: 100% !important;
  }
  .theme_13 #app .container.main .five_subject_wrap .el-col.el-col-408 {
    width: 50% !important;
  }
  .theme_13 #app #main.container {
    max-width: 768px;
    min-width: 200px;
    overflow: unset;
    margin-bottom: 20px !important;
  }
  .theme_13 #app #main.container .search_panel {
    display: none;
  }
  .theme_13 #app #main.container .search_panel_mobile {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: center;
  }
  .theme_13 #app #main.container .search_panel_mobile input::placeholder {
    color: #606266;
  }
  .theme_13 #app #main.container .search_panel_mobile .el-select {
    min-width: 85px;
    margin-right: 10px;
  }
  .theme_13 #app #main.container .search_panel_mobile .el-select input {
    border: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .theme_13 #app #main.container .search_panel_mobile .el-select .el-input__suffix .el-input__suffix-inner > i::before {
    position: absolute;
    right: 20px;
  }
  .theme_13 #app #main.container .search_panel_mobile .el-select .el-input__suffix .el-input__suffix-inner > i.is-reverse::before {
    right: -10px;
  }
  .theme_13 #app #main.container .search_panel_mobile .el-cascader {
    min-width: 85px;
    margin-right: 10px;
  }
  .theme_13 #app #main.container .search_panel_mobile .el-cascader input {
    border: 0;
    padding: 0;
  }
  .theme_13 #app #main.container .search_panel_mobile .el-cascader .el-input__suffix {
    right: -5px;
  }
  .theme_13 #app #main.container .live_ .el-select {
    margin-right: 10px;
  }
  .theme_13 #app #main.container .live_ .el-select input {
    border: 0;
    padding: 0;
  }
  .theme_13 #app #main.container .live_ .el-cascader {
    flex: 1;
    margin-right: 10px;
  }
  .theme_13 #app #main.container .live_ .el-cascader input {
    border: 0;
    padding: 0;
  }
  .theme_13 #app #main.container .hot_tag_label {
    font-size: 15px;
    margin: 10px 0 10px 0;
  }
  .theme_13 #app #main.container .sort_wrap_container .hot_tag {
    flex: none;
    width: 100%;
    overflow: auto;
  }
  .theme_13 #app #main.container .sort_wrap_container .sort_wrap {
    margin-top: 10px;
  }
  .theme_13 #app #main.container .sort_wrap_container .sort_wrap .sort_item {
    height: 25px;
    line-height: 25px;
    padding: 0 7px;
  }
  .theme_13 #app #main.container .sort_wrap_container .sort_wrap .sort_item + .sort_item {
    margin-left: 0px;
  }
  .theme_13 #app #main.container .sort_wrap_container .sort_wrap .search_btn_div {
    display: inline-block !important;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
  }
  .theme_13 #app #main.container .course_list .el-col-408,
  .theme_13 #app #main.container .course_block_body .el-col-408 {
    width: 50% !important;
  }
  .theme_13 #app #main.container .course_list .el-col-408 .course_item,
  .theme_13 #app #main.container .course_block_body .el-col-408 .course_item {
    height: 200px !important;
  }
  .theme_13 #app #main.container .course_list .el-col-408 .course_card,
  .theme_13 #app #main.container .course_block_body .el-col-408 .course_card {
    height: 200px !important;
  }
  .theme_13 #app #main.container .course_list .el-col-408 .course_card img.cover,
  .theme_13 #app #main.container .course_block_body .el-col-408 .course_card img.cover {
    object-fit: fill;
    height: 95px !important;
  }
  .theme_13 #app #main.container .course_list .el-col-408 .course_card .certification,
  .theme_13 #app #main.container .course_block_body .el-col-408 .course_card .certification {
    width: 100px !important;
    height: 20px !important;
    top: 60px !important;
  }
  .theme_13 #app #main.container .course_list .el-col-408 .course_card .certification .circle,
  .theme_13 #app #main.container .course_block_body .el-col-408 .course_card .certification .circle {
    font-size: 12px !important;
    width: 25px !important;
    height: 25px !important;
    line-height: unset !important;
  }
  .theme_13 #app #main.container .course_list .el-col-408 .course_card .certification .name,
  .theme_13 #app #main.container .course_block_body .el-col-408 .course_card .certification .name {
    font-size: 12px !important;
  }
  .theme_13 #app #main.container .course_list .el-col-12,
  .theme_13 #app #main.container .course_block_body .el-col-12 {
    width: 100% !important;
  }
  .theme_13 #app #main.container .live_list .el-col-8 {
    width: 100% !important;
  }
  .theme_13 #app #main.container .title_pic {
    margin: 30px auto !important;
  }
  .theme_13 #app #main.container .school_more_box {
    margin-bottom: 15px !important;
  }
  .theme_13 #app #main.container .school_more_box .values {
    margin-right: 0 !important;
  }
  .theme_13 #app #main {
    max-width: 768px;
    min-width: 200px;
    padding-top: 50px;
  }
  .theme_13 #app #main .course_head_box .container {
    max-width: 768px;
    min-width: 200px;
    flex-direction: column;
  }
  .theme_13 #app #main .course_head_box .container .left {
    width: 100% !important;
    height: 100% !important;
  }
  .theme_13 #app #main .course_head_box .container .left > img {
    width: 100%;
    object-fit: contain;
  }
  .theme_13 #app #main .course_head_box .container .right {
    width: 100% !important;
    margin: 10px 0 0 0 !important;
  }
  .theme_13 #app #main .course_head_box .container .right .content_bottom .course_join_num {
    white-space: nowrap;
    margin-left: 10px;
  }
  .theme_13 #app #main .container {
    max-width: 768px;
    min-width: 200px;
    flex-direction: column;
  }
  .theme_13 #app #main .container .content_left {
    margin: 0 !important;
  }
  .theme_13 #app #main .container .content_left .el-tabs {
    display: none;
  }
  .theme_13 #app #main .container .content_left .course_content .row {
    margin-top: 20px !important;
  }
  .theme_13 #app #main .container .content_left .course_content .course_evaluation .course_comment_total .course_comment_left {
    margin-right: 0 !important;
  }
  .theme_13 #app #main .container .content_left .course_content .course_evaluation .course_comment_total .course_comment_right .course_comment_item .progress_container {
    width: unset;
    flex: 1;
  }
  .theme_13 #app #main .container .content_left .course_content .course_evaluation .course_comment_total .course_comment_right .course_comment_item .el-rate .el-rate__icon {
    margin-right: 0px !important;
  }
  .theme_13 #app #main .container .content_left .course_content #course_catalogue .chapter_info_list .el-collapse-item .chapter_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .theme_13 #app #main .container .content_right {
    width: 100% !important;
  }
  .theme_13 #app #main .container .content_right .right_content {
    margin-bottom: 10px;
  }
  .theme_13 #app #main .container .el-tabs .el-tabs__header .el-tabs__nav-wrap {
    display: flex;
    align-items: center;
  }
  .theme_13 #app #main .container .el-tabs .el-tabs__content .el-col.el-col-408 {
    width: 50% !important;
  }
  .theme_13 #app #main .container .el-tabs .el-tabs__content .el-col-6,
  .theme_13 #app #main .container .el-tabs .el-tabs__content .el-col-8,
  .theme_13 #app #main .container .el-tabs .el-tabs__content .el-col-12 {
    width: 100% !important;
  }
  .theme_13 #app #main .container .el-row .left {
    width: 100vw !important;
  }
  .theme_13 #app #main .container .el-row .left .video_box .vide_title_panel {
    padding: 0 !important;
  }
  .theme_13 #app #main .container .el-row .left .video_box .vide_title_panel .vide_title_panel_left {
    flex: 1;
    margin-right: 20px !important;
  }
  .theme_13 #app #main .container .el-row .left .video_box .vide_title_panel .vide_title_panel_left .name {
    max-width: unset !important;
    margin: 0 !important;
  }
  .theme_13 #app #main .container .el-row .left .video_box .vide_title_panel .vide_title_panel_right {
    white-space: nowrap;
  }
  .theme_13 #app #main .container .el-row .left .video_box .vide_title_panel .vide_title_panel_right .collect_icon {
    margin-right: 0.3rem !important;
  }
  .theme_13 #app #main .container .el-row .left .video_box .video-wrap {
    height: 0 !important;
  }
  .theme_13 #app #main .container .el-row .right {
    display: none;
  }
  .theme_13 #app #main .container .course_info_container {
    display: none;
  }
  .theme_13 #app #main .container .micro_detail_mobile {
    display: block !important;
  }
  .theme_13 #app #main .container .micro_detail_mobile .el-tabs__content .course_info .info_list {
    flex-direction: column;
    white-space: nowrap;
    align-items: flex-start;
  }
  .theme_13 #app #main .container .micro_detail_mobile .el-tabs__content .course_info .info_list .col {
    max-width: 100% !important;
    margin-bottom: 10px;
  }
  .theme_13 #app #main .container .micro_detail_mobile .el-tabs__content .file_group {
    flex-direction: column;
  }
  .theme_13 #app #main .container .micro_detail_mobile .el-tabs__content .file_group .file_item {
    width: 100% !important;
  }
  .theme_13 #app .foot_view {
    max-width: 768px;
    min-width: 200px;
    padding-bottom: 54px;
  }
  .theme_13 #app .foot_view .container {
    max-width: 768px;
    min-width: 200px;
    padding: 20px 20px 30px 20px;
  }
  .theme_13 #app .foot_view .container .row {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-start;
  }
  .theme_13 #app .foot_view .container .row > .row {
    flex-direction: row;
    margin-bottom: 10px;
    align-items: center;
  }
  .theme_13 #app .foot_view .container .row .bottom-nav {
    color: #fff;
  }
  .theme_13 #app .foot_view .container .row .bottom-nav .iconfont {
    color: #fff !important;
  }
  .theme_13 #app .foot_view .container .row .bottom-nav .fadeInUp {
    margin-top: 5px;
  }
  .theme_13 #app .foot_view .container .row .bottom-nav .fadeInUp svg {
    color: #fff;
  }
  .theme_13 #app .foot_view .container .web_name {
    margin: 0;
    font-size: 16px;
    margin-left: 10px;
  }
  .theme_13 #app .foot_view .container hr {
    margin: 20px 0;
  }
  .theme_13 #app .foot_view .container .logo {
    height: 44px;
  }
  .theme_13 #app .foot_view .container .copy_right {
    justify-content: flex-start;
    color: #fff;
  }
  .theme_13 #app .mobile_navigation {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    align-items: center;
    justify-content: space-evenly;
    z-index: 99999;
  }
  .theme_13 #app .mobile_navigation > a {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .theme_13 #app .mobile_navigation > a > svg {
    font-size: 23px;
    margin: 5px 0;
  }
  .theme_13 #app .mobile_navigation > a > span {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .theme_13 #app .mobile_navigation > a .el-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000000;
  }
  .theme_13 #app .mobile_navigation > a .el-dropdown > svg {
    font-size: 23px;
    margin: 5px 0;
  }
  .theme_13 #app .mobile_navigation > a .el-dropdown > span {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .theme_13 #app .mobile_navigation > a.tab_active {
    color: var(--color-primary);
  }
  .theme_13 #app .el-dialog {
    width: 100%;
  }
  .theme_13 .offline_list_modal {
    max-width: 95%;
  }
  .theme_13 .navigation_mobile_workspace {
    display: list-item;
  }
  .theme_13 .multi_view_player_container .tool_bar {
    font-size: 12px;
  }
  .theme_13 .multi_view_player_container .tool_bar > span,
  .theme_13 .multi_view_player_container .tool_bar > div {
    white-space: nowrap;
    margin-right: 6px !important;
  }
  .theme_13 .multi_view_player_container .tool_bar div.sound_source {
    margin-right: 10px !important;
  }
  .theme_13 .multi_view_player_container .tool_bar .speed > span {
    width: 36px !important;
  }
  .theme_13 .multi_view_player_container .tool_bar .drag_bar {
    width: 30px !important;
  }
  .theme_13 .multi_view_player_container .tool_bar .text_track {
    margin-right: 10px !important;
  }
  .theme_13 .multi_view_player_container .tool_bar svg {
    width: 20px !important;
  }
  .theme_13 .video_question_modal {
    width: calc(100% - 20px) !important;
    margin-left: 10px;
  }
  .theme_13 .collect_and_like .bar_btn:hover {
    color: unset;
  }
  .theme_13 .collect_and_like .bar_btn:hover .iconfont {
    color: unset !important;
  }
  .theme_13 .collect_and_like .bar_btn.active {
    color: var(--color-primary);
  }
  .theme_13 .collect_and_like .bar_btn.active .iconfont {
    color: var(--color-primary) !important;
  }
  .theme_13 .sensitive_word_modal {
    width: 90% !important;
  }
  .theme_13 .search_history_box.el-popper {
    width: 100% !important;
    left: 0 !important;
  }
  .theme_13 .course_note_panel .my_note_panel {
    flex-direction: column-reverse;
    box-sizing: border-box;
  }
  .theme_13 .course_note_panel .my_note_panel .panel_left {
    width: 100%;
  }
  .theme_13 .course_note_panel .my_note_panel .panel_right {
    width: 100%;
  }
  .theme_13 .necessary_modal .el-dialog {
    width: calc(100% - 56px) !important;
    margin-left: 51px;
  }
  .theme_13 .my_note_panel .my_note_content .note_header {
    display: block;
  }
  .theme_13 .my_note_panel .my_note_content .note_header .header_left {
    width: 100%;
  }
  .theme_13 .my_note_panel .my_note_content .note_header .header_left a {
    margin-left: auto;
  }
  .theme_13 .my_note_panel .my_note_content .note_header .header_right {
    text-align: right;
    margin-top: 10px;
  }
  .theme_13 .my_note_panel .panel_left {
    display: none;
  }
}
.theme_13 .message-popover {
  padding: 12px 0;
}
.theme_13 .message-popover .message-box {
  max-height: 400px;
  overflow: auto;
  padding: 0 16px;
}
.theme_13 .folder_tree {
  height: 400px;
  overflow-y: auto;
}
.theme_13 .folder_tree.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background-color: var(--color-primary);
  color: #fff;
}
.theme_13 .folder_tree .el-tree-node__content .el-icon-folder,
.theme_13 .folder_tree .el-tree-node__content .el-icon-folder-opened {
  margin-right: 4px;
}
.theme_13 .folder_tree .el-tree-node__content .el-icon-folder {
  display: inline-block;
}
.theme_13 .folder_tree .el-tree-node__content .el-icon-folder-opened {
  display: none;
}
.theme_13 .folder_tree .is-expanded > .el-tree-node__content .el-icon-folder {
  display: none;
}
.theme_13 .folder_tree .is-expanded > .el-tree-node__content .el-icon-folder-opened {
  display: inline-block;
}
.theme_13 .public_courseqa_modal .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 4;
}
.theme_13 .public_courseqa_modal .el-dialog__body .el-radio {
  margin-bottom: 20px;
}
.theme_13 .public_courseqa_modal .el-dialog__footer {
  padding-bottom: 10px;
}
.theme_13 .tabs_view.tabs_view_2 .menu_item .tab_active {
  background-color: transparent;
  color: var(--color-primary) !important;
}
.theme_13 .tabs_view.tabs_view_2 .menu_item a::after {
  display: block;
}
.theme_13 .tabs_view .menu_item .tab_active {
  background-color: var(--color-primary);
  color: #fff !important;
}
.theme_13 .tabs_view .menu_item a::after {
  display: none;
}
.theme_13 .knowledge_course_card {
  width: 100%;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background-color: #000000;
  margin-bottom: 25px;
}
.theme_13 .knowledge_course_card .cover_box {
  position: relative;
}
.theme_13 .knowledge_course_card .cover_box .tool_bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 30px;
  color: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.theme_13 .knowledge_course_card .cover_box .tool_bar .like {
  display: flex;
  align-items: center;
}
.theme_13 .knowledge_course_card .cover_box .tool_bar .like .iconfont {
  margin-right: 6px;
  margin-top: -2px;
}
.theme_13 .knowledge_course_card .cover_box .tag {
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 14px;
}
.theme_13 .knowledge_course_card .cover_box .tag .iconfont {
  margin-top: -2px;
  font-size: 12px;
}
.theme_13 .knowledge_course_card .cover_box img {
  width: 100%;
  height: 100%;
}
.theme_13 .knowledge_course_card .content_box {
  height: 87px;
  background-color: #26273a;
  color: #fff;
  padding: 0 18px;
}
.theme_13 .knowledge_course_card .content_box .name,
.theme_13 .knowledge_course_card .content_box .desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1;
}
.theme_13 .knowledge_course_card .content_box .name {
  padding-top: 21px;
  font-size: 18px;
  color: #dee7f8;
}
.theme_13 .knowledge_course_card .content_box .desc {
  padding-top: 14px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.theme_13 .knowledge_course_card.teacher .cover_box {
  height: 172px;
  display: flex;
  position: relative;
  justify-content: center;
}
.theme_13 .knowledge_course_card.teacher .cover_box .cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.theme_13 .knowledge_course_card.teacher .cover_box .cover img {
  width: 95px;
  height: 95px;
  border-radius: 99px;
}
.theme_13 .knowledge_course_card.teacher .cover_box .cover .add_btn {
  width: 42px;
  height: 42px;
  background: linear-gradient(180deg, #0eaef6 0%, #04dbe4 100%);
  box-shadow: 0px 6px 8px 0px rgba(4, 219, 228, 0.23);
  color: #fff;
  font-size: 20px;
  margin-top: -21px;
  border-radius: 99px;
  text-align: center;
  line-height: 42px;
}
.theme_13 .knowledge_course_card.teacher .cover_box .tag {
  background: linear-gradient(270deg, #a57dff 0%, #9952ff 100%);
}
.theme_13 .knowledge_course_card.live .cover_box {
  height: 214px;
}
.theme_13 .knowledge_course_card.live .cover_box .tag {
  background: linear-gradient(270deg, #fe8a81 0%, #fd5069 100%);
  border-radius: 99px;
}
.theme_13 .knowledge_course_card.course .cover_box {
  height: 214px;
}
.theme_13 .knowledge_course_card.course .cover_box .tag {
  background: linear-gradient(270deg, #5dbbff 0%, #358cfc 100%);
}
.theme_13 .knowledge_course_card.knowledge .cover_box {
  height: 214px;
}
.theme_13 .knowledge_course_card.knowledge .cover_box .tag {
  background: linear-gradient(270deg, #01d5c4 0%, #00afc2 100%);
}

.theme_15 :root {
  --header-height-1: 68px;
}
.theme_15 .ellipsis_line_1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_15 .ellipsis_line_2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.theme_15 .ellipsis_line_6 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.theme_15 body {
  padding: 0;
  margin: 0;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN-Normal, SourceHanSansCN, PingFangSC-Regular, PingFang SC, MicrosoftYaHei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.85);
  overflow-x: auto;
}
.theme_15 body .el-scrollbar > .el-scrollbar__bar {
  opacity: 1 !important;
}
.theme_15 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.theme_15 a {
  text-decoration: none;
  color: unset;
  cursor: pointer;
}
.theme_15 a:hover {
  color: var(--color-primary);
}
.theme_15 img {
  object-fit: cover;
  border-style: none;
}
.theme_15 svg {
  vertical-align: middle;
}
.theme_15 iframe {
  all: unset;
}
.theme_15 video {
  border: unset;
}
.theme_15 .xgplayer-skin-default xg-enter.xgplayer-enter {
  background-color: unset;
}
.theme_15 .xgplayer-music .drag_bar {
  display: none;
}
.theme_15 .color_primary {
  color: var(--color-primary) !important;
}
.theme_15 .container {
  width: 100%;
  max-width: 1448px;
  min-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  flex: auto;
}
.theme_15 .theme_6 .container {
  max-width: 1624px;
}
@media screen and (max-width: 1680px) {
  .theme_15 .theme_6 .container {
    max-width: 1427px;
  }
}
@media screen and (max-width: 1440px) {
  .theme_15 .theme_6 .container {
    max-width: 1230px;
  }
}
.theme_15 #app {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.theme_15 :root {
  --color-primary: #df4a43;
  --box-shadow-base: 0 2px 8px 2px rgba(129, 129, 129, 0.1);
  --border-radius-base: 6px;
  --background-color-primary: #df4a431a;
  --color-blank: #2e2e2e;
  --color-gray: #868686;
  --nav-bar-height-2: 50px;
  --nav-bar-top-2: 150px;
  --nav-bar-head-2: 100px;
}
.theme_15 .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.theme_15 .el-button:focus,
.theme_15 .el-button:hover {
  background-color: var(--color-background-primary) !important;
  border-color: var(--color-primary) !important;
}
.theme_15 .el-button--primary:focus,
.theme_15 .el-button--primary:hover {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  opacity: 0.9;
}
.theme_15 .el-tabs .el-tabs__nav {
  transition: none;
}
.theme_15 [v-cloak] {
  display: none !important;
  opacity: 0 !important;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.theme_15 body {
  opacity: 1 !important;
}
.theme_15 .tabs_view {
  width: 100%;
  position: fixed;
  top: 0;
  height: 68px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
}
.theme_15 .tabs_view .view_centet {
  max-width: 1400px;
  min-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.theme_15 .tabs_view .view_centet .left_view {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}
.theme_15 .tabs_view .view_centet .left_view .logo_box {
  display: flex;
  align-items: center;
}
.theme_15 .tabs_view .view_centet .left_view .logo_img {
  display: inline-block;
  width: auto;
  height: 35px;
  vertical-align: middle;
}
.theme_15 .tabs_view .view_centet .left_view .web_name {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
  vertical-align: middle;
}
.theme_15 .tabs_view .view_centet .left_view .menu_view {
  width: auto;
  height: 100%;
  margin-left: 72px;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
}
.theme_15 .tabs_view .view_centet .left_view .menu_view > .menu_item {
  line-height: var(--header-height-1);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: 0;
  box-sizing: border-box;
  position: relative;
  user-select: none;
}
.theme_15 .tabs_view .view_centet .left_view .menu_view > .menu_item > a {
  position: relative;
  display: block;
  padding: 0 20px;
}
.theme_15 .tabs_view .view_centet .left_view .menu_view > .menu_item > a::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 2px;
}
.theme_15 .tabs_view .view_centet .left_view .menu_view > .menu_item > a:hover,
.theme_15 .tabs_view .view_centet .left_view .menu_view > .menu_item > a.tab_active {
  color: var(--color-primary);
}
.theme_15 .tabs_view .view_centet .left_view .menu_view > .menu_item > a:hover::after,
.theme_15 .tabs_view .view_centet .left_view .menu_view > .menu_item > a.tab_active::after {
  background-color: var(--color-primary);
}
.theme_15 .tabs_view .view_centet .left_view .menu_view > .menu_item.parent > a > span {
  position: relative;
  display: inline-block;
  padding-right: 12px;
}
.theme_15 .tabs_view .view_centet .left_view .menu_view > .menu_item.parent > a > span::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #2e2e2e;
  border-left: 1px solid #2e2e2e;
  transform: translateY(-50%) rotate(-135deg);
  margin-top: -2px;
  right: 0;
  top: 50%;
}
.theme_15 .tabs_view .view_centet .left_view .menu_view > .menu_item.parent a:hover > span::before {
  transform: translateY(-50%) rotate(45deg);
  margin-top: 2px;
  border-color: var(--color-primary);
}
.theme_15 .tabs_view .view_centet .left_view .menu_view > .menu_item .nav_menu_list_dorpdown {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 99999999;
  width: auto;
  width: 180px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  font-size: 16px;
}
.theme_15 .tabs_view .view_centet .left_view .menu_view > .menu_item .nav_menu_list_dorpdown .tab_active {
  color: var(--color-primary);
}
.theme_15 .tabs_view .view_centet .left_view .menu_view > .menu_item:hover .nav_menu_list_dorpdown {
  display: block;
}
.theme_15 .tabs_view .view_centet .left_view .menu_view .tab_active {
  color: var(--color-primary);
  font-weight: bold;
}
.theme_15 .tabs_view .view_centet .left_view .menu_view .tab_active::after {
  background-color: var(--color-primary);
}
.theme_15 .tabs_view .view_centet .left_view .child_list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  line-height: 40px;
  width: 180px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  border-radius: 4px;
  padding: 10px 0;
}
.theme_15 .tabs_view .view_centet .left_view .child_list a {
  color: #2e2e2e;
  display: block;
  padding: 0 10px;
}
.theme_15 .tabs_view .view_centet .left_view .child_list a:hover {
  color: var(--color-primary);
}
.theme_15 .tabs_view .view_centet .left_view .menu_item > .child_list {
  display: none;
}
.theme_15 .tabs_view .view_centet .left_view .menu_item:hover > .child_list {
  display: block;
}
.theme_15 .tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item {
  position: relative;
}
.theme_15 .tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item.parent::after {
  content: '';
  position: absolute;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.theme_15 .tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item:hover.parent::after {
  border-color: var(--color-primary);
}
.theme_15 .tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  color: #2e2e2e;
}
.theme_15 .tabs_view .view_centet .left_view .nav_menu_list_dorpdown .menu_item a:hover {
  color: var(--color-primary);
}
.theme_15 .tabs_view .view_centet .left_view .nav_menu_list_dorpdown .child_list {
  left: 100%;
  transform: unset;
  top: 0;
}
.theme_15 .tabs_view .view_centet .right_view {
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 570px;
}
.theme_15 .tabs_view .view_centet .right_view .el-avatar img {
  width: 100%;
}
.theme_15 .tabs_view .view_centet .right_view span {
  vertical-align: middle;
}
.theme_15 .tabs_view .view_centet .right_view a {
  font-size: 14px;
  margin-left: 50px;
  line-height: 60px;
  cursor: pointer;
  vertical-align: middle;
}
.theme_15 .tabs_view .view_centet .right_view a:hover {
  color: var(--color-primary);
}
.theme_15 .tabs_view .view_centet .right_view .el-badge {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.theme_15 .tabs_view.hide {
  display: none;
}
.theme_15 .tabs_view.hide + #main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.theme_15 .tabs_view .view_centet .el-input {
  width: 320px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #dcdcdc;
  margin-top: -2px;
}
.theme_15 .tabs_view .view_centet .el-input input {
  height: 100%;
  border: none;
  background-color: transparent;
}
.theme_15 .tabs_view .view_centet .el-input .el-input-group__append,
.theme_15 .tabs_view .view_centet .el-input .el-input-group__append:hover {
  background-color: transparent;
  border: none;
  outline: none;
}
.theme_15 .tabs_view .view_centet .el-input .el-input-group__append button,
.theme_15 .tabs_view .view_centet .el-input .el-input-group__append:hover button {
  border: none !important;
}
.theme_15 .tabs_view .view_centet .el-input .el-input-group__append {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0;
  width: auto;
  display: block;
}
.theme_15 .tabs_view .view_centet .el-input .el-input-group__append .el-button {
  margin: 0;
}
.theme_15 .tabs_view .view_centet .el-input .el-input__suffix {
  margin-top: -4px;
}
.theme_15 .tabs_view.tabs_view_15 {
  background-color: rgba(255, 255, 255, 0.9);
  height: var(--header-height-1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(14px);
  border-bottom: unset;
  color: #2e2e2e;
  transition: color 0.3s, background-color 0.3s;
}
.theme_15 .tabs_view.tabs_view_15 .nav_view {
  color: #2e2e2e;
  transition: 0.3s;
  flex: 1;
}
.theme_15 .tabs_view.tabs_view_15 + #main {
  padding-top: 68px;
}
.theme_15 .tabs_view.tabs_view_15 .view_centet {
  max-width: 100%;
  min-width: 1248px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.theme_15 .tabs_view.tabs_view_15 .left_view {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 0;
  padding-right: 140px;
}
.theme_15 .tabs_view.tabs_view_15 .left_view .nav_view {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.theme_15 .tabs_view.tabs_view_15 .left_view .nav_view .parent_box {
  display: flex;
  flex: 1;
  width: 0;
}
.theme_15 .tabs_view.tabs_view_15 .right_view {
  text-align: right;
  color: #2e2e2e;
  transition: 0.3s;
  cursor: pointer;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .el-autocomplete {
  display: block;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .search_box.voice {
  width: 420px;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .search_box.voice .mic {
  display: block;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .search_box.voice .el-input {
  width: 420px;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .search_box .mic {
  display: none;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .search_box .el-input {
  width: 100%;
  width: 390px;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .search_box_mobile .el-input input {
  color: #2e2e2e;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .search_box_mobile .el-input .el-input__inner::placeholder {
  color: #2e2e2e;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .search_box_mobile .el-input .el-input-group__append > button {
  color: #2e2e2e;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .workbench {
  margin-left: 0;
  margin-right: 10px;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .my_study {
  margin-left: 10px;
  margin-right: 10px;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .login_icon {
  margin-right: 20px;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .right_tool_icon {
  display: flex;
  text-align: center;
  line-height: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .right_tool_icon .iconfont {
  font-size: 16px;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .right_tool_icon span {
  display: block;
  height: auto;
  line-height: 1;
  font-size: 12px;
  margin-top: 6px;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .icon_lang {
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .icon_lang .iconfont {
  font-size: 18px;
}
.theme_15 .tabs_view.tabs_view_15 .right_view .message-icon .iconfont {
  font-size: 22px;
}
.theme_15 .tabs_view.tabs_view_15 .search_box {
  box-sizing: border-box;
  margin-right: 25px;
  margin-left: auto;
  width: 100%;
}
.theme_15 .tabs_view.tabs_view_15 .search_box .el-input {
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border-color: var(--color-primary);
}
.theme_15 .tabs_view.tabs_view_15 .search_box .el-input-group__append {
  height: 100%;
}
.theme_15 .tabs_view.tabs_view_15 .search_box .el-input-group__append .search_icon {
  display: flex;
  height: 100%;
  line-height: 1;
  align-items: center;
  padding: 0 10px;
  background-color: var(--color-primary);
  border-radius: 20px;
  color: #fff;
}
.theme_15 .tabs_view.tabs_view_15 .search_box .el-input-group__append .search_icon .iconfont {
  margin-right: 8px;
  font-size: 20px;
}
.theme_15 .tabs_view.tabs_view_15 .search_box .el-input-group__append .search_icon span {
  font-size: 16px;
}
.theme_15 .tabs_view.tabs_view_15 .search_box .el-input-group__append .search_icon .inner_btn {
  height: 100%;
  background-color: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 99px 0 0 99px;
  padding: 0 17px;
  display: flex;
  align-items: center;
}
.theme_15 .tabs_view.tabs_view_15 .search_box input::placeholder {
  color: #312d2d;
}
.theme_15 .tabs_view.tabs_view_15 .logo_img {
  height: 40px !important;
}
.theme_15 .tabs_view.tabs_view_15 .el-dropdown-selfdefine {
  display: flex;
  align-items: center;
}
.theme_15 .tabs_view.tabs_view_5 {
  background-color: rgba(255, 255, 255, 0.9);
  height: 68px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(14px);
  border-bottom: unset;
  color: #2e2e2e;
  transition: 0.3s;
  border-bottom: 1px solid rgba(241, 241, 241, 0.3);
}
.theme_15 .tabs_view.tabs_view_5 .nav_view {
  color: #2e2e2e;
  transition: 0.3s;
}
.theme_15 .tabs_view.tabs_view_5 .nav_view .logo_img {
  height: 50px !important;
}
.theme_15 .tabs_view.tabs_view_5 .logo_img {
  display: inline-block;
}
.theme_15 .tabs_view.tabs_view_5 .logo_img.logo_light {
  display: none;
}
.theme_15 .tabs_view.tabs_view_5.active .logo_img {
  display: none;
}
.theme_15 .tabs_view.tabs_view_5.active .logo_img.logo_light {
  display: inline-block;
}
.theme_15 .tabs_view.tabs_view_5.active {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}
.theme_15 .tabs_view.tabs_view_5.active .search_box .el-input {
  border: unset;
}
.theme_15 .tabs_view.tabs_view_5.active .el-dropdown {
  cursor: pointer;
  color: #fff;
}
.theme_15 .tabs_view.tabs_view_5.active .nav_view {
  color: #fff !important;
}
.theme_15 .tabs_view.tabs_view_5.active .right_view {
  color: #fff !important;
}
.theme_15 .tabs_view.tabs_view_5 + #main {
  padding-top: 68px;
}
.theme_15 .tabs_view.tabs_view_5 .view_centet {
  max-width: 100%;
  min-width: 1248px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.theme_15 .tabs_view.tabs_view_5 .left_view {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme_15 .tabs_view.tabs_view_5 .left_view .nav_view {
  display: flex;
  align-items: center;
}
.theme_15 .tabs_view.tabs_view_5 .right_view {
  flex: 1;
  width: 0;
  text-align: right;
  color: #2e2e2e;
  transition: 0.3s;
  cursor: pointer;
}
.theme_15 .tabs_view.tabs_view_5 .right_view .search_box {
  flex: 1;
}
.theme_15 .tabs_view.tabs_view_5 .right_view .search_box .el-input {
  width: 100%;
  max-width: 370px;
}
.theme_15 .tabs_view.tabs_view_5 .right_view .workbench {
  margin-left: 0;
  margin-right: 10px;
}
.theme_15 .tabs_view.tabs_view_5 .search_box {
  float: right;
  box-sizing: border-box;
  margin-right: 20px;
}
.theme_15 .tabs_view.tabs_view_5 .search_box .el-input {
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border-color: var(--color-primary);
}
.theme_15 .tabs_view.tabs_view_5 .search_box .el-input-group__append {
  background-color: var(--color-primary) !important;
  color: #fff !important;
}
.theme_15 .tabs_view.tabs_view_5 .search_box input::placeholder {
  color: #312d2d;
}
.theme_15 .tabs_view.tabs_view_5 .logo_img {
  height: 40px !important;
}
.theme_15 .tabs_view.tabs_view_5 .el-dropdown-selfdefine {
  display: flex;
  align-items: center;
}
.theme_15 .tabs_view.tabs_view_9 {
  background-color: rgba(8, 8, 8, 0.45);
  height: var(--header-height-1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(14px);
  border-bottom: unset;
  color: #fff;
  transition: color 0.3s, background-color 0.3s;
  z-index: 9999;
}
.theme_15 .tabs_view.tabs_view_9 .nav_view {
  color: #fff;
  transition: 0.3s;
  flex: 1;
}
.theme_15 .tabs_view.tabs_view_9 + #main {
  padding-top: 68px;
}
.theme_15 .tabs_view.tabs_view_9 .view_centet {
  max-width: 100%;
  min-width: 1248px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.theme_15 .tabs_view.tabs_view_9 .left_view {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 0;
  padding-right: 140px;
}
.theme_15 .tabs_view.tabs_view_9 .left_view .nav_view {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.theme_15 .tabs_view.tabs_view_9 .left_view .nav_view .parent_box {
  display: flex;
  flex: 1;
  width: 0;
}
.theme_15 .tabs_view.tabs_view_9 .left_view .nav_view .parent_box .menu_view .menu_item a.tab_active {
  color: #fff;
}
.theme_15 .tabs_view.tabs_view_9 .left_view .nav_view .parent_box .menu_view .menu_item a.tab_active::after {
  bottom: 0;
  background-color: #fff;
}
.theme_15 .tabs_view.tabs_view_9 .left_view .nav_view .parent_box .menu_view .menu_item a:hover::after {
  bottom: 0;
}
.theme_15 .tabs_view.tabs_view_9 .right_view {
  text-align: right;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .el-autocomplete {
  display: block;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .search_box {
  margin-top: 6px;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .search_box .el-input {
  width: 100%;
  width: 390px;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .search_box .el-input .el-input__inner {
  color: #fff;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .search_box .el-input .el-input__prefix {
  top: -2px;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .search_box .el-input .el-input__prefix .el-input__icon {
  color: #fff;
  font-size: 18px;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .search_box .el-input .el-input__suffix {
  top: 2px;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .search_box .el-input .el-input__suffix .el-input__clear {
  color: #fff;
  font-size: 18px;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .search_box input::placeholder {
  color: #fff;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .search_box_mobile .el-input input {
  color: #fff;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .search_box_mobile .el-input .el-input__inner::placeholder {
  color: #fff;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .search_box_mobile .el-input .el-input-group__append > button {
  color: #fff;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .workbench {
  margin-left: 0;
  margin-right: 10px;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .my_study {
  margin-left: 10px;
  margin-right: 10px;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .login_icon {
  margin-right: 40px;
  background: #236AFD;
  border-radius: 20px;
  padding: 8px 40px;
  line-height: 20px;
  margin-left: 20px;
  letter-spacing: 2px;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .login_icon:hover {
  color: #fff;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .right_tool_icon {
  display: flex;
  text-align: center;
  line-height: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .right_tool_icon .iconfont {
  font-size: 16px;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .right_tool_icon span {
  display: block;
  height: auto;
  line-height: 1;
  font-size: 12px;
  margin-top: 6px;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .icon_lang {
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .icon_lang .iconfont {
  font-size: 18px;
}
.theme_15 .tabs_view.tabs_view_9 .right_view .message-icon .iconfont {
  font-size: 22px;
}
.theme_15 .tabs_view.tabs_view_9 .search_box {
  box-sizing: border-box;
  margin-right: 25px;
  margin-left: auto;
  width: 100%;
}
.theme_15 .tabs_view.tabs_view_9 .search_box .el-input {
  background-color: rgba(255, 255, 255, 0.24);
  overflow: hidden;
  border: none;
}
.theme_15 .tabs_view.tabs_view_9 .search_box .el-input-group__append {
  height: 100%;
  background-color: var(--color-primary) !important;
  color: #fff !important;
  border-radius: 99px 0 0 99px;
  padding: 0 17px;
}
.theme_15 .tabs_view.tabs_view_9 .search_box .el-input-group__append .search_icon {
  display: flex;
  height: 100%;
  line-height: 1;
  align-items: center;
}
.theme_15 .tabs_view.tabs_view_9 .search_box .el-input-group__append .search_icon .iconfont {
  margin-right: 8px;
  font-size: 20px;
}
.theme_15 .tabs_view.tabs_view_9 .search_box .el-input-group__append .search_icon span {
  font-size: 16px;
}
.theme_15 .tabs_view.tabs_view_9 .search_box input::placeholder {
  color: #fff;
}
.theme_15 .tabs_view.tabs_view_9 .logo_img {
  height: 40px !important;
}
.theme_15 .tabs_view.tabs_view_9 .el-dropdown-selfdefine {
  display: flex;
  align-items: center;
}
.theme_15 .right_view_dropdown .el-dropdown-menu__item {
  padding: 0;
}
.theme_15 .right_view_dropdown .el-dropdown-menu__item a {
  display: block;
  padding: 0 20px;
  text-align: center;
}
.theme_15 .right_view_dropdown .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: var(--background-color-primary);
  color: var(--color-primary);
}
.theme_15 .right_view_dropdown .el-dropdown-menu__item.active {
  color: var(--color-primary);
}
.theme_15 .sh_container {
  width: 100%;
  min-width: 1280px;
  color: #8f92a0;
  background-color: #282c3c;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
.theme_15 .foot_view {
  width: 100%;
  min-width: 1280px;
  color: #8f92a0;
  background-color: #282c3c;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
.theme_15 .foot_view .container {
  flex: unset;
  padding: 60px 0;
}
.theme_15 .foot_view .container .logo {
  height: 40px;
}
.theme_15 .foot_view .container .bottom-nav {
  min-width: 40%;
}
.theme_15 .foot_view .container .bottom-nav .row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.theme_15 .foot_view .container .bottom-nav .row > div {
  padding-right: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_15 .foot_view .container .bottom-nav .row > div.phone {
  overflow: unset;
}
.theme_15 .foot_view .container .bottom-nav span {
  width: 100%;
}
.theme_15 .foot_view .container .bottom-nav .hits + .hits {
  margin-top: 5px;
}
.theme_15 .foot_view .container .row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.theme_15 .foot_view .container .web_name {
  margin-left: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  margin-right: 42px;
  white-space: nowrap;
}
.theme_15 .foot_view .container .copy_right {
  display: flex;
  justify-content: center;
  color: #676973;
}
.theme_15 .foot_view .container hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  margin: 30px 0;
}
.theme_15 .foot_view .container svg {
  height: 18px;
  width: 18px;
  color: rgba(255, 255, 255, 0.23);
  margin-top: -2px;
}
.theme_15 .foot_view.foot_view_3 {
  background-color: #444546;
  color: #888989;
  text-align: center;
}
.theme_15 .foot_view.foot_view_3 .container {
  padding: 20px 0;
}
.theme_15 .foot_view.foot_view_3 .container .row {
  text-align: center;
}
.theme_15 .foot_view.foot_view_3 .container .row + .row {
  margin-top: 16px;
}
.theme_15 .foot_view.foot_view_3 .container .footer_title {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}
.theme_15 .foot_view.foot_view_3 .container .bottom-nav a + a {
  margin-left: 16px;
}
.theme_15 .foot_view.foot_view_3 .container .copy_right {
  display: flex;
  justify-content: center;
  color: #888989;
}
.theme_15 .foot_view.foot_view_4 {
  background-color: #444546;
  color: #888989;
  text-align: center;
}
.theme_15 .foot_view.foot_view_4 .container {
  padding: 20px 0;
}
.theme_15 .foot_view.foot_view_4 .container .row {
  text-align: center;
}
.theme_15 .foot_view.foot_view_4 .container .row + .row {
  margin-top: 16px;
}
.theme_15 .foot_view.foot_view_4 .container .footer_title {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
}
.theme_15 .foot_view.foot_view_4 .container .bottom-nav a + a {
  margin-left: 16px;
}
.theme_15 .foot_view.foot_view_4 .container .copy_right {
  display: flex;
  justify-content: center;
  color: #888989;
}
.theme_15 .foot_view_9 {
  background: #282c3c;
}
.theme_15 .foot_view_9 .wrapper {
  width: 100%;
  margin: 0 auto;
  color: #8f92a0;
  line-height: 40px;
}
.theme_15 .foot_view_9 .wrapper .inner {
  padding: 20px 110px;
  position: relative;
}
.theme_15 .foot_view_9 .wrapper .inner .clearfix {
  display: flex;
  align-items: flex-start;
}
.theme_15 .foot_view_9 .wrapper .inner .clearfix .foot-left {
  flex: 5;
}
.theme_15 .foot_view_9 .wrapper .inner .clearfix .foot-c {
  flex: 5;
}
.theme_15 .foot_view_9 .wrapper .inner .clearfix .foot-cc {
  flex: 3;
  text-align: left;
  position: relative;
}
.theme_15 .foot_view_9 .wrapper .inner .clearfix .foot-cc #wp_nav_w999 {
  position: absolute;
  right: 50px;
}
.theme_15 .foot_view_9 .wrapper .inner .clearfix .foot-right {
  flex: 1;
  text-align: left;
}
.theme_15 .course_card,
.theme_15 .course_card_large {
  position: relative;
}
.theme_15 .course_card .corner_mark,
.theme_15 .course_card_large .corner_mark {
  position: absolute;
  top: 8px;
  right: 0;
  background-color: var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  z-index: 1;
}
.theme_15 .course_card a:hover,
.theme_15 .course_card_large a:hover {
  color: var(--color-primary);
}
.theme_15 .course_card .iconfont,
.theme_15 .course_card_large .iconfont {
  cursor: unset;
}
.theme_15 .course_card {
  width: 100%;
  height: 290px;
  box-shadow: var(--box-shadow-base);
  border-radius: var(--border-radius-base);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
}
.theme_15 .course_card .cover_box {
  position: relative;
}
.theme_15 .course_card .cover_box .time {
  width: 100%;
  line-height: 2;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 10px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  text-align: right;
  font-weight: 400;
  font-size: 14px;
}
.theme_15 .course_card.course_card_feature {
  height: 222px;
  overflow: hidden;
}
.theme_15 .course_card.course_card_feature .cover_box {
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
}
.theme_15 .course_card.course_card_feature .cover_box .cover {
  position: absolute;
  width: 100%;
  height: 150px;
  object-fit: cover;
  z-index: 0;
}
.theme_15 .course_card.course_card_feature .cover_box .bottom {
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  color: #fff;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0) 100%);
}
.theme_15 .course_card.course_card_feature .course_content {
  height: 0;
}
.theme_15 .course_card.course_card_feature .item_title {
  color: #2e2e2e;
}
.theme_15 .course_card.course_card_feature .item_title:hover {
  color: var(--color-primary);
}
.theme_15 .course_card.course_card_feature .teacher {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #868686;
  line-height: 18px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme_15 .course_card.course_card_feature .teacher > span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme_15 .course_card.course_card_feature .teacher > span a {
  display: inline;
}
.theme_15 .course_card.course_type_4 {
  color: #fff;
}
.theme_15 .course_card.course_type_4 .course_content {
  background-image: url(/learn/static/imgs/course/map_course_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.theme_15 .course_card.course_type_4 .course_content .tips {
  color: #fff;
}
.theme_15 .course_card.course_type_4 .item_title {
  color: #fff;
}
.theme_15 .course_card.course_type_4 .teacher .time {
  color: #fff;
}
.theme_15 .course_card.course_type_4 .course_type_name {
  color: #fff;
}
.theme_15 .course_card.course_type_4 .cover_box::after {
  content: '图谱课';
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 67px;
  height: 36px;
  background-image: url(/learn/static/imgs/course/map_course_tip_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 25px;
  font-size: 12px;
}
.theme_15 .course_card .item_title {
  display: block;
  line-height: 28px;
  color: #2e2e2e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.theme_15 .course_card .course_content {
  position: relative;
  padding: 12px 16px;
  box-sizing: border-box;
  flex: 1;
  color: #4a4f64;
}
.theme_15 .course_card .course_content .teacher {
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 20px;
}
.theme_15 .course_card .course_content .teacher > span {
  flex: unset;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_15 .course_card .course_content .teacher > span a {
  display: inline;
}
.theme_15 .course_card .course_content .teacher .time {
  text-align: right;
  margin-top: 4px;
  font-weight: 400;
}
.theme_15 .course_card .course_content .tips {
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 12px;
  color: #4a4f64;
}
.theme_15 .course_card .course_content .tips .tips_num > span {
  display: inline-flex;
  align-items: center;
}
.theme_15 .course_card .course_content .tips .tips_num > span .iconfont {
  width: 1rem;
  height: 0.9rem;
  margin-right: 4px;
}
.theme_15 .course_card .course_content .tips .tips_num > span:not(:last-child) {
  margin-right: 0.4rem;
}
.theme_15 .course_card .course_content .tips > span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.theme_15 .course_card .course_content .tips > span:first-child {
  flex: 1;
  width: 0;
}
.theme_15 .course_card .course_content .tips > span:first-child span {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_15 .course_card .content {
  font-size: 14px;
  color: #4a4f64;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme_15 .course_card .cover {
  width: 100%;
  height: 150px;
  display: block;
}
.theme_15 .course_card .certification {
  width: 136px;
  height: 32px;
  display: flex;
  align-items: center;
  background: linear-gradient(134deg, #ffdd4f 0%, #ffa43c 100%);
  border-radius: 99px 0 0 99px;
  position: absolute;
  right: 0;
  top: 106px;
}
.theme_15 .course_card .certification .circle {
  font-size: 18px;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 27px;
  text-align: center;
  background: linear-gradient(149deg, #ffd74a 0%, #ff9718 100%);
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.theme_15 .course_card .certification .name {
  flex: 1;
  width: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_15 .course_card .teacher {
  display: flex;
  white-space: pre-wrap;
}
.theme_15 .course_card .teacher .name {
  flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_15 .course_card .teacher .time {
  color: #c4c4c4;
  margin-left: 10px;
}
.theme_15 .course_card_large {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-shadow: var(--box-shadow-base);
  border-radius: var(--border-radius-base);
  overflow: hidden;
}
.theme_15 .course_card_large .course_cover {
  width: 100%;
}
.theme_15 .course_card_large .course_title {
  font-size: 18px;
  color: var(--color-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_15 .course_card_large .course_content {
  position: relative;
  padding: 16px;
  box-sizing: border-box;
  flex: 1;
}
.theme_15 .course_card_large .course_desc {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  line-height: 1.5;
  overflow: hidden;
  font-size: 12px;
  color: #74767f;
  margin: 10px 0;
}
.theme_15 .course_card_large .tips {
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 12px;
  color: #4a4f64;
}
.theme_15 .course_back_card {
  display: block;
  width: 100%;
  height: 145px;
  margin-bottom: 20px;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  color: #4a4f64;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--box-shadow-base);
}
.theme_15 .course_back_card.educational .icon_video_1,
.theme_15 .course_back_card.educational .icon_video_2 {
  display: none;
}
.theme_15 .course_back_card .icon_video_1,
.theme_15 .course_back_card .icon_video_2 {
  width: 61px;
  position: absolute;
}
.theme_15 .course_back_card .icon_video_1 {
  width: 260px;
  right: 0;
  top: 43px;
}
.theme_15 .course_back_card.hover_class:hover {
  transform: scale(1.01, 1.02);
}
.theme_15 .course_back_card .el-col {
  padding-right: 3rem;
  box-sizing: border-box;
  overflow: hidden;
}
.theme_15 .course_back_card .course_name .title,
.theme_15 .course_back_card .item_content .teachers,
.theme_15 .course_back_card .item_content .college,
.theme_15 .course_back_card .item_content .date_addr > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_15 .course_back_card .course_name {
  display: flex;
  line-height: 45px;
  border-bottom: 1px solid #e2e3e9;
  padding: 0 20px;
  padding-left: 80px;
  box-sizing: border-box;
  align-items: center;
}
.theme_15 .course_back_card .course_name a:hover {
  color: var(--color-primary);
}
.theme_15 .course_back_card .course_name .title {
  font-size: 18px;
  font-weight: 600;
  color: #4a4f64;
}
.theme_15 .course_back_card .course_name .live_status {
  padding: 2px 6px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  background-color: #edfbee;
  color: #7fd37b;
  border-radius: 99px;
  height: 22px;
  line-height: 22px;
}
.theme_15 .course_back_card .course_name .live_status .iconfont {
  color: #7fd37b;
  margin-right: 2px;
}
.theme_15 .course_back_card .course_name .live_status img {
  height: 12px;
  margin-right: 4px;
}
.theme_15 .course_back_card .item_content {
  padding: 0 20px;
  padding-left: 80px;
  box-sizing: border-box;
  font-size: 13px;
}
.theme_15 .course_back_card .item_content > div {
  width: 100%;
}
.theme_15 .course_back_card .teachers {
  font-size: 14px;
  font-weight: 400;
  color: #4a4f64;
  display: flex;
  align-items: center;
  line-height: 32px;
  margin-top: 4px;
}
.theme_15 .course_back_card .teachers > span {
  font-weight: 600;
  line-height: 32px;
}
.theme_15 .course_back_card .teachers .iconfont {
  margin-right: 4px;
}
.theme_15 .course_back_card .college {
  display: flex;
  align-items: center;
}
.theme_15 .course_back_card .college .iconfont {
  margin-right: 4px;
}
.theme_15 .course_back_card .date_addr {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  position: relative;
}
.theme_15 .course_back_card .date_addr .year {
  width: 180px;
}
.theme_15 .course_back_card .date_addr .date {
  width: 180px;
}
.theme_15 .course_back_card .date_addr .addr {
  flex: 1;
  width: 0;
}
.theme_15 .course_back_card .date_addr span {
  vertical-align: middle;
}
.theme_15 .course_back_card .iconfont {
  color: #b1b4c2;
  margin-right: 2px;
}
.theme_15 .course_back_card .collect_num {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.theme_15 .course_back_card .collect_num > span {
  white-space: nowrap;
}
.theme_15 .course_back_card .collect_num .collect_btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.theme_15 .course_back_card .collect_num .collect_btn.active .collect {
  display: none;
}
.theme_15 .course_back_card .collect_num .collect_btn.active .cancel {
  display: block;
}
.theme_15 .course_back_card .collect_num .collect_btn.active .iconfont {
  color: #ffc03c;
}
.theme_15 .course_back_card .collect_num .collect_btn:hover .iconfont {
  color: #ffc03c;
}
.theme_15 .course_back_card .collect_num .collect_btn .cancel {
  display: none;
}
.theme_15 .teacher_card {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  box-shadow: var(--box-shadow-base);
  margin-bottom: 30px;
}
.theme_15 .teacher_card .teacher_cover {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.theme_15 .teacher_card .teacher_content {
  flex: 1;
  display: flex;
  align-items: center;
}
.theme_15 .teacher_card .teacher_content .teacher_info {
  height: 70px;
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  color: var(--color-gray);
  line-height: 16px;
}
.theme_15 .teacher_card .teacher_content .teacher_info a {
  font-size: 18px;
  line-height: 24px;
  color: var(--color-blank);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_15 .teacher_card .teacher_content .teacher_info a:hover {
  color: var(--color-primary);
}
.theme_15 .teacher_card .teacher_content .teacher_info div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_15 .teacher_card .teacher_content .concern_btn .el-button {
  height: 36px;
  line-height: 36px;
  width: 80px;
  text-align: center;
  padding: 0;
}
.theme_15 .teacher_card .teacher_content .concern_btn .concern {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.theme_15 .teacher_card .teacher_content .concern_btn .cancel {
  display: none;
  border-color: #ff4d4f;
  color: #ff4d4f;
}
.theme_15 .teacher_card .teacher_content .concern_btn .cancel:hover,
.theme_15 .teacher_card .teacher_content .concern_btn .cancel:active {
  border-color: #ff4d4f !important;
}
.theme_15 .teacher_card .teacher_content .concern_btn.active .concern {
  display: none;
}
.theme_15 .teacher_card .teacher_content .concern_btn.active .cancel {
  display: block;
}
.theme_15 .live_card {
  width: 100%;
  height: 130px;
  margin-bottom: 22px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: var(--box-shadow-base);
  display: flex;
  position: relative;
}
.theme_15 .live_card .live_cover {
  position: relative;
  width: 196px;
}
.theme_15 .live_card .live_cover img {
  width: 196px;
  height: 110px;
  object-fit: cover;
  left: 0;
  top: 0;
  transform: none;
}
.theme_15 .live_card .live_cover .live_status {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background-color: var(--color-primary);
  font-size: 0.8rem;
  padding: 0.3rem 0.4rem;
  border-radius: 0.2rem;
}
.theme_15 .live_card .live_cover .live_status.status_gray {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme_15 .live_card .live_cover .live_status.status_green {
  background-color: #71b604;
}
.theme_15 .live_card .live_cover .live_status img {
  width: auto;
  height: 12px;
  margin-right: 4px;
}
.theme_15 .live_card .item_content {
  flex: 1;
  width: 0;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme_15 .live_card .item_content .item_college {
  line-height: 1;
}
.theme_15 .live_card .item_content .item_title {
  font-size: 16px;
  font-weight: 600;
  color: #4a4f64;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.theme_15 .live_card .item_content .item_title:hover {
  color: var(--color-primary);
}
.theme_15 .live_card .item_content .course_title {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
.theme_15 .live_card .item_content .item_classroom,
.theme_15 .live_card .item_content .item_section {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_15 .live_card .item_content .tips {
  font-size: 12px;
  color: #4a4f64;
  display: flex;
  justify-content: space-between;
}
.theme_15 .live_card .item_content .tips > span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_15 .live_card .item_content .tips > span:first-child {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 12px;
}
.theme_15 .live_card .item_content .tips .hits {
  display: inline-flex;
  align-items: center;
}
.theme_15 .live_card .item_content .tips .hits .iconfont {
  width: 1rem;
  margin-right: 4px;
}
.theme_15 .course_type_icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
}
.theme_15 .course_type_name {
  display: inline-block;
  margin-left: 4px;
  color: #c4c4c4;
  font-size: 12px;
  vertical-align: top;
  cursor: pointer;
  font-weight: 400;
}
.theme_15 .course_type_name:hover {
  color: var(--color-primary);
}
.theme_15 .tabs {
  display: flex;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  margin-top: 14px;
  border-bottom: #eee 1px solid;
  font-weight: 600;
}
.theme_15 .tabs .tab {
  margin-right: 32px;
  box-sizing: border-box;
}
.theme_15 .tabs .tab.active {
  color: var(--color-primary);
  border-bottom: var(--color-primary) 4px solid;
}
.theme_15 .tabs .tab:hover {
  color: var(--color-primary);
}
.theme_15 .el-col-408 {
  width: 20%;
}
.theme_15 .el-col-offset-408 {
  margin-left: 20%;
}
.theme_15 .el-col-pull-408 {
  position: relative;
  right: 20%;
}
.theme_15 .el-col-push-408 {
  position: relative;
  left: 20%;
}
.theme_15 .total_panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
}
.theme_15 .total_panel .el-select {
  width: 8rem;
}
.theme_15 .total_panel .el-select:not(:last-child) {
  margin-right: 18px;
}
.theme_15 .hover_class {
  transition: 0.3s;
}
.theme_15 .hover_class:hover {
  transform: scale(1.05);
}
.theme_15 .el-pagination {
  text-align: center;
  padding: 55px 0;
  margin-bottom: 20px;
}
.theme_15 .el-empty {
  text-align: center;
}
.theme_15 .el-empty svg {
  width: 100px;
}
.theme_15 .icon_video {
  color: #ffbb9b;
}
.theme_15 .icon_audio {
  color: #6fddb7;
}
.theme_15 .icon_document {
  color: #6795df;
}
.theme_15 .icon_picture {
  color: #549cff;
}
.theme_15 .el-pagination.el-pagination--small .el-pagination__sizes {
  margin-top: -3px;
}
.theme_15 .el-pagination .el-pager .number {
  padding: 0;
  border-radius: 2px;
}
.theme_15 .el-pagination .el-pager .number.active {
  color: #fff;
  background-color: #549cff;
  background-color: var(--color-primary);
}
.theme_15 .el-pagination .el-pager li {
  font-size: 14px;
}
.theme_15 .course_note_panel {
  height: 100%;
  overflow-y: auto;
  position: relative;
  margin-bottom: 30px;
  padding-right: 2px;
}
.theme_15 .course_note_panel::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_15 .course_note_panel::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_15 .course_note_panel textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.theme_15 .course_note_panel .user_note_item {
  position: relative;
  margin-top: 20px;
  border-bottom: 1px solid #d5d5d5;
  padding: 0;
  transition: 0.3s;
  transition: all 0.3s;
}
.theme_15 .course_note_panel .user_note_item .open_close_btn {
  color: #303133;
}
.theme_15 .course_note_panel .user_note_item .open_close_btn:hover {
  color: var(--color-primary);
}
.theme_15 .course_note_panel .user_note_item.edit_active {
  padding: 10px;
}
.theme_15 .course_note_panel .user_note_item.edit_active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: var(--background-color-primary);
}
.theme_15 .course_note_panel .user_note_item .user_note_cover {
  width: 128px;
  height: 72px;
  margin-bottom: 10px;
  object-fit: contain;
  background: black;
  cursor: pointer;
  border-radius: 4px;
}
.theme_15 .course_note_panel .user_note_item .user_note_text {
  padding: 12px;
  font-size: 14px;
  color: #6e779d;
  background-color: #ebedf6;
  border-radius: 4px;
  margin-bottom: 12px;
  transition: all 0.8s;
}
.theme_15 .course_note_panel .user_note_item .user_note_panel {
  display: flex;
  justify-content: space-between;
}
.theme_15 .course_note_panel .user_note_item .user_note_panel i {
  font-size: 18px;
  vertical-align: middle;
}
.theme_15 .course_note_panel .user_note_item .user_note_panel .time {
  cursor: pointer;
}
.theme_15 .course_note_panel .user_note_item .user_note_panel .btn_group {
  margin-left: auto;
}
.theme_15 .course_note_panel .user_note_item .user_note_content {
  padding: 10px 0;
  word-break: break-all;
}
.theme_15 .course_note_panel .user_note_item .el-textarea {
  margin-top: 10px;
}
.theme_15 .course_note_panel .custom_tool_bar {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.theme_15 .course_note_panel .custom_tool_bar > div {
  font-size: 14px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  white-space: nowrap;
  padding: 0 10px;
  color: #666666;
}
.theme_15 .course_note_panel .custom_tool_bar > div + div {
  margin-left: 10px;
}
.theme_15 .course_note_panel .custom_tool_bar > div:last-child {
  margin-left: auto;
}
.theme_15 .course_note_panel .custom_tool_bar > div svg {
  margin-top: -3px;
}
.theme_15 .course_note_panel .custom_tool_bar button {
  cursor: pointer;
}
.theme_15 .course_note_panel .time_note_modal {
  width: 520px;
}
.theme_15 .course_note_panel .time_note_modal .el-dialog__header {
  height: 54px;
  border-bottom: 1px solid #f3f3f3;
}
.theme_15 .course_note_panel .time_note_modal .el-dialog__body {
  padding: 0 60px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.theme_15 .course_note_panel .time_note_modal .el-dialog__footer {
  border-top: 1px solid #f3f3f3;
  padding: 10px 60px;
}
.theme_15 .course_note_panel .time_note_modal .el-dialog__footer .el-button {
  width: 90px;
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
.theme_15 .course_note_panel .time_note_modal .el-dialog__footer .el-button + .el-button {
  margin-left: 20px;
}
.theme_15 .course_note_panel .time_note_modal .el-input {
  margin-top: 14px;
}
.theme_15 .course_note_panel .time_note_modal .el-radio {
  margin-top: 14px;
  margin-right: 14px;
}
.theme_15 .course_note_panel .time_note_modal .el-radio:nth-child(1) .iconfont {
  color: #ffb341;
}
.theme_15 .course_note_panel .time_note_modal .el-radio:nth-child(2) .iconfont {
  color: #ff7541;
}
.theme_15 .course_note_panel .time_note_modal .el-radio.is-checked:nth-child(1) .el-radio__label {
  background-color: #ffb341;
  color: #fff;
}
.theme_15 .course_note_panel .time_note_modal .el-radio.is-checked:nth-child(1) .el-radio__label .iconfont {
  color: #fff;
}
.theme_15 .course_note_panel .time_note_modal .el-radio.is-checked:nth-child(2) .el-radio__label {
  background-color: #ff7541;
  color: #fff;
}
.theme_15 .course_note_panel .time_note_modal .el-radio.is-checked:nth-child(2) .el-radio__label .iconfont {
  color: #fff;
}
.theme_15 .course_note_panel .time_note_modal .el-radio .el-radio__input {
  display: none;
}
.theme_15 .course_note_panel .time_note_modal .el-radio .el-radio__label {
  display: inline-block;
  width: 75px;
  line-height: 36px;
  text-align: center;
  background: #f7f9fa;
  border-radius: 6px;
  padding: 0;
}
.theme_15 .course_note_panel .time_note_modal .el-radio .el-radio__label .iconfont {
  margin-top: -4px;
  margin-right: 4px;
}
.theme_15 .course_note_panel .time_note_modal .time_wrap {
  color: #9d9d9d;
}
.theme_15 .course_note_panel .time_note_modal .time_wrap .iconfont {
  margin-right: 8px;
}
.theme_15 .course_note_panel_new {
  height: 100%;
  overflow-y: auto;
  position: relative;
  padding-right: 2px;
}
.theme_15 .course_note_panel_new::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_15 .course_note_panel_new::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_15 .course_note_panel_new textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.theme_15 .course_note_panel_new .user_note_item {
  position: relative;
  margin-top: 20px;
  border-bottom: 1px solid #d5d5d5;
  padding: 0;
  transition: 0.3s;
  transition: all 0.3s;
}
.theme_15 .course_note_panel_new .user_note_item .open_close_btn {
  color: #303133;
}
.theme_15 .course_note_panel_new .user_note_item .open_close_btn:hover {
  color: var(--color-primary);
}
.theme_15 .course_note_panel_new .user_note_item.edit_active {
  padding: 10px;
}
.theme_15 .course_note_panel_new .user_note_item.edit_active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: var(--background-color-primary);
}
.theme_15 .course_note_panel_new .user_note_item .user_note_cover {
  width: 128px;
  height: 72px;
  margin-bottom: 10px;
  object-fit: contain;
  background: black;
  cursor: pointer;
  border-radius: 4px;
}
.theme_15 .course_note_panel_new .user_note_item .user_note_text {
  padding: 12px;
  font-size: 14px;
  color: #6e779d;
  background-color: #ebedf6;
  border-radius: 4px;
  margin-bottom: 12px;
  transition: all 0.8s;
}
.theme_15 .course_note_panel_new .user_note_item .user_note_panel {
  display: flex;
  justify-content: space-between;
}
.theme_15 .course_note_panel_new .user_note_item .user_note_panel i {
  font-size: 18px;
  vertical-align: middle;
}
.theme_15 .course_note_panel_new .user_note_item .user_note_panel .time {
  cursor: pointer;
}
.theme_15 .course_note_panel_new .user_note_item .user_note_panel .btn_group {
  margin-left: auto;
}
.theme_15 .course_note_panel_new .user_note_item .user_note_content {
  padding: 10px 0;
  word-break: break-all;
}
.theme_15 .course_note_panel_new .user_note_item .el-textarea {
  margin-top: 10px;
}
.theme_15 .course_note_panel_new .tox {
  border: unset;
  border-radius: unset;
}
.theme_15 .course_note_panel_new .tox .tox-edit-area__iframe {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme_15 .course_note_panel_new .tox .tox-toolbar__group {
  padding: 0;
}
.theme_15 .course_note_panel_new .tox:not(.tox-tinymce-inline) .tox-editor-header {
  box-shadow: unset;
  padding: 0;
}
.theme_15 .course_note_panel_new .tox .tox-toolbar__primary {
  background-color: #f7f9fa;
}
.theme_15 .course_note_panel_new .tox .tox-edit-area {
  padding-bottom: 30px;
}
.theme_15 .course_note_panel_new .tox .tox-editor-container .tox-editor-header button[title="Font sizes"] {
  width: 80px !important;
}
.theme_15 .course_note_panel_new.not_video .custom_tool_bar .screenshoot_btn,
.theme_15 .course_note_panel_new.not_video .custom_tool_bar .timepoint_btn {
  display: none;
}
.theme_15 .course_note_panel_new .custom_tool_bar {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.theme_15 .course_note_panel_new .custom_tool_bar > div {
  font-size: 14px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  white-space: nowrap;
  padding: 0 10px;
  color: #666666;
}
.theme_15 .course_note_panel_new .custom_tool_bar > div + div {
  margin-left: 10px;
}
.theme_15 .course_note_panel_new .custom_tool_bar > div:last-child {
  margin-left: auto;
}
.theme_15 .course_note_panel_new .custom_tool_bar > div svg {
  margin-top: -3px;
}
.theme_15 .course_note_panel_new .custom_tool_bar button {
  cursor: pointer;
}
.theme_15 .course_note_panel_new .time_note_modal {
  width: 520px;
}
.theme_15 .course_note_panel_new .time_note_modal .el-dialog__header {
  height: 54px;
  border-bottom: 1px solid #f3f3f3;
}
.theme_15 .course_note_panel_new .time_note_modal .el-dialog__body {
  padding: 0 60px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.theme_15 .course_note_panel_new .time_note_modal .el-dialog__footer {
  border-top: 1px solid #f3f3f3;
  padding: 10px 60px;
}
.theme_15 .course_note_panel_new .time_note_modal .el-dialog__footer .el-button {
  width: 90px;
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
.theme_15 .course_note_panel_new .time_note_modal .el-dialog__footer .el-button + .el-button {
  margin-left: 20px;
}
.theme_15 .course_note_panel_new .time_note_modal .el-input {
  margin-top: 14px;
}
.theme_15 .course_note_panel_new .time_note_modal .el-checkbox {
  margin-top: 14px;
  margin-right: 14px;
}
.theme_15 .course_note_panel_new .time_note_modal .el-checkbox:nth-child(1) .iconfont {
  color: #ffb341;
}
.theme_15 .course_note_panel_new .time_note_modal .el-checkbox:nth-child(2) .iconfont {
  color: #ff7541;
}
.theme_15 .course_note_panel_new .time_note_modal .el-checkbox.is-checked:nth-child(1) .el-checkbox__label {
  background-color: #ffb341;
  color: #fff;
}
.theme_15 .course_note_panel_new .time_note_modal .el-checkbox.is-checked:nth-child(1) .el-checkbox__label .iconfont {
  color: #fff;
}
.theme_15 .course_note_panel_new .time_note_modal .el-checkbox.is-checked:nth-child(2) .el-checkbox__label {
  background-color: #ff7541;
  color: #fff;
}
.theme_15 .course_note_panel_new .time_note_modal .el-checkbox.is-checked:nth-child(2) .el-checkbox__label .iconfont {
  color: #fff;
}
.theme_15 .course_note_panel_new .time_note_modal .el-checkbox .el-checkbox__input {
  display: none;
}
.theme_15 .course_note_panel_new .time_note_modal .el-checkbox .el-checkbox__label {
  display: inline-block;
  width: 75px;
  line-height: 36px;
  text-align: center;
  background: #f7f9fa;
  border-radius: 6px;
  padding: 0;
}
.theme_15 .course_note_panel_new .time_note_modal .el-checkbox .el-checkbox__label .iconfont {
  margin-top: -4px;
  margin-right: 4px;
}
.theme_15 .course_note_panel_new .time_note_modal .time_wrap {
  color: #9d9d9d;
}
.theme_15 .course_note_panel_new .time_note_modal .time_wrap .iconfont {
  margin-right: 8px;
}
.theme_15 .course_overview_panel {
  height: 100%;
  overflow-y: auto;
}
.theme_15 .course_overview_panel::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_15 .course_overview_panel::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_15 .course_overview_panel .sub_title {
  margin-bottom: 20px;
  color: #4a4f64;
  font-size: 16px;
  font-weight: 600;
}
.theme_15 .course_overview_panel .overview_wrap {
  background-color: #f7f9fa;
  padding: 14px;
  padding-bottom: 20px;
  border-radius: 6px;
}
.theme_15 .course_overview_panel .overview_wrap .title {
  color: #4a4f64;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
.theme_15 .course_overview_panel .overview_wrap .detail {
  color: #4a4f64;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
}
.theme_15 .course_overview_panel .keyword_list .item {
  display: inline-block;
  margin-right: 12px;
  padding: 5px 12px;
  line-height: 1;
  color: var(--color-primary);
  background-color: var(--color-primary-11);
  border-radius: 99px;
  margin-bottom: 14px;
}
.theme_15 .course_overview_panel .course_knowledge_panel {
  position: relative;
}
.theme_15 .course_overview_panel .course_knowledge_panel::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 0;
  height: 100%;
  border-left: 1px dashed #7097ff;
}
.theme_15 .course_overview_panel .course_knowledge_panel .user_knowledge_item {
  margin: 12px 0;
  transition: 0.3s;
  cursor: pointer;
  background: #f7f9fa;
  margin-left: 38px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
}
.theme_15 .course_overview_panel .course_knowledge_panel .user_knowledge_item::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background-image: linear-gradient(to right, #549cff, #7d95ff);
  transform: rotate(45deg);
}
.theme_15 .course_overview_panel .course_knowledge_panel .user_knowledge_item.active {
  background-color: var(--background-color-primary);
  padding: 10px;
}
.theme_15 .course_overview_panel .course_knowledge_panel .user_knowledge_item img {
  object-fit: contain;
}
.theme_15 .course_overview_panel .course_knowledge_panel .time {
  margin-bottom: 10px;
}
.theme_15 .course_overview_panel .course_knowledge_panel .time .el-icon-video-play {
  font-size: 14px;
}
.theme_15 .course_overview_panel .course_knowledge_panel .user_knowledge_content {
  flex: 1;
  display: flex;
  font-size: 14px;
  color: #747477;
  line-height: 1.6;
}
.theme_15 .course_overview_panel .course_knowledge_panel .user_knowledge_content .user_knowledge_cover {
  width: 80px;
  height: 45px;
  background-color: black;
  object-fit: cover;
  border-radius: 4px;
}
.theme_15 .course_overview_panel .course_knowledge_panel .user_knowledge_content .name {
  flex: 1;
  width: 0;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #2e2e2e;
  margin-left: 10px;
}
.theme_15 .course_overview_panel .el-select {
  width: 100%;
  margin-bottom: 20px;
}
.theme_15 .comment_container .comment_item {
  display: flex;
  margin-top: 20px;
}
.theme_15 .comment_container .comment_item .comment_info {
  position: relative;
  flex: 1;
  margin-left: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d5d5d5;
}
.theme_15 .comment_container .comment_item .comment_info .comment_username {
  margin-bottom: 6px;
}
.theme_15 .comment_container .comment_item .comment_info .el-rate {
  margin-bottom: 6px;
}
.theme_15 .comment_container .comment_item .comment_info .comment_content {
  margin-top: 18px;
  font-size: 16px;
}
.theme_15 .comment_container .comment_item .comment_info .comment_time {
  margin-top: 6px;
  font-size: 14px;
  color: #999999;
}
.theme_15 #classroom_live_display {
  display: none;
}
.theme_15 .selected {
  color: #000 !important;
}
.theme_15 .xgplayer .selected {
  color: #fff !important;
}
.theme_15 .el-input__inner {
  border-radius: 2px;
}
.theme_15 #app .swiper-button-next,
.theme_15 #app .swiper-button-prev {
  color: var(--color-primary);
}
.theme_15 .voice_list_tips {
  background-color: #f7f8fa;
  color: #a6a6a6;
  padding: 2px;
  box-sizing: border-box;
  font-size: 12px;
  margin-bottom: 4px;
}
.theme_15 .voice_list_tips i {
  margin-right: 2px;
}
.theme_15 .voice_list .course_attach_wrapper {
  position: relative;
}
.theme_15 .voice_list .paragraph {
  margin-bottom: 12px;
  font-size: 14px;
}
.theme_15 .voice_list .paragraph span:hover {
  background-color: #f1f1f1;
}
.theme_15 .voice_list .paragraph .selected {
  background-color: #dcf0f8;
  color: #000000;
}
.theme_15 .voice_list .paragraph .active {
  color: #5da979;
}
.theme_15 .voice_list .paragraph .knowledge_point {
  cursor: pointer;
}
.theme_15 .voice_list .paragraph .knowledge_point .search_icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  position: relative;
  vertical-align: top;
  margin-top: 4px;
}
.theme_15 .voice_list .paragraph .knowledge_point .search_icon:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 1px;
  background-color: var(--color-primary);
  left: 100%;
  top: 7px;
  transform: rotate(45deg);
}
.theme_15 .voice_list .knowledge_point_modal {
  position: fixed;
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
  z-index: 9999;
  border-radius: 4px;
  background-color: #fff;
}
.theme_15 .voice_list .knowledge_point_modal .title {
  display: flex;
  padding: 15px 10px;
  box-sizing: border-box;
  align-items: center;
  font-weight: 600;
  padding-bottom: 0;
}
.theme_15 .voice_list .knowledge_point_modal .title:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background-color: var(--color-primary);
  margin-right: 4px;
}
.theme_15 .voice_list .knowledge_point_modal .title .el-icon-close {
  margin-left: auto;
}
.theme_15 .voice_list .knowledge_point_modal .tips {
  color: #999;
}
.theme_15 .voice_list .knowledge_point_modal .content {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  line-height: 2;
  max-height: 450px;
  overflow-y: auto;
}
.theme_15 .voice_list .knowledge_point_modal .content::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_15 .voice_list .knowledge_point_modal .content::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_15 .voice_list .knowledge_point_modal .content.if_overFlow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.theme_15 .voice_list .knowledge_point_modal .content .detail {
  line-height: 1.6;
}
.theme_15 .voice_list .knowledge_point_modal .content video {
  width: 100%;
  margin-top: 10px;
}
.theme_15 .voice_list .knowledge_point_modal .content a {
  color: var(--color-primary);
}
.theme_15 .voice_list .knowledge_point_modal .more_btn {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: var(--color-primary);
  background-color: #f9f9f9;
  border-top: 1px solid #f5f5f5;
}
.theme_15 .voice_list .knowledge_point_modal .mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.theme_15 .video_text_btn {
  width: auto;
  min-width: unset;
  background-color: #2a73cc;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
.theme_15 .video_text_btn .popper__arrow:after {
  border-top-color: #2a73cc !important;
}
.theme_15 .add_note_btn {
  padding: 8px;
}
.theme_15 .add_note_btn_select {
  display: none;
  position: absolute;
  top: 0;
  left: 3px;
  padding: 8px;
  background-color: #2a73cc;
  color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  z-index: 9999;
}
.theme_15 .add_note_btn_select::after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 20px solid #2a73cc;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.theme_15 .el-empty {
  margin-bottom: 20px;
}
.theme_15 .el-empty .el-empty__description {
  margin-top: 10px;
}
.theme_15 .el-button--primary.is-disabled,
.theme_15 .el-button--primary.is-disabled:active,
.theme_15 .el-button--primary.is-disabled:focus,
.theme_15 .el-button--primary.is-disabled:hover {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.theme_15 button.el-button:active {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.theme_15 button.el-button--text:focus,
.theme_15 button.el-button--text:hover {
  border-color: transparent !important;
  color: var(--color-primary);
}
.theme_15 .question_answer_panel .el-dialog__wrapper .el-radio {
  display: flex;
  margin-bottom: 10px;
}
.theme_15 .question_answer_panel .page1 > .el-button {
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 16px;
}
.theme_15 .question_answer_panel .page1 .el-button,
.theme_15 .question_answer_panel .page1 .el-button:hover {
  border-radius: 99px;
  padding: 6px 10px;
  background-color: unset !important;
  color: var(--color-primary);
  font-size: 14px;
}
.theme_15 .question_answer_panel .page2 .back-container {
  color: #828282;
  font-size: 14px;
  cursor: pointer;
}
.theme_15 .question_answer_panel .page2 .relative-content {
  margin: 20px 0 10px;
}
.theme_15 .question_answer_panel .page2 .relative-content span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  background: rgba(84, 156, 255, 0.1);
  border-radius: 14px;
  color: #549cff;
}
.theme_15 .question_answer_panel .page2 .relative-content span::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
  width: 5px;
  height: 5px;
  background: #549cff;
  border-radius: 50%;
}
.theme_15 .question_answer_panel .page2 .el-form textarea {
  min-height: 135px !important;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN-Normal, SourceHanSansCN, PingFangSC-Regular, PingFang SC, MicrosoftYaHei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.theme_15 .question_answer_panel .page2 .el-form .el-input .el-input__inner {
  padding: 0 45px 0 15px;
}
.theme_15 .question_answer_panel .page2 .btn-container .el-button {
  margin-right: 15px;
}
.theme_15 .question_answer_panel .page2 .btn-container .el-checkbox {
  line-height: 32px;
}
.theme_15 .question_answer_panel .page2 .btn-container .el-checkbox__inner {
  border-radius: 50%;
}
.theme_15 .question_answer_panel .el-button--text svg {
  margin-top: -2px;
  margin-right: 4px;
}
.theme_15 .question_detail .el-pagination {
  margin-top: 20px;
}
.theme_15 .question_detail .header-container {
  margin-top: 20px;
}
.theme_15 .question_detail .back-container {
  color: #828282;
  font-size: 14px;
  cursor: pointer;
}
.theme_15 .question_detail .reply-container .reply-count {
  margin: 20px 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.theme_15 .question_detail .reply-container .el-input input {
  background: #f4f4f4;
  color: #828282;
}
.theme_15 .question_detail .reply-container .reply-btn {
  display: flex;
  justify-content: right;
  margin-top: 5px;
}
.theme_15 .question_detail .reply-container .reply-btn .el-button {
  margin-left: 10px;
}
.theme_15 .question_detail .reply-container .reply-btn .el-checkbox {
  line-height: 32px;
}
.theme_15 .question_detail .reply-container .reply-btn .el-checkbox__inner {
  border-radius: 50%;
}
.theme_15 .question_detail .comment-children-container {
  background: #f4f4f4;
  margin-left: 34px;
  margin-top: 20px;
  padding: 15px 10px 15px 15px;
  position: relative;
  border-radius: 4px;
}
.theme_15 .question_detail .comment-children-container::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 12px;
  display: block;
  border: 12px solid transparent;
  border-bottom-color: #f4f4f4;
}
.theme_15 .question_detail .line-container {
  margin-top: 15px;
  height: 1px;
  background-color: #eee;
  display: flex;
  justify-content: space-between;
}
.theme_15 .question_detail .line-container .line-left {
  display: none;
  width: 57px;
  height: 0;
  border-top: 10px solid var(--color-primary);
  border-right: 5px solid transparent;
}
.theme_15 .question_detail .line-container .line-right {
  display: none;
  width: 289px;
  height: 0;
  border-bottom: 10px solid #f4f4f4;
  border-left: 5px solid transparent;
}
.theme_15 .question_detail .comment-item-container {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.theme_15 .question_detail .el-button--text {
  color: #2e2e2e;
}
.theme_15 .question_detail .el-button--text:hover {
  background-color: unset;
  outline: unset;
  border: unset;
  color: unset;
}
.theme_15 .question_detail .iconfont {
  margin-top: -2px;
  margin-right: 4px;
}
.theme_15 .comment-item {
  margin-top: 10px;
}
.theme_15 .comment-item .comment-header-container {
  display: flex;
}
.theme_15 .comment-item .comment-header-container .avatar {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background: #eee;
  overflow: hidden;
}
.theme_15 .comment-item .comment-header-container .avatar img {
  width: 26px;
  height: 26px;
}
.theme_15 .comment-item .comment-header-container .name,
.theme_15 .comment-item .comment-header-container .target-name {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
  margin: 0 5px;
}
.theme_15 .comment-item .comment-header-container .isOverflow {
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_15 .comment-item .comment-header-container .tag {
  margin-top: 3px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  padding: 0 6px;
  font-weight: 400;
  color: #397cdd;
  background: #ebf3ff;
  border-radius: 2px;
  border: 1px solid #397cdd;
}
.theme_15 .comment-item .comment-header-container .text {
  margin-top: 3px;
  margin-left: 5px;
}
.theme_15 .comment-item .comment-header-container .target-name-container,
.theme_15 .comment-item .comment-header-container .name-container {
  display: flex;
}
.theme_15 .comment-item .comment-content {
  margin: 10px 0 10px 36px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.theme_15 .comment-item .comment-btn-container {
  display: flex;
  margin-left: 36px;
  justify-content: space-between;
}
.theme_15 .comment-item .comment-btn-container .comment-date {
  font-size: 12px;
  font-weight: 400;
  color: #5d5d5d;
}
.theme_15 .comment-item .comment-btn-container .comment-btn {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  align-items: center;
}
.theme_15 .comment-item .comment-btn-container .comment-btn > span {
  padding-bottom: 4px;
}
.theme_15 .comment-item .comment-btn-container .comment-btn i {
  margin-right: 5px;
  display: inline-block;
}
.theme_15 .comment-item .comment-btn-container .comment-btn .comment,
.theme_15 .comment-item .comment-btn-container .comment-btn .delete {
  cursor: pointer;
}
.theme_15 .comment-item .comment-btn-container .comment-btn .hover {
  color: var(--color-primary);
}
.theme_15 .comment-item .comment-btn-container .comment-btn .col-line {
  width: 1px;
  height: 12px;
  background-color: #bfbfbf;
  margin: 3px 10px;
}
.theme_15 .comment-item .reply-btn {
  margin-top: 10px;
}
.theme_15 .comment-item .reply-btn .reply-btn-container {
  display: flex;
  justify-content: right;
  margin-top: 5px;
}
.theme_15 .comment-item .reply-btn .reply-btn-container .el-checkbox {
  line-height: 32px;
}
.theme_15 .comment-item .reply-btn .reply-btn-container .el-button {
  margin-left: 10px;
}
.theme_15 .comment-item .reply-btn .reply-btn-container .el-checkbox__inner {
  border-radius: 50%;
}
.theme_15 .question_detail .header-container,
.theme_15 .question_answer_item .header-container {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.theme_15 .question_detail .line,
.theme_15 .question_answer_item .line {
  width: 24px;
  height: 4px;
  background: #d8d8d8;
  border-radius: 2px;
  margin: 10px 0;
}
.theme_15 .question_detail .content,
.theme_15 .question_answer_item .content {
  color: #2e2e2e;
  line-height: 20px;
  margin: 6px 0;
}
.theme_15 .question_detail .footer-container,
.theme_15 .question_answer_item .footer-container {
  line-height: 28px;
  display: flex;
  color: #828282;
  font-size: 13px;
}
.theme_15 .question_detail .footer-container .el-button--text,
.theme_15 .question_answer_item .footer-container .el-button--text {
  color: #2e2e2e;
  margin-right: 10px;
  margin-left: 0;
  line-height: 28px;
}
.theme_15 .question_detail .footer-container .el-button--text:hover,
.theme_15 .question_answer_item .footer-container .el-button--text:hover,
.theme_15 .question_detail .footer-container .el-button--text:focus,
.theme_15 .question_answer_item .footer-container .el-button--text:focus,
.theme_15 .question_detail .footer-container .el-button--text:active,
.theme_15 .question_answer_item .footer-container .el-button--text:active {
  color: var(--color-primary);
  border: none;
}
.theme_15 .question_detail .footer-container .stu-name,
.theme_15 .question_answer_item .footer-container .stu-name {
  margin-right: 10px;
  max-width: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_15 .question_detail .footer-container .stu-name2,
.theme_15 .question_answer_item .footer-container .stu-name2 {
  margin-right: 6px;
}
.theme_15 .question_answer_item {
  margin-bottom: 14px;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #ededed;
  padding-bottom: 4px;
}
.theme_15 .question_answer_item .top-container {
  cursor: pointer;
}
.theme_15 .question_answer_item .header-container .permission_icon {
  display: inline-block;
  background-color: var(--color-primary-11);
  color: var(--color-primary);
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-weight: 400;
  margin-right: 8px;
}
.theme_15 .question_answer_item .header-container .message-container {
  margin-left: 5px;
  padding: 0 5px;
  line-height: 19px;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 2px;
}
.theme_15 .question_answer_item .header-container .message-container::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: rotate(45deg) translateY(-50%);
  display: inline-block;
  background: white;
  border: 1px solid var(--color-primary);
  border-right-color: transparent;
  border-top-color: transparent;
}
.theme_15 .question_answer_item .header-container .new-tag {
  display: inline-block;
  margin-left: 17px;
  background-color: var(--color-primary);
  border-radius: 0 2px 2px 0;
  padding: 0 5px;
  color: #fff;
  position: relative;
}
.theme_15 .question_answer_item .header-container .new-tag::before {
  content: "";
  display: inline-block;
  border-right: 14px solid var(--color-primary);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 11px solid transparent;
  position: absolute;
  left: -24px;
}
.theme_15 .question_answer_item .content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_15 .question_answer_item .footer-container .col-line {
  margin: 0;
  margin-top: 7px;
}
.theme_15 .el-tabs__nav .el-tabs__item {
  padding: 0 15px;
}
.theme_15 .el-tabs__nav .el-tabs__item:focus {
  box-shadow: unset !important;
}
.theme_15 .course_picture_panel {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.theme_15 .course_picture_panel::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_15 .course_picture_panel::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_15 .course_picture_panel .course_picture_item {
  height: 130px;
  display: flex;
  box-sizing: border-box;
  cursor: pointer;
}
.theme_15 .course_picture_panel .course_picture_item.active .item_right img {
  border: var(--color-primary) 2px solid;
}
.theme_15 .course_picture_panel .course_picture_item .item_left {
  flex: 1;
  height: 100%;
  border-right: #f0f0f0 2px solid;
  margin-right: 26px;
  position: relative;
}
.theme_15 .course_picture_panel .course_picture_item .item_left .icon {
  position: absolute;
  top: 3px;
  right: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: var(--color-primary) 2px solid;
  background-color: #fff;
}
.theme_15 .course_picture_panel .course_picture_item .item_left .time {
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
}
.theme_15 .course_picture_panel .course_picture_item .item_right {
  width: 196px;
  height: 100%;
  position: relative;
}
.theme_15 .course_picture_panel .course_picture_item .item_right img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.theme_15 .course_picture_panel .course_picture_item .item_right .index {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
}
.theme_15 .public_frame_modal {
  line-height: 1;
}
.theme_15 .public_frame_modal .el-dialog {
  width: 400px;
}
.theme_15 .public_frame_modal .el-dialog__header {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}
.theme_15 .public_frame_modal .el-dialog__body {
  padding: 30px;
  padding-bottom: 20px;
}
.theme_15 .public_frame_modal .frame_list .frame_item {
  margin-top: 14px;
}
.theme_15 .public_frame_modal .frame_list .frame_item .el-checkbox {
  margin-right: 10px;
}
.theme_15 .public_frame_modal .footer {
  text-align: center;
}
.theme_15 .public_frame_modal .footer .tips {
  font-size: 14px;
  font-weight: 400;
  color: #9d9d9d;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 80px;
}
.theme_15 .resource_download_modal .el-dialog__body .el-table {
  height: auto !important;
  max-height: 300px !important;
}
.theme_15 .resource_download_modal .el-dialog__body .el-table .el-table__body-wrapper {
  height: auto !important;
  overflow-y: scroll;
}
.theme_15 .resource_download_modal .el-dialog__body .el-table .el-table__header-wrapper {
  overflow-y: scroll;
}
.theme_15 .resource_download_modal .el-dialog__body .el-table .el-table__header-wrapper::-webkit-scrollbar {
  opacity: 0;
}
.theme_15 .resource_share_modal .el-dialog__body {
  padding: 0 20px;
}
.theme_15 .message-box {
  width: 280px;
}
.theme_15 .message-box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.theme_15 .message-box::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_15 .message-box .look-more {
  color: var(--color-primary);
  text-align: center;
  display: block;
  cursor: pointer;
}
.theme_15 .message-box .message-item {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 10px;
}
.theme_15 .message-box .message-item .prefix {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin: 6px 5px 0;
}
.theme_15 .message-box .message-item .prefix.unread {
  background-color: var(--color-primary);
}
.theme_15 .message-box .message-item .box {
  width: 260px;
}
.theme_15 .message-box .message-item .box .title {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
.theme_15 .message-box .message-item .box .date {
  font-size: 12px;
  color: #8d8d8d;
}
.theme_15 .message-box .message-item .message-text span {
  color: #8d8d8d;
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
}
.theme_15 .message-box .message-item .content a {
  font-size: 14px;
  color: var(--color-primary);
}
.theme_15 .offline_list_modal .offline_list_modal_header {
  color: var(--color-blank);
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  border-bottom: 1px solid #ebeef5;
  padding-bottom: 10px;
}
.theme_15 .offline_list_modal .offline_list_modal_header svg {
  color: var(--color-primary);
  margin-right: 6px;
}
.theme_15 .offline_list_modal .offline_list_modal_body {
  padding: 20px;
  font-size: 14px;
}
.theme_15 .offline_list_modal .offline_list .offline_item {
  width: 100%;
  display: flex;
  line-height: 40px;
}
.theme_15 .offline_list_modal .offline_list .offline_item .label {
  width: 5em;
  text-align: right;
  margin-right: 12px;
}
.theme_15 .offline_list_modal .offline_list .offline_item .value {
  flex: 1;
  white-space: pre-wrap;
}
.theme_15 .live_interaction {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.theme_15 .live_interaction .scroll_box {
  overflow-y: auto;
  flex: 1;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 20%;
  box-sizing: border-box;
  position: relative;
}
.theme_15 .live_interaction .scroll_box::-webkit-scrollbar {
  width: 6px;
}
.theme_15 .live_interaction .scroll_box::-webkit-scrollbar-thumb {
  background-color: #babfcd;
  border-radius: 99px;
}
.theme_15 .live_interaction .delete_btn {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 0;
  transition: height 0.2s;
  right: 10px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  user-select: none;
}
.theme_15 .live_interaction .list .item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.theme_15 .live_interaction .list .item span {
  color: #999;
}
.theme_15 .live_interaction .list .item span.content {
  color: #fff;
  flex: 1;
  white-space: pre-wrap;
  word-break: break-all;
}
.theme_15 .live_interaction .list .item.load_more {
  justify-content: center;
}
.theme_15 .live_interaction .list .item.load_more span {
  color: #fff;
}
.theme_15 .live_interaction .input {
  text-align: right;
  display: flex;
}
.theme_15 .live_interaction .input .el-button {
  margin-left: 10px;
  padding: 0 10px;
}
.theme_15 .live_interaction .input textarea {
  background-color: #babfcd;
}
.theme_15 .live_interaction .input textarea::placeholder {
  color: #3a3c40;
}
.theme_15 .live_interaction .input .el-input__count {
  color: #3a3c40;
  background-color: unset;
}
.theme_15 .live_interaction .el-button--text:hover {
  border: unset;
}
.theme_15 .iconfont {
  cursor: pointer;
}
.theme_15 .navigation_mobile_workspace {
  display: none;
}
.theme_15 .search_history_item .name {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}
.theme_15 .search_history_box.el-autocomplete-suggestion {
  width: 100%;
}
.theme_15 .search_history_box.el-autocomplete-suggestion ul {
  padding: 7px 24px;
  box-sizing: border-box;
}
.theme_15 .search_history_box.el-autocomplete-suggestion li {
  padding: 0;
  line-height: 1;
}
.theme_15 .search_history_box.el-autocomplete-suggestion li:hover {
  background-color: unset;
}
.theme_15 .search_history_box.el-autocomplete-suggestion li + li {
  border-top: 1px solid #f4f4f4;
  padding-top: 24px;
  margin-top: 24px;
}
.theme_15 .search_history_box.el-autocomplete-suggestion li .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 16px;
}
.theme_15 .search_history_box.el-autocomplete-suggestion li .header .btn {
  font-size: 12px;
  color: #949494;
}
.theme_15 .search_history_box.el-autocomplete-suggestion li .header .btn:hover {
  color: var(--color-primary);
}
.theme_15 .search_history_box.el-autocomplete-suggestion li .header .btn .iconfont {
  margin-top: -2px;
  margin-right: 2px;
}
.theme_15 .search_history_box.el-autocomplete-suggestion li .header .title {
  font-weight: 600;
  color: #000;
  position: relative;
  padding-left: 14px;
}
.theme_15 .search_history_box.el-autocomplete-suggestion li .header .title::before {
  content: "";
  width: 4px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-primary);
  border-radius: 2px;
}
.theme_15 .search_history_box.el-autocomplete-suggestion .search_history_item .list {
  width: 100%;
  white-space: wrap;
  margin-right: -20px;
}
.theme_15 .search_history_box.el-autocomplete-suggestion .search_history_item .list .item {
  line-height: 1;
  display: inline-block;
  background-color: #f0f0f0;
  padding: 6px 12px;
  margin-right: 10px;
  border-radius: 99px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 12px;
}
.theme_15 .search_history_box.el-autocomplete-suggestion .search_history_item .list .item:hover {
  color: var(--color-primary);
}
.theme_15 .search_history_box.el-autocomplete-suggestion .search_hot_item .list {
  white-space: wrap;
}
.theme_15 .search_history_box.el-autocomplete-suggestion .search_hot_item .list .item {
  cursor: pointer;
  display: inline-block;
  background-color: #f0f0f0;
  padding: 6px 12px;
  margin-right: 10px;
  border-radius: 99px;
  margin-top: 12px;
  font-size: 12px;
}
.theme_15 .search_history_box.el-autocomplete-suggestion .search_hot_item .list .item:hover {
  color: var(--color-primary);
}
.theme_15 .search_history_box.el-autocomplete-suggestion .search_hot_item .list .item .icon {
  display: inline-block;
  width: 11px;
  height: 14px;
  vertical-align: middle;
  object-fit: contain;
  margin-right: 2px;
}
.theme_15 .search_history_box.el-autocomplete-suggestion .search_hot_item .list .item .label {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.theme_15 .search_history_box.el-autocomplete-suggestion .search_hot_item .list .item:nth-child(1) .sort {
  color: #ff2448;
}
.theme_15 .search_history_box.el-autocomplete-suggestion .search_hot_item .list .item:nth-child(2) .sort {
  color: #ff5c38;
}
.theme_15 .search_history_box.el-autocomplete-suggestion .search_hot_item .list .item:nth-child(3) .sort {
  color: #ffb821;
}
.theme_15 .search_history_box.el-autocomplete-suggestion .search_lenovo_item .item {
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theme_15 .search_history_box.el-autocomplete-suggestion .search_lenovo_item .item:hover {
  color: var(--color-primary);
}
.theme_15 .search_history_box .el-autocomplete-suggestion__wrap {
  max-height: unset;
}
.theme_15 .video_progress_custom {
  display: block;
  position: absolute;
  height: 20px;
  line-height: 20px;
  left: 12px;
  right: 12px;
  outline: none;
  top: -15px;
  z-index: 10;
}
.theme_15 .video_progress_custom .r-prg-outer {
  background: hsla(0, 0%, 100%, 0.3);
  display: block;
  height: 3px;
  line-height: 3px;
  margin-top: 8.5px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.theme_15 .video_progress_custom:hover .r-prg-outer,
.theme_15 .video_progress_custom:active .r-prg-outer {
  height: 6px;
  margin-top: 7px;
}
.theme_15 .video_progress_custom:hover .r-prg-outer .r-prg-btn,
.theme_15 .video_progress_custom:active .r-prg-outer .r-prg-btn {
  display: block;
}
.theme_15 .video_progress_custom .r-prg-played {
  display: block;
  background-image: linear-gradient(-90deg, #fa1f41, #e31106);
  border-radius: 0 1.5px 1.5px 0;
  height: 100%;
  position: relative;
}
.theme_15 .video_progress_custom .r-prg-btn {
  display: none;
  position: absolute;
  right: 0;
  top: -4px;
  width: 13px;
  height: 13px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.26);
  left: 100%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 36;
}
.theme_15 .manager_join_course_modal .el-dialog {
  width: 500px;
}
.theme_15 .manager_join_course_modal .el-dialog__body {
  padding: 40px 30px;
  padding-top: 30px;
}
.theme_15 .manager_join_course_modal .join_form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.theme_15 .manager_join_course_modal .el-button {
  margin: 0 auto;
  margin-top: 10px;
  width: 65px;
  height: 32px;
}
.theme_15 .manager_join_course_modal .el-radio__label {
  width: 100%;
  display: inline-flex;
  line-height: 1.5;
}
.theme_15 .manager_join_course_modal .el-radio__label div {
  display: inline-block;
  width: 60px;
}
.theme_15 .manager_join_course_modal .el-radio__label .desc {
  flex: 1;
  width: 0;
  color: #999;
  white-space: wrap;
}
.theme_15 .pc_show {
  display: inherit !important;
}
.theme_15 .mobile_show {
  display: none !important;
}
.theme_15 .multi_view_player_container .tool_bar input[type="checkbox"]:checked {
  position: relative;
  box-sizing: border-box;
}
.theme_15 .multi_view_player_container .tool_bar input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
}
.theme_15 .multi_view_player_container .tool_bar input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 20%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -70%) rotate(-45deg);
}
.theme_15 .knowledge_point_card {
  border-radius: var(--border-radius-base);
  overflow: hidden;
  box-shadow: var(--box-shadow-base);
  margin-bottom: 15px;
  cursor: pointer;
}
.theme_15 .knowledge_point_card .cover {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.theme_15 .knowledge_point_card .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.theme_15 .knowledge_point_card .cover .time {
  position: absolute;
  bottom: 0;
  right: 6px;
  line-height: 1.8;
  color: #fff;
}
.theme_15 .knowledge_point_card .content {
  height: 40px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
.theme_15 .knowledge_point_card .content .name,
.theme_15 .knowledge_point_card .content .tips {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_15 .knowledge_point_card .content .tips {
  margin-top: 4px;
}
.theme_15 .knowledge_point_card .content .tips .course_name {
  color: var(--color-primary);
}
.theme_15 .knowledge_point_modal .el-dialog {
  width: 620px;
}
.theme_15 .knowledge_point_modal .el-dialog__body {
  padding: 10px 20px;
}
.theme_15 .knowledge_point_modal .top_tips {
  height: 40px;
  line-height: 40px;
  background: #f7f8fa;
  padding: 0 10px;
}
.theme_15 .knowledge_point_modal .top_tips span {
  color: var(--color-primary);
}
.theme_15 .knowledge_point_modal .el-button {
  margin-left: 100%;
  transform: translateX(-100%);
}
.theme_15 .knowledge_course_list,
.theme_15 .knowledge_online_list,
.theme_15 .knowledge_map_list,
.theme_15 .knowledge_resource_list {
  height: 300px;
  overflow-y: auto;
}
.theme_15 .knowledge_course_list::-webkit-scrollbar,
.theme_15 .knowledge_online_list::-webkit-scrollbar,
.theme_15 .knowledge_map_list::-webkit-scrollbar,
.theme_15 .knowledge_resource_list::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_15 .knowledge_course_list::-webkit-scrollbar-thumb,
.theme_15 .knowledge_online_list::-webkit-scrollbar-thumb,
.theme_15 .knowledge_map_list::-webkit-scrollbar-thumb,
.theme_15 .knowledge_resource_list::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_15 .knowledge_course_list .item,
.theme_15 .knowledge_online_list .item,
.theme_15 .knowledge_map_list .item,
.theme_15 .knowledge_resource_list .item {
  display: inline-flex;
  vertical-align: top;
  height: 102px;
  width: calc(50% - 5px);
  border: 1px solid #f1f1f1;
  box-shadow: 0px 2px 7px 2px rgba(129, 129, 129, 0.06);
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 8px;
  box-sizing: border-box;
}
.theme_15 .knowledge_course_list .item:nth-child(2n),
.theme_15 .knowledge_online_list .item:nth-child(2n),
.theme_15 .knowledge_map_list .item:nth-child(2n),
.theme_15 .knowledge_resource_list .item:nth-child(2n) {
  margin-left: 10px;
}
.theme_15 .knowledge_course_list .item.active,
.theme_15 .knowledge_online_list .item.active,
.theme_15 .knowledge_map_list .item.active,
.theme_15 .knowledge_resource_list .item.active {
  border-color: var(--color-primary);
}
.theme_15 .knowledge_course_list .item .cover,
.theme_15 .knowledge_online_list .item .cover,
.theme_15 .knowledge_map_list .item .cover,
.theme_15 .knowledge_resource_list .item .cover {
  border-radius: 5px;
}
.theme_15 .knowledge_course_list .item .content,
.theme_15 .knowledge_online_list .item .content,
.theme_15 .knowledge_map_list .item .content,
.theme_15 .knowledge_resource_list .item .content {
  flex: 1;
  width: 0;
  padding: 4px;
  box-sizing: border-box;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme_15 .knowledge_course_list .item .content .name,
.theme_15 .knowledge_online_list .item .content .name,
.theme_15 .knowledge_map_list .item .content .name,
.theme_15 .knowledge_resource_list .item .content .name,
.theme_15 .knowledge_course_list .item .content .tips,
.theme_15 .knowledge_online_list .item .content .tips,
.theme_15 .knowledge_map_list .item .content .tips,
.theme_15 .knowledge_resource_list .item .content .tips {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_15 .knowledge_course_list .item .content .name,
.theme_15 .knowledge_online_list .item .content .name,
.theme_15 .knowledge_map_list .item .content .name,
.theme_15 .knowledge_resource_list .item .content .name {
  font-size: 15px;
  font-weight: 500;
  color: #4a4f64;
}
.theme_15 .knowledge_course_list .item .content .tips,
.theme_15 .knowledge_online_list .item .content .tips,
.theme_15 .knowledge_map_list .item .content .tips,
.theme_15 .knowledge_resource_list .item .content .tips {
  margin-top: 8px;
}
.theme_15 .knowledge_course_list .item .content .tips span,
.theme_15 .knowledge_online_list .item .content .tips span,
.theme_15 .knowledge_map_list .item .content .tips span,
.theme_15 .knowledge_resource_list .item .content .tips span {
  color: #666;
  font-size: 12px;
}
.theme_15 .xgplayer-skin-default .xgplayer-controls .xgplayer-definition {
  width: 80px;
}
.theme_15 .xgplayer-skin-default .xgplayer-controls .xgplayer-definition ul {
  width: 80px;
}
.theme_15 .xgplayer-skin-default .xgplayer-controls .xgplayer-definition ul li {
  color: #fff;
  opacity: 1;
}
.theme_15 .xgplayer-skin-default .xgplayer-controls .xgplayer-definition ul li.selected {
  color: var(--color-primary) !important;
}
.theme_15 .xgplayer-skin-default .xgplayer-controls .xgplayer-definition ul li[url="none"] {
  pointer-events: none;
  cursor: not-allowed;
  touch-events: none;
  user-select: none;
  opacity: 0.7;
}
.theme_15 .xgplayer-skin-default .xgplayer-controls .xgplayer-definition .name {
  white-space: nowrap;
}
.theme_15 .video_question_modal .el-dialog__footer {
  text-align: center;
}
.theme_15 .video_question_modal .el-dialog__header > div {
  width: 100%;
  display: flex;
}
.theme_15 .video_question_modal .el-dialog__header .sort {
  font-size: 12px;
  color: #999;
  margin-left: 4px;
}
.theme_15 .video_question_modal .el-dialog__header a {
  color: var(--color-primary);
  font-size: 12px;
  margin-left: auto;
}
.theme_15 .video_question_modal .el-dialog__body {
  padding: 10px 20px;
}
.theme_15 .video_question_modal .question_content {
  display: flex;
  flex-direction: column;
}
.theme_15 .video_question_modal .question_content .el-radio,
.theme_15 .video_question_modal .question_content .el-checkbox {
  display: flex;
  align-items: center;
}
.theme_15 .video_question_modal .question_content .el-radio + .el-radio,
.theme_15 .video_question_modal .question_content .el-checkbox + .el-radio,
.theme_15 .video_question_modal .question_content .el-radio + .el-checkbox,
.theme_15 .video_question_modal .question_content .el-checkbox + .el-checkbox {
  margin-top: 15px;
}
.theme_15 .video_question_modal .question_content .el-radio__label,
.theme_15 .video_question_modal .question_content .el-checkbox__label {
  display: inline-flex;
  align-items: center;
}
.theme_15 .video_question_modal .question_content .tag {
  display: inline-block;
  padding: 2px 8px;
  border-style: solid;
  border-width: 1px;
  margin-left: 8px;
  font-size: 12px;
}
.theme_15 .video_question_modal .question_content .tag.current {
  color: #67c23a;
  border-color: #67c23a;
  background-color: #f0f9eb;
}
.theme_15 .video_question_modal .question_content .tag.current i {
  width: 10px;
  height: 4px;
  display: inline-block;
  border-left: #67c23a 1px solid;
  border-bottom: #67c23a 1px solid;
  transform: rotate(-45deg) translate(2px, -2px);
}
.theme_15 .video_question_modal .question_content .tag.error {
  color: #f56c6c;
  border-color: #f56c6c;
  background-color: #fef0f0;
}
.theme_15 .video_question_modal .question_content .tag.error i {
  position: relative;
  display: inline-block;
  width: 10px;
}
.theme_15 .video_question_modal .question_content .tag.error i::before,
.theme_15 .video_question_modal .question_content .tag.error i::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #f56c6c;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  left: 0;
  top: -5px;
}
.theme_15 .video_question_modal .question_content .tag.error i::after {
  transform: rotate(-45deg);
}
.theme_15 .video_question_modal .question_content .title {
  display: flex;
  margin-bottom: 15px;
}
.theme_15 .video_question_modal .question_content .title .type {
  white-space: nowrap;
  flex-shrink: 0;
}
.theme_15 .video_question_modal .question_content .type_2_content {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.theme_15 .video_question_modal .question_content .type_2_content .el-input {
  width: 300px;
}
.theme_15 .video_question_modal .question_content img {
  max-width: 100%;
  height: auto !important;
}
.theme_15 .video_question_modal .analysis {
  margin-top: 15px;
  width: 100%;
  background: #f7f9fa;
  color: #999;
  padding: 9px 10px;
  border-radius: 2px;
}
.theme_15 .video_question_modal .analysis p {
  color: #2e2e2e;
}
.theme_15 .video_question_modal .analysis img {
  max-width: 100%;
  height: auto !important;
}
.theme_15 .el-input .search_icon {
  position: relative;
}
.theme_15 .el-input .search_icon .mic {
  color: var(--color-primary);
  padding: 0;
  margin-right: 10px;
}
@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  0% {
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.theme_15 .el-input .search_icon .mic.active::before,
.theme_15 .el-input .search_icon .mic.active::after {
  content: '';
  position: absolute;
  z-index: 0;
  background-color: var(--color-primary-11);
  border-radius: 99px;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: wave 1s linear infinite;
  transform-origin: center center;
}
.theme_15 .el-input .search_icon .mic.active::after {
  background-color: var(--color-primary-11);
  animation: wave 1s linear 0.5s infinite;
}
.theme_15 .el-input .search_icon .mic .iconfont {
  margin-right: 0 !important;
}
.theme_15 #wm_div_id > div {
  z-index: 888 !important;
}
.theme_15 .collect_and_like .iconfont {
  margin-right: 6px;
}
.theme_15 .collect_and_like svg {
  width: 28px;
  height: 28px;
  margin-top: 2px;
}
.theme_15 .collect_and_like .bar_btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.theme_15 .collect_and_like .bar_btn.active,
.theme_15 .collect_and_like .bar_btn:hover {
  color: var(--color-primary);
}
.theme_15 .collect_and_like .bar_btn.active .iconfont,
.theme_15 .collect_and_like .bar_btn:hover .iconfont {
  color: var(--color-primary) !important;
}
.theme_15 .collect_and_like .bar_btn .bar_btn_icon {
  vertical-align: middle;
  cursor: pointer;
}
.theme_15 .collect_and_like .bar_btn .bar_btn_icon:hover,
.theme_15 .collect_and_like .bar_btn .bar_btn_icon.active {
  color: var(--color-primary);
}
.theme_15 .auto_text_clamp {
  position: relative;
  overflow: hidden;
}
.theme_15 .auto_text_clamp .calc_box {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.theme_15 .auto_text_clamp .slot-box {
  cursor: pointer;
  color: #c6c6c6;
}
.theme_15 .auto_text_clamp .slot-box:hover {
  color: var(--color-primary);
}
.theme_15 .keyword_analysis_box .content {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.theme_15 .keyword_analysis_box .more_btn {
  margin-left: 50%;
  transform: translateX(-50%);
  color: var(--color-primary);
  cursor: pointer;
}
.theme_15 .courseware_screenshoot_panel {
  padding-top: 5px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.theme_15 .courseware_screenshoot_panel::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_15 .courseware_screenshoot_panel::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_15 .courseware_screenshoot_panel .list .courseware_screenshoot_item {
  display: flex;
  cursor: pointer;
}
.theme_15 .courseware_screenshoot_panel .list .courseware_screenshoot_item.active .item_right img {
  border: 3px solid var(--color-primary);
}
.theme_15 .courseware_screenshoot_panel .list .courseware_screenshoot_item:last-child .item_left::after {
  display: none;
}
.theme_15 .courseware_screenshoot_panel .list .courseware_screenshoot_item .item_left {
  height: 146px;
  position: relative;
  margin-right: 16px;
  padding-right: 14px;
}
.theme_15 .courseware_screenshoot_panel .list .courseware_screenshoot_item .item_left::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 5px;
  right: -4px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
.theme_15 .courseware_screenshoot_panel .list .courseware_screenshoot_item .item_left::after {
  content: "";
  position: absolute;
  background-color: #f0f0f0;
  width: 2px;
  height: 100%;
  right: 0;
  top: 5px;
  z-index: -1;
}
.theme_15 .courseware_screenshoot_panel .list .courseware_screenshoot_item .item_left .time {
  white-space: nowrap;
}
.theme_15 .courseware_screenshoot_panel .list .courseware_screenshoot_item .item_right {
  position: relative;
}
.theme_15 .courseware_screenshoot_panel .list .courseware_screenshoot_item .item_right .index {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.31372549);
  width: 100px;
  line-height: 20px;
  color: #fff;
}
.theme_15 .courseware_screenshoot_panel .list .courseware_screenshoot_item .item_right img {
  width: 224px;
}
.theme_15 .search_by_picture_modal {
  z-index: 998 !important;
}
.theme_15 .search_by_picture_modal .empty {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.theme_15 .search_by_picture_modal .empty .back_btn {
  margin-left: 20px;
  margin-top: 20px;
  cursor: pointer;
}
.theme_15 .search_by_picture_modal .empty .el-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.theme_15 .search_by_picture_modal .empty .el-empty svg {
  width: 150px;
  margin-bottom: 40px;
}
.theme_15 .search_by_picture_modal .el-dialog {
  width: 100%;
  min-width: 1248px;
  height: 100%;
  margin-top: 0 !important;
  margin-bottom: 0;
  padding-top: var(--header-height-1);
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__header {
  display: none;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel {
  width: 34.88%;
  background-color: #202124;
  color: #fff;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .header .upload_btn {
  color: #fff;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .header .upload_btn .iconfont {
  margin-top: -4px;
  margin-right: 6px;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .header .back_btn {
  cursor: pointer;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture_box {
  flex: 1;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture {
  width: 100%;
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  padding: 2px;
  box-sizing: border-box;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  background-color: #000;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 99px;
  position: absolute;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle.circle_1 {
  left: 0;
  top: 0;
  border-right: unset;
  border-bottom: unset;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle.circle_2 {
  left: 0;
  bottom: 0;
  border-top: unset;
  border-right: unset;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle.circle_3 {
  right: 0;
  top: 0;
  border-left: unset;
  border-bottom: unset;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .pic_panel .picture .circle.circle_4 {
  right: 0;
  bottom: 0;
  border-top: unset;
  border-left: unset;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .result_panel {
  flex: 1;
  padding: 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .result_panel .el-empty {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list {
  flex: 1;
  height: 0;
  overflow-y: auto;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list .item {
  display: inline-block;
  width: calc((100% - 80px) / 5);
  height: 170px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: var(--box-shadow-base);
  border-radius: var(--border-radius-base);
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list .item:nth-child(5n) {
  margin-right: 0;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list .item .cover {
  width: 100%;
  height: 120px;
}
.theme_15 .search_by_picture_modal .el-dialog .el-dialog__body .result_panel .list .item .text {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  padding: 12px;
}
.theme_15 .upload_picture_modal .el-dialog {
  margin-top: 202px !important;
  border-radius: 20px;
  width: 600px;
}
.theme_15 .upload_picture_modal .el-dialog .el-dialog__body {
  padding: 20px;
}
.theme_15 .upload_picture_modal .el-dialog .el-upload {
  width: 100%;
}
.theme_15 .upload_picture_modal .el-dialog .el-upload .el-upload-dragger {
  width: 100%;
  height: auto;
  background-color: #f8f9fa;
  padding: 20px;
}
.theme_15 .upload_picture_modal .el-dialog .el-upload .upload_text {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme_15 .upload_picture_modal .el-dialog .el-upload .upload_text span {
  color: var(--color-primary);
}
.theme_15 .upload_picture_modal .el-dialog .el-upload .upload_text img {
  margin-right: 15px;
}
.theme_15 .upload_picture_modal .el-dialog .el-upload .split {
  position: relative;
  height: 1px;
  line-height: 1px;
  background-color: #ddd;
  margin: 20px 0;
}
.theme_15 .upload_picture_modal .el-dialog .el-upload .split span {
  display: inline-block;
  background-color: #f8f9fa;
  padding: 0 20px;
}
.theme_15 .upload_picture_modal .el-dialog .el-upload .search_box {
  width: 100%;
  display: flex;
}
.theme_15 .upload_picture_modal .el-dialog .el-upload .search_box .el-input input {
  border-radius: 99px;
}
.theme_15 .upload_picture_modal .el-dialog .el-upload .search_box .el-button,
.theme_15 .upload_picture_modal .el-dialog .el-upload .search_box .el-button:hover,
.theme_15 .upload_picture_modal .el-dialog .el-upload .search_box .el-button:active {
  margin-left: 10px;
  border-radius: 99px;
  background-color: #fff !important;
  color: var(--color-primary) !important;
  border-color: #ddd !important;
}
.theme_15 .course_ppt_container {
  width: 100%;
  height: 135px;
}
.theme_15 .course_ppt_container .download_btn.el-button,
.theme_15 .course_ppt_container .download_btn.el-button:focus,
.theme_15 .course_ppt_container .download_btn.el-button:hover {
  background-color: #fff !important;
  color: var(--color-primary) !important;
  border: none;
}
.theme_15 .course_ppt_container .download_btn.el-button span,
.theme_15 .course_ppt_container .download_btn.el-button:focus span,
.theme_15 .course_ppt_container .download_btn.el-button:hover span {
  display: flex;
  align-items: center;
}
.theme_15 .course_ppt_container .download_btn.el-button span .iconfont,
.theme_15 .course_ppt_container .download_btn.el-button:focus span .iconfont,
.theme_15 .course_ppt_container .download_btn.el-button:hover span .iconfont {
  margin-right: 4px;
  margin-top: -2px;
}
.theme_15 .course_ppt_container .item {
  cursor: pointer;
  margin-top: 20px;
}
.theme_15 .course_ppt_container .item .ppt_container {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.theme_15 .course_ppt_container .item .ppt_container iframe {
  position: absolute;
  left: 0;
  top: -28px;
  width: 100%;
  height: calc(100% + 28px);
  pointer-events: none;
}
.theme_15 .course_ppt_container .ppt_dialog {
  width: 80vw;
  margin-top: 2vh !important;
  margin-bottom: 2vh !important;
}
.theme_15 .course_ppt_container .ppt_dialog .ppt_container_1 {
  width: 100%;
  height: 40vw;
}
.theme_15 .course_ppt_container .ppt_dialog .ppt_container_1 iframe {
  width: 100%;
  height: 100%;
}
.theme_15 .share_popover_btn {
  display: inline-block;
}
.theme_15 .share_popover_btn:hover {
  color: var(--color-primary);
}
.theme_15 .share_popover_btn .share {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.theme_15 .share_popover_btn .iconfont {
  font-size: 28px;
}
.theme_15 .share_popover_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
.theme_15 .share_popover_content p {
  margin: 10px 0;
}
.theme_15 .share_popover_content a {
  color: var(--color-primary);
}
.theme_15 .necessary_modal .necessary_btn {
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.theme_15 .necessary_modal .necessary_btn .iconfont {
  font-size: 20px;
  margin-right: 4px;
}
.theme_15 .necessary_modal .el-dialog {
  margin-top: 30vh !important;
  width: 420px;
}
.theme_15 .necessary_modal .el-dialog .el-dialog__header {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.theme_15 .necessary_modal .el-dialog .el-dialog__header .iconfont {
  color: var(--color-primary);
  font-size: 22px;
  margin-right: 8px;
}
.theme_15 .necessary_modal .el-dialog .el-dialog__body {
  padding: 40px 80px;
}
.theme_15 .necessary_modal .el-dialog .el-dialog__body .necessary_info div {
  margin-top: 20px;
}
.theme_15 .necessary_modal .el-dialog .el-dialog__body .necessary_info div:first-child {
  margin-bottom: 30px;
}
.theme_15 .necessary_modal .el-dialog .el-dialog__body .necessary_info div span {
  color: #000;
  font-weight: 600;
}
.theme_15 .necessary_tag .necessary {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 2px 6px;
  line-height: 1;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.theme_15 .necessary_tag .necessary.must {
  background-color: var(--color-primary-11);
  color: var(--color-primary);
}
.theme_15 .my_note_panel {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
}
.theme_15 .my_note_panel .panel_left {
  width: 360px;
  height: 100%;
  overflow-y: auto;
  background: #f7f8fa;
  border-radius: 6px;
  margin-right: 30px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
.theme_15 .my_note_panel .panel_left .left_header {
  display: flex;
  align-items: end;
  font-weight: 600;
}
.theme_15 .my_note_panel .panel_left .left_header span:first-child {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: auto;
  font-size: 16px;
}
.theme_15 .my_note_panel .panel_left .el-tree {
  flex: 1;
  height: 0;
  overflow-y: auto;
  background-color: transparent;
  margin-top: 20px;
  margin-right: -20px;
  padding-right: 20px;
}
.theme_15 .my_note_panel .panel_left .el-tree::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_15 .my_note_panel .panel_left .el-tree::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_15 .my_note_panel .panel_left .el-tree .note_tree_node {
  display: flex;
  width: 100%;
  color: #2e2e2e;
  margin-bottom: 4px;
}
.theme_15 .my_note_panel .panel_left .el-tree .note_tree_node.parent {
  font-size: 14px;
  font-weight: 600;
}
.theme_15 .my_note_panel .panel_left .el-tree .note_tree_node .tags_wrap {
  margin-left: 10px;
}
.theme_15 .my_note_panel .panel_left .el-tree .note_tree_node .tags_wrap .tag {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 10px;
  border-radius: 3px;
}
.theme_15 .my_note_panel .panel_left .el-tree .note_tree_node .tags_wrap .tag.important {
  background-color: #ffa241;
}
.theme_15 .my_note_panel .panel_left .el-tree .note_tree_node .tags_wrap .tag.difficult {
  background-color: #ff7541;
}
.theme_15 .my_note_panel .panel_left .el-tree .el-tree-node__expand-icon {
  color: #999;
}
.theme_15 .my_note_panel .panel_left .el-tree .el-tree-node__expand-icon:before {
  font-size: 18px;
}
.theme_15 .my_note_panel .panel_left .el-tree .el-tree-node__expand-icon.is-leaf {
  width: 12px;
  opacity: 0;
}
.theme_15 .my_note_panel .panel_left .el-tree .el-tree-node__children {
  margin-top: 6px;
}
.theme_15 .my_note_panel .panel_right {
  flex: 1;
  width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.theme_15 .my_note_panel .panel_right .right_header {
  display: flex;
  align-items: center;
}
.theme_15 .my_note_panel .panel_right .right_header .el-input {
  max-width: 480px;
  height: 36px;
}
.theme_15 .my_note_panel .panel_right .right_header .el-input input {
  border-radius: 99px;
  height: 100%;
}
.theme_15 .my_note_panel .panel_right .right_header .el-input .el-input__icon {
  line-height: 36px;
}
.theme_15 .my_note_panel .panel_right .right_header .header_right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.theme_15 .my_note_panel .panel_right .right_header .header_right .el-checkbox {
  margin-right: 20px;
}
.theme_15 .my_note_panel .panel_right .right_content {
  margin-top: 20px;
  flex: 1;
  height: 0;
  overflow-y: auto;
  margin-right: -20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.theme_15 .my_note_panel .panel_right .right_content::-webkit-scrollbar {
  position: absolute;
  width: 6px;
  height: 6px;
}
.theme_15 .my_note_panel .panel_right .right_content::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.theme_15 .my_note_panel .panel_right .right_content .chapter_title {
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #2e2e2e;
}
.theme_15 .my_note_panel .panel_right .right_content .section_title {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #2e2e2e;
  margin-top: 10px;
}
.theme_15 .my_note_content {
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.theme_15 .my_note_content .note_header {
  margin-bottom: 20px;
  display: flex;
}
.theme_15 .my_note_content .note_header .header_left {
  flex: 1;
  width: 0;
  display: flex;
}
.theme_15 .my_note_content .note_header .header_left .courseware_name {
  font-size: 16px;
  font-weight: 600;
  color: #2e2e2e;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_15 .my_note_content .note_header .header_left a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid var(--color-primary);
  border-radius: 99px;
  line-height: 22px;
  color: var(--color-primary);
  white-space: nowrap;
}
.theme_15 .my_note_content .note_header .header_right {
  margin-left: auto;
  white-space: nowrap;
}
.theme_15 .my_note_content .note_header .header_right a {
  margin-left: 20px;
  color: var(--color-primary);
}
.theme_15 .my_note_content .note_header .header_right a.del_btn {
  color: #fd7676;
}
.theme_15 .my_note_content .note_header .header_right .el-checkbox {
  display: flex;
  align-items: center;
}
.theme_15 .micro_major_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  padding: 0 30px;
  z-index: 999;
  color: #2A2A2A;
}
.theme_15 .micro_major_header .title {
  font-weight: bold;
  font-size: 24px;
  color: #2A2A2A;
}
.theme_15 .micro_major_header .right_view {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.theme_15 .micro_major_header .right_view > * {
  margin-left: 30px;
}
.theme_15 .micro_major_header .right_view .iconfont {
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .theme_15 :root {
    --header-height-1: 50px;
  }
  .theme_15 html,
  .theme_15 body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .theme_15 html .el-select-dropdown.el-popper,
  .theme_15 body .el-select-dropdown.el-popper {
    max-width: 90%;
  }
  .theme_15 html .el-select-dropdown.el-popper .el-scrollbar .el-select-dropdown__wrap .el-select-dropdown__list > .el-select-dropdown__item,
  .theme_15 body .el-select-dropdown.el-popper .el-scrollbar .el-select-dropdown__wrap .el-select-dropdown__list > .el-select-dropdown__item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .theme_15 .pc_show {
    display: none !important;
  }
  .theme_15 .mobile_show {
    display: inherit !important;
  }
  .theme_15 .search_history_box .el-autocomplete-suggestion__wrap {
    margin-right: unset !important;
    margin-bottom: unset !important;
  }
  .theme_15 .search_history_box.el-autocomplete-suggestion .search_hot_item .list,
  .theme_15 .search_history_box.el-autocomplete-suggestion .search_history_item .list {
    display: flex;
    flex-wrap: wrap;
  }
  .theme_15 .course_card {
    height: 200px !important;
  }
  .theme_15 .course_card .cover_box {
    height: 95px !important;
  }
  .theme_15 .course_card .cover {
    height: 95px !important;
    object-fit: fill;
  }
  .theme_15 .course_card .certification {
    width: 100px !important;
    height: 20px !important;
    top: 60px !important;
  }
  .theme_15 .course_card .certification .circle {
    font-size: 12px !important;
    width: 25px !important;
    height: 25px !important;
    line-height: unset !important;
  }
  .theme_15 .course_card .certification .name {
    font-size: 12px !important;
  }
  .theme_15 .course_card .teacher .time {
    display: none !important;
  }
  .theme_15 .mobile_navigation_menu .tab_active {
    color: var(--color-primary);
  }
  .theme_15 .container {
    padding: 0 14px;
  }
  .theme_15 #app {
    height: 100%;
    min-height: 100% !important;
    overflow-y: auto;
    max-width: 768px !important;
    min-width: 200px !important;
  }
  .theme_15 #app .top_wrap {
    max-width: 768px;
    min-width: 200px;
    min-height: 225px !important;
  }
  .theme_15 #app .top_wrap .right {
    display: none;
  }
  .theme_15 #app .tabs_view {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
  }
  .theme_15 #app .tabs_view .view_centet {
    width: 100%;
    min-width: 200px;
    padding: 0 10px !important;
  }
  .theme_15 #app .tabs_view .view_centet .left_view {
    padding-right: 10px;
  }
  .theme_15 #app .tabs_view .view_centet .left_view .nav_view {
    max-width: 100%;
  }
  .theme_15 #app .tabs_view .view_centet .left_view .logo_box {
    width: 100%;
  }
  .theme_15 #app .tabs_view .view_centet .left_view .logo_img {
    width: 30px;
    height: 30px !important;
  }
  .theme_15 #app .tabs_view .view_centet .left_view .web_name {
    font-size: 16px;
    flex: 1;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .theme_15 #app .tabs_view .view_centet .menu_view {
    display: none;
  }
  .theme_15 #app .tabs_view .view_centet .right_view {
    flex: 1;
    width: auto;
    min-width: 240px;
  }
  .theme_15 #app .tabs_view .view_centet .right_view .search_box {
    display: none;
  }
  .theme_15 #app .tabs_view .view_centet .right_view .search_box_mobile {
    display: flex !important;
    margin: 3%;
    flex: 1;
  }
  .theme_15 #app .tabs_view .view_centet .right_view .search_box_mobile .el-input {
    flex: 1;
    width: 100%;
    height: 32px !important;
    line-height: 32px !important;
  }
  .theme_15 #app .tabs_view .view_centet .right_view .search_box_mobile .el-input > input {
    padding-right: 30px;
  }
  .theme_15 #app .tabs_view .view_centet .right_view .search_box_mobile .el-input .el-input__suffix {
    transform: translateX(-12px) translateY(-4px) !important;
  }
  .theme_15 #app .tabs_view .view_centet .right_view .search_box_mobile .el-input .el-input-group__append {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  .theme_15 #app .tabs_view .view_centet .right_view .search_box_mobile .el-input .el-input-group__append > button {
    padding: 0 !important;
  }
  .theme_15 #app .tabs_view .view_centet .right_view .workbench,
  .theme_15 #app .tabs_view .view_centet .right_view .el-badge,
  .theme_15 #app .tabs_view .view_centet .right_view .my_study {
    display: none;
  }
  .theme_15 #app .tabs_view .view_centet .right_view .el-dropdown .login_name_span {
    display: none;
  }
  .theme_15 #app .tabs_view .view_centet .right_view > a {
    margin-left: 0 !important;
  }
  .theme_15 #app .tabs_view.tabs_view_2 {
    height: 120px;
  }
  .theme_15 #app .tabs_view.tabs_view_2.active + #main {
    padding-top: 120px;
  }
  .theme_15 #app .tabs_view.tabs_view_2 + #main {
    padding-top: 60px;
  }
  .theme_15 #app .tabs_view.tabs_view_2 .head_top_box {
    height: var(--nav-bar-height-2);
  }
  .theme_15 #app .tabs_view.tabs_view_2 .head_top_box .head_top {
    height: 100%;
    line-height: unset;
  }
  .theme_15 #app .tabs_view.tabs_view_2 .head_top_box .head_top .logo_img {
    height: 30px;
  }
  .theme_15 #app .tabs_view.tabs_view_2 .head_top_box .head_top .web_name {
    font-size: 18px;
    margin-left: 6px;
  }
  .theme_15 #app .tabs_view.tabs_view_2 .head_top_box .search_box {
    flex: 1;
    width: 0;
    margin-left: 40px;
    margin-right: 14px;
  }
  .theme_15 #app .tabs_view.tabs_view_2 .head_top_box .search_box .el-input {
    width: 100%;
  }
  .theme_15 #app .tabs_view.tabs_view_2 .right_view {
    flex: unset;
  }
  .theme_15 #app .tabs_view.tabs_view_2 .view_centet {
    display: flex;
  }
  .theme_15 #app .tabs_view.tabs_view_2 .view_centet .menu_view {
    display: block;
    flex: 1;
    width: 0;
    overflow-x: auto;
    margin-right: 40px;
  }
  .theme_15 #app .tabs_view.tabs_view_2 .view_centet .menu_view a {
    margin-right: 20px;
  }
  .theme_15 #app .container.main {
    max-width: 768px;
    min-width: 200px;
  }
  .theme_15 #app .container.main .course_block .el-row .el-col.el-col-408 {
    width: 50% !important;
  }
  .theme_15 #app .container.main .course_block .el-row .el-col.el-col-408 .course_card_feature {
    height: 165px !important;
  }
  .theme_15 #app .container.main .course_block .el-row .el-col.el-col-6,
  .theme_15 #app .container.main .course_block .el-row .el-col.el-col-8 {
    width: 100% !important;
  }
  .theme_15 #app .container.main .five_subject_wrap .el-col.el-col-408 {
    width: 50% !important;
  }
  .theme_15 #app #main.container {
    max-width: 768px;
    min-width: 200px;
    overflow: unset;
    margin-bottom: 20px !important;
  }
  .theme_15 #app #main.container .search_panel {
    display: none;
  }
  .theme_15 #app #main.container .search_panel_mobile {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: center;
  }
  .theme_15 #app #main.container .search_panel_mobile input::placeholder {
    color: #606266;
  }
  .theme_15 #app #main.container .search_panel_mobile .el-select {
    min-width: 85px;
    margin-right: 10px;
  }
  .theme_15 #app #main.container .search_panel_mobile .el-select input {
    border: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .theme_15 #app #main.container .search_panel_mobile .el-select .el-input__suffix .el-input__suffix-inner > i::before {
    position: absolute;
    right: 20px;
  }
  .theme_15 #app #main.container .search_panel_mobile .el-select .el-input__suffix .el-input__suffix-inner > i.is-reverse::before {
    right: -10px;
  }
  .theme_15 #app #main.container .search_panel_mobile .el-cascader {
    min-width: 85px;
    margin-right: 10px;
  }
  .theme_15 #app #main.container .search_panel_mobile .el-cascader input {
    border: 0;
    padding: 0;
  }
  .theme_15 #app #main.container .search_panel_mobile .el-cascader .el-input__suffix {
    right: -5px;
  }
  .theme_15 #app #main.container .live_ .el-select {
    margin-right: 10px;
  }
  .theme_15 #app #main.container .live_ .el-select input {
    border: 0;
    padding: 0;
  }
  .theme_15 #app #main.container .live_ .el-cascader {
    flex: 1;
    margin-right: 10px;
  }
  .theme_15 #app #main.container .live_ .el-cascader input {
    border: 0;
    padding: 0;
  }
  .theme_15 #app #main.container .hot_tag_label {
    font-size: 15px;
    margin: 10px 0 10px 0;
  }
  .theme_15 #app #main.container .sort_wrap_container .hot_tag {
    flex: none;
    width: 100%;
    overflow: auto;
  }
  .theme_15 #app #main.container .sort_wrap_container .sort_wrap {
    margin-top: 10px;
  }
  .theme_15 #app #main.container .sort_wrap_container .sort_wrap .sort_item {
    height: 25px;
    line-height: 25px;
    padding: 0 7px;
  }
  .theme_15 #app #main.container .sort_wrap_container .sort_wrap .sort_item + .sort_item {
    margin-left: 0px;
  }
  .theme_15 #app #main.container .sort_wrap_container .sort_wrap .search_btn_div {
    display: inline-block !important;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
  }
  .theme_15 #app #main.container .course_list .el-col-408,
  .theme_15 #app #main.container .course_block_body .el-col-408 {
    width: 50% !important;
  }
  .theme_15 #app #main.container .course_list .el-col-408 .course_item,
  .theme_15 #app #main.container .course_block_body .el-col-408 .course_item {
    height: 200px !important;
  }
  .theme_15 #app #main.container .course_list .el-col-408 .course_card,
  .theme_15 #app #main.container .course_block_body .el-col-408 .course_card {
    height: 200px !important;
  }
  .theme_15 #app #main.container .course_list .el-col-408 .course_card img.cover,
  .theme_15 #app #main.container .course_block_body .el-col-408 .course_card img.cover {
    object-fit: fill;
    height: 95px !important;
  }
  .theme_15 #app #main.container .course_list .el-col-408 .course_card .certification,
  .theme_15 #app #main.container .course_block_body .el-col-408 .course_card .certification {
    width: 100px !important;
    height: 20px !important;
    top: 60px !important;
  }
  .theme_15 #app #main.container .course_list .el-col-408 .course_card .certification .circle,
  .theme_15 #app #main.container .course_block_body .el-col-408 .course_card .certification .circle {
    font-size: 12px !important;
    width: 25px !important;
    height: 25px !important;
    line-height: unset !important;
  }
  .theme_15 #app #main.container .course_list .el-col-408 .course_card .certification .name,
  .theme_15 #app #main.container .course_block_body .el-col-408 .course_card .certification .name {
    font-size: 12px !important;
  }
  .theme_15 #app #main.container .course_list .el-col-12,
  .theme_15 #app #main.container .course_block_body .el-col-12 {
    width: 100% !important;
  }
  .theme_15 #app #main.container .live_list .el-col-8 {
    width: 100% !important;
  }
  .theme_15 #app #main.container .title_pic {
    margin: 30px auto !important;
  }
  .theme_15 #app #main.container .school_more_box {
    margin-bottom: 15px !important;
  }
  .theme_15 #app #main.container .school_more_box .values {
    margin-right: 0 !important;
  }
  .theme_15 #app #main {
    max-width: 768px;
    min-width: 200px;
    padding-top: 50px;
  }
  .theme_15 #app #main .course_head_box .container {
    max-width: 768px;
    min-width: 200px;
    flex-direction: column;
  }
  .theme_15 #app #main .course_head_box .container .left {
    width: 100% !important;
    height: 100% !important;
  }
  .theme_15 #app #main .course_head_box .container .left > img {
    width: 100%;
    object-fit: contain;
  }
  .theme_15 #app #main .course_head_box .container .right {
    width: 100% !important;
    margin: 10px 0 0 0 !important;
  }
  .theme_15 #app #main .course_head_box .container .right .content_bottom .course_join_num {
    white-space: nowrap;
    margin-left: 10px;
  }
  .theme_15 #app #main .container {
    max-width: 768px;
    min-width: 200px;
    flex-direction: column;
  }
  .theme_15 #app #main .container .content_left {
    margin: 0 !important;
  }
  .theme_15 #app #main .container .content_left .el-tabs {
    display: none;
  }
  .theme_15 #app #main .container .content_left .course_content .row {
    margin-top: 20px !important;
  }
  .theme_15 #app #main .container .content_left .course_content .course_evaluation .course_comment_total .course_comment_left {
    margin-right: 0 !important;
  }
  .theme_15 #app #main .container .content_left .course_content .course_evaluation .course_comment_total .course_comment_right .course_comment_item .progress_container {
    width: unset;
    flex: 1;
  }
  .theme_15 #app #main .container .content_left .course_content .course_evaluation .course_comment_total .course_comment_right .course_comment_item .el-rate .el-rate__icon {
    margin-right: 0px !important;
  }
  .theme_15 #app #main .container .content_left .course_content #course_catalogue .chapter_info_list .el-collapse-item .chapter_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .theme_15 #app #main .container .content_right {
    width: 100% !important;
  }
  .theme_15 #app #main .container .content_right .right_content {
    margin-bottom: 10px;
  }
  .theme_15 #app #main .container .el-tabs .el-tabs__header .el-tabs__nav-wrap {
    display: flex;
    align-items: center;
  }
  .theme_15 #app #main .container .el-tabs .el-tabs__content .el-col.el-col-408 {
    width: 50% !important;
  }
  .theme_15 #app #main .container .el-tabs .el-tabs__content .el-col-6,
  .theme_15 #app #main .container .el-tabs .el-tabs__content .el-col-8,
  .theme_15 #app #main .container .el-tabs .el-tabs__content .el-col-12 {
    width: 100% !important;
  }
  .theme_15 #app #main .container .el-row .left {
    width: 100vw !important;
  }
  .theme_15 #app #main .container .el-row .left .video_box .vide_title_panel {
    padding: 0 !important;
  }
  .theme_15 #app #main .container .el-row .left .video_box .vide_title_panel .vide_title_panel_left {
    flex: 1;
    margin-right: 20px !important;
  }
  .theme_15 #app #main .container .el-row .left .video_box .vide_title_panel .vide_title_panel_left .name {
    max-width: unset !important;
    margin: 0 !important;
  }
  .theme_15 #app #main .container .el-row .left .video_box .vide_title_panel .vide_title_panel_right {
    white-space: nowrap;
  }
  .theme_15 #app #main .container .el-row .left .video_box .vide_title_panel .vide_title_panel_right .collect_icon {
    margin-right: 0.3rem !important;
  }
  .theme_15 #app #main .container .el-row .left .video_box .video-wrap {
    height: 0 !important;
  }
  .theme_15 #app #main .container .el-row .right {
    display: none;
  }
  .theme_15 #app #main .container .course_info_container {
    display: none;
  }
  .theme_15 #app #main .container .micro_detail_mobile {
    display: block !important;
  }
  .theme_15 #app #main .container .micro_detail_mobile .el-tabs__content .course_info .info_list {
    flex-direction: column;
    white-space: nowrap;
    align-items: flex-start;
  }
  .theme_15 #app #main .container .micro_detail_mobile .el-tabs__content .course_info .info_list .col {
    max-width: 100% !important;
    margin-bottom: 10px;
  }
  .theme_15 #app #main .container .micro_detail_mobile .el-tabs__content .file_group {
    flex-direction: column;
  }
  .theme_15 #app #main .container .micro_detail_mobile .el-tabs__content .file_group .file_item {
    width: 100% !important;
  }
  .theme_15 #app .foot_view {
    max-width: 768px;
    min-width: 200px;
    padding-bottom: 54px;
  }
  .theme_15 #app .foot_view .container {
    max-width: 768px;
    min-width: 200px;
    padding: 20px 20px 30px 20px;
  }
  .theme_15 #app .foot_view .container .row {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-start;
  }
  .theme_15 #app .foot_view .container .row > .row {
    flex-direction: row;
    margin-bottom: 10px;
    align-items: center;
  }
  .theme_15 #app .foot_view .container .row .bottom-nav .fadeInUp {
    margin-top: 5px;
  }
  .theme_15 #app .foot_view .container .web_name {
    margin: 0;
    font-size: 16px;
    margin-left: 10px;
  }
  .theme_15 #app .foot_view .container hr {
    margin: 20px 0;
  }
  .theme_15 #app .foot_view .container .logo {
    height: 44px;
  }
  .theme_15 #app .foot_view .container .copy_right {
    justify-content: flex-start;
  }
  .theme_15 #app .mobile_navigation {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    align-items: center;
    justify-content: space-evenly;
    z-index: 99999;
  }
  .theme_15 #app .mobile_navigation > a {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .theme_15 #app .mobile_navigation > a > svg {
    font-size: 23px;
    margin: 5px 0;
  }
  .theme_15 #app .mobile_navigation > a > span {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .theme_15 #app .mobile_navigation > a .el-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000000;
  }
  .theme_15 #app .mobile_navigation > a .el-dropdown > svg {
    font-size: 23px;
    margin: 5px 0;
  }
  .theme_15 #app .mobile_navigation > a .el-dropdown > span {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .theme_15 #app .mobile_navigation > a.tab_active {
    color: var(--color-primary);
  }
  .theme_15 #app .el-dialog {
    width: 100%;
  }
  .theme_15 .offline_list_modal {
    max-width: 95%;
  }
  .theme_15 .navigation_mobile_workspace {
    display: list-item;
  }
  .theme_15 .multi_view_player_container .tool_bar {
    font-size: 12px;
  }
  .theme_15 .multi_view_player_container .tool_bar > span,
  .theme_15 .multi_view_player_container .tool_bar > div {
    white-space: nowrap;
    margin-right: 6px !important;
  }
  .theme_15 .multi_view_player_container .tool_bar div.sound_source {
    margin-right: 10px !important;
  }
  .theme_15 .multi_view_player_container .tool_bar .speed > span {
    width: 36px !important;
  }
  .theme_15 .multi_view_player_container .tool_bar .drag_bar {
    width: 30px !important;
  }
  .theme_15 .multi_view_player_container .tool_bar .text_track {
    margin-right: 10px !important;
  }
  .theme_15 .multi_view_player_container .tool_bar svg {
    width: 20px !important;
  }
  .theme_15 .video_question_modal {
    width: calc(100% - 20px) !important;
    margin-left: 10px;
  }
  .theme_15 .collect_and_like .bar_btn:hover {
    color: unset;
  }
  .theme_15 .collect_and_like .bar_btn:hover .iconfont {
    color: unset !important;
  }
  .theme_15 .collect_and_like .bar_btn.active {
    color: var(--color-primary);
  }
  .theme_15 .collect_and_like .bar_btn.active .iconfont {
    color: var(--color-primary) !important;
  }
  .theme_15 .sensitive_word_modal {
    width: 90% !important;
  }
  .theme_15 .search_history_box.el-popper {
    width: 100% !important;
    left: 0 !important;
  }
  .theme_15 .course_note_panel .my_note_panel {
    flex-direction: column-reverse;
    box-sizing: border-box;
  }
  .theme_15 .course_note_panel .my_note_panel .panel_left {
    width: 100%;
  }
  .theme_15 .course_note_panel .my_note_panel .panel_right {
    width: 100%;
  }
  .theme_15 .necessary_modal .el-dialog {
    width: calc(100% - 56px) !important;
    margin-left: 51px;
  }
  .theme_15 .my_note_panel .my_note_content .note_header {
    display: block;
  }
  .theme_15 .my_note_panel .my_note_content .note_header .header_left {
    width: 100%;
  }
  .theme_15 .my_note_panel .my_note_content .note_header .header_left a {
    margin-left: auto;
  }
  .theme_15 .my_note_panel .my_note_content .note_header .header_right {
    text-align: right;
    margin-top: 10px;
  }
  .theme_15 .my_note_panel .panel_left {
    display: none;
  }
}
.theme_15 .message-popover {
  padding: 12px 0;
}
.theme_15 .message-popover .message-box {
  max-height: 400px;
  overflow: auto;
  padding: 0 16px;
}
.theme_15 .folder_tree {
  height: 400px;
  overflow-y: auto;
}
.theme_15 .folder_tree.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background-color: var(--color-primary);
  color: #fff;
}
.theme_15 .folder_tree .el-tree-node__content .el-icon-folder,
.theme_15 .folder_tree .el-tree-node__content .el-icon-folder-opened {
  margin-right: 4px;
}
.theme_15 .folder_tree .el-tree-node__content .el-icon-folder {
  display: inline-block;
}
.theme_15 .folder_tree .el-tree-node__content .el-icon-folder-opened {
  display: none;
}
.theme_15 .folder_tree .is-expanded > .el-tree-node__content .el-icon-folder {
  display: none;
}
.theme_15 .folder_tree .is-expanded > .el-tree-node__content .el-icon-folder-opened {
  display: inline-block;
}
.theme_15 .public_courseqa_modal .el-dialog__body {
  padding-bottom: 0;
  padding-top: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 4;
}
.theme_15 .public_courseqa_modal .el-dialog__body .el-radio {
  margin-bottom: 20px;
}
.theme_15 .public_courseqa_modal .el-dialog__footer {
  padding-bottom: 10px;
}
.theme_15 .knowledge_course_card {
  width: 100%;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background-color: #000000;
  margin-bottom: 25px;
}
.theme_15 .knowledge_course_card .cover_box {
  position: relative;
}
.theme_15 .knowledge_course_card .cover_box .tool_bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 30px;
  color: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.theme_15 .knowledge_course_card .cover_box .tool_bar .like {
  display: flex;
  align-items: center;
}
.theme_15 .knowledge_course_card .cover_box .tool_bar .like .iconfont {
  margin-right: 6px;
  margin-top: -2px;
}
.theme_15 .knowledge_course_card .cover_box .tag {
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 14px;
}
.theme_15 .knowledge_course_card .cover_box .tag .iconfont {
  margin-top: -2px;
  font-size: 12px;
}
.theme_15 .knowledge_course_card .cover_box img {
  width: 100%;
  height: 100%;
}
.theme_15 .knowledge_course_card .content_box {
  height: 87px;
  background-color: #26273a;
  color: #fff;
  padding: 0 18px;
}
.theme_15 .knowledge_course_card .content_box .name,
.theme_15 .knowledge_course_card .content_box .desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1;
}
.theme_15 .knowledge_course_card .content_box .name {
  padding-top: 21px;
  font-size: 18px;
  color: #dee7f8;
}
.theme_15 .knowledge_course_card .content_box .desc {
  padding-top: 14px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.theme_15 .knowledge_course_card.teacher .cover_box {
  height: 172px;
  display: flex;
  position: relative;
  justify-content: center;
}
.theme_15 .knowledge_course_card.teacher .cover_box .cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.theme_15 .knowledge_course_card.teacher .cover_box .cover img {
  width: 95px;
  height: 95px;
  border-radius: 99px;
}
.theme_15 .knowledge_course_card.teacher .cover_box .cover .add_btn {
  width: 42px;
  height: 42px;
  background: linear-gradient(180deg, #0eaef6 0%, #04dbe4 100%);
  box-shadow: 0px 6px 8px 0px rgba(4, 219, 228, 0.23);
  color: #fff;
  font-size: 20px;
  margin-top: -21px;
  border-radius: 99px;
  text-align: center;
  line-height: 42px;
}
.theme_15 .knowledge_course_card.teacher .cover_box .tag {
  background: linear-gradient(270deg, #a57dff 0%, #9952ff 100%);
}
.theme_15 .knowledge_course_card.live .cover_box {
  height: 214px;
}
.theme_15 .knowledge_course_card.live .cover_box .tag {
  background: linear-gradient(270deg, #fe8a81 0%, #fd5069 100%);
  border-radius: 99px;
}
.theme_15 .knowledge_course_card.course .cover_box {
  height: 214px;
}
.theme_15 .knowledge_course_card.course .cover_box .tag {
  background: linear-gradient(270deg, #5dbbff 0%, #358cfc 100%);
}
.theme_15 .knowledge_course_card.knowledge .cover_box {
  height: 214px;
}
.theme_15 .knowledge_course_card.knowledge .cover_box .tag {
  background: linear-gradient(270deg, #01d5c4 0%, #00afc2 100%);
}
.theme_15 #app .course_card_9 {
  background: #FFFFFF;
  border-radius: 10px;
  height: 290px;
  padding: 30px;
  transition: transform 0.3s ease;
  cursor: pointer;
  margin-bottom: 20px;
}
.theme_15 #app .course_card_9:hover {
  transform: translateY(-5px);
}
.theme_15 #app .course_card_9 .course_name {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
.theme_15 #app .course_card_9 .course_name .left a:hover {
  color: var(--color-primary);
}
.theme_15 #app .course_card_9 .course_name .left .title {
  font-size: 18px;
  font-weight: 600;
  color: #4a4f64;
}
.theme_15 #app .course_card_9 .course_name .left .live_status {
  padding: 2px 6px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  background-color: #edfbee;
  color: #7fd37b;
  border-radius: 99px;
  height: 22px;
  line-height: 22px;
}
.theme_15 #app .course_card_9 .course_name .left .live_status .iconfont {
  color: #7fd37b;
  margin-right: 2px;
}
.theme_15 #app .course_card_9 .course_name .left .live_status img {
  height: 12px;
  margin-right: 4px;
}
.theme_15 #app .course_card_9 .course_name .collect_num {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.theme_15 #app .course_card_9 .course_name .collect_num > span {
  white-space: nowrap;
}
.theme_15 #app .course_card_9 .course_name .collect_num .collect_btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
}
.theme_15 #app .course_card_9 .course_name .collect_num .collect_btn.active .collect {
  display: none;
}
.theme_15 #app .course_card_9 .course_name .collect_num .collect_btn.active .cancel {
  display: block;
}
.theme_15 #app .course_card_9 .course_name .collect_num .collect_btn.active .iconfont {
  color: #ffc03c;
}
.theme_15 #app .course_card_9 .course_name .collect_num .collect_btn:hover .iconfont {
  color: #ffc03c;
}
.theme_15 #app .course_card_9 .course_name .collect_num .collect_btn .cancel {
  display: none;
}
.theme_15 #app .course_card_9 .item_content {
  margin-top: 16px;
  padding: 20px;
  background: linear-gradient(135deg, #EEFAFC 0%, #DFE9FF 100%);
  border-radius: 6px;
  height: 192px;
}
.theme_15 #app .course_card_9 .item_content .el-row .item {
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.8);
  height: 44px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.theme_15 #app .course_card_9 .item_content .el-row .item svg {
  margin-right: 10px;
}
.theme_15 #app .course_card_9 .item_content .el-row .item.no_hover {
  color: #363636;
}
.theme_15 #app .course_card_9 .item_content .el-row .item a,
.theme_15 #app .course_card_9 .item_content .el-row .item span {
  font-size: 16px;
  color: #363636;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme_15 #app .course_card_9 .item_content .el-row .item a:hover {
  color: var(--color-primary);
}
.theme_15 #app .course_card_9 .item_content .el-row .item a:hover span {
  color: var(--color-primary);
}

.theme_2 .tabs_view .view_centet .right_view .el-badge,
.theme_11 .tabs_view .view_centet .right_view .el-badge {
  height: 16px;
}
.theme_2 .tabs_view .view_centet .right_view .el-badge .el-badge__content.is-fixed,
.theme_11 .tabs_view .view_centet .right_view .el-badge .el-badge__content.is-fixed {
  z-index: 1;
}
.theme_2 .tabs_view,
.theme_11 .tabs_view {
  display: block;
  height: var(--nav-bar-top-2);
  border-bottom: unset;
  top: -100px;
  transition: top 0.3s;
  box-sizing: border-box;
}
.theme_2 .tabs_view + .home_content,
.theme_11 .tabs_view + .home_content {
  padding-top: var(--nav-bar-top-2);
}
.theme_2 .tabs_view + #main,
.theme_11 .tabs_view + #main {
  padding-top: 60px;
  transition: padding-top 0.1s;
}
.theme_2 .tabs_view.active,
.theme_11 .tabs_view.active {
  top: 0;
}
.theme_2 .tabs_view.active + #main,
.theme_11 .tabs_view.active + #main {
  padding-top: 150px;
}
.theme_2 .tabs_view .view_centet,
.theme_11 .tabs_view .view_centet {
  padding: 0 24px;
  box-sizing: content-box;
}
.theme_2 .tabs_view .view_centet .right_view,
.theme_11 .tabs_view .view_centet .right_view {
  min-width: unset;
}
.theme_2 .tabs_view .head_top_box,
.theme_11 .tabs_view .head_top_box {
  background-size: cover;
  background-position: center;
}
.theme_2 .tabs_view .head_top,
.theme_11 .tabs_view .head_top {
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  align-items: center;
}
.theme_2 .tabs_view .head_top .logo_box,
.theme_11 .tabs_view .head_top .logo_box {
  display: flex;
  align-items: center;
}
.theme_2 .tabs_view .head_top .logo_box .logo_img,
.theme_11 .tabs_view .head_top .logo_box .logo_img {
  height: 58px;
}
.theme_2 .tabs_view .head_top .web_name,
.theme_11 .tabs_view .head_top .web_name {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
}
.theme_2 .tabs_view .head_top .search_box .el-input,
.theme_11 .tabs_view .head_top .search_box .el-input {
  background-color: #fff;
}
.theme_2 .tabs_view .head_top .search_box .el-input input::placeholder,
.theme_11 .tabs_view .head_top .search_box .el-input input::placeholder,
.theme_2 .tabs_view .head_top .search_box .el-input .el-icon-search,
.theme_11 .tabs_view .head_top .search_box .el-input .el-icon-search {
  color: #312d2d;
}
.theme_2 .tabs_view .head_bottom,
.theme_11 .tabs_view .head_bottom {
  height: var(--nav-bar-height-2);
  line-height: var(--nav-bar-height-2);
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
.theme_2 .tabs_view .head_bottom .left_view,
.theme_11 .tabs_view .head_bottom .left_view {
  flex: 1;
  width: 0;
  margin-right: 40px;
}
.theme_2 .tabs_view .view_centet .menu_view,
.theme_11 .tabs_view .view_centet .menu_view {
  font-size: 18px;
  margin-left: 0 !important;
  height: auto;
}
.theme_2 .tabs_view .view_centet .menu_view > .menu_item,
.theme_11 .tabs_view .view_centet .menu_view > .menu_item {
  color: #2e2e2e;
  position: relative;
  padding: 0 !important;
  line-height: unset !important;
  margin-right: 60px;
}
.theme_2 .tabs_view .view_centet .menu_view > .menu_item > a,
.theme_11 .tabs_view .view_centet .menu_view > .menu_item > a {
  display: block;
  padding: 0 !important;
  padding-bottom: 4px !important;
}
.theme_2 .tabs_view .view_centet .menu_view > .menu_item > a.tab_active::after,
.theme_11 .tabs_view .view_centet .menu_view > .menu_item > a.tab_active::after,
.theme_2 .tabs_view .view_centet .menu_view > .menu_item > a:hover::after,
.theme_11 .tabs_view .view_centet .menu_view > .menu_item > a:hover::after {
  width: 100%;
  left: 0;
  transform: unset;
}
.theme_2 .tabs_view .view_centet .menu_view > .menu_item.parent > a > span::before,
.theme_11 .tabs_view .view_centet .menu_view > .menu_item.parent > a > span::before {
  border-top: 1px solid #2e2e2e;
  border-left: 1px solid #2e2e2e;
}
.theme_2 .tabs_view .view_centet .right_view .el-badge,
.theme_11 .tabs_view .view_centet .right_view .el-badge {
  height: 16px;
}
.theme_2 .tabs_view .view_centet .right_view .el-badge .el-badge__content.is-fixed,
.theme_11 .tabs_view .view_centet .right_view .el-badge .el-badge__content.is-fixed {
  z-index: 1;
}
.theme_2 .notice_swiper_wrap,
.theme_11 .notice_swiper_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .theme_2 .tabs_view.tabs_view_2 + .home_content,
  .theme_11 .tabs_view.tabs_view_2 + .home_content,
  .theme_2 #app .tabs_view.tabs_view_2.active + #main,
  .theme_11 #app .tabs_view.tabs_view_2.active + #main {
    padding-top: 100px;
  }
  .theme_2 #app .tabs_view.tabs_view_2,
  .theme_11 #app .tabs_view.tabs_view_2 {
    height: 100px;
  }
  .theme_2 #app .tabs_view .view_centet,
  .theme_11 #app .tabs_view .view_centet {
    min-width: unset;
  }
  .theme_2 .notice_swiper_wrap,
  .theme_11 .notice_swiper_wrap {
    display: flex;
    margin-top: 20px;
  }
  .theme_2 .tabs_view.tabs_view_2 .head_top_box .head_top .search_box .el-autocomplete,
  .theme_11 .tabs_view.tabs_view_2 .head_top_box .head_top .search_box .el-autocomplete {
    width: 100%;
  }
  .theme_2 .tabs_view.tabs_view_2 .head_top_box .head_top .search_box .el-autocomplete .el-input-group__append,
  .theme_11 .tabs_view.tabs_view_2 .head_top_box .head_top .search_box .el-autocomplete .el-input-group__append {
    margin-top: -2px;
  }
  .theme_2 .tabs_view.tabs_view_2 .head_bottom,
  .theme_11 .tabs_view.tabs_view_2 .head_bottom {
    width: 100%;
    box-sizing: border-box;
  }
  .theme_2 .tabs_view.tabs_view_2 .head_bottom .left_view,
  .theme_11 .tabs_view.tabs_view_2 .head_bottom .left_view {
    flex: 1;
    width: 0;
    margin-right: 0;
  }
  .theme_2 .tabs_view.tabs_view_2 .head_bottom .left_view .menu_view,
  .theme_11 .tabs_view.tabs_view_2 .head_bottom .left_view .menu_view {
    margin-right: auto !important;
    display: flex!important;
    font-size: 14px;
  }
  .theme_2 .tabs_view.tabs_view_2 .head_bottom .left_view .menu_view .menu_item,
  .theme_11 .tabs_view.tabs_view_2 .head_bottom .left_view .menu_view .menu_item {
    margin-right: 0;
  }
  .theme_2 .tabs_view.tabs_view_2 .head_bottom .right_view,
  .theme_11 .tabs_view.tabs_view_2 .head_bottom .right_view {
    min-width: unset !important;
    padding: 0 10px;
    margin-left: 20px;
  }
  .theme_2 .tabs_view.tabs_view_2 .head_bottom .right_view .el-dropdown-selfdefine span:not(.el-avatar),
  .theme_11 .tabs_view.tabs_view_2 .head_bottom .right_view .el-dropdown-selfdefine span:not(.el-avatar) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .theme_2 .tabs_view.tabs_view_2 + .home_content,
  .theme_11 .tabs_view.tabs_view_2 + .home_content,
  .theme_2 #app .tabs_view.tabs_view_2.active + #main,
  .theme_11 #app .tabs_view.tabs_view_2.active + #main {
    padding-top: 100px;
  }
  .theme_2 #app .tabs_view.tabs_view_2,
  .theme_11 #app .tabs_view.tabs_view_2 {
    height: 150px;
  }
  .theme_2 .tabs_view,
  .theme_11 .tabs_view {
    background-color: #fff;
  }
  .theme_2 #app .tabs_view .view_centet,
  .theme_11 #app .tabs_view .view_centet {
    min-width: unset;
  }
  .theme_2 #app .tabs_view .view_centet .head_bottom,
  .theme_11 #app .tabs_view .view_centet .head_bottom {
    background-color: red;
  }
  .theme_2 .notice_swiper_wrap,
  .theme_11 .notice_swiper_wrap {
    display: flex;
    margin-top: 20px;
  }
}

@media (max-width: 1680px) {
  html.theme_6 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  html.theme_6 {
    font-size: 12px;
  }
}
.theme_6 .tabs_view {
  opacity: 0.2;
  height: 64px;
}
.theme_6 #app > .container {
  padding-top: 70px;
}
.theme_6 .course_back_card {
  background: linear-gradient(180deg, #f4f5fc 0%, #fafbfe 100%);
  padding: 10px;
  height: 140px;
  display: flex;
  flex-direction: column;
}
.theme_6 .course_back_card .icon_video_1 {
  display: none;
}
.theme_6 .course_back_card .icon_video_2 {
  display: none;
}
.theme_6 .course_back_card .course_name {
  border-bottom: none;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 10px;
}
.theme_6 .course_back_card .course_name::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/learn/static/imgs/npu/video_review_title_icon.png);
  background-size: contain;
  margin-right: 10px;
}
.theme_6 .course_back_card .item_content {
  background: #ffffff;
  flex: 1;
  height: 0;
  border-radius: 6px;
  padding: 10px 14px;
}
.theme_6 .course_back_card .item_content .teachers {
  float: left;
  width: 40%;
  color: #2e2e2e;
  display: unset;
  margin-top: 0;
  padding-right: 20px;
}
.theme_6 .course_back_card .item_content .teachers > span {
  font-weight: 400;
}
.theme_6 .course_back_card .item_content .teachers .iconfont {
  margin-top: -4px;
}
.theme_6 .course_back_card .item_content .college {
  float: left;
  width: 60%;
  font-size: 14px;
  color: #2e2e2e;
  line-height: 32px;
}
.theme_6 .course_back_card .item_content .college span {
  display: none;
}
.theme_6 .course_back_card .item_content .date_addr {
  color: #868686;
}
.theme_6 .course_back_card.educational .educational_icon {
  display: none;
}
.theme_6 .course_overview_panel .course_knowledge_panel .user_knowledge_item {
  background-color: transparent;
}
.theme_6 .course_overview_panel .course_knowledge_panel .user_knowledge_item.active {
  background-color: #fff;
  color: var(--color-primary);
}
.theme_6 .course_overview_panel .course_knowledge_panel .user_knowledge_item.active .user_knowledge_content .name {
  color: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .theme_6 #app #main {
    padding-top: 10px;
  }
  .theme_6 #base_header {
    display: none;
  }
  .theme_6 #base_footer {
    display: none;
  }
  .theme_6 #foot_container,
  .theme_6 #head_container {
    display: none;
  }
}

.theme_8 .tabs_view.tabs_view_2.tabs_view_2 {
  display: block;
  height: var(--nav-bar-top-2);
  border-bottom: unset;
  top: 0;
  transition: top 0.3s;
  box-sizing: border-box;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 + .home_content {
  padding-top: calc(var(--nav-bar-top-2) + 20px);
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 + #main {
  padding-top: 150px;
  transition: padding-top 0.1s;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2.active {
  top: 0;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2.active + #main {
  padding-top: 150px;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .view_centet {
  padding: 0 24px;
  box-sizing: content-box;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .view_centet .right_view {
  min-width: unset;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top_box {
  background-size: cover;
  background-position: center;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top {
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  align-items: center;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .search_box {
  margin-left: auto;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .login_box {
  display: flex;
  align-items: center;
  margin-left: 30px;
  color: #868686;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .login_box .el-badge {
  height: 28px;
  line-height: 28px;
  margin-right: 18px;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .login_box .el-badge .message-icon {
  color: #868686;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .login_box .el-dropdown .el-dropdown-selfdefine {
  display: flex;
  align-items: center;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .login_box .el-avatar > img {
  width: 100%;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .logo_box {
  display: flex;
  align-items: center;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .logo_box .name_wrap {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  align-items: center;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .logo_box .name_wrap img {
  width: 406px;
  margin-top: 16px;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .logo_box .name_wrap .web_name {
  font-size: 24px;
  color: var(--color-primary);
  line-height: 1;
  font-weight: 600;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .logo_img {
  height: 53px;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .search_box {
  width: 100%;
  max-width: 406px;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .search_box .el-input {
  width: 100%;
  background-color: #fff;
  border-color: var(--color-primary);
  color: #868686;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .search_box .el-input .el-icon-search {
  color: var(--color-primary);
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .search_box .text_wrap {
  margin-top: 12px;
  color: #868686;
  font-size: 12px;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_bottom {
  height: var(--nav-bar-height-2);
  line-height: var(--nav-bar-height-2);
  margin: 0 auto;
  background-color: var(--color-primary);
  max-width: unset;
  min-width: unset;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .view_centet .left_view {
  width: 100%;
  font-size: 18px;
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .view_centet .left_view .menu_container {
  width: 100%;
  display: flex;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .view_centet .left_view .menu_container .menu_view {
  margin-left: 0;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .view_centet .left_view .menu_container .menu_view a {
  color: #fff;
  padding-bottom: 4px;
  margin-right: 60px;
  height: var(--nav-bar-height-2);
  line-height: var(--nav-bar-height-2);
  padding: 0 38px;
  margin: 0;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .view_centet .left_view .menu_container .menu_view .tab_active,
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .view_centet .left_view .menu_container .menu_view a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .view_centet .left_view .menu_container .menu_view .tab_active::after,
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .view_centet .left_view .menu_container .menu_view a:hover::after {
  display: none;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .view_centet .left_view .menu_container .menu_view .menu_item.parent .child_list a {
  color: #2e2e2e;
  padding: 0 10px;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .view_centet .left_view .menu_container .menu_view .menu_item.parent .child_list a:hover {
  color: var(--color-primary);
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .view_centet .left_view .menu_container .menu_view .nav_menu_list_dorpdown a {
  color: #2e2e2e;
  padding: 0 10px;
}
.theme_8 .tabs_view.tabs_view_2.tabs_view_2 .view_centet .left_view .menu_container .menu_view .nav_menu_list_dorpdown a:hover {
  color: var(--color-primary);
}
.theme_8 .course_card .item_title {
  color: var(--color-primary);
}
.theme_8 .course_type_name,
.theme_8 .live_card .item_content .item_title {
  color: var(--color-primary);
}
.theme_8 .tabs_view .view_centet .left_view .menu_view > .menu_item.parent a:hover > span::before {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .theme_8 #app .top_wrap {
    height: 180px;
    min-height: 180px !important;
  }
  .theme_8 .top_wrap_1 .banner_swiper_pagination {
    padding-left: 0;
  }
  .theme_8 #app .tabs_view.tabs_view_2 {
    height: 50px !important;
  }
  .theme_8 #app .tabs_view.tabs_view_2 + #main {
    padding-top: 50px;
  }
  .theme_8 #head_container {
    display: none !important;
  }
  .theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .web_name {
    display: none;
  }
  .theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .search_box {
    margin-left: 10px !important;
  }
  .theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .search_box .el-input .el-input-group__append .el-button {
    display: none;
  }
  .theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .search_box .el-input--suffix .el-input__inner {
    padding-right: 10px;
  }
  .theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .search_box .text_wrap {
    display: none;
  }
  .theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .login_box {
    margin-left: 10px;
  }
  .theme_8 .tabs_view.tabs_view_2.tabs_view_2 .head_top .login_box .el-dropdown {
    width: 130px;
  }
  .theme_8 .detail_container .left_menu {
    top: 110px;
  }
}

.theme_9 .course_card .item_title {
  font-size: 16px;
}
.theme_9 .course_card .cover_box .tips {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 3px 10px;
  box-sizing: border-box;
  color: #fff;
}
.theme_9 .course_card .cover_box .tips .semester {
  margin-left: auto;
}
.theme_9 .course_card .cover_box .tips .hits {
  display: flex;
  align-items: center;
}
.theme_9 .course_card .cover_box .tips .hits .iconfont {
  margin-right: 4px;
  margin-top: -1px !important;
}
.theme_9 .course_card .course_content {
  display: flex;
  flex-direction: column;
}
.theme_9 .course_card .course_content .row {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.theme_9 .course_card .course_content .row > span {
  display: flex;
  align-items: center;
}
.theme_9 .course_card .course_content .row > span.teacher {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
}
.theme_9 .course_card .course_content .row > span.teacher span,
.theme_9 .course_card .course_content .row > span.teacher a {
  display: inline;
}
.theme_9 .course_card .course_content .row > span .iconfont {
  margin-right: 2px;
}
.theme_9 .backtop {
  position: fixed;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #236AFD;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 999;
  right: 50px;
  bottom: 50px;
}

.theme_3 .course_card,
.theme_4 .course_card {
  height: 290px;
}
.theme_3 .course_card .teacher + .teacher,
.theme_4 .course_card .teacher + .teacher {
  margin-top: 4px;
}
.theme_3 .course_card .department,
.theme_4 .course_card .department {
  margin-bottom: 6px;
}
.theme_3 .course_card .cover,
.theme_4 .course_card .cover {
  height: 110px !important;
}
.theme_3 .course_card .course_content .item_title,
.theme_4 .course_card .course_content .item_title {
  margin-bottom: 0;
}
.theme_3 .course_card .course_content .department,
.theme_4 .course_card .course_content .department {
  margin-bottom: 1em;
}
.theme_3 .course_card .course_content .tips,
.theme_4 .course_card .course_content .tips {
  border-top: 1px solid #DCDCDC;
  padding: 0;
  padding-top: 8px;
  width: calc(100% - 24px);
  left: 12px;
  color: #89898A;
}
.theme_3 .course_card .course_content .tips .course_type_icon,
.theme_4 .course_card .course_content .tips .course_type_icon {
  margin-right: 4px;
}
.theme_3 .course_card .course_content .tips .course_type_name,
.theme_4 .course_card .course_content .tips .course_type_name {
  color: #89898A;
}
.theme_3 .course_card .course_content .tips span > span,
.theme_4 .course_card .course_content .tips span > span {
  flex: unset !important;
  width: auto !important;
}
.theme_3 .foot_view .web_name,
.theme_4 .foot_view .web_name {
  margin-bottom: 10px;
}
.theme_3 .tabs_view,
.theme_4 .tabs_view {
  display: block;
  height: 206px;
  border-bottom: unset;
  top: -126px;
  transition: top 0.3s;
  box-sizing: border-box;
}
.theme_3 .tabs_view.tabs_view_4,
.theme_4 .tabs_view.tabs_view_4,
.theme_3 .tabs_view.tabs_view_3,
.theme_4 .tabs_view.tabs_view_3 {
  background-color: var(--color-primary);
}
.theme_3 .tabs_view + #main,
.theme_4 .tabs_view + #main {
  padding-top: 80px;
  transition: padding-top 0.1s;
}
.theme_3 .tabs_view.active,
.theme_4 .tabs_view.active {
  top: 0;
}
.theme_3 .tabs_view.active + #main,
.theme_4 .tabs_view.active + #main {
  padding-top: 206px;
}
.theme_3 .tabs_view .view_centet.head_top,
.theme_4 .tabs_view .view_centet.head_top {
  padding: 0 24px;
  box-sizing: content-box;
  margin: 0 auto;
  justify-content: left;
}
.theme_3 .tabs_view .head_top_box,
.theme_4 .tabs_view .head_top_box {
  width: 100%;
  background-size: 100% 110px;
  background-position: top center;
  background-size: auto 151px;
  background-position: -260px 0;
}
.theme_3 .tabs_view .head_top_box .logo_img,
.theme_4 .tabs_view .head_top_box .logo_img {
  height: 90%;
}
.theme_3 .tabs_view .head_top,
.theme_4 .tabs_view .head_top {
  width: 100%;
  height: 126px;
  line-height: 126px;
  overflow: hidden;
  position: relative;
}
.theme_3 .tabs_view .head_top .logo_box,
.theme_4 .tabs_view .head_top .logo_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 10px;
}
.theme_3 .tabs_view .head_top .logo_box .logo_img,
.theme_4 .tabs_view .head_top .logo_box .logo_img {
  width: auto;
  display: flex;
  align-items: center;
}
.theme_3 .tabs_view .head_top .logo_box .logo_img img,
.theme_4 .tabs_view .head_top .logo_box .logo_img img {
  height: 59px;
  width: 233px;
  width: auto;
  object-fit: fill;
}
.theme_3 .tabs_view .head_top .logo_box .logo_context,
.theme_4 .tabs_view .head_top .logo_box .logo_context {
  line-height: 26px;
  color: #fff;
  font-family: Microsoft YaHei;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 4px;
  border-left: 1px solid #fff;
  margin-left: 22px;
  padding-left: 22px;
}
.theme_3 .tabs_view .head_top .logo_box .logo_context > div:nth-child(1),
.theme_4 .tabs_view .head_top .logo_box .logo_context > div:nth-child(1) {
  margin-bottom: 6px;
}
.theme_3 .tabs_view .head_top .logo_box .href,
.theme_4 .tabs_view .head_top .logo_box .href {
  height: 100%;
  display: block;
  width: 50%;
  position: absolute;
  right: 0;
}
.theme_3 .tabs_view .head_bottom,
.theme_4 .tabs_view .head_bottom {
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
}
.theme_3 .tabs_view .head_bottom .search_box,
.theme_4 .tabs_view .head_bottom .search_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
.theme_3 .tabs_view .head_bottom .search_box .el-input,
.theme_4 .tabs_view .head_bottom .search_box .el-input {
  max-width: unset;
  flex: 1;
  width: 100%;
  overflow: hidden;
  border: unset;
}
.theme_3 .tabs_view .head_bottom .search_box .el-input input::placeholder,
.theme_4 .tabs_view .head_bottom .search_box .el-input input::placeholder,
.theme_3 .tabs_view .head_bottom .search_box .el-input .el-icon-search,
.theme_4 .tabs_view .head_bottom .search_box .el-input .el-icon-search {
  color: #312D2D;
}
.theme_3 .tabs_view .head_bottom .search_box .el-input input:focus::placeholder,
.theme_4 .tabs_view .head_bottom .search_box .el-input input:focus::placeholder {
  opacity: 0;
}
.theme_3 .tabs_view .head_bottom .search_box .el-input input,
.theme_4 .tabs_view .head_bottom .search_box .el-input input {
  background-color: #fff;
}
.theme_3 .tabs_view .head_bottom .search_box .el-input .el-input-group__append,
.theme_4 .tabs_view .head_bottom .search_box .el-input .el-input-group__append {
  background-color: var(--color-primary);
  box-shadow: rgba(0, 0, 0, 0.1) 0 -10px 10px inset, rgba(255, 255, 255, 0.1) 0 10px 10px inset;
}
.theme_3 .tabs_view .head_bottom .search_box .el-input .el-input-group__append button i,
.theme_4 .tabs_view .head_bottom .search_box .el-input .el-input-group__append button i {
  color: #fff;
}
.theme_3 .tabs_view .head_bottom .search_box .right_view,
.theme_4 .tabs_view .head_bottom .search_box .right_view {
  color: #fff;
  margin-left: 40px;
  cursor: pointer;
  min-width: unset;
}
.theme_3 .tabs_view .head_bottom .search_box .right_view a:hover,
.theme_4 .tabs_view .head_bottom .search_box .right_view a:hover {
  color: #fff;
}
.theme_3 .tabs_view .head_bottom .logo_img,
.theme_4 .tabs_view .head_bottom .logo_img {
  height: 58px;
}
.theme_3 .tabs_view .head_bottom .logo_img img,
.theme_4 .tabs_view .head_bottom .logo_img img {
  height: 100%;
}
.theme_3 .tabs_view .head_bottom .parent_box,
.theme_4 .tabs_view .head_bottom .parent_box {
  flex: 1;
  width: 0;
  margin-left: 60px;
  margin-right: 60px;
}
.theme_3 .tabs_view .head_bottom .parent_box .menu_view,
.theme_4 .tabs_view .head_bottom .parent_box .menu_view {
  width: auto;
  display: inline-flex;
  font-size: 18px;
  opacity: 0;
  height: 32px;
  line-height: 32px;
}
.theme_3 .tabs_view .head_bottom .parent_box .menu_view a,
.theme_4 .tabs_view .head_bottom .parent_box .menu_view a {
  color: #fff;
  padding-bottom: 4px;
  margin-right: 60px;
  border-bottom: 2px transparent solid;
}
.theme_3 .tabs_view .head_bottom .parent_box .menu_view .tab_active,
.theme_4 .tabs_view .head_bottom .parent_box .menu_view .tab_active,
.theme_3 .tabs_view .head_bottom .parent_box .menu_view a:hover,
.theme_4 .tabs_view .head_bottom .parent_box .menu_view a:hover {
  color: #fff;
  border-color: #fff;
}
.theme_3 .tabs_view .head_bottom .parent_box .menu_view .menu_item.more_btn,
.theme_4 .tabs_view .head_bottom .parent_box .menu_view .menu_item.more_btn {
  position: relative;
}
.theme_3 .tabs_view .head_bottom .parent_box .menu_view .menu_item.more_btn a,
.theme_4 .tabs_view .head_bottom .parent_box .menu_view .menu_item.more_btn a {
  margin-right: unset;
}
.theme_3 .tabs_view .head_bottom .parent_box .menu_view .menu_item.more_btn .nav_menu_list_dorpdown,
.theme_4 .tabs_view .head_bottom .parent_box .menu_view .menu_item.more_btn .nav_menu_list_dorpdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background-color: #fff;
  text-align: center;
  padding: 0 20px;
}
.theme_3 .tabs_view .head_bottom .parent_box .menu_view .menu_item.more_btn .nav_menu_list_dorpdown a,
.theme_4 .tabs_view .head_bottom .parent_box .menu_view .menu_item.more_btn .nav_menu_list_dorpdown a {
  color: #312D2D;
  line-height: 2;
  margin-bottom: 0;
}
.theme_3 .tabs_view .head_bottom .parent_box .menu_view .menu_item.more_btn .nav_menu_list_dorpdown a:hover,
.theme_4 .tabs_view .head_bottom .parent_box .menu_view .menu_item.more_btn .nav_menu_list_dorpdown a:hover {
  color: var(--color-primary);
}
.theme_3 .tabs_view .head_bottom .parent_box .menu_view .menu_item.more_btn:hover .nav_menu_list_dorpdown,
.theme_4 .tabs_view .head_bottom .parent_box .menu_view .menu_item.more_btn:hover .nav_menu_list_dorpdown {
  display: block;
}
.theme_3 .tabs_view .head_bottom .parent_box .menu_view .menu_item.more_btn:hover .nav_menu_list_dorpdown a,
.theme_4 .tabs_view .head_bottom .parent_box .menu_view .menu_item.more_btn:hover .nav_menu_list_dorpdown a {
  display: block;
  border: unset;
}

@media screen and (max-width: 768px) {
  .theme_17 #app .tabs_view .view_centet .right_view .search_box_mobile input::placeholder {
    color: transparent;
  }
}

.tox {
  box-shadow: none;
  box-sizing: content-box;
  color: #222f3e;
  cursor: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: initial;
  white-space: normal;
}
.tox *:not(svg):not(rect) {
  box-sizing: inherit;
  color: inherit;
  cursor: inherit;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  vertical-align: inherit;
  white-space: inherit;
}
.tox *:not(svg):not(rect) {
  /* stylelint-disable-line no-duplicate-selectors */
  background: transparent;
  border: 0;
  box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
}
.tox:not([dir=rtl]) {
  direction: ltr;
  text-align: left;
}
.tox[dir=rtl] {
  direction: rtl;
  text-align: right;
}
.tox-tinymce {
  border: 2px solid #eeeeee;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow: hidden;
  position: relative;
  visibility: inherit !important;
}
.tox.tox-tinymce-inline {
  border: none;
  box-shadow: none;
  overflow: initial;
}
.tox.tox-tinymce-inline .tox-editor-container {
  overflow: initial;
}
.tox.tox-tinymce-inline .tox-editor-header {
  background-color: #fff;
  border: 2px solid #eeeeee;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
}
.tox-tinymce-aux {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  z-index: 1300;
}
.tox-tinymce *:focus,
.tox-tinymce-aux *:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.tox[dir=rtl] .tox-icon--flip svg {
  transform: rotateY(180deg);
}
.tox .accessibility-issue__header {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}
.tox .accessibility-issue__description {
  align-items: stretch;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}
.tox .accessibility-issue__description > div {
  padding-bottom: 4px;
}
.tox .accessibility-issue__description > div > div {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}
.tox .accessibility-issue__description > div > div .tox-icon svg {
  display: block;
}
.tox .accessibility-issue__repair {
  margin-top: 16px;
}
.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
  background-color: rgba(0, 101, 216, 0.1);
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
  color: #006ce7;
}
.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
  fill: #006ce7;
}
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon {
  background-color: #006ce7;
  color: #fff;
}
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover,
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus {
  background-color: #0060ce;
}
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active {
  background-color: #0054b4;
}
.tox .tox-dialog__body-content .accessibility-issue--warn {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
  background-color: rgba(255, 165, 0, 0.08);
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
  color: #8f5d00;
}
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
  fill: #8f5d00;
}
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon {
  background-color: #FFE89D;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover,
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus {
  background-color: #F2D574;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active {
  background-color: #E8C657;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--error {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
  background-color: rgba(204, 0, 0, 0.1);
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
  color: #c00;
}
.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
  fill: #c00;
}
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon {
  background-color: #F2BFBF;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover,
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus {
  background-color: #E9A4A4;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active {
  background-color: #EE9494;
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
  background-color: rgba(120, 171, 70, 0.1);
  color: #222f3e;
}
.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > *:last-child {
  display: none;
}
.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
  color: #527530;
}
.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
  fill: #527530;
}
.tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,
.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
  font-size: 14px;
  margin-top: 0;
}
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-left: 4px;
}
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-left: auto;
}
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 4px 4px 8px;
}
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-right: 4px;
}
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-right: auto;
}
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 8px 4px 4px;
}
.tox .tox-advtemplate .tox-form__grid {
  flex: 1;
}
.tox .tox-advtemplate .tox-form__grid > div:first-child {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.tox .tox-advtemplate .tox-form__grid > div:first-child > div:nth-child(2) {
  flex-basis: 0;
  flex-grow: 1;
  overflow: auto;
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid > div:first-child {
    width: 100%;
  }
}
.tox .tox-advtemplate iframe {
  border-color: #eeeeee;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  margin: 0 10px;
}
.tox .tox-anchorbar {
  display: flex;
  flex: 0 0 auto;
}
.tox .tox-bottom-anchorbar {
  display: flex;
  flex: 0 0 auto;
}
.tox .tox-bar {
  display: flex;
  flex: 0 0 auto;
}
.tox .tox-button {
  background-color: #006ce7;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #006ce7;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 4px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}
.tox .tox-button::before {
  border-radius: 6px;
  bottom: -1px;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #006ce7, 0 0 0 3px rgba(0, 108, 231, 0.25);
  content: '';
  left: -1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
}
.tox .tox-button[disabled] {
  background-color: #006ce7;
  background-image: none;
  border-color: #006ce7;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.tox .tox-button:focus:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button:focus-visible:not(:disabled)::before {
  opacity: 1;
}
.tox .tox-button:hover:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button:active:not(:disabled) {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button.tox-button--enabled {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button.tox-button--enabled[disabled] {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.tox .tox-button.tox-button--enabled:focus:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button.tox-button--enabled:hover:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button.tox-button--enabled:active:not(:disabled) {
  background-color: #003c81;
  background-image: none;
  border-color: #003c81;
  box-shadow: none;
  color: #fff;
}
.tox .tox-button--icon-and-text,
.tox .tox-button.tox-button--icon-and-text,
.tox .tox-button.tox-button--secondary.tox-button--icon-and-text {
  display: flex;
  padding: 5px 4px;
}
.tox .tox-button--icon-and-text .tox-icon svg,
.tox .tox-button.tox-button--icon-and-text .tox-icon svg,
.tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg {
  display: block;
  fill: currentColor;
}
.tox .tox-button--secondary {
  background-color: #f0f0f0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #f0f0f0;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  outline: none;
  padding: 4px 16px;
  text-decoration: none;
  text-transform: none;
}
.tox .tox-button--secondary[disabled] {
  background-color: #f0f0f0;
  background-image: none;
  border-color: #f0f0f0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
.tox .tox-button--secondary:focus:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary:hover:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary:active:not(:disabled) {
  background-color: #d6d6d6;
  background-image: none;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary.tox-button--enabled {
  background-color: #a8c8ed;
  background-image: none;
  border-color: #a8c8ed;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary.tox-button--enabled[disabled] {
  background-color: #a8c8ed;
  background-image: none;
  border-color: #a8c8ed;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
.tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled) {
  background-color: #93bbe9;
  background-image: none;
  border-color: #93bbe9;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled) {
  background-color: #93bbe9;
  background-image: none;
  border-color: #93bbe9;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--secondary.tox-button--enabled:active:not(:disabled) {
  background-color: #7daee4;
  background-image: none;
  border-color: #7daee4;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-button--icon,
.tox .tox-button.tox-button--icon,
.tox .tox-button.tox-button--secondary.tox-button--icon {
  padding: 4px;
}
.tox .tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
  display: block;
  fill: currentColor;
}
.tox .tox-button-link {
  background: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.tox .tox-button-link--sm {
  font-size: 14px;
}
.tox .tox-button--naked {
  background-color: transparent;
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
.tox .tox-button--naked[disabled] {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: rgba(34, 47, 62, 0.5);
}
.tox .tox-button--naked:hover:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
.tox .tox-button--naked:focus:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
.tox .tox-button--naked:active:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.18);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}
.tox .tox-button--naked .tox-icon svg {
  fill: currentColor;
}
.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
  color: #222f3e;
}
.tox .tox-checkbox {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 36px;
  min-width: 36px;
}
.tox .tox-checkbox__input {
  /* Hide from view but visible to screen readers */
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.tox .tox-checkbox__icons {
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: content-box;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: calc(4px - 1px);
  width: 24px;
}
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: block;
  fill: rgba(34, 47, 62, 0.3);
}
.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: none;
  fill: #006ce7;
}
.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: none;
  fill: #006ce7;
}
.tox .tox-checkbox--disabled {
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}
.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: block;
}
.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}
.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: block;
}
.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #006ce7;
  padding: calc(4px - 1px);
}
.tox:not([dir=rtl]) .tox-checkbox__label {
  margin-left: 4px;
}
.tox:not([dir=rtl]) .tox-checkbox__input {
  left: -10000px;
}
.tox:not([dir=rtl]) .tox-bar .tox-checkbox {
  margin-left: 4px;
}
.tox[dir=rtl] .tox-checkbox__label {
  margin-right: 4px;
}
.tox[dir=rtl] .tox-checkbox__input {
  right: -10000px;
}
.tox[dir=rtl] .tox-bar .tox-checkbox {
  margin-right: 4px;
}
.tox {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox .tox-collection--toolbar .tox-collection__group {
  display: flex;
  padding: 0;
}
.tox .tox-collection--grid .tox-collection__group {
  display: flex;
  flex-wrap: wrap;
  max-height: 208px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
.tox .tox-collection--list .tox-collection__group {
  border-bottom-width: 0;
  border-color: #e3e3e3;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 1px;
  padding: 4px 0;
}
.tox .tox-collection--list .tox-collection__group:first-child {
  border-top-width: 0;
}
.tox .tox-collection__group-heading {
  background-color: #fcfcfc;
  color: rgba(34, 47, 62, 0.7);
  cursor: default;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: -4px;
  padding: 4px 8px;
  text-transform: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tox .tox-collection__item {
  align-items: center;
  border-radius: 3px;
  color: #222f3e;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tox .tox-collection--list .tox-collection__item {
  padding: 4px 8px;
}
.tox .tox-collection--toolbar .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}
.tox .tox-collection--grid .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}
.tox .tox-collection--list .tox-collection__item--enabled {
  background-color: #fff;
  color: #222f3e;
}
.tox .tox-collection--list .tox-collection__item--active {
  background-color: #cce2fa;
}
.tox .tox-collection--toolbar .tox-collection__item--enabled {
  background-color: #a6ccf7;
  color: #222f3e;
}
.tox .tox-collection--toolbar .tox-collection__item--active {
  background-color: #cce2fa;
}
.tox .tox-collection--grid .tox-collection__item--enabled {
  background-color: #a6ccf7;
  color: #222f3e;
}
.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #cce2fa;
  color: #222f3e;
}
.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
}
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
}
.tox .tox-collection__item-icon,
.tox .tox-collection__item-checkmark {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.tox .tox-collection__item-icon svg,
.tox .tox-collection__item-checkmark svg {
  fill: currentColor;
}
.tox .tox-collection--toolbar-lg .tox-collection__item-icon {
  height: 48px;
  width: 48px;
}
.tox .tox-collection__item-label {
  color: currentColor;
  display: inline-block;
  flex: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  max-width: 100%;
  text-transform: none;
  word-break: break-all;
}
.tox .tox-collection__item-accessory {
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-transform: none;
}
.tox .tox-collection__item-caret {
  align-items: center;
  display: flex;
  min-height: 24px;
}
.tox .tox-collection__item-caret::after {
  content: '';
  font-size: 0;
  min-height: inherit;
}
.tox .tox-collection__item-caret svg {
  fill: #222f3e;
}
.tox .tox-collection__item--state-disabled {
  background-color: transparent;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
  display: none;
}
.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
  display: none;
}
.tox .tox-collection--horizontal {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding: 0;
}
.tox .tox-collection--horizontal .tox-collection__group {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 4px;
}
.tox .tox-collection--horizontal .tox-collection__item {
  height: 28px;
  margin: 6px 1px 5px 0;
  padding: 0 4px;
}
.tox .tox-collection--horizontal .tox-collection__item-label {
  white-space: nowrap;
}
.tox .tox-collection--horizontal .tox-collection__item-caret {
  margin-left: 4px;
}
.tox .tox-collection__item-container {
  display: flex;
}
.tox .tox-collection__item-container--row {
  align-items: center;
  flex: 1 1 auto;
  flex-direction: row;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
  margin-right: auto;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
  justify-content: flex-end;
  margin-left: auto;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
  align-items: flex-start;
  margin-bottom: auto;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
  align-items: center;
}
.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
  align-items: flex-end;
  margin-top: auto;
}
.tox .tox-collection__item-container--column {
  align-self: center;
  flex: 1 1 auto;
  flex-direction: column;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
  align-items: flex-start;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
  align-items: flex-end;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
  align-self: flex-start;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
  align-self: center;
}
.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
  align-self: flex-end;
}
.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}
.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-left: 8px;
}
.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-left: 4px;
}
.tox:not([dir=rtl]) .tox-collection__item-accessory {
  margin-left: 16px;
  text-align: right;
}
.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
  margin-left: 16px;
}
.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}
.tox[dir=rtl] .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-right: 8px;
}
.tox[dir=rtl] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-right: 4px;
}
.tox[dir=rtl] .tox-collection__item-accessory {
  margin-right: 16px;
  text-align: left;
}
.tox[dir=rtl] .tox-collection .tox-collection__item-caret {
  margin-right: 16px;
  transform: rotateY(180deg);
}
.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
  margin-right: 4px;
}
.tox .tox-color-picker-container {
  display: flex;
  flex-direction: row;
  height: 225px;
  margin: 0;
}
.tox .tox-sv-palette {
  box-sizing: border-box;
  display: flex;
  height: 100%;
}
.tox .tox-sv-palette-spectrum {
  height: 100%;
}
.tox .tox-sv-palette,
.tox .tox-sv-palette-spectrum {
  width: 225px;
}
.tox .tox-sv-palette-thumb {
  background: none;
  border: 1px solid black;
  border-radius: 50%;
  box-sizing: content-box;
  height: 12px;
  position: absolute;
  width: 12px;
}
.tox .tox-sv-palette-inner-thumb {
  border: 1px solid white;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}
.tox .tox-hue-slider {
  box-sizing: border-box;
  height: 100%;
  width: 25px;
}
.tox .tox-hue-slider-spectrum {
  background: linear-gradient(to bottom, #f00, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, #f00);
  height: 100%;
  width: 100%;
}
.tox .tox-hue-slider,
.tox .tox-hue-slider-spectrum {
  width: 20px;
}
.tox .tox-hue-slider-thumb {
  background: white;
  border: 1px solid black;
  box-sizing: content-box;
  height: 4px;
  width: 100%;
}
.tox .tox-rgb-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tox .tox-rgb-form div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: inherit;
}
.tox .tox-rgb-form input {
  width: 6em;
}
.tox .tox-rgb-form input.tox-invalid {
  /* Need !important to override Chrome's focus styling unfortunately */
  border: 1px solid red !important;
}
.tox .tox-rgb-form .tox-rgba-preview {
  border: 1px solid black;
  flex-grow: 2;
  margin-bottom: 0;
}
.tox:not([dir=rtl]) .tox-sv-palette {
  margin-right: 15px;
}
.tox:not([dir=rtl]) .tox-hue-slider {
  margin-right: 15px;
}
.tox:not([dir=rtl]) .tox-hue-slider-thumb {
  margin-left: -1px;
}
.tox:not([dir=rtl]) .tox-rgb-form label {
  margin-right: 0.5em;
}
.tox[dir=rtl] .tox-sv-palette {
  margin-left: 15px;
}
.tox[dir=rtl] .tox-hue-slider {
  margin-left: 15px;
}
.tox[dir=rtl] .tox-hue-slider-thumb {
  margin-right: -1px;
}
.tox[dir=rtl] .tox-rgb-form label {
  margin-left: 0.5em;
}
.tox .tox-toolbar .tox-swatches,
.tox .tox-toolbar__primary .tox-swatches,
.tox .tox-toolbar__overflow .tox-swatches {
  margin: 5px 0 6px 11px;
}
.tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
  border: 0;
  margin: -4px -4px;
}
.tox .tox-swatches__row {
  display: flex;
}
.tox .tox-swatch {
  height: 30px;
  transition: transform 0.15s, box-shadow 0.15s;
  width: 30px;
}
.tox .tox-swatch:hover,
.tox .tox-swatch:focus {
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
  transform: scale(0.8);
}
.tox .tox-swatch--remove {
  align-items: center;
  display: flex;
  justify-content: center;
}
.tox .tox-swatch--remove svg path {
  stroke: #e74c3c;
}
.tox .tox-swatches__picker-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  outline: none;
  padding: 0;
  width: 30px;
}
.tox .tox-swatches__picker-btn svg {
  fill: #222f3e;
  height: 24px;
  width: 24px;
}
.tox .tox-swatches__picker-btn:hover {
  background: #cce2fa;
}
.tox div.tox-swatch:not(.tox-swatch--remove) svg {
  display: none;
  fill: #222f3e;
  height: 24px;
  margin: calc((30px - 24px) / 2) calc((30px - 24px) / 2);
  width: 24px;
}
.tox div.tox-swatch:not(.tox-swatch--remove) svg path {
  fill: #fff;
  paint-order: stroke;
  stroke: #222f3e;
  stroke-width: 2px;
}
.tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg {
  display: block;
}
.tox:not([dir=rtl]) .tox-swatches__picker-btn {
  margin-left: auto;
}
.tox[dir=rtl] .tox-swatches__picker-btn {
  margin-right: auto;
}
.tox .tox-comment-thread {
  background: #fff;
  position: relative;
}
.tox .tox-comment-thread > *:not(:first-child) {
  margin-top: 8px;
}
.tox .tox-comment {
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  padding: 8px 8px 16px 8px;
  position: relative;
}
.tox .tox-comment__header {
  align-items: center;
  color: #222f3e;
  display: flex;
  justify-content: space-between;
}
.tox .tox-comment__date {
  color: #222f3e;
  font-size: 12px;
  line-height: 18px;
}
.tox .tox-comment__body {
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 8px;
  position: relative;
  text-transform: initial;
}
.tox .tox-comment__body textarea {
  resize: none;
  white-space: normal;
  width: 100%;
}
.tox .tox-comment__expander {
  padding-top: 8px;
}
.tox .tox-comment__expander p {
  color: rgba(34, 47, 62, 0.7);
  font-size: 14px;
  font-style: normal;
}
.tox .tox-comment__body p {
  margin: 0;
}
.tox .tox-comment__buttonspacing {
  padding-top: 16px;
  text-align: center;
}
.tox .tox-comment-thread__overlay::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: flex;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.tox .tox-comment__reply {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}
.tox .tox-comment__reply > *:first-child {
  margin-bottom: 8px;
  width: 100%;
}
.tox .tox-comment__edit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 16px;
}
.tox .tox-comment__gradient::after {
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: "";
  display: block;
  height: 5em;
  margin-top: -40px;
  position: absolute;
  width: 100%;
}
.tox .tox-comment__overlay {
  background: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 5;
}
.tox .tox-comment__loading-text {
  align-items: center;
  color: #222f3e;
  display: flex;
  flex-direction: column;
  position: relative;
}
.tox .tox-comment__loading-text > div {
  padding-bottom: 16px;
}
.tox .tox-comment__overlaytext {
  bottom: 0;
  flex-direction: column;
  font-size: 14px;
  left: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.tox .tox-comment__overlaytext p {
  background-color: #fff;
  box-shadow: 0 0 8px 8px #fff;
  color: #222f3e;
  text-align: center;
}
.tox .tox-comment__overlaytext div:nth-of-type(2) {
  font-size: 0.8em;
}
.tox .tox-comment__busy-spinner {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.tox .tox-comment__scroll {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  overflow: auto;
}
.tox .tox-conversations {
  margin: 8px;
}
.tox:not([dir=rtl]) .tox-comment__edit {
  margin-left: 8px;
}
.tox:not([dir=rtl]) .tox-comment__buttonspacing > *:last-child,
.tox:not([dir=rtl]) .tox-comment__edit > *:last-child,
.tox:not([dir=rtl]) .tox-comment__reply > *:last-child {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-comment__edit {
  margin-right: 8px;
}
.tox[dir=rtl] .tox-comment__buttonspacing > *:last-child,
.tox[dir=rtl] .tox-comment__edit > *:last-child,
.tox[dir=rtl] .tox-comment__reply > *:last-child {
  margin-right: 8px;
}
.tox .tox-user {
  align-items: center;
  display: flex;
}
.tox .tox-user__avatar svg {
  fill: rgba(34, 47, 62, 0.7);
}
.tox .tox-user__avatar img {
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  vertical-align: middle;
  width: 36px;
}
.tox .tox-user__name {
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  text-transform: none;
}
.tox:not([dir=rtl]) .tox-user__avatar svg,
.tox:not([dir=rtl]) .tox-user__avatar img {
  margin-right: 8px;
}
.tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-user__avatar svg,
.tox[dir=rtl] .tox-user__avatar img {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-user__avatar + .tox-user__name {
  margin-right: 8px;
}
.tox .tox-dialog-wrap {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1100;
}
.tox .tox-dialog-wrap__backdrop {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.tox .tox-dialog-wrap__backdrop--opaque {
  background-color: #fff;
}
.tox .tox-dialog {
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 10px;
  border-style: solid;
  border-width: 0px;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 480px;
  overflow: hidden;
  position: relative;
  width: 95vw;
  z-index: 2;
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox .tox-dialog {
    align-self: flex-start;
    margin: 8px auto;
    max-height: calc(100vh - 8px * 2);
    width: calc(100vw - 16px);
  }
}
.tox .tox-dialog-inline {
  z-index: 1100;
}
.tox .tox-dialog__header {
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  color: #222f3e;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 16px 0 16px;
  position: relative;
}
.tox .tox-dialog__header .tox-button {
  z-index: 1;
}
.tox .tox-dialog__draghandle {
  cursor: grab;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tox .tox-dialog__draghandle:active {
  cursor: grabbing;
}
.tox .tox-dialog__dismiss {
  margin-left: auto;
}
.tox .tox-dialog__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}
.tox .tox-dialog__body {
  color: #222f3e;
  display: flex;
  flex: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  min-width: 0;
  text-align: left;
  text-transform: none;
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox .tox-dialog__body {
    flex-direction: column;
  }
}
.tox .tox-dialog__body-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 16px 16px;
}
@media only screen and (min-width: 768px ) {
  .tox .tox-dialog__body-nav {
    max-width: 11em;
  }
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0;
  }
}
.tox .tox-dialog__body-nav-item {
  border-bottom: 2px solid transparent;
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
  max-width: 13em;
  text-decoration: none;
}
.tox .tox-dialog__body-nav-item:focus {
  background-color: rgba(0, 108, 231, 0.1);
}
.tox .tox-dialog__body-nav-item--active {
  border-bottom: 2px solid #006ce7;
  color: #006ce7;
}
.tox .tox-dialog__body-content {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  max-height: min(650px, calc(100vh - 110px));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 16px;
}
.tox .tox-dialog__body-content > * {
  margin-bottom: 0;
  margin-top: 16px;
}
.tox .tox-dialog__body-content > *:first-child {
  margin-top: 0;
}
.tox .tox-dialog__body-content > *:last-child {
  margin-bottom: 0;
}
.tox .tox-dialog__body-content > *:only-child {
  margin-bottom: 0;
  margin-top: 0;
}
.tox .tox-dialog__body-content a {
  color: #006ce7;
  cursor: pointer;
  text-decoration: underline;
}
.tox .tox-dialog__body-content a:hover,
.tox .tox-dialog__body-content a:focus {
  color: #003c81;
  text-decoration: underline;
}
.tox .tox-dialog__body-content a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #006ce7;
  outline-offset: 2px;
}
.tox .tox-dialog__body-content a:active {
  color: #00244e;
  text-decoration: underline;
}
.tox .tox-dialog__body-content svg {
  fill: #222f3e;
}
.tox .tox-dialog__body-content strong {
  font-weight: bold;
}
.tox .tox-dialog__body-content ul {
  list-style-type: disc;
}
.tox .tox-dialog__body-content ul,
.tox .tox-dialog__body-content ol,
.tox .tox-dialog__body-content dd {
  padding-inline-start: 2.5rem;
}
.tox .tox-dialog__body-content ul,
.tox .tox-dialog__body-content ol,
.tox .tox-dialog__body-content dl {
  margin-bottom: 16px;
}
.tox .tox-dialog__body-content ul,
.tox .tox-dialog__body-content ol,
.tox .tox-dialog__body-content dl,
.tox .tox-dialog__body-content dd,
.tox .tox-dialog__body-content dt {
  display: block;
  margin-inline-end: 0;
  margin-inline-start: 0;
}
.tox .tox-dialog__body-content .tox-form__group h1 {
  color: #222f3e;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}
.tox .tox-dialog__body-content .tox-form__group h2 {
  color: #222f3e;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}
.tox .tox-dialog__body-content .tox-form__group p {
  margin-bottom: 16px;
}
.tox .tox-dialog__body-content .tox-form__group h1:first-child,
.tox .tox-dialog__body-content .tox-form__group h2:first-child,
.tox .tox-dialog__body-content .tox-form__group p:first-child {
  margin-top: 0;
}
.tox .tox-dialog__body-content .tox-form__group h1:last-child,
.tox .tox-dialog__body-content .tox-form__group h2:last-child,
.tox .tox-dialog__body-content .tox-form__group p:last-child {
  margin-bottom: 0;
}
.tox .tox-dialog__body-content .tox-form__group h1:only-child,
.tox .tox-dialog__body-content .tox-form__group h2:only-child,
.tox .tox-dialog__body-content .tox-form__group p:only-child {
  margin-bottom: 0;
  margin-top: 0;
}
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
  text-align: center;
}
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
  text-align: end;
}
.tox .tox-dialog--width-lg {
  height: 650px;
  max-width: 1200px;
}
.tox .tox-dialog--fullscreen {
  height: 100%;
  max-width: 100%;
}
.tox .tox-dialog--fullscreen .tox-dialog__body-content {
  max-height: 100%;
}
.tox .tox-dialog--width-md {
  max-width: 800px;
}
.tox .tox-dialog--width-md .tox-dialog__body-content {
  overflow: auto;
}
.tox .tox-dialog__body-content--centered {
  text-align: center;
}
.tox .tox-dialog__footer {
  align-items: center;
  background-color: #fff;
  border-top: none;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}
.tox .tox-dialog__footer-start,
.tox .tox-dialog__footer-end {
  display: flex;
}
.tox .tox-dialog__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.tox .tox-dialog__table {
  border-collapse: collapse;
  width: 100%;
}
.tox .tox-dialog__table thead th {
  font-weight: bold;
  padding-bottom: 8px;
}
.tox .tox-dialog__table thead th:first-child {
  padding-right: 8px;
}
.tox .tox-dialog__table tbody tr {
  border-bottom: 1px solid #626262;
}
.tox .tox-dialog__table tbody tr:last-child {
  border-bottom: none;
}
.tox .tox-dialog__table td {
  padding-bottom: 8px;
  padding-top: 8px;
}
.tox .tox-dialog__table td:first-child {
  padding-right: 8px;
}
.tox .tox-dialog__iframe {
  min-height: 200px;
}
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
  background: #fff;
}
.tox .tox-navobj-bordered {
  position: relative;
}
.tox .tox-navobj-bordered::before {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  content: '';
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
  border-color: #006ce7;
  box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
  outline: none;
}
.tox .tox-dialog__popups {
  position: absolute;
  width: 100%;
  z-index: 1100;
}
.tox .tox-dialog__body-iframe {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.tox .tox-dialog__body-iframe .tox-navobj {
  display: flex;
  flex: 1;
}
.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}
.tox .tox-dialog-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
.tox .tox-dialog-dock-fadein {
  opacity: 1;
  visibility: visible;
}
.tox .tox-dialog-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
  transition-delay: 0s;
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
    margin-left: 8px;
  }
}
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > *,
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-dialog__body {
  text-align: right;
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px ) {
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
    margin-right: 8px;
  }
}
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > *,
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-right: 8px;
}
body.tox-dialog__disable-scroll {
  overflow: hidden;
}
.tox .tox-dropzone-container {
  display: flex;
  flex: 1;
}
.tox .tox-dropzone {
  align-items: center;
  background: #fff;
  border: 2px dashed #eeeeee;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  min-height: 100px;
  padding: 10px;
}
.tox .tox-dropzone p {
  color: rgba(34, 47, 62, 0.7);
  margin: 0 0 16px 0;
}
.tox .tox-edit-area {
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}
.tox .tox-edit-area::before {
  border: 2px solid #2D6ADF;
  border-radius: 4px;
  content: '';
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.15s;
  z-index: 1;
}
.tox .tox-edit-area__iframe {
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
  position: absolute;
  width: 100%;
}
.tox.tox-edit-focus .tox-edit-area::before {
  opacity: 1;
}
.tox.tox-inline-edit-area {
  border: 1px dotted #eeeeee;
}
.tox .tox-editor-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}
.tox .tox-editor-header {
  display: grid;
  grid-template-columns: 1fr min-content;
  z-index: 2;
}
.tox:not(.tox-tinymce-inline) .tox-editor-header {
  background-color: #fff;
  border-bottom: none;
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.1), 0 8px 8px -4px rgba(34, 47, 62, 0.07);
  padding: 4px 0;
}
.tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition) {
  transition: box-shadow 0.5s;
}
.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header {
  border-top: 1px solid #e3e3e3;
  box-shadow: none;
}
.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header {
  background-color: #fff;
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
  padding: 4px 0;
}
.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header {
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
}
.tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.tox-editor-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}
.tox-editor-dock-fadein {
  opacity: 1;
  visibility: visible;
}
.tox-editor-dock-transition {
  transition: visibility 0s linear 0.25s, opacity 0.25s ease;
}
.tox-editor-dock-transition.tox-editor-dock-fadein {
  transition-delay: 0s;
}
.tox .tox-control-wrap {
  flex: 1;
  position: relative;
}
.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,
.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,
.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
  display: none;
}
.tox .tox-control-wrap svg {
  display: block;
}
.tox .tox-control-wrap__status-icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tox .tox-control-wrap__status-icon-invalid svg {
  fill: #c00;
}
.tox .tox-control-wrap__status-icon-unknown svg {
  fill: orange;
}
.tox .tox-control-wrap__status-icon-valid svg {
  fill: green;
}
.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
  padding-right: 32px;
}
.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
  right: 4px;
}
.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
  padding-left: 32px;
}
.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
  left: 4px;
}
.tox .tox-autocompleter {
  max-width: 25em;
}
.tox .tox-autocompleter .tox-menu {
  box-sizing: border-box;
  max-width: 25em;
}
.tox .tox-autocompleter .tox-autocompleter-highlight {
  font-weight: bold;
}
.tox .tox-color-input {
  display: flex;
  position: relative;
  z-index: 1;
}
.tox .tox-color-input .tox-textfield {
  z-index: -1;
}
.tox .tox-color-input span {
  border-color: rgba(34, 47, 62, 0.2);
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  height: 24px;
  position: absolute;
  top: 6px;
  width: 24px;
}
.tox .tox-color-input span:hover:not([aria-disabled=true]),
.tox .tox-color-input span:focus:not([aria-disabled=true]) {
  border-color: #006ce7;
  cursor: pointer;
}
.tox .tox-color-input span::before {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
  background-size: 12px 12px;
  border: 1px solid #fff;
  border-radius: 6px;
  box-sizing: border-box;
  content: '';
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 24px;
  z-index: -1;
}
.tox .tox-color-input span[aria-disabled=true] {
  cursor: not-allowed;
}
.tox:not([dir=rtl]) .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
  padding-left: 36px;
}
.tox:not([dir=rtl]) .tox-color-input span {
  left: 6px;
}
.tox[dir="rtl"] .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox[dir="rtl"] .tox-color-input .tox-textfield {
  padding-right: 36px;
}
.tox[dir="rtl"] .tox-color-input span {
  right: 6px;
}
.tox .tox-label,
.tox .tox-toolbar-label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 8px 0 0;
  text-transform: none;
  white-space: nowrap;
}
.tox .tox-toolbar-label {
  padding: 0 8px;
}
.tox[dir=rtl] .tox-label {
  padding: 0 0 0 8px;
}
.tox .tox-form {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.tox .tox-form__group {
  box-sizing: border-box;
  margin-bottom: 4px;
}
.tox .tox-form-group--maximize {
  flex: 1;
}
.tox .tox-form__group--error {
  color: #c00;
}
.tox .tox-form__group--collection {
  display: flex;
}
.tox .tox-form__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tox .tox-form__grid--2col > .tox-form__group {
  width: calc(50% - (8px / 2));
}
.tox .tox-form__grid--3col > .tox-form__group {
  width: calc(100% / 3 - (8px / 2));
}
.tox .tox-form__grid--4col > .tox-form__group {
  width: calc(25% - (8px / 2));
}
.tox .tox-form__controls-h-stack {
  align-items: center;
  display: flex;
}
.tox .tox-form__group--inline {
  align-items: center;
  display: flex;
}
.tox .tox-form__group--stretched {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.tox .tox-form__group--stretched .tox-textarea {
  flex: 1;
}
.tox .tox-form__group--stretched .tox-navobj {
  display: flex;
  flex: 1;
}
.tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}
.tox:not([dir=rtl]) .tox-form__controls-h-stack > *:not(:first-child) {
  margin-left: 4px;
}
.tox[dir=rtl] .tox-form__controls-h-stack > *:not(:first-child) {
  margin-right: 4px;
}
.tox .tox-lock.tox-locked .tox-lock-icon__unlock,
.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
  display: none;
}
.tox .tox-textfield,
.tox .tox-toolbar-textfield,
.tox .tox-listboxfield .tox-listbox--select,
.tox .tox-textarea,
.tox .tox-textarea-wrap .tox-textarea:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}
.tox .tox-textfield[disabled],
.tox .tox-textarea[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
.tox .tox-textfield:focus,
.tox .tox-listboxfield .tox-listbox--select:focus,
.tox .tox-textarea-wrap:focus-within,
.tox .tox-textarea:focus,
.tox .tox-custom-editor:focus-within {
  background-color: #fff;
  border-color: #006ce7;
  box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
  outline: none;
}
.tox .tox-toolbar-textfield {
  border-width: 0;
  margin-bottom: 3px;
  margin-top: 2px;
  max-width: 250px;
}
.tox .tox-naked-btn {
  background-color: transparent;
  border: 0;
  border-color: transparent;
  box-shadow: unset;
  color: #006ce7;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
}
.tox .tox-naked-btn svg {
  display: block;
  fill: #222f3e;
}
.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
  margin-left: 4px;
}
.tox[dir=rtl] .tox-toolbar-textfield + * {
  margin-right: 4px;
}
.tox .tox-listboxfield {
  cursor: pointer;
  position: relative;
}
.tox .tox-listboxfield .tox-listbox--select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
.tox .tox-listbox__select-label {
  cursor: default;
  flex: 1;
  margin: 0 4px;
}
.tox .tox-listbox__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}
.tox .tox-listbox__select-chevron svg {
  fill: #222f3e;
}
.tox .tox-listboxfield .tox-listbox--select {
  align-items: center;
  display: flex;
}
.tox:not([dir=rtl]) .tox-listboxfield svg {
  right: 8px;
}
.tox[dir=rtl] .tox-listboxfield svg {
  left: 8px;
}
.tox .tox-selectfield {
  cursor: pointer;
  position: relative;
}
.tox .tox-selectfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}
.tox .tox-selectfield select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}
.tox .tox-selectfield select::-ms-expand {
  display: none;
}
.tox .tox-selectfield select:focus {
  background-color: #fff;
  border-color: #006ce7;
  box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
  outline: none;
}
.tox .tox-selectfield svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tox:not([dir=rtl]) .tox-selectfield select[size="0"],
.tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
  padding-right: 24px;
}
.tox:not([dir=rtl]) .tox-selectfield svg {
  right: 8px;
}
.tox[dir=rtl] .tox-selectfield select[size="0"],
.tox[dir=rtl] .tox-selectfield select[size="1"] {
  padding-left: 24px;
}
.tox[dir=rtl] .tox-selectfield svg {
  left: 8px;
}
.tox .tox-textarea-wrap {
  border-color: #eeeeee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  flex: 1;
  overflow: hidden;
}
.tox .tox-textarea {
  -webkit-appearance: textarea;
     -moz-appearance: textarea;
          appearance: textarea;
  white-space: pre-wrap;
}
.tox .tox-textarea-wrap .tox-textarea {
  border: none;
}
.tox .tox-textarea-wrap .tox-textarea:focus {
  border: none;
}
.tox-fullscreen {
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  padding: 0;
  touch-action: pinch-zoom;
  width: 100%;
}
.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
  display: none;
}
.tox.tox-tinymce.tox-fullscreen,
.tox-shadowhost.tox-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1200;
}
.tox.tox-tinymce.tox-fullscreen {
  background-color: transparent;
}
.tox-fullscreen .tox.tox-tinymce-aux,
.tox-fullscreen ~ .tox.tox-tinymce-aux {
  z-index: 1201;
}
.tox .tox-help__more-link {
  list-style: none;
  margin-top: 1em;
}
.tox .tox-imagepreview {
  background-color: #666;
  height: 380px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tox .tox-imagepreview.tox-imagepreview__loaded {
  overflow: auto;
}
.tox .tox-imagepreview__container {
  display: flex;
  left: 100vw;
  position: absolute;
  top: 100vw;
}
.tox .tox-imagepreview__image {
  background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
}
.tox .tox-image-tools .tox-spacer {
  flex: 1;
}
.tox .tox-image-tools .tox-bar {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
}
.tox .tox-image-tools .tox-imagepreview,
.tox .tox-image-tools .tox-imagepreview + .tox-bar {
  margin-top: 8px;
}
.tox .tox-image-tools .tox-croprect-block {
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  zoom: 1;
}
.tox .tox-image-tools .tox-croprect-handle {
  border: 2px solid white;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.tox .tox-image-tools .tox-croprect-handle-move {
  border: 0;
  cursor: move;
  position: absolute;
}
.tox .tox-image-tools .tox-croprect-handle-nw {
  border-width: 2px 0 0 2px;
  cursor: nw-resize;
  left: 100px;
  margin: -2px 0 0 -2px;
  top: 100px;
}
.tox .tox-image-tools .tox-croprect-handle-ne {
  border-width: 2px 2px 0 0;
  cursor: ne-resize;
  left: 200px;
  margin: -2px 0 0 -20px;
  top: 100px;
}
.tox .tox-image-tools .tox-croprect-handle-sw {
  border-width: 0 0 2px 2px;
  cursor: sw-resize;
  left: 100px;
  margin: -20px 2px 0 -2px;
  top: 200px;
}
.tox .tox-image-tools .tox-croprect-handle-se {
  border-width: 0 2px 2px 0;
  cursor: se-resize;
  left: 200px;
  margin: -20px 0 0 -20px;
  top: 200px;
}
.tox .tox-insert-table-picker {
  display: flex;
  flex-wrap: wrap;
  width: 170px;
}
.tox .tox-insert-table-picker > div {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  height: 17px;
  width: 17px;
}
.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
  margin: -4px -4px;
}
.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
  background-color: rgba(0, 108, 231, 0.5);
  border-color: rgba(0, 108, 231, 0.5);
}
.tox .tox-insert-table-picker__label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  width: 100%;
}
.tox:not([dir=rtl]) {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
  border-right: 0;
}
.tox[dir=rtl] {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
  border-right: 0;
}
.tox {
  /* stylelint-disable */
  /* stylelint-enable */
}
.tox .tox-menu {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  z-index: 1150;
}
.tox .tox-menu.tox-collection.tox-collection--list {
  padding: 0 4px;
}
.tox .tox-menu.tox-collection.tox-collection--toolbar {
  padding: 8px;
}
.tox .tox-menu.tox-collection.tox-collection--grid {
  padding: 8px;
}
@media only screen and (min-width: 768px ) {
  .tox .tox-menu .tox-collection__item-label {
    overflow-wrap: break-word;
    word-break: normal;
  }
  .tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
    word-break: break-all;
  }
}
.tox .tox-menu__label h1,
.tox .tox-menu__label h2,
.tox .tox-menu__label h3,
.tox .tox-menu__label h4,
.tox .tox-menu__label h5,
.tox .tox-menu__label h6,
.tox .tox-menu__label p,
.tox .tox-menu__label blockquote,
.tox .tox-menu__label code {
  margin: 0;
}
.tox .tox-menubar {
  background: repeating-linear-gradient(transparent 0px 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
  background-color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  grid-row: 1;
  padding: 0 11px 0 12px;
}
.tox .tox-promotion + .tox-menubar {
  grid-column: 1;
}
.tox .tox-promotion {
  background: repeating-linear-gradient(transparent 0px 1px, transparent 1px 39px) center top 39px / 100% calc(100% - 39px) no-repeat;
  background-color: #fff;
  grid-column: 2;
  grid-row: 1;
  padding-inline-end: 8px;
  padding-inline-start: 4px;
  padding-top: 5px;
}
.tox .tox-promotion-link {
  align-items: unsafe center;
  background-color: #E8F1F8;
  border-radius: 5px;
  color: #086BE6;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 26.6px;
  padding: 4px 8px;
  white-space: nowrap;
}
.tox .tox-promotion-link:hover {
  background-color: #B4D7FF;
}
.tox .tox-promotion-link:focus {
  background-color: #D9EDF7;
}
/* Deprecated. Remove in next major release */
.tox .tox-mbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  justify-content: center;
  margin: 5px 1px 6px 0;
  outline: none;
  overflow: hidden;
  padding: 0 4px;
  text-transform: none;
  width: auto;
}
.tox .tox-mbtn[disabled] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-mbtn:focus:not(:disabled) {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-mbtn--active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-mbtn__select-label {
  cursor: default;
  font-weight: normal;
  margin: 0 4px;
}
.tox .tox-mbtn[disabled] .tox-mbtn__select-label {
  cursor: not-allowed;
}
.tox .tox-mbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  display: none;
}
.tox .tox-notification {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  display: grid;
  font-size: 14px;
  font-weight: normal;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  margin-top: 4px;
  opacity: 0;
  padding: 4px;
  transition: transform 100ms ease-in, opacity 150ms ease-in;
}
.tox .tox-notification p {
  font-size: 14px;
  font-weight: normal;
}
.tox .tox-notification a {
  cursor: pointer;
  text-decoration: underline;
}
.tox .tox-notification--in {
  opacity: 1;
}
.tox .tox-notification--success {
  background-color: #e4eeda;
  border-color: #d7e6c8;
  color: #222f3e;
}
.tox .tox-notification--success p {
  color: #222f3e;
}
.tox .tox-notification--success a {
  color: #517342;
}
.tox .tox-notification--success svg {
  fill: #222f3e;
}
.tox .tox-notification--error {
  background-color: #f5cccc;
  border-color: #f0b3b3;
  color: #222f3e;
}
.tox .tox-notification--error p {
  color: #222f3e;
}
.tox .tox-notification--error a {
  color: #77181f;
}
.tox .tox-notification--error svg {
  fill: #222f3e;
}
.tox .tox-notification--warn,
.tox .tox-notification--warning {
  background-color: #fff5cc;
  border-color: #fff0b3;
  color: #222f3e;
}
.tox .tox-notification--warn p,
.tox .tox-notification--warning p {
  color: #222f3e;
}
.tox .tox-notification--warn a,
.tox .tox-notification--warning a {
  color: #7a6e25;
}
.tox .tox-notification--warn svg,
.tox .tox-notification--warning svg {
  fill: #222f3e;
}
.tox .tox-notification--info {
  background-color: #d6e7fb;
  border-color: #c1dbf9;
  color: #222f3e;
}
.tox .tox-notification--info p {
  color: #222f3e;
}
.tox .tox-notification--info a {
  color: #2a64a6;
}
.tox .tox-notification--info svg {
  fill: #222f3e;
}
.tox .tox-notification__body {
  align-self: center;
  color: #222f3e;
  font-size: 14px;
  grid-column-end: 3;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-row-start: 1;
  text-align: center;
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}
.tox .tox-notification__body > * {
  margin: 0;
}
.tox .tox-notification__body > * + * {
  margin-top: 1rem;
}
.tox .tox-notification__icon {
  align-self: center;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}
.tox .tox-notification__icon svg {
  display: block;
}
.tox .tox-notification__dismiss {
  align-self: start;
  grid-column-end: 4;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}
.tox .tox-notification .tox-progress-bar {
  grid-column-end: 4;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-row-start: 2;
  justify-self: center;
}
.tox .tox-pop {
  display: inline-block;
  position: relative;
}
.tox .tox-pop--resizing {
  transition: width 0.1s ease;
}
.tox .tox-pop--resizing .tox-toolbar,
.tox .tox-pop--resizing .tox-toolbar__group {
  flex-wrap: nowrap;
}
.tox .tox-pop--transition {
  transition: 0.15s ease;
  transition-property: left, right, top, bottom;
}
.tox .tox-pop--transition::before,
.tox .tox-pop--transition::after {
  transition: all 0.15s, visibility 0s, opacity 0.075s ease 0.075s;
}
.tox .tox-pop__dialog {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  min-width: 0;
  overflow: hidden;
}
.tox .tox-pop__dialog > *:not(.tox-toolbar) {
  margin: 4px 4px 4px 8px;
}
.tox .tox-pop__dialog .tox-toolbar {
  background-color: transparent;
  margin-bottom: -1px;
}
.tox .tox-pop::before,
.tox .tox-pop::after {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  opacity: 1;
  position: absolute;
  width: 0;
}
.tox .tox-pop.tox-pop--inset::before,
.tox .tox-pop.tox-pop--inset::after {
  opacity: 0;
  transition: all 0s 0.15s, visibility 0s, opacity 0.075s ease;
}
.tox .tox-pop.tox-pop--bottom::before,
.tox .tox-pop.tox-pop--bottom::after {
  left: 50%;
  top: 100%;
}
.tox .tox-pop.tox-pop--bottom::after {
  border-color: #fff transparent transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: -1px;
}
.tox .tox-pop.tox-pop--bottom::before {
  border-color: #eeeeee transparent transparent transparent;
  border-width: 9px;
  margin-left: -9px;
}
.tox .tox-pop.tox-pop--top::before,
.tox .tox-pop.tox-pop--top::after {
  left: 50%;
  top: 0;
  transform: translateY(-100%);
}
.tox .tox-pop.tox-pop--top::after {
  border-color: transparent transparent #fff transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: 1px;
}
.tox .tox-pop.tox-pop--top::before {
  border-color: transparent transparent #eeeeee transparent;
  border-width: 9px;
  margin-left: -9px;
}
.tox .tox-pop.tox-pop--left::before,
.tox .tox-pop.tox-pop--left::after {
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
.tox .tox-pop.tox-pop--left::after {
  border-color: transparent #fff transparent transparent;
  border-width: 8px;
  margin-left: -15px;
}
.tox .tox-pop.tox-pop--left::before {
  border-color: transparent #eeeeee transparent transparent;
  border-width: 10px;
  margin-left: -19px;
}
.tox .tox-pop.tox-pop--right::before,
.tox .tox-pop.tox-pop--right::after {
  left: 100%;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
.tox .tox-pop.tox-pop--right::after {
  border-color: transparent transparent transparent #fff;
  border-width: 8px;
  margin-left: -1px;
}
.tox .tox-pop.tox-pop--right::before {
  border-color: transparent transparent transparent #eeeeee;
  border-width: 10px;
  margin-left: -1px;
}
.tox .tox-pop.tox-pop--align-left::before,
.tox .tox-pop.tox-pop--align-left::after {
  left: 20px;
}
.tox .tox-pop.tox-pop--align-right::before,
.tox .tox-pop.tox-pop--align-right::after {
  left: calc(100% - 20px);
}
.tox .tox-sidebar-wrap {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  min-height: 0;
}
.tox .tox-sidebar {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.tox .tox-sidebar__slider {
  display: flex;
  overflow: hidden;
}
.tox .tox-sidebar__pane-container {
  display: flex;
}
.tox .tox-sidebar__pane {
  display: flex;
}
.tox .tox-sidebar--sliding-closed {
  opacity: 0;
}
.tox .tox-sidebar--sliding-open {
  opacity: 1;
}
.tox .tox-sidebar--sliding-growing,
.tox .tox-sidebar--sliding-shrinking {
  transition: width 0.5s ease, opacity 0.5s ease;
}
.tox .tox-selector {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
}
.tox.tox-platform-touch .tox-selector {
  height: 12px;
  width: 12px;
}
.tox .tox-slider {
  align-items: center;
  display: flex;
  flex: 1;
  height: 24px;
  justify-content: center;
  position: relative;
}
.tox .tox-slider__rail {
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  height: 10px;
  min-width: 120px;
  width: 100%;
}
.tox .tox-slider__handle {
  background-color: #006ce7;
  border: 2px solid #0054b4;
  border-radius: 6px;
  box-shadow: none;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
}
.tox .tox-form__controls-h-stack > .tox-slider:not(:first-of-type) {
  margin-inline-start: 8px;
}
.tox .tox-form__controls-h-stack > .tox-form__group + .tox-slider {
  margin-inline-start: 32px;
}
.tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
  margin-inline-start: 32px;
}
.tox .tox-source-code {
  overflow: auto;
}
.tox .tox-spinner {
  display: flex;
}
.tox .tox-spinner > div {
  animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
  background-color: rgba(34, 47, 62, 0.7);
  border-radius: 100%;
  height: 8px;
  width: 8px;
}
.tox .tox-spinner > div:nth-child(1) {
  animation-delay: -0.32s;
}
.tox .tox-spinner > div:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes tam-bouncing-dots {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
  margin-left: 4px;
}
.tox[dir=rtl] .tox-spinner > div:not(:first-child) {
  margin-right: 4px;
}
.tox .tox-statusbar {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  color: rgba(34, 47, 62, 0.7);
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: normal;
  height: 25px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-transform: none;
}
.tox .tox-statusbar__path {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tox .tox-statusbar__right-container {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}
.tox .tox-statusbar__help-text {
  text-align: center;
}
.tox .tox-statusbar__text-container {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (min-width: 768px ) {
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
    flex: 0 0 calc(100% / 3);
  }
}
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
  justify-content: flex-end;
}
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
  justify-content: flex-start;
}
.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
  justify-content: space-around;
}
.tox .tox-statusbar__path > * {
  display: inline;
  white-space: nowrap;
}
.tox .tox-statusbar__wordcount {
  flex: 0 0 auto;
  margin-left: 1ch;
}
@media only screen and (max-width: 767px ) {
  .tox .tox-statusbar__text-container .tox-statusbar__help-text {
    display: none;
  }
  .tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
    display: block;
  }
}
.tox .tox-statusbar a,
.tox .tox-statusbar__path-item,
.tox .tox-statusbar__wordcount {
  color: rgba(34, 47, 62, 0.7);
  text-decoration: none;
}
.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
  color: #222f3e;
  cursor: pointer;
}
.tox .tox-statusbar__branding svg {
  fill: rgba(34, 47, 62, 0.8);
  height: 1.14em;
  vertical-align: -0.28em;
  width: 3.6em;
}
.tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg,
.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg {
  fill: #222f3e;
}
.tox .tox-statusbar__resize-handle {
  align-items: flex-end;
  align-self: stretch;
  cursor: nwse-resize;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: -8px;
  padding-bottom: 3px;
  padding-left: 1ch;
  padding-right: 3px;
}
.tox .tox-statusbar__resize-handle svg {
  display: block;
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-statusbar__resize-handle:focus svg {
  background-color: #dee0e2;
  border-radius: 1px 1px 5px 1px;
  box-shadow: 0 0 0 2px #dee0e2;
}
.tox:not([dir=rtl]) .tox-statusbar__path > * {
  margin-right: 4px;
}
.tox:not([dir=rtl]) .tox-statusbar__branding {
  margin-left: 2ch;
}
.tox[dir=rtl] .tox-statusbar {
  flex-direction: row-reverse;
}
.tox[dir=rtl] .tox-statusbar__path > * {
  margin-left: 4px;
}
.tox .tox-throbber {
  z-index: 1299;
}
.tox .tox-throbber__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tox .tox-tbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  justify-content: center;
  margin: 6px 1px 5px 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  text-transform: none;
  width: 34px;
}
.tox .tox-tbtn svg {
  display: block;
  fill: #222f3e;
}
.tox .tox-tbtn.tox-tbtn-more {
  padding-left: 5px;
  padding-right: 5px;
  width: inherit;
}
.tox .tox-tbtn:focus {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
}
.tox .tox-tbtn:hover {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tbtn:hover svg {
  fill: #222f3e;
}
.tox .tox-tbtn:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tbtn:active svg {
  fill: #222f3e;
}
.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-tbtn--disabled,
.tox .tox-tbtn--disabled:hover,
.tox .tox-tbtn:disabled,
.tox .tox-tbtn:disabled:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-tbtn--disabled svg,
.tox .tox-tbtn--disabled:hover svg,
.tox .tox-tbtn:disabled svg,
.tox .tox-tbtn:disabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:hover {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tbtn--enabled > *,
.tox .tox-tbtn--enabled:hover > * {
  transform: none;
}
.tox .tox-tbtn--enabled svg,
.tox .tox-tbtn--enabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: #222f3e;
}
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
  color: #222f3e;
}
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
  fill: #222f3e;
}
.tox .tox-tbtn:active > * {
  transform: none;
}
.tox .tox-tbtn--md {
  height: 42px;
  width: 51px;
}
.tox .tox-tbtn--lg {
  flex-direction: column;
  height: 56px;
  width: 68px;
}
.tox .tox-tbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}
.tox .tox-tbtn--labeled {
  padding: 0 4px;
  width: unset;
}
.tox .tox-tbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}
.tox .tox-number-input {
  border-radius: 3px;
  display: flex;
  margin: 6px 1px 5px 0;
  padding: 0 4px;
  width: auto;
}
.tox .tox-number-input .tox-input-wrapper {
  background: #f7f7f7;
  display: flex;
  pointer-events: none;
  text-align: center;
}
.tox .tox-number-input .tox-input-wrapper:focus {
  background: #cce2fa;
}
.tox .tox-number-input input {
  border-radius: 3px;
  color: #222f3e;
  font-size: 14px;
  margin: 2px 0;
  pointer-events: all;
  width: 60px;
}
.tox .tox-number-input input:hover {
  background: #cce2fa;
  color: #222f3e;
}
.tox .tox-number-input input:focus {
  background: #fff;
  color: #222f3e;
}
.tox .tox-number-input input:disabled {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-number-input button {
  background: #f7f7f7;
  color: #222f3e;
  height: 28px;
  text-align: center;
  width: 24px;
}
.tox .tox-number-input button svg {
  display: block;
  fill: #222f3e;
  margin: 0 auto;
  transform: scale(0.67);
}
.tox .tox-number-input button:focus {
  background: #cce2fa;
}
.tox .tox-number-input button:hover {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-number-input button:hover svg {
  fill: #222f3e;
}
.tox .tox-number-input button:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-number-input button:active svg {
  fill: #222f3e;
}
.tox .tox-number-input button:disabled {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-number-input button:disabled svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-number-input button.minus {
  border-radius: 3px 0 0 3px;
}
.tox .tox-number-input button.plus {
  border-radius: 0 3px 3px 0;
}
.tox .tox-number-input:focus:not(:active) > button,
.tox .tox-number-input:focus:not(:active) > .tox-input-wrapper {
  background: #cce2fa;
}
.tox .tox-tbtn--select {
  margin: 6px 1px 5px 0;
  padding: 0 4px;
  width: auto;
}
.tox .tox-tbtn__select-label {
  cursor: default;
  font-weight: normal;
  height: initial;
  margin: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tox .tox-tbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}
.tox .tox-tbtn__select-chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-tbtn--bespoke {
  background: #f7f7f7;
}
.tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
  margin-inline-start: 4px;
}
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 7em;
}
.tox .tox-tbtn--disabled .tox-tbtn__select-label,
.tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
  cursor: not-allowed;
}
.tox .tox-split-button {
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  margin: 6px 1px 5px 0;
  overflow: hidden;
}
.tox .tox-split-button:hover {
  box-shadow: 0 0 0 1px #cce2fa inset;
}
.tox .tox-split-button:focus {
  background: #cce2fa;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-split-button > * {
  border-radius: 0;
}
.tox .tox-split-button__chevron {
  width: 16px;
}
.tox .tox-split-button__chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-split-button .tox-tbtn {
  margin: 0;
}
.tox .tox-split-button.tox-tbtn--disabled:hover,
.tox .tox-split-button.tox-tbtn--disabled:focus,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
  background: transparent;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}
.tox.tox-platform-touch .tox-split-button .tox-tbtn--select {
  padding: 0 0px;
}
.tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child {
  width: 30px;
}
.tox.tox-platform-touch .tox-split-button__chevron {
  width: 20px;
}
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color,
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
  opacity: 0.6;
}
.tox .tox-toolbar-overlord {
  background-color: #fff;
}
.tox .tox-toolbar,
.tox .tox-toolbar__primary,
.tox .tox-toolbar__overflow {
  background-attachment: local;
  background-color: #fff;
  background-image: repeating-linear-gradient(#e3e3e3 0px 1px, transparent 1px 39px);
  background-position: center top 40px;
  background-repeat: no-repeat;
  background-size: calc(100% - 11px * 2) calc(100% - 41px);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 0 0px;
  transform: perspective(1px);
}
.tox .tox-toolbar-overlord > .tox-toolbar,
.tox .tox-toolbar-overlord > .tox-toolbar__primary,
.tox .tox-toolbar-overlord > .tox-toolbar__overflow {
  background-position: center top 0px;
  background-size: calc(100% - 11px * 2) calc(100% - 0px);
}
.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  visibility: hidden;
}
.tox .tox-toolbar__overflow--growing {
  transition: height 0.3s ease, opacity 0.2s linear 0.1s;
}
.tox .tox-toolbar__overflow--shrinking {
  transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
}
.tox .tox-toolbar-overlord,
.tox .tox-anchorbar {
  grid-column: 1 / -1;
}
.tox .tox-menubar + .tox-toolbar,
.tox .tox-menubar + .tox-toolbar-overlord {
  border-top: 1px solid transparent;
  margin-top: -1px;
  padding-bottom: 1px;
  padding-top: 1px;
}
.tox .tox-toolbar--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tox .tox-pop .tox-toolbar {
  border-width: 0;
}
.tox .tox-toolbar--no-divider {
  background-image: none;
}
.tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,
.tox .tox-toolbar-overlord .tox-toolbar__primary {
  background-position: center top 39px;
}
.tox .tox-editor-header > .tox-toolbar--scrolling,
.tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
  background-image: none;
}
.tox.tox-tinymce-aux .tox-toolbar__overflow {
  background-color: #fff;
  background-position: center top 43px;
  background-size: calc(100% - 8px * 2) calc(100% - 51px);
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  overscroll-behavior: none;
  padding: 4px 0;
}
.tox-pop .tox-pop__dialog {
  /* stylelint-disable-next-line no-descending-specificity */
}
.tox-pop .tox-pop__dialog .tox-toolbar {
  background-position: center top 43px;
  background-size: calc(100% - 11px * 2) calc(100% - 51px);
  padding: 4px 0;
}
.tox .tox-toolbar__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  padding: 0 11px 0 12px;
}
.tox .tox-toolbar__group--pull-right {
  margin-left: auto;
}
.tox .tox-toolbar--scrolling .tox-toolbar__group {
  flex-shrink: 0;
  flex-wrap: nowrap;
}
.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}
.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}
.tox .tox-tooltip {
  display: inline-block;
  padding: 8px;
  position: relative;
}
.tox .tox-tooltip__body {
  background-color: #222f3e;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(34, 47, 62, 0.3);
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  padding: 4px 8px;
  text-transform: none;
}
.tox .tox-tooltip__arrow {
  position: absolute;
}
.tox .tox-tooltip--down .tox-tooltip__arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #222f3e;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.tox .tox-tooltip--up .tox-tooltip__arrow {
  border-bottom: 8px solid #222f3e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.tox .tox-tooltip--right .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222f3e;
  border-top: 8px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tox .tox-tooltip--left .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222f3e;
  border-top: 8px solid transparent;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tox .tox-tree {
  display: flex;
  flex-direction: column;
}
.tox .tox-tree .tox-trbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 28px;
  margin-bottom: 4px;
  margin-top: 4px;
  outline: none;
  overflow: hidden;
  padding: 0;
  padding-left: 8px;
  text-transform: none;
}
.tox .tox-tree .tox-trbtn .tox-tree__label {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tox .tox-tree .tox-trbtn svg {
  display: block;
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn:focus {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
}
.tox .tox-tree .tox-trbtn:hover {
  background: #cce2fa;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tree .tox-trbtn:hover svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tree .tox-trbtn:active svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn--disabled,
.tox .tox-tree .tox-trbtn--disabled:hover,
.tox .tox-tree .tox-trbtn:disabled,
.tox .tox-tree .tox-trbtn:disabled:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}
.tox .tox-tree .tox-trbtn--disabled svg,
.tox .tox-tree .tox-trbtn--disabled:hover svg,
.tox .tox-tree .tox-trbtn:disabled svg,
.tox .tox-tree .tox-trbtn:disabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: rgba(34, 47, 62, 0.5);
}
.tox .tox-tree .tox-trbtn--enabled,
.tox .tox-tree .tox-trbtn--enabled:hover {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}
.tox .tox-tree .tox-trbtn--enabled > *,
.tox .tox-tree .tox-trbtn--enabled:hover > * {
  transform: none;
}
.tox .tox-tree .tox-trbtn--enabled svg,
.tox .tox-tree .tox-trbtn--enabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
  color: #222f3e;
}
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-trbtn:active > * {
  transform: none;
}
.tox .tox-tree .tox-trbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}
.tox .tox-tree .tox-trbtn--labeled {
  padding: 0 4px;
  width: unset;
}
.tox .tox-tree .tox-trbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}
.tox .tox-tree .tox-tree--directory {
  display: flex;
  flex-direction: column;
  /* stylelint-disable no-descending-specificity */
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
  font-weight: bold;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn {
  margin-left: auto;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg {
  fill: transparent;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #222f3e;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
  margin-right: 6px;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
  transition: transform 0.5s ease-in-out;
}
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
  transform: rotate(90deg);
}
.tox .tox-tree .tox-tree--leaf__label {
  font-weight: normal;
}
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn {
  margin-left: auto;
}
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg {
  fill: transparent;
}
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg,
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #222f3e;
}
.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #222f3e;
}
.tox .tox-tree .tox-tree--directory__children {
  overflow: hidden;
  padding-left: 16px;
}
.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,
.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking {
  transition: height 0.5s ease-in-out;
}
.tox .tox-tree .tox-trbtn.tox-tree--leaf__label {
  display: flex;
  justify-content: space-between;
}
.tox .tox-view-wrap,
.tox .tox-view-wrap__slot-container {
  background-color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.tox .tox-view {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}
.tox .tox-view__header {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 8px 0 8px;
  position: relative;
}
.tox .tox-view--mobile.tox-view__header,
.tox .tox-view--mobile.tox-view__toolbar {
  padding: 8px;
}
.tox .tox-view--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tox .tox-view__toolbar {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  padding: 8px 8px 0 8px;
}
.tox .tox-view__toolbar__group {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.tox .tox-view__header-start,
.tox .tox-view__header-end {
  display: flex;
}
.tox .tox-view__pane {
  height: 100%;
  padding: 8px;
  width: 100%;
}
.tox .tox-view__pane_panel {
  border: 1px solid #eeeeee;
  border-radius: 6px;
}
.tox:not([dir=rtl]) .tox-view__header .tox-view__header-start > *,
.tox:not([dir=rtl]) .tox-view__header .tox-view__header-end > * {
  margin-left: 8px;
}
.tox[dir=rtl] .tox-view__header .tox-view__header-start > *,
.tox[dir=rtl] .tox-view__header .tox-view__header-end > * {
  margin-right: 8px;
}
.tox .tox-well {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  padding: 8px;
  width: 100%;
}
.tox .tox-well > *:first-child {
  margin-top: 0;
}
.tox .tox-well > *:last-child {
  margin-bottom: 0;
}
.tox .tox-well > *:only-child {
  margin: 0;
}
.tox .tox-custom-editor {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}
/* stylelint-disable */
.tox {
  /* stylelint-enable */
}
.tox .tox-dialog-loading::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.tox .tox-tab {
  cursor: pointer;
}
.tox .tox-dialog__content-js {
  display: flex;
  flex: 1;
}
.tox .tox-dialog__body-content .tox-collection {
  display: flex;
  flex: 1;
}

.tox{box-shadow:none;box-sizing:content-box;color:#222f3e;cursor:auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;-webkit-tap-highlight-color:transparent;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:initial;white-space:normal}.tox :not(svg):not(rect){box-sizing:inherit;color:inherit;cursor:inherit;direction:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;-webkit-tap-highlight-color:inherit;text-align:inherit;text-decoration:inherit;text-shadow:inherit;text-transform:inherit;vertical-align:inherit;white-space:inherit}.tox :not(svg):not(rect){background:0 0;border:0;box-shadow:none;float:none;height:auto;margin:0;max-width:none;outline:0;padding:0;position:static;width:auto}.tox:not([dir=rtl]){direction:ltr;text-align:left}.tox[dir=rtl]{direction:rtl;text-align:right}.tox-tinymce{border:2px solid #eee;border-radius:10px;box-shadow:none;box-sizing:border-box;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;overflow:hidden;position:relative;visibility:inherit!important}.tox.tox-tinymce-inline{border:none;box-shadow:none;overflow:initial}.tox.tox-tinymce-inline .tox-editor-container{overflow:initial}.tox.tox-tinymce-inline .tox-editor-header{background-color:#fff;border:2px solid #eee;border-radius:10px;box-shadow:none;overflow:hidden}.tox-tinymce-aux{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;z-index:1300}.tox-tinymce :focus,.tox-tinymce-aux :focus{outline:0}button::-moz-focus-inner{border:0}.tox[dir=rtl] .tox-icon--flip svg{transform:rotateY(180deg)}.tox .accessibility-issue__header{align-items:center;display:flex;margin-bottom:4px}.tox .accessibility-issue__description{align-items:stretch;border-radius:6px;display:flex;justify-content:space-between}.tox .accessibility-issue__description>div{padding-bottom:4px}.tox .accessibility-issue__description>div>div{align-items:center;display:flex;margin-bottom:4px}.tox .accessibility-issue__description>div>div .tox-icon svg{display:block}.tox .accessibility-issue__repair{margin-top:16px}.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description{background-color:rgba(0,101,216,.1);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2{color:#006ce7}.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg{fill:#006ce7}.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon{background-color:#006ce7;color:#fff}.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus,.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover{background-color:#0060ce}.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active{background-color:#0054b4}.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description{background-color:rgba(255,165,0,.08);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2{color:#8f5d00}.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg{fill:#8f5d00}.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon{background-color:#ffe89d;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus,.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover{background-color:#f2d574;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active{background-color:#e8c657;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description{background-color:rgba(204,0,0,.1);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2{color:#c00}.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg{fill:#c00}.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon{background-color:#f2bfbf;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus,.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover{background-color:#e9a4a4;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active{background-color:#ee9494;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description{background-color:rgba(120,171,70,.1);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description>:last-child{display:none}.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2{color:#527530}.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg{fill:#527530}.tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2{font-size:14px;margin-top:0}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-left:4px}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2){margin-left:auto}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description{padding:4px 4px 4px 8px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-right:4px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2){margin-right:auto}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description{padding:4px 8px 4px 4px}.tox .tox-advtemplate .tox-form__grid{flex:1}.tox .tox-advtemplate .tox-form__grid>div:first-child{display:flex;flex-direction:column;width:30%}.tox .tox-advtemplate .tox-form__grid>div:first-child>div:nth-child(2){flex-basis:0;flex-grow:1;overflow:auto}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid>div:first-child{width:100%}}.tox .tox-advtemplate iframe{border-color:#eee;border-radius:10px;border-style:solid;border-width:1px;margin:0 10px}.tox .tox-anchorbar{display:flex;flex:0 0 auto}.tox .tox-bottom-anchorbar{display:flex;flex:0 0 auto}.tox .tox-bar{display:flex;flex:0 0 auto}.tox .tox-button{background-color:#006ce7;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#006ce7;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;line-height:24px;margin:0;outline:0;padding:4px 16px;position:relative;text-align:center;text-decoration:none;text-transform:none;white-space:nowrap}.tox .tox-button::before{border-radius:6px;bottom:-1px;box-shadow:inset 0 0 0 2px #fff,0 0 0 1px #006ce7,0 0 0 3px rgba(0,108,231,.25);content:'';left:-1px;opacity:0;pointer-events:none;position:absolute;right:-1px;top:-1px}.tox .tox-button[disabled]{background-color:#006ce7;background-image:none;border-color:#006ce7;box-shadow:none;color:rgba(255,255,255,.5);cursor:not-allowed}.tox .tox-button:focus:not(:disabled){background-color:#0060ce;background-image:none;border-color:#0060ce;box-shadow:none;color:#fff}.tox .tox-button:focus-visible:not(:disabled)::before{opacity:1}.tox .tox-button:hover:not(:disabled){background-color:#0060ce;background-image:none;border-color:#0060ce;box-shadow:none;color:#fff}.tox .tox-button:active:not(:disabled){background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled{background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled[disabled]{background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:rgba(255,255,255,.5);cursor:not-allowed}.tox .tox-button.tox-button--enabled:focus:not(:disabled){background-color:#00489b;background-image:none;border-color:#00489b;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled:hover:not(:disabled){background-color:#00489b;background-image:none;border-color:#00489b;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled:active:not(:disabled){background-color:#003c81;background-image:none;border-color:#003c81;box-shadow:none;color:#fff}.tox .tox-button--icon-and-text,.tox .tox-button.tox-button--icon-and-text,.tox .tox-button.tox-button--secondary.tox-button--icon-and-text{display:flex;padding:5px 4px}.tox .tox-button--icon-and-text .tox-icon svg,.tox .tox-button.tox-button--icon-and-text .tox-icon svg,.tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg{display:block;fill:currentColor}.tox .tox-button--secondary{background-color:#f0f0f0;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#f0f0f0;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;color:#222f3e;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;outline:0;padding:4px 16px;text-decoration:none;text-transform:none}.tox .tox-button--secondary[disabled]{background-color:#f0f0f0;background-image:none;border-color:#f0f0f0;box-shadow:none;color:rgba(34,47,62,.5)}.tox .tox-button--secondary:focus:not(:disabled){background-color:#e3e3e3;background-image:none;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--secondary:hover:not(:disabled){background-color:#e3e3e3;background-image:none;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--secondary:active:not(:disabled){background-color:#d6d6d6;background-image:none;border-color:#d6d6d6;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled{background-color:#a8c8ed;background-image:none;border-color:#a8c8ed;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled[disabled]{background-color:#a8c8ed;background-image:none;border-color:#a8c8ed;box-shadow:none;color:rgba(34,47,62,.5)}.tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled){background-color:#93bbe9;background-image:none;border-color:#93bbe9;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled){background-color:#93bbe9;background-image:none;border-color:#93bbe9;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled:active:not(:disabled){background-color:#7daee4;background-image:none;border-color:#7daee4;box-shadow:none;color:#222f3e}.tox .tox-button--icon,.tox .tox-button.tox-button--icon,.tox .tox-button.tox-button--secondary.tox-button--icon{padding:4px}.tox .tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg{display:block;fill:currentColor}.tox .tox-button-link{background:0;border:none;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;font-weight:400;line-height:1.3;margin:0;padding:0;white-space:nowrap}.tox .tox-button-link--sm{font-size:14px}.tox .tox-button--naked{background-color:transparent;border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked[disabled]{background-color:rgba(34,47,62,.12);border-color:transparent;box-shadow:unset;color:rgba(34,47,62,.5)}.tox .tox-button--naked:hover:not(:disabled){background-color:rgba(34,47,62,.12);border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked:focus:not(:disabled){background-color:rgba(34,47,62,.12);border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked:active:not(:disabled){background-color:rgba(34,47,62,.18);border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked .tox-icon svg{fill:currentColor}.tox .tox-button--naked.tox-button--icon:hover:not(:disabled){color:#222f3e}.tox .tox-checkbox{align-items:center;border-radius:6px;cursor:pointer;display:flex;height:36px;min-width:36px}.tox .tox-checkbox__input{height:1px;overflow:hidden;position:absolute;top:auto;width:1px}.tox .tox-checkbox__icons{align-items:center;border-radius:6px;box-shadow:0 0 0 2px transparent;box-sizing:content-box;display:flex;height:24px;justify-content:center;padding:calc(4px - 1px);width:24px}.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:block;fill:rgba(34,47,62,.3)}.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:none;fill:#006ce7}.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg{display:none;fill:#006ce7}.tox .tox-checkbox--disabled{color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg{fill:rgba(34,47,62,.5)}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{fill:rgba(34,47,62,.5)}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{fill:rgba(34,47,62,.5)}.tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}.tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__checked svg{display:block}.tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}.tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:block}.tox input.tox-checkbox__input:focus+.tox-checkbox__icons{border-radius:6px;box-shadow:inset 0 0 0 1px #006ce7;padding:calc(4px - 1px)}.tox:not([dir=rtl]) .tox-checkbox__label{margin-left:4px}.tox:not([dir=rtl]) .tox-checkbox__input{left:-10000px}.tox:not([dir=rtl]) .tox-bar .tox-checkbox{margin-left:4px}.tox[dir=rtl] .tox-checkbox__label{margin-right:4px}.tox[dir=rtl] .tox-checkbox__input{right:-10000px}.tox[dir=rtl] .tox-bar .tox-checkbox{margin-right:4px}.tox .tox-collection--toolbar .tox-collection__group{display:flex;padding:0}.tox .tox-collection--grid .tox-collection__group{display:flex;flex-wrap:wrap;max-height:208px;overflow-x:hidden;overflow-y:auto;padding:0}.tox .tox-collection--list .tox-collection__group{border-bottom-width:0;border-color:#e3e3e3;border-left-width:0;border-right-width:0;border-style:solid;border-top-width:1px;padding:4px 0}.tox .tox-collection--list .tox-collection__group:first-child{border-top-width:0}.tox .tox-collection__group-heading{background-color:#fcfcfc;color:rgba(34,47,62,.7);cursor:default;font-size:12px;font-style:normal;font-weight:400;margin-bottom:4px;margin-top:-4px;padding:4px 8px;text-transform:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tox .tox-collection__item{align-items:center;border-radius:3px;color:#222f3e;display:flex;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tox .tox-collection--list .tox-collection__item{padding:4px 8px}.tox .tox-collection--toolbar .tox-collection__item{border-radius:3px;padding:4px}.tox .tox-collection--grid .tox-collection__item{border-radius:3px;padding:4px}.tox .tox-collection--list .tox-collection__item--enabled{background-color:#fff;color:#222f3e}.tox .tox-collection--list .tox-collection__item--active{background-color:#cce2fa}.tox .tox-collection--toolbar .tox-collection__item--enabled{background-color:#a6ccf7;color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active{background-color:#cce2fa}.tox .tox-collection--grid .tox-collection__item--enabled{background-color:#a6ccf7;color:#222f3e}.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled){background-color:#cce2fa;color:#222f3e}.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#222f3e}.tox .tox-collection__item-checkmark,.tox .tox-collection__item-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.tox .tox-collection__item-checkmark svg,.tox .tox-collection__item-icon svg{fill:currentColor}.tox .tox-collection--toolbar-lg .tox-collection__item-icon{height:48px;width:48px}.tox .tox-collection__item-label{color:currentColor;display:inline-block;flex:1;font-size:14px;font-style:normal;font-weight:400;line-height:24px;max-width:100%;text-transform:none;word-break:break-all}.tox .tox-collection__item-accessory{color:rgba(34,47,62,.7);display:inline-block;font-size:14px;height:24px;line-height:24px;text-transform:none}.tox .tox-collection__item-caret{align-items:center;display:flex;min-height:24px}.tox .tox-collection__item-caret::after{content:'';font-size:0;min-height:inherit}.tox .tox-collection__item-caret svg{fill:#222f3e}.tox .tox-collection__item--state-disabled{background-color:transparent;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg{fill:rgba(34,47,62,.5)}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg{display:none}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory+.tox-collection__item-checkmark{display:none}.tox .tox-collection--horizontal{background-color:#fff;border:1px solid #e3e3e3;border-radius:6px;box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:nowrap;margin-bottom:0;overflow-x:auto;padding:0}.tox .tox-collection--horizontal .tox-collection__group{align-items:center;display:flex;flex-wrap:nowrap;margin:0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item{height:28px;margin:6px 1px 5px 0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item-label{white-space:nowrap}.tox .tox-collection--horizontal .tox-collection__item-caret{margin-left:4px}.tox .tox-collection__item-container{display:flex}.tox .tox-collection__item-container--row{align-items:center;flex:1 1 auto;flex-direction:row}.tox .tox-collection__item-container--row.tox-collection__item-container--align-left{margin-right:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--align-right{justify-content:flex-end;margin-left:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top{align-items:flex-start;margin-bottom:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle{align-items:center}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom{align-items:flex-end;margin-top:auto}.tox .tox-collection__item-container--column{align-self:center;flex:1 1 auto;flex-direction:column}.tox .tox-collection__item-container--column.tox-collection__item-container--align-left{align-items:flex-start}.tox .tox-collection__item-container--column.tox-collection__item-container--align-right{align-items:flex-end}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top{align-self:flex-start}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle{align-self:center}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom{align-self:flex-end}.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-right:1px solid transparent}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>:not(:first-child){margin-left:8px}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-left:4px}.tox:not([dir=rtl]) .tox-collection__item-accessory{margin-left:16px;text-align:right}.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret{margin-left:16px}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-left:1px solid transparent}.tox[dir=rtl] .tox-collection--list .tox-collection__item>:not(:first-child){margin-right:8px}.tox[dir=rtl] .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-right:4px}.tox[dir=rtl] .tox-collection__item-accessory{margin-right:16px;text-align:left}.tox[dir=rtl] .tox-collection .tox-collection__item-caret{margin-right:16px;transform:rotateY(180deg)}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret{margin-right:4px}.tox .tox-color-picker-container{display:flex;flex-direction:row;height:225px;margin:0}.tox .tox-sv-palette{box-sizing:border-box;display:flex;height:100%}.tox .tox-sv-palette-spectrum{height:100%}.tox .tox-sv-palette,.tox .tox-sv-palette-spectrum{width:225px}.tox .tox-sv-palette-thumb{background:0 0;border:1px solid #000;border-radius:50%;box-sizing:content-box;height:12px;position:absolute;width:12px}.tox .tox-sv-palette-inner-thumb{border:1px solid #fff;border-radius:50%;height:10px;position:absolute;width:10px}.tox .tox-hue-slider{box-sizing:border-box;height:100%;width:25px}.tox .tox-hue-slider-spectrum{background:linear-gradient(to bottom,red,#ff0080,#f0f,#8000ff,#00f,#0080ff,#0ff,#00ff80,#0f0,#80ff00,#ff0,#ff8000,red);height:100%;width:100%}.tox .tox-hue-slider,.tox .tox-hue-slider-spectrum{width:20px}.tox .tox-hue-slider-thumb{background:#fff;border:1px solid #000;box-sizing:content-box;height:4px;width:100%}.tox .tox-rgb-form{display:flex;flex-direction:column;justify-content:space-between}.tox .tox-rgb-form div{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px;width:inherit}.tox .tox-rgb-form input{width:6em}.tox .tox-rgb-form input.tox-invalid{border:1px solid red!important}.tox .tox-rgb-form .tox-rgba-preview{border:1px solid #000;flex-grow:2;margin-bottom:0}.tox:not([dir=rtl]) .tox-sv-palette{margin-right:15px}.tox:not([dir=rtl]) .tox-hue-slider{margin-right:15px}.tox:not([dir=rtl]) .tox-hue-slider-thumb{margin-left:-1px}.tox:not([dir=rtl]) .tox-rgb-form label{margin-right:.5em}.tox[dir=rtl] .tox-sv-palette{margin-left:15px}.tox[dir=rtl] .tox-hue-slider{margin-left:15px}.tox[dir=rtl] .tox-hue-slider-thumb{margin-right:-1px}.tox[dir=rtl] .tox-rgb-form label{margin-left:.5em}.tox .tox-toolbar .tox-swatches,.tox .tox-toolbar__overflow .tox-swatches,.tox .tox-toolbar__primary .tox-swatches{margin:5px 0 6px 11px}.tox .tox-collection--list .tox-collection__group .tox-swatches-menu{border:0;margin:-4px -4px}.tox .tox-swatches__row{display:flex}.tox .tox-swatch{height:30px;transition:transform .15s,box-shadow .15s;width:30px}.tox .tox-swatch:focus,.tox .tox-swatch:hover{box-shadow:0 0 0 1px rgba(127,127,127,.3) inset;transform:scale(.8)}.tox .tox-swatch--remove{align-items:center;display:flex;justify-content:center}.tox .tox-swatch--remove svg path{stroke:#e74c3c}.tox .tox-swatches__picker-btn{align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;height:30px;justify-content:center;outline:0;padding:0;width:30px}.tox .tox-swatches__picker-btn svg{fill:#222f3e;height:24px;width:24px}.tox .tox-swatches__picker-btn:hover{background:#cce2fa}.tox div.tox-swatch:not(.tox-swatch--remove) svg{display:none;fill:#222f3e;height:24px;margin:calc((30px - 24px)/ 2) calc((30px - 24px)/ 2);width:24px}.tox div.tox-swatch:not(.tox-swatch--remove) svg path{fill:#fff;paint-order:stroke;stroke:#222f3e;stroke-width:2px}.tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg{display:block}.tox:not([dir=rtl]) .tox-swatches__picker-btn{margin-left:auto}.tox[dir=rtl] .tox-swatches__picker-btn{margin-right:auto}.tox .tox-comment-thread{background:#fff;position:relative}.tox .tox-comment-thread>:not(:first-child){margin-top:8px}.tox .tox-comment{background:#fff;border:1px solid #eee;border-radius:6px;box-shadow:0 4px 8px 0 rgba(34,47,62,.1);padding:8px 8px 16px 8px;position:relative}.tox .tox-comment__header{align-items:center;color:#222f3e;display:flex;justify-content:space-between}.tox .tox-comment__date{color:#222f3e;font-size:12px;line-height:18px}.tox .tox-comment__body{color:#222f3e;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;margin-top:8px;position:relative;text-transform:initial}.tox .tox-comment__body textarea{resize:none;white-space:normal;width:100%}.tox .tox-comment__expander{padding-top:8px}.tox .tox-comment__expander p{color:rgba(34,47,62,.7);font-size:14px;font-style:normal}.tox .tox-comment__body p{margin:0}.tox .tox-comment__buttonspacing{padding-top:16px;text-align:center}.tox .tox-comment-thread__overlay::after{background:#fff;bottom:0;content:"";display:flex;left:0;opacity:.9;position:absolute;right:0;top:0;z-index:5}.tox .tox-comment__reply{display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}.tox .tox-comment__reply>:first-child{margin-bottom:8px;width:100%}.tox .tox-comment__edit{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:16px}.tox .tox-comment__gradient::after{background:linear-gradient(rgba(255,255,255,0),#fff);bottom:0;content:"";display:block;height:5em;margin-top:-40px;position:absolute;width:100%}.tox .tox-comment__overlay{background:#fff;bottom:0;display:flex;flex-direction:column;flex-grow:1;left:0;opacity:.9;position:absolute;right:0;text-align:center;top:0;z-index:5}.tox .tox-comment__loading-text{align-items:center;color:#222f3e;display:flex;flex-direction:column;position:relative}.tox .tox-comment__loading-text>div{padding-bottom:16px}.tox .tox-comment__overlaytext{bottom:0;flex-direction:column;font-size:14px;left:0;padding:1em;position:absolute;right:0;top:0;z-index:10}.tox .tox-comment__overlaytext p{background-color:#fff;box-shadow:0 0 8px 8px #fff;color:#222f3e;text-align:center}.tox .tox-comment__overlaytext div:nth-of-type(2){font-size:.8em}.tox .tox-comment__busy-spinner{align-items:center;background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:20}.tox .tox-comment__scroll{display:flex;flex-direction:column;flex-shrink:1;overflow:auto}.tox .tox-conversations{margin:8px}.tox:not([dir=rtl]) .tox-comment__edit{margin-left:8px}.tox:not([dir=rtl]) .tox-comment__buttonspacing>:last-child,.tox:not([dir=rtl]) .tox-comment__edit>:last-child,.tox:not([dir=rtl]) .tox-comment__reply>:last-child{margin-left:8px}.tox[dir=rtl] .tox-comment__edit{margin-right:8px}.tox[dir=rtl] .tox-comment__buttonspacing>:last-child,.tox[dir=rtl] .tox-comment__edit>:last-child,.tox[dir=rtl] .tox-comment__reply>:last-child{margin-right:8px}.tox .tox-user{align-items:center;display:flex}.tox .tox-user__avatar svg{fill:rgba(34,47,62,.7)}.tox .tox-user__avatar img{border-radius:50%;height:36px;object-fit:cover;vertical-align:middle;width:36px}.tox .tox-user__name{color:#222f3e;font-size:14px;font-style:normal;font-weight:700;line-height:18px;text-transform:none}.tox:not([dir=rtl]) .tox-user__avatar img,.tox:not([dir=rtl]) .tox-user__avatar svg{margin-right:8px}.tox:not([dir=rtl]) .tox-user__avatar+.tox-user__name{margin-left:8px}.tox[dir=rtl] .tox-user__avatar img,.tox[dir=rtl] .tox-user__avatar svg{margin-left:8px}.tox[dir=rtl] .tox-user__avatar+.tox-user__name{margin-right:8px}.tox .tox-dialog-wrap{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1100}.tox .tox-dialog-wrap__backdrop{background-color:rgba(255,255,255,.75);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.tox .tox-dialog-wrap__backdrop--opaque{background-color:#fff}.tox .tox-dialog{background-color:#fff;border-color:#eee;border-radius:10px;border-style:solid;border-width:0;box-shadow:0 16px 16px -10px rgba(34,47,62,.15),0 0 40px 1px rgba(34,47,62,.15);display:flex;flex-direction:column;max-height:100%;max-width:480px;overflow:hidden;position:relative;width:95vw;z-index:2}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog{align-self:flex-start;margin:8px auto;max-height:calc(100vh - 8px * 2);width:calc(100vw - 16px)}}.tox .tox-dialog-inline{z-index:1100}.tox .tox-dialog__header{align-items:center;background-color:#fff;border-bottom:none;color:#222f3e;display:flex;font-size:16px;justify-content:space-between;padding:8px 16px 0 16px;position:relative}.tox .tox-dialog__header .tox-button{z-index:1}.tox .tox-dialog__draghandle{cursor:grab;height:100%;left:0;position:absolute;top:0;width:100%}.tox .tox-dialog__draghandle:active{cursor:grabbing}.tox .tox-dialog__dismiss{margin-left:auto}.tox .tox-dialog__title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:1.3;margin:0;text-transform:none}.tox .tox-dialog__body{color:#222f3e;display:flex;flex:1;font-size:16px;font-style:normal;font-weight:400;line-height:1.3;min-width:0;text-align:left;text-transform:none}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog__body{flex-direction:column}}.tox .tox-dialog__body-nav{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;padding:16px 16px}@media only screen and (min-width:768px){.tox .tox-dialog__body-nav{max-width:11em}}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog__body-nav{flex-direction:row;-webkit-overflow-scrolling:touch;overflow-x:auto;padding-bottom:0}}.tox .tox-dialog__body-nav-item{border-bottom:2px solid transparent;color:rgba(34,47,62,.7);display:inline-block;flex-shrink:0;font-size:14px;line-height:1.3;margin-bottom:8px;max-width:13em;text-decoration:none}.tox .tox-dialog__body-nav-item:focus{background-color:rgba(0,108,231,.1)}.tox .tox-dialog__body-nav-item--active{border-bottom:2px solid #006ce7;color:#006ce7}.tox .tox-dialog__body-content{box-sizing:border-box;display:flex;flex:1;flex-direction:column;max-height:min(650px,calc(100vh - 110px));overflow:auto;-webkit-overflow-scrolling:touch;padding:16px 16px}.tox .tox-dialog__body-content>*{margin-bottom:0;margin-top:16px}.tox .tox-dialog__body-content>:first-child{margin-top:0}.tox .tox-dialog__body-content>:last-child{margin-bottom:0}.tox .tox-dialog__body-content>:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog__body-content a{color:#006ce7;cursor:pointer;text-decoration:underline}.tox .tox-dialog__body-content a:focus,.tox .tox-dialog__body-content a:hover{color:#003c81;text-decoration:underline}.tox .tox-dialog__body-content a:focus-visible{border-radius:1px;outline:2px solid #006ce7;outline-offset:2px}.tox .tox-dialog__body-content a:active{color:#00244e;text-decoration:underline}.tox .tox-dialog__body-content svg{fill:#222f3e}.tox .tox-dialog__body-content strong{font-weight:700}.tox .tox-dialog__body-content ul{list-style-type:disc}.tox .tox-dialog__body-content dd,.tox .tox-dialog__body-content ol,.tox .tox-dialog__body-content ul{padding-inline-start:2.5rem}.tox .tox-dialog__body-content dl,.tox .tox-dialog__body-content ol,.tox .tox-dialog__body-content ul{margin-bottom:16px}.tox .tox-dialog__body-content dd,.tox .tox-dialog__body-content dl,.tox .tox-dialog__body-content dt,.tox .tox-dialog__body-content ol,.tox .tox-dialog__body-content ul{display:block;margin-inline-end:0;margin-inline-start:0}.tox .tox-dialog__body-content .tox-form__group h1{color:#222f3e;font-size:20px;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group h2{color:#222f3e;font-size:16px;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group p{margin-bottom:16px}.tox .tox-dialog__body-content .tox-form__group h1:first-child,.tox .tox-dialog__body-content .tox-form__group h2:first-child,.tox .tox-dialog__body-content .tox-form__group p:first-child{margin-top:0}.tox .tox-dialog__body-content .tox-form__group h1:last-child,.tox .tox-dialog__body-content .tox-form__group h2:last-child,.tox .tox-dialog__body-content .tox-form__group p:last-child{margin-bottom:0}.tox .tox-dialog__body-content .tox-form__group h1:only-child,.tox .tox-dialog__body-content .tox-form__group h2:only-child,.tox .tox-dialog__body-content .tox-form__group p:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center{text-align:center}.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end{text-align:end}.tox .tox-dialog--width-lg{height:650px;max-width:1200px}.tox .tox-dialog--fullscreen{height:100%;max-width:100%}.tox .tox-dialog--fullscreen .tox-dialog__body-content{max-height:100%}.tox .tox-dialog--width-md{max-width:800px}.tox .tox-dialog--width-md .tox-dialog__body-content{overflow:auto}.tox .tox-dialog__body-content--centered{text-align:center}.tox .tox-dialog__footer{align-items:center;background-color:#fff;border-top:none;display:flex;justify-content:space-between;padding:8px 16px}.tox .tox-dialog__footer-end,.tox .tox-dialog__footer-start{display:flex}.tox .tox-dialog__busy-spinner{align-items:center;background-color:rgba(255,255,255,.75);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.tox .tox-dialog__table{border-collapse:collapse;width:100%}.tox .tox-dialog__table thead th{font-weight:700;padding-bottom:8px}.tox .tox-dialog__table thead th:first-child{padding-right:8px}.tox .tox-dialog__table tbody tr{border-bottom:1px solid #626262}.tox .tox-dialog__table tbody tr:last-child{border-bottom:none}.tox .tox-dialog__table td{padding-bottom:8px;padding-top:8px}.tox .tox-dialog__table td:first-child{padding-right:8px}.tox .tox-dialog__iframe{min-height:200px}.tox .tox-dialog__iframe.tox-dialog__iframe--opaque{background:#fff}.tox .tox-navobj-bordered{position:relative}.tox .tox-navobj-bordered::before{border:1px solid #eee;border-radius:6px;content:'';inset:0;opacity:1;pointer-events:none;position:absolute;z-index:1}.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before{border-color:#006ce7;box-shadow:0 0 0 2px rgba(0,108,231,.25);outline:0}.tox .tox-dialog__popups{position:absolute;width:100%;z-index:1100}.tox .tox-dialog__body-iframe{display:flex;flex:1;flex-direction:column}.tox .tox-dialog__body-iframe .tox-navobj{display:flex;flex:1}.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2){flex:1;height:100%}.tox .tox-dialog-dock-fadeout{opacity:0;visibility:hidden}.tox .tox-dialog-dock-fadein{opacity:1;visibility:visible}.tox .tox-dialog-dock-transition{transition:visibility 0s linear .3s,opacity .3s ease}.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein{transition-delay:0s}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav{margin-right:0}}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child){margin-left:8px}}.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end>*,.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start>*{margin-left:8px}.tox[dir=rtl] .tox-dialog__body{text-align:right}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav{margin-left:0}}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child){margin-right:8px}}.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end>*,.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start>*{margin-right:8px}body.tox-dialog__disable-scroll{overflow:hidden}.tox .tox-dropzone-container{display:flex;flex:1}.tox .tox-dropzone{align-items:center;background:#fff;border:2px dashed #eee;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;min-height:100px;padding:10px}.tox .tox-dropzone p{color:rgba(34,47,62,.7);margin:0 0 16px 0}.tox .tox-edit-area{display:flex;flex:1;overflow:hidden;position:relative}.tox .tox-edit-area::before{border:2px solid #2d6adf;border-radius:4px;content:'';inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .15s;z-index:1}.tox .tox-edit-area__iframe{background-color:#fff;border:0;box-sizing:border-box;flex:1;height:100%;position:absolute;width:100%}.tox.tox-edit-focus .tox-edit-area::before{opacity:1}.tox.tox-inline-edit-area{border:1px dotted #eee}.tox .tox-editor-container{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}.tox .tox-editor-header{display:grid;grid-template-columns:1fr min-content;z-index:2}.tox:not(.tox-tinymce-inline) .tox-editor-header{background-color:#fff;border-bottom:none;box-shadow:0 2px 2px -2px rgba(34,47,62,.1),0 8px 8px -4px rgba(34,47,62,.07);padding:4px 0}.tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition){transition:box-shadow .5s}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header{border-top:1px solid #e3e3e3;box-shadow:none}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header{background-color:#fff;box-shadow:0 2px 2px -2px rgba(34,47,62,.2),0 8px 8px -4px rgba(34,47,62,.15);padding:4px 0}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header{box-shadow:0 2px 2px -2px rgba(34,47,62,.2),0 8px 8px -4px rgba(34,47,62,.15)}.tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty{background:0 0;border:none;box-shadow:none;padding:0}.tox-editor-dock-fadeout{opacity:0;visibility:hidden}.tox-editor-dock-fadein{opacity:1;visibility:visible}.tox-editor-dock-transition{transition:visibility 0s linear .25s,opacity .25s ease}.tox-editor-dock-transition.tox-editor-dock-fadein{transition-delay:0s}.tox .tox-control-wrap{flex:1;position:relative}.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid{display:none}.tox .tox-control-wrap svg{display:block}.tox .tox-control-wrap__status-icon-wrap{position:absolute;top:50%;transform:translateY(-50%)}.tox .tox-control-wrap__status-icon-invalid svg{fill:#c00}.tox .tox-control-wrap__status-icon-unknown svg{fill:orange}.tox .tox-control-wrap__status-icon-valid svg{fill:green}.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield{padding-right:32px}.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap{right:4px}.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield{padding-left:32px}.tox[dir=rtl] .tox-control-wrap__status-icon-wrap{left:4px}.tox .tox-autocompleter{max-width:25em}.tox .tox-autocompleter .tox-menu{box-sizing:border-box;max-width:25em}.tox .tox-autocompleter .tox-autocompleter-highlight{font-weight:700}.tox .tox-color-input{display:flex;position:relative;z-index:1}.tox .tox-color-input .tox-textfield{z-index:-1}.tox .tox-color-input span{border-color:rgba(34,47,62,.2);border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;height:24px;position:absolute;top:6px;width:24px}.tox .tox-color-input span:focus:not([aria-disabled=true]),.tox .tox-color-input span:hover:not([aria-disabled=true]){border-color:#006ce7;cursor:pointer}.tox .tox-color-input span::before{background-image:linear-gradient(45deg,rgba(0,0,0,.25) 25%,transparent 25%),linear-gradient(-45deg,rgba(0,0,0,.25) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.25) 75%),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.25) 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-size:12px 12px;border:1px solid #fff;border-radius:6px;box-sizing:border-box;content:'';height:24px;left:-1px;position:absolute;top:-1px;width:24px;z-index:-1}.tox .tox-color-input span[aria-disabled=true]{cursor:not-allowed}.tox:not([dir=rtl]) .tox-color-input .tox-textfield{padding-left:36px}.tox:not([dir=rtl]) .tox-color-input span{left:6px}.tox[dir=rtl] .tox-color-input .tox-textfield{padding-right:36px}.tox[dir=rtl] .tox-color-input span{right:6px}.tox .tox-label,.tox .tox-toolbar-label{color:rgba(34,47,62,.7);display:block;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;padding:0 8px 0 0;text-transform:none;white-space:nowrap}.tox .tox-toolbar-label{padding:0 8px}.tox[dir=rtl] .tox-label{padding:0 0 0 8px}.tox .tox-form{display:flex;flex:1;flex-direction:column}.tox .tox-form__group{box-sizing:border-box;margin-bottom:4px}.tox .tox-form-group--maximize{flex:1}.tox .tox-form__group--error{color:#c00}.tox .tox-form__group--collection{display:flex}.tox .tox-form__grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.tox .tox-form__grid--2col>.tox-form__group{width:calc(50% - (8px / 2))}.tox .tox-form__grid--3col>.tox-form__group{width:calc(100% / 3 - (8px / 2))}.tox .tox-form__grid--4col>.tox-form__group{width:calc(25% - (8px / 2))}.tox .tox-form__controls-h-stack{align-items:center;display:flex}.tox .tox-form__group--inline{align-items:center;display:flex}.tox .tox-form__group--stretched{display:flex;flex:1;flex-direction:column}.tox .tox-form__group--stretched .tox-textarea{flex:1}.tox .tox-form__group--stretched .tox-navobj{display:flex;flex:1}.tox .tox-form__group--stretched .tox-navobj :nth-child(2){flex:1;height:100%}.tox:not([dir=rtl]) .tox-form__controls-h-stack>:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-form__controls-h-stack>:not(:first-child){margin-right:4px}.tox .tox-lock.tox-locked .tox-lock-icon__unlock,.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock{display:none}.tox .tox-listboxfield .tox-listbox--select,.tox .tox-textarea,.tox .tox-textarea-wrap .tox-textarea:focus,.tox .tox-textfield,.tox .tox-toolbar-textfield{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#eee;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#222f3e;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:0;padding:5px 5.5px;resize:none;width:100%}.tox .tox-textarea[disabled],.tox .tox-textfield[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-custom-editor:focus-within,.tox .tox-listboxfield .tox-listbox--select:focus,.tox .tox-textarea-wrap:focus-within,.tox .tox-textarea:focus,.tox .tox-textfield:focus{background-color:#fff;border-color:#006ce7;box-shadow:0 0 0 2px rgba(0,108,231,.25);outline:0}.tox .tox-toolbar-textfield{border-width:0;margin-bottom:3px;margin-top:2px;max-width:250px}.tox .tox-naked-btn{background-color:transparent;border:0;border-color:transparent;box-shadow:unset;color:#006ce7;cursor:pointer;display:block;margin:0;padding:0}.tox .tox-naked-btn svg{display:block;fill:#222f3e}.tox:not([dir=rtl]) .tox-toolbar-textfield+*{margin-left:4px}.tox[dir=rtl] .tox-toolbar-textfield+*{margin-right:4px}.tox .tox-listboxfield{cursor:pointer;position:relative}.tox .tox-listboxfield .tox-listbox--select[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-listbox__select-label{cursor:default;flex:1;margin:0 4px}.tox .tox-listbox__select-chevron{align-items:center;display:flex;justify-content:center;width:16px}.tox .tox-listbox__select-chevron svg{fill:#222f3e}.tox .tox-listboxfield .tox-listbox--select{align-items:center;display:flex}.tox:not([dir=rtl]) .tox-listboxfield svg{right:8px}.tox[dir=rtl] .tox-listboxfield svg{left:8px}.tox .tox-selectfield{cursor:pointer;position:relative}.tox .tox-selectfield select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#eee;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#222f3e;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:0;padding:5px 5.5px;resize:none;width:100%}.tox .tox-selectfield select[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-selectfield select::-ms-expand{display:none}.tox .tox-selectfield select:focus{background-color:#fff;border-color:#006ce7;box-shadow:0 0 0 2px rgba(0,108,231,.25);outline:0}.tox .tox-selectfield svg{pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.tox:not([dir=rtl]) .tox-selectfield select[size="0"],.tox:not([dir=rtl]) .tox-selectfield select[size="1"]{padding-right:24px}.tox:not([dir=rtl]) .tox-selectfield svg{right:8px}.tox[dir=rtl] .tox-selectfield select[size="0"],.tox[dir=rtl] .tox-selectfield select[size="1"]{padding-left:24px}.tox[dir=rtl] .tox-selectfield svg{left:8px}.tox .tox-textarea-wrap{border-color:#eee;border-radius:6px;border-style:solid;border-width:1px;display:flex;flex:1;overflow:hidden}.tox .tox-textarea{-webkit-appearance:textarea;-moz-appearance:textarea;appearance:textarea;white-space:pre-wrap}.tox .tox-textarea-wrap .tox-textarea{border:none}.tox .tox-textarea-wrap .tox-textarea:focus{border:none}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}.tox .tox-help__more-link{list-style:none;margin-top:1em}.tox .tox-imagepreview{background-color:#666;height:380px;overflow:hidden;position:relative;width:100%}.tox .tox-imagepreview.tox-imagepreview__loaded{overflow:auto}.tox .tox-imagepreview__container{display:flex;left:100vw;position:absolute;top:100vw}.tox .tox-imagepreview__image{background:url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==)}.tox .tox-image-tools .tox-spacer{flex:1}.tox .tox-image-tools .tox-bar{align-items:center;display:flex;height:60px;justify-content:center}.tox .tox-image-tools .tox-imagepreview,.tox .tox-image-tools .tox-imagepreview+.tox-bar{margin-top:8px}.tox .tox-image-tools .tox-croprect-block{background:#000;opacity:.5;position:absolute;zoom:1}.tox .tox-image-tools .tox-croprect-handle{border:2px solid #fff;height:20px;left:0;position:absolute;top:0;width:20px}.tox .tox-image-tools .tox-croprect-handle-move{border:0;cursor:move;position:absolute}.tox .tox-image-tools .tox-croprect-handle-nw{border-width:2px 0 0 2px;cursor:nw-resize;left:100px;margin:-2px 0 0 -2px;top:100px}.tox .tox-image-tools .tox-croprect-handle-ne{border-width:2px 2px 0 0;cursor:ne-resize;left:200px;margin:-2px 0 0 -20px;top:100px}.tox .tox-image-tools .tox-croprect-handle-sw{border-width:0 0 2px 2px;cursor:sw-resize;left:100px;margin:-20px 2px 0 -2px;top:200px}.tox .tox-image-tools .tox-croprect-handle-se{border-width:0 2px 2px 0;cursor:se-resize;left:200px;margin:-20px 0 0 -20px;top:200px}.tox .tox-insert-table-picker{display:flex;flex-wrap:wrap;width:170px}.tox .tox-insert-table-picker>div{border-color:#eee;border-style:solid;border-width:0 1px 1px 0;box-sizing:border-box;height:17px;width:17px}.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker{margin:-4px -4px}.tox .tox-insert-table-picker .tox-insert-table-picker__selected{background-color:rgba(0,108,231,.5);border-color:rgba(0,108,231,.5)}.tox .tox-insert-table-picker__label{color:rgba(34,47,62,.7);display:block;font-size:14px;padding:4px;text-align:center;width:100%}.tox:not([dir=rtl]) .tox-insert-table-picker>div:nth-child(10n){border-right:0}.tox[dir=rtl] .tox-insert-table-picker>div:nth-child(10n+1){border-right:0}.tox .tox-menu{background-color:#fff;border:1px solid transparent;border-radius:6px;box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);display:inline-block;overflow:hidden;vertical-align:top;z-index:1150}.tox .tox-menu.tox-collection.tox-collection--list{padding:0 4px}.tox .tox-menu.tox-collection.tox-collection--toolbar{padding:8px}.tox .tox-menu.tox-collection.tox-collection--grid{padding:8px}@media only screen and (min-width:768px){.tox .tox-menu .tox-collection__item-label{overflow-wrap:break-word;word-break:normal}.tox .tox-dialog__popups .tox-menu .tox-collection__item-label{word-break:break-all}}.tox .tox-menu__label blockquote,.tox .tox-menu__label code,.tox .tox-menu__label h1,.tox .tox-menu__label h2,.tox .tox-menu__label h3,.tox .tox-menu__label h4,.tox .tox-menu__label h5,.tox .tox-menu__label h6,.tox .tox-menu__label p{margin:0}.tox .tox-menubar{background:repeating-linear-gradient(transparent 0 1px,transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;background-color:#fff;display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;grid-column:1/-1;grid-row:1;padding:0 11px 0 12px}.tox .tox-promotion+.tox-menubar{grid-column:1}.tox .tox-promotion{background:repeating-linear-gradient(transparent 0 1px,transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;background-color:#fff;grid-column:2;grid-row:1;padding-inline-end:8px;padding-inline-start:4px;padding-top:5px}.tox .tox-promotion-link{align-items:unsafe center;background-color:#e8f1f8;border-radius:5px;color:#086be6;cursor:pointer;display:flex;font-size:14px;height:26.6px;padding:4px 8px;white-space:nowrap}.tox .tox-promotion-link:hover{background-color:#b4d7ff}.tox .tox-promotion-link:focus{background-color:#d9edf7}.tox .tox-mbtn{align-items:center;background:0 0;border:0;border-radius:3px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;justify-content:center;margin:5px 1px 6px 0;outline:0;overflow:hidden;padding:0 4px;text-transform:none;width:auto}.tox .tox-mbtn[disabled]{background-color:transparent;border:0;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-mbtn:focus:not(:disabled){background:#cce2fa;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn--active{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active){background:#cce2fa;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn__select-label{cursor:default;font-weight:400;margin:0 4px}.tox .tox-mbtn[disabled] .tox-mbtn__select-label{cursor:not-allowed}.tox .tox-mbtn__select-chevron{align-items:center;display:flex;justify-content:center;width:16px;display:none}.tox .tox-notification{border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;display:grid;font-size:14px;font-weight:400;grid-template-columns:minmax(40px,1fr) auto minmax(40px,1fr);margin-top:4px;opacity:0;padding:4px;transition:transform .1s ease-in,opacity 150ms ease-in}.tox .tox-notification p{font-size:14px;font-weight:400}.tox .tox-notification a{cursor:pointer;text-decoration:underline}.tox .tox-notification--in{opacity:1}.tox .tox-notification--success{background-color:#e4eeda;border-color:#d7e6c8;color:#222f3e}.tox .tox-notification--success p{color:#222f3e}.tox .tox-notification--success a{color:#517342}.tox .tox-notification--success svg{fill:#222f3e}.tox .tox-notification--error{background-color:#f5cccc;border-color:#f0b3b3;color:#222f3e}.tox .tox-notification--error p{color:#222f3e}.tox .tox-notification--error a{color:#77181f}.tox .tox-notification--error svg{fill:#222f3e}.tox .tox-notification--warn,.tox .tox-notification--warning{background-color:#fff5cc;border-color:#fff0b3;color:#222f3e}.tox .tox-notification--warn p,.tox .tox-notification--warning p{color:#222f3e}.tox .tox-notification--warn a,.tox .tox-notification--warning a{color:#7a6e25}.tox .tox-notification--warn svg,.tox .tox-notification--warning svg{fill:#222f3e}.tox .tox-notification--info{background-color:#d6e7fb;border-color:#c1dbf9;color:#222f3e}.tox .tox-notification--info p{color:#222f3e}.tox .tox-notification--info a{color:#2a64a6}.tox .tox-notification--info svg{fill:#222f3e}.tox .tox-notification__body{align-self:center;color:#222f3e;font-size:14px;grid-column-end:3;grid-column-start:2;grid-row-end:2;grid-row-start:1;text-align:center;white-space:normal;word-break:break-all;word-break:break-word}.tox .tox-notification__body>*{margin:0}.tox .tox-notification__body>*+*{margin-top:1rem}.tox .tox-notification__icon{align-self:center;grid-column-end:2;grid-column-start:1;grid-row-end:2;grid-row-start:1;justify-self:end}.tox .tox-notification__icon svg{display:block}.tox .tox-notification__dismiss{align-self:start;grid-column-end:4;grid-column-start:3;grid-row-end:2;grid-row-start:1;justify-self:end}.tox .tox-notification .tox-progress-bar{grid-column-end:4;grid-column-start:1;grid-row-end:3;grid-row-start:2;justify-self:center}.tox .tox-pop{display:inline-block;position:relative}.tox .tox-pop--resizing{transition:width .1s ease}.tox .tox-pop--resizing .tox-toolbar,.tox .tox-pop--resizing .tox-toolbar__group{flex-wrap:nowrap}.tox .tox-pop--transition{transition:.15s ease;transition-property:left,right,top,bottom}.tox .tox-pop--transition::after,.tox .tox-pop--transition::before{transition:all .15s,visibility 0s,opacity 75ms ease 75ms}.tox .tox-pop__dialog{background-color:#fff;border:1px solid #eee;border-radius:6px;box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);min-width:0;overflow:hidden}.tox .tox-pop__dialog>:not(.tox-toolbar){margin:4px 4px 4px 8px}.tox .tox-pop__dialog .tox-toolbar{background-color:transparent;margin-bottom:-1px}.tox .tox-pop::after,.tox .tox-pop::before{border-style:solid;content:'';display:block;height:0;opacity:1;position:absolute;width:0}.tox .tox-pop.tox-pop--inset::after,.tox .tox-pop.tox-pop--inset::before{opacity:0;transition:all 0s .15s,visibility 0s,opacity 75ms ease}.tox .tox-pop.tox-pop--bottom::after,.tox .tox-pop.tox-pop--bottom::before{left:50%;top:100%}.tox .tox-pop.tox-pop--bottom::after{border-color:#fff transparent transparent transparent;border-width:8px;margin-left:-8px;margin-top:-1px}.tox .tox-pop.tox-pop--bottom::before{border-color:#eee transparent transparent transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--top::after,.tox .tox-pop.tox-pop--top::before{left:50%;top:0;transform:translateY(-100%)}.tox .tox-pop.tox-pop--top::after{border-color:transparent transparent #fff transparent;border-width:8px;margin-left:-8px;margin-top:1px}.tox .tox-pop.tox-pop--top::before{border-color:transparent transparent #eee transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--left::after,.tox .tox-pop.tox-pop--left::before{left:0;top:calc(50% - 1px);transform:translateY(-50%)}.tox .tox-pop.tox-pop--left::after{border-color:transparent #fff transparent transparent;border-width:8px;margin-left:-15px}.tox .tox-pop.tox-pop--left::before{border-color:transparent #eee transparent transparent;border-width:10px;margin-left:-19px}.tox .tox-pop.tox-pop--right::after,.tox .tox-pop.tox-pop--right::before{left:100%;top:calc(50% + 1px);transform:translateY(-50%)}.tox .tox-pop.tox-pop--right::after{border-color:transparent transparent transparent #fff;border-width:8px;margin-left:-1px}.tox .tox-pop.tox-pop--right::before{border-color:transparent transparent transparent #eee;border-width:10px;margin-left:-1px}.tox .tox-pop.tox-pop--align-left::after,.tox .tox-pop.tox-pop--align-left::before{left:20px}.tox .tox-pop.tox-pop--align-right::after,.tox .tox-pop.tox-pop--align-right::before{left:calc(100% - 20px)}.tox .tox-sidebar-wrap{display:flex;flex-direction:row;flex-grow:1;min-height:0}.tox .tox-sidebar{background-color:#fff;display:flex;flex-direction:row;justify-content:flex-end}.tox .tox-sidebar__slider{display:flex;overflow:hidden}.tox .tox-sidebar__pane-container{display:flex}.tox .tox-sidebar__pane{display:flex}.tox .tox-sidebar--sliding-closed{opacity:0}.tox .tox-sidebar--sliding-open{opacity:1}.tox .tox-sidebar--sliding-growing,.tox .tox-sidebar--sliding-shrinking{transition:width .5s ease,opacity .5s ease}.tox .tox-selector{background-color:#4099ff;border-color:#4099ff;border-style:solid;border-width:1px;box-sizing:border-box;display:inline-block;height:10px;position:absolute;width:10px}.tox.tox-platform-touch .tox-selector{height:12px;width:12px}.tox .tox-slider{align-items:center;display:flex;flex:1;height:24px;justify-content:center;position:relative}.tox .tox-slider__rail{background-color:transparent;border:1px solid #eee;border-radius:6px;height:10px;min-width:120px;width:100%}.tox .tox-slider__handle{background-color:#006ce7;border:2px solid #0054b4;border-radius:6px;box-shadow:none;height:24px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:14px}.tox .tox-form__controls-h-stack>.tox-slider:not(:first-of-type){margin-inline-start:8px}.tox .tox-form__controls-h-stack>.tox-form__group+.tox-slider{margin-inline-start:32px}.tox .tox-form__controls-h-stack>.tox-slider+.tox-form__group{margin-inline-start:32px}.tox .tox-source-code{overflow:auto}.tox .tox-spinner{display:flex}.tox .tox-spinner>div{animation:tam-bouncing-dots 1.5s ease-in-out 0s infinite both;background-color:rgba(34,47,62,.7);border-radius:100%;height:8px;width:8px}.tox .tox-spinner>div:nth-child(1){animation-delay:-.32s}.tox .tox-spinner>div:nth-child(2){animation-delay:-.16s}@keyframes tam-bouncing-dots{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tox:not([dir=rtl]) .tox-spinner>div:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-spinner>div:not(:first-child){margin-right:4px}.tox .tox-statusbar{align-items:center;background-color:#fff;border-top:1px solid #e3e3e3;color:rgba(34,47,62,.7);display:flex;flex:0 0 auto;font-size:14px;font-weight:400;height:25px;overflow:hidden;padding:0 8px;position:relative;text-transform:none}.tox .tox-statusbar__path{display:flex;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tox .tox-statusbar__right-container{display:flex;justify-content:flex-end;white-space:nowrap}.tox .tox-statusbar__help-text{text-align:center}.tox .tox-statusbar__text-container{display:flex;flex:1 1 auto;justify-content:space-between;overflow:hidden}@media only screen and (min-width:768px){.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__help-text,.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__path,.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__right-container{flex:0 0 calc(100% / 3)}}.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end{justify-content:flex-end}.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start{justify-content:flex-start}.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around{justify-content:space-around}.tox .tox-statusbar__path>*{display:inline;white-space:nowrap}.tox .tox-statusbar__wordcount{flex:0 0 auto;margin-left:1ch}@media only screen and (max-width:767px){.tox .tox-statusbar__text-container .tox-statusbar__help-text{display:none}.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child{display:block}}.tox .tox-statusbar a,.tox .tox-statusbar__path-item,.tox .tox-statusbar__wordcount{color:rgba(34,47,62,.7);text-decoration:none}.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]){color:#222f3e;cursor:pointer}.tox .tox-statusbar__branding svg{fill:rgba(34,47,62,.8);height:1.14em;vertical-align:-.28em;width:3.6em}.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg,.tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg{fill:#222f3e}.tox .tox-statusbar__resize-handle{align-items:flex-end;align-self:stretch;cursor:nwse-resize;display:flex;flex:0 0 auto;justify-content:flex-end;margin-left:auto;margin-right:-8px;padding-bottom:3px;padding-left:1ch;padding-right:3px}.tox .tox-statusbar__resize-handle svg{display:block;fill:rgba(34,47,62,.5)}.tox .tox-statusbar__resize-handle:focus svg{background-color:#dee0e2;border-radius:1px 1px 5px 1px;box-shadow:0 0 0 2px #dee0e2}.tox:not([dir=rtl]) .tox-statusbar__path>*{margin-right:4px}.tox:not([dir=rtl]) .tox-statusbar__branding{margin-left:2ch}.tox[dir=rtl] .tox-statusbar{flex-direction:row-reverse}.tox[dir=rtl] .tox-statusbar__path>*{margin-left:4px}.tox .tox-throbber{z-index:1299}.tox .tox-throbber__busy-spinner{align-items:center;background-color:rgba(255,255,255,.6);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.tox .tox-tbtn{align-items:center;background:0 0;border:0;border-radius:3px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;justify-content:center;margin:6px 1px 5px 0;outline:0;overflow:hidden;padding:0;text-transform:none;width:34px}.tox .tox-tbtn svg{display:block;fill:#222f3e}.tox .tox-tbtn.tox-tbtn-more{padding-left:5px;padding-right:5px;width:inherit}.tox .tox-tbtn:focus{background:#cce2fa;border:0;box-shadow:none}.tox .tox-tbtn:hover{background:#cce2fa;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn:hover svg{fill:#222f3e}.tox .tox-tbtn:active{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn:active svg{fill:#222f3e}.tox .tox-tbtn--disabled .tox-tbtn--enabled svg{fill:rgba(34,47,62,.5)}.tox .tox-tbtn--disabled,.tox .tox-tbtn--disabled:hover,.tox .tox-tbtn:disabled,.tox .tox-tbtn:disabled:hover{background:0 0;border:0;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-tbtn--disabled svg,.tox .tox-tbtn--disabled:hover svg,.tox .tox-tbtn:disabled svg,.tox .tox-tbtn:disabled:hover svg{fill:rgba(34,47,62,.5)}.tox .tox-tbtn--enabled,.tox .tox-tbtn--enabled:hover{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn--enabled:hover>*,.tox .tox-tbtn--enabled>*{transform:none}.tox .tox-tbtn--enabled svg,.tox .tox-tbtn--enabled:hover svg{fill:#222f3e}.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg{fill:rgba(34,47,62,.5)}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled){color:#222f3e}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg{fill:#222f3e}.tox .tox-tbtn:active>*{transform:none}.tox .tox-tbtn--md{height:42px;width:51px}.tox .tox-tbtn--lg{flex-direction:column;height:56px;width:68px}.tox .tox-tbtn--return{align-self:stretch;height:unset;width:16px}.tox .tox-tbtn--labeled{padding:0 4px;width:unset}.tox .tox-tbtn__vlabel{display:block;font-size:10px;font-weight:400;letter-spacing:-.025em;margin-bottom:4px;white-space:nowrap}.tox .tox-number-input{border-radius:3px;display:flex;margin:6px 1px 5px 0;padding:0 4px;width:auto}.tox .tox-number-input .tox-input-wrapper{background:#f7f7f7;display:flex;pointer-events:none;text-align:center}.tox .tox-number-input .tox-input-wrapper:focus{background:#cce2fa}.tox .tox-number-input input{border-radius:3px;color:#222f3e;font-size:14px;margin:2px 0;pointer-events:all;width:60px}.tox .tox-number-input input:hover{background:#cce2fa;color:#222f3e}.tox .tox-number-input input:focus{background:#fff;color:#222f3e}.tox .tox-number-input input:disabled{background:0 0;border:0;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-number-input button{background:#f7f7f7;color:#222f3e;height:28px;text-align:center;width:24px}.tox .tox-number-input button svg{display:block;fill:#222f3e;margin:0 auto;transform:scale(.67)}.tox .tox-number-input button:focus{background:#cce2fa}.tox .tox-number-input button:hover{background:#cce2fa;border:0;box-shadow:none;color:#222f3e}.tox .tox-number-input button:hover svg{fill:#222f3e}.tox .tox-number-input button:active{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-number-input button:active svg{fill:#222f3e}.tox .tox-number-input button:disabled{background:0 0;border:0;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-number-input button:disabled svg{fill:rgba(34,47,62,.5)}.tox .tox-number-input button.minus{border-radius:3px 0 0 3px}.tox .tox-number-input button.plus{border-radius:0 3px 3px 0}.tox .tox-number-input:focus:not(:active)>.tox-input-wrapper,.tox .tox-number-input:focus:not(:active)>button{background:#cce2fa}.tox .tox-tbtn--select{margin:6px 1px 5px 0;padding:0 4px;width:auto}.tox .tox-tbtn__select-label{cursor:default;font-weight:400;height:initial;margin:0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tox .tox-tbtn__select-chevron{align-items:center;display:flex;justify-content:center;width:16px}.tox .tox-tbtn__select-chevron svg{fill:rgba(34,47,62,.5)}.tox .tox-tbtn--bespoke{background:#f7f7f7}.tox .tox-tbtn--bespoke+.tox-tbtn--bespoke{margin-inline-start:4px}.tox .tox-tbtn--bespoke .tox-tbtn__select-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:7em}.tox .tox-tbtn--disabled .tox-tbtn__select-label,.tox .tox-tbtn--select:disabled .tox-tbtn__select-label{cursor:not-allowed}.tox .tox-split-button{border:0;border-radius:3px;box-sizing:border-box;display:flex;margin:6px 1px 5px 0;overflow:hidden}.tox .tox-split-button:hover{box-shadow:0 0 0 1px #cce2fa inset}.tox .tox-split-button:focus{background:#cce2fa;box-shadow:none;color:#222f3e}.tox .tox-split-button>*{border-radius:0}.tox .tox-split-button__chevron{width:16px}.tox .tox-split-button__chevron svg{fill:rgba(34,47,62,.5)}.tox .tox-split-button .tox-tbtn{margin:0}.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus,.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,.tox .tox-split-button.tox-tbtn--disabled:focus,.tox .tox-split-button.tox-tbtn--disabled:hover{background:0 0;box-shadow:none;color:rgba(34,47,62,.5)}.tox.tox-platform-touch .tox-split-button .tox-tbtn--select{padding:0 0}.tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child{width:30px}.tox.tox-platform-touch .tox-split-button__chevron{width:20px}.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color,.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color{opacity:.6}.tox .tox-toolbar-overlord{background-color:#fff}.tox .tox-toolbar,.tox .tox-toolbar__overflow,.tox .tox-toolbar__primary{background-attachment:local;background-color:#fff;background-image:repeating-linear-gradient(#e3e3e3 0 1px,transparent 1px 39px);background-position:center top 40px;background-repeat:no-repeat;background-size:calc(100% - 11px * 2) calc(100% - 41px);display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;padding:0 0;transform:perspective(1px)}.tox .tox-toolbar-overlord>.tox-toolbar,.tox .tox-toolbar-overlord>.tox-toolbar__overflow,.tox .tox-toolbar-overlord>.tox-toolbar__primary{background-position:center top 0;background-size:calc(100% - 11px * 2) calc(100% - 0px)}.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed{height:0;opacity:0;padding-bottom:0;padding-top:0;visibility:hidden}.tox .tox-toolbar__overflow--growing{transition:height .3s ease,opacity .2s linear .1s}.tox .tox-toolbar__overflow--shrinking{transition:opacity .3s ease,height .2s linear .1s,visibility 0s linear .3s}.tox .tox-anchorbar,.tox .tox-toolbar-overlord{grid-column:1/-1}.tox .tox-menubar+.tox-toolbar,.tox .tox-menubar+.tox-toolbar-overlord{border-top:1px solid transparent;margin-top:-1px;padding-bottom:1px;padding-top:1px}.tox .tox-toolbar--scrolling{flex-wrap:nowrap;overflow-x:auto}.tox .tox-pop .tox-toolbar{border-width:0}.tox .tox-toolbar--no-divider{background-image:none}.tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,.tox .tox-toolbar-overlord .tox-toolbar__primary{background-position:center top 39px}.tox .tox-editor-header>.tox-toolbar--scrolling,.tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child{background-image:none}.tox.tox-tinymce-aux .tox-toolbar__overflow{background-color:#fff;background-position:center top 43px;background-size:calc(100% - 8px * 2) calc(100% - 51px);border:none;border-radius:6px;box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);overscroll-behavior:none;padding:4px 0}.tox-pop .tox-pop__dialog .tox-toolbar{background-position:center top 43px;background-size:calc(100% - 11px * 2) calc(100% - 51px);padding:4px 0}.tox .tox-toolbar__group{align-items:center;display:flex;flex-wrap:wrap;margin:0 0;padding:0 11px 0 12px}.tox .tox-toolbar__group--pull-right{margin-left:auto}.tox .tox-toolbar--scrolling .tox-toolbar__group{flex-shrink:0;flex-wrap:nowrap}.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:1px solid transparent}.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type){border-left:1px solid transparent}.tox .tox-tooltip{display:inline-block;padding:8px;position:relative}.tox .tox-tooltip__body{background-color:#222f3e;border-radius:6px;box-shadow:0 2px 4px rgba(34,47,62,.3);color:rgba(255,255,255,.75);font-size:14px;font-style:normal;font-weight:400;padding:4px 8px;text-transform:none}.tox .tox-tooltip__arrow{position:absolute}.tox .tox-tooltip--down .tox-tooltip__arrow{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #222f3e;bottom:0;left:50%;position:absolute;transform:translateX(-50%)}.tox .tox-tooltip--up .tox-tooltip__arrow{border-bottom:8px solid #222f3e;border-left:8px solid transparent;border-right:8px solid transparent;left:50%;position:absolute;top:0;transform:translateX(-50%)}.tox .tox-tooltip--right .tox-tooltip__arrow{border-bottom:8px solid transparent;border-left:8px solid #222f3e;border-top:8px solid transparent;position:absolute;right:0;top:50%;transform:translateY(-50%)}.tox .tox-tooltip--left .tox-tooltip__arrow{border-bottom:8px solid transparent;border-right:8px solid #222f3e;border-top:8px solid transparent;left:0;position:absolute;top:50%;transform:translateY(-50%)}.tox .tox-tree{display:flex;flex-direction:column}.tox .tox-tree .tox-trbtn{align-items:center;background:0 0;border:0;border-radius:4px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;margin-bottom:4px;margin-top:4px;outline:0;overflow:hidden;padding:0;padding-left:8px;text-transform:none}.tox .tox-tree .tox-trbtn .tox-tree__label{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tox .tox-tree .tox-trbtn svg{display:block;fill:#222f3e}.tox .tox-tree .tox-trbtn:focus{background:#cce2fa;border:0;box-shadow:none}.tox .tox-tree .tox-trbtn:hover{background:#cce2fa;border:0;box-shadow:none;color:#222f3e}.tox .tox-tree .tox-trbtn:hover svg{fill:#222f3e}.tox .tox-tree .tox-trbtn:active{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-tree .tox-trbtn:active svg{fill:#222f3e}.tox .tox-tree .tox-trbtn--disabled,.tox .tox-tree .tox-trbtn--disabled:hover,.tox .tox-tree .tox-trbtn:disabled,.tox .tox-tree .tox-trbtn:disabled:hover{background:0 0;border:0;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-tree .tox-trbtn--disabled svg,.tox .tox-tree .tox-trbtn--disabled:hover svg,.tox .tox-tree .tox-trbtn:disabled svg,.tox .tox-tree .tox-trbtn:disabled:hover svg{fill:rgba(34,47,62,.5)}.tox .tox-tree .tox-trbtn--enabled,.tox .tox-tree .tox-trbtn--enabled:hover{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-tree .tox-trbtn--enabled:hover>*,.tox .tox-tree .tox-trbtn--enabled>*{transform:none}.tox .tox-tree .tox-trbtn--enabled svg,.tox .tox-tree .tox-trbtn--enabled:hover svg{fill:#222f3e}.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled){color:#222f3e}.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg{fill:#222f3e}.tox .tox-tree .tox-trbtn:active>*{transform:none}.tox .tox-tree .tox-trbtn--return{align-self:stretch;height:unset;width:16px}.tox .tox-tree .tox-trbtn--labeled{padding:0 4px;width:unset}.tox .tox-tree .tox-trbtn__vlabel{display:block;font-size:10px;font-weight:400;letter-spacing:-.025em;margin-bottom:4px;white-space:nowrap}.tox .tox-tree .tox-tree--directory{display:flex;flex-direction:column}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label{font-weight:700}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn{margin-left:auto}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg{fill:transparent}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover){background-color:transparent;color:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron{margin-right:6px}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--growing) .tox-chevron,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--shrinking) .tox-chevron{transition:transform .5s ease-in-out}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--growing) .tox-chevron,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--open) .tox-chevron{transform:rotate(90deg)}.tox .tox-tree .tox-tree--leaf__label{font-weight:400}.tox .tox-tree .tox-tree--leaf__label .tox-mbtn{margin-left:auto}.tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg{fill:transparent}.tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg,.tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg{fill:#222f3e}.tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg{fill:#222f3e}.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover){background-color:transparent;color:#222f3e}.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory__children{overflow:hidden;padding-left:16px}.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking{transition:height .5s ease-in-out}.tox .tox-tree .tox-trbtn.tox-tree--leaf__label{display:flex;justify-content:space-between}.tox .tox-view-wrap,.tox .tox-view-wrap__slot-container{background-color:#fff;display:flex;flex:1;flex-direction:column}.tox .tox-view{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}.tox .tox-view__header{align-items:center;display:flex;font-size:16px;justify-content:space-between;padding:8px 8px 0 8px;position:relative}.tox .tox-view--mobile.tox-view__header,.tox .tox-view--mobile.tox-view__toolbar{padding:8px}.tox .tox-view--scrolling{flex-wrap:nowrap;overflow-x:auto}.tox .tox-view__toolbar{display:flex;flex-direction:row;gap:8px;justify-content:space-between;padding:8px 8px 0 8px}.tox .tox-view__toolbar__group{display:flex;flex-direction:row;gap:12px}.tox .tox-view__header-end,.tox .tox-view__header-start{display:flex}.tox .tox-view__pane{height:100%;padding:8px;width:100%}.tox .tox-view__pane_panel{border:1px solid #eee;border-radius:6px}.tox:not([dir=rtl]) .tox-view__header .tox-view__header-end>*,.tox:not([dir=rtl]) .tox-view__header .tox-view__header-start>*{margin-left:8px}.tox[dir=rtl] .tox-view__header .tox-view__header-end>*,.tox[dir=rtl] .tox-view__header .tox-view__header-start>*{margin-right:8px}.tox .tox-well{border:1px solid #eee;border-radius:6px;padding:8px;width:100%}.tox .tox-well>:first-child{margin-top:0}.tox .tox-well>:last-child{margin-bottom:0}.tox .tox-well>:only-child{margin:0}.tox .tox-custom-editor{border:1px solid #eee;border-radius:6px;display:flex;flex:1;overflow:hidden;position:relative}.tox .tox-dialog-loading::before{background-color:rgba(0,0,0,.5);content:"";height:100%;position:absolute;width:100%;z-index:1000}.tox .tox-tab{cursor:pointer}.tox .tox-dialog__content-js{display:flex;flex:1}.tox .tox-dialog__body-content .tox-collection{display:flex;flex:1}

html {
  height: 100%;
}
body {
  margin: 0;
}
html::-webkit-scrollbar {
  position: absolute;
  width: 4px;
  height: 4px;
}
html::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 99px;
}
.mce-content-body .mce-offscreen-selection {
  display: none;
}
.mce-content-body .custom_screenshoot {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  cursor: pointer;
  user-select: none;
  width: 100%;
}
.mce-content-body .custom_screenshoot * {
  pointer-events: none;
}
.mce-content-body .custom_screenshoot > .keyframe {
  display: inline-block;
  flex: 1;
  width: 0;
  border-radius: 6px;
  max-width: 260px;
}
.mce-content-body .custom_screenshoot > .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-bottom: -2px;
}
.mce-content-body .custom_screenshoot > span {
  display: inline-block;
  line-height: 16px;
  color: #666;
  font-size: 14px;
  margin-left: 6px;
}
.mce-content-body .custom_time {
  margin-bottom: 10px;
  cursor: pointer;
  user-select: none;
  color: #666;
  background-color: #f7f9fa;
  padding: 8px 10px;
  font-size: 14px;
  width: 100%;
  border-radius: 6px;
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
}
.mce-content-body .custom_time * {
  pointer-events: none;
  user-select: none;
}
.mce-content-body .custom_time .content {
  margin-left: 10px;
  margin-right: 10px;
  flex: 1;
  width: 0;
}
.mce-content-body .custom_time .time {
  display: flex;
  align-items: center;
}
.mce-content-body .custom_time .time .icon {
  width: 14px;
  margin-right: 6px;
}
.mce-content-body .custom_time .tag {
  white-space: nowrap;
  align-self: center;
  display: flex;
  align-items: center;
}
.mce-content-body .custom_time .tag + .tag {
  margin-left: 10px;
}
.mce-content-body .custom_time .tag.important {
  color: #ffb341;
}
.mce-content-body .custom_time .tag.difficult {
  color: #ff7541;
}
.mce-content-body .custom_time .tag .icon {
  width: 14px;
  margin-right: 6px;
}
.mce-content-body .custom_text {
  background-color: #f7f9fa;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
  border-radius: 6px;
  cursor: pointer;
}
.mce-content-body .custom_text * {
  pointer-events: none;
  user-select: none;
}
.mce-content-body .custom_text .time > .icon {
  width: 14px;
  margin-bottom: -1px;
  margin-right: 6px;
}
.mce-content-body .custom_text > .text_content {
  margin-top: 6px;
}

.knowledge_essentials_panel {
  width: 100%;
  height: 100%;
}
.knowledge_essentials_panel .knowledge_essentials_item {
  background-color: var(--color-primary-11);
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.knowledge_essentials_panel .knowledge_essentials_item + .knowledge_essentials_item {
  margin-top: 10px;
}
.knowledge_essentials_panel .knowledge_essentials_item .row {
  display: flex;
  font-size: 15px;
}
.knowledge_essentials_panel .knowledge_essentials_item .row + .row {
  margin-top: 5px;
}
.knowledge_essentials_panel .knowledge_essentials_item .row.title {
  color: var(--color-primary);
  cursor: pointer;
}
.knowledge_essentials_panel .knowledge_essentials_item .row.title span:last-child {
  font-weight: 500;
}
.knowledge_essentials_panel .knowledge_essentials_item .row.desc span:first-child {
  font-size: 12px;
}
.knowledge_essentials_panel .knowledge_essentials_item .row span:first-child {
  margin-top: 2px;
}
.knowledge_essentials_panel .knowledge_essentials_item .row span:last-child {
  flex: 1;
  width: 0;
  margin-left: 10px;
}
.theme_9 .knowledge_essentials_panel {
  height: auto;
}

