html {
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, Hiragino Sans GB, Microsoft Yahei, sans-serif
}

button,
input,
select,
textarea {
	background: none;
	outline: 0 none;
	border: 0 none
}

a{ 
	text-decoration:none;
}

.pageView-l {
	width: 100%;
	min-height: 100%;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.store_lists-l {
	width: 100%;
	overflow-y: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.store_list {
	width: 96%;
	padding: 12px 5px;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
}

.store_list .info_box {
	width: 85%;
	margin-left: 5%;
}

.store_list .info_box .store_name {
	font-size: 14px;
	color: #262626
}

.store_list .info_box .distance {
	color: #fff;
	margin-left: 5px;
	background-color: #0088cc;
	padding:2px 5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font-size: 12px;
}

.store_list .info_box .address {
	font-size: 12px;
	color: #969696;
	margin-top: 5px
}

.store_list.current .select {
	background: #c8a841;
	border: 0 none
}


.bottom_box-l {
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0
}







.submit {
	width: 100%;
	padding: 12px 0;
	background: #bfbfbf;
	font-size: 15px;
	color: #fff;
	text-align: center
}

.submit.current {
	background: #c8a841
}

.pop_box-l {
	max-width: 80%;
	padding: 12px 15px;
	margin: 0 auto;
	background: rgba(0, 0, 0, .5);
	border-radius: 4px;
	overflow: hidden;
	font-size: 15px;
	color: #fff;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3
}

.loadTip-l {
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	color: #888
}

.mask-l {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2
}

.coupon_info-l {
	width: 100%;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3
}

.coupon_info-l .img_box {
	display: block;
	width: 80%;
	margin: 0 auto;
	border-radius: 6px;
	position: relative
}

.coupon_info-l .img_box img {
	width: 100%;
	vertical-align: top;
	margin-bottom: -1px
}

.coupon_info-l .bg {
	width: 96%;
	position: absolute;
	z-index: 5
}

.coupon_info-l .close_icon {
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	right: -12px;
	top: -12px;
	z-index: 3
}

.coupon_info-l .close_icon span {
	display: block;
	width: 18px;
	height: 18px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACWklEQVRYR+2WS6uOURTHf3+FXArFOUkREyZHOZQ6HZfOUYqB4fEZjHwTQx+CKSZSbicKuV+KMjARkei4hKWl/dS2PXs/+3mkd3L25B28+1n/3/6vtdfaYsRLI9ZnESDrgJltBBYkffiXNJnZCmBc0su2OK0AZjYLnAM+AtOSng2BMLNxYB7YAhyXdDaN8xeAmW0GngNLw+a3QyAi8W0hzg9gt6R7MUQbwHrgLrAp2tgLwsz82ytAI+6h3gATkl4XAfxPM3PLrrdAHJT0qJSOIO62u5PNehdcfNKZgmZDBuI9sC8HkRH3It4v6X51ESYQbmV8mlaIjPgnwF27nXOtsxFlAv8BEdxKQReAWUk3SinrBAg14UWV5tUhZgD/TevlC3BYkkMVVxVAAcKFPgPrIpVvwFFJF7vE/f9qgAJErPMdOCbpfI14b4AI4iGwNhExYE7SmVrxoQDeXv0+x7Z7rJ+h0Tz+bwCZDhfrebfzO/+0FqK6BjLX0YfVEmBVJNgLogogc89/CwVhv24bhkB0AhRa8lRjtZntCH0irosqJ4oAZubTzE8XT0bv7T4PHsR5NrMJ4Cqwpo8TpReRi3v386pvlvf2A5LutBWZmU0Cl4HVtRC5F9H2ECgVPyTpZqnCzWwv4F2wCqLtQTIG+Mz3h0mzfLDMdIk3mwPEJWBl4sSkpFfxAdoAdgG3wvXyvV8BP/m12rsdOuZ0cGJ5+M4b1c70LZFLwUngVBA/IslP03uZmU/LC8Ay4ISk02mQUhHOAS8kuRuDl5ntAbbmZkRnHxisXPnhIsDIHfgFzN7wIUatuUsAAAAASUVORK5CYII=) no-repeat;
	background-size: 100%;
	margin: 6px auto
}

.share_detail-l {
	background: #df3121;
	padding: 10px 20px
}

.coupon_detail-l {
	background: #fff;
	margin: 0 auto;
	padding: 18px 0;
	border-radius: 6px;
	text-align: center;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden
}

.btn-l {
	background: #f6ba40;
	border-radius: 10px;
	width: 80%;
	margin: 12% auto;
	text-align: center;
	padding: 20px;
	color: #fff;
	font-weight: 700
}

.share_info-l {
	text-align: center;
	padding: 0 4px 6px;
	font-size: 14px;
	color: #fff
}

.goods_thumbnail-l {
	width: 30%;
	float: left
}

.coupon_desc-l {
	width: 70%;
	font-size: 14px;
	float: right;
	text-align: left;
	padding-left: 10px
}

.coupon_desc-l div {
	padding: 4px 0
}

.coupon_desc-l .goods_name {
	color: #ba8d88
}

.coupon_desc-l .derate_money {
	color: #000;
	font-size: 20px
}

.coupon_desc-l .goods_price {
	color: #ccb391
}

.share_box-l {
	width: 50%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10
}

.share_box-l img {
	width: 100%
}

.cancel-confirm-mask-l {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, .2)
}

.cancel-confirm-l {
	width: 80%;
	background: #fff;
	position: fixed;
	z-index: 1000;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%
}

.cancel-confirm-title-l {
	text-align: center;
	font-size: 13px;
	line-height: 38px;
	border-bottom: 1px solid #eee
}

.cancel-confirm-content-l {
	padding: 24px 10px;
	font-size: 13px;
	text-align: center
}

.cancel-confirm-acts-l {
	border-top: 1px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.cancel-confirm-acts-l button {
	padding: 12px 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 13px
}

.cancel-confirm-quit-l {
	background: #f44336;
	color: #fff
}

.cancel-confirm-do-l {
	color: #666
}






.wait-view {
	background: #f8f8f8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.wait-icon {
	width: 60px;
	margin: 0 auto
}

.wait-icon img {
	width: 100%;
	vertical-align: top
}

.order-detail {
	padding: 30px 14px;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	margin: 14px;
	border-radius: 4px
}

.wait-desc {
	text-align: center;
	margin: 18px 0;
	font-weight: 600;
	font-size: 20px;
	color: #3b3a3a
}

.queue-desc {
	text-align: center;
	font-size: 13px;
	color: #333
}

.sub-desc {
	text-align: center;
	font-size: 12px;
	color: #888;
	margin: 15px 0 10px
}

.order-acts {
	text-align: center;
	margin: 40px 0
}

.order-acts button {
	font-size: 13px;
	border: 1px solid #ddd;
	color: #aaa;
	border-radius: 6px;
	padding: 10px 60px;
	letter-spacing: 2px
}
.xx button {
	font-size: 15px;
	color: #fff;
	border-radius: 6px;
	padding: 10px 60px;
	letter-spacing: 2px;
	background-color: darkorange;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #ddd;
}

.order-listen {
	font-size: 12px;
	color: #bfbfbf;
	line-height: 20px
}

.food-code {
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: red;
	font-weight: 600
}

.food-code.codes {
	font-size: 30px
}

.order_box-d {
	width: 100%;
	padding: 0 20px;
	margin-top: 30px;
	margin-bottom: 30px
}

.order_box-d .title {
	width: 100%;
	height: 1px;
	background: #e9e9e9;
	margin: 20px 0 10px;
	position: relative
}

.order_box-d .title span {
	position: absolute;
	left: 50%;
	top: -10px;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	font-size: 14px;
	color: #404040;
	padding: 0 10px;
	background: #fff
}

#phone {
	text-align: center;
	font-size: 14px;
	padding-top: 7px
}

.order_box-d .order {
	width: 100%;
	margin-top: 20px
}

.order .left {
	float: left;
	max-width: 70%;
	font-size: 13px;
	color: #969696
}

.order .right {
	float: right;
	font-size: 13px;
	color: #09920b
}

.order .right.failed {
	color: #db3036
}

.yes-icon {
	width: 80px;
	height: 80px;
	margin: 30px auto 20px;
	background: url(data:image/png;base64,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) no-repeat 50%;
	background-size: 100%
}

.chucan-tip {
	text-align: center;
	color: #ee614f;
	margin: 12px 0;
	font-size: 18px
}

.order_box-d.delivery .right {
	color: #000;
	float: none;
	text-align: right
}

.order_box-d.delivery .right a {
	font-size: 13px;
	border: 1px solid #ddd;
	color: #aaa;
	border-radius: 6px;
	padding: 2px 6px
}


.flex {
	display: -webkit-flex;
	display: flex;
}
.flex-direction-row {
	flex-direction: row;
}
.flex-direction-column {
	flex-direction: column;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-around {
	justify-content: space-around;
}
.justify-content-center {
	justify-content: center;
}
.align-items-start {
	align-items: flex-start;
}
.align-items-end {
	align-items: flex-end;
}
.align-items-center {
	align-items: center;
}
.align-items-baseline {
	align-items: baseline;
}
.font-base {
	font-size: 1.5rem;
}
.font-sm {
	font-size: 0.6rem;
}
.color-base {
	color: #444444;
}
.color-w {
	color: #FFFFFF;
}
.color-light {
	color: #ccc;
}
.width-1 {
	width: 12rem;
	line-height: 3.5rem;
}
.b_money {
	font-size: 2rem;
}
.changer {
	margin: 5rem 0 2rem 0;
}
.withdraw {
	margin-top: 3rem;
}
.w100 {
	width: 100%;
}
.hidden {
	display: none;
}
.bg-x {
	background-color: #008000;
}


.model-pop {
	position: absolute;
	bottom: 100px;
	height: 40px;
	left: 10%;
	width: 80%;
}
.model-item {
	border-radius: 20px;
	height: 40px;
	width: 160px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #5e5e5e;
}
.model-confirm {
	background-color: orangered;
}

.sunshine {
	font-size: 13px;
	color: #ccc;
	margin: 10px 0 0 0;
}

.guang {
	position: fixed;
	bottom: 0;
	height: 30px;
	color: #ccc;
	width: 100%;
	text-align: center;
	
    border-top: 1px solid #eee;
    border-bottom: 1px solid #f2f2f2;
}
.guang a {
	font-size: 13px;
	color: #ccc;
}
.guang_text {
	font-size: 16px;
	/*color:#ccc;*/
	font-family: sans-serif;
	height: 30px;
 /*   width: 100%;*/
    line-height: 30px;
    color: #f90;
}

.gokfc {
	position: fixed;
	bottom: 70px;
	right: 0;
	width: 9em;
	height: 1.5em;
	padding-top: 0.3em;
	background-color: #ccc;
	border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
	text-align: center;
	font-size: 1em;
}
.gokfc a {
    color: #444;
}
.showtoast {
    position: fixed;
	top: 40%;
	left: 10%;
	width: 76%;
	height: 1.5em;
	padding: 0.55em 2% 0.45em 2%;
	background-color: RGBA(0,0,0,0.5);
	color: #fff;
	border-radius: 0.5em;
	text-align: center;
	font-size: 1em;
	z-index: 3;
}
.juzy {
    height: 60px;
    position: relative;
    width: 90%;
    margin: 0 5%;
}
.juz {
    margin-left: 1em;
}
.juy {
    padding-top: 0.2em;
    margin-right: 1em;
}
.position {
	position:relative;
	width:.5em;
	height:.5em;
	border:.4em solid #aaa;
	border-radius:50%;
	margin-bottom: 0.5em;
}
.position:after {
	content:"";
	position:absolute;
	top:0.46em;
	left:-.38em;
	width:0;
	height:0;
	border-top:0.85em solid #aaa;
	border-right:.65em solid transparent;
	border-left:.65em solid transparent;
	border-top-left-radius:50%;
	border-top-right-radius:50%;
}
.searchk {
    height: 1.8em;
    flex-grow: 1;
    border: 1px solid #999;
    border-radius: 0.5em;
}
.showcity {
    margin: 0 0.2em 0 0.5em;
    color: #aaa;
    font-size: 0.9em;
}
.bottom {
	width:0;
	height:0;
	border-top:0.5em solid #aaa;
	border-right:0.3em solid transparent;
	border-left:0.3em solid transparent;
}
input {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
	flex-grow: 1;
	margin-left: 0.5em;
}
.search {
	box-sizing:border-box;
	position:relative;
	width: 0.5em;
	height: .15em;
	background-color:#aaa;
	border-top-right-radius:.075em;
	border-bottom-right-radius:.075em;
	transform:rotate(40deg);
	transform-origin:right center;
	margin-top: 0.65em;
	margin-right: 0.5em;
	margin-left: -1em;
}
.search:before {
	content:"";
	position:absolute;
	left:-0.65em;
	bottom:-.3em;
	width:0.5em;
	height:0.5em;
	border:.15em solid #aaa;
	border-radius:50%;
}



