/*模块间距*/

.mainMo {
  margin-bottom: 0;
}
/*专题*/

.special_img_div {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* border-bottom: 0.09rem solid #F5F4F9; */
}

.special_img_div li:first-child {
  /* border-top: 1px solid #F3F3F3; */
  background-color: #fff;
}

.special_img_div li {
  background-color: #fff;
  width: 100%;
  padding: 0.3rem 0.2rem;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #f3f3f3;
}

.special_img_div li:hover {
  /* background-color: #ccc; */
}

.special_img_div a {
  display: block;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.05rem;
}

.special_img_div a .pic {
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  width: 2.3rem;
  height: 1.5rem;
}

.special_img_div a .pic img {
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}

.special_img_div .multiplelist > div {
  display: flex;
  margin-bottom: 0.23rem;
}

.special_img_div .multiplelist .pic {
  display: inline-block;
  box-sizing: border-box;
  flex: 1;
  margin-right: 0.02rem;
  height: 1.5rem;
}

.special_img_div .multiplelist .pic:last-child {
  display: inline-block;
  box-sizing: border-box;
  flex: 1;
  position: relative;
  height: 1.5rem;
  margin-right: 0;
}

.special_img_div .zhe_div {
  box-sizing: border-box;
  width: calc(70%);
  vertical-align: top;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  /* padding-bottom: 0.2rem; */
  padding-right: 0.2rem;
}

.special_img_div .zhe_div h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.12rem;
  font-size: 0.33rem;
  color: #1a1a1a;
  word-wrap: break-word;
}

.special_img_div span {
  font-size: 0.18rem;
  float: left;
}

.special_img_div .source {
  color: #b4b4b4;
  /* float: right; */
  font-size: 0.28rem;
  line-height: 0.3rem;
  vertical-align: bottom;
  /* width: 2.3rem; */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.special_img_div .zhe_divBox {
  height: 1.5rem;
}

.special_img_div .source i {
  /* margin-left: 1rem; */
}

.special_img_div .carInfo {
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  padding-top: 0.018rem;
  box-sizing: border-box;
}

.special_img_div .author {
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  padding-top: 0.018rem;
  box-sizing: border-box;
}

.marginleft {
  margin-left: 1rem;
}

.special_img_div .carInfo i {
  font-size: 0.18rem;
}

.special_img_div .carInfo img {
  float: left;
  margin-right: 0.05rem;
  width: 0.3rem;
}

.special_img_div .carInfo em {
  color: #b4b4b4;
}

.icon-huo {
  margin-right: 0.1rem;
}

.special_img_div em,
.special_img_div i {
  font-style: normal;
}

.special_img_div .zhe_div .sign i {
  /* margin-right: 0.1rem; */
}

.special_img_div .zhe_div .carInfo em {
  color: #ababab;
}

.special_img_div .zhe_div .source {
  color: #ccc;
  /* margin-left: 5px; */
}

.special_img_div .zhe_div .source em {
  margin-right: 0.1rem;
}
/* 多图列表 */

.special_img_div .zhe_div_multiplelist {
  box-sizing: border-box;
  width: 100%;
  vertical-align: top;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.special_img_div .zhe_div_multiplelist h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.12rem;
  font-size: 0.33rem;
  color: #1a1a1a;
  word-wrap: break-word;
  word-break: break-all;
}

.special_img_div .zhe_div_multiplelist .sign {
  border-radius: 0.04rem;
  color: #fff;
  font-size: 0.18rem;
  margin-right: 0.1rem;
  padding: 0 0.03rem;
  float: left;
  border: 0.5px solid red;
}

.special_img_div .zhe_div_multiplelist .carInfo img {
  float: left;
  margin-right: 0.05rem;
  width: 0.3rem;
}

.special_img_div .zhe_div_multiplelist em,
.special_img_div .zhe_div_multiplelist i {
  font-style: normal;
}

.special_img_div .zhe_div_multiplelist .carInfo em {
  color: #f00;
}

.special_img_div .zhe_div_multiplelist .source {
  color: #b4b4b4;
  /* margin-left: 5px; */
  float: right;
  font-size: 0.18rem;
}

.special_img_div .zhe_div_multiplelist .source i {
  margin-left: 0.42rem;
}

.special_img_div .zhe_div_multiplelist .source em {
  margin-right: 0.1rem;
}
/* 轮播图*/

.swiper-wrapper {
  height: 4rem;
}

.swiper-wrapper .swiper-title {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.3rem;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.swiper-container {
  /*height: 225px;*/
  /* border-bottom: 0.09rem solid #F5F4F9; */
}

.swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-pagination {
  bottom: 0.2rem;
  text-align: right;
  font-size: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #ddd;
}
/*多图展示*/

.imgGroup {
  overflow: hidden;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f5f4f9;
  /* border-bottom: 0.09rem solid #F5F4F9; */
}

.imgGroup ul {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
}

.imgGroup ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.imgGroup li {
  box-sizing: border-box;
  display: inline-block;
  width: 2.64rem;
  height: 2.1rem;
  position: relative;
  margin-right: 0.14rem;
}

.daz-img-group-play {
  position: absolute;
  width: 0.55rem;
  color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
}

.imgGroup li:last-child {
  margin-right: 0;
}

.imgGroup li img {
  width: 100%;
  height: 100%;
  border-radius: 0.05rem;
}

.imgGroup li .imgTit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  /* background-color: rgba(0, 0, 0, 0.2); */
}

.imgGroup li .imgTit span {
  height: 0.6rem;
  line-height: 0.6rem;
  display: inline-block;
}
/*大图展示*/

.daz-picture-box {
  background-color: #fff;
  width: 100%;
  /* border-bottom: 0.09rem solid #F5F4F9; */
}

.picture {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.3rem 0.2rem;
  border-bottom: 1px solid #f5f4f9;
}

.picture a {
  position: relative;
  width: 100%;
  display: block;
}

.picture:last-child {
  margin-bottom: 0;
}

.picture div {
  width: 100%;
  height: 3.94rem;
  overflow: hidden;
}

.picture .daz-picture-box-foot {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background: linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
}

.picture p {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 0.28rem;
  width: 100%;
  padding: 0 0.22rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.picture p > span {
  display: inline-block;
  height: 0.6rem;
  line-height: 0.6rem;
}

.picture p span:nth-child(2) {
  font-size: 0.22rem;
}
/*小图专题展示*/

.picture-smallimage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding: 0.3rem 0.2rem 0.1rem 0.2rem;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  /* border-bottom: 0.09rem solid #F5F4F9; */
}

.picture-smallimage a {
  width: calc(50% - 0.1rem);
  height: 2.2rem;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}

.picture-smallimage img {
  width: 100%;
  height: 100%;
  border-radius: 0.05rem;
}

.picture-smallimage p {
  position: absolute;
  text-align: center;
  bottom: 0;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.28rem;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
}
/*小图列表直播*/

.liveMo-smallimage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.3rem 0.2rem 0.1rem 0.2rem;
  box-sizing: border-box;
  /* border-bottom: 0.09rem solid #F5F4F9; */
}

.liveMo-smallimage .liveList {
  position: relative;
  width: calc(50% - 0.1rem);
  margin-bottom: 0.2rem;
}

.liveMo-smallimage .liveList:nth-child(2n) {
  margin-right: 0;
}

.live-smallimage-play {
  position: absolute;
  width: 0.55rem;
  left: 50%;
  top: 50%;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
  z-index: 1;
}

.live-smallimage-play img {
  width: 100%;
  height: 100%;
}

.liveMo-smallimage .liveList .pic {
  width: 100%;
  height: 2.2rem;
  box-sizing: border-box;
}

.liveMo-smallimage .liveList .pic img {
  width: 100%;
  height: 100%;
  border-radius: 0.05rem;
}

.liveMo-smallimage .liveList .liveCon {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  /* background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); */
}

.liveMo-smallimage .liveList .liveCon h2 {
  font-size: 0.33rem;
  color: #fff;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
}

.liveMo-smallimage .liveList .liveCon .liveInfo {
  overflow: hidden;
}

.liveMo-smallimage .liveList .liveCon .liveInfo .left {
  float: left;
  font-size: 0;
}

.liveMo-smallimage .liveList .liveCon .liveInfo .left b {
  float: left;
  display: inline-block;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #fff;
  padding: 0 0.05rem;
  border-radius: 0.08rem;
  font-weight: normal;
  background-color: #a1a1a1;
  margin-right: 0.05rem;
}

.liveMo-smallimage .liveList .liveCon .liveInfo .left .look_back {
  background-color: #a1a1a1;
}

.liveMo-smallimage .liveList .liveCon .liveInfo .left .living {
  background-color: #df3333;
}

.liveMo-smallimage .liveList .liveCon .liveInfo .left b i {
  font-size: 0.23rem;
  /* margin-right: 0.1rem; */
  color: #fff;
  float: left;
  line-height: 0.4rem;
}

.liveMo-smallimage .liveList .liveCon .liveInfo .left em {
  line-height: 0.4rem;
  color: #fff;
  font-style: normal;
  font-size: 0.2rem;
}

.liveMo-smallimage .liveList .liveCon .right {
  float: right;
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.44rem;
}
/*直播*/

.liveMo {
  margin-bottom: 0.2rem;
  width: 100%;
}

.liveMo .liveList {
  position: relative;
  margin: 0 0.2rem;
  padding: 0.3rem 0;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #f5f4f9;
}

.liveMo .liveList > a {
  display: block;
}

.liveMo .liveList .pic {
  width: 100%;
  max-height: 3.92rem;
  display: block;
  overflow: hidden;
}

.liveMo .liveList .pic img {
  /*width: 100%;
    height: 3.92rem;*/
}

.liveMo .liveList .liveCon {
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  right: 0;
  top: 0.3rem;
  padding: 0.2rem 0.2rem 0 0.2rem;
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background: linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
}

.liveMo .liveList .liveCon h2 {
  margin: 0 0 0.2rem;
  font-size: 0.33rem;
  color: #fff;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
}

.liveMo .liveList .liveCon .liveInfo {
  overflow: hidden;
  padding-bottom: 0.1rem;
  padding-right: 0.2rem;
}

.liveMo .liveList .liveCon .livecon_foot {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0.2rem;
}

.liveMo .liveList .liveCon .liveInfo .left {
  float: left;
  font-size: 0;
}

.liveMo .liveList .liveCon .liveInfo .left em {
  margin-right: 0.42rem;
}

.liveMo .liveList .liveCon .liveInfo .left b {
  /* float: left; */
  height: 0.36rem;
  line-height: 0.44rem;
  font-size: 0.24rem;
  color: #fff;
  padding: 0 0.1rem;
  border-radius: 0.36rem;
  font-weight: normal;
  /* background-color: #fff; */
  margin-right: 0.1rem;
  border-width: 1px;
  border-style: solid;
  text-align: center;
}

.liveMo .liveList .liveCon .liveInfo .left .look_back {
  border-color: #eee;
}

.liveMo .liveList .liveCon .liveInfo .left .living {
  border-color: #df3333;
}

.liveMo .liveList .liveCon .liveInfo .left b i {
  font-size: 0.28rem;
  margin-right: 0.1rem;
  color: #fff;
  float: left;
  line-height: 0.4rem;
}

.liveMo .liveList .liveCon .liveInfo .left em {
  line-height: 0.4rem;
  color: #fff;
  font-style: normal;
  font-size: 0.24rem;
}

.liveMo .liveList .liveCon .liveInfo .right {
  float: right;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.44rem;
}
/*图片展示*/

.showpicture {
  overflow: hidden;
  padding: 0 0.2rem;
  width: 100%;
  box-sizing: border-box;
  /* border-bottom: 1px solid #F3F3F3; */
  /* border-bottom: 0.09rem solid #F5F4F9; */
}

.showpicture img {
  width: 100%;
  /*height: 1.6rem;*/
  /* border-radius: 0.05rem; */
}
/*公告*/

.noticeNews {
  height: 0.64rem;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
  padding-left: 5px;
  padding-right: 10px;
  box-sizing: border-box;
}

.noticeNews .noticeicon {
  height: 100%;
  width: 0.48rem;
  position: absolute;
  top: 50%;
  margin-top: -0.25rem;
  z-index: 10;
  left: 0;
  background: #f5f5f5;
}

.notice-box {
  display: flex;
  background: #f5f5f5;
}

.notice-box .noticeicon {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.05rem;
}

.notice-box .noticeicon > img {
  width: 100%;
  height: 100%;
}

.noticeNews p {
  line-height: 0.44rem;
  color: #313131;
  font-size: 0.28rem;
  padding-bottom: 10px;
  overflow: hidden;
  word-break: break-all;
}

.noticeNews p a {
  color: #313131;
}
/*视频*/

.videoMo {
  /* border-bottom: 0.2rem solid #ddd; */
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
}

.videoMo .videoPic {
  position: relative;
}

.videoMo .videoPic .imgPic {
  /*position: absolute;
    top: 0;
    left: 0;*/
  width: 100%;
  height: 3.92rem;
  display: block;
  text-align: center;
}

.videoMo .videoPic .imgPic em {
  display: inline-block;
  background: url("../img/play.svg") no-repeat;
  background-size: 100%;
  width: 0.88rem;
  height: 0.88rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.44rem 0 0 -0.44rem;
}

.videoMo .videoPic .imgPic img {
  width: 100%;
  height: 100%;
  border-radius: 0.05rem;
}

.video {
  width: 100%;
  height: 100%;
  display: block;
  /* border-bottom: 0.09rem solid #F5F4F9; */
}

.videoMo .videoCon {
  overflow: hidden;
  padding: 0;
}

.videoMo .videoCon h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.12rem;
  font-size: 0.33rem;
  color: #1a1a1a;
  word-wrap: break-word;
}

.videoMo .videoCon .videoInfo {
  font-size: 0.18rem;
  color: #a6a6a6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.videoMo .videoCon .videoInfo .videoDate {
  overflow: hidden;
  cursor: pointer;
}

.videoMo .videoCon .videoInfo span {
  display: inline-block;
}

.videoMo .videoCon .videoInfo .hot {
  display: flex;
  align-items: center;
}

.videoMo .videoCon .videoInfo .icon-eye {
  margin-right: 0.1rem;
}

.videoMo .videoCon .videoInfo em {
  font-style: normal;
}

.videoMo .videoCon .videoInfo img {
  margin-right: 0.1rem;
  width: 0.25rem;
  display: inline-block;
}

.videoMo .videoCon .videoInfo .zan {
  color: red;
  display: flex;
  align-items: center;
}

h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.12rem;
  font-size: 0.34rem;
  color: #1a1a1a;
  word-wrap: break-word;
}

.liveMo-smallimage .liveList .liveCon h2 {
  margin-bottom: 0;
}

.special_img_div .sign {
  border-radius: 0.04rem;
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0.03rem;
  float: left;
  border: 0.5px solid red;
  margin-right: 0.1rem;
}

.special_img_div .zhe_div_multiplelist span {
  font-size: 0.18rem;
  float: left;
}

.list-video-artical-contaner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
}

.list-video-artical-contaner img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}

.list-video-artical-title {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 0.32rem;
  padding: 0.1rem;
  background-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.add_column_cont h5 {
  line-height: 0.65rem;
  margin-top: 0;
}

.column_cont h5 {
  font-size: 0.1rem;
  text-align: center;
}

.add_column_cont h4 {
  margin-top: 0;
}

.show_column_cont {
  /* height: 0.65rem; */
  overflow: hidden;
}

/* video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 0.1rem);
} */

.daz-special-list-module .icon {
  width: 0.08rem;
  height: 0.3rem;
  /* height: 100%; */
  background-color: rgb(212, 61, 62);
  border-radius: 0.05rem;
  display: inline-block;
}
.daz-special-list-module .p-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.24rem;
  margin-bottom: 0;
}
.daz-special-list-module .p-box .left {
  font-size: 12px;
}
.daz-special-list-module .p-box .name {
  display: inline-block;
  margin-left: 0.04rem;
  font-size: 0.32rem;
  font-weight: 500;
  color: #333333;
  vertical-align: bottom;
  font-weight: 700;
}
.daz-special-list-module .more-btn {
  font-size: 0.32rem;
  color: #828282;
  height: 0.46rem;
  display: flex;
  align-items: center;
}
.daz-special-list-module .more-btn img {
  display: inline-block;
  width: 0.3rem;
}
.module-item-bg {
  height: 0.1rem;
  background: #f3f3f3;
}
