/* 初始化 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
}
/* 虚线，灰色，分割 */
.bth_line {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #c3c3c3;
  margin: 10px auto;
}
.bthBody {
  position: relative;
  background: rgba(209, 130, 27, 0.34);
}
.bthBody .bthBox {
  /* 背景渐变，从上到下，从白到蓝 */
  /* background: linear-gradient(to bottom, #fff, rgba(105, 144, 234, 0.64)); */
}
/* 盒子 */
.content {
  position: relative;
  width: 1200px;
  min-height: 480px;
  margin: 0px auto;
  background-color: #fff;
}
.bthBody .bth_title {
  border-top: 2px solid #bb0000;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  /* justify-content: flex-start; */
  /* border: 2px solid red; */
  height: 40px;
  line-height: 40px;
  /* background: url(./bz1.png) no-repeat; */
  /* border-bottom: 2px solid #C3C3C3; */
  margin-top: 10px;
  margin-bottom: 10px;
}
.bthBody .bth_title > span {
  color: #fff;
  /* text-indent: 35px; */
  font-size: 18px;
  background: #bb0000;
  padding: 0 20px;
}
.bthBody .bth_title > a {
  float: right;
  line-height: 30px;
  color: #666666;
}
.bt_data_one .bth_title {
  justify-content: flex-start;
}
.bt_data_one .bth_title > a {
  padding: 5px 25px;
}
.bt_data_one .bth_title > a span {
  line-height: 30px;
  color: #666666;
}
/* 交易数据：月度，年度 */
.bthBody .bth_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bthBody .bth_data .bth_data_card {
  width: 48%;
  padding: 10px;
}
.bth_data_card .bth_data_left_top {
  margin-bottom: 20px;
}
.bth_data_card .bth_data_left_top > span {
  font-size: 20px;
}
.bth_data_card .bth_data_left_top > span:nth-child(1) {
  font-weight: 600;
}
.bth_data_card .bth_data_left_data {
  width: 98%;
  /* height: 128px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.bthBody .bth_data .bth_data_left .bth_data_left_data {
  /* background: #ff6565; */
  background-image: url(../images/bg_left.png);
}
.bthBody .bth_data .bth_data_right .bth_data_left_data {
  /* background: #ffb100; */
  background-image: url(../images/bg_right.png);
}
.bth_data .bth_data_card .bth_data_left_data .bth_data_jc,
.bth_data_wc,
.bth_data_jye {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.bth_data
  .bth_data_card
  .bth_data_left_data
  .bth_data__num
  > span:nth-child(1) {
  font-size: 25px;
  font-weight: 500;
}
.bth_data .bth_data_card .bth_data_left_data .bth_data__icon {
  display: flex;
}
.bth_data .bth_data_card .bth_data_left_data .bth_data__icon > div {
  font-size: 14px;
  font-weight: 500;
  color: #616261;
}
.text-color-green {
  color: #21b571 !important;
}
.text-color-red {
  color: #e82f2f !important;
}
/* 第二部分 */
.bt_data_two,
.bt_data_three {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.bt_data_two .bt_data_two__card_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* padding: 10px; */
  line-height: 50px;
}
/* .bt_data_two .bt_data_two__card_top .button-group-tab { */
.bt_data_two .button-group-tab {
  display: flex;
  height: 28px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  /* margin-bottom: 10px; */
  /* margin-left: 10px; */
}
.button-group-tab button {
  width: 80px;
  height: 28px;
  background: #f8f8f8;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #dcdcdc;
  transition: background-color 0.3s;
  cursor: pointer;
  margin-right: -1px; /* Ensure buttons are tightly packed */
}
.button-group-tab button:first-child {
  border-radius: 2px 0 0 2px;
}
.button-group-tab button:last-child {
  border-radius: 0 2px 2px 0;
}
.button-group-tab button.active {
  background: #bb0000;
  color: white;
}
.no_Show_card {
  display: none;
}
.bt_data_two .bt_data_two__card_title,
.bt_data_three .bt_data_three__card_title {
  height: 18px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  margin-bottom: 10px;
  padding: 10px;
}
.bt_data_two .bt_data_two_left,
.bt_data_three .bt_data_three_left {
  /* width: 65%; */
  width: 810px;
}
.bt_data_two .bt_data_two_right,
.bt_data_three .bt_data_three_right {
  /* width: 34%; */
  width: 350px;
}
.bt_data_two__card_tab {
  width: 100%;
  border: 1px solid #dcdcdc;
}
.bt_data_two__card_tab button {
  border-top: transparent;
  border-left: transparent;
}
.bt_data_two .bt_data_two__card_data,
.bt_data_three .bt_data_three__card_data {
  width: 100%;
  /* height: 385px; */
  height: 420px;
  /* background: rgba(244, 229, 229, 0.31); */
  background: #f8fbff;
  z-index: 88;
  border: 1px solid #bb0000;
  border-top: none;
}
.bt_data_two .bt_data_two__card_data .bt_data_two_left_card_data_item,
.bt_data_three .bt_data_three__card_data .bt_data_three_left_card_data_item {
  width: 100%;
  height: 100%;
}
.button-group {
  display: flex;
  position: relative;
  top: 23px;
  left: 15px;
  z-index: 99;
  width: 400px;
}
.button-group button {
  width: 80px;
  height: 25px;
  background: #f8f8f8;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #dcdcdc;
  transition: background-color 0.3s;
  cursor: pointer;
  margin-right: -1px; /* Ensure buttons are tightly packed */
}
.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;
}
.nav-list_p {
  padding: 0;
  margin: 0;
}

.nav-list2_p {
  display: block;
  position: relative;
  top: -20px;
  width: 650px;
  /* left: 10px; */
}

.nav-list2_p > li {
  float: left;
  background-color: #dae7f5;
  color: #045bbb;
  margin-right: 10px;
  padding: 0 7px;
  border-radius: 3px;
  margin-top: 10px;
}

.nav-list2_p > li > div {
  line-height: 30px;
}

.nav-list2_p > li.on {
  background-color: #dae7f5;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(228, 0, 27, 1);
  border-bottom: 2px solid #e4001b;
  border-radius: 4px 4px 0 0;
}

.nav-list2_p > li:hover {
  color: rgba(228, 0, 27, 1);
}

.nav-list3 {
  overflow: hidden;
  position: absolute;
  top: 55px;
  left: 0;
  width: 880px;
}
.nav-list3_P {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 650px;
}
/*媒体查询区分      >720  电脑端*/
@media screen and (min-width: 720px) {
  .nav-list .nav-list2_p a {
    font-size: 15px;
    float: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nav-list .nav-list2_p a:hover {
    font-size: 15px;
    color: rgb(10, 9, 9) !important;
  }
  .btn_nav_mobile,
  .bth_news_mobile {
    display: none;
  }
  #jysjmd_mobile {
    display: none;
  }
  .nav-list_p li:nth-child(2) > div {
    left: 265px !important;
  }
}
