body {
    background: #f6f6f6;
    font-family: 微软雅黑;
    max-width: 640px;
    margin: 0 auto;
}
a {
    color: inherit;
    text-decoration: none !important;
}
img {
    vertical-align: middle;
}
.choose-des {
    font-size: 0.8em;
}
.choose-text {
    margin: 0;
    font-size: 1em;
    color: #999;
    height: 2em;
    line-height: 2em;
}
.white-bgcolor {
    background: #fff !important;
}
.footer{
    position: fixed;
    width: 100%;
    z-index: 5;
    left: 0;
	bottom: 0;
    height: 56px;
}
.footer .weui-tabbar {
    background-color: #fff;
    top: 0;
    height: 56px;
}
.home-head{}
.home-head .head-img{
	position: relative;
	background: url(../images/home-bg.jpg) no-repeat center center;
	background-size: 100%;
	width: 100%;
	height: 200px;
}
.home-head .head-img .head-logo{
	overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    left: 2em;
    bottom: 0;
    margin-bottom: -35px;
}
.home-head .head-img .head-logo img{
	width: 100%;
}
.home-head .head-img .head-name{
	position: absolute;
	bottom: 0;
	left: 110px;
	line-height: 2.5em;
	color: #fff;
	font-weight: bold;
}
.home-head .head-img .head-icon{
	position: absolute;
	top: 0.625em;
	right: 0.625em;
}
.home-head .head-img .head-icon a{
	margin-left: 0.4em;
	font-size: 1.5em;
	color: #fff;
}
.home-head .head-cont{
    padding: 8px 0;
    margin-left: 120px;
}
.home-head .weui-flex__item,.home-money .weui-flex__item{border-right: 1px solid #eee;}
.home-head .weui-flex__item:last-child,.home-money .weui-flex__item:last-child{border-right: none;}
.home-head .head-cont p,.home-money p{
	margin: 0;
	font-weight: bold;
	line-height: 1em;
	font-size: 0.8em;
}
.home-head .head-cont span,.home-money span{
	font-size: 0.8em;
}
.home-cont{}
.home-cont .choose-text{
	color: #444;
}
.home-money{
	text-align: center;
	padding: 15px 0;
}

.home-order{
	padding: 1em 0;
	border-top: 1px solid #f2f2f2;
}
.home-order .weui-flex__item{
	text-align: center;
}
.home-order .weui-flex__icon{}
.home-order .weui-flex__label{
	margin: 0;
	color: #777;
	font-size: 0.8em;
}