body, html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.demos-title {
  text-align: center;
  font-size: 34px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

.demos-sub-title {
  text-align: center;
  color: #888;
  font-size: 14px;
}

.demos-header {
  padding: 35px 0;
}

.demos-content-padded {
  padding: 15px;
}

.demos-second-title {
  text-align: center;
  font-size: 24px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

footer {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}

footer a {
  color: #999;
  text-decoration: none;
}
.on{
  background-color: #80FFFF;
  font-weight: bold;
  color: #CC0000;
}
/**修正JQUERY UI 折叠盒打不开**/
.ui-accordion-content-active{
  height: auto;
}
.chart_box{
  min-width:250px;
  width:100%;
  height:250px;
  padding: 10px;
  margin: 10px;
}
/**底部导航条选中后图标变色**/
.weui-bar__item--on img{
  background-color: #c5c5c5;
}
/***input:number 去掉上下箭头*/
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button { -webkit-appearance: none; }
input[type="number"]{ -moz-appearance: textfield; }
