/* PC和移动端公共样式 */
#logo span {
  font-size: 26px;
  font-weight: 600;
  font-style: italic;
  color: #31cd5c;
}
#logo .gdlhanbang-sitename {
  color: #31cd5c;
}
.gdlhanbang-video-play-box .gdlhanbang-video-outer {
  background-color: #000;
  padding-top: 60%;
  position: relative;
}
.gdlhanbang-video-play-box .gdlhanbang-video-outer video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gdlhanbang-tlc {
  text-align: center;
}
.gdlhanbang-flexbox {
  display: flex;
  align-items: center;
}
.gdlhanbang-flex_c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gdlhanbang-single-page {
  max-width: 1200px;
  margin: 0 auto 80px;
}
.gdlhanbang-single-page h1 {
  font-size: 30px;
  text-align: center;
  padding: 30px;
  font-weight: bold;
}
.gdlhanbang-single-page .gdlhanbang-content {
  border-radius: 10px;
  padding: 100px 50px;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
}
.gdlhanbang-single-page .gdlhanbang-content p {
  text-indent: 2em;
  margin-bottom: 10px;
}
/* PC端样式 */
@media screen and (min-width: 800px) {
  .gdlhanbang-m-hide {
    display: block;
  }
  .gdlhanbang-m-show {
    display: none;
  }
  .gdlhanbang-mobile-nav,
  .gdlhanbang-mobile-footer,
  .gdlhanbang-sm_title {
    display: none;
  }
  .gdlhanbang-daily {
    padding-top: 1px;
  }
  .gdlhanbang-list {
    font-weight: bold;
    color: #525252;
  }
  .gdlhanbang-zb_item {
    display: flex;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 12px;
    line-height: 20px;
    font-size: 14px;
  }
  .gdlhanbang-zb_item:hover {
    background: #eee;
  }
  .gdlhanbang-zb_item .gdlhanbang-col {
    display: flex;
  }
  .gdlhanbang-zb_item .gdlhanbang-col2 {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .gdlhanbang-zb_item .gdlhanbang-vs {
    width: 100px;
    text-align: center;
  }
  .gdlhanbang-zb_item .gdlhanbang-col3 {
    justify-content: flex-end;
    /* 移动端 */
  }
  .gdlhanbang-zb_item .gdlhanbang-time1 {
    width: 125px;
    flex-shrink: 0;
  }
  .gdlhanbang-zb_item .gdlhanbang-match {
    display: flex;
    width: 100px;
  }
  .gdlhanbang-zb_item .gdlhanbang-match a {
    position: relative;
  }
  .gdlhanbang-zb_item .gdlhanbang-hot {
    width: 48px;
    height: 20px;
    background: url(../images/popular.png) no-repeat;
    position: absolute;
    top: 0px;
    right: -52px;
  }
  .gdlhanbang-zb_item .gdlhanbang-team {
    display: flex;
    width: 160px;
    align-items: center;
  }
  .gdlhanbang-zb_item .gdlhanbang-team:first-child {
    text-align: right;
    flex-direction: row-reverse;
  }
  .gdlhanbang-zb_item .gdlhanbang-team_logo {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .gdlhanbang-zb_item .gdlhanbang-team:first-child .gdlhanbang-team_logo {
    margin-left: 5px;
    margin-right: 0;
  }
  .gdlhanbang-zb_item .gdlhanbang-vs span {
    display: inline-block;
  }
  .gdlhanbang-zb_item .gdlhanbang-score {
    width: 36px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    background: #f5f5f5;
    border-radius: 4px;
  }
  .gdlhanbang-zb_item .gdlhanbang-signal {
    display: block;
    width: 99px;
    height: 29px;
    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;
  }

  .gdlhanbang-zb_item .gdlhanbang-signal.gdlhanbang-incoming {
    color: #999999;
    background: #f3f3f3;
    border: 1px solid #999999;
  }

  .gdlhanbang-zb_item .gdlhanbang-signal.gdlhanbang-live {
    color: #31cd5c;
    background: #f3fff2;
    border: 1px solid #31cd5c;
  }

  .gdlhanbang-zb_item .gdlhanbang-signal.gdlhanbang-end {
    color: #09388c;
    background: #ffffff;
    border: 1px solid #09388c;
  }

  .gdlhanbang-topic_match_box .gdlhanbang-zb_item .gdlhanbang-signal.gdlhanbang-live {
    color: #fff;
    background: #31cd5c;
  }
  .gdlhanbang-topic_match_box .gdlhanbang-zb_item .gdlhanbang-signal.gdlhanbang-incoming {
    color: rgb(255, 255, 255);
    background: rgb(153, 153, 153);
  }
  .gdlhanbang-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;
    /* 谷歌 */
    position: relative;
    box-sizing: border-box;
  }
  .gdlhanbang-m-hide {
    display: none;
  }
  .gdlhanbang-m-show {
    display: block;
  }

  .gdlhanbang-containers {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .gdlhanbang-panel {
    margin: 10px;
  }

  /* 头部 */
  #header {
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  #header .gdlhanbang-container {
    width: auto;
    display: flex;
    flex-direction: column;
  }
  #logo {
    margin: 5px auto;
  }
  #logo img {
    max-height: 40px;
  }
  #nav {
    display: none;
  }
  .gdlhanbang-mobile-nav {
    display: block;
  }
  .gdlhanbang-mobile-nav .gdlhanbang-mh {
    height: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    background: #31cd5c;
    justify-content: unset;
  }
  .gdlhanbang-mobile-nav .gdlhanbang-menu {
    display: flex;
    /* 底部 */
  }
  .gdlhanbang-mobile-nav .gdlhanbang-menu li {
    padding: 0 18px;
    white-space: nowrap;
  }
  .gdlhanbang-mobile-nav .gdlhanbang-menu li.gdlhanbang-active {
    /* 关于我们 */
    background-size: 12px 6px;
    background-position: 50% 100%;
  }
  .gdlhanbang-mobile-nav .gdlhanbang-menu a {
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
  }
  .gdlhanbang-mobile-nav a,
  .gdlhanbang-mobile-nav ul {
    display: inline-block;
  }
  .gdlhanbang-app-toppic-fixed {
    width: 100%;
    height: 37px;
    background: #fff;
    border-bottom: solid 1px #ddd;
    justify-content: unset;
    overflow-x: auto;
  }
  .gdlhanbang-app-toppic-fixed .gdlhanbang-app-toppic {
    height: 100%;
    margin: 0 10px;
    display: flex;
    /* 直播页面 */
    align-items: center;
    /* 视频页面 */
  }
  .gdlhanbang-app-toppic-fixed .gdlhanbang-app-toppic a {
    display: inline-block;
    height: 100%;
    white-space: nowrap;
    color: #000;
  }

  .gdlhanbang-app-toppic-fixed .gdlhanbang-app-toppic a.gdlhanbang-active {
    color: #006fff;
  }

  .gdlhanbang-app-toppic-fixed .gdlhanbang-app-toppic a.gdlhanbang-active .gdlhanbang-line_wrap {
    display: flex !important;
  }

  /* 谷歌 */
  .gdlhanbang-app-toppic-fixed .gdlhanbang-app-toppic::-webkit-scrollbar {
    display: none;
  }

  .gdlhanbang-app-toppic-fixed .gdlhanbang-badge {
    padding: 0 10px;
    height: 100%;
    position: relative;
  }
  .gdlhanbang-line_wrap {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none !important;
  }

  .gdlhanbang-line_wrap .gdlhanbang-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;
  }
  .gdlhanbang-topic_match_box {
    width: auto;
  }
  .gdlhanbang-content_header_ver2,
  .gdlhanbang-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: #31cd5c;
    font-weight: 600;
    position: relative;
    border-radius: 0;
    justify-content: space-between;
  }
  
.gdlhanbang-content_header_ver2-1{
    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: #31cd5c;
    font-weight: 600;
    position: relative;
    border-radius: 0;
    justify-content: space-between;
  }
  
  .gdlhanbang-index_tag_title {
    padding: 0;
  }
  .gdlhanbang-content_header_ver2 h1::before,
  .gdlhanbang-index_tag_title > div::before {
    display: none;
  }
  
.gdlhanbang-content_header_ver2-1 h1::before
   {
    display: none;
  }
  .gdlhanbang-kind_list {
    display: flex;
    justify-content: flex-end;
  }
  .gdlhanbang-kind_list li {
    width: auto;
    margin-right: 15px;
    padding-left: 15px;
  }
  .gdlhanbang-kind_list li:first-child {
    padding-left: 0;
  }
  .gdlhanbang-kind_list a {
    font-size: 14px;
  }
  .gdlhanbang-kind_list li h2 {
    font-weight: normal;
    line-height: 1;
  }
  .gdlhanbang-kind_list li.gdlhanbang-show a {
    color: #fff;
  }
  .gdlhanbang-kind_list li:hover,
  li.gdlhanbang-show {
    border-bottom: 2px solid #fff;
  }
  .gdlhanbang-kind_list li .gdlhanbang-icon_header {
    left: 0;
    top: 8px;
  }
  .gdlhanbang-kind_list li span::before {
    font-size: 14px;
  }
  .gdlhanbang-zb_item {
    display: flex;
    position: relative;
    padding: 15px;
    align-items: center;
    font-size: 12px;
  }
  .gdlhanbang-zb_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;
  }
  .gdlhanbang-zb_item .gdlhanbang-col1 {
    width: 25%;
    margin-right: 10px;
  }
  .gdlhanbang-zb_item .gdlhanbang-col2 {
    width: 50%;
    font-weight: bold;
  }
  .gdlhanbang-zb_item .gdlhanbang-col3 {
    width: 25%;
    text-align: right;
  }
  .gdlhanbang-zb_item .gdlhanbang-time1 {
    color: #31cd5c;
  }
  .gdlhanbang-zb_item .gdlhanbang-match a {
    color: #959595;
  }
  .gdlhanbang-zb_item .gdlhanbang-team_logo {
    width: 16px;
    height: 16px;
    vertical-align: -4px;
  }
  .gdlhanbang-zb_item .gdlhanbang-team:first-child {
    margin-bottom: 5px;
  }
  .gdlhanbang-zb_item .gdlhanbang-vs {
    position: absolute;
    top: 15px;
    right: 30%;
  }
  .gdlhanbang-zb_item .gdlhanbang-vs span {
    display: block;
  }
  .gdlhanbang-zb_item .gdlhanbang-vs span:first-child {
    margin-bottom: 5px;
  }
  .gdlhanbang-zb_item .gdlhanbang-vs .gdlhanbang-syb {
    display: none;
  }
  .gdlhanbang-zb_item .gdlhanbang-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%;
  }
  .gdlhanbang-zb_item .gdlhanbang-signal {
    display: inline-block;
    padding: 3px 9px;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    border-radius: 3px;
  }

  .gdlhanbang-zb_item .gdlhanbang-signal.gdlhanbang-incoming {
    color: #717171;
    background: #f3f3f3;
    border: 1px solid #717171;
  }

  .gdlhanbang-zb_item .gdlhanbang-signal.gdlhanbang-live {
    background: #f3fff2;
    color: #31cd5c;
    border: 1px solid #31cd5c;
  }

  .gdlhanbang-zb_item .gdlhanbang-signal.gdlhanbang-end {
    color: #09388c;
    background: #ffffff;
    border: 1px solid #09388c;
  }
  .gdlhanbang-list-card {
    display: flex;
    overflow-x: auto;
    padding: 10px;
  }
  .gdlhanbang-list-card .gdlhanbang-zb_item {
    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;
  }
  .gdlhanbang-list-card .gdlhanbang-zb_item .gdlhanbang-col1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .gdlhanbang-list-card .gdlhanbang-zb_item .gdlhanbang-col2 {
    width: 100%;
    position: relative;
    margin-bottom: 6px;
  }
  .gdlhanbang-list-card .gdlhanbang-zb_item .gdlhanbang-col3 {
    width: 100%;
    /* 新闻详情 */
  }
  .gdlhanbang-list-card .gdlhanbang-zb_item .gdlhanbang-team:first-child {
    margin-bottom: 3px;
  }
  .gdlhanbang-list-card .gdlhanbang-zb_item .gdlhanbang-vs {
    right: 10px;
    top: 0px;
  }
  .gdlhanbang-list-card .gdlhanbang-zb_item .gdlhanbang-vs span:first-child {
    margin-bottom: 3px;
  }
  .gdlhanbang-list-card .gdlhanbang-zb_item .gdlhanbang-signal {
    padding: 0 10px;
  }
  .gdlhanbang-topic_match_box .gdlhanbang-zb_item .gdlhanbang-signal.gdlhanbang-live {
    color: #fff;
    background: #31cd5c;
  }
  .gdlhanbang-topic_match_box .gdlhanbang-zb_item .gdlhanbang-signal.gdlhanbang-incoming {
    color: rgb(255, 255, 255);
    background: rgb(153, 153, 153);
  }

  .gdlhanbang-main {
    padding-top: 110px;
  }

  /* 底部 */
  .gdlhanbang-footer {
    display: none;
  }
  .gdlhanbang-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;
  }
  .gdlhanbang-mobile-footer a {
    color: #888888;
  }
  #gotoTop {
           position: fixed;
        bottom: 80px;
        right: 5px;
        cursor: pointer;
        width: 80px;
        height: 36px;
        background: #262626;
        border-radius: 5px;
        text-align: center;
        font-size: 0.875rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 2.255rem;
        color: #ffffff;
  }
  #gotoTop span {
   /* 直播 */
  }

  /* 关于我们 */
  .gdlhanbang-single-page h1 {
    font-size: 16px;
    text-align: left;
  }
  .gdlhanbang-single-page .gdlhanbang-content {
    padding: 0 30px 20px;
    font-size: 14px;
  }
  /* 直播页面 */
  .gdlhanbang-topic_name_video_box {
    display: none;
  }
  .gdlhanbang-info {
    display: none;
  }
  /* 视频页面 */
  #content_main .gdlhanbang-header_container {
    display: none;
  }
  .gdlhanbang-header_container {
    height: 40px;
    background: #31cd5c;
    font-size: 18px;
    font-weight: bold;
    color: #262626;
    display: block;
    padding: 0 16px;
    line-height: 40px;
  }
  .gdlhanbang-header_container .gdlhanbang-header {
    padding: 0;
  }
  .gdlhanbang-header_container .gdlhanbang-header img {
    display: none;
  }
  .gdlhanbang-header_container .gdlhanbang-header span {
    margin-left: 0;
  }

  .gdlhanbang-video_box_list {
    padding: 0;
  }
  .gdlhanbang-video_box_list .gdlhanbang-video_item {
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 0;
    position: relative;
  }
  .gdlhanbang-video_box_list .gdlhanbang-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;
  }
  .gdlhanbang-video_item .gdlhanbang-fl {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .gdlhanbang-video_item .gdlhanbang-fl img {
    display: none;
  }
  .gdlhanbang-video_item .gdlhanbang-fr {
    color: #999;
    font-size: 12px;
  }
  /* 新闻页面 */
  .gdlhanbang-news_content {
    border-radius: 0;
    margin-top: 10px;
  }
  .gdlhanbang-news_content .gdlhanbang-news_box {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 0;
  }
  .gdlhanbang-news_content .gdlhanbang-news_box .gdlhanbang-leftBox {
    width: 120px;
    height: 90px;
    margin-right: 18px;
  }
  .gdlhanbang-news_content .gdlhanbang-news_box .gdlhanbang-imageBox img {
    width: 120px;
    height: auto;
  }
  .gdlhanbang-news_content .gdlhanbang-news_box .gdlhanbang-rightBox p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    height: 50px;
    padding-top: 2px;
  }
  .gdlhanbang-news_content .gdlhanbang-news_box .gdlhanbang-rightBox .gdlhanbang-text {
    display: none;
  }
  .gdlhanbang-news_content .gdlhanbang-news_box .gdlhanbang-rightBox .gdlhanbang-created_at {
    color: #999;
    font-size: 12px;
  }
  /* 视频详情 */
  .gdlhanbang-video_info {
    padding: 15px;
    text-align: left;
  }
  .gdlhanbang-video_info .gdlhanbang-title {
    font-size: 16px;
  }
  .gdlhanbang-video_info .gdlhanbang-desc {
    display: flex;
    justify-content: space-between;
  }
  .gdlhanbang-video_info .gdlhanbang-desc span {
    margin-left: 0;
  }
  .gdlhanbang-video_info .gdlhanbang-desc span:nth-child(2) {
    display: none;
  }
  /* 新闻详情 */
  .gdlhanbang-content_block_left {
    width: 100%;
  }
  .gdlhanbang-articles_text {
    padding: 15px;
  }
  .gdlhanbang-articles_text .gdlhanbang-title {
    margin-top: 0;
  }
  .gdlhanbang-articles_text .gdlhanbang-title h1 {
    font-size: 18px;
  }
  .gdlhanbang-articles_text .gdlhanbang-title time {
    margin-top: 0;
    font-size: 12px;
  }
  .gdlhanbang-articles_text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .gdlhanbang-articles_text p span {
    font-size: 14px !important;
  }
  .gdlhanbang-articles_text section span {
    font-size: 14px !important;
  }
  .gdlhanbang-articles_text img {
    max-width: 100%;
    height: auto !important;
  }
  .gdlhanbang-articles_tag_text li {
    height: 26px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .gdlhanbang-articles_tag_text li a {
    font-size: 14px;
  }
  .gdlhanbang-news_content .gdlhanbang-rightBox time {
    font-size: 12px;
  }
  /* 直播详情 */
  .gdlhanbang-daily-title {
    height: 40px;
    background: #31cd5c;
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    display: block;
    padding: 0 12px;
    line-height: 40px;
    border-radius: 0;
  }
  /* 直播 */
  .gdlhanbang-record_video_box {
    margin-bottom: 10px;
  }
  .gdlhanbang-match_video_container {
    margin-bottom: 10px;
  }
  .gdlhanbang-match_video_box {
    padding: 0;
  }
  .gdlhanbang-match_bg {
   /* height: auto;*/
  }
  .gdlhanbang-teamvs {
    height: 100px;
    background: #fff;
  }
  .gdlhanbang-team_group img {
    width: 40px;
    height: 40px;
  }
  .gdlhanbang-match_video_box .gdlhanbang-team_name {
    font-size: 14px;
  }
  .gdlhanbang-team_group {
    width: 30%;
  }
  .gdlhanbang-match_info {
    display: block;
  }
  .gdlhanbang-match_info span {
    text-align: center;
    display: block;
  }
  .gdlhanbang-match_info .gdlhanbang-status {
    color: #ff4d4d;
    margin-bottom: 5px;
  }
  .gdlhanbang-match_info .gdlhanbang-miantitle {
    font-weight: bold;
  }
  .gdlhanbang-match_info .gdlhanbang-match_time {
    font-size: 12px;
    color: #666;
  }
  .gdlhanbang-match_title,
  .gdlhanbang-match_video_container .gdlhanbang-status_wrap,
  .gdlhanbang-score_container {
    display: none;
  }
  .gdlhanbang-live-info {
    border-bottom: 1px solid #f2f3f5;
    background: #f2f3f5;
  }
  .gdlhanbang-live-info .gdlhanbang-live_address {
    width: 35%;
  }
  .gdlhanbang-icon_signal_new {
    width: 18px;
    background-size: 100%;
  }
  .gdlhanbang-signalCon {
    width: auto;
  }
  .gdlhanbang-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%
    );
  }
  .gdlhanbang-signalCon_list_active {
    background: red;
  }
  .gdlhanbang-signalCon_list > h5 {
    padding: 0 5px;
    font-size: 16px;
  }
  /*  详情页 title*/
  /*详情页头*/
  .gdlhanbang-sm_title {
    height: 45px;
    width: 100%;
    text-align: center;
    background: #272725;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }

  .gdlhanbang-sm_title .gdlhanbang-title_content {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #fff;
  }

  .gdlhanbang-sm_title .gdlhanbang-arrow {
    width: 50px;
    height: 100%;
  }

  .gdlhanbang-sm_title .gdlhanbang-arrow img {
    width: 20px;
    margin: 0 auto;
  }
  /* .detail-page #header {
    display: none;
  } */
  .gdlhanbang-detail-page #wrap {
    padding-top: 50px;
  }
  /* 分页 */
  .gdlhanbang-pagination {
    display: none;
  }
  .gdlhanbang-tocname_list > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
  }
  .gdlhanbang-tocname_list > ul:last-child > li {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .gdlhanbang-toc_left_w665 {
    margin-bottom: 0;
  }
  
  .gdlhanbang-zc_nrong {
    /* padding: 10px; */

    clear: both;
    position: relative;
    max-height: 15rem;
    overflow-y: hidden;
  }

  .gdlhanbang-zc_nrong_modified {
    clear: both;
    position: relative;
    padding: 10px;
  }

  .gdlhanbang-image-container {
    float: left;
    margin-right: 10px;
  }
  
    .gdlhanbang-image-container img{
      height: 100px;
    }

  .gdlhanbang-text-container {
    font-size: 14px;
    line-height: 25px;
  }

  .gdlhanbang-text {
    text-indent: 2em;
  }

  .gdlhanbang-zhankaiall {
    width: 7rem;
    height: 1.5rem;
    line-height: 1.6rem;
    margin: 10px auto;
    border-radius: 1rem;
    border: 1px #31cd5c solid;
    text-align: center;
    color: #31cd5c;
    font-size: 0.8rem;

    display: block;
  }
  .gdlhanbang-zhankaiall_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gdlhanbang-zhankaiall_btn cite {
    float: left;
  }
  .gdlhanbang-zhankaiall_btn .gdlhanbang-iconfont {
    color: #fe373c;
    font-size: 0.38rem;
    float: left;
    line-height: 0.3rem;
  }

  .gdlhanbang-wznrzhezhao {
    position: absolute;
    width: 95%;
    height: 150px;
    bottom: 0;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  }

  .gdlhanbang-jianjie {
    color: #31cd5c;
  }
  
    .gdlhanbang-zhuanti-text{
      display: none;
  }
  
      
    .gdlhanbang-zc_nrong ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    
    .gdlhanbang-zc_nrong ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .gdlhanbang-zc_nrong ul li .gdlhanbang-pic-1 {
        width: 100%;
        /* height: 128px; */
        overflow: hidden;
    }
    
    .gdlhanbang-zc_nrong ul li .gdlhanbang-pic-1 img{
        width: 100%;
        /* height: 128px; */
    }
    
    
    .gdlhanbang-zc_nrong ul li .gdlhanbang-tit {
        font-size: 14px;
        padding: 5px 0;
        text-align: center;
    }
    
    
    .gdlhanbang-zc_nrong_modified ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    
    .gdlhanbang-zc_nrong_modified ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .gdlhanbang-zc_nrong_modified ul li .gdlhanbang-pic-1 {
        width: 100%;
        /* height: 128px; */
        overflow: hidden;
    }
    
    .gdlhanbang-zc_nrong_modified ul li .gdlhanbang-pic-1 img{
        width: 100%;
        /* height: 128px; */
    }
    
    
    .gdlhanbang-zc_nrong_modified ul li .gdlhanbang-tit {
        font-size: 14px;
        padding: 5px 0;
        text-align: center;
    }
    
        .gdlhanbang-saishi_item .gdlhanbang-qiudui .gdlhanbang-qiudui_item {
        width: 48%;
    }
    
    .gdlhanbang-qiuyuanlist .gdlhanbang-hot_qiuyuan_main .gdlhanbang-hot_member_item {
        width: 48%;
    }
    
    .gdlhanbang-bgwhite {
         width: 100%; 
         padding: 8px;
         box-sizing: border-box;
    }
    .gdlhanbang-qiuyuanlist {
        width: 100%;
        box-sizing: border-box;
    }
    .gdlhanbang-qiuyuanlist .gdlhanbang-hot_qiuyuan_main .gdlhanbang-hot_member_item .gdlhanbang-info{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 90px;
    }
    
    .gdlhanbang-qiuyuanlist .gdlhanbang-hot_qiuyuan_main .gdlhanbang-hot_member_item .gdlhanbang-pic img{
        width: 80%;
        height: 80%;
    }
    
         .gdlhanbang-zhuanti ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    
    .gdlhanbang-zhuanti ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .gdlhanbang-zhuanti ul li .gdlhanbang-pic-1 {
        width: 100%;
        /* height: 128px; */
        overflow: hidden;
    }
    
    .gdlhanbang-zhuanti ul li .gdlhanbang-pic-1 img{
        width: 100%;
        /* height: 128px; */
    }
    
    
    .gdlhanbang-zhuanti ul li .gdlhanbang-tit {
        font-size: 14px;
        padding: 5px 0;
        text-align: center;
    }
    
    .gdlhanbang-citiao_list{
        padding: 0;
    }
        
    .gdlhanbang-image_box img {
        max-width: 100%;
        height: auto;
    }


}
