/* PC和移动端公共样式 */
#logo span {
  font-size: 26px;
  font-weight: 600;
  font-style: italic;
  color: #867B90;
}
#logo .mbidforty-site-name {
  color: #867B90;
}
.video-play-box .video-outer {
  background-color: #000;
  padding-top: 60%;
  position: relative;
}
.video-play-box .video-outer video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mbidforty-text-center {
  text-align: center;
}
.flexbox {
  display: flex;
  align-items: center;
}
.flex_c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-page {
  max-width: 1200px;
  margin: 0 auto 80px;
}
.single-page h1 {
  font-size: 30px;
  text-align: center;
  padding: 30px;
  font-weight: bold;
}
.single-page .content {
  border-radius: 10px;
  padding: 100px 50px;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
}
.single-page .content p {
  text-indent: 2em;
  margin-bottom: 10px;
}
/* PC端样式 */
@media screen and (min-width: 800px) {
  .m-hide {
    display: block;
  }
  .m-show {
    display: none;
  }
  .mbidforty-mobile-nav,
  .mbidforty-mobile-footer,
  .sm_title {
    display: none;
  }
  .mbidforty-live-day {
    padding-top: 1px;
  }
  .mbidforty-live-list {
    font-weight: bold;
    color: #525252;
  }
  .mbidforty-live-row {
    display: flex;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 12px;
    line-height: 20px;
    font-size: 14px;
  }
  .mbidforty-live-row:hover {
    background: #eee;
  }
  .mbidforty-live-row .mbidforty-live-row-column {
    display: flex;
  }
  .mbidforty-live-row .mbidforty-live-team-column {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .mbidforty-live-row .mbidforty-live-score-wrap {
    width: 100px;
    text-align: center;
  }
  .mbidforty-live-row .mbidforty-live-action-column {
    justify-content: flex-end;
    /*margin-left: 20px;*/
  }
  .mbidforty-live-row .mbidforty-live-time {
    width: 145px;
    flex-shrink: 0;
  }
  .mbidforty-live-row .mbidforty-live-league {
    display: flex;
    width: 50px;
  }
  .mbidforty-live-row .mbidforty-live-league a {
    position: relative;
  }
  .mbidforty-live-row .hot {
    width: 48px;
    height: 20px;
    background: url(../images/popular.png) no-repeat;
    position: absolute;
    top: 0px;
    right: -52px;
  }
  .mbidforty-live-row .mbidforty-live-team {
    display: flex;
    width: 160px;
    align-items: center;
  }
  .mbidforty-live-row .mbidforty-live-team:first-child {
    text-align: right;
    flex-direction: row-reverse;
  }
  .mbidforty-live-row .mbidforty-live-team-logo {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .mbidforty-live-row .mbidforty-live-team:first-child .mbidforty-live-team-logo {
    margin-left: 5px;
    margin-right: 0;
  }
  .mbidforty-live-row .mbidforty-live-score-wrap span {
    display: inline-block;
  }
  .mbidforty-live-row .score {
    width: 36px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    background: #f5f5f5;
    border-radius: 4px;
  }
  .mbidforty-live-row .mbidforty-live-signal {
    display: block;
    width: 99px;
    height: 1.188rem;
    text-align: center;
    padding: 4px 10px;
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.188rem;
    color: #999999;
    border-radius: 3px;
  }

  .mbidforty-live-row .mbidforty-live-signal.incoming {
    color: #999999;
    background: #f3f3f3;
    border: 1px solid #999999;
  }

  .mbidforty-live-row .mbidforty-live-signal.live {
    color: #867B90;
    background: #f3fff2;
    border: 1px solid #867B90;
  }

  .mbidforty-live-row .mbidforty-live-signal.end {
    color: #09388c;
    background: #ffffff;
    border: 1px solid #09388c;
  }

  .topic_match_box .mbidforty-live-row .mbidforty-live-signal.live {
    color: #fff;
    background: linear-gradient(125deg,#867B90,#94A9BB);
  }
  .topic_match_box .mbidforty-live-row .mbidforty-live-signal.incoming {
    color: rgb(255, 255, 255);
    background: rgb(153, 153, 153);
  }
  .mbidforty-match-info {
    display: none;
  }
}
/* 移动端 */
@media screen and (max-width: 800px) {
  html {
    height: 100%;
  }
  body {
    min-width: 320px;
    background: #fff;
    font-size: 14px;
    height: 100%;
  }
  #wrap {
    min-height: 100%;
    padding-top: 128px;
    /* padding-bottom: 100px; */
    position: relative;
    box-sizing: border-box;
  }
  .m-hide {
    display: none;
  }
  .m-show {
    display: block;
  }

  .containers {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .panel {
    margin: 10px;
  }

  /* 头部 */
  #header {
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  #header .mbidforty-header-container {
    width: auto;
    display: flex;
    flex-direction: column;
  }
  #logo {
    margin: 5px auto;
  }
  #logo img {
    max-height: 40px;
  }
  #nav {
    display: none;
  }
  .mbidforty-mobile-nav {
    display: block;
  }
  .mbidforty-mobile-nav .mbidforty-mobile-nav-head {
    height: 40px;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(125deg,#867B90,#94A9BB);
  }
  .mbidforty-mobile-nav .mbidforty-mobile-menu {
    display: flex;
    overflow-x: auto;
  }
  .mbidforty-mobile-nav .mbidforty-mobile-menu li {
    padding: 0 18px;
    white-space: nowrap;
  }
  .mbidforty-mobile-nav .mbidforty-mobile-menu li.active {
    /* background: url(../images/f66b14cc64204d2e842226f753841f27.gif) no-repeat; */
    background-size: 12px 6px;
    background-position: 50% 100%;
  }
  .mbidforty-mobile-nav .mbidforty-mobile-menu a {
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
  }
  .mbidforty-mobile-nav a,
  .mbidforty-mobile-nav ul {
    display: inline-block;
  }
  .app-toppic-fixed {
    width: 100%;
    height: 37px;
    background: #fff;
    border-bottom: solid 1px #ddd;
  }
  .app-toppic-fixed .app-toppic {
    height: 100%;
    margin: 0 10px;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    overflow-x: auto;
  }
  .app-toppic-fixed .app-toppic a {
    display: inline-block;
    height: 100%;
    white-space: nowrap;
    color: #000;
  }

  .app-toppic-fixed .app-toppic a.active {
    color: #006fff;
  }

  .app-toppic-fixed .app-toppic a.active .line_wrap {
    display: flex !important;
  }

  /* 谷歌 */
  .app-toppic-fixed .app-toppic::-webkit-scrollbar {
    display: none;
  }

  .app-toppic-fixed .badge {
    padding: 0 10px;
    height: 100%;
    position: relative;
  }
  .line_wrap {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none !important;
  }

  .line_wrap .mbidforty-nav-line {
    width: 20px;
    height: 3px;
    background: #006fff;
    border-radius: 5px 5px 0px 0px;
  }
  /* 内容 */
  #content {
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
  }
  #content_main {
    width: 100%;
  }
  #aside {
    display: none;
  }
  .topic_match_box {
    width: auto;
  }
  .mbidforty-content-heading,
  .index_tag_title {
    width: auto;
    padding-left: 16px !important;
    border-top: 1px solid #eee;
    height: 35px;
    line-height: 35px;
    text-align: left;
    font-size: 18px;
    color: #262626;
    background: linear-gradient(125deg,#867B90,#94A9BB);
    font-weight: 600;
    position: relative;
    border-radius: 0;
    justify-content: space-between;
  }
  
.mbidforty-home-content-heading{
    width: auto;
    padding-left: 16px !important;
    border-top: 1px solid #eee;
    height: 35px;
    line-height: 35px;
    text-align: left;
    font-size: 18px;
    color: #262626;
    background: linear-gradient(125deg,#867B90,#94A9BB);
    font-weight: 600;
    position: relative;
    border-radius: 0;
    justify-content: space-between;
  }
  
  .index_tag_title {
    padding: 0;
  }
  .mbidforty-content-heading h1::before,
  .index_tag_title > div::before {
    display: none;
  }
  
.mbidforty-home-content-heading h1::before
   {
    display: none;
  }
  .mbidforty-sport-filter-list {
    display: flex;
    justify-content: flex-end;
  }
  .mbidforty-sport-filter-list li {
    width: auto;
    margin-right: 15px;
    padding-left: 15px;
  }
  .mbidforty-sport-filter-list li:first-child {
    padding-left: 0;
  }
  .mbidforty-sport-filter-list a {
    font-size: 14px;
  }
  .mbidforty-sport-filter-list li h2 {
    font-weight: normal;
    line-height: 1;
  }
  .mbidforty-sport-filter-list li.show a {
    color: #fff;
  }
  .mbidforty-sport-filter-list li:hover,
  li.show {
    border-bottom: 2px solid #fff;
  }
  .mbidforty-sport-filter-list li .icon_header {
    left: 0;
    top: 8px;
  }
  .mbidforty-sport-filter-list li span::before {
    font-size: 14px;
  }
  .mbidforty-live-row {
    display: flex;
    position: relative;
    padding: 15px;
    align-items: center;
    font-size: 12px;
  }
  .mbidforty-live-row:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleY(0.5);
    overflow: hidden;
    bottom: -1px;
    transform-origin: 0 0;
    border-bottom: 1px solid #ddd;
  }
  .mbidforty-live-row .mbidforty-live-time-column {
    width: 25%;
    margin-right: 10px;
  }
  .mbidforty-live-row .mbidforty-live-team-column {
    width: 50%;
    font-weight: bold;
  }
  .mbidforty-live-row .mbidforty-live-action-column {
    width: 25%;
    text-align: right;
  }
  .mbidforty-live-row .mbidforty-live-time {
    color: #867B90;
  }
  .mbidforty-live-row .mbidforty-live-league a {
    color: #959595;
  }
  .mbidforty-live-row .mbidforty-live-team-logo {
    width: 16px;
    height: 16px;
    vertical-align: -4px;
  }
  .mbidforty-live-row .mbidforty-live-team:first-child {
    margin-bottom: 5px;
  }
  .mbidforty-live-row .mbidforty-live-score-wrap {
    position: absolute;
    top: 15px;
    right: 30%;
  }
  .mbidforty-live-row .mbidforty-live-score-wrap span {
    display: block;
  }
  .mbidforty-live-row .mbidforty-live-score-wrap span:first-child {
    margin-bottom: 5px;
  }
  .mbidforty-live-row .mbidforty-live-score-wrap .mbidforty-live-score-text {
    display: none;
  }
/*  .mbidforty-live-row .hot {
    width: 40px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100px 0px 0px 100px;
    background-color: #ff892b;
    background-image: url(../images/hot.png);
    background-repeat: no-repeat;
    background-size: 20px 17px;
    background-position-x: 50%;
  }*/
  .mbidforty-live-row .mbidforty-live-signal {
    display: inline-block;
    padding: 3px 9px;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    border-radius: 3px;
  }

  .mbidforty-live-row .mbidforty-live-signal.incoming {
    color: #717171;
    background: #f3f3f3;
    border: 1px solid #717171;
  }

  .mbidforty-live-row .mbidforty-live-signal.live {
    background: #f3fff2;
    color: #867B90;
    border: 1px solid #867B90;
  }

  .mbidforty-live-row .mbidforty-live-signal.end {
    color: #09388c;
    background: #ffffff;
    border: 1px solid #09388c;
  }
  .list-card {
    display: flex;
    overflow-x: auto;
    padding: 10px;
  }
  .list-card .mbidforty-live-row {
    margin-right: 10px;
    box-shadow: 2px 2px 5px #e9e9e9;
    border: 1px #ededed solid;
    border-radius: 4px;
    width: 155px;
    padding: 6px;
    flex-direction: column;
    flex-shrink: 0;
  }
  .list-card .mbidforty-live-row .mbidforty-live-time-column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .list-card .mbidforty-live-row .mbidforty-live-team-column {
    width: 100%;
    position: relative;
    margin-bottom: 6px;
  }
  .list-card .mbidforty-live-row .mbidforty-live-action-column {
    width: 100%;
    /* text-align: center; */
  }
  .list-card .mbidforty-live-row .mbidforty-live-team:first-child {
    margin-bottom: 3px;
  }
  .list-card .mbidforty-live-row .mbidforty-live-score-wrap {
    right: 10px;
    top: 0px;
  }
  .list-card .mbidforty-live-row .mbidforty-live-score-wrap span:first-child {
    margin-bottom: 3px;
  }
  .list-card .mbidforty-live-row .mbidforty-live-signal {
    padding: 0 10px;
  }
  .topic_match_box .mbidforty-live-row .mbidforty-live-signal.live {
    color: #fff;
    background: linear-gradient(125deg,#867B90,#94A9BB);
  }
  .topic_match_box .mbidforty-live-row .mbidforty-live-signal.incoming {
    color: rgb(255, 255, 255);
    background: rgb(153, 153, 153);
  }

  .mbidforty-detail-main {
    padding-top:40px;
  }

  /* 底部 */
  .mbidforty-site-footer {
    display: none;
  }
  .mbidforty-mobile-footer {
    margin-top: 15px;
    padding: 15px 0;
    background: #cbcbcb;
    font-size: 12px;
    font-family: Microsoft YaHei;
    line-height: 16px;
    color: #888888;
    position: relative;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
  }
  .mbidforty-mobile-footer a {
    color: #888888;
  }
  #gotoTop {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    opacity: 0.8;
    right: 20px;
  }
  #gotoTop span {
    display: none;
  }

  /* 关于我们 */
  .single-page h1 {
    font-size: 16px;
    text-align: left;
  }
  .single-page .content {
    padding: 0 30px 20px;
    font-size: 14px;
  }
  /* 直播页面 */
  .topic_name_video_box {
    display: none;
  }
  .info {
    display: none;
  }
  /* 视频页面 */
  #content_main .mbidforty-module-heading-wrap {
    display: none;
  }
  .mbidforty-module-heading-wrap {
    height: 40px;
    background: linear-gradient(125deg,#867B90,#94A9BB);
    font-size: 18px;
    font-weight: bold;
    color: #262626;
    display: block;
    padding: 0 16px;
    line-height: 40px;
  }
  .mbidforty-module-heading-wrap .mbidforty-module-heading {
    padding: 0;
  }
  .mbidforty-module-heading-wrap .mbidforty-module-heading img {
    display: none;
  }
  .mbidforty-module-heading-wrap .mbidforty-module-heading span {
    margin-left: 0;
  }

  .video_box_list {
    padding: 0;
  }
  .video_box_list .video_item {
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 0;
    position: relative;
  }
  .video_box_list .video_item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleY(0.5);
    overflow: hidden;
    bottom: -1px;
    transform-origin: 0 0;
    border-bottom: 1px solid #ddd;
  }
  .video_item .fl {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .video_item .fl img {
    display: none;
  }
  .video_item .fr {
    color: #999;
    font-size: 12px;
  }
  /* 新闻页面 */
  .mbidforty-news-content {
    border-radius: 0;
    margin-top: 10px;
  }
  .mbidforty-news-content .mbidforty-news-card {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 0;
  }
  .mbidforty-news-content .mbidforty-news-card .mbidforty-card-media {
    width: 120px;
    height: 90px;
    margin-right: 18px;
  }
  .mbidforty-news-content .mbidforty-news-card .mbidforty-image-box img {
    width: 120px;
    height: auto;
  }
  .mbidforty-news-content .mbidforty-news-card .mbidforty-card-body p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    height: 50px;
    padding-top: 2px;
  }
  .mbidforty-news-content .mbidforty-news-card .mbidforty-card-body .mbidforty-card-summary {
    display: none;
  }
  .mbidforty-news-content .mbidforty-news-card .mbidforty-card-body .mbidforty-card-date {
    color: #999;
    font-size: 12px;
  }
  /* 视频详情 */
  .video_info {
    padding: 15px;
    text-align: left;
  }
  .video_info .mbidforty-article-title {
    font-size: 16px;
  }
  .video_info .desc {
    display: flex;
    justify-content: space-between;
  }
  .video_info .desc span {
    margin-left: 0;
  }
  .video_info .desc span:nth-child(2) {
    display: none;
  }
  /* 新闻详情 */
  .mbidforty-content-main {
    width: 100%;
  }
  .mbidforty-article-text {
    padding: 15px;
  }
  .mbidforty-article-text .mbidforty-article-title {
    margin-top: 0;
  }
  .mbidforty-article-text .mbidforty-article-title h1 {
    font-size: 18px;
  }
  .mbidforty-article-text .mbidforty-article-title time {
    margin-top: 0;
    font-size: 12px;
  }
  .mbidforty-article-text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .mbidforty-article-text p span {
    font-size: 14px !important;
  }
  .mbidforty-article-text section span {
    font-size: 14px !important;
  }
  .mbidforty-article-text img {
    max-width: 100%;
    height: auto !important;
  }
  .articles_tag_text li {
    height: 26px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .articles_tag_text li a {
    font-size: 14px;
  }
  .mbidforty-news-content .mbidforty-card-body time {
    font-size: 12px;
  }
  /* 直播详情 */
  .daily-title {
    height: 40px;
    background: linear-gradient(125deg,#867B90,#94A9BB);
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    display: block;
    padding: 0 12px;
    line-height: 40px;
    border-radius: 0;
  }
  /* 直播 */
  .mbidforty-record-video-box {
    margin-bottom: 10px;
  }
  .mbidforty-match-video-container {
    margin-bottom: 10px;
  }
  .mbidforty-match-video-box {
    padding: 0;
  }
  .mbidforty-match-scoreboard {
    height: auto;
  }
  .mbidforty-match-versus {
    height: 100px;
    background: #fff;
  }
  .mbidforty-match-team-group img {
    width: 40px;
    height: 40px;
  }
  .mbidforty-match-video-box .mbidforty-live-team-name {
    font-size: 14px;
  }
  .mbidforty-match-team-group {
    width: 30%;
  }
  .mbidforty-match-info {
    display: block;
  }
  .mbidforty-match-info span {
    text-align: center;
    display: block;
  }
  .mbidforty-match-info .status {
    color: #ff4d4d;
    margin-bottom: 5px;
  }
  .mbidforty-match-info .mbidforty-match-main-title {
    font-weight: bold;
  }
  .mbidforty-match-info .mbidforty-match-time {
    font-size: 12px;
    color: #666;
  }
  .mbidforty-match-title,
  .mbidforty-match-video-container .mbidforty-live-status-wrap,
  .mbidforty-match-score {
    display: none;
  }
  .mbidforty-live-info {
    border-bottom: 1px solid #f2f3f5;
    background: #f2f3f5;
  }
  .mbidforty-live-info .mbidforty-live-source-heading {
    width: 35%;
  }
  .icon_signal_new {
    width: 18px;
    background-size: 100%;
  }
  .mbidforty-live-signal-container {
    width: auto;
  }
  .signalCon_list {
    font-size: 13px;
    margin-right: 5px;
    padding: 2px 6px;
    color: #fff;
    height: 25px;
    line-height: 25px;
    border: 0;
    background: linear-gradient(
      90deg,
      rgba(255, 122, 72, 1) 0%,
      rgba(255, 147, 67, 1) 100%
    );
  }
  .signalCon_list_active {
    background: red;
  }
  .signalCon_list > h5 {
    padding: 0 5px;
    font-size: 16px;
  }
  /*  详情页 title*/
  /*详情页头*/
  .sm_title {
    height: 45px;
    width: 100%;
    text-align: center;
    background: #272725;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }

  .sm_title .title_content {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #fff;
  }

  .sm_title .arrow {
    width: 50px;
    height: 100%;
  }

  .sm_title .arrow img {
    width: 20px;
    margin: 0 auto;
  }
  /* .mbidforty-live-detail-page #header {
    display: none;
  } */
  .mbidforty-live-detail-page #wrap {
    padding-top: 50px;
  }
  /* 分页 */
  .mbidforty-pagination {
    display: none;
  }
  .tocname_list > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
  }
  .tocname_list > ul:last-child > li {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .toc_left_w665 {
    margin-bottom: 0;
  }
  
  .zc_nrong {
    /* padding: 10px; */

    clear: both;
    position: relative;
    max-height: 15rem;
    overflow-y: hidden;
  }

  .zc_nrong_modified {
    clear: both;
    position: relative;
    padding: 10px;
  }

  .image-container {
    float: left;
    margin-right: 10px;
  }
  
    .image-container img{
      height: 100px;
    }

  .text-container {
    font-size: 14px;
    line-height: 25px;
  }

  .mbidforty-card-summary {
    text-indent: 2em;
  }

  .zhankaiall {
    width: 7rem;
    height: 1.5rem;
    line-height: 1.6rem;
    margin: 10px auto;
    border-radius: 1rem;
    border: 1px #867B90 solid;
    text-align: center;
    color: #867B90;
    font-size: 0.8rem;

    display: block;
  }
  .zhankaiall_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zhankaiall_btn cite {
    float: left;
  }
  .zhankaiall_btn .iconfont {
    color: #fe373c;
    font-size: 0.38rem;
    float: left;
    line-height: 0.3rem;
  }

  .wznrzhezhao {
    position: absolute;
    width: 95%;
    height: 150px;
    bottom: 0;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  }

  .jianjie {
    color: #867B90;
  }
  
    .zhuanti-text{
      display: none;
  }
  
      
    .zc_nrong ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    
    .zc_nrong ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .zc_nrong ul li .pic-1 {
        width: 100%;
        /* height: 128px; */
        overflow: hidden;
    }
    
    .zc_nrong ul li .pic-1 img{
        width: 100%;
        /*height: 128px; */
    }
    
    
    .zc_nrong ul li .tit {
        font-size: 14px;
        padding: 5px 0;
        text-align: center;
    }
    
    
    .zc_nrong_modified ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    
    .zc_nrong_modified ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .zc_nrong_modified ul li .pic-1 {
        width: 100%;
        /* height: 128px; */
        overflow: hidden;
    }
    
    .zc_nrong_modified ul li .pic-1 img{
        width: 100%;
        /*height: 128px; */
    }
    
    
    .zc_nrong_modified ul li .tit {
        font-size: 14px;
        padding: 5px 0;
        text-align: center;
    }
    
        .saishi_item .qiudui .qiudui_item {
        width: 48%;
    }
    
    .qiuyuanlist .hot_qiuyuan_main .hot_member_item {
        width: 48%;
    }
    
    .bgwhite {
         width: 100%; 
         padding: 8px;
         box-sizing: border-box;
    }
    .qiuyuanlist {
        width: 100%;
        box-sizing: border-box;
    }
    .qiuyuanlist .hot_qiuyuan_main .hot_member_item .info{
        white-space: nowrap;        /* 不换行 */
        overflow: hidden;           /* 隐藏超出部分 */
        text-overflow: ellipsis;
        max-width: 90px;
    }
    
    .qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic img{
        width: 80%;
        height: 80%;
    }
    
         .zhuanti ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    
    .zhuanti ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .zhuanti ul li .pic-1 {
        width: 100%;
        /* height: 128px; */
        overflow: hidden;
    }
    
    .zhuanti ul li .pic-1 img{
        width: 100%;
        /*height: 128px; */
    }
    
    
    .zhuanti ul li .tit {
        font-size: 14px;
        padding: 5px 0;
        text-align: center;
    }

}
