@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea {
	padding: 0px;
	margin: 0px;
	border: none;
	color: #444444;
}

a,
a:visited {
	text-decoration: none;
	color: #444444;
}

a:active,
a:hover {
	text-decoration: none;
	color: #444444;
}

a:focus,
input:hover,
button:hover,
input[type='button']:hover {
	outline: none;
}

i,
em,
cite {
	font-style: normal;
}

b,
strong {
	font-weight: bold
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

li {
	vertical-align: bottom;
	/* overflow: hidden; */
	list-style-type: none;
}

body,
button,
input,
select,
textarea {
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	outline: none;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

input,
select,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

/* 禁止webkit横屏改变字体大小*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* 设置HTML5元素为块*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	padding: 0px;
	margin: 0px;
	border: none;
}

/* 超出隐藏*/
.overflow {
	overflow: hidden;
}

/* 点击去除阴影*/
a,
button,
input,
i {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

/* float*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/* 图片自适应调整 并解决图片缩放的失真问题*/
img {
	max-width: 100%;
	height: auto;
	border: none;
	interpolation-mode: bicubic;
}

/* 文字居中*/
.txt-center {
	text-align: center;
}

.txt-justify {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* 自动换行*/
.word-auto {
	word-wrap: break-word;
	word-break: normal;
}

/* 自动居中*/
.word-hidden {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.mg-auto {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* clearfix*/
.clearfix {*zoom:1;}
.clearfix:after {content:'\200B';clear:both;display:block;height:0px}

/* transtion-Hover*/
.tianstion {
	transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

.mb1 {
	margin-bottom: 1rem;
}

.mb2 {
	margin-bottom: 2.4rem;
}

.middle {
	vertical-align: middle;
}

.top {
	vertical-align: top;
}

.inb {
	display: inline-block;
}

.pdb1rem {
	padding-bottom: 1rem;
}

.area {
	width: 100%;
}

.bgbody {
	background: #f8f8f8;
}

body {
	background: #fff;
	max-width: 750px;
	margin: 0 auto;
}

.por {
	position: relative;
}

#wrap {
	width: 100%;
}

@media screen and (max-width: 360px) {
	body {
		font-size: 11px;
	}

	#wrap {
		width: 100%;
	}
}

@media screen and (min-width: 360px) and (max-width: 479px) {
	body {
		font-size: 12px;
	}

	#wrap {
		width: 100%;
	}
}

@media screen and (min-width: 480px) and (max-width: 640px) {
	body {
		font-size: 15px;
	}

	#wrap {
		width: 100%;
	}
}

.panel {
	background-color: #fff;
	width: 100%;
	z-index: 99;
	border-bottom: 1px solid #ccc;
}

.panel .cell {
	padding: 10px;
	height: 100%;
}

.panel .block {
	float: left;
	height: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: calc(25% - 10px);
	font-size: 13px;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
}

.panel .block:active,
.panel .block.active {
	background-color: #0061AE;
	border: 1px solid #0061AE;
	color: #fff;
}

.panel .block:nth-child(4n + 0) {
	margin-right: 0;
}

.panel .t {
	display: block;
	padding: 10px;
	background-color: #f7f7f7;
	font-size: 12px;
}

.mask-share {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
}

.mask-share>div {
	display: block;
	background-color: #fff;
	padding: 20px 10px 10px 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.mask-share p:first-child {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 600;
}

.mask-share .methods {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 120px;
}

.mask-share .icon-close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 25px;
	padding: 10px;
}

.mask-share .methods .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.mask-share .methods .block img {
	height: 60px;
	width: 60px;
	border-radius: 60px;
	background-color: #eee;
	margin-bottom: 10px;
}

.mask-share-to {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
}

.mask-share-to img {
	width: 96%;
	margin: 10px auto;
}

.mask-qrcode {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
}

.mask-qrcode #cover,
.mask-qrcode canvas {
	display: block;
	height: 420px;
	width: 300px;
	margin: 30px auto;
	padding: 0 10px;
	position: relative;
}

#qrcode,
.mask-qrcode canvas {
	background: #fff;
	position: absolute;
	left: -100%;
	top: 0;
}

.mask-qrcode .icon {
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background-color: #fff;
	position: absolute;
	right: calc(10% - 10px);
	top: 20px;
	border: 1px solid #eee;
	line-height: 30px;
	text-align: center;
}

.mask-qrcode .iconfont {
	font-size: 18px;
}

.x-shops {
	background-color: #fff;
	margin-top: 10px;
	display: block;
}

.x-shops .title {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	border-bottom: 1px solid #eee;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}

.x-shops .title .phone {
	position: absolute;
	right: 10px;
	top: 7px;
}

.x-shops .title .phone .icon-daohang {
	float: right;
	margin-left: 5px;
	color: #387ff5;
	font-size: 14px;
	line-height: 22px;
}

.x-shops .cnt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.x-shops .left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	border-right: 1px solid #eee;
}

.x-shops .left img {
	height: 60px;
	width: 100px;
}

.x-shops .left .det {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 10px;
}

.x-shops .left .address {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.x-shops .left .date {
	height: 26px;
	line-height: 26px;
}

.x-shops .right {
	width: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.x-shops .right .iconfont {
	font-size: 36px;
	color: #09bb07;
}

.x-other-city {
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 80%;
	height: 200px;
	z-index: 9999999;
}

.x-other-city .wrap {
	overflow: scroll;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.x-other-city .block {
	height: 35px;
	padding: 0 15px;
	border: 1px solid #eee;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
}

.x-other-city .block:hover {
	background-color: #eee;
}

.x-other-city .icon {
	height: 30px;
	width: 30px;
	border-radius: 30px;
	border: 1px solid #ccc;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: -10px;
	top: -10px;
	background-color: #fff;
}

.x-footer {
	height: 55px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.x-footer ul {
	height: 55px;
	;
	width: 100%;
	border-top: 1px solid #eee;
}

.x-footer ul li {
	float: left;
	height: 55px;
	width: 20%;
	position: relative;
}

.x-footer ul li .buy-tag {
	height: 11px;
	width: 11px;
	position: absolute;
	right: 23px;
	top: 3px;
	background: #fe5252;
	border-radius: 50%;
	display: none;
}

.x-footer ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.x-footer ul li a:active {
	background-color: #f7f7f7;
}

.x-footer ul li img {
	height: 21px;
	width: 21px;
}

.x-footer ul li p {
	font-size: 13px;
	margin: 0;
	margin-top: 1px;
}