/**
 * 1. 修正浏览器的行高.
 * 2. 防止在iOS方向改变后调整字体大小.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	color: #222;
}

/* Sections
   ========================================================================== */

/**
 * 删除所有浏览器中的空白.
 */

body {
	margin: 0;
}

/**
 * 在IE中一致地渲染“main”元素.
 */

main {
	display: block;
}

/**
 * 修改“section”和“section”中“h1”元素的字体大小和页边距
 *在Chrome、Firefox和Safari中的“文章”上下文.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* 分组内容
   ========================================================================== */



/* 文本级别的语义
   ========================================================================== */

/**
 * 移除ie10中a标签点击后的的灰色背景.
 */

a {
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
	/* 添加点击标签高亮 */
	color: #222;
}

/**
 * 1. 移除Chrome 57的底部边框-
 * 2. 在Chrome、Edge、IE、Opera和Safari中添加正确的文本装饰.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * 在Chrome、Edge和Safari中添加正确的字体大小.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * 在所有浏览器中添加正确的字体大小。
 */

small {
	font-size: 80%;
}

/**
*防止“上标”和“下标”元素影响行高
*所有的浏览器。
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* 嵌入的内容
   ========================================================================== */

/**
 *删除ie10中链接内图像的边框。.
 */

img {
	border-style: none;
}

/* 表单
   ========================================================================== */

/**
* 1。更改所有浏览器中的字体样式。
* 2。删除Firefox和Safari中的空白。
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * 显示IE的溢出.
 */

button,
input {
	overflow: visible;
}

/**
 *删除Edge、Firefox和IE中文本转换的继承。
 * 1。删除Firefox中文本转换的继承。
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 修正了在iOS和Safari中无法设置可点击类型的错误.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	border: none;
	background-color: unset;
}

/**
 * 删除Firefox中的内边框和内边距.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * 恢复前面规则未设置的焦点样式.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 修正Firefox的内边距.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. 修正文本换行在边缘和IE.
 * 2. 修正IE中“fieldset”元素的颜色继承.
 * 3. 删除填充，这样开发人员在他们归零时就不会被发现
 *    所有浏览器中的' fieldset '元素.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 在Chrome、Firefox和Opera中添加正确的垂直对齐
 */

progress {
	vertical-align: baseline;
}

/**
 * 删除ie10 +中默认的垂直滚动条
 */

textarea {
	overflow: auto;
}

/**
 * 1. 在IE 10中添加正确的盒子尺寸。
 * 2. 删除IE 10的内边距。
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 修正Chrome中递增和递减按钮的光标样式。
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. 修正Chrome和Safari浏览器的奇怪外观。.
 * 2. 修改Safari中的大纲样式.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * 在macOS上移除Chrome和Safari的内边距.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. 修正了在iOS和Safari中无法设置可点击类型的错误.
 * 2. 在Safari中将字体属性更改为“inherit”.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* 交互式的
   ========================================================================== */

/*
 * 在Edge、IE 10+和Firefox中添加正确的显示.
 */

details {
	display: block;
}

/*
 * 在所有浏览器中添加正确的显示.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * 在ie10 +中添加正确的显示.
 */

template {
	display: none;
}

/**
 * 在ie10中添加正确的显示。
 */

[hidden] {
	display: none;
}


/* 自己配置的Reset.css
  ========================================================================== */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-text-size-adjust: none;
	font-size: 14px;
}

span,
a {}

/**
 * 现在页面的最大宽度.
 */
body {
	width: 100%;
	max-width: 650px;
	min-width: 320px;
	margin: 0 auto;
}

/**
* 设置盒模型为标准 css3盒模型
*/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/**
*去掉a标签的下划线
*/
a {
	text-decoration: none;
}

/*
* 去掉列表标签的默认样式
*/
ul,
li {
	list-style: none;
}

/* 禁止长按页面上某些文字或者图片，就出现系统的一些黑色弹框 */
* {
	/* -webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

/* 去掉input标签输入文本内容的时候，有表框弹出 */
input,
textarea {
	outline: none;
	-webkit-user-select: text !important;
	border: none;
	background-color: transparent;
}

*:not(input, textarea) {
	/* -webkit-touch-callout: none;
	-webkit-user-select: none; */
}

/*
* 设置清除浮动样式
*/
em,
i {
	font-style: normal
}

a:link {
	/* color: #333333; */
}

/* 手机端，将背景阴影设置为透明 */
a,
input,
label {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

/*  在电脑端打开手机端页面，搜索时，让其在居中显示 */
html {
	max-width: 650px;
	min-width: 320px;
	margin: 0 auto;
}

/* 自定义的样式 */
body {
	background-color: #EFF3F6;
}

.homeBg {
	max-width: 650px;
	min-width: 320px;
	width: 100%;
	position: absolute;
	z-index: -2;
	background-image: linear-gradient(to bottom, #fff, #EFF3F6);

}

.buttonClear {
	line-height: 1;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}


.buttonClear::after {
	border: none;
}

.fontsize {
	font-size: 12px;
}

.bgColor {
	background-color: #EFF3F6;
}

.flexRow {
	display: flex;
	flex-direction: row;
}

.flexRow-ali {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.flexColumn {
	display: flex;
	flex-direction: column;
}

.grayColor1 {
	color: #666;
}

.grayColor2 {
	color: #999;
}

.redColor {
	color: #FF5757;
}

.orangeColor {
	color: #EF6214;
}

.backBox {
	height: 3.5rem;
	align-items: center;
}

.navBtn {
	width: 3rem;
	height: 3rem;
}

.wrap {
	margin: 0 3% 1rem 3%;

}

.wrap1 {
	margin: 0 3% 1rem 3%;
	padding: 1rem .8rem;
	background-color: #fff;
	border-radius: 14px;
}

.fontweight {
	font-weight: bold;
}

.btnBg {
	background-size: 100%;
	background-repeat: no-repeat;
}

.verticalLine {
	padding: 0 3px;
}

.leftIcon {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	transform: rotate(315deg);
}

.navEmpty {
	display: inline-block;
	width: 10px;
	height: 10px;
}

.navWrap {
	padding: 12px 3%;
	justify-content: space-between;
	background-color: #fff;
	position: relative;
	z-index: 66;
}

.empty-i {
	width: 16px;
}

/*产品详情页头部公共样式  */
.goodsBg {
	width: 100%;
	height: 15rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: -1;
	max-width: 650px;
	min-width: 320px;

}

.goodsBg img {

	width: 100%;


}

.goodsNav {
	justify-content: space-between;
	padding: 12px 3%;
	position: relative;
	z-index: 60;
}

.goodsNav span {
	width: 26px;
	height: 26px;
}

.goodsNav p {
	font-size: 16px;
	font-weight: bold;
}

.goodsNav .goodsBtn1 {
	background-image: url("../img/common/leftIconBg.png");
}

.goodsNav .goodsBtn2 {
	background-image: url("../img/common/menuWhite.png");
}

/* 商品列表 */
.goodsListItem {
	background-color: #fff;
	padding: 1rem .8rem;
	border-radius: 12px;
	position: relative;
	margin-bottom: 10px;
}

.goodsImgBox {
	position: relative;
}

.showImg {
	width: 8.3rem;
	height: 11rem;
	border-radius: 6px;
	margin-right: 1rem;
}

.goodsImgBoxTips {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 2px;
	background-color: #000;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size: 12px;
}



.goodsListGoodsCon .goodsListGoodsname {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: .6rem;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.goodsListGoodsBuy {
	justify-content: space-between;

	align-items: center;
	padding-top: .5rem;
}

.priceNum {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.priceNumBox {
	align-items: flex-end;

}

.priceNumBox .fontsize {
	line-height: 1;
}

.overGrayImg {
	position: absolute;
	width: 4.2rem;
	height: 4.2rem;
	position: absolute;
	bottom: 0;
	right: 0;
}

.showGoodsBuyBtn {
	background-image: linear-gradient(to bottom, #EF6214, #FF69A0);
	color: #fff;
	border-radius: 13px;
	width: 84px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

/* 商品价格 */
.recommendMoney {
	align-items: flex-end;
	margin-bottom: 10px;

}

.moneySymbol {
	font-size: 10px;
}

.showGoodsPrice {
	font-size: 20px;
	line-height: 1;
}

/* 公共底部样式 */
.footerFixed,
.goodsFixed {
	max-width: 650px;
	min-width: 320px;
	width: 100%;
	position: fixed;
	/*left: 0;*/
	bottom: 0;
	padding: .5rem 6%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 0px 11px 0px ￼ rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	z-index: 99;
}

.footerFixed a p {
	color: #AFAFAF;
	text-align: center;
}

.footerFixed a p.orangeColor {
	color: #EF6214;
}

.footerFixed a span {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.footerFixed a.fixedHome span {
	background-image: url("../img/common/home.png");

}

.footerFixed a.fixedHomeAct span {
	background-image: url("../img/common/homeSelect.png");
}

.footerFixed a.fixedList span {
	background-image: url('../img/common/show.png');
}

.footerFixed a.fixedListAct span {
	background-image: url('../img/common/showSelect.png');
}

.footerFixed a.fixedOrder span {
	background-image: url('../img/common/order.png');
}

.footerFixed a.fixedOrderAct span {
	background-image: url('../img/common/orderSelect.png');
}

.footerFixed a.fixedmine span {
	background-image: url('../img/common/mine.png');
}

.footerFixed a.fixedmineAct span {
	background-image: url('../img/common/mineSelect.png');
}

/* 公共底部 */
.footerBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 1.5rem;
	padding-bottom: 7rem;
	color: #ADADAD;
}
.footerlist{
	flex-wrap: wrap;
	justify-content: center;
}
.grayColor3 {
	color: #ADADAD;
}

.logoGray {
	width: 7.5rem;
	height: 2.4rem;
	margin-right: .8rem;
}

.verLine {
	padding: 0 4px;
}

.fgline {
	width: 100%;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.footerBox .footerpad {
	padding-bottom: 1rem;
}

/* 空状态 */
.empty-common {

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 300px;

}

.empty-common-img {
	width: 120px;
	height: 120px;
	margin: 0px auto 10px auto;
}

.empty-common-p {
	text-align: center;
	color: #aaa;
}

/* 空站位标签 */
.empty-div {
	width: 100%;
	height: 10rem;
}

/* 定义页面小标题 */
.conTit {
	align-items: center;
	justify-content: space-between;
}

.layui-icon-ok {
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: #fff;
	background-color: #EF6214;
	border-radius: 7px;
	text-align: center;
	font-size: 10px;
	margin-left: 5px;
}

.layui-icon-circle {
	font-size: 14px;
}

.layui-icon-delete {
	font-size: 22px;
	margin-right: 5px;
}

/* 客服弹窗 */
.serPopWrap {
	background-color: transparent;
	box-shadow: unset;
}

.serPop {
	width: 28.8rem;
	height: 33rem;
	background-image: url("../img/bg/helpImg.png");
	/* display: none; */
}

.serPop-p1 {
	padding-left: 3rem;
	padding-top: 9rem;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.serPop-p2 {
	padding-left: 3rem;
	color: #fff;

}

.serPop i {
	width: 2rem;
	height: 2rem;
	margin-right: 4px;

}

.serPop .serPop-a1 i {
	background-image: url("../img/common/popService.png");
}

.serPop .serPop-a2 i {
	background-image: url("../img/common/popPhone.png");
}

.serPop .serPop-a1 {

	width: 23rem;
	height: 3.8rem;
	background-color: #EF6214;
	border-radius: 2rem;
	justify-content: center;
	margin: 6.5rem auto 2rem auto;
	color: #fff;
}

.serPop .serPop-a2 {

	width: 23rem;
	height: 3.8rem;
	border: 1px solid #EF6214;

	border-radius: 2rem;
	justify-content: center;
	color: #EF6214;
	margin: 0 auto;
}

/* 服务信息弹框 */
.popWrap {
	max-width: 650px !important;

	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
}

.messageWrap {
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
	background-image: linear-gradient(to bottom, #fff, #EFF3F6);
	background-size: 100% 20rem;
	/* 渐变宽度100%，高度50px */
	background-position: top left;
	/* 从顶部左侧开始 */
	background-repeat: no-repeat;
	background-color: #EFF3F6;
	width: 100%;
	padding: 1rem 3% 5rem 3%;
	display: none;
}

.serviceConBox {
	border: 1px solid #E9E9E9;
	border-radius: 12px;
	/* padding: 24rpx 20rpx; */
}

.serviceTit1 {
	font-size: 16px;
	padding-bottom: 20px;
	font-weight: bold;
	display: inline-block;
}

.serviceTit2 {
	font-weight: bold;
	background-color: #FAFAFA;
	border-bottom: 1px solid #E9E9E9;
	padding: 1rem .8rem;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;


}

.serviceCon {
	padding: 1.5rem 1rem;
	background-color: #fff;
}

.serviceList {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #E9E9E9;
}

.serviceListTit {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 6px;
}

.serviceList:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.serviceListCon {
	color: #666;
	font-size: 12px;
}

/* 支付信息 */
.zfbImg {
	width: 2rem;
	height: 2rem;
	background-image: url("../img/common/zfbImg.png");
	margin-right: 10px;
}

.wxzfImg {
	width: 2rem;
	height: 2rem;
	background-image: url("../img/common/wxImg.png");
	margin-right: 10px;
}

.payWrap {
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid #F5F6F8;
}

.payWrap li {
	margin-bottom: 20px;
}

.goTop {
	position: fixed;
	bottom: 100px;
	right: 2.5rem;
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url("../img/common/goTop.png");
	border-radius: 30px;
	z-index: 55;
	display: none;
}


@media screen and (min-width: 650px) {
	.goTop {
		right: calc((100vw - 650px) / 2 + 2.5rem);
	}
}
/* 新增菜单导航 */
.navmenu{
	background-color: #fff!important;
	
}
.menupopBg{
	display: none;
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  z-index: 6;
	  background-color: rgba(0, 0, 0, .5);
	  margin: 0 auto;
	  max-width: 650px;
	
}
.menuBlack{
	width: 26px;
	height: 26px;
	background-image: url("../img/common/menuBlack.png");
	position: relative;
}
.menuWrap{
	width: 60%;
	position: absolute;
	background-color: #fff;
	padding: 15px 12px;
	top: 50px;
	right: 0;
	z-index: 666;
	display: none;
	height: 100%;
}
.menuWrap .layui-icon{
	font-size: 20px;
	color: #999;
}
.menuList{
	justify-content: space-between;
	margin-bottom: 20px;
}
.menuChild{
	margin-left: 24px;
}
.menuList .menuEm{
	width: 24px;
	height: 24px;
	margin-right: 5px;
}
.menuList .menuEm1{
	background-image: url("../img/common/homeSelect.png");
}
.menuList .menuEm2{
	background-image: url("../img/common/menuIcon2.png");
}
.menuList .menuEm3{
	background-image: url("../img/common/menuIcon3.png");
}
.menuList .menuEm4{
	background-image: url("../img/common/menuIcon4.png");
}
.menuList .menuEm5{
	background-image: url("../img/common/menuIcon5.png");
}
.menuList .menuEm6{
	background-image: url("../img/common/menuIcon6.png");
}
.menuList .menuEm7{
	background-image: url("../img/common/menuIcon7.png");
}
.menuList .menuEm8{
	background-image: url("../img/page/qyzt.png");
}
.menuList .menuEm9{
	background-image: url("../img/common/menuIcon9.png");
}