body {
	font-family: "microsoft yahei" "微软雅黑";
	font-size: 12px
}

.clearfix:after {
	display: block;
	content: '.';
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.flex-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-box-justify {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.flex-box-align {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.flex-box-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.flex-1 {
	flex: 1;
	-webkit-box-flex: 1.0;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.border-1px {
	position: relative;
}
.border-1px-t{
	position: relative;
}
.border-1px:after {
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #e0e0e0;
	content: '';
	width: 100%;
}
.border-1px-t:before {
	position: absolute;
	left: 0;
	top: 0;
	border-top: 1px solid #e0e0e0;
	content: '';
	width: 100%;
}
@media(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5) {
	.border-1px:after,.border-1px-t:before {
		-webkit-transform: scaleY(0.7);
		transform: scaleY(0.7);
	}
}

@media(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
	.border-1px:after,.border-1px-t:before {
		-webkit-transform: scaleY(0.5);
		transform: scaleY(0.5);
	}
}

.dialog-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	padding: 0 17px;
	width: 100%;
}

.chose-address-wrapper {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.chose-address-wrapper .title {
	height: 45px;
	padding-left: 17px;
	color: #fff;
	background: #febd23;
	font-size: 15px;
	line-height: 45px;
}

.chose-address-wrapper .list {
	padding: 10px 18px;
	max-height: 270px;
	overflow: auto;
	margin: 0 6px;
}

.chose-address-wrapper .item {
	padding: 10px 0;
	display: block;
	line-height: 17px;
	font-size: 0;
}

.aui-radio {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0;
	float: left;
	font-size: 9px;
}

.aui-radio:checked {
	background: #ff8a00;
	border-color: #ff8a00;
}

input.aui-radio:after {
	display: none;
}

input.aui-radio:before {
	content: '';
	width: 8px !important;
	height: 4px !important;
	margin-left: -5px !important;
	margin-top: -4px !important;
}

.chose-address-wrapper .text {
	font-size: 12px;
	color: #3e3e3e;
	line-height: 17px;
	padding-left: 30px;
}

.aui-radio:checked~.text {
	color: #ff8a00;
}

.footer {
	padding: 8px 17px;
}

.footer input.aui-radio {
	width: 13px;
	height: 13px;
}

.footer .item {
	display: inline-block;
	width: auto;
}

.footer .text {
	font-size: 10px;
	padding-left: 20px;
	line-height: 13px;
}

.footer .aui-radio:checked~.text {
	color: #3e3e3e;
}

.btn-wrapper {
	float: right;
	font-size: 0;
}

.btn-wrapper .btn {
	font-size: 14px;
	line-height: 29px;
	font-weight: 400;
	padding: 0 26px;
	border-right: 1px solid #cecece;
	display: inline-block;
}

.btn-wrapper .btn:last-of-type {
	border: none;
}

.desc-list {
	background: -webkit-linear-gradient(#ffa813, #ff8900);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#ffa813, #ff8900);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#ffa813, #ff8900);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#ffa813, #ff8900);
	/* 标准的语法 */
	overflow: auto;
}

.desc-list .item {
	overflow: hidden;
	padding: 10px 20px;
	color: #fff;
	line-height: 14px;
}

.hg-process {
	/*padding:0 32px*/
}

.hg-process .block {
	text-align: center;
	/*padding:0 32px;*/
}

.reason .title {
	padding: 22px 70px 10px 70px;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	color: #555555;
}

.hg-process .block i {
	width: 20px;
	height: 20px;
	background: #c8c8c8;
	color: #fff;
	display: block;
	margin: 10px auto;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	position: relative;
	z-index: 2;
}

.icon-search {
	font-size: 18px;
}

.line-box {
	position: relative;
	margin: 0 1px;
}

.hg-process .line-box:before {
	content: '';
	width: 50%;
	position: absolute;
	left: 0px;
	top: 50%;
	border: 1px dashed #c9c9c9;
	transform: translate(100%, 0.5);
	-webkit-transform: translate(100%, 0.5);
}

.hg-process .line-box:after {
	content: '';
	width: 50%;
	position: absolute;
	right: -10px;
	top: 50%;
	border: 1px dashed #c9c9c9;
	transform: translate(-100%, 0.5);
	-webkit-transform: translate(100%, 0.5);
	margin-right: 12px;
}

.hg-process .block:first-child .line-box:before {
	display: none;
}

.hg-process .block .line-box.end:after {
	display: none;
}

.block .desc {
	font-size: 12px;
	color: #333333;
	line-height: 25px;
}

.block .time {
	font-size: 12px;
	color: #9c9c9c;
	line-height: 22px;
}

.get-address {
	margin: 25px 0;
	font-size: 0;
	text-align: center;
}

.get-address .btn {
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	display: inline-block;
	background: #ff970b;
	font-size: 12px;
	border-radius: 2px;
}

.get-address .btn:active {
	opacity: 0.7;
}

.btn:active {
	opacity: 0.8 !important;
}

.add-wrapper {
	position: fixed;
	background: #f2f2f2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.add-content {
	width: 100%;
	min-height: 100%;
}

.hg-wrapper.add {
	padding-bottom: 52px;
	overflow: auto;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.user-detail {
	background: #fff;
}

.user-detail .list .title {
	padding: 10px 10px;
	font-size: 12px;
	color: #262626;
	font-weight: 400;
}

.user-detail .money {
	color: #ff970b;
	padding-left: 11px;
}

.user-detail .list .btn {
	background: #ff970b;
	line-height: 35px;
	padding: 0 25px;
	color: #fff;
	border-radius: 3px;
}

.item {
	padding: 10px 10px;
	font-size: 12px;
	color: #888888;
}

.item .money {
	padding: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	margin-bottom: 9px;
}

.item .desc {
	font-size: 12px;
	line-height: 12px;
}

.user-tips {
	width: 100%;
	height: 52px;
	margin: -52px auto 0 auto;
	line-height: 52px;
	text-align: center;
	background: #fff8e5;
	color: #ff7009;
	font-size: 12px
	/*top:6px*/
}

.user-tips .text {}

.money .title {
	background: transparent;
	padding: 0;
	text-align: center;
	color: #555555;
	position: relative;
}

.money .icon-close {
	position: absolute;
	padding: 10px;
	color: #15355f;
	right: 10px;
	top: 50%;
	margin-top: -17px;
}

.money .pay-money {
	font-size: 30px;
	color: #2d2d2d;
	font-weight: 400;
	text-align: center;
	line-height: 33px;
	margin-top: 18px;
}

.money .pay-detail {
	padding: 0 22px;
	font-size: 12px;
	color: #5A5A5A;
	text-align: center;
	line-height: 22px;
	margin-bottom: 12px;
}

.money .pay-tips {
	padding: 0 22px;
	line-height: 13px;
	font-size: 12px;
	text-align: left;
	margin-bottom: 12px;
}

.money .fetch-list-title {
	font-size: 12px;
	color: #555555;
	padding: 0 22px 10px 22px;
}

.money .fetch-list {
	padding: 0;
	margin: 0;
}

.money .fetch-item {
	padding: 16px 22px;
}

.money .avatar {
	width: 36px;
	height: 36px;
	font-size: 0;
	margin-right: 18px;
}

.money .avatar i {
	vertical-align: top;
	display: inline-block;
	font-size: 36px;
}

.money .avatar i.icon-wx {
	font-size: 28px;
	width: 34px;
	height: 34px;
	margin: 1px 1px 1px 3px;
	background: #98c01b;
	border-radius: 50%;
	color: #fff;
	line-height: 34px;
	text-align: center;
}

.money .inner .lei {
	font-size: 14px;
	color: #2d2d2d;
}

.money .inner .text {
	padding-left: 0;
	font-size: 12px;
	color: #2d2d2d;
	color: #999999;
}

.money .btn {
	width: 36px;
	height: 36px;
	padding: 10px 0 10px 20px;
}

.money input.aui-radio {
	width: 16px;
	height: 16px;
}

.money input.aui-radio:checked {
	background: transparent;
	border-color: #ff8a00;
}

.money input.aui-radio:checked:before {
	display: none;
}

.money input.aui-radio:checked:after {
	display: block;
	width: 9px;
	height: 9px;
	background: #ff8a00;
	content: '';
	border-radius: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border: none;
}

.money-btn {
	padding: 10px 22px;
}

.money-btn .btn {
	width: 100%;
	text-align: center;
	line-height: 45px;
	color: #fff;
	border-radius: 4px;
	background: #ff970b;
	padding: 0;
	height: 45px;
}

@media only screen and (max-width: 320px) {
	.money .pay-money {
		font-size: 26px;
		margin-top: 10px;
		line-height: 28px;
	}
	.money .pay-detail {
		margin-bottom: 4px;
	}
	.money .pay-tips {
		margin-bottom: 4px;
	}
	.money .fetch-item {
		padding: 8px;
	}
	.money-btn .btn {
		height: 36px;
		line-height: 36px;
	}
	.money .pay-tips,
	.money .pay-detail,
	.money .fetch-list-title {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.money .pay-detail.pay {
	padding: 18px 0;
	margin: 0;
}

.input-wrapper {
	margin: 0 22px;
	padding: 17px;
	border: 1px solid #d5dae1;
	border-radius: 5px;
	margin-bottom: 8px;
}

.input-wrapper input.aui-input {
	text-align: center;
	font-size: 14px;
	color: #2a2a2a;
	line-height: 16px;
	min-height: auto;
}

.hg-process .block i.icon-hg-card,
.hg-process .block i.icon-hg-goods {
	border-radius: 0;
	background: none;
	font-size: 20px;
}