body, html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.clearfix:after { content: " "; display: block; clear: both; }
a {color: #333;text-decoration: none;}
a:hover {color: #333;}
a:link {-webkit-tap-highlight-color: transparent;}
.demos-title {
  text-align: center;
  font-size: 20px;
  color: #3cc51f;
  font-weight: 400;
}

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

.demos-header {
  padding: 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-cells{
  margin-top: 0;
  font-size: 12px;
}
.weui-cell_select{
  padding-left: 15px;
}
.weui-select{
  padding-left: 0;
}

.weui-mask,.weui-dialog,.weui-toast{
  opacity: 1;
  visibility: visible;
}
.weui-toast{
  width: 12em;
}
.weui-dialog{
  width: 90%;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.weui-dialog div{
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.weui-uploader__files li{
  position: relative;
}
.close-box{
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
}
.close-box img{
  width: 100%;
  height: 100%;
}