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


.demos-title2{
  text-align: center;
  font-size: 22px;
  color: #255a9f;
  font-weight: 400;
  margin: 0 5%;
}

.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: 18px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}
.space{
	text-align: center;
	font-size: 14px;
	padding: 15px;
	height:10px;
}
.description{
	font-size: 14px;
	padding: 1%;
	float:left;
	width:98%;
	border-top:1px solid #e5e5e5;
	background-color:#ffffff !important;
}
.btn-area3{
	float:left;
	width:100%;
}
.description_p1{
	float:left;
	width:95%;
	margin-left:2%;
	text-indent:30px;
}
.description_p2{
	float:left;
	width:98%;
	text-align: center;
	font-size: 14px;
	padding:1%;
}
footer {
	text-align: center;
	font-size: 14px;
	padding: 15px;
	height:36px;
	background:url(bg.jpg) no-repeat;
	background-size:cover;
	background-position:90%;
	color:#ffffff;
	background-color: #ffffff;
}

footer a {
  color: #999;
  text-decoration: none;
}

.input_border{
	border:1px solid #e5e5e5;
	padding:5px;
	border-radius:5px;
}
.logo_med{
	background:url(bg.jpg) no-repeat;
	background-size:cover;
	padding:15px 0;
}

.weui-btn_primary{
	background-color:#255a9f;
}
.weui-btn_plain-primary{
	border:1px solid #255a9f;
	color:#255a9f;
}
.weui-btn_primary2{
	background-color:#5d45b5;
}
.weui-btn_plain-primary2{
	background-color:#5d45b5;
	border:1px solid #5d45b5;
	color:#ffffff;
}
.weui-btn-area2{margin:1em 0;}
.weui-btn-area3{margin:1em 0;}
.weui-footer_fixed-bottom{bottom:0;}
.weui-label{width:auto;}
.weui-article table{
	align:center;
	font-size:14px;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	width:98%;
	float:left;
	margin-left:1%;
	border-collapse:collapse;
}
.weui-article table tr{
	line-height:26px;
}
.weui-article table tr th{
	line-height:26px;
	text-align:center;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.weui-article table tr td{
	line-height:26px;
	text-align:center;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	width:20%;
}
@media screen and (min-device-width: 1024px) {
	.demos-title img{
		width:50%;
	}
	.weui-btn-area2{
		width:45%;
		float:left;
		margin-left:3%;
	}
	.weui-btn-area3{
		width:31%;
		float:left;
		margin-left:1%;
		margin-right:1%;
	}
}

@media screen and (max-device-width: 1023px) {
	.demos-title img{
		width:90%;
	}
	.weui-btn-area2{
		width:98%;
		float:left;
		margin-left:1%;
	}
	.weui-btn-area3{
		width:98%;
		float:left;
		margin-left:1%;
	}
}