* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body,p,form,input,button,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}

input,textarea{ box-shadow:none;}

html,body{ 
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

*:not(input) {
	margin: 0;
	padding: 0;
	/*-webkit-user-select: none;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
}

input:focus,select:focus,textarea:focus,button:focus {
	outline: none;
}

img {
	border: none;
	max-width: 100%;
}

img,input {
	vertical-align: middle;
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
}

.clearfix:before, .clearfix:after { 
	display: table; 
	content: " ";
}
.clearfix:after { 
	clear: both;
}

.pull-right {
	float: right!important;
}

.pull-left {
	float: left!important;
}

html, body {
    background: #efeff4;
    font-family: "Microsoft YaHei","微软雅黑","宋体",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    overflow-x: hidden;
}

/* Icons */
.icon-back{
	display: inline-block;
	background: url(../images/icon-back.png) no-repeat;
	width: 10px;
	height: 15px;
	background-size: 9px 15px;
}

.icon-user{
	display: inline-block;
	background: url(../images/icon-user.png) no-repeat;
	width: 17px;
	height: 20px;
	background-size: 17px 20px;
}

.icon-menu-1{
	display: inline-block;
	background: url(../images/icon-menu-1.png) no-repeat;
	width: 24px;
	height: 24px;
	background-size: 100%;
	vertical-align: middle;
}

.icon-menu-2{
	display: inline-block;
	background: url(../images/icon-menu-2.png) no-repeat;
	width: 24px;
	height: 24px;
	background-size: 100%;
	vertical-align: middle;
}

.icon-right{
	display: inline-block;
	background: url(../images/icon-right.png) no-repeat;
	width: 10px;
	height: 20px;
	background-size: 100%;
	vertical-align: middle;
}

.icon-close{
	display: inline-block;
	background: url(../images/icon-close.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 100%;
	vertical-align: middle;
}

.icon-add{
	display: inline-block;
	background: url(../images/icon-add.png) no-repeat;
	width: 60px;
	height: 60px;
	background-size: 100%;
	vertical-align: middle;
}

.icon-checkbox{
	display: inline-block;
	background: url(../images/icon-checkbox.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 100%;
	vertical-align: middle;
}

.icon-checkbox-sel{
	display: inline-block;
	background: url(../images/icon-checkbox-sel.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 100%;
	vertical-align: middle;
}

.icon-payment{
    display: inline-block;
    background: url(../images/icon-payment.png) no-repeat;
    width: 30px;
    height: 35px;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 5px;
}

/* Header */
.fd-header{
	position: relative;
	background: #01c65c;
	height: 45px;
    overflow: hidden;
    color: #fff;
}
.fd-header .header-title{
	height: 45px;
    line-height: 45px;
    margin: 0;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
}
.fd-header .header-back{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 45px;
    width: 45px;
    padding: 10px 0 0 0;
    text-align: center;
    vertical-align: top;
    font-size: 1.5rem;
    color: #fff;
}
.fd-header .header-user{
	position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    height: 45px;
    width: 45px;
    padding: 12px 0 0 0;
    text-align: center;
    vertical-align: top;
    font-size: 1.5rem;
    color: #fff;
}
.fd-header .header-user .new{
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 15px;
	width: 6px;
	height: 6px;
	background: red;
	border-radius: 50%;
}

/* Mask */
.mask-layer{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}

/* Payment */
.payment-box{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: #fff;
}
.payment-box .title{
	padding: 10px 0 20px;
	text-align: center;
	font-size: 18px;
	color: #000;
}
.payment-box .row{
	padding: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}
.payment-box .row.last{
	border-bottom: none;
}
.payment-box .row .label{
	color: #000;
}
.payment-box .row .text{
	color: #999;
}
.payment-box .row .price{
	color: #e54747;
}
.payment-box .btn-payment{
	position: fixed;
	left: 2%;
	bottom: 10px;
	display: block;
	width: 96%;
	height: 42px;
	line-height: 42px;
	background: #01c65c;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	font-size: 16px;
}
.payment-box .icon{
	position: absolute;
	right: 12px;
	top: 12px;
}
