@charset "UTF-8";
/* 数据开放 */

/* chart */
.wrapper-chart .container-1200 {
  background-color: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.chart-toggler {
  color: #333333;
  text-align: center;
}
.chart-toggler span {
  font-size: 28px;
  line-height: 50px;
  font-weight: bold;
  padding: 0 21px;
  cursor: pointer;
}
.chart-toggler span.on,
.chart-toggler span:hover {
  color: rgba(153, 49, 49, 1);
}
.chart-title {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
#u5main {
  width: 100%;
  height: 500px;
}

/* tj */
.wrapper-tj .container-1200 {
  background-color: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.tj-left {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.tj-right {
  float: left;
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 1200px) {
  .tj-left,
  .tj-right {
    float: none;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #u5main {
    height: 300px;
  }
  .chart-toggler span {
    font-size: 18px;
    display: block;
    line-height: 40px;
  }
  .chart-title{
    font-size: 18px;
  }
}
