.box[data-v-6b7f4cad] {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.header[data-v-6b7f4cad] {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3c3c3c;
  padding: 0 20px;
}
.logo-img[data-v-6b7f4cad] {
  max-width: 400px;
  margin-right: 20px;
  flex-shrink: 1;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-right[data-v-6b7f4cad] {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar-box[data-v-6b7f4cad] {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}
.avatar-img[data-v-6b7f4cad] {
  width: 100%;
  height: 100%;
}
.user-name[data-v-6b7f4cad] {
  font-size: 16px;
}

.footer-radius[data-v-219dd36d] {
  border-top-left-radius: 3.25rem;
  border-top-right-radius: 3.25rem;
  background-color: #00ba86;
}
a[data-v-219dd36d] {
  text-decoration: none;
  color: #333;
}

.content-text[data-v-5d4f812c] {
  height: 4.4rem;
}
.card-box[data-v-5d4f812c] {
  width: 730px;
  height: 365px;
}
.justify-end-tips[data-v-5d4f812c] {
  color: #00ba86;
}
[data-v-5d4f812c] .el-progress-bar__inner {
  background-color: #00ba86;
}

.page[data-v-3caaf8c3] {
  background: url(../img/background2.c6b8d9cb.png) no-repeat center bottom / contain;
}
.add-course[data-v-3caaf8c3] {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
.add-course[data-v-3caaf8c3] {
    width: 100%;
    height: 100%;
}
}
.load-more[data-v-3caaf8c3] {
  display: flex;
  justify-content: center;
  padding: 40px;
}
.search-box[data-v-3caaf8c3] {
  background: #ffffff;
  border-radius: 3rem;
  position: fixed;
  right: 1%;
  top: 8rem;
  z-index: 999;
  box-shadow: 0.1rem 0.1rem 0.6rem 0.1rem rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}
.search-btn[data-v-3caaf8c3] {
  float: right;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
  cursor: pointer;
}
.search-btn img[data-v-3caaf8c3] {
  width: 50%;
  height: 50%;
}
.search-txt[data-v-3caaf8c3] {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  font-size: 1rem;
  transition: 0.4s all;
  line-height: 2.4rem;
  width: 0px;
  margin-left: 0rem;
}
.search-box:hover > .search-txt[data-v-3caaf8c3] {
  width: 12rem;
  margin-left: 1.6rem;
}
.search-box:hover > .search-btn[data-v-3caaf8c3] {
  background: white;
}

