/* 移动端 */
@media only screen and (max-width: 719px) {
  /* pc导航隐藏 */
  .bth_nav {
    display: none !important;
  }

  #jysjmd {
    display: none;
  }
  .content .bth_news.bth_news_pc {
    display: none !important;
  }
  .cs_mobile_height {
    top: -13px;
  }
  .content .bth_news.bth_news_mobile {
  }
  .bth_news_mobile .cs_mobile_title_nav {
    left: 0;
    top: 0.28rem;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0.2rem;
    height: 0.55rem;
  }
  .jysjmd_mobile .cs_mobile_title_nav_cont .cs_mobile_title_nav_box {
    line-height: 0.55rem;
    padding: 0.1rem;
  }
  .jysjmd_mobile
    .cs_mobile_title_nav_cont
    .cs_mobile_title_nav_box
    .cs_mobile_title_nav_box_title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
    text-align: left;
    font-style: normal;
  }
  .jysjmd_mobile .cs_mobile_title_nav_box_content {
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
    padding: 0.2rem;
  }
  .jysjmd_mobile .cs_mobile_title_nav_box_content .bth_data__icon_mobile {
    display: flex;
  }
  .jysjmd_mobile .cs_mobile_title_nav_box_content {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 1.3rem; */
  }
  .jysjmd_mobile .cs_mobile_title_nav_box_1 .cs_mobile_title_nav_box_content {
    background-image: url(../mobile/bg_top.png);
  }
  .jysjmd_mobile .cs_mobile_title_nav_box_2 .cs_mobile_title_nav_box_content {
    background-image: url(../mobile/bg_bottom.png);
  }
  .jysjmd_mobile .cs_mobile_title_nav_box_content .bth_data__num_mobile {
    font-weight: bold;
    color: #333333;
    font-style: normal;
  }
  .jysjmd_mobile
    .cs_mobile_title_nav_box_content
    .bth_data__num_mobile
    span:nth-child(1) {
    font-size: 0.35rem;
  }
  .jysjmd_mobile .cs_mobile_title_nav_box_content .bth_data__icon_mobile {
    font-weight: normal;
    color: #666666;
  }
  .text-color-green {
    color: #21b571 !important;
  }
  .text-color-red {
    color: #e82f2f !important;
  }
  .jysjmd_mobile {
    height: 100%;
  }
  .button-group {
    display: flex;
    width: 100%;
    height: 0.5rem;
    /* position: relative; */
    /* top: 0.2rem; */
    /* margin-top: 0.2rem; */
    /* margin-bottom: 0.2rem; */
  }

  .button-group button {
    width: 1.2rem;
    height: 0.5rem;
    font-size: 0.2rem;
    background: #f8f8f8;
    border-radius: 2px 0px 0px 2px;
    border: 1px solid #dcdcdc;
    transition: background-color 0.3s;
    cursor: pointer;
    margin-right: -1px;
  }

  .button-group button:first-child {
    border-radius: 2px 0 0 2px;
  }

  .button-group button:last-child {
    border-radius: 0 2px 2px 0;
  }

  .button-group button.active {
    background: #bb0000;
    color: white;
  }
  .cs_mobile_title_nav_box_echarts {
    width: 100% !important;
    height: 5rem;
    background: #f7faff;
  }
}
