@charset "utf-8";
html{
	/*font-size: 100px;*/
	position: relative;
}
body{
	font-family: -apple-system,Helvetica,sans-serif;
	position: relative;
	width: 100%;
	min-width: 320px;
	height: 100vh;
	/*font-size: 14px;*/
	color: #000000;
	-webkit-text-size-adjust: 100%!important;
	padding-bottom: constant(safe-area-inset-bottom); /* 兼容 iOS < 11.2 */
	padding-bottom: env(safe-area-inset-bottom);
	touch-action: manipulation;
}
.bg{
	background: #f2f2f2;
}
.bg-device{
	background: #dee9fb;
}
.bg-white{
	background: #ffffff;
}
*{margin:0;padding:0;}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
*:not(input,textarea) {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
ul,li{
	padding:0;
	margin:0;
	list-style:none;
}
div, dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, pre, form, fieldset, th, td, ul, li {
	margin:0;
	padding:0;
}
input{
	border: 0;
	outline: none;
	padding: 0;
}
a:active{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background-color: rgba(0,0,0,0);
}
/*弹窗按钮向右排序*/
.layui-layer-btn:after{
	content:" ";
	visibility:hidden;
	display:block;
	clear:both;
}
.layui-layer-btn a{
	float: right!important;
}
/*layer  按钮组颜色修改*/
.layui-layer-btn .layui-layer-btn0{
	border-color: #8358f9!important;
	background-color: #8358f9!important;
}

.container{
	position: relative;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0;
}
.padding-lr-basic{
	padding: 0 15px;
}
.gotop,.goback{
	display: none;
	width: 0.3rem;
	height: 0.3rem;
	line-height: 0.28rem;
	text-align: center;
	position: fixed;
	bottom: 1.3rem;
	right: 0.08rem;
	color:white;
	background-color: rgba(0,0,0,.08);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 9;
	font-size: 0.14rem;
}
.goback{
	display: block;
	bottom: 1.7rem;
}
.weui-cells,.weui-cell,.weui-media-box__title{
	font-size: 0.14rem;
	line-height: 0.2rem;
}
.weui-media-box:last-child:after {
	display: block;
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid var(--weui-FG-3);
	color: rgba(0,0,0,0.1);
	color: var(--weui-FG-3);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	left: 16px;
	right:16px;
}
.weui-cells{
	padding: 10px 0px;
}
.weui-cell,.weui-panel__hd{
	padding: 0.1rem 0.16rem;
	font-size: 0.14rem;
}
.weui-panel__hd:after,.weui-cell:before{left: 15px;right:15px;}
.weui-cells:before,.weui-cells:after,.weui-cell:before{
	display: none;
}
.weui-cell__hd__shallow{
	color:#888888;
	margin-right: 10px;
}
.weui-cell_access:active{
	background-color:rgba(0,0,0,0);
}
/*flex 布局*/
.flex-between{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
.weui-fixed-top{
	/*position: sticky;*/
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
}
.weui-fixed-top .weui-cell_access .weui-cell__ft:after{
	color:#333333;
}
.weui-search-bar{
	background-color: rgba(255,255,255,0);
}
.search .weui-fixed-top{
	background-color: white;
	padding-top: 5px;
}
.search-bar{
	padding: 0 15px!important;
}
.search-bar .weui-icon-clear{
	display: none;
}
.weui-search-bar__sure-btn{
	color:#000;
	margin-left: 8px;
}
.layout-top {
	align-self: flex-start;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.general{
	overflow-y: hidden;
}
.general .weui-fixed-top{
	background-color: white;
}
.general .weui-media-box__desc{
	color:#888888;
	font-size: 0.12rem;
}
.weui-fixed-top .weui-cell{
	padding: 0.1rem 0.15rem;
	position: relative;
}
.weui-fixed-top .weui-cell.weui-cell_access  .weui-cell__hd{
	text-align: left;
}
.weui-fixed-top .weui-cell.weui-cell_access  .weui-cell__hd .weui-cell__ft{
	position: relative;
	padding-right: 0;
	padding-left:22px;
	text-align: left;
}
.weui-fixed-top .weui-cell.weui-cell_access  .weui-cell__hd .weui-cell__ft:after{
	left:0;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
.weui-fixed-top .weui-cell.weui-cell_access>.weui-cell__ft:after{
	opacity: 0;
}
.weui-fixed-top .weui-cell.weui-cell_access .weui-cell__r{
	width: 0.22rem;
}
.cart-edit {
	position: absolute;
	white-space: nowrap;
	right: 0.15rem;
	top: 0.1rem;
	font-size: 0.14rem;
}
.weui-fixed-top .weui-cell.weui-cell_access .weui-cell__r .weui-cell__r__txt{
	position: absolute;
	white-space: nowrap;
	right: 15px;
	top: 0.1rem;
	font-size: 0.14rem;
	color:inherit;
	/*font-weight: bold;*/
}
.weui-cell__r__icon{
	text-align: right;
	color:#333333;
	font-size: 0.15rem;
}
.weui-fixed-top .weui-cell .weui-cell__bd{
	text-align: center;
	color:#333333;
}
.fixed-top-pt{
	padding-top: 0.78rem;
}
.fixed-top-pb{
	padding-bottom: 0.78rem;
}
.weui-cell_access .weui-cell__ft{
	padding-right: 16px;
}
/*搜索框圆角*/
.weui-search-bar{
	padding: 0 15px;
	animation:mymove .1s infinite;
	-webkit-animation:mymove .1s infinite; /* Safari 和 Chrome */
}
.weui-search-bar__form{
	border-radius:16px;
	overflow:hidden;
}
.weui-search-bar__cancel-btn{
	color:white;
}
.weui-content{
	flex: 1;
}
.general .weui-content{
	padding-top: 0.4rem;
	padding-bottom: 0.68rem;
	height: 100%;
	overflow-y: auto;
}
.no-header .weui-content{
	padding-top: 0px;
	padding-bottom: 0.64rem;
	height: 100%;
	overflow-y: auto;
}
.weui-content.no-bottom{
	padding-bottom: 0px;
	height: calc(100% - 0.43rem);
}
.weui-footer_fixed-bottom{
	padding-top: 0;
	padding-bottom:0;
	z-index: 999;
	box-shadow: 0px -2px 2px rgba(220,185,249,0.1);
}
.weui-footer_fixed-bottom .weui-tabbar{
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px -6px 49px 0px rgba(0, 0, 0, 0);
}
.weui-footer_fixed-bottom .weui-tabbar:before{
	display: none;
}
.weui-tabbar__icon{
	width: 24px;
	height: 24px;
}
.weui-tabbar__btn{padding: 10px 0 20px 0;flex: 1;}
.weui-tabbar__btn .weui-tabbar__label{width: 160px;margin: 0 auto;height: 34px;border-radius: 17px;line-height: 34px;background-color: #8358f9;color:white;font-size: 16px;font-weight: bold;position: relative;}
.home-content{
	/*padding: 0.5rem 0 0.6rem 0;*/

	padding-bottom: 58px;
	padding-top: 0.6rem;
	height: 100%;
	overflow-y: auto;
}
.home-content-scroll{
	position: relative;
	background: url("../image/index-head-bg.png") no-repeat 0 -0.6rem;
	background-size: 100% 1.22rem;
	/*background-position: ;*/
}
.logo-pic{
	transition: .3s;
	animation: mymove .3s infinite;
	-webkit-animation: mymove .3s infinite;
}
.logo-pic img{
	display: block;
	width: 80px;
	height: 22px;
}
.top-icon{
	padding: 8px 0 2px 0;
}
.top-icon>a{
	margin-left: 14px;
	color:white;
}
.top-icon>a>img{
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}
.top-icon>a>p{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.scroll-nav-box{
	padding: 0 15px;
	margin-top: 0;
}
.scroll-nav-box a{
	color:white;
}
.scroll-nav{
	overflow-x: scroll;
	white-space: nowrap;
	margin-right: 8px;
}
.scroll-nav::-webkit-scrollbar{
	width: 0;
}
.scroll-nav::-webkit-scrollbar {
	display: none;
}
.scroll-nav-item{
	display: inline-block;
	font-size: 14px;
	position: relative;
	margin-left: 14px;
}
.scroll-nav-item.on{
	font-size: 16px;
	font-weight: bold;
}
.scroll-nav-item a,.scroll-nav-right li a{
	display: block;
	padding: 5px 0;
}
.scroll-nav-item:first-child{
	margin-left: 0px;
}
.scroll-nav-right{
	padding-left: 8px;
	box-shadow: -4px 0 4px -5px rgba(0,0,0,.4);
}
.scroll-nav-right li{
	white-space: nowrap;
}
.scroll-nav-right li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: right;
	align-items: center;
}
.scroll-nav-right li a img{
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
}

/*通知*/
.ad-box{
	margin: 0.1rem 0.1rem;
	padding: 0.05rem 0.1rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	box-shadow: 0px 2px 3px rgba(220,185,249,0.2);
}
.ad-box .ad-icon{

}
.ad-box .ad-icon i{
	font-size: 0.18rem;
	background: linear-gradient(to right, #8201f2, #c460f7);
	-webkit-background-clip: text;
	color: transparent;
	line-height: 0.22rem;
}
.ad-box .add-items{
	flex:1;
	overflow: hidden;
}
.ad-box .add-items>a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	/*margin: 0 0 0 0.1rem;*/
	color:#333333;
	overflow: hidden;
	line-height: 0.22rem;
	font-size: 0.14rem;
}
.ad-box .add-items>a .add-item-title{
	flex:1;
	margin-right: 0.1rem;
	margin-left: 0.1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}
/*超值好货*/
.product-classify_item>h4{
	margin: 0.1rem 0 0 0;
	overflow: hidden;
	color:#000000;
	font-size:0.16rem;
	font-weight:600;
	/*line-height:36px;*/
	padding: 0 0.15rem;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.product-classify_group{
	padding: 0 0.15rem;
	border-radius: 6px;
	width: 100%;
	overflow: hidden;
}
.product-classify_group .weui-navbar+.weui-tab__bd{
	padding: 0;
}
.product-classify_list{
	/*width: 3.75rem;*/
	/*overflow-x: auto;*/
	white-space: nowrap;
	margin: 0.1rem 0;
	box-shadow: 0px 2px 3px rgba(220,185,249,0.2);
	font-size: 0;
}
.product-classify_list:after{
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.product-classify_list li{
	/*float: left;*/
	width: 1.08rem;
	/*margin-bottom:10px;*/
	text-align: center;
	/*border-radius: 4px;*/
	display: inline-block;

	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.product-classify_list li+li{
	margin-left:0.1rem;
}
.product-classify_list li a img{
	display: block;
	width: 100%;
}
.product-classify_list li a p{
	font-size: 0.12rem;
	padding: 0.05rem 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#000000;
}
.product-classify_list .product-list_price{
	text-align: left;
	font-weight: bold;
}
/*轮播*/
.swiper-container img{
	display: block;
	width: 100%;
	margin: 0 auto;

}
/*首页轮播*/
.swiper-banner {
	width: 100%;
}
.swiper-banner img {
	display: block;
	width: calc(100% - 0.3rem);
}
.index-column{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0.1rem;
	border-radius: 0.04rem;
	box-shadow: 0px 2px 3px rgba(220,185,249,0.2);
}
.index-column .index-column__item{
	width: 25%;
	text-align: center;
	margin-top: 0.1rem;
	/*padding-bottom: 0.1rem;*/
}
.index-column .index-column__item a{
	display: block;
	color:#808080;
	font-size: 0.14rem;
	line-height: 0.4rem;
}
.index-column .index-column__item a img{
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	margin: 0 auto;
	/*border-radius: 50%;*/
}
.index-plate{
	margin: 0 15px;
	background-color: white;
	padding: 10px;
}
.index-plate-item{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-top: 20px;
}
.index-plate-item:first-child{
	margin-top: 0;
}
.index-plate-item>div{
	width: 50%;
	overflow: hidden;
}
.plate-item-box:nth-child(odd){
	padding-right: 5px;
}
.plate-item-box:nth-child(even){
	padding-left: 5px;
}
.plate-title-box .weui-flex{
	flex-wrap: nowrap;
}
.plate-title-box .plate-press{

}
.col-1 .weui-flex__item{
	width: 100%;
}
.col-2 .weui-flex__item{
	width: 50%;
}
.col-3 .weui-flex__item{
	width: 33.33%;
}
.col-4 .weui-flex__item{
	width: 25%;
}
.col-5 .weui-flex__item{
	width: 20%;
}
.plate-item-box .swiper-container{

}
.plate-item-box .weui-flex__item{
	text-align: center;
	font-size: 12px;
	-webkit-box-flex: inherit;
	-webkit-flex: inherit;
	flex:inherit;
	margin: 2px;
	position: relative;
}
.plate-item-box .weui-flex__item .weui-flex__item__text{
	position: absolute;
	width: 100%;
}
.plate-item-box .weui-flex__item img,.star-level .weui-flex__item img{
	display: block;
	width: 100%;
	border-radius: 6px;
}
.plate-item-box .weui-flex__item .price{
	/*color: #000000;
	font-size: 10px;
	text-align: center;
	margin-top: 8px;*/
	color: #000000;
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.plate-item-box .weui-flex__item .original-price{
	color: #979999;
	display: block;
	width: 100%;
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.plate-item-box .plate-tag{
	font-size: 12px;
	line-height: 20px;
}
.plate-title-box{
	align-items: center;
}
.plate-title{
	font-size: 16px;
	margin-right: 4px;
	white-space: nowrap;
	line-height: 20px;
	height: 20px;
}
.plate-press{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	border-radius: 10px;
}
.plate-press span{
	/*flex:1;*/
	padding:  0 10px;
}
.plate-press .plate-time-press{
	white-space: nowrap;
	padding: 0 4px 0 2px;
	background-color: #e02433;
	color:white;
	border-radius:10px;
	overflow: hidden;
}
.plate-press .timing{
	white-space: nowrap;
	padding: 0 4px 0 2px;
	color:#e02433;
	border-radius: 10px;
	overflow: hidden;
}
.plate-content{
	margin-top: 8px;
}
.border-red{
	border:1px solid #e02433;
	box-sizing: border-box;
	color:#e02433;
}
.border-sky-blue{
	border:1px solid #8358f9;
	box-sizing: border-box;
	color:#8358f9;
}
.border-orange{
	border:1px solid #ff3a00;
	box-sizing: border-box;
	color:#ff3a00;
}
.border-green{
	border:1px solid #26dd89;
	box-sizing: border-box;
	color:#26dd89;
}
.border-pink{
	border:1px solid #ec5c88;
	box-sizing: border-box;
	color:#ec5c88;
}
.border-blue{
	border:1px solid #043786;
	box-sizing: border-box;
	color:#043786;
}
.border-gray{
	border:1px solid #d2d2d2;
	box-sizing: border-box;
	color:#d2d2d2;
}
.text-small{
	font-size: 0.12rem;
}
.text-danger{
	color:#e02433;
}
.text-bold{
	font-weight: bold;
}
.text-right{text-align: right;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.color-red{
	color:#e02433!important;
}
.color-sky-blue{
	color:#0081cc;
}
.color-orange{
	color:#ff3a00;
}
.color-green{
	color:#26dd89;
}
.color-pink{
	color:#ec5c88;
}
.color-blue{
	color:#043786;
}
.color-black{
	color:#333333;
}
.color-purple{
	color:#8358f9;
}
.color-gray{
	color:#d2d2d2;
}
.color-default{
	color:#666666;
}
.color-minor{
	color:#999999;
}
.color-black{
	color:#000000;
}
.block-img{
	padding: 0 15px;
	margin-top: 15px;
}
.block-img img{
	display: block;
	width: 100%;
}
/*验证错误提示*/
label.error{position: absolute;bottom:0;font-size: 10px;color:red;}
/*首页的tabbar*/
.navbar-box{
	/*margin-top: 10px;*/
}
.weui-navbar{
	background-color: rgba(244,244,244,0);
	z-index:0;
}
.weui-navbar .tab-title{
	flex: 1;
	padding: 0.1rem 0;
	font-size: 0.16rem;
	font-weight: bold;
	text-align: center;
	background: url("../image/tab-title.png") no-repeat center;
	background-size: 50%;
}
.weui-navbar .recommended-title{
	flex: 1;
	margin: 20px 0 15px 0;
}
.weui-navbar .recommended-title img{
	display: block;
	width: 44%;
	margin:0 auto;
}
.weui-navbar:after{
	display: none;
}
.weui-navbar__item{
	font-size: 0.14rem;
	padding: 0.16rem 0;
}
.weui-navbar__item h4{
	font-size: 0.16rem;
	color:#979999;
	font-weight: bold;
	line-height: 0.28rem;
	margin-bottom: 2px;
}
.weui-navbar__item p{
	color:#979999;
	font-size: 12px;
}
.weui-navbar__item:after{
	display: none;
}
.weui-navbar__item:before{
	content: " ";
	position: absolute;
	left: 0;
	top: 30px;
	width: 1px;
	bottom: 30px;
	border-right: 1px solid #e5e5e5;
	color: #e5e5e5;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	/*-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);*/
}
.weui-navbar__item:first-child:before{
	display: none;
}
.weui-bar__item--on:after{
	display: block;
	content:'';
	position: absolute;
	width: 18px;
	height: 7px;
	/*background: url("/catalog/view/theme/iddv1/image/weui-bar__item__bottom.png") no-repeat;*/
	background-size: 100% 100%;
	left: calc(50% - 0.1rem);
	top: auto;
	bottom:7px;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	border: none;
}
.weui-bar__item--on:last-child:after{
	display: block;
}
.weui-navbar__item.weui-bar__item--on h4{
	font-size: 0.2rem;
}
.weui-navbar__item.weui-bar__item--on h4,.weui-navbar__item.weui-bar__item--on p{
	color:#8358f9;
}
.weui-navbar+.weui-tab__bd{
	padding: 0 0.16rem;
	margin-top:0.04rem;
}
.navbar{
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
}
.order-navbar{
    background-color: rgba(255,255,255,1);
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    position: absolute;
    top: 0.4rem;
    width: 100%;
    z-index: 999;
}
.navbar .weui-navbar__item{
	padding: 0.15rem 0;
	font-size: 0.14rem;
}
.navbar .weui-navbar__item.weui-bar__item--on{
	color:#8358f9;
	position: relative;
}
.navbar .weui-navbar__item.weui-bar__item--on:after{
	content: '';
	display: block;
	position: absolute;
	width: 40%;
	height: 2px;
	top: auto;
	left: 30%;
	bottom:0;
	background-color: #8358f9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.search-nav{
	padding: 0.09rem 0.15rem;
	text-align: center;
	border-top:1px solid #f2f2f2;
	box-sizing: border-box;
	line-height: 0.2rem;
	font-size: 0.14rem;
}
.search-nav .weui-flex__item{
	color:#474747;
}
.search-nav .weui-flex__item a{
	color:#333333;
}
.search-nav .weui-flex__item.on{
	color:#ef3e32;
	font-weight: bold;
}
.search-nav .weui-flex__item.on a{
	color:#ef3e32;
	font-weight: bold;
}
.tab-box{
	padding: 0 0.16rem;
}
.tab-list{
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab-list.tab-list_vertical{

}
.tab-list-item{
	width:-moz-calc(50% - 0.08rem);
	width:-webkit-calc(50% - 0.08rem);
	width: calc(50% - 0.08rem);
	/*border-radius: 10px;*/
	overflow:hidden;
	background-color: white;
	margin-bottom:0.16rem;
	box-shadow: 0px 2px 3px rgba(220,185,249,0.2);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction:column;
}
.tab-list-item>a{
	flex: 1;
}
.tab-list_vertical .tab-list-item{
	display: flex;
	flex-direction: row;
	width: 100%;
}
.tab-list_vertical .tab-list-item>a{
	display: block;
	width: 1rem;
	height: 1rem;
	flex: inherit;
}
.goods-info{
	flex: 1;
	padding: 0 0.1rem;

	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
}
.goods-info-img{
	display: block;
	width: 100%;
}
.goods-info-title{
	padding: 0.08rem 0 0 0;
	font-size: 0.14rem;
	line-height: 0.2rem;
	font-weight: bold;
	color:#333333;

	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;

	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	word-break: break-all;
}
.goods-info-sketch{
	/*padding: 0 6px;*/
	font-size: 12px;
	color:#999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	/*display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;*/
}
.goods-info-footer{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding:0.08rem 0 0.1rem 0;
}
.goods-info-price{
	font-weight: bold;
	color:#ef3e32;
	font-size: 0.14rem;
}
.goods-info-btn span {
	padding: 0.02rem 0.06rem;
	border-radius: 4px;
	font-size: 0.12rem;
}
.loadmore,.navtab-item-no{
	width: 100%;
	text-align: center;
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
	font-size: 0.12rem;
	color: #bbb;
}
.weui-footer a{
	color:#202020;
}
/*开关样式修改*/
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__label{
	color:#8358f9;
}

.weui-switch:checked, .weui-switch-cp__input:checked+.weui-switch-cp__box, .weui-switch-cp__input[aria-checked="true"]+.weui-switch-cp__box{
	border-color: #8358f9;
	background-color: #8358f9;
}

.weui-switch, .weui-switch-cp__box{
	width: 45px;
	height:24px;
}
.weui-switch:after, .weui-switch-cp__box:after{
	top:-1px;
	width: 22px;
	height: 22px;
}
/*开关样式修改 修改*/
/*首页搜索样式修改*/
.search-mask{
	background: url("../image/index-search-bg.png") no-repeat;
	background-size: 100% 100%;
}
.weui-search-bar__mask{
	padding: 0.15rem 0.15rem;
	z-index: 999;
}
.weui-search-bar__mask-label{
	display: flex;
	align-items: center;
	background-color: #f8f8f8;
	line-height: 0.3rem;
	border-radius: 15px;
	overflow: hidden;
	color: #8d8d8d;
	margin-bottom: 0;
	font-weight: normal;
	justify-content: center;
}
.weui-search-bar__mask-label i{
	margin: 0 5px 0 10px;
}
.weui-search-bar__mask-label .weui-icon-search{
	margin-left: 0.1rem;
	margin-right: 0;
	margin-top: -2px;
	color: #8d8d8d;
	width: 0.2rem;
	height: 0.2rem;
}
.weui-search-bar{
	background-color: #ffffff;
	padding: 5px 15px;
}
.weui-search-bar__label{
	border-radius: 16px;
	overflow: hidden;
	background-color: #f8f8f8;
	text-align: left;
}
.weui-search-bar__label .weui-icon-search{
	margin-left: 10px;
}
.weui-search-bar {
	position: relative;
	padding: 10px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.weui-search-bar__form {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	flex: auto;
	background-color: #FFFFFF;
	border-radius: 4px;
}
.weui-search-bar__box{
	background-color: #f8f8f8;
	border-radius: 0.18rem;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.weui-search-bar__box i{
	color:#999999;
	margin: 0 0 0 8px;
}
.weui-search-bar__cancel-btn{
	color:#8358f9;
	margin-left: 8px;
}
.weui-search-bar__box .weui-search-bar__input{
	flex: 1;
	border: 0;
	font-size: 0.14rem;
	box-sizing: content-box;
	background: transparent;
	padding: 0.07rem 0.04rem;
	/*line-height: 35px;*/
	color:#333333;
}
.weui-search-bar__box .weui-icon-search{
	margin-top: auto;
	left:auto;
	right:0.08rem;
	top: 0.05rem;
}
.weui-search-bar .weui-icon-search{
	width: 18px;
	height: 18px
}
.shop-search-box{
	display: none;
}
.shop-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
	overflow: hidden;
	z-index: 999999;
	display: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.shop-search__list-wrap{
	border-top: 2px solid #f8f8f8;
	padding: 15px 15px 0;
	font-size: 12px;
}
.shop-search__list-wrap h4{
	color: #999;
	font-weight: normal;
	line-height: 30px;
	font-size: 14px;
}
.search-history__list{
	display: flex;
	flex-wrap: wrap;
}
.search-history__list .search-history__item{
	color:#666;
	line-height: 30px;
	padding: 0 10px;
	background-color: #f8f8f8;
	border-radius: 4px;
	margin: 6px 6px 6px 0;
}
.clear-history__list{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
/*搜索结果*/
.search-result{
	/*flex: 1;*/
	padding: 0 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	border-top: 5px solid #f4f4f4;
}
.search-result h4{
	line-height: 30px;
	color: #999;
	font-weight: normal;
	font-size: 14px;
}
.search-result__list{
	padding: 0;
	flex: 1;
	overflow-y: scroll;
}
.search-result__list__item{
	padding: 10px 0;
	border-bottom: 1px solid #f8f8f8;
}
.search-result__list__item a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
}
.search-result__list__item a img{
	display: block;
	width:80px;
	height: 80px;
	border-radius: 6px;
}
.search-result__list__item a .search-result__list__info{
	flex: 1;
	padding-left: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.search-result__list__title{
	color:#333333;
}
.search-result__list__price{
	font-size: 14px;
	font-weight: 600;
	color:#ef3e32;
}
/*半窗弹框*/
.weui-half-screen-dialog__hd{
	height:40px;
}

/*按钮*/
.weui-btn_red{
	background-image: -webkit-linear-gradient(315deg,#f2140c,#f2270c 70%,#f24d0c);
	background-image: linear-gradient(135deg,#f2140c,#f2270c 70%,#f24d0c);
}

/*数量加减*/
.add-number{
	padding: 15px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.add-number>div{
	line-height: 30px;
}
.popup-number-box{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	padding: 10px 0;
	background-color: white;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	border-top: 1px solid #f7f7f7;
}
.popup-number-box .number-box{margin-right: 10px;}
.popup-number-box .number-total{margin-right: 10px;line-height: 28px;}
.number-box{
	width: 104px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 2px 0;
	background-color: white;
	border:1px solid #E4E4E4;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
}
.number-box .btn-add,.number-box .btn-reduce{
	text-align: center;
	width: 30px;
	height: 22px;
	line-height: 22px;
}
.number-box input[disabled]{
	background-color: white;
	color: #999999;
}
.number-box .number{
	width: 40px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-right:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	-webkit-appearance:none;/*清除ios默认圆角*/
	border-radius:0;
}

/*navtab 中的列表*/
.swiper-tab .swiper-slide{
	height: 0;
}
.swiper-tab .swiper-slide.swiper-slide-active{
	height: auto;
}

.navtab-list-item{
	display: block;
	background-color: white;
	border-radius:10px;
	overflow: hidden;
	margin-top: 10px;
}
.navtab-list-item__title{
	font-size: 14px;
	padding: 10px 15px;
}
.navtab-list-item .weui-cell:before{
	display: block;
}
.tab-item-no{
	text-align: center;
	margin-top: 0.15rem;
	font-size: 0.14rem;
}
/*优惠券*/
.vouchers-type1{
	background-color: #f86074;
	background: -webkit-linear-gradient(147deg,#f86074,#ff7fa6);
	background: -o-linear-gradient(147deg,#f86074,#ff7fa6);
	background: -moz-linear-gradient(147deg,#f86074,#ff7fa6);
	background: linear-gradient(147deg,#f86074,#ff7fa6);
	background-size: 100%100%;
}
.vouchers-type1 .vouchers-list_right a{
	background-color: #f86074;
	background: -webkit-linear-gradient(to bottom,#f1557a,#fd8084);
	background: -o-linear-gradient(to bottom,#f1557a,#fd8084);
	background: -moz-linear-gradient(to bottom,#f1557a,#fd8084);
	background: linear-gradient(to bottom,#f1557a,#fd8084);
	background-size: 100%100%;
	color:white;
}

.vouchers-type2{
	background-color: #2e73ff;
	background: -webkit-linear-gradient(147deg,#2e73ff,#4bb8fa);
	background: -o-linear-gradient(147deg,#2e73ff,#4bb8fa);
	background: -moz-linear-gradient(147deg,#2e73ff,#4bb8fa);
	background: linear-gradient(147deg,#2e73ff,#4bb8fa);
	background-size: 100%100%;
}
.vouchers-type2 .vouchers-list_right a{
	background-color: #2e73ff;
	background: -webkit-linear-gradient(to bottom,#1366ce,#398efa);
	background: -o-linear-gradient(to bottom,#1366ce,#398efa);
	background: -moz-linear-gradient(to bottom,#1366ce,#398efa);
	background: linear-gradient(to bottom,#1366ce,#398efa);
	background-size: 100%100%;
	color:white;
}
.vouchers-type3{
	background-color: #8570fd;
	background: -webkit-linear-gradient(147deg,#8570fd,#9d7cff);
	background: -o-linear-gradient(147deg,#8570fd,#9d7cff);
	background: -moz-linear-gradient(147deg,#8570fd,#9d7cff);
	background: linear-gradient(147deg,#8570fd,#9d7cff);
	background-size: 100%100%;
}
.vouchers-type3 .vouchers-list_right a{
	background-color: #8570fd;
	background: -webkit-linear-gradient(to bottom,#9344e1,#9374fd);
	background: -o-linear-gradient(to bottom,#9344e1,#9374fd);
	background: -moz-linear-gradient(to bottom,#9344e1,#9374fd);
	background: linear-gradient(to bottom,#9344e1,#9374fd);
	background-size: 100%100%;
	color:white;
}
.vouchers-type3 .vouchers-list_right a.line-btn,.vouchers-type2 .vouchers-list_right a.line-btn,.vouchers-type1 .vouchers-list_right a.line-btn{
	/*background-color:rgba(46,115,255,0);*/
	background: none;
	border:1px solid #f0f0f0;
	box-sizing: border-box;
}
.vouchers-type-used{
	background-color: white;
	color:#999999;
}
.vouchers-type-used .vouchers-list_left div,.vouchers-type-used .vouchers-list_right{
	color:#999999;
}
.vouchers-type-used .vouchers-list_right a{
	display: none;
}
.vouchers-list-item{
    position: relative;
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	margin-top: 10px;
	overflow: hidden;
}
.vouchers-list_left{
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0px 10px;
	border-right: 2px dashed rgba(255,255,255,.2);
	position: relative;
	height: 104px;
}
.vouchers-list_right{
    vertical-align: top;
    width: 20%;
    height: 104px;
	/*padding: 38px 0;*/
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vouchers-list_right:before{
	/* 圆点型的border */
	content: ' ';
	width: 0;
	height: 10px;
	/* 绝对定位进行偏移 */
	position: absolute;
	/*top: 0;*/
	-webkit-appearance:none;
	border-right: 10px dotted #f6f6f6;
	/* 偏移一个半径，让圆点的一半覆盖div */
	left: -6px;
	bottom: -5px;
}
.vouchers-list_right:after{
	content: ' ';
	width: 0;
	height: calc(100% - 10px);
	/* 绝对定位进行偏移 */
	position: absolute;
	/*top: 0;*/
    /* 圆点型的border */
    border-right: 8px dotted #f6f6f6;
    /* 偏移一个半径，让圆点的一半覆盖div */
    right: -4px;
    top: 5px;
}

.vouchers-list_left:before{
	/* 圆点型的border */
	content: ' ';
	width: 0;
	height: calc(100% - 10px);
	/* 绝对定位进行偏移 */
	position: absolute;
	/*top: 0;*/
	border-right: 8px dotted #f6f6f6;
	/* 偏移一个半径，让圆点的一半覆盖div */
	left: -4px;
	top: 5px;
}
.vouchers-list_left:after{
	/* 圆点型的border */
	content: ' ';
	width: 0;
	height: 10px;
	/* 绝对定位进行偏移 */
	position: absolute;
	/*top: 0;*/
	border-right: 10px dotted #f6f6f6;
	/* 偏移一个半径，让圆点的一半覆盖div */
	right: -6px;
	top: -5px;
}

.vouchers-list_left>div:first-child{
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
}
.vouchers-list_left>div:nth-child(2){
	padding: 0 5px;
}
.vouchers-list_left .vouchers-num{
    color:white;
	margin-bottom: 0;
	overflow: hidden;
}
.vouchers-list_left .vouchers-num span{
	font-size: 24px;
	line-height: 46px;

}
.vouchers-list_left .vouchers-num small{
	font-size: 14px;
	color:white;
}
.vouchers-list_left .vouchers-tag{
    font-size: 10px;
	line-height: 18px;
    color:white;
	white-space: nowrap;
}

.vouchers-explain{
	color:white;
	font-size: 15px;
	margin-bottom: 4px;
	text-align: justify
}
.vouchers-time{
	color:white;
	font-size: 10px;
	line-height: 18px;
	text-align: justify
}

.vouchers-list_right a{
	display: block;
	background-color: white;
	/*margin: 0 8px;*/
	padding: 2px 4px;
	font-size: 12px;
	color:#00a0ff;
	border-radius:16px;
}
.vouchers-list_right .vouchers-received {
	width: 60px;
	height: 60px;
	background-image: url("/catalog/view/theme/iddv1/image/v-used.png");
	background-size: 60px;
	position: absolute;
	top: -12px;
	right: -7px;
}
.vouchers-list_right .vouchers-used {
	width: 60px;
	height: 60px;
	background-image: url("/catalog/view/theme/iddv1/image/v-overdue.png");
	background-size: 60px;
	position: absolute;
	top: -12px;
	right: -7px;
}
/*优惠券*/

/*优惠券二维码*/
.bg-code{
	background-color: #2a67f0;
	background: -webkit-linear-gradient(147deg,#2a67f0,#008fea);
	background: -o-linear-gradient(147deg,#2a67f0,#008fea);
	background: -moz-linear-gradient(147deg,#2a67f0,#008fea);
	background: linear-gradient(147deg,#2a67f0,#008fea);
	background-size: 100%100%;
}
.bg-code .weui-fixed-top{
	background-color: #2a67f0;
	color:white;
}
.bg-code .weui-fixed-top .weui-cell .weui-cell__bd,.bg-code .weui-fixed-top .weui-cell.weui-cell_access .weui-cell__hd .weui-cell__ft:after{
	color:white;
}
.code-box{
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	margin: 10px 15px;
}
.code-box .code-title{
	padding: 10px 15px;
	font-size: 16px;
	background-color: #f4f4f4;
}
.code-box .code-bar{
	padding: 0px 30px;
	margin: 10px 0;
}
.code-box .code-qr{
	padding: 0px 26%;
	margin: 10px 0 0 0;
}
.code-box .code-bar img,.code-box .code-qr img{
	display: block;
	width:100%;
}
.code-box .code-text{
	padding: 0px 15px 20px 15px;
	font-size: 16px;
	text-align: center;
}
.code-explain{
	background-color: #8358f9;
	border-radius: 10px;
	overflow: hidden;
	padding:  10px 15px;
	margin: 10px 15px;
}
.code-explain p{
	color:white;
	padding:3px 0;
}
/*优惠券二维码*/

/*表单样式*/
.login-title{font-size: 0.16rem;color:white;text-align:center;white-space: nowrap;overflow: hidden;}
.login-box {
	margin: 0.3rem 0.15rem 0 0.15rem;
	/* padding: 0 15px; */
	padding-top: 0.1rem;
	background-color: white;
	border-radius: 10px;
	 overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 92px 0px rgba(25, 23, 132, 0.16);
}
.login-form{
	padding-top: 0;
}
.login-form .weui-cells{
	margin-top: 0;
	padding: 0;
}
.login-form .weui-navbar:after{
	display: block;
	content: " ";
	position: absolute;
	left: 15px;
	bottom: 0;
	right: 15px;
	height: 2px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid var(--weui-FG-3);
	color: rgba(0,0,0,0.1);
	color: var(--weui-FG-3);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	z-index: 2;
}
.login-form .weui-navbar__item{position: relative;}
.login-form .weui-navbar__item.weui-bar__item_on{
	background-color: #ffffff;
	color:#8358f9;
}
.login-form .weui-navbar__item.weui-bar__item_on:after{
	display: block;
	content: " ";
	position: absolute;
	/*left: 15px;*/
	bottom: 0;
	/*right: 15px;*/
	height: 2px;
	width:60%;
	left: 20%;
	top:calc(100% - 4px);
	border-bottom: 2px solid #8358f9;
	color: rgba(0,0,0,0.1);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	z-index: 3;
}
.login-form .weui-form__control-area{
	margin: 0 0;
}
.login-form .weui-cells_form{
	padding-bottom: 0;
}
.login-form .weui-form__tips-area{
	margin-top: 40px;
	position: relative;
}
.weui-form__logo-img img{
	display: block;
	width: 44%;
	margin: 0 auto;
}
.login-form .weui-cells__group_form .weui-cells:after{
	display: block;
}
.login-form .weui-cells__group_form .weui-cells .weui-cell{
	padding: 24px 32px 8px 32px;
}
.login-form .weui-cells__group_form .weui-cells .weui-cell:before{
	display: block;
}
.login-form .weui-cells__group_form .weui-cells .weui-cell:first-child:before{
	display: none;
}
.login-form .weui-cells__group_form .weui-vcode-btn{
	background-color: rgba(255,255,255,0);
	color:#8358f9;
	font-weight: normal;
	font-size: 14px;
}
.login-form .weui-form__opr-area:last-child{
	margin-bottom: 20px;
}
.login-form .weui-cells__group_form .weui-cells .weui-cell .weui-agree{
	margin-right: 15px;
}
.weui-agree__checkbox:checked, .weui-agree__checkbox-check[aria-checked="true"]+.weui-agree__checkbox{
	color:#8358f9;
}
[class^="weui-icon-"], [class*=" weui-icon-"]{
	width: 0.2rem;
	height: 0.2rem;
}
.code_btn{font-size: 14px;color:#8358f9;}
.login-form .weui-btn:not(.weui-btn_mini)+.weui-btn:not(.weui-btn_mini){
	margin-top: 0;
}
/*表单样式*/

/*按钮*/
.weui-btn{
	font-size: 0.14rem;
	line-height: 0.2rem;
	padding: 0.07rem 0.24rem;
}
.btn-group{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.btn-group-rt{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end!important;
	padding: 0.1rem 0.15rem;
}
.btn{
	display: block;
	font-size: 0.12rem;
	padding: 0.04rem 0.06rem;
	line-height: 0.16rem;
	text-align: center;
	background-color: white;
}
.btn+.btn{margin-left: 0.08rem;}
.btn-round{
	border-radius: 20px;
	overflow: hidden;
}
.btn-sm-round{
	border-radius: 20px;
	overflow: hidden;
}
.btn-block{
	display: block;
	margin: 0 0.8rem;
	width: calc(100% - 1.6rem);
	font-weight: normal;
}
.btn-line-default{
	border: 1px solid #cccccc;
	box-sizing: border-box;
	color:#666666;
}
.btn-red{
	border: 1px solid #e02433;
	box-sizing: border-box;
	background-color:#e02433;
	color:white;
}
.btn-line-red{
	border: 1px solid #e02433;
	box-sizing: border-box;
	color:#e02433;
}
.btn-line-blue{
	border: 1px solid #0081cc;
	box-sizing: border-box;
	color:#0081cc;
}
.btn-line-purple{
    border: 1px solid #8358f9;
    box-sizing: border-box;
    color:#8358f9;
}
.btn-strong{
	font-size: 0.16rem;
	font-weight: bold;
}
.weui-btn_blue{
	font-size: 16px;
}
.weui-btn_blue:not(.weui-btn_disabled){
	border-color: #0081cc;
	background-color: #0081cc;
	background: -webkit-linear-gradient(90deg,#00abeb,#0081cc);
	background: -o-linear-gradient(90deg,#00abeb,#0081cc);
	background: -moz-linear-gradient(90deg,#00abeb,#0081cc);
	background: linear-gradient(90deg,#00abeb,#0081cc);
	background-size: 100%100%;
	color: white;
}
.weui-btn_blue:not(.weui-btn_disabled):visited{
	color:white;
}
.weui-btn_purple:not(.weui-btn_disabled),.btn_purple:not(.weui-btn_disabled){
	border-color: #8358f9;
	background-color: #8358f9;
	background: -webkit-linear-gradient(90deg,#794af9,#8358f9);
	background: -o-linear-gradient(90deg,#794af9,#8358f9);
	background: -moz-linear-gradient(90deg,#794af9,#8358f9);
	background: linear-gradient(90deg,#794af9,#8358f9);
	background-size: 100%100%;
	color: white;
	border-width: 0px;
}
.weui-btn_purple[disabled],.btn_purple[disabled]{
	border-color: #a18ed7;
	background-color: #a18ed7;
	background: -webkit-linear-gradient(90deg,#a18ed7,#a18ed7);
	background: -o-linear-gradient(90deg,#a18ed7,#a18ed7);
	background: -moz-linear-gradient(90deg,#a18ed7,#a18ed7);
	background: linear-gradient(90deg,#a18ed7,#a18ed7);
	color:#f2f2f2;
}
/*按钮*/
/*tag 标签*/
.tag-column{
	border-radius: 10px !important;
	overflow: hidden;
}
.tag-round{
	display: inline-block;
	padding: 1px 6px;
	white-space: nowrap;
	border-radius: 10px;
	border: 1px solid #999999;
	box-sizing: border-box;
	font-size: 12px;
	margin-right: 10px;
	text-align: center;
	line-height: 14px;
	min-width: 38px;
	color:#999999;
}
.tag-round.on{
	border: 1px solid #8358f9;
	background-color: #8358f9;
	color:white;
}
.tag-red{
	padding: 1px 6px;
	white-space: nowrap;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 5px;
	text-align: center;
	line-height: 14px;
	/*min-width: 24px;*/
	background-color: #e02433;
	color:white;
}
.tag-lightblue{
	padding: 1px 6px;
	background-color: #81a7fd;
	color:white;
	white-space: nowrap;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 5px;
	text-align: center;
	line-height: 14px;
	/*min-width: 24px;*/
}
.tag-yellow{
	padding: 3px 6px;
	background-color: #f9ba34;
	color:#090909;
	white-space: nowrap;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 5px;
	text-align: center;
	line-height: 14px;
	min-width: 24px;
}
.tag-white{
	padding: 1px 6px;
	background-color: white;
	color:#2a66f0;
	white-space: nowrap;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 5px;
	text-align: center;
	line-height: 14px;
	min-width: 24px;
}
.hidden{
	display: none;
}
/*首页 弹窗*/
/*.coupons-pop{*/
/*width: 80%;*/
/*}*/
.coupons-pop{
	display: none;
}
.coupons{
	background-color: rgba(255,255,255,0) !important;
	box-shadow: none!important;
	width: 300px!important;
	/*padding-bottom: 50px;*/
	border-radius: 6px;
	/*overflow: hidden;*/
	/*display: none;*/
	padding-bottom: 30px !important;
}
.coupons .layui-layer-setwin{
	right: auto;
	left: calc(50% - 15px);
	top: auto;
	bottom: 0;
}
.pop-box{
	width: 100%;
	/*height: 400px;*/
	/*margin: 0 auto;*/
	background: url("/catalog/view/theme/iddv1/image/pop-bg.png");
	background-size: 100%;
	position: relative;
	margin: 10px auto;
}
.pop-box-h{
	height: 135px;
}
.pop-title{
	color:white;
	font-size: 12px;
	text-align: center;
	margin: 10px auto;
}
.pop-body{
	max-height: 160px;
	overflow-y: scroll;
	padding-bottom: 90px;
}
.coupons-list-item{
	width: 80%;
	height: 55px;
	margin: 1px auto 0 auto;
	background: url("/catalog/view/theme/iddv1/image/coupons-list-bg.png");
	background-size: 100%100%;
}
.pop-foot{
	margin-top: -20px;
	width: 100%;
	height: 140px;
	background: url("/catalog/view/theme/iddv1/image/pop-bottom.png");
	background-size: 100%100%;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 9;
}
.receive-btn{
	display: block;
	width: 160px;
	height: 42px;
	margin: 80px auto 0 auto;
	background: url("/catalog/view/theme/iddv1/image/pop-receive.png") no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 38px;
	color:#a65a44;
	font-size: 14px;
	font-weight: bold;
}
.coupons-list-cont{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.coupons-list-value{
	flex: 1;
	overflow: hidden;
}
.coupons-list-value h4{
	text-align: center;
	font-weight: bold;
}
.coupons-list-value p{
	text-align: center;
	font-size: 12px;
	color:#999999;
}
.coupons-list-price{
	width: 36%;
	text-align: center;
	font-weight: bold;
	color:#fa5151;
}
.coupons .layui-layer-setwin .layui-layer-close2{
	opacity:.4;
}
/*首页 弹窗*/

/*半屏弹窗*/
.weui-half-screen-dialog{
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.weui-half-screen-dialog_show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/*顶角tag*/
.triangle-tl-on{
	width: 0;
	height: 0;
	/*float: left;*/
	font-size: xx-small;
	border-top: 45px solid #09cb81;
	border-right: 45px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
}
.triangle-tl-off{
	width: 0;
	height: 0;
	/*float: left;*/
	font-size: xx-small;
	border-top: 45px solid #cccccc;
	border-right: 45px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	color: #333333;
}
.triangle-tl-text{
	text-align: center;
	margin: auto;
	position: absolute;
	display: inline-block;
	width: 45px;
	left: 0;
	top: -40px;
	color: inherit;
	transform-origin: bottom center;
	transform: rotate(-45deg);
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}