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;
}
.weui-tabbar {
    height: 3.176rem;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    bottom: 0;
    background: #FFFFFF;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
}
.weui-toast{
	opacity: 1!important;
	visibility: visible!important;
}
.weui-tabbar .weui-tabbar__item .scan {
			    padding-top: 0.2rem;
			    width: 2.75rem;
			    height: 2.75rem;
			}
					.weui-tabbar .weui-tabbar__item {
		    padding: 0.4rem 0 0;
		}
.jnc_align{
	  text-align: center;
}
/*charges*/
.weui-row {
		margin:5px 5px 5px 5px;
	  }
	  [class*="weui-col-"] {
		/*border: 1px solid #ccc;*/
		height: 40px;
		line-height: 40px;
		text-align: center;
	  }
	  .jnc_fff{
		  margin-left:10px;
		  margin-right:10px;
		background:#FFF;
		-webkit-border-radius: 15px;
	   }
	   .weui-grid__lr {
		    position: relative;
		    float: left;
		    padding: 20px 10px;
		    width: 50%;
		    box-sizing: border-box;
		}
		.weui-grid__lr:before {
		    content: '';
		    position: absolute;
		    box-sizing: border-box;
		    width: 200%;
		    height: 200%;
		    left: 0;
		    top: 0;
		    border-bottom: 1px solid #d9d9d9;
		    border-right: 1px solid #d9d9d9;
		    -webkit-transform-origin: 0 0;
		    transform-origin: 0 0;
		    -webkit-transform: scale(.5);
		    transform: scale(.5);
		}
 .weui-grid__doul {
		    position: relative;
		    float: left;
		    padding: 20px 10px;
		    width: 50%;
		    box-sizing: border-box;
		} .weui-grid__doul2 {
		    position: relative;
		    float: left;
		    padding: 20px 10px;
		    width: 50%;
		    box-sizing: border-box;
		}
		.weui-grid__doul:before {
		    content: '';
		    position: absolute;
		    box-sizing: border-box;
		    width: 200%;
		    height: 200%;
		    left: 0;
		    top: 0;
		    border-bottom: 1px solid #d9d9d9;
		    border-right: 1px solid #d9d9d9;
		    -webkit-transform-origin: 0 0;
		    transform-origin: 0 0;
		    -webkit-transform: scale(.5);
		    transform: scale(.5);
		}