body {
  background-image: linear-gradient(to right, #7a88ff, #7affaf);
  height: 100vh;
  display: flex;
  flex-direction: column;
}
a {
  text-decoration: none;
}

.text-primary {
  color: #6e40c1;
}
.text-secondary {
  color: #02a8f3;
}

.main-nav-bar {
  background-color: #fff;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  padding-right: 10px;
  height: 6vh;
  background-color: skyblue;
}

.main-nav-bar .check-btn {
  display: none;
}

.main-nav-bar .check-label {
  width: 6vh;
  cursor: pointer;
  background-color: skyblue;
}

.main-nav-bar .check-label > span {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.main-nav-bar .check-btn + .check-label .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #fff;
  margin: 2px 0;
  border-radius: 1px;
}

.main-nav-bar .check-btn:checked + .check-label > span {
  transform: rotate(90deg);
}

.main-nav-bar .logo {
  font-size: 22px;
  line-height: 6vh;
  transition: transform 0.4s;
}
.main-nav-bar .logo:hover {
  transform: scale(1.05);
}

.logo a {
  display: block;
  height: 100%;
  padding: 0 15px;
}

.logo a img {
  height: 90%;
}

.main-nav-bar .navbar {
  flex: 1;
  overflow: hidden;
}

.main-nav-bar .navbar .navbar-nav {
  height: 100%;
  align-items: center;
  display: flex;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.4s, opacity 0.8s;
}

.main-nav-bar
  .check-btn:checked
  + .check-label
  + .logo
  + .navbar
  > .navbar-nav {
  transform: translateX(0);
  opacity: 1;
}

.main-nav-bar .navbar .navbar-nav a {
  padding: 10px 15px;
  color: #282828;
  font-size: 14px;
}

.main-nav-bar .navbar .navbar-nav .active a,
.main-nav-bar .navbar .navbar-nav a:hover {
  color: #6e40c1;
}

.main-nav-bar .control-list {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 5px;
}

.main-nav-bar .control-list li {
  border-left: 1px solid #ededed;
  display: table;
  vertical-align: middle;
}

.main-nav-bar .control-list li a {
  display: table-cell;
  color: #777;
  font-size: 16px;
  box-sizing: border-box;
  height: 40px;
  padding: 10px;
}

.main-nav-bar .control-list li a:hover {
  color: #02a8f3;
}

.main-nav-bar .control-list li.logout a {
  padding: 7px;
}

.main-nav-bar .control-list li.logout i {
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  background: url('../images/topico.png') -78px 0;
}

.main-nav-bar .control-list li.logout a:hover i {
  background-position: -78px -26px;
}

.contents-area {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  flex: 1;
}

.contents-area .block {
  width: 33%;
  height: 29vh;
  border-radius: 3px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  position: relative;
  overflow: hidden;
}
.contents-area .block::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/sprites.png);
}
.contents-area .block.first-block {
  background-image: linear-gradient(to right top, #02a8f3, rgb(159, 222, 247));
}
.contents-area .block.first-block::after {
  width: 102px;
  height: 151px;
  background-position: 0 -605px;
}
.contents-area .block.second-block {
  background-image: linear-gradient(to right top, #cd432d, rgb(247, 184, 159));
}
.contents-area .block.second-block::after {
  width: 160px;
  height: 130px;
  background-position: 160px -140px;
}

.contents-area .block.third-block {
  background-image: linear-gradient(to right top, #da8515, rgb(247, 227, 159));
}
.contents-area .block.third-block::after {
  width: 160px;
  height: 145px;
  top: 0;
  background-position: 160px -420px;
}

.contents-area .block.fourth-block {
  background-image: linear-gradient(to right top, #7d9f2a, rgb(224, 247, 159));
}
.contents-area .block.fourth-block::after {
  width: 130px;
  height: 130px;
  left: 0;
  background-position: 130px -280px;
}

.contents-area .block.fifth-block {
  background-image: linear-gradient(to right top, #672c9b, rgb(247, 159, 228));
}
.contents-area .block.fifth-block::after {
  width: 145px;
  height: 145px;
  left: 0;
  background-position: 240px -773px;
}

.contents-area .block.sixth-block {
  background-image: linear-gradient(to right top, #621354, rgb(247, 159, 178));
}
.contents-area .block.sixth-block::after {
  width: 170px;
  height: 155px;
  left: 0;
  background-position: 250px -940px;
}

.contents-area .block.seventh-block {
  background-image: linear-gradient(to right top, #03417a, rgb(165, 159, 247));
}
.contents-area .block.seventh-block::after {
  width: 165px;
  height: 185px;
  background-position: 280px -1100px;
}

.contents-area .block.eighth-block {
  background-image: linear-gradient(to right top, #7a1703, rgb(247, 179, 159));
}
.contents-area .block.eighth-block::after {
  width: 170px;
  height: 135px;
  background-position: 250px -1285px;
}

.contents-area .block.ninth-block {
  background-image: linear-gradient(to right top, #168674, rgb(247, 159, 208));
}
.contents-area .block.ninth-block::after {
  width: 165px;
  height: 185px;
  background-image: none;
}

.contents-area .block:hover {
  transform: translate(-3px, -3px);
}

.contents-area .block .block-wrapper {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 500;
  padding: 20px;
  color: #fff;
}

.contents-area .block .user-info .title {
  position: absolute;
  right: 30px;
  font-weight: bold;
}

.contents-area .block .user-info ul {
  padding: 3vh;
}
.contents-area .block .user-info li {
  line-height: 30px;
}

.user-info .user-info-more {
  height: 30px;
}

.user-info .user-info-more i {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background-color: #8ac249;
  border-radius: 50%;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
  position: relative;
}
.user-info .user-info-more i::before,
.user-info .user-info-more i::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.user-info .user-info-more i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.user-info .user-info-more a {
  display: inline-block;
  color: #fff;
  line-height: 30px;
}

.user-info .user-info-more span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-style: italic;
}

.block .block-wrapper h4 {
  font-weight: bold;
  line-height: 2vh;
  margin-bottom: 5px;
  position: relative;
}
.block-wrapper .info-box {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}

.owl-page {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #eee;
  position: relative;
}

.owl-page span {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #a79617;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
}
.owl-page.active span,
.caro-pagin-2 .owl-page.active span {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.caro-pagin-2 .owl-page {
  width: 25px;
  height: 6px;
  border: 0;
}
.caro-pagin-2 .owl-page span {
  width: 25px;
  height: 2px;
  top: 2px;
  background-color: #b3b3b3;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.timetable table {
  border-collapse: collapse;
  width: 100%;
  height: 23vh;
}

.timetable table td {
  text-align: center;
  min-width: 50px;
  color: #eee;
  border: #f1f1f1 solid 1px;
}

.course-table table tr td:hover {
  background: #ffeda6;
  cursor: pointer;
  color: #6f63e5;
}

.timetable table thead td {
  font-weight: bold;
  height: 3vh;
}

.notice .text-uppercase {
  font-size: 20px;
  line-height: 40px;
}

.notice .owl-controls {
  margin-top: 30px;
}

.timetable table tr:nth-child(2n),
.timetable table thead tr {
  background-color: rgba(245, 250, 253, 0.2);
}

.my-courses td a {
  color: #eee;
  font-size: 14px;
  text-shadow: 0 2px 1px #666;
}

.my-courses td a:hover {
  color: #6e40c1;
}

.block .worker ul {
  overflow: hidden;
}

.block .worker li {
  padding: 0.5vh 0;
  width: 25%;
  height: 8vh;
  float: left;
}

.block .worker li i{
  background-size: contain;
  width: 5vh;
  height: 5vh;
  margin: 0 auto;
  display: block;
}

.block .worker li span {
  display: block;
  line-height: 2vh;
  text-align: center;
  color: #eee;
  font-size: 14px;
  text-shadow: 0 2px 1px #666;
}

.block .worker li:hover span {
  color: #6e40c1;
}

.block .news,
.block .favorate-sites {
  display: flex;
  flex-direction: column;
}

.block h4 .more {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 12px;
  color: #eee;
  font-weight: normal;
}

.block h4 .more:hover {
  color: #6e40c1;
}

.news ul {
  padding: 1vh 0;
  flex: 1;
  display: flex;
justify-content: space-between;
}

.news ul li {
  line-height: 2.2vh;
  font-size: 12px;
  height: 2.2vh;
  position: relative;
  padding-left: 10px;
}

.news ul li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #02a8f3;
  top: 50%;
  left: 5px;
  transform: translate(-50%, -50%);
}

.news ul li a,
.favorate-sites ul li a {
  display: block;
  color: #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1.5px;
}

.news ul li a:hover,
.favorate-sites ul li a:hover {
  color: #02a8f3;
}

.favorate-sites ul {
  padding: 1vh 0;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.favorate-sites ul li {
  width: 50%;
  line-height: 2.2vh;
  font-size: 14px;
  height: 2.2vh;
  padding: 0 5%;
}


/*����*/
.swBg{background:#555;filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;}

.swCon{background:#fff; color:#555;}
.popwin{padding:3px; display:none;}
.swCon .btnbg input{ background:#4db1f0; color:#fff;}
.swCon .btnbg input:hover{ background:#8acdf7;}
.swCon h1, .popwin h1{color:#a3a3a3;}

/*����*/
.swBg{position:fixed;_position:absolute;top:0;_top: expression(documentElement.scrollTop);bottom:0;left:0;width:100%;height:100%;_height: expression(documentElement.clientHeight);z-index:999;;}

.swCon{;position:fixed;z-index:1000;top:50%;left:50%; overflow:hidden; border-radius:5px; padding:3px; box-shadow:0 0 10px #888;}
.popwin{padding:3px;}
.swCon h1, .popwin h1{ height:21px; padding:5px; font-size:14px;}
.swCon h1 span, .popwin h1 span{float:left;}
.swCon h1 a, .popwin h1 a{ position:absolute; right:8px;}
.swContxt{padding:20px 10px;max-height:460px;}
.swCon .btnbg{clear:both; text-align:center; margin-top:5px;}
.swCon .btnbg input{ border:0; cursor:pointer; border-radius:20px; padding:4px 15px; margin:3px 5px;}