@charset "utf-8";

.m_layout {
  padding: 0 0.18rem;
}

body {
  background-color: #ffffff;
}

.box-back {
  width: 100%;
  height: 0.08rem;
  background: #F8F8F8;
}

dl {
  display: flex;
  justify-content: space-between;
}

dl dt {
  display: flex;
}

.grt-classify {
  position: sticky;
  top: 11.733vw;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.18rem;
  padding-right: 0.18rem;
  box-shadow: 0px 4px 16px 0px rgba(100, 101, 102, 0.08);
  background: #fff;
  z-index: 999;
}

.classify-tabs_item {
  display: flex;
  justify-content: center;
}

.classify-tabs_item p {
  font-size: 0.15rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.22rem;
}

.classify-tabs_item i {
  width: 0.19rem;
  height: 0.2rem;
  background: url(/statics/gb/wz/images/loitriangle.png) no-repeat;
  margin-left: 0.12rem;
  margin-top: 0.07rem;
  background-size: 0.08rem;
}

.classify-tabs_active p {
  color: #49b849;
}

.classify-tabs_active i {
  width: 0.19rem;
  height: 0.2rem;
  background: url(/statics/gb/wz/images/loitriangle1.png) no-repeat;
  margin-left: 0.12rem;
  margin-top: 0.07rem;
  background-size: 0.08rem;
}

.grt-classify-content {
  position: absolute;
  top: 0.6rem;
  left: 0;
  z-index: 99;
  width: 100%;
  padding-top: 0.1rem;
  background: #fff
}

.grt-classify-content .classify-content_list {
  background: #ffffff;
  flex: 1;
  height: 100%;
  overflow: scroll;
  padding-left: 18px;
  padding-bottom: 0.6rem;
}

.grt-classify-content .classify-content_list a {
  display: block;
}

.grt-classify-content .classify-content_list .item {
  width: 0.76rem;
  float: left;
  margin-right: 0.12rem;
  margin-bottom: 0.14rem;
}

.grt-classify-content .classify-content_list .item a {
  /* width: 0.76rem; */
  /* height: 0.34rem; */
  border-radius: .04rem;
  border: 1px solid #E1E1E1;
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #323233;
  /* line-height: 0.34rem; */
  text-align: center;
  padding: .04rem;
}

.grt-classify-content .classify-content_list .item_active {
  background: #fff;
}

.grt-classify-content .classify-content_list .item_active a {
  color: #49b849;
}

.Latest__live {
  width: 100%;
  height: auto;
}

.Latest__live .Live_content {
  margin-top: 0.2rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #E0E0E0;
}

.Latest__live .Live_content a {
  display: flex;
  justify-content: space-between;
}

.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;
}

.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-family: PingFang SC, Noto Sans, Helvetica;
  font-size: 0.17rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.24rem;
  margin-bottom: 0.06rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.Latest__live .Live_content .Live_content_right .Live_content_time {
  font-family: PingFang SC, Noto Sans, Helvetica;
  height: 0.2rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.2rem;
}