body,
html {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  position: relative;
}

.container {
  width: 100%;
  overflow: hidden;
}

.header {
  width: 100%;
  height: 0.88rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.header .left {
  margin-top: 0.25rem;
  margin-left: 0.3rem;
  height: 0.39rem;
  display: flex;
  align-items: flex-end;
}
.header .left img {
  width: 1.49rem;
  height: 0.39rem;
}
.header .left p {
  font-size: 0.22rem;
  letter-spacing: 0.02rem;
  color: #37210e;
  border-left: 0.02rem #37210e solid;
  padding-left: 0.12rem;
  margin: 0 0 0 0.13rem;
}
.header .right {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.09rem;
  margin-right: 0.3rem;
}
.header .right img {
  width: 0.22rem;
  height: 0.22rem;
}
.header .right p {
  font-size: 0.22rem;
  font-weight: bold;
  color: #ee0000;
  margin-left: 0.12rem;
}

.banner {
  width: 100%;
  height: 4rem;
  background: url(../images/banner.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  text-align: center;
}
.banner .btitle {
  width: 4.91rem;
  height: 0.75rem;
  margin: 0.61rem 0 0.24rem 0;
  animation: fadeInDown 1s ease forwards;
}
.banner .stitle {
  width: 4.88rem;
  height: 0.31rem;
  opacity: 0;
  animation: fadeIn 1s ease forwards 0.5s;
}

.kh {
  width: 100%;
  height: 5.6rem;
  background-color: #24295a;
  overflow: hidden;
}
.kh .kh_box {
  width: 6.75rem;
  height: 4.16rem;
  margin: 0.45rem auto 0;
  background: url(../images/tlist.png) no-repeat;
  background-size: 100% 100%;
}
.kh .kh_box .list {
  display: flex;
  height: 1.39rem;
}
.kh .kh_box .list .left {
  width: 1.03rem;
  height: 1.15rem;
  background: url(../images/dbx.png?123) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin: 0 0.47rem 0 0.66rem;
}
.kh .kh_box .list .left p {
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  color: #3d3c53;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.24rem;
}
.kh .kh_box .list .left p span {
  font-size: 0.28rem;
  font-weight: normal;
  display: block;
  margin-top: 0.11rem;
}
.kh .kh_box .list .right {
  height: 100%;
  display: flex;
  align-items: center;
}
.kh .kh_box .list .right p {
  font-size: 0.28rem;
  line-height: 0.42rem;
  letter-spacing: 0.01rem;
  color: #ffffff;
}
.kh .ti {
  text-align: center;
  font-size: 0.28rem;
  letter-spacing: 0.03rem;
  color: #ffffff;
  margin-top: 0.25rem;
}
.kh .ti span {
  font-size: 0.22rem;
  letter-spacing: 0.02rem;
  color: #efe524;
}
.kh .ti span span {
  font-size: 0.48rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #efe524;
}

.lecturer .count {
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.lecturer .count .height {
  width: 7.02rem;
  height: 1px;
  margin: 0.25rem auto 0;
  background-color: #e8e8e8;
}
.lecturer .count .tab {
  width: 7.02rem;
  margin: 0.23rem auto 0;
}
.lecturer .count .tab .list {
  display: flex;
}
.lecturer .count .tab .list h3 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
  margin-right: 0.42rem;
  cursor: pointer;
}
.lecturer .count .tab .list ul {
  display: flex;
  margin-left: -0.47rem;
}
.lecturer .count .tab .list ul li {
  font-size: 0.28rem;
  color: #666666;
  margin-left: 0.47rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.lecturer .count .tab .list ul .active {
  color: #5161ff;
  font-weight: bold;
  position: relative;
}
.lecturer .count .tab .list ul .active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 115%;
  height: 0.06rem;
  background-color: #5161ff;
}
.lecturer .count .teachers {
  width: 7.02rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.49rem auto 0;
}
.lecturer .count .teachers .item {
  width: 3.4rem;
  margin-top: 0.24rem;
}
.lecturer .count .teachers .item .top {
  width: 3.4rem;
  height: 3.3rem;
  display: flex;
}
.lecturer .count .teachers .item .top .name {
  margin-left: 0.24rem;
  margin-top: 0.36rem;
}
.lecturer .count .teachers .item .top .name img {
  width: 0.21rem;
}
.lecturer .count .teachers .item .top .side {
  width: 0.02rem;
  height: 0.91rem;
  background-image: linear-gradient(0deg, #3d3c53 0%, #565473 100%), linear-gradient(#6762d8, #6762d8);
  background-blend-mode: normal, normal;
  margin: 0.37rem 0.1rem 0 0.09rem;
}
.lecturer .count .teachers .item .top .iden {
  width: 0.2rem;
  font-size: 0.17rem;
  color: #ffffff;
  opacity: 0.8;
  line-height: 0.2rem;
  margin-top: 0.37rem;
}
.lecturer .count .teachers .item .bom {
  width: 3.4rem;
  height: 4.15rem;
  overflow: hidden;
  background-color: #f7f8fa;
  transition: all 0.5s;
  padding-bottom: 0.1rem;
  position: relative;
}
.lecturer .count .teachers .item .bom .intr {
  padding: 0 0.24rem;
  margin-top: 0.23rem;
  text-align: justify;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #3c4d53;
  height: 1.9rem;
}
.lecturer .count .teachers .item .bom .achi {
  padding: 0 0.24rem;
  margin-top: 0rem;
  text-align: left;
}
.lecturer .count .teachers .item .bom .achi span {
  display: block;
}
.lecturer .count .teachers .item .bom .achi span:nth-child(1) {
  width: 1.04rem;
  height: 0.32rem;
  background-color: #5161ff;
  border-radius: 0.12rem 0px 0.12rem 0px;
  text-align: center;
  line-height: 0.32rem;
  color: #fff;
  font-size: 0.22rem;
  margin-bottom: 0.16rem;
}
.lecturer .count .teachers .item .bom .achi span:nth-child(2) {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #3c4d53;
  text-align: justify;
}
.lecturer .count .teachers .item .bom .serial {
  background-color: #ecedee;
  width: 100%;
  padding: .1rem .19rem;
	font-size: 0.18rem;
  color: #666666;
  text-align: left;
  /* position: absolute;
  bottom: 0;
  left: 0; */
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding-bottom: 0.25rem;
  z-index: 999;
}

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