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

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

.demos-header {
  padding: 10px 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;
}
.weui_bar__item_on{
  border-bottom: solid 2px;
  border-bottom-color: #CC0000;
}

.weui-form-preview{
  border-bottom: double;border-bottom-color: #232323;
}
.weui-icon-yellow{
  color: #ffbe00;
}

.layui-bg-red{
  color: #f00!important;
  font-weight: bold;
}
.layui-bg-green {
  color: #3cc51f;
}
.layui-bg-black{
  color: #3cc51f;
}
.layui-bg-orange{
  color: #FF5722!important;
}
.weui-icon_msg-primary{
  font-size: 23px;
}

.weui-swiped-btn_finish{
  background-color:#3cc51f;
}