#app {
  color: #272727;
}

[data-v-61dd7a3d] .el-icon {
  vertical-align: middle;
}
[data-v-61dd7a3d] .el-dropdown-menu__item {
  line-height: 40px !important;
}
.header-content[data-v-61dd7a3d] {
  display: flex;
  justify-content: space-between;
  line-height: 60px;
}
.header-content .el-dropdown-link[data-v-61dd7a3d] {
  line-height: 60px;
}
.logo[data-v-61dd7a3d] {
  line-height: 60px;
}
.header-right[data-v-61dd7a3d] {
  display: flex;
  align-items: center;
}
.header-right .spn[data-v-61dd7a3d] {
  margin: 0 10px;
}
.img[data-v-61dd7a3d] {
  width: 200px;
}
.el-icon-bell[data-v-61dd7a3d] {
  font-weight: bold;
  font-size: 22px;
  line-height: 60px;
}
[data-v-61dd7a3d] .el-submenu.is-active .el-submenu__title {
  border-bottom-color: #fff;
}

.footer[data-v-40ab164b] {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 9;
  text-align: center;
  background-color: #141b1e;
  height: 110px;
}
.footer .conter[data-v-40ab164b] {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  height: 100%;
  background-color: #141b1e;
}
.footer .left .img[data-v-40ab164b] {
  width: 128px;
}
.footer .right span[data-v-40ab164b] {
  margin-right: 40px;
}
.footer .right .language[data-v-40ab164b] {
  width: 90px;
  margin-left: 5px;
}
.footer .right .language[data-v-40ab164b] .el-input__inner {
  background-color: #3a3a3a;
  border: 1px solid #3a3a3a;
  color: #ccc;
}

.el-menu-vertical-demo[data-v-29a55538] {
  width: 160px;
  font-weight: bold;
  line-height: 20px;
}
.el-menu-vertical-demo .icon[data-v-29a55538] {
  width: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.is-active[data-v-29a55538] {
  border-right: 3px solid #4a39a0;
  background-color: #edebf6;
}

.corner[data-v-5e0ce605] {
  position: fixed;
  right: 20px;
  bottom: 60px;
  text-align: center;
  width: 44px;
  font-size: 12px;
  z-index: 1000;
}
.corner div[data-v-5e0ce605] {
  background-color: #fff;
  padding: 10px 0;
  position: relative;
  box-shadow: 0 0 10px #ccc;
}
.corner div .xian[data-v-5e0ce605] {
  display: inline-block;
  width: 22px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 10px;
  left: 10px;
}
.corner .iconfont[data-v-5e0ce605] {
  font-size: 28px;
}
.corner .top[data-v-5e0ce605] {
  border-radius: 6px 6px 0 0;
  padding-bottom: 0;
}
.corner .saoyisao[data-v-5e0ce605] {
  border-radius: 0 0 6px 6px;
  padding-bottom: 0;
}
.corner .bottom[data-v-5e0ce605] {
  margin-top: 10px;
  height: 44px;
  border-radius: 6px;
}
.corner .bottom .icon-arrow-up[data-v-5e0ce605] {
  font-weight: bold;
  font-size: 20px;
}

.layout[data-v-31a768e4] {
  min-height: 100%;
}
.header[data-v-31a768e4] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
}
.main[data-v-31a768e4] {
  padding: 0 0 10px 10px;
}
.container-min[data-v-31a768e4] {
  padding-top: 70px;
}

/*
*日历样式
*/
div .el-calendar-table .el-calendar-day {
  padding: 0;
}
div.el-calendar__body {
  padding: 0px 10px 15px;
}
.el-calendar__header {
  border-bottom: 0;
  text-align: center;
  width: 100%;
}
.el-calendar__header .el-calendar__title {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.el-calendar__header .el-calendar__button-group {
  display: none;
}
.el-calendar-table td.is-today {
  background-color: #fff;
}
.el-calendar-table td.is-selected {
  background-color: #fff;
}
div .el-calendar-table .el-calendar-day {
  height: 38px;
  font-size: 12px;
  text-align: center;
}
.el-calendar-table:not(.is-range) td.prev {
  pointer-events: none;
}
.el-calendar-table:not(.is-range) td.prev .calendarFont {
  color: #c0c4cc;
}
.el-calendar-table thead th {
  font-size: 12px;
  padding-bottom: 6px;
}

.data[data-v-d90faa86] {
  position: relative;
}
.data[data-v-d90faa86]::before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #4a39a0;
  border-radius: 50%;
  bottom: 2px;
  left: 2px;
  right: 0;
  margin: auto;
  transform: scale(0.5);
}
.calendar-right[data-v-d90faa86] {
  margin-left: 10px;
}
.calendar .h3[data-v-d90faa86] {
  margin-left: 6px;
  margin-top: 30px;
  margin-bottom: 25px;
  font-weight: bold;
}
.calendar .calendar-content[data-v-d90faa86] {
  border-radius: 2px;
}
.calendar .calendar-content .content-item[data-v-d90faa86] {
  position: relative;
  line-height: 20px;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 8px;
}
.calendar .calendar-content .content-item .active[data-v-d90faa86] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #4a39a0;
  position: absolute;
  text-align: center;
  top: 9px;
  color: #fff;
}
.calendar .button[data-v-d90faa86] {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: -32px;
  padding: 0 6px;
  margin-top: 10px;
  border-radius: 2px 0;
}
.calendar .button i[data-v-d90faa86] {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-weight: 600;
  color: #acb0ba;
}

.flex-space-between[data-v-3dd2e005] {
  display: flex;
  justify-content: space-between;
}
.home[data-v-3dd2e005] {
  position: relative;
}
.home .home-content[data-v-3dd2e005] {
  width: 820px;
}
.home .home-content .course-progress .footer-btn[data-v-3dd2e005] {
  text-align: right;
}
.home .timetable[data-v-3dd2e005] {
  width: 250px;
}
.home .title-p[data-v-3dd2e005] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 18px;
}
.course[data-v-3dd2e005] {
  background-color: #fff;
  width: 265px;
  height: 78px;
  padding: 10px;
  display: inline-block;
  border-radius: 6px;
}
.course .course-content[data-v-3dd2e005] {
  margin-top: 10px;
  position: relative;
  top: -6px;
}
.course .course-content .btn[data-v-3dd2e005] {
  margin-bottom: 6px;
}
.soon[data-v-3dd2e005] {
  margin-bottom: 60px;
}
.course-progress .progress-title[data-v-3dd2e005] {
  margin: 10px 0;
}
.course-progress .add[data-v-3dd2e005] {
  color: #999;
  padding-top: 22px;
  display: inline-block;
}
.course-progress .add[data-v-3dd2e005]:hover {
  color: #4a39a0;
}
.course-progress .course-detail[data-v-3dd2e005] {
  width: 403px;
  background-color: #fff;
  padding: 10px;
  min-height: 100px;
  border-radius: 6px;
}
.course-progress .course-detail .avatar[data-v-3dd2e005] {
  float: left;
}
.course-progress .course-detail .title[data-v-3dd2e005] {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.course-progress .course-detail .course-info[data-v-3dd2e005] {
  margin-left: 60px;
}
.course-progress .course-detail .course-info .row[data-v-3dd2e005] {
  margin: 10px 0;
}
.course-progress .course-active[data-v-3dd2e005] {
  margin-top: 20px;
}
.course-progress .iconfont[data-v-3dd2e005] {
  margin-right: 5px;
}
.course-progress .course-items[data-v-3dd2e005] {
  height: 180px;
}
.course-progress .margin[data-v-3dd2e005] {
  margin-left: 15px;
}
.empty-box[data-v-3dd2e005] {
  text-align: center;
  color: #999;
  font-size: 12px;
}
.empty-box .img[data-v-3dd2e005] {
  width: 70px;
  margin-bottom: 10px;
}
.footer-about[data-v-3dd2e005] {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.error[data-v-671a543e] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main[data-v-671a543e] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 400px;
  width: 700px;
}
.main img[data-v-671a543e] {
  width: 100%;
  margin-left: -30px;
}
.main p[data-v-671a543e] {
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  font-size: 18px;
}
.to-home[data-v-671a543e] {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  width: 150px;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}
.flex-align-items {
  display: flex;
  align-items: center;
  /*垂直居中*/
}
.flex-start {
  display: flex;
  justify-content: flex-start;
}
.flex-wrap {
  flex-wrap: wrap;
}
.pagination {
  margin: 10px 0;
  text-align: center;
  margin-top: 50px;
}
.cursor-pointer {
  cursor: pointer;
}
.el-button--primary.is-plain {
  color: #fff;
}
.el-menu-item.is-active {
  color: #4a39a0;
}
.link {
  color: #4a39a0;
  text-decoration: underline;
}
.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
  display: inline-block;
}
.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.two-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.empty {
  width: 100%;
  height: 150px;
  background-image: url(../../assets/img/empty-img.f4e4630f.jpg);
  background-position: center center;
  background-size: 60px 70px;
  background-repeat: no-repeat;
}
.el-loading-spinner .el-icon {
  display: block;
  width: 100px;
  height: 100px;
  background: url(../../assets/img/loading.d6ac3f08.gif) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.fade-enter-to,
.fade-leave-from {
  opacity: 1;
}
.fade-enter-active,
.fade-leave-active {
  /* opacity: 1; */
  transition: opacity 0.4s;
}
.hover-shadow:hover {
  transition: all 0.4s;
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.1);
}
:root {
  --el-color-black: #000000;
  --el-color-primary: #4a39a0;
  --el-color-primary-light-1: #5c4daa;
  --el-color-primary-light-2: #6e61b3;
  --el-color-primary-light-3: #8074bd;
  --el-color-primary-light-4: #9288c6;
  --el-color-primary-light-5: #a59cd0;
  --el-color-primary-light-6: #b7b0d9;
  --el-color-primary-light-7: #c9c4e3;
  --el-color-primary-light-8: #dbd7ec;
  --el-color-primary-light-9: #edebf6;
}
.el-button--primary {
  --el-button-font-color: #ffffff;
  --el-button-background-color: #4a39a0;
  --el-button-border-color: #4a39a0;
  --el-button-hover-color: #6e61b3;
  --el-button-active-font-color: #e6e6e6;
  --el-button-active-background-color: #6e61b3;
  --el-button-active-border-color: #6e61b3;
}
.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
  color: #fff;
  background-color: #b7b1d5;
  border-color: #b7b1d5;
}

@charset "utf-8";
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
a,
i,
em,
b,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
}
body,
input,
button,
textarea,
select {
  font-family: "微软雅黑";
}
ol,
ul {
  list-style: none;
}
::-webkit-input-placeholder {
  color: #999;
}
a {
  text-decoration: none;
  color: #272727;
}
img {
  border: 0;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
i,
em {
  font-style: normal;
}
b {
  font-weight: normal;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
* {
  box-sizing: border-box;
  -webkit-touch-callout: none;
}
*:before,
*:after {
  box-sizing: border-box;
}
/*清浮动*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.w {
  width: 1250px;
  margin: 0px auto;
}
textarea {
  resize: none;
}
.img-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
.img-box {
  overflow: hidden;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  color: #272727;
  background: #f0f2f5;
}
body,
html,
#app {
  height: 100%;
}
#app {
  position: relative;
}
/*各浏览器显示不同，去掉蓝色边框*/
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
a {
  color: inherit;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}

