body {
  overflow-x: hidden;
}
.nav {
  width: 100%;
  height: 0.44rem;
  background: #FFFFFF;
  display: flex;
  font-size: 0.14rem;
}
.nav .navleft {
  width: 0.1rem;
  height: 0.16rem;
  margin-left: 0.2rem;
  margin-top: 0.14rem;
}
.nav .navleft img {
  height: 100%;
  display: block;
}
.nav .navcenter {
  margin-right: 0.3rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 600;
  color: #323233;
  line-height: 0.44rem;
  flex: 1;
}
.top {
  width: 100%;
  height: 1.6rem;
  overflow: hidden;
}
.top img {
  width: 100%;
  height: 1.6rem;
}
.hr {
  width: 100%;
  height: 0.08rem;
  background: #F8F8F8;
}
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.dhyin {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.Navigation {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
.Navigation .NavigationItems {
    width: 20%;
    height: 1.04rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Navigation .NavigationItems p {
  font-size: 0.14rem;
  color: #323233;
}
.Navigation .NavigationItems img {
  width: 0.44rem;
  height: 0.44rem;
  margin-bottom: 0.08rem;
}
.DailyAnswer {
  width: 100%;
  height: 0.9rem;
  display: flex;
  align-items: center;
}
.DailyAnswer .left {
  width: 0.83rem;
  height: 0.9rem;
  text-align: center;
}
.DailyAnswer .left img {
  width: 50%;
  display: block;
  margin-top: 0.24rem;
  margin-left: 0.2rem;
}
.DailyAnswer .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin-right: 0.18rem;
}
.DailyAnswer .right .Toptitle {
  display: flex;
  justify-content: space-between;
}
.DailyAnswer .right .Toptitle .Title_left {
  width: 0.72rem;
  height: 0.25rem;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.25rem;
}
.DailyAnswer .right .Toptitle .Title_left img {
  width:100%;
}
.DailyAnswer .right .Toptitle .Title_right {
  height: 0.25rem;
}
.DailyAnswer .right .Toptitle .Title_right a {
  display: flex;
  align-items: center;
}
.DailyAnswer .right .Toptitle .Title_right a .a_left {
  font-size: 0.14rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.25rem;
}
.DailyAnswer .right .Toptitle .Title_right a img {
  width: 0.06rem;
height: 0.12rem;
margin-left: 0.04rem;
}
.DailyAnswer .right .Title_content {
  width: 100%;
  margin-right: 0.18rem;
  height: 0.40rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.Latest__live {
  width: 100%;
  height: auto;
  padding: 0.14rem 0.18rem;
  overflow: hidden;
}
.Latest__live .Live_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Latest__live .Live_top .Live_top_left {
  height: 0.25rem;
  font-size: 0.18rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.25rem;
}
.Latest__live .Live_top .Live_top_center {
  height: 0.25rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.25rem;
  flex: 1;
  padding-left: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.Latest__live .Live_top .Live_top_right {
  height: 0.24rem;
  margin-top: 0.02rem;
}
.Latest__live .Live_top .Live_top_right a {
  display: flex;
  align-items: center;
}
.Latest__live .Live_top .Live_top_right a .a_left {
  height: 0.2rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.2rem;
}
.Latest__live .Live_top .Live_top_right a img {
  width: 0.06rem;
  height: 0.12rem;
  margin-left: 0.04rem;
}
.Latest__live .Live_content {
  display: flex;
  justify-content: space-between;
  margin-top: 0.16rem;
}
.Latest__live .Live_content .Live_content_left {
  width: 1.26rem;
  height: 0.71rem;
  border-radius: 0.04rem;
}
.Latest__live .Live_content .Live_content_left img {
  width: 100%;
  height: 100%;
  border-radius: 0.04rem;
  display: block;
}
.Latest__live .Live_content .Live_content_right {
  display: flex;
  flex: 1;
  margin-left: 0.16rem;
  flex-direction: column;
  justify-content: center;
}
.Latest__live .Live_content .Live_content_right .Live_content_title {
  /* height: 0.48rem; */
  font-size: 0.17rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.24rem;
  margin-bottom: 0.06rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.Latest__live .Live_content .Live_content_right .Live_content_time {
  font-size: 0.14rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.2rem;
}
.Most_popular {
  width: 100%;
  height: auto;
  padding: 0.14rem 0.18rem;
}
.Most_popular .Live_top {
  display: flex;
  justify-content: space-between;
}
.Most_popular .Live_top .Live_top_left {
  height: 0.25rem;
  font-size: 0.18rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.25rem;
}
.Most_popular .Live_top .Live_top_center {
  height: 0.25rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.25rem;
  flex: 1;
  padding-left: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.Most_popular .Live_top .Live_top_right {
  height: 0.24rem;
  margin-top: 0.02rem;
}
.Most_popular .Live_top .Live_top_right a {
  display: flex;
  align-items: center;
}
.Most_popular .Live_top .Live_top_right a .a_left {
  height: 0.2rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.2rem;
}
.Most_popular .Live_top .Live_top_right a img {
  width: 0.06rem;
  height: 0.12rem;
  margin-left: 0.04rem;
}
.Most_popular .Popular_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Most_popular .Popular_content .Popular_content_sub {
  display: flex;
  width: 48%;
  flex-direction: column;
  align-content: center;
  margin-top: 0.16rem;
  position: relative;
}
.Most_popular .Popular_content .Popular_content_sub img {
  width: 100%;
  height: 0.9rem;
  border-radius: 0.04rem;
  position: relative;
}
.Most_popular .Popular_content .Popular_content_sub .litter {
  position: absolute;
  left: 0.04rem;
  bottom: 0.34rem;
}
.Most_popular .Popular_content .Popular_content_sub .litter img {
  width: 0.24rem;
  height: 0.24rem;
}
.Most_popular .Popular_content .Popular_content_sub .Popular_content_sub_content {
  margin-top: 0.06rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  line-height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.Most_popular .tips {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.2rem 0 0.14rem 0;
}
.Most_popular .tips .tips_left {
  border-radius: 50%;
  margin-right: 0.08rem;
}
.Most_popular .tips .tips_left img {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  display: block;
}
.Most_popular .tips .tips_right {
  flex: 1;
  width: 85%;
  box-sizing: border-box;
}
.Most_popular .tips .tips_right .tips_right_title {
  height: 0.22rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #1B1B1B;
  line-height: 0.22rem;
  letter-spacing: 0.01rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.Most_popular .tips .tips_right .tips_right_con {
  font-size: 0.14rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.21rem;
  padding-top: 0.04rem;
}
.Most_popular .tips .tips_right .tips_right_con a {
  color: #3B70FF;
  font-size: 0.14rem;
  float: right;
}
.footer {
  position: fixed;
  bottom: 0;
  z-index: 222;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.34rem;
  background: #FFFFFF;
  border: 0.01rem solid #EEEEEE;
  display: flex;
  justify-content: center;
}
.footer .footer_nav {
  width: 33.3%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.footer .footer_nav .home {
  width: 100%;
  height: 0.23rem;
  background: url(../images/home.png) no-repeat center;
  background-size: 0.25rem 0.23rem;
}
.footer .footer_nav .homeactive {
  width: 100%;
  height: 0.23rem;
  background: url(../images/homeactive.png) no-repeat center;
  background-size: 0.25rem 0.23rem;
}
.footer .footer_nav .user {
  width: 100%;
  height: 0.25rem;
  background: url(../images/user.png) no-repeat center;
  background-size: 0.22rem 0.25rem;
}
.footer .footer_nav .useractive {
  width: 100%;
  height: 0.25rem;
  background: url(../images/useractive.png) no-repeat center;
  background-size: 0.22rem 0.25rem;
}
.footer .footer_nav .homecon {
  height: 0.14rem;
  font-size: 0.1rem;
  font-weight: 400;
  color: #B8B8B8;
  line-height: 0.14rem;
}
.footer .footer_nav .bule {
  color: #3E7EFE !important;
}
.footer .footer_nav .homecenter {
  width: 100%;
  height: 0.5rem;
  background: url(../images/book.png) no-repeat center;
  background-size: 0.44rem 0.5rem;
  margin-top: -0.16rem;
}
.footer .footer_nav .homecenteractive {
  width: 100%;
  height: 0.5rem;
  background: url(../images/bookactive.png) no-repeat center;
  background-size: 0.44rem 0.5rem;
  margin-top: -0.16rem;
}
.swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}
.margin_bottom {
  margin-bottom: 1rem;
}
/* 优化 11.4 */
.school{
  padding: 0.18rem 0.14rem 0.11rem 0.2rem;
}
.primary_con{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.primary{
  width: 0.44rem;
  height: 0.22rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.22rem;
}
.primary_right{
  display: flex;
  flex: 1;
}
.primary_right .swiper-slide{
  padding: 0.05rem 0.1rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.16rem;
  background: #E2EAFF;
  display: inline-block;
  flex-wrap:nowrap;
  margin-right: 0.1rem;
  border-radius: 0.13rem;
  width: auto;
 }
 .margin_top{
   margin-top: 0.23rem;
 }

 .Latest__live .Live_content .Live_content_left img {
  width: 100%;
  height: 100%;
  border-radius: 0.04rem;
  display: block;
  position: relative;
}
.Latest__live .Live_content .Live_content_left {
  width: 1.26rem;
  height: 0.71rem;
  border-radius: 0.04rem;
  position: relative;
}
.Latest__live .Live_content .Live_content_left .absouttitle {
   width: 100%;
   height: 0.29rem;
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 555;
  background: linear-gradient(
180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%);
border-radius: 0.04rem;
}
.Latest__live .Live_content .Live_content_left .absouttitle p{
  padding: 0.08rem 0.06rem 0.04rem;
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.17rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}