

.a-row{
	background-color: #F4F4F4;
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow-y: hidden;
}
.a-head{
	max-width: 750px;
	min-height: 30px;
	background-color: #FFF9DD;
	display: flex;
	justify-content: space-between;
	/* padding: 0 8px 0 12px; */
	font-size: 16px;
	position: fixed;
	top: 44px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	overflow: hidden;
	padding: 12px 0;
}
.a-head-l{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 12px;
	flex:1;
}
.a-cl{
	color: #FF6C18;
}
.a-head-r{
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #FF6C18;
	padding-right: 8px;
}
.a-footer{
	max-width: 750px;
	/* height: calc(50px + env(safe-area-inset-bottom)); */
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #F2F2F2;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.a-footer-l{
	padding-left: 12px;
	font-size: 14px;
	display: flex;
	align-items: center;
	height: 50px;
}
.a-footer-r{
	padding-right: 12px;
	display: flex;
	height: 50px;
}
.a-footer-r-l{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
.a-footer-r-view{
	height: 50px;
	display: flex;
	align-items: center;
}
.a-footer-r-r{
	width: 115px;
	height: 38px;
	border-radius: 19px;
	background: #FD2058 linear-gradient(90deg, #FC4C4E 0%, #FD2058 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	margin-left: 6px;
}

.b-footer{
	max-width: 750px;
	height: calc(50px + env(safe-area-inset-bottom));
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #F2F2F2;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	/* padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom); */
}
.b-footer-l{
	padding-left: 12px;
	font-size: 14px;
	display: flex;
	align-items: flex-start;
	height: 50px;
	flex-direction: column;
	justify-content: center;
}
.b-footer-l-t{
	font-size: 14px;
	color: #FD2058;
}
.b-footer-l-b span{
	font-size: 12px;
	color: #777777;
}
.b-footer-r{
	padding-right: 12px;
}
.b-footer-r-r{
	min-width: 115px;
	height: 38px;
	border-radius: 19px;
	background: #FD2058 linear-gradient(90deg, #FC4C4E 0%, #FD2058 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	margin-left: 6px;
	padding: 0 12px;
}

.a-center{
	flex: 1;
	position: relative;
}
.a-li{
	min-height: 92px;
	background-color: #fff;
	border-radius: 8px;
	margin-top: 10px;
	padding-bottom: 18px;
}
.a-li-head{
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 12px;
	margin-left: 12px;
	/* border-bottom: 1px dashed #EDEDED; */
}
.a-li-tag{
	border: 1px solid #FF6C18;
	border-radius: 4px;
	font-size: 12px;
	color: #FF6C18;
	padding: 0px 4px;
	/* padding-top: 2px; */
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
}
.a-li-head-r{
	height: 100%;
	display: flex;
	align-items: center;
}
.a-li-head-r-btn{
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EDEDED;
	border-radius: 4px;
	font-size: 12px;
	padding: 2px 0px;
	/* padding-right: 7px; */
	color: #777777;
}
.a-goods {
    /* 全部样式 0.2秒 缓动*/
    transition: all 0.2s;
	position: relative;
}

  /* =0隐藏 */
.a-goods[data-type="0"] {
    transform: translate3d(0, 0, 0);
}

  /* =1显示 */
.a-goods[data-type="1"] {
    /* -64px 设置的越大可以左滑的距离越远，最好与下面删除按钮的宽度以及定位的距离设置一样的值*/
    transform: translate3d(-64px, 0, 0);
}
.a-li-good{
	width: 100%;
	min-height: 92px;
	display: flex;
	flex-direction: row;
}
.a-li-l{
	width: 44px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
}
.a-li-l-div{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.a-g-out{
	font-size: 12px;
	background: #777;
	padding: 4px;
	color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 3px;
}
.a-li-c-imgs{
	width: 80px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.g-good-out{
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	height: 80px;
	background-color: transparent;
}
.g-good-out-text{
	height: 20px;
	background: #777777;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	padding: 0 4px;
	opacity: 1;
}
.a-good-img{
	width: 80px;
	height: 80px;
	border-radius: 6px !important;
	margin-top: 12px;
}
.a-li-r{
	width: 0;
	min-height: 92px;
	flex: 1;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	padding: 0 12px 0 10px;
}

.a-li-title{
	width: 100%;
	font-size: 12px;
	color: #777777;
	margin-top: 12px;
	/* display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: normal; */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.a-specs{
	font-size: 14px;
	color: #222;
	background-color: #F9F9F9;
	border-radius: 6px;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	padding: 5px 8px;
	margin-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.a-specs-line1{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 10px;
}
.a-li-rr{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.a-li-r-b{
	margin-top: 8px;
	min-height: 30px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.a-del{
	width: 40px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.a-li-r-b-l{
	font-size: 14px;
}
.a-li-r-b-r{
	display: flex;
	align-items: flex-start;
}
.a-g-similar{
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #FD2058;
	border-radius: 20px;
	font-size: 14px;
	color: #FD2058;
	padding: 0 8px;
}
.a-nums{
	height: 26px;
	width: 110px;
	border: 1px solid #DFDEDB;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.a-nums-l, .a-nums-r{
	width: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.a-nums-c{
	flex: 1;
	height: 24px;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
}
.a-nums-c input{
	width: 100%;
	height: 96%;
	font-size: 14px;
	outline:none;  
	border:none;
	text-align: center;
	background: transparent;
}
.a-discount{
	/* padding-left: 134px; */
	padding-top: 4px;
	color: #FD2058;
}
.a-limit{
	padding-left: 44px;
	padding-top: 6px;
}
.a-limit img{
	width: 13px;
	height: 13px;
	margin-bottom: -2px;
}
.a-dia{
	height: 114px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.a-dia-l{
	width: 80px;
}
.a-dia-r{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 10px;
}
/*购物车为空时提示UI*/
.emptyCarts{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #fff;
	border-top: 1px solid #eee;
}
.emptyCarts img{
	max-width: 200px;
}
.a-li-btn{
	border: 1px solid #FD2058;
	border-radius: 19px;
	color: #FD2058;
	line-height: 14px;
	height: 30px;
	line-height: 30px;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}

/* 再选一款弹窗 */
.a-pop{
	width: 100%;
	min-height: 150px;
	max-height: 80vh;
	display: flex;
	flex-direction: column;
}
.a-pop-row{
	flex: 1;
}
.a-p-g{
	height: 120px;
	margin-top: 12px;
	position: relative;
	padding: 0 12px;
}
.a-p-g-row{
	height: 120px;
	display: flex;
}
.a-p-img{
	width: 120px;
	height: 120px;
	border-radius: 6px !important;
}
.a-p-g-r{
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 12px;
}
.a-p-close{
	position: absolute;
	top: -12px;
	right: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gd-types{
	flex: 1;
	padding: 0 12px;
	overflow-y: scroll;
}
.gd-li{
	margin-top: 8px;
}
.gd-li-t{
	height: 30px;
	display: flex;
	align-items: center;
	color: #777777;
}
.g-type{
	min-width: 50px;
	display: inline-block;
	margin: 0 8px 8px 0;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 14px;
	word-break: keep-all;
	border-radius: 6px;
	text-align: center;
	color: #979797;
	background: #f6f6f6;
	border: 1px dashed #DFDEDB;
}
/* 正常有库存选择样式 */
.g-select-active{
	color: #FD2058;
	background: rgba(253, 32, 88, 0.1);
	border: 1px solid #FD2058;
}

/* 没有库存选择样式 */
.g-select-not-active{
	color: #FD2058;
	background: rgba(253, 32, 88, 0.1);
	border: 1px dashed rgba(253, 32, 88, 0.5);
}

/* 正常有库存未选择样式 */
.g-normal{
	min-width: 50px;
	display: inline-block;
	margin: 0 8px 8px 0;
	font-size: 12px;
	color: #363636;
	line-height: 12px;
	padding: 8px 14px;
	word-break: keep-all;
	background-color: #F6F6F6;
	border-radius: 6px;
	text-align: center;
	border: 1px solid #DFDEDB;
}
.list-box{
	width: 140px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #EDEDED;
	border-radius: 2px;
	color: #363636;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 5px;
}
.cp-icon{
	font-size: 20px;
	color: #333;
	width: 30px;
	height: 100%;
}
.list-box-c{
	flex: 1;
	height: 100%;
}
.list-box-c input{
	width: 100%;
	height: 100%;
	font-size: 14px;
	outline:none;  
	border:none;
	text-align: center;
	background: transparent;
}
.list-box-l{
	width: 34px;
	border-right: 1px solid #ededed;
}
.list-box-r{
	width: 34px;
	border-left: 1px solid #ededed;
}
.list-box-notclick{
	color: #ccc;
}
.cp-c{
	display: flex;
	align-items: center;
	justify-content: center;
}
.a-pop-footer{
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gd-btn{
	width: 100%;
	height: 38px;
	border-radius: 19px;
	font-size: 16px;
	color: #fff;
	margin: 0 12px;
	background: #FD2058 linear-gradient(90deg, #FC4C4E 0%, #FD2058 100%);
}
.gd-not-btn{
	background: #ACACAC;
}

/* 新增猜您喜欢样式 */
.mdui-card {
	box-shadow: none
}

.mdui-header {
	margin-left: 4%;
	margin-top: 12px;
	height: 16px;
	padding: 8px;
	line-height: 16px;
	color: #222;
	font-size: 18px;
	background: transparent;
	font-weight: bold;
	text-align: center;
}

.mdui-card-aggregation {
	border-radius: 0;
	padding-bottom: 50px;
}

.mdui-card-aggregation .mdui-card-product-content {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

.mdui-card-aggregation .mdui-card-product-content .mdui-card-product {
	width: 37%;
	margin-right: 2%;
}

.mdui-card-product-content {
	background: #f4f4f4;
	color: #000;
	padding: 8px 2% 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.module-28-card {
	width: 48.8%;
	margin-bottom: 8px;
	box-shadow: none;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 0px;
	background: #FFFFFF;
	border-radius: 6px;
}

.module-28-card:nth-last-child(1) {
	/* margin-bottom: 0; */
}

.module-28-card:nth-last-child(2) {
	/* margin-bottom: 0; */
}

.module-28-card > a {
	text-decoration: none;
}

.module-28-card .mdui-card-media {
	padding-bottom: 100%;
}

.module-28-card .mdui-card-media > img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 0px !important;
}

.module-28-content {
	padding: 8px 8px 0;
	color: #000;
}

.module-28-content .module-28-title {
	/* height: 36px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
}

.module-28-content .module-28-price {
	display: flex;
	align-items: baseline;
	/* justify-content: space-between; */
	padding-top: 4px;
	padding-bottom: 2px;
}



.module-28-content .module-28-discountprice {
	font-size: 22px;
	display: inline-block;
}


.module-28-content .module-28-tag {
	height: 16px;
	overflow: hidden;
	font-size: 0;
}

.module-28-content .module-28-tag span {
	display: inline-block;
	padding: 0 7px;
	border: none;
	border-radius: 8px;
	font-size: 12px;
	color: #FF6C18;
	line-height: 16px;
	height: 16px;
	background: #FCE9D5;
	box-sizing: border-box;
	margin-right: 6px;
}

.module-28-content .module-28-tag span:last-child {
	margin-right: 0;
}

.module-28-more {
	background: #FFF;
	color: #7B7B7B;
	padding: 0;
	border: none !important
}

.module-28-more a {
	position: relative;
	color: #7b7b7b;
	display: block;
	padding-bottom: 100%;
	border: 1px solid #f4f4f4;
}

.module-28-more a .textBox {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -28px;
	text-align: center;
}

.module-28-more a span {
	display: inline-block;
}

.module-28-more a span.circle {
	border: 1px solid #7B7B7B;
	border-radius: 50%;
	padding: 3px;
	margin-top: 12px;
}

.mdui-overlay::after {
	content: '';
	width: 160px;
	height: 70px;
	top: 30%;
	left: 50%;
	margin-left: -80px;
	margin-top: 80px;
	border-radius: 10px;
	position: fixed;
	background: rgba(0, 0, 0, .7)
}
.a-li-b-imit{
	height: 18px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 4px;
}
.a-li-b-imit-text{
	height: 20px;
	min-width: 98px;
	font-size: 12px;
	color: #777777;
	background: #FFF9DD;
	border-radius: 4px;
	padding: 0 8px;
}

.b-pop-title{
	height: 40px;
	justify-content: space-between;
	padding-left: 12px;
	font-size: 18px;
	font-weight: bold;
}
.b-p-close{
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.b-pop-lis{
	height: 30px;
	justify-content: space-between;
	padding: 0 12px;
	font-size: 14px;
}
.b-pop-footer{
	padding: 0 12px;
	height: 50px;
	justify-content: space-between;
	border-top: 1px solid #ededed;
}