@charset "UTF-8";
@font-face {
  font-family: element-icons;
  src: url(../fonts/element-icons.woff) format("woff"), url(../fonts/element-icons.ttf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}
.cursor-pointer {
  cursor: pointer;
}

.playing-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 20px;
  height: 15px;
  margin-left: 10px;
}
.playing-box span {
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 7px;
  background-color: #4B79F1;
  transform-origin: bottom;
}
.playing-box span:nth-child(1) {
  left: 0;
  animation: videoPlay 0.5s infinite linear both alternate;
}
.playing-box span:nth-child(2) {
  left: 5px;
  animation: videoPlay 0.2s infinite linear both alternate;
}
.playing-box span:nth-child(3) {
  left: 10px;
  animation: videoPlay 0.4s infinite linear both alternate;
}
@keyframes videoPlay {
  0% {
    height: 2px;
  }
  100% {
    height: 16px;
  }
}

.list-empty-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 0;
}
.list-empty-wrapper .empty-msg {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #999999;
}

.views-components-diyHeader {
  overflow: hidden;
  background-color: #000;
  position: relative;
  z-index: 999;
}
.views-components-diyHeader .top-gift-box {
  display: none;
  position: relative;
}
.views-components-diyHeader .top-gift-box .bg {
  vertical-align: bottom;
  width: 100%;
}
.views-components-diyHeader .top-gift-box .close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 60px;
  transform: translateY(-50%);
  cursor: pointer;
}
.views-components-diyHeader .top-header {
  background: #f5f6f9;
}
.views-components-diyHeader .top-header .w1200 {
  font-size: 14px;
  font-weight: 400;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.views-components-diyHeader .top-header .w1200 .change-project {
  cursor: pointer;
  font-size: 14px;
  color: #999999;
}
.views-components-diyHeader .top-header .w1200 .change-project i {
  color: #333333;
}
.views-components-diyHeader .top-header .w1200 .change-project span {
  color: #4c7af2;
}
.views-components-diyHeader .top-header .w1200 .r-box {
  display: flex;
  align-items: center;
  position: relative;
}
.views-components-diyHeader .top-header .w1200 .r-box .li + .li {
  margin-left: 60px;
}
.views-components-diyHeader .top-header .w1200 .r-box .fudongd {
  position: absolute;
  right: -120px;
}
.views-components-diyHeader #headerBox {
  height: 86px;
}
.views-components-diyHeader .header-box {
  padding: 22px 0;
  background: #ffffff;
  box-shadow: 0px 4px 21px 0px rgba(202, 206, 216, 0.6);
}
.views-components-diyHeader .header-box.fixed {
  width: 100%;
  position: fixed;
  top: 0;
}
.views-components-diyHeader .header-box .bottom-header {
  position: relative;
  display: flex;
  align-items: center;
}
.views-components-diyHeader .header-box .bottom-header .left-box {
  display: flex;
  flex-shrink: 0;
}
.views-components-diyHeader .header-box .bottom-header .left-box h1 {
  font-size: 0;
}
.views-components-diyHeader .header-box .bottom-header .left-box h2 {
  font-size: 0;
}
.views-components-diyHeader .header-box .bottom-header .left-box img {
  width: 170px;
}
.views-components-diyHeader .header-box .bottom-header .center-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  margin-left: 40px;
  margin-right: 10px;
}
.views-components-diyHeader .header-box .bottom-header .center-box .nav-list {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.views-components-diyHeader .header-box .bottom-header .center-box .nav-list .li + .li {
  margin-left: 60px;
}
.views-components-diyHeader .header-box .bottom-header .center-box .nav-list .li {
  position: relative;
}
.views-components-diyHeader .header-box .bottom-header .center-box .nav-list .li.on {
  color: #4c7af2;
}
.views-components-diyHeader .header-box .bottom-header .center-box .nav-list .li.on:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #4c7af2;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
}
.views-components-diyHeader .header-box .bottom-header .center-box .nav-list .li.topic {
  color: #333333;
}
.views-components-diyHeader .header-box .bottom-header .center-box .nav-list .li.topic:after {
  display: none;
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 230px;
  height: 40px;
  margin-left: 15px;
  padding-left: 10px;
  border-radius: 20px;
  background: rgb(239, 243, 245);
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .input-group {
  align-items: center;
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .input-group .project-box {
  display: flex;
  align-items: center;
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .input-group .project-box .project-label {
  font-size: 14px;
  color: rgb(51, 51, 51);
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .input-group .project-box .arrow-down-icon {
  margin-left: 2px;
  margin-right: 5px;
  width: 14px;
  height: 8px;
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .input-group .project-box .line {
  width: 1px;
  height: 16px;
  background: rgb(186, 186, 186);
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .input-group .form-control {
  border: none;
  background: no-repeat;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  margin-right: 30px;
  padding: 0;
  margin-left: 8px;
  color: rgb(51, 51, 51);
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .dropdown-menu {
  width: 277px;
  height: 180px;
  overflow: scroll;
  border: none;
  padding: 10px;
  border-radius: 10px;
  left: -33px;
  margin-top: 10px;
  box-shadow: 0 10px 18px 10px rgba(11, 42, 113, 0.05);
  background: url("https://zk-web-new.oss-cn-beijing.aliyuncs.com/sitepc/img/header_search_content_bg.png") no-repeat;
  background-size: 100% 100%;
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .dropdown-menu::-webkit-scrollbar-corner {
  background-color: transparent;
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .project-dropdown-menu .menu-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .project-dropdown-menu .menu-wrapper .menu-item {
  font-size: 14px;
  padding: 6px 18px 3px;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-right: 10px;
  background: white;
  color: #000;
  font-weight: bold;
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .hotwords-dropdown-menu .hot-search {
  display: flex;
  padding-bottom: 10px;
  font-size: 14px;
  color: rgb(140, 140, 140);
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .hotwords-dropdown-menu .hot-search .hot-icon {
  width: 10px;
  height: 11px;
  margin-top: 4px;
  margin-right: 5px;
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .hotwords-dropdown-menu .menu-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .hotwords-dropdown-menu .menu-wrapper.wrapper-empty {
  height: 105px;
  justify-content: center;
  align-items: center;
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .hotwords-dropdown-menu .menu-wrapper.wrapper-empty .empty {
  font-size: 14px;
  color: rgb(142, 142, 142);
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .hotwords-dropdown-menu .menu-wrapper .menu-item {
  margin-right: 5px;
  font-size: 12px;
  padding: 3px 8px 1px;
  border-radius: 4px;
  margin-bottom: 7px;
  margin-right: 7px;
  font-weight: normal;
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background: white;
  color: #000;
  font-weight: bold;
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .menu-item.on {
  color: rgb(76, 122, 242);
}
.views-components-diyHeader .header-box .bottom-header .center-box .header-search-box .search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.views-components-diyHeader .header-box .bottom-header .right-box {
  display: flex;
  align-items: center;
}
.views-components-diyHeader .header-box .bottom-header .right-box .button-nav-box {
  position: relative;
  margin-right: 30px;
}
.views-components-diyHeader .header-box .bottom-header .right-box .button-nav-box .button {
  display: block;
  width: 80px;
  height: 30px;
  background: #4c7af2;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.views-components-diyHeader .header-box .bottom-header .right-box .button-nav-box .line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 4px;
  margin-bottom: -12px;
  background: #4c7af2;
  border-radius: 2px;
}
.views-components-diyHeader .header-box .bottom-header .right-box .user-info {
  display: none;
}
.views-components-diyHeader .header-box .bottom-header .right-box .user-info .img-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.views-components-diyHeader .header-box .bottom-header .right-box .user-info .img-box::after {
  display: none;
}
.views-components-diyHeader .header-box .bottom-header .right-box .user-info .img-box img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.views-components-diyHeader .header-box .bottom-header .right-box .user-info .img-box .name {
  max-width: 95px;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.views-components-diyHeader .header-box .bottom-header .right-box .user-info .dropdown-menu {
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  color: #606266;
  font-size: 14px;
  line-height: 1.4;
  min-width: 150px;
  padding: 12px;
  position: absolute;
  text-align: justify;
  word-break: break-all;
  z-index: 2000;
  left: -52px !important;
  top: 5px !important;
}
.views-components-diyHeader .header-box .bottom-header .right-box .user-info .dropdown-menu .dropdown-item {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  padding: 6px 0;
  text-align: center;
}
.views-components-diyHeader .header-box .bottom-header .right-box .login-box .button {
  width: 80px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #4c7af2;
  border-radius: 50px;
  border: 1px solid #4c7af2;
}
.views-components-diyHeader .header-box .bottom-header .login-gift-box {
  position: absolute;
  right: -230px;
}
.views-components-diyHeader .header-box .bottom-header .login-gift-box #login-gift-icon {
  display: none;
  width: 180px;
  margin-left: 45px;
  cursor: pointer;
  animation: scale 1.5s infinite;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.views-components-diyFoot.footer-dark {
  background: #333333;
}
.views-components-diyFoot.footer-dark .container-box .line1,
.views-components-diyFoot.footer-dark .container-box .line2,
.views-components-diyFoot.footer-dark .container-box .line3 {
  border-top: 1px solid #5b5b5b;
  margin: 24px 0;
}
.views-components-diyFoot.footer-dark .container-box h4,
.views-components-diyFoot.footer-dark .container-box h5,
.views-components-diyFoot.footer-dark .container-box h6,
.views-components-diyFoot.footer-dark .container-box p {
  color: #ffffff;
}
.views-components-diyFoot.footer-dark .container-box .nav-item {
  color: #ffffff;
}
.views-components-diyFoot.footer-dark .container-box .youqing-box .title {
  color: #ffffff;
}
.views-components-diyFoot.footer-dark .container-box .youqing-box li + li {
  color: #c2c2c2;
}
.views-components-diyFoot .container-box {
  padding-top: 34px;
  padding-bottom: 24px;
}
.views-components-diyFoot .container-box h4 {
  font-size: 18px;
  font-weight: 400;
}
.views-components-diyFoot .container-box h5 {
  font-size: 14px;
  font-weight: 400;
}
.views-components-diyFoot .container-box .center-box {
  text-align: center;
}
.views-components-diyFoot .container-box h6 {
  font-size: 14px;
  font-weight: 400;
}
.views-components-diyFoot .container-box .youqing-box {
  display: flex;
  justify-content: center;
  line-height: 20px;
}
.views-components-diyFoot .container-box .youqing-box li {
  font-size: 12px;
  font-weight: 400;
}
.views-components-diyFoot .container-box .youqing-box li + li {
  margin-left: 10px;
}
.views-components-diyFoot .container-box .youqing-box .title {
  font-size: 14px;
}
.views-components-diyFoot .container-box .footer-page-nav {
  display: flex;
  justify-content: space-between;
  padding-left: 150px;
  padding-right: 190px;
}
.views-components-diyFoot .container-box .footer-page-nav .nav-item {
  color: #fff;
  font-size: 18px;
}
.views-components-diyFoot .container-box .footer-page-nav .nav-item:hover {
  color: #3b89e6;
}
.views-components-diyFoot .container-box .link-box {
  display: flex;
}
.views-components-diyFoot .container-box .link-box .col-links {
  display: flex;
  flex-direction: column;
  margin-right: 63px;
}
.views-components-diyFoot .container-box .link-box .col-links dt {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
}
.views-components-diyFoot .container-box .link-box .col-links dd {
  margin-bottom: 8px;
}
.views-components-diyFoot .container-box .link-box .col-links dd a,
.views-components-diyFoot .container-box .link-box .col-links dd span {
  color: #fff;
  font-size: 14px;
}
.views-components-diyFoot .container-box .link-box .col-links dd a:hover {
  color: #3b89e6;
}
.views-components-diyFoot .container-box .link-box .qr-box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.views-components-diyFoot .container-box .link-box .qr-box .box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.views-components-diyFoot .container-box .link-box .qr-box .box-item img {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  margin-bottom: 8px;
  border: 2px solid #ffffff;
}
.views-components-diyFoot .container-box .link-box .qr-box .box-item h6 {
  color: #fff;
  font-size: 14px;
}
.views-components-diyFoot .container-box .copy-right {
  text-align: center;
}

.views-com-list-list1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.views-com-list-list1 .title-name {
  font-size: 18px;
  font-weight: bold;
  color: #2a3036;
}
.views-com-list-list1 .tag {
  margin-top: 5px;
  font-size: 14px;
  color: #3399ff;
}
.views-com-list-list1 .back-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
}
.views-com-list-list1 .back-col .teacher-box {
  display: flex;
  align-items: center;
}
.views-com-list-list1 .back-col .teacher-box .name-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.views-com-list-list1 .back-col .teacher-box .name-box:not(:last-child) {
  margin-right: 20px;
}
.views-com-list-list1 .back-col .teacher-box .name-box .img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.views-com-list-list1 .back-col .teacher-box .name-box .span {
  margin-top: 5px;
  color: #adb1ba;
  font-size: 13px;
}
.views-com-list-list1 .back-col .money-box {
  font-size: 18px;
  color: #ff5000;
  margin-top: 16px;
}

.views-com-list-list2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.views-com-list-list2 .title-name {
  font-size: 18px;
  font-weight: bold;
  color: #2a3036;
}
.views-com-list-list2 .after-sales {
  font-size: 14px;
  margin-top: 5px;
  color: #3399ff;
}
.views-com-list-list2 .back-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
}
.views-com-list-list2 .back-col .teacher-box {
  display: flex;
  align-items: center;
}
.views-com-list-list2 .back-col .teacher-box .name-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.views-com-list-list2 .back-col .teacher-box .name-box:not(:last-child) {
  margin-right: 20px;
}
.views-com-list-list2 .back-col .teacher-box .name-box .img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.views-com-list-list2 .back-col .teacher-box .name-box .span {
  margin-top: 5px;
  color: #adb1ba;
  font-size: 13px;
}
.views-com-list-list2 .back-col .money-box {
  font-size: 18px;
  color: #ff5000;
  margin-top: 16px;
}

.views-com-list-live {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.views-com-list-live .title-name {
  font-size: 18px;
  font-weight: bold;
  color: #2a3036;
}
.views-com-list-live .tag {
  margin-top: 5px;
  font-size: 12px;
  color: #3399ff;
}
.views-com-list-live .back-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
}
.views-com-list-live .back-col .teacher-box {
  display: flex;
  align-items: center;
}
.views-com-list-live .back-col .teacher-box .name-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.views-com-list-live .back-col .teacher-box .name-box:not(:last-child) {
  margin-right: 20px;
}
.views-com-list-live .back-col .teacher-box .name-box .img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.views-com-list-live .back-col .teacher-box .name-box .span {
  margin-top: 5px;
  color: #adb1ba;
  font-size: 13px;
}
.views-com-list-live .back-col .status {
  display: flex;
  margin-top: 10px;
  justify-content: flex-end;
}
.views-com-list-live .back-col .status button {
  width: 100px;
  height: 32px;
  padding: 0;
  border-radius: 16px;
  transition: all 0.3s;
}
.views-com-list-live .back-col .status .status {
  display: flex;
  margin-top: 10px;
  justify-content: flex-end;
}
.views-com-list-live .back-col .status .status button {
  width: 100px;
  height: 32px;
  padding: 0;
  border-radius: 16px;
  transition: all 0.3s;
}
.views-com-list-live .back-col .status .status:hover {
  color: #ffffff !important;
  border: none !important;
  background: #4c7af2 !important;
}
.views-com-list-live .back-col .status .living {
  background: #4c7af2 !important;
  color: #ffffff !important;
  background: none;
}
.views-com-list-live .back-col .status .living:hover {
  color: #ffffff !important;
  border: none !important;
  background: #3a6df3 !important;
}
.views-com-list-live .back-col .status .ended {
  border: none;
  background: #adb1b7 !important;
  color: #ffffff !important;
  background: none;
}
.views-com-list-live .back-col .status .playback {
  border: none;
  background: #34db89 !important;
  color: #ffffff !important;
  background: none;
}
.views-com-list-live .back-col .status .playback:hover {
  color: #ffffff !important;
  border: none !important;
  background: #34d184 !important;
}
.views-com-list-live .back-col .status .unstart {
  border-radius: 16px;
  border: 1px solid #dcdfe6;
}

.views-com-right-fixed-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: 60px;
  margin-right: 34px;
  z-index: 99;
}
.views-com-right-fixed-bar .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 62px;
  padding: 20px 0;
  background: #FEFEFE;
  box-shadow: 0px 2px 4px 0px rgba(134, 134, 134, 0.1);
  border-radius: 31px;
}
.views-com-right-fixed-bar .content .fixed-item .trigger-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  transition: all 0.3s;
  color: #333333;
  position: relative;
}
.views-com-right-fixed-bar .content .fixed-item .trigger-box .icon-img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}
.views-com-right-fixed-bar .content .fixed-item .trigger-box span {
  font-size: 12px;
}
.views-com-right-fixed-bar .content .fixed-item .trigger-box.tool-box:hover img {
  content: url("https://zk-web-new.oss-cn-beijing.aliyuncs.com/sitepc/img/fixed-bar/tool-selected.png");
}
.views-com-right-fixed-bar .content .fixed-item .trigger-box.app-box:hover img {
  content: url("https://zk-web-new.oss-cn-beijing.aliyuncs.com/sitepc/img/fixed-bar/app-selected-icon.png");
}
.views-com-right-fixed-bar .content .fixed-item .trigger-box.content2:hover img {
  content: url("https://zk-web-new.oss-cn-beijing.aliyuncs.com/sitepc/img/fixed-bar/consultant-selected.png");
}
.views-com-right-fixed-bar .content .fixed-item .trigger-box.content3:hover img {
  content: url("https://zk-web-new.oss-cn-beijing.aliyuncs.com/sitepc/img/fixed-bar/top-selected.png");
}
.views-com-right-fixed-bar .content .fixed-item .trigger-box.content4:hover img {
  content: url("https://zk-web-new.oss-cn-beijing.aliyuncs.com/sitepc/img/fixed-bar/rqcode-selected.png");
}
.views-com-right-fixed-bar .content .fixed-item .trigger-box.content-old:hover img {
  content: url("https://zk-web-new.oss-cn-beijing.aliyuncs.com/sitepc/img/fixed-bar/old-selected.png");
}
.views-com-right-fixed-bar .content .fixed-item:hover .show-box {
  display: flex;
}
.views-com-right-fixed-bar .content .fixed-item .show-box {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  display: none;
}
.views-com-right-fixed-bar .content .fixed-bar-gift {
  display: none;
  position: absolute;
  top: -95px;
}
.views-com-right-fixed-bar .content .fixed-bar-gift .gif-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#views-components-calssList-calssList {
  padding-top: 20px;
}
#views-components-calssList-calssList .list-box {
  box-shadow: 0px 4px 9px 0px rgba(11, 42, 113, 0.03);
  padding: 20px;
  border: 1px solid #EBEEF5;
  background-color: #FFF;
  overflow: hidden;
  color: #303133;
  transition: 0.3s;
}
#views-components-calssList-calssList .list + .list {
  border-top: 1px solid #eeeeee;
}
#views-components-calssList-calssList .list {
  display: flex;
  padding: 13px 10px 7px 0;
}
#views-components-calssList-calssList .list .left-box {
  flex: 0 0 auto;
}
#views-components-calssList-calssList .list .left-box .name {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  border-right: 1px solid #e5e5e5;
  padding-right: 12px;
  line-height: 14px;
  margin-top: 8px;
}
#views-components-calssList-calssList .list .right-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: 50px;
}
#views-components-calssList-calssList .list .right-box .li {
  margin-left: 20px;
  margin-bottom: 5px;
  display: none;
}
#views-components-calssList-calssList .list .right-box .li.show {
  display: block;
}
#views-components-calssList-calssList .list .right-box .li.on a, #views-components-calssList-calssList .list .right-box .li:hover a {
  background: #e7edfd;
  color: #4c7af2;
}
#views-components-calssList-calssList .list .right-box .li a {
  height: 28px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
}

.jq-pager-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.jq-pager-container span, .jq-pager-container .link {
  font-size: 13px;
  border: 1px solid #dfdfdf;
  color: rgb(48, 49, 51);
  display: inline-block;
  margin-right: 10px;
  padding: 6px 14px;
}
.jq-pager-container span.disabled-page, .jq-pager-container .link.disabled-page {
  color: #c0c4cc;
  cursor: not-allowed;
}
.jq-pager-container span.active, .jq-pager-container .link.active {
  color: #4c7af2;
  border-color: #4c7af2;
}
.jq-pager-container .link:hover {
  color: #4c7af2;
}

#views-news-class-list {
  position: relative;
  margin-top: 27px;
  margin-bottom: 20px;
  padding: 30px 20px 1px;
  background: #FFFFFF;
  box-shadow: 3px 0px 6px 0px #E3E7EC;
  border-radius: 8px 8px 8px 8px;
}
#views-news-class-list .list-item-box {
  display: flex;
}
#views-news-class-list .list-item-box:not(:last-child) {
  margin-bottom: 20px;
}
#views-news-class-list .list-item-box .title-lable {
  flex-shrink: 0;
  color: #111111;
  font-size: 16px;
  margin-top: 5px;
}
#views-news-class-list .list-item-box .wrapper {
  overflow: scroll;
}
#views-news-class-list .list-item-box .wrapper ul {
  display: flex;
  align-items: center;
}
#views-news-class-list .list-item-box .wrapper ul li:not(:last-child) {
  margin-right: 8px;
}
#views-news-class-list .list-item-box .wrapper ul li .link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  line-height: 100%;
  padding: 9px 16px;
  font-size: 14px;
  color: #333;
  border-radius: 16px;
  white-space: nowrap;
}
#views-news-class-list .list-item-box .wrapper.level1 li.on .link {
  background: #4B79F1;
  color: #fff;
  border: none;
}
#views-news-class-list .list-item-box .wrapper.level1 li.last-item {
  display: none;
}
#views-news-class-list .list-item-box .wrapper.level1 li .link {
  border: 1px solid #f3f3f3;
}
#views-news-class-list .list-item-box .wrapper.level2, #views-news-class-list .list-item-box .wrapper.level3 {
  display: none;
}
#views-news-class-list .list-item-box .wrapper.level2 li.on .link, #views-news-class-list .list-item-box .wrapper.level3 li.on .link {
  background: #DFE9FF;
  color: #4B79F1;
}
#views-news-class-list .list-item-box .wrapper.level3 {
  display: block;
}
#views-news-class-list .picker-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
#views-news-class-list .picker-wrapper .area-picker-box {
  display: none;
  position: absolute;
  width: 1300px;
  height: 180px;
  padding: 20px 25px;
  left: 50%;
  top: 360px;
  transform: translateX(-50%);
  box-shadow: 3px 0px 6px 0px #A7A7A7;
  border-radius: 4px;
  background: #fff;
}
#views-news-class-list .picker-wrapper .area-picker-box .close-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
#views-news-class-list .picker-wrapper .area-picker-box.on {
  display: block;
}
#views-news-class-list .picker-wrapper .area-picker-box .title-box {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}
#views-news-class-list .picker-wrapper .area-picker-box .title-box .level3-label {
  position: relative;
  color: #4B79F1;
  margin-right: 20px;
}
#views-news-class-list .picker-wrapper .area-picker-box .title-box .level3-label::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 30px;
  height: 4px;
  background: #4B79F1;
  border-radius: 2px 2px 2px 2px;
}
#views-news-class-list .picker-wrapper .area-picker-box .title-box i {
  color: #111111;
}
#views-news-class-list .picker-wrapper .area-picker-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
#views-news-class-list .picker-wrapper .area-picker-box ul li.on .link {
  background: #DFE9FF;
  color: #4B79F1;
}
#views-news-class-list .picker-wrapper .area-picker-box ul li .link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  line-height: 100%;
  padding: 9px 16px;
  font-size: 14px;
  color: #333;
  border-radius: 16px;
  white-space: nowrap;
}
#views-news-class-list .picker-wrapper .area-picker-box ul li .link:hover {
  color: #4B79F1;
}

.common-news-list-wrapper li {
  display: flex;
  align-items: center;
  border-top: 1px solid #f3f3f3;
  padding: 20px 0;
}
.common-news-list-wrapper li .img-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 105px;
  background: #f0f0f2;
  margin-right: 24px;
  flex-shrink: 0;
  object-fit: cover;
}
.common-news-list-wrapper li .img-cover.fit-mode {
  object-fit: contain;
}
.common-news-list-wrapper li .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.common-news-list-wrapper li .content-wrapper h3 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.common-news-list-wrapper li .content-wrapper p {
  margin: 13px 0;
  line-height: 130%;
  color: #333333;
  font-size: 14px;
}
.common-news-list-wrapper li .content-wrapper .tag-box {
  color: #999;
  font-size: 12px;
}
.common-news-list-wrapper li .content-wrapper .tag-box .tag-label {
  padding-left: 10px;
  padding-right: 3px;
}

.common-material-list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.common-material-list-box li {
  display: flex;
  align-items: center;
  width: 49%;
  height: 100px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 3px;
  border: 1px solid rgb(245, 246, 247);
  box-sizing: border-box;
}
.common-material-list-box li:hover {
  background: rgb(245, 246, 247);
}
.common-material-list-box li .type-icon {
  flex-shrink: 0;
  width: 53px;
  height: 65px;
  margin-right: 10px;
}
.common-material-list-box li .right-box {
  flex: 1;
}
.common-material-list-box li .right-box .title {
  font-size: 16px;
  color: rgb(95, 96, 97);
}
.common-material-list-box li .right-box .download-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.common-material-list-box li .right-box .download-box .time {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgb(180, 180, 180);
}
.common-material-list-box li .right-box .download-box .time img {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}
.common-material-list-box li .right-box .download-box .download-link {
  min-width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 15px;
  background: linear-gradient(to right, rgb(251, 93, 72), rgb(233, 18, 19));
}

.modal-dialog .modal-content {
  border-radius: 0.8rem;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal-dialog .modal-content .modal-body {
  font-size: 14px;
}
.modal-dialog .modal-content .modal-footer {
  border-top: none;
}

.loading-wrapper {
  display: none;
}
.loading-wrapper .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #333;
  border-top-color: #fff;
  border-radius: 50%;
  animation: rotate 1s infinite linear;
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loading-wrapper .loading-label {
  font-size: 16px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
}

.fixed-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/**重置样式**/
html {
  height: 100%;
  background-color: #f3f7fb;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  border-color: white;
  background-color: #f3f7fb;
}

html,
body {
  font-family: PingFang SC, Microsoft YaHei, sans-serif !important;
  font-size: 12px;
  height: 100%;
  font-weight: 400;
  min-width: 1200px;
  margin: 0 auto;
  line-height: 1.5;
  color: #222222;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
dl,
dd,
p,
input,
select,
textarea,
td {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

i {
  font-style: inherit;
}

a {
  color: inherit;
  transition: all 0.35s ease 0s;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #3b89e6;
  text-decoration: none;
}

ul,
li {
  list-style-type: none;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.01);
  border-radius: 4px;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #d8d8d8;
}

.cl1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
  overflow: hidden;
}

.cl2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.cl3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

/* Shadow */
.hvr-shadow {
  vertical-align: middle;
  transition: all 0.2s linear;
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
  transform: translateY(-5px);
  box-shadow: 0 10px 18px 10px rgba(11, 42, 113, 0.05);
}

.loadstate-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.loadstate-box .nodata .text {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #999999;
}

.com-problem-item {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.com-problem-item .left-box {
  flex: 0 0 auto;
}
.com-problem-item .left-box img {
  width: 57px;
  height: 57px;
  border-radius: 50%;
}
.com-problem-item .right-box {
  margin-left: 17px;
  flex: 1 1 auto;
}
.com-problem-item .wen-box,
.com-problem-item .da-box {
  display: flex;
}
.com-problem-item .wen-box .mian-box,
.com-problem-item .da-box .mian-box {
  margin-left: 8px;
}
.com-problem-item .wen-box .mian-box .title,
.com-problem-item .da-box .mian-box .title {
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  display: inline;
}
.com-problem-item .wen-box .mian-box .assist,
.com-problem-item .da-box .mian-box .assist {
  margin-left: 10px;
  font-size: 14px;
  color: #999999;
  display: inline;
}
.com-problem-item .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 17px;
  height: 18px;
  border-radius: 2px;
  font-size: 12px;
  color: #fefefe;
}
.com-problem-item .wen-box .tag {
  background: #f25130;
}
.com-problem-item .da-box {
  margin-top: 15px;
  background-color: #f1f3f7;
  padding: 8px;
  border-radius: 4px;
}
.com-problem-item .da-box .tag {
  background-color: #6ec014;
}

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