@charset "utf-8";

.zhanweiH {
	height: 40px;
}

/* 搜索*/
.top-header.top-shop-search {

	padding-left: 40px;
	padding-right: 40px;
	background: #F8F9FA;
	display: flex;
	align-items: center;
}

.shop-search-box {
	width: 100%;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	box-sizing: border-box;
	height: 36px;
	border-radius: 18px;
}

.shop-search-box .search-icon {
	width: 18px;
	height: 18px;
	margin-left: 15px;
	margin-right: 10px;
}

.shop-search-box .search-input {
	width: 100%;
	border: none;
	height: 30px;
	border-radius: 18px;
	overflow: hidden;
	font-size: 14px;
	padding-right: 10px;
	box-sizing: border-box;
}

.shop-search-box .search-input input {
	border: 0;
	background: none;
	height: 22px;
	font-size: 13px;
	color: #000;
	padding-left: 5px;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.shop-search-box .search-input input::-webkit-input-placeholder {
	color: #999;
}

.shop-search-box .search-input input::-webkit-input-placeholder {
	color: #999;
}

.shop-search-box .search-input input::-moz-placeholder {
	color: #999;
}

.shop-search-box .search-input input:-moz-placeholder {
	color: #999;
}

/* 分类 */

.tab-category-content {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 50px;
	display: flex;
}


.category-tab {
	width: 90px;
	height: 100%;
	position: relative;
	top: 0;
	bottom: 0;
	z-index: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #F8F9FA;
}

.category-tab .category-box {
	width: 100%;
}

.category-tab .category-item {
	height: 55px;
	line-height: 55px;
	text-align: center;
	position: relative;
}

.category-tab .category-item.cur {
	background: #fff;
}

.category-tab .category-item .tit {
	font-size: 14px;
	color: #333333;
}

.category-tab .category-item.cur .tit {
	color: #95BCF0;
}

/* 右边内容 */
.category-content {
	background: #fff;
	height: 100%;
	position: relative;
	top: 0;
	bottom: 0;
	z-index: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.category-content.category-box {
	-webkit-overflow-scrolling: touch;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.category-content .category-con {
	display: none;
}




/*分类导航滑块*/
.two-sort-tab {
	left: 0;
	right: 0;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;

}

.two-sort-tab .wrapper {
	position: relative;
	z-index: 2;
	height: 30px;
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
}

.two-sort-tab .wrapper .scroller {
	position: absolute;
}

.two-sort-tab .wrapper .scroller .nav-li {
	width: auto;
	height: 30px;

	color: #333333;
	float: left;
	text-align: center;
	position: relative;
	z-index: 3;
}

.two-sort-tab .wrapper .scroller .nav-li .link-a {
	color: #666;
	display: block;
	height: 22px;
	line-height: 22px;
	border-radius: 3px;
	font-size: 12px;
	margin-left: 6px;
	padding: 0 6px;
	box-sizing: border-box;
	background: #EDEFF2;

}

.two-sort-tab .wrapper .scroller .nav-li.cur .link-a {
	background: rgba(149, 188, 240, .2);
}

.two-sort-tab .wrapper .scroller .nav-li.cur .link-a {
	color: #333;
}



.two-sort-tab .allmenu {
	color: #333;
	background: #FFFFFF;
	position: relative;
	z-index: 3;
	height: 30px;
	padding: 0 10px;


}


.two-sort-tab .allmenu .icon-down {
	width: 10px;
}

.two-sort-tab .allmenu .icon-down.icon-up {
	transform: rotate(180deg);
}

/* 弹出菜单 */
.popup-menu {
	position: fixed;

	height: calc(100% - 84px);
	top: 50px;
	left: 90px;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;

}

.popup-menu .modal-body {
	width: 100%;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px;
	padding-top: 0;
	border-radius: 0 0 20px 20px;
}

.popup-menu .modal-body .modal-head {
	font-size: 13px;

	color: #333;
	height: 50px;
	line-height: 50px;
}

.popup-menu .modal-body .modal-head .gbclose {
	position: absolute;
	top: -5px;
	right: 10px;

}

.popup-menu .modal-body .modal-head .gbclose img {
	width: 10px;

}


.popup-menu .modal-body .modal-category {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	max-height: calc(50vh);
	overflow: scroll;

}

.popup-menu .modal-body .modal-category .item {
	width: 33.3333333333%;
	padding: 5px;
	box-sizing: border-box;

}

.popup-menu .modal-body .modal-category .item .link-a {
	font-size: 12px;

	height: 35px;
	border-radius: 5px;
	color: #666666;
	background: #EDEFF2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-menu .modal-body .modal-category .item.active .link-a {
	background: rgba(149, 188, 240, .2);
	color: #333333;
}

/*  */
/*条件筛选*/

.shopType {
	margin: 0 auto;
	background: #FFFFFF;
	width: 100%;
	height: 40px;
	position: fixed;
	top: 50px;
	z-index: 3;
}

.shopType .Type-ul {
	display: flex;
}

.shopType .Type-ul .Type-li {
	width: 100%;
	text-align: center;
	position: relative;

}

.shopType .Type-ul .Type-li .link-a {
	height: 100%;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	display: block;
	color: #222;
}

.shopType .Type-ul .Type-li .link-a.bor-L {
	position: relative;

}

.shopType .Type-ul .Type-li .link-a.bor-L::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 10px;
	width: 1px;
	background: #999;
	height: 100%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.shopType .Type-ul .Type-li.on {
	background: url(../images/choice.png) no-repeat bottom;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.shopType .Type-ul .Type-li.on .link-a {
	color: #95BCF0;
}

.shopType .Type-ul .Type-li .upper {
	width: 0px;
	height: 0px;
	font-size: 0;
	line-height: 0;
	border-color: transparent transparent #ccc transparent;
	border-width: 0px 4px 4px;
	display: inline-block;
	border-style: solid;
	position: absolute;
	bottom: 21px;
	margin-left: 4px;
}

.shopType .Type-ul .Type-li .lower {
	width: 0px;
	height: 0px;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	border-style: solid;
	border-color: #ccc transparent transparent transparent;
	border-width: 4px 4px 0px;
	position: absolute;
	bottom: 14px;
	margin-left: 4px;
}

.shopType .Type-ul .Type-li.on .upper.on {
	border-color: transparent transparent #95BCF0 transparent;
}

.shopType .Type-ul .Type-li.on .lower.on {
	border-color: #95BCF0 transparent transparent transparent;
}

.shopType .Type-ul .Type-li img {
	width: 14px;
	height: 14px;
}

/* ===============弹出筛选 */
.f-mask {
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.filters-layer {
	position: fixed;
	right: -80%;
	top: 0;
	width: 80%;
	height: 100%;
	background: #fff;
	z-index: 99999;
}

.filters-layer .item-ul {
	background: #fff;
	height: 100%;
}

.filters-layer .item-li {
	box-sizing: border-box;
	padding: 10px 15px;

}

.filters-layer .item-li:last-child {
	border: none;
}

.filters-layer .lab-tit {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.filters-layer .price-ipt {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #eee;

	margin-top: 5px;
}

.filters-layer .item-li .jiange {
	margin: 5px;
	font-weight: bold;
}

.filters-layer .item-li .link-a {
	display: inline-block;
	margin: 5px 5px 0 0;
	border: 1px solid #fff;
	color: #222;
	font-size: 12px;
	padding: 5px 12px;

}

.filters-layer .item-li .link-a.active {
	background: #feeae1;
	color: #ff4f00;
	background-size: 100% auto;
}

.filters-layer .bg-btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
}

.filters-layer .bg-btn .btn-a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #4d65fb;
	text-decoration: none;
}

/* ================商品列表================== */

.goods-list {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;

}

.goods-list .goods-item {
	width: 50%;
	padding: 10px;

	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: center;

}

.goods-list .goods-item .goods-img {
	font-size: 0;
	position: relative;

}

.goods-list .goods-item .goods-img .pro-img {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 5px 5px 0 0;
}

.goods-list .goods-item .info-wrap {
	font-size: 12px;
	position: relative;
	padding: 5px 10px 10px;
	background: #FFFFFF;
	border-radius: 0 0 5px 5px;
}

.goods-list .goods-item .info-wrap .pro-name {
	box-sizing: border-box;
	color: #333333;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	max-height: 32px;
	line-height: 16px;
}

.goods-list .goods-item .info-wrap .pro-type {
	font-size: 12px;
	color: #999;
	margin-bottom: 3px;
}

.goods-list .goods-item .info-wrap .pro-type span {
	font-size: 12px;
	color: #999;
	margin-right: 2px;
}

.goods-list .goods-item .info-wrap .tag {
	margin-right: 3px;
	padding: 0 5px;
	height: 16px;
	line-height: 14px;
	border-radius: 2px;
	font-size: 10px;
	margin-bottom: 3px;
}

.goods-list .goods-item .info-wrap .tag.tagred {
	color: #fb5f24;
	border: 1px solid #fb5f24;
}

.goods-list .goods-item .info-wrap .tag.taggreen {
	color: #40AE36;
	border: 1px solid #40AE36;
}

.goods-list .goods-item .info-wrap .discount-price {
	color: #fb5f24;
	font-size: 12px;

	font-weight: 500;
}

.goods-list .goods-item .info-wrap .discount-price .unit {
	color: #fb5f24;
	font-size: 12px;
}

.goods-list .goods-item .info-wrap .discount-price .price {
	font-size: 16px;

}

.goods-list .goods-item .info-wrap .discount-price .txtunit {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.goods-list .goods-item .info-wrap .delete-price {
	font-size: 12px;
	color: #ccc;
	text-decoration: line-through;
}

.goods-list .goods-item .info-wrap .icon-cart {
	width: 18px;
	height: 18px;
	position: relative;

}

.goods-list .goods-item .info-wrap .icon-cart .icon {

	width: 18px;
	height: 18px;
	text-align: center;

}

.goods-list .goods-item .info-wrap .icon-cart .bubble {
	font-size: 12px;
	transform: scale(calc(8 / 12));
	color: #ffffff;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	position: absolute;
	z-index: 999;
	top: -10px;
	right: -10px;
	background: #F55726;
}

/*  */


.goods-list .goods-item.one-row {
	width: 100%;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;

}



.goods-list .goods-item.one-row .goods-img .pro-img {
	width: 90px;
	height: 90px;
	border-radius: 5px;
	background: #fff;
}

.goods-list .goods-item.one-row .info-wrap {
	border-radius: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #eee;


}

/* 商品里面 */
.product-list {}

.product-list .goods-list .goods-item.one-row .goods-img .pro-img {
	width: 110px;
	height: 110px;
	border-radius: 5px;
	background: #fff;
}

.product-list .goods-list .goods-item.one-row {
	width: 100%;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	padding: 10px;
	padding-bottom: 0;
}

/* 我的收藏产品列表 */
.collect-product-list {}

.collect-product-list .goods-list {
	background: #F8F9FA;
	margin: 5px;
}

.collect-product-list .goods-list .goods-item {
	padding: 5px;
}

/*=============================== 购物车================================= */
.mycart-list {
	border-radius: 10px;
	background: #FFFFFF;
	margin: 10px;
	padding: 10px;
}

.mycart-list .goods-item {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;

}

.mycart-list .goods-item:last-child {
	margin-bottom: 0px;

}

.mycart-list .goods-item .goods-img {
	margin: 0 10px;
}

.mycart-list .goods-item .goods-img .pro-img {
	width: 80px;
	height: 80px;
	border-radius: 5px;
}

.mycart-list .goods-item .info-wrap {
	overflow: hidden;
	font-size: 16px;
	min-height: 80px;
}

.mycart-list .goods-item .info-wrap .pro-name {
	box-sizing: border-box;
	color: #333333;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	max-height: 32px;
	line-height: 16px;
}

.mycart-list .goods-item .info-wrap .tag {
	margin-right: 3px;
	padding: 0 5px;
	height: 16px;
	line-height: 16px;
	border-radius: 2px;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.mycart-list .goods-item .info-wrap .tag.tagred {
	color: #fb5f24;
	border: 1px solid #fb5f24;
}

.mycart-list .goods-item .info-wrap .tag.taggreen {
	color: #40AE36;
	border: 1px solid #40AE36;
}

.mycart-list .goods-item .info-wrap .discount-price {
	color: #fb5f24;
	font-size: 12px;
}

.mycart-list .goods-item .info-wrap .discount-price .unit {}

.mycart-list .goods-item .info-wrap .discount-price .price {
	font-size: 16px;
}

.mycart-list .goods-item .info-wrap .delete-price {
	font-size: 12px;
	color: #ccc;
	text-decoration: line-through;

}

.mycart-list .goods-item .get-mp {
	position: absolute;
	bottom: 0px;
	right: 10px;
	display: flex;

}

.mycart-list .goods-item .get-mp .icon-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background: #F8F9FA;
	color: #333333;
	font-weight: 500;
	font-size: 16px;
}

.mycart-list .goods-item .get-mp .mp-minous.disable {
	cursor: default;
	color: #333333;
}

.mycart-list .goods-item .plus .from-ipt {
	width: 39px;
	height: 20px;
	padding: 0;
	display: block;
	text-align: center;
	cursor: pointer;
}

.mycart-list .goods-item .plus .from-ipt .input-num {
	font-size: 14px;
	font-weight: 500;
	outline: none;
	border: 0;
	color: #333333;
	width: 100%;
	text-align: center
}

.mycart-list .goods-item .data-num {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}

.mycart-list .goods-item .ShopTotal {
	display: none;
}

/*无商品时购物车*/
.nonenothing {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 29px 0;
}

.nonenothing .div-img {
	width: 120px;
}

.nonenothing .div-p {
	font-size: 14px;
	color: #fff;
	padding: 10px 0
}

.nonenothing .link-a {
	width: 200px;
	margin: 0 auto;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	padding: 10px 20px;
	color: #fff;
	background: #ca313b;
}

/*  */
.footerH {
	position: relative;
	height: 65px;
}

.footer {
	height: 50px;
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #FFFFFF;
	z-index: 90;
}

.footerH.footer-cartH {
	position: relative;
	height: 65px;
}

.footerH.footer-cartH .footer {
	margin-bottom: 50px;
}

.footer .link-a {
	color: #333;
	line-height: 20px;
	font-size: 12px;
	display: block;
	min-width: 50px;
	box-sizing: border-box;
	position: relative;
}

.footer .link-a .allprice {
	color: #333;
	font-size: 12px;
}

.footer .link-a .allprice span {
	color: #333;
	font-size: 16px;

}

.footer .item {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	cursor: pointer;
}

.footer .item .icon {
	width: 20px;
	margin-bottom: 3px;
}

.footer .item .name {
	color: #333333;
	line-height: 13px;
	font-size: 9px;
}

.footer .item .em-num {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	color: #fff;
	right: 0;
	background: #ff4141;
	z-index: 99;
}

.footer .link-btn {
	flex: 1;
	height: 35px;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 80px;
	box-sizing: border-box;
	background: #95BCF0;
}

/* 为您推荐 */
.goods-recommend {
	margin-top: 10px;
}

.goods-recommend .goods-recommend-title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}



.goods-recommend .goods-recommend-title .title {
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #333;
	position: relative;
}

.goods-recommend .goods-recommend-title .title:before {
	content: "";
	background: url(../imgs/icon/icon-decorateL.png);
	background-size: 100% 100%;
	width: 16px;
	height: 10px;
	left: -28px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.goods-recommend .goods-recommend-title .title::after {
	content: "";
	background: url(../imgs/icon/icon-decorateR.png);
	background-size: 100% 100%;
	width: 16px;
	height: 10px;
	right: -28px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

}

.goods-recommend .goods-list {
	background: #F8F9FA;
	margin: 5px;
}

.goods-recommend .goods-list .goods-item {
	padding: 5px;
}


/*===============商品详情===============*/

.product_detail {
	background: #fff;
}

.product-banner {

	position: relative;
	overflow: hidden;
}
	.product-banner .videoc {
		width: 100vw;
		height: 100vw;
	}
.product-banner .adpic::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
	bottom: 0;
	box-sizing: border-box;
}

.product-banner .adpic {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.product-banner .adpic .img {
	width: 100%;
	height: 100vw;

}
	.product-banner .adpic video {
		width: 100vw;
		height: 100vw;
	}

.product-banner .swiper-pagination {
	font-size: 12px;
	left: auto;
	right: 10px;
	bottom: 15px;
	width: auto;
	padding: 2px 7px;
	border-radius: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .3);
}

/*  信息 */

.product-info {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin: 10px;
	border-radius: 8px;
}

.product-info .title {
	font-size: 16px;

	color: #282828;
}


.product-info .discount-price {
	color: #fb5f24;
	font-size: 12px;

	font-weight: 500;
}

.product-info .discount-price .unit {
	color: #fb5f24;
	font-size: 12px;
}

.product-info .discount-price .price {
	font-size: 16px;

}

.product-info .discount-price .txtunit {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.product-info .delete-price {
	font-size: 12px;
	color: #ccc;
	text-decoration: line-through;
}

.product-info .tag {
	margin: 5px auto;
	color: #666666;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.product-info .tag span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	color: #fff;
	background: #95BCF0;
	border-radius: 3px;
	width: 54px;
	height: 18px;
}

/* 属性 */
.group-warp {
	background-color: #fff;
	border-radius: 8px;
	margin: 10px;
	padding: 10px;
}

.group-warp .module-sku {
	width: 100%;
	display: flex;
	align-items: center;

	position: relative;
	box-sizing: border-box;
}



.group-warp .module-sku .tit {
	color: #999;
	line-height: 25px;
	font-size: 12px;
	margin-right: 10px;
}

.group-warp .module-sku .bigtit {
	color: #333;
	line-height: 25px;
	font-size: 13px;
	margin-right: 10px;

}

.group-warp .module-sku .con {
	flex: 1;
	color: #333;
	line-height: 25px;
	font-size: 12px;



}

.group-warp .module-sku .icon {
	width: 5px;
	height: 9;
	margin-left: 10px;
}

.group-warp .module-sku .bz-ipt {
	background: #ffffff;
	width: 100%;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}

/* 规格信息 */
.specs-info {
	margin: 10px;
	padding: 10px;
	background: #ffffff;
	border-radius: 8px;
}

.specs-info .title {
	font-size: 13px;
	line-height: 25px;
	color: #333333;
	margin-bottom: 10px;
}

.specs-info .infobox {
	width: 100%;
	border: 0.5px solid #ECECEC;
	border-radius: 6px;
}

.specs-info .infobox .item {
	width: 100%;
	line-height: 35px;
	display: flex;
	align-items: center;
	border: 0.5px solid #ECECEC;
}

.specs-info .infobox .biaoti {
	padding-left: 15px;
	width: 78px;
	padding-right: 15px;
	background: #F8F9FA;
	color: #666666;
	line-height: 35px;
	font-size: 12px;
}

.specs-info .infobox .xinxi {
	flex: 1;
	display: flex;
	align-items: center;
	line-height: 35px;
	border-left: 0.5px solid #ECECEC;
	font-size: 12px;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
}

/* 商品详情 */
.products-introduction {
	padding: 10px;
	background: #fff;
}

.products-introduction .description {

	font-size: 14px;
	background: #fff;
}

.products-introduction .description .content {}


.products-introduction .description .content img {
	width: 100%;
}



/* ==============弹窗=========== */
.popup-mask {

	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	z-index: 999;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;


}

.popup-mask.popup-show {
	top: 0;
	transition: all .3s;
}

.popup-mask .popup-window {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #FFFFFF;
	border-radius: 10px 10px 0 0;
	padding: 15px;
	padding-bottom: 20px;
}

.popup-mask .popup-window::before {
	content: '';
	width: calc(100% - 20px);
	position: absolute;
	left: 10px;
	right: 10px;
	top: -10px;
	z-index: -1;
	background: #E4E5E5;
	border-radius: 10px 10px 0 0;
	padding: 15px;
	padding-bottom: 20px;
}

.popup-mask .popup-window .popup-head {
	position: relative;
	text-align: center;
	height: 24px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
}

.popup-mask .popup-window .icon_close {
	width: 11px;
	height: 11px;
	position: absolute;
	right: 0;
}

.popup-mask .popup-window .popup-container {}

/*  */
/* ======简介========== */
.pro_info {
	width: 100%;
}

.pro_info .brief-intro {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pro_info .brief-intro .mergeImage {
	width: 80px;
	height: 80px;


}

.pro_info .brief-intro .mergeImage img {
	width: 100%;
}

.pro_info .brief-intro .intro {
	margin-left: 10px;

}

.pro_info .brief-intro .intro .title {
	line-height: 18px;
	font-size: 14px;
	color: #333333;

}

.pro_info .brief-intro .intro .discount-price {
	color: #fb5f24;
	font-size: 12px;

	font-weight: 500;
}

.pro_info .brief-intro .intro .discount-price .unit {
	color: #fb5f24;
	font-size: 12px;
}

.pro_info .brief-intro .intro .discount-price .price {
	font-size: 16px;

}

.pro_info .brief-intro .intro .discount-price .txtunit {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.pro_info .brief-intro .intro .delete-price {
	font-size: 12px;
	color: #ccc;
	text-decoration: line-through;
}

.pro_info .attribute {
	margin-bottom: 20px;
}

.pro_info .attribute .biaoti {
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333333;
}

.pro_info .attribute .con {
	display: flex;
	align-items: center;


}

.pro_info .attribute .con .guige {
	background: #F8F9FA;
	border-radius: 8px;
	font-size: 14px;
	height: 32px;
	width: 80px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pro_info .attribute .con .guige.active {
	color: #95BCF0;
}

.pro_info .attribute .con .plus {
	display: flex;
	align-items: center;
}

.pro_info .attribute .con .plus .icon-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: #F8F9FA;
	color: #333333;
	font-weight: 500;
	font-size: 16px;
}

.pro_info .attribute .con .plus .mp-minous.disable {
	cursor: default;
	color: #333333;
}

.pro_info .attribute .con .plus .from-ipt {
	width: 39px;
	height: 32px;
	display: flex;
	align-items: center;
	text-align: center;
	cursor: pointer;
}

.pro_info .attribute .con .plus .from-ipt .input-num {
	font-size: 14px;
	font-weight: 500;
	outline: none;
	border: 0;
	color: #333333;
	width: 100%;
	text-align: center
}

.pro_info .finish-btn {
	width: 100%;
	height: 45px;
	color: #fff;
	font-size: 15px;
	border-radius: 22.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background: #95BCF0;
}

/* ===========确认订单============= */
.address_defalut_wrap {
	position: relative;
	padding: 10px;

}

.address_defalut {
	background: #FFFFFF;
	padding: 10px;
	border-radius: 5px;
	position: relative;

}


.address_defalut .dw-icon {
	width: 16px;
	height: 18px;
	margin-right: 10px;
	margin-top: 2px;

}




.address_defalut .adress_a {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	display: block;
	flex: 1;
	position: relative;
	padding-right: 10px;
	line-height: 17px;
}

.address_defalut .adress_a .address {
	color: #333;
	font-size: 15px;
	line-height: 22px;
}

.address_defalut .addrjt {
	width: 5.5px;
	height: 9px;
}

/*  */
.confirm-order {
	border-radius: 10px;
	background: #FFFFFF;
	margin: 10px;
	padding: 10px 15px;
}

.confirm-order .goods-item {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;

}

.confirm-order .goods-item:last-child {
	margin-bottom: 0px;

}

.confirm-order .goods-item .goods-img {
	margin: 0 10px;
}

.confirm-order .goods-item .goods-img .pro-img {
	width: 65px;
	height: 65px;
	border-radius: 5px;
}

.confirm-order .goods-item .info-wrap {
	overflow: hidden;
	font-size: 16px;
	min-height: 80px;
}

.confirm-order .goods-item .info-wrap .pro-name {
	box-sizing: border-box;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
}

.confirm-order .goods-item .info-wrap .tag {
	line-height: 15px;
	font-size: 11px;
	color: #999999;
}

.confirm-order .goods-item .info-wrap .discount-price {
	color: #333;
	font-size: 12px;
}

.confirm-order .goods-item .info-wrap .discount-price .price {
	font-size: 16px;
}

/* 支付方式 */

.payway {
	background: #FFFFFE;
	margin: 10px;
	font-size: 14px;
	border-radius: 10px;
}

.payway .type-item {
	position: relative;
	padding: 15px;

}

.payway .type-item .link_a {
	font-size: 13px;
	color: #333;
}

.payway .type-item .link_a .tit {
	font-size: 15px;
	color: #333;
}

.payway .type-item .link_a .icon_img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}



/* ===============地址管理=============== */
.address-list {
	margin: 10px;
	font-size: 14px;

}

.address-list .address {
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	padding-right: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;

}

.address-list .address .name {
	color: #333333;
	font-size: 15px;
	line-height: 21px;
}

.address-list .address .tel-num {
	color: #333333;
	font-size: 15px;
	margin-left: 5px;
	line-height: 21px;
}

.address-list .address .addr-detail {
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 13px;
	line-height: 17px;
	margin-top: 5px;
	color: #666262;
}

.address-list .address .default-addr {
	width: 20px;
	height: 20px;
}

.address-list .address .default-addr .icon {
	width: 13px;
	height: 10px;
}

/* ====确认支付====== */
.payprice-box {
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #606266;
	background: #FFFFFF;
}

.payprice-box .icon {
	width: 60px;
}

.payprice-box .discount-price {
	color: #333333;
	font-weight: 500;
}

.payprice-box .discount-price .unit {
	color: #333333;
	font-size: 13px;
}

.payprice-box .discount-price .price {
	font-size: 30px;

}

.infobox {
	padding: 0 10px;
}

.infobox .item {
	line-height: 22px;
	padding: 10px 0;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 0.5px solid #ECECEC;
}

.infobox .item .tit {
	color: #999999;
}

.infobox .item .con {
	color: #333333;
}

.infobox .item .bz-ipt {
	width: 100%;
	color: #333;
	font-size: 14px;
	background: transparent;
}

.infobox .item .link_copy {
	width: 14px;
}

/* ============搜索页面===== */

.search-page {
	margin: 15px;
}

.search-page .biaoti {
	color: #333333;
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 20px;
}

.search-page .key-word {
	display: flex;
	align-items: center;
}

.search-page .key-word .item {
	color: #666666;
	display: block;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	background: #F8F9FA;
	padding: 0 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* =================我的订单============ */
.myoeder-page {}

/* 搜索 */
.myoeder-page .header-search-box {
	background-color: #fff;
	border-radius: 5px;
	margin: 10px;
	height: 35px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	border-radius: 30px;
}

.myoeder-page .header-search-icon {
	width: 14px;
	height: 14px;
	margin-left: 10px;
}

.myoeder-page .header-search-input {
	width: 100%;
	border: none;
	height: 22px;
	overflow: hidden;
	font-size: 14px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #333333;
}

.myoeder-page .header-search-input input {
	border: 0;
	background: none;
	height: 22px;
	font-size: 12px;
	color: #000;
	padding-left: 5px;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.myoeder-page .header-search-input input::-webkit-input-placeholder {
	color: #999;
}

.myoeder-page .header-search-input input::-webkit-input-placeholder {
	color: #999;
}

.myoeder-page .header-search-input input::-moz-placeholder {
	color: #999;
}

.myoeder-page .header-search-input input:-moz-placeholder {
	color: #999;
}

.myoeder-page .ordertab {
	background-color: #FFFFFF;

}

.myoeder-page .ordertab .cartab {
	background-color: #FFFFFF;
	padding: 5px;
}

.myoeder-page .ordertab .tabs-item {
	font-size: 12px;
	color: #333;
	font-weight: 400;
	width: 25%;
	padding: 10px 0;
	display: block;
	text-align: center;
}

.myoeder-page .ordertab .tabs-item.tab-active {
	position: relative;
	color: #F55726;
}

.myoeder-page .ordertab .tab-active::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%);
	width: 14px;
	height: 2px;
	background: #F55726;
	border-radius: 2px;
	margin: 3px auto 0;
}

.myoeder-page .my-order {

	width: 100%;
}

.myoeder-page .my-order .list {
	width: 100%;
	box-sizing: border-box;
}

.myoeder-page .my-order .list .order-item {
	margin-top: 10px;
	padding: 10px;
	box-sizing: border-box;
	background: #FFFFFF;

}



.myoeder-page .my-order .list .order-head {
	line-height: 24px;
	position: relative;
	align-items: center;
	display: flex;


}

.myoeder-page .my-order .list .order-head .ddbh {
	flex: 1;
	font-size: 12px;
	color: #333;
	position: relative;
	padding-right: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.myoeder-page .my-order .list .order-head .order-state {
	font-size: 12px;
	color: #F55726;
	padding: 0 6px;
	flex-shrink: 0;
	position: relative;
}



.myoeder-page .my-order .list .order-info {
	width: 100%;
	display: flex;
	margin-top: 10px;
}

.myoeder-page .my-order .list .order-info .goods-img {
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	margin-right: 5px;
}

.myoeder-page .my-order .list .order-info .goods-img img {
	width: 70px;
	height: 70px;
	border-radius: 5px;
}


.myoeder-page .my-order .list .order-info .info-wrap {
	width: 100%;
	padding-left: 5px;
	position: relative;
}

.myoeder-page .my-order .list .order-info .info-wrap .pro-name {
	font-size: 13px;
	color: #333;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}

.myoeder-page .my-order .list .order-info .info-wrap .discount-price {
	color: #333;
	line-height: 18px;
	margin-left: 10px;
}

.myoeder-page .my-order .list .order-info .info-wrap .discount-price .unit {
	font-size: 12px;
}

.myoeder-page .my-order .list .order-info .info-wrap .discount-price .price {
	font-size: 16px;
}

.myoeder-page .my-order .list .order-info .info-wrap .pro-sku {
	margin-top: 5px;
	display: flex;
	align-items: center;
}

.myoeder-page .my-order .list .order-info .info-wrap .pro-sku span {
	height: 20px;
	padding: 0 10px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: #999;
	background-image: linear-gradient(to right, #f3f3f3, #f3f3f3);
}

.myoeder-page .my-order .list .order-info .info-wrap .num {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	font-size: 14px;
	color: #999;
}

.myoeder-page .my-order .list .buy-time {
	color: #999;
	font-size: 12px;

}

.myoeder-page .my-order .list .price-box {
	color: #333;
	font-size: 12px;
	font-weight: 500;
}

.myoeder-page .my-order .list .price-box .allprice {
	font-size: 16px;
}

.myoeder-page .my-order .list .order-btn {
	color: #666;
	padding: 4px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	box-sizing: border-box;
}

.myoeder-page .my-order .list .order-btn.fukuan {
	color: #fb5f24;
	border: 1px solid #fb5f24;

}

/* =============订单详情 ============*/
.orderDetails {
	padding: 0 10px;
}

.orderDetails .payInfo {

	margin-bottom: 10px;

	background: #FFFFFF;
	padding: 10px;
	border-radius: 10px;
	color: #222;
	font-size: 14px;

	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}

.orderDetails .payInfo:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;

	background: url(../images/line-b.png) no-repeat bottom;
	background-size: 100% auto;
	content: "";
}

.orderDetails .payInfo span {
	padding: 5px 0;
	font-size: 14px;
	color: #222222;
}




/*================订单详情=================*/
.order-detail-page {}

.order-detail-page .order-state {
	font-size: 14px;
	color: #333333;
	margin: 10px;
	font-weight: bold;
}

.order-detail-page .order-box {
	position: relative;
	border-radius: 8px;
	padding: 10px;
	margin: 10px;
	background: #ffffff;
}

.order-detail-page .order-box .bar-title {
	font-size: 14px;
	line-height: 22px;
	color: #333;
}

.order-detail-page .order-box .goods-item {
	position: relative;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}



.order-detail-page .order-box .goods-item .goods-img {
	width: 70px;
	height: 70px;
	border-radius: 5px;
}

.order-detail-page .order-box .goods-item .info-wrap {
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.order-detail-page .order-box .goods-item .info-wrap .pro-name {
	color: #222;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}


.order-detail-page .order-box .goods-item .info-wrap .pro-sku {
	margin-top: 5px;
	display: flex;
	align-items: center;
}


.order-detail-page .order-box .goods-item .info-wrap .pro-sku span {
	height: 20px;
	padding: 0 10px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: #999;
	background-image: linear-gradient(to right, #f3f3f3, #f3f3f3);
}


.order-detail-page .order-box .goods-item .info-wrap .discount-price {
	color: #F55726;
	line-height: 18px;
	margin-left: 10px;
}

.order-detail-page .order-box .goods-item .info-wrap .discount-price .unit {
	font-size: 12px;
}

.order-detail-page .order-box .goods-item .info-wrap .discount-price .price {
	font-size: 16px;
}

.order-detail-page .order-box .goods-item .info-wrap .delete-price {
	font-size: 12px;
	color: #ccc;
	text-decoration: line-through;
	margin-left: 5px;
}

.order-detail-page .order-box .goods-item .info-wrap .pro-num {
	color: #999;
	font-size: 12px;


	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}


.order-detail-page .order-box .goods-item .sku_price {
	height: 30px;
	line-height: 30px;
	color: #fb5f24;
	font-size: 16px;
	font-weight: 600;
}

.order-detail-page .order-box .goods-item .zhekou_price {
	height: 30px;
	line-height: 30px;
	color: #fb5f24;
	font-size: 12px;
}

.order-detail-page .order-box .goods-item .yuanjia {
	font-size: 12px;
	color: #999;
	text-decoration: line-through;
}

.order-detail-page .order-box .pv-num {
	margin-top: 5px;
	margin-bottom: 5px;
}

.order-detail-page .order-box .pv-num span {
	background: linear-gradient(to right, #fb5f24, #ff5300);
	font-size: 14px;
	color: #fff;
	padding: 4px 10px;
	border-radius: 5px;
}