body, html {
  /*height: 100%;*/
  -webkit-tap-highlight-color: transparent;
  background: #f6f6f6 none repeat scroll 0 0;
  font-size: .14rem;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video,div{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 14px;
}
.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;
}


 input::-webkit-input-placeholder{
  color:#ddd;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#ddd;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#ddd;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#ddd;
}
.h-empty{
  text-align: center;
  display: block;
  /*height: 100%;*/
  /*padding: 1rem 0 1rem;*/
}
.h-empty .empty-title{
  margin-top: 1rem;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  font: inherit;
}

.weui-cell:before{
  left: 0;
}
.inner-box {
  padding: 0 10px;
  margin-bottom: 60px;
}
.h-height-rem-1d5{
  height: 1.5rem;
}
.h_ul{
  padding: 0.6em 0;
  margin-top: 0;
}
.h_ul li{
  width: 44%;
  display: inline-block;
}
.h_ul li a{
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
  display: inline-block;
  line-height: 1.6rem;
}
.h_ul .weui-media-box__info__meta_extra{
  border-left: 1px solid #f5f5f5  ;
}
.h-border_bottom{
  border-bottom: 1px solid #f5f5f5;;
}
.h-home{
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 1px 2px 8px rgba(0,0,0,.01);
}
.h-home .weui-grid:after, .weui-grid:before{
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.h-home .van-grid{
  display:flex
}
.h-home .custom-grid {
  text-align: center;
  display: block;
}
.h-home .van-grid-item{
  flex-basis: 50%;
  position: relative;
  box-sizing: border-box;
}
.h-home .van-grid-item__content {
  padding: 10px 2px;
}
.van-grid-item__content{
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  padding: 16px 8px;
  background-color: #fff;
}
.h-home .van-grid-item__content--center{
  align-items:center;
  justify-content: center;
}
.h-home .custom-main img {
  width: 3.5rem;
  height: auto;
}
.h-home .custom-grid img, .h-home .custom-grid p, .h-home .custom-grid strong {
  display: block;
  margin: 0 auto;
}
.h-home .custom-main strong {
  color: #414141;
  font-weight: 500;
  padding: .5rem 0 .08rem 0;
  /*font-size: .14rem;*/
}
.mg-t-10{
  margin-top: 10px;
}
.no-healthcard-face  {
  background-color: #e0dfe0;
  padding: .15rem;
  border-radius: 6px;
  height: 5rem;
  box-sizing: border-box;
}
.no-healthcard-face>div  {
  border: .01rem dashed hsla(0,0%,100%,.8);
  height: 100%;
  border-radius: 6px;
  box-shadow: 0 0 1px rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #666;
}
.no-healthcard-face>div p  {
    background-color: #fff;
    height: 1rem;
    line-height: 1rem;
    padding: 5px 20px;
    border-radius: 1rem;
    font-size: 13px;
}
.no-healthcard-face>div p a  {
  color: #3bc37b;
  text-decoration: underline;
}
.inner-box .middle-banner  {
  border-radius: 6px;
  overflow: hidden;
}
.h-block{
  display: block;
}
.inner-box .middle-banner img  {
  display: block;
  width: 100%;
}
.h-grids{
  background: #fff;
  border-radius: 6px;
}
.h-grids .weui-grid{
  width: 25%;
  padding: 10px 2px;
}
.weui-grid:after, .weui-grid:before{
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.weui-grids:after, .weui-grids:before{
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.h-grids .weui-grid__label{
  color:#7e7b83;
  padding: .08rem 0;
  /*font-size: .12rem;*/
  font-weight: 400;
  display: block;
  margin: 0 auto;
}
.h-man .weui-grid__icon{
  width: 95%;
  height: auto;
}
.h-man .weui-grid{
  padding: 5px 2px;
}
.weui-media-box{
  padding: 15px 20px 2px;
}
.h-man-padd{
  padding: 0 10px;
}
.h-bottom .weui-grid{
  width: 50%;
  height: auto;
}
.h-bottom .weui-grid__icon{
  width: auto;
  height: auto;
}
.h-bottom .weui-grids:after,
.h-bottom .weui-grids:before {
  border-left: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
}
.h-bottom .weui-grids:after, .h-bottom .weui-grids:before{
  border-left: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
}
.h-bottom .weui-grid:after, .h-bottom .weui-grid:before {
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
}
.h-bottom .weui-grid:after, .h-bottom .weui-grid:before {
  border-right: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
}
.h-tips{
  color: red;
}
