@charset "UTF-8";
.data-charts {
  margin: .2rem .2rem;
  overflow: hidden;
}

.data-charts .data-header .struct-part {
  position: relative;
  float: left;
}

.data-charts .data-header .struct-part .title {
  position: relative;
  padding-right: .4rem;
  font-size: .28rem;
  font-weight: 600;
  color: #F25A30;
  line-height: .4rem;
}

.data-charts .data-header .struct-part .title::after {
  position: absolute;
  right: 0;
  top: .12rem;
  content: '';
  border-top: solid .16rem #F25A30;
  border-left: solid .12rem transparent;
  border-right: solid .12rem transparent;
}

.data-charts .data-header .struct-part .title::before {
  position: absolute;
  left: 0;
  top: .32rem;
  width: 2rem;
  content: '(点击切换指数)';
  font-size: .2rem;
  font-weight: 400;
}

.data-charts .data-header .struct-part .struct-tree {
  position: fixed;
  display: none;
  top: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.8rem;
  z-index: 102;
  max-height: 80vh;
  overflow-y: scroll;
  padding: .12rem;
  background: rgba(79, 79, 79, 0.9);
  border-radius: .16rem;
}

.data-charts .data-header .struct-part .struct-tree ul li {
  position: relative;
  z-index: 10;
  margin: 0;
  height: 0.8rem;
  border-bottom: 0.02rem solid rgba(255, 255, 255, 0.5);
  padding-left: 0.3rem;
  overflow: hidden;
  font-size: 0.28rem;
  font-weight: 600;
  color: #FFFFFF;
  word-wrap: break-word;
  padding-right: 0.2rem;
  line-height: 0.8rem;
  border-radius: .06rem;
}

.data-charts .data-header .struct-part .struct-tree ul li.selected-li {
  background: #f25a30;
}

.data-charts .data-header .struct-part .struct-tree ul li span {
  float: right;
  display: block;
  margin: 0.2rem 0.2rem 0 0;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../image/zhankai1.svg) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.data-charts .data-header .struct-part .struct-tree ul li span::after {
  content: "1";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.data-charts .data-header .struct-part .struct-tree ul li .active-btn {
  transform: rotate(180deg);
}

.data-charts .data-header .struct-part .struct-shadow {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: 101;
}

.data-charts .data-header .select-div {
  float: right;
  margin-right: 0.3rem;
  border-radius: 11px;
}

.data-charts .data-header .select-div .btn {
  height: 0.44rem;
  font-size: 0.24rem;
  padding: 0;
  width: 1.4rem;
  font-weight: 400;
  color: #F25A30;
  line-height: 0.34rem;
  border: 1px solid #F25A30;
  border-radius: 0.22rem;
}

.data-charts .data-header .select-div .btn .caret {
  margin-left: 0.2rem;
  border-width: 0.1rem 0.1rem 0;
}

.data-charts .data-header .select-div ul {
  min-width: 1.5rem;
  border-color: #F25A30;
}

.data-charts .data-header .select-div ul li {
  font-size: 0.24rem;
  color: #F25A30;
  padding-left: 0.33rem;
  line-height: 0.5rem;
}

.data-charts .data-header .select-div .open > .dropdown-toggle.btn-default:focus {
  background-color: #fff;
  border-color: #F25A30;
}

.data-charts .data-header .select-div .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.data-charts .line-charts {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}

.data-charts .line-charts h3 {
  font-size: 0.3rem;
  margin-top: 2rem;
  text-align: center;
}

.data-table {
  margin: 0 0.2rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(173, 173, 173, 0.5);
  border-radius: .16rem;
  overflow: hidden;
  margin-bottom: .4rem;
}

.data-table .table {
  width: 100%;
}

.data-table .table thead {
  background: #F8A231;
  padding: 0 .2rem;
}

.data-table .table thead th {
  color: #FFFFFF;
  font-weight: 600;
}

.data-table .table tbody {
  padding: 0 .2rem;
}

.data-table .table td {
  text-align: center;
  border-top: none;
  font-size: 0.28rem;
  font-weight: 400;
  color: #80858B;
  line-height: 0.34rem;
}

.data-table .table th {
  text-align: center;
  font-size: 0.28rem;
  font-weight: 400;
  color: #1F2022;
  line-height: 0.34rem;
  border-bottom: none;
}

.data-table .table .up {
  color: #DC4A51;
}

.data-table .table .down {
  color: green;
}

.data-table .table-striped > tbody > tr:nth-of-type(even) {
  background: #F8F5EC;
}
