.fly-container {
  position: absolute;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1000;
  border-radius: 20px;
}
.fly-container img {
  border-radius: 2px;
}
.fly-container .icon {
  right: 5px;
  top: 5px;
  color: #fff;
}
.swiper-header {
  width: 100%;
  height: 250px;
  background: linear-gradient(#4390EA, #87B8F2);
}
.swiper-header .wrap-center {
  height: 100%;
}
.swiper-header .title {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 100;
  color: red;
  font-family: 'KaiTi';
}
.swiper-header .title h1 {
  font-size: 60px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
}
.swiper-header .title h2 {
  font-size: 40px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
}
.nav {
  width: 100%;
  height: 50px;
  background-color: #376cdc;
  padding: 10px 0;
}
.nav ul {
  height: 100%;
}
.nav ul li {
  float: left;
  height: 100%;
  padding: 0 45px;
  border-right: 1px solid #efefef5e;
}
.nav ul li a {
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.nav ul li:last-child {
  border: 0;
}
.notify {
  background-color: #dddddd75;
}
.notify .notifly-container {
  height: 40px;
  width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  line-height: 40px;
}
.notify .notifly-container .text-swiper {
  width: fit-content;
  transform: translateX(-50%);
}
.info {
  height: 290px;
}
.info .banner {
  height: 290px;
  width: 430px;
  background-color: #87B8F2;
}
.info .news {
  width: 460px;
  color: #000;
  border-bottom: 1px solid #efefef;
}
.info .news .tabs {
  height: 35px;
  background-color: #4390EA;
  line-height: 35px;
  color: #fff;
}
.info .news .tabs .tab1 {
  font-size: 20px;
}
.info .news .tabs .tabs2 {
  font-size: 12px;
}
.info .news ul li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: url('/static/teacher/img/arrow.png') no-repeat;
  background-position: left center;
  padding-left: 10px;
  margin: 0 10px;
}
.info .news ul li .title {
  width: 336px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.info .login {
  width: 290px;
  background-color: #f7f7f7;
}
.info .login .pwd-login {
  padding: 20px;
  padding-top: 30px;
}
.info .login .pwd-login .form-item {
  margin-bottom: 15px;
}
.info .login .pwd-login .form-item label {
  width: 60px;
  display: inline-block;
  font-weight: 600;
}
.info .login .pwd-login .form-item input {
  width: 70%;
  display: inline-block;
  border-radius: 0;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.info .login .pwd-login button {
  font-size: 23px;
  padding: 5px 50px;
  border-radius: 30px;
}
.info .login .code-login {
  padding: 20px 0;
  text-align: center;
}
.info .login .code-login img {
  width: 200px;
  height: 200px;
}
.info .login .code-login p {
  color: #62b900;
  margin: 5px 0 ;
  font-size: 20px;
  font-weight: 600;
}
.library > .title,
.row-card > .title {
  height: 40px;
  border-bottom: 2px solid #248ee6;
  background: url('/static/teacher/img/publicTitleBg.png') no-repeat;
  background-size: 180px 40px;
}
.library > .title *,
.row-card > .title * {
  display: inline-block;
}
.library > .title h2,
.row-card > .title h2 {
  margin: 0;
  margin-right: 50px;
  margin-left: 15px;
  line-height: 40px;
  color: #fff;
}
.library > .title span,
.row-card > .title span {
  font-size: 18px;
  margin-right: 20px;
  line-height: 40px;
}
.library > .title .more,
.row-card > .title .more {
  float: right;
  margin-right: 50px;
}
.library .content,
.row-card .content {
  padding: 20px 20px;
}
.library .content .content-card,
.row-card .content .content-card {
  margin-right: 46px;
}
.library .content .content-card img,
.row-card .content .content-card img {
  width: 250px;
  height: 150px;
}
.library .content .content-card h3,
.row-card .content .content-card h3 {
  font-size: 15px;
}
.library .content .content-card:last-of-type,
.row-card .content .content-card:last-of-type {
  margin-right: 0;
}
.library .content-video,
.row-card .content-video {
  display: none;
  padding: 30px 10px 20px;
}
.library .content-video .content-video-card,
.row-card .content-video .content-video-card {
  display: flex;
  justify-content: space-between;
  height: 130px;
  width: 385px;
  background-color: #dfdfdf;
}
.footer {
  background-color: #376cdc;
  padding: 10px  0 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.726);
}
.footer p {
  margin: 0;
  padding: 5px;
}
