/* 首页 */
@import url("http://at.alicdn.com/t/c/font_3623110_kzkbb8k39of.css");
/* 列表 */
@import url("http://at.alicdn.com/t/c/font_3623124_6tl13x5oev.css");

body {
  padding-bottom: 1.1733rem;
  padding-top: 2.5067rem;
}
.links .link-qa {
  position: relative;
  color: #326cf6 !important;
  font-weight: bold;
}
.links .link-qa::after {
  position: absolute;
  content: "";
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.44rem;
  height: 0.0667rem;
  background-color: #326cf6;
  border-radius: 0.0267rem;
}

.lists {
  padding: 0.4rem 0 0.4533rem 0;
}
.lists .catid-item {
  margin-top: 0.2667rem;
}
.lists .lists-item {
  display: none;
  width: 8.6667rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.2667rem 0px rgba(50, 108, 246, 0.1);
  border-radius: 0.1333rem;
  padding: 0.4rem 0.2667rem;
  margin-bottom: 0.3467rem;
}
.lists .lists-item:nth-child(1),
.lists .lists-item:nth-child(2),
.lists .lists-item:nth-child(3),
.lists .lists-item:nth-child(4),
.lists .lists-item:nth-child(5) {
  display: block;
}
.lists .lists-item .lists-item-tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.2133rem;
}
.lists .lists-item .lists-item-tit img {
  width: 0.56rem;
  margin-right: 0.2667rem;
}
.lists .lists-item .lists-item-tit span {
  font-weight: bold;
  color: #333333;
  flex: 1;
  font-size: 0.3733rem;
}

.lists .lists-item .lists-item-info {
  display: flex;
}
.lists .lists-item .lists-item-info span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.56rem;
  height: 0.56rem;
  background-color: #ffe8e8;
  border-radius: 0.08rem;
  font-size: 0.2133rem;
  font-weight: bold;
  color: #ff0000;
  margin-right: 0.2667rem;
  line-height: 1.2;
  margin-top: 0.0633rem;
}
.lists .lists-item .lists-item-info p {
  font-size: 0.32rem;
  flex: 1;
  line-height: 1.5;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lists .lists-item .lists-time {
  display: flex;
  justify-content: flex-end;
  font-size: 0.32rem;
  color: #999999;
  margin-top: 0.2667rem;
}
.load-bottom {
  display: none;
  text-align: center;
  color: #666;
  font-size: 0.32rem;
}

.more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5467rem;
  height: 1.0533rem;
  background: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%);
  border-radius: 0.2133rem;
  margin: 0 auto;
  font-size: 0.4rem;
  color: #ffffff;
}
.more-btn i {
  font-size: 0.48rem;
  font-weight: normal;
  animation: op 1s infinite;
  margin-left: 0.1067rem;
}
.tit {
  position: relative;
  font-size: 0.4533rem;
  font-weight: bold;
  color: #000;
  padding-left: 0.2rem;
}
.tit::before {
  position: absolute;
  top: 0.08rem;
  left: 0;
  content: "";
  width: 0.0667rem;
  height: 0.44rem;
  background-color: #7700fc;
}

.hot-label .hot-label-con {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.2667rem 0rem rgba(50, 108, 246, 0.1);
  border-radius: 0.1333rem;
  padding: 0.4rem 0.2667rem 0.1867rem 0.2667rem;
  margin-top: 0.2667rem;
  margin-bottom: 0.4rem;
}
.hot-label .hot-label-con a {
  padding: 0.1067rem 0.2667rem;
  background-color: #f4f4f4;
  border-radius: 0.1333rem;
  font-size: 0.2933rem;
  color: #666;
  margin-right: 0.2133rem;
  margin-bottom: 0.2133rem;
}
.banner {
  position: relative;
}
.swiper-banner .swiper-slide {
  position: relative;
  width: 6.6667rem;
  height: 3.2rem;
  border-radius: 0.1333rem;
  overflow: hidden;
}
.swiper-banner .swiper-slide img {
  width: 6.6667rem;
  height: 3.2rem;
}
.swiper-banner .swiper-slide {
  opacity: 0.5;
}
.swiper-banner .swiper-slide-active {
  opacity: 1;
}
.swiper-banner .swiper-slide h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6.1333rem;
  height: 0.9067rem;
  line-height: 0.9067rem;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  font-size: 0.2933rem;
  color: #fff;
  padding: 0 0.2667rem;
}
.swiper-button-next-banner,
.swiper-button-prev-banner {
  width: 0.5067rem;
  height: 0.5067rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.0667rem 0rem rgba(50, 108, 246, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -12px;
}
.swiper-button-prev-banner {
  left: 13.93%;
}
.swiper-button-next-banner {
  right: 13.93%;
}
.swiper-button-next-banner i,
.swiper-button-prev-banner i {
  color: #326cf6;
  font-size: 0.2667rem;
}
.sub-tit {
  font-size: 0.4rem;
  font-weight: bold;
  color: #000000;
}
.teacher-con {
  display: flex;
  justify-content: space-between;
  margin-top: 0.24rem;
  margin-bottom: 0.2667rem;
}
.teacher-con .teacher-item {
  width: 2.9467rem;
  height: 3.9467rem;
  background: url(/wenwen/images_wenwen/teacher-bg.png) no-repeat;
  background-size: 100%;
  text-align: center;
  padding-top: 0.2667rem;
}
.teacher-con .teacher-item .teacher-icon {
  width: 1.5067rem;
  height: 1.5067rem;
  background-image: linear-gradient(0deg, #7f8393 0%, #b3b9ca 100%);
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.teacher-con .teacher-item .teacher-icon img {
  height: 100%;
}
.teacher-con .teacher-item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.32rem;
  color: #333333;
  font-weight: bold;
  margin: 0.1333rem 0;
}
.teacher-con .teacher-item h3 i {
  background-color: #ffb400;
  border-radius: 0.04rem;
  color: #ffffff;
  font-size: 15px;
  padding: 0.0133rem 0.0267rem;
  margin-right: 0.0933rem;
}
.teacher-con .teacher-item p {
  font-size: 0.2133rem;
  color: #333333;
  line-height: 1.5;
}
.teacher-con .teacher-item a {
  display: block;
  width: 1.56rem;
  height: 0.52rem;
  border-radius: 0.1067rem;
  border: solid 1px #326cf6;
  color: #326cf6;
  font-size: 0.2267rem;
  line-height: 0.52rem;
  margin: 0.2133rem auto;
}
.back-bg {
  width: 100%;
  background: url(http://wap.mobiletrain.org/images/index/banner-bg.png)
    no-repeat;
  background-size: 100% 7.2rem;
  background-position: center top;
}
