/*首页*/
html,
body {
	background-color: #fff;
	max-width: 800px;
	margin: auto;
}

.demos-header {
	background: url(../images/bg_index.jpg)center;
	padding: 50px 0;
	width: 100%;
	/* height: 150px; */
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	margin-bottom: 30px;
}
.form-group{
	margin-bottom: 2rem;
}
.row{
	padding-left:20px ;
}
select{
	line-height: 38px;
	height: 38px;
}

.demos-title {
	text-align: center;
	font-size: 26px;
	color: #ffffff;
	font-weight: 400;
	margin: 30px 5% 0 5%;
}

.demos-sub-title {
	text-align: center;
	color: #ccc;
	font-size: 16px;
}

#form {
	border: 0;
}

.weui-cells {
	margin-top: 0;
}

.mylabel {
	color: #14a28f;
}

.btn-blue {
	color: #ffffff;
	background-color: #14a28f;
}
.btn-blue:hover{
	color: #ffffff;
	background-color: #14a28f;
}

.switch-blue {
	border-color: #14a28f;
	background-color: #14a28f;
}

.switch-blue:checked {
	border-color: #14a28f;
	background-color: #14a28f;
}

.weui-btn_primary:not(.weui-btn_disabled):visited {
	color: #fff
}

.weui-btn_primary:not(.weui-btn_disabled):active {
	color: hsla(0, 0%, 100%, .6);
	background-color: #14a28f
}

