﻿@charset "utf-8";

.p-0 {
	padding: 0px !important;
}

.p-0_5 {
	padding: 2.5px;
}

.p-1 {
	padding: 5px;
}

.p-2 {
	padding: 10px;
}

.p-3 {
	padding: 15px;
}

.p-4 {
	padding: 20px;
}

.p-5 {
	padding: 25px;
}

.p-6 {
	padding: 30px;
}

.p-7 {
	padding: 35px;
}

.p-8 {
	padding: 40px;
}

.m-auto {
	margin: 0 auto;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-0_5 {
	margin-top: 2.5px !important;
}

.mt-1 {
	margin-top: 5px !important;
}

.mt-2 {
	margin-top: 10px !important;
}

.mt-3 {
	margin-top: 15px !important;
}

.mt-4 {
	margin-top: 20px !important;
}

.mt-5 {
	margin-top: 25px !important;
}

.mt-6 {
	margin-top: 30px !important;
}

.mt-7 {
	margin-top: 35px !important;
}
.bg-red {
	background: #07c160;
}

.top_search {
	font-size: 14px;

	text-align: center;
	color: #000;
	width: 100%;
	padding: 10px;
	background: #FFFFFF;
	position: relative;
}

.top-search-shop {
	width: 100%;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	border-radius: 35px;
	background: #F4F4F4;
}

.top-search-shop img {
	width: 16px;
	height: 16px;
}


.top-search-shop .search-input {
	font-size: 14px;
	border: 1px solid #F7F7F7;
	background: transparent;
	box-sizing: border-box;
	padding: 0 10px;
	border: none;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-radius: 35px;
	color: #000;
}


.top_search .seach_a {
	background: transparent;
	width: 60px;
	white-space: nowrap;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	color: #000;
	text-align: center;
	margin-left: 10px;
	border-radius: 5px;
	background-size: 100% 100%;
}

/**/

.shopType {
	margin: 0 auto;
	background: #FFFFFF;
}

.shopType .Type_ul {
	display: flex;
}

.shopType .Type_ul .Type_li {
	width: 100%;
	text-align: center;
	position: relative;
	padding: 10px 0;
}

.shopType .Type_ul .Type_li .link_a {
	height: 100%;
	font-size: 14px;
	text-align: center;

	display: block;
	color: #000;
}

.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: 0;
	border-right: 1px solid #eeeeee;
	color: #eeeeee;
	height: 200%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.shopType .Type_ul .Type_li.on {

	box-sizing: border-box;
}

.shopType .Type_ul .Type_li.on .link_a {
	color: #e72557;

}

.shopType .Type_ul .Type_li .upper {
	width: 0px;
	height: 0px;
	font-size: 0;
	line-height: 0;
	border-color: transparent transparent #adadad 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: #adadad 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 #e72557 transparent;
}

.shopType .Type_ul .Type_li.on .lower.on {
	border-color: #e72557 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: #333;
	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 #e5e5e5;
	color: #333;
	font-size: 12px;
	padding: 5px 12px;

}

.filters_layer .item_li .link_a.active {
	color: #07c160;
	border: 1px solid #07c160;
}

.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: #07c160;
	text-decoration: none;
}

/*  */
.youLike {
	background: #FFFFFF;
}

/**/

.floor-tit {
	background: #FFFFFF;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.floor-tit .floor-bar-box {
	font-size: 14px;
	color: #181818;
}

.floor-tit .floor-bar-box .tit_h3 {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	position: relative;
}

.floor-tit .floor-bar-box .img {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}


.floor-tit .floor-bar-box .more {
	color: #999;
	position: relative;
	font-size: 12px;
	font-weight: normal;
	padding-right: 6px;
	line-height: 21px;
}

.floor-tit .floor-bar-box .more:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 1px 1px 0 0;
	border-color: #999;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);

	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 0;
}

/**/
.produt-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.produt-list .produt-li {
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}


.produt-list .produt-li .pro_box {
	display: block;
	background: #fff;
	text-decoration: none;
	box-sizing: border-box;

}


.produt-list .pro_box .pro_img_box {
	font-size: 0;
	padding-bottom: 0;
	position: relative;

}

.produt-list .pro_box .pro_img_box .pro_img {
	width: 100%;
	height: 100%;

}



.produt-list .pro_box .pro_info {
	font-size: 12px;
	overflow: hidden;
	position: relative;
	padding: 5px;
}

.produt-list .pro_box .pro_info .pro_name {
	box-sizing: border-box;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	color: #333;
	line-height: 16px;

}

	.produt-list .pro_box .pro_info .pro_price {
		color: #e96d61;
		font-size: 12px;
		font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif, "Helvetica Neue";
	}

.produt-list .pro_box .pro_info .zhekou {
	font-size: 12px;
	color: #999;
	text-decoration: line-through;

}

.produt-list .pro_box .pro_info .pro_sales {
	color: #999;

	font-size: 12px;
}

.produt-list .pro_box .btn-buy {
	display: inline-block;
	width: 80px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background: #ef235e;
	border: 1px solid #ef235e;
	border-radius: 20px;
}


/*==============================*/
.back-left {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	left: 10px;
	top: 10px;
	z-index: 9999;

}

.back-left .link_a {
	font-size: 14px;
	padding: 3px;
	display: block;
}

.back-left .link_a .back-icon {
	width: 24px;
	height: 24px;
}

.top-title span {
	font-weight: 400;
	display: flex;
	align-items: center;
	height: 44px;
	color: #999999;
}

.top-title .active {
	font-weight: bold;
	position: relative;
	color: #333;
}

.top-title .active::after {
	content: " ";
	position: absolute;
	left: 25%;
	bottom: -3px;
	width: 100%;
	border-bottom: 6px solid #07c160;
	color: #07c160;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

/*  */
.product_detail {
	background: #fff;

}

.product-banner {
	position: relative;
	overflow: hidden;
}

.product-banner .adpic {
	width: 100%;
	margin: 0 auto;
}

.product-banner .adpic .img {
	width: 100%;
}

.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);
}

/*  */

/*  */
.goods-title {

	padding-top: 5px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

/*  */
.price-info {}

.price-info .price {
	display: flex;
	align-items: center;
}

.price-info .price .min {
	color: #333;
	font-size: 14px;

	padding-top: 5px;
}

.price-info .price .max {
	color: #333;
	font-size: 24px;

}

.price-info .hy_price {
	color: #999;
	font-size: 12px;
	text-decoration: line-through;
}

.price-info .hy_sales {
	color: #999;
	font-size: 12px;
}
.price-info .attention{width:28px;
    height: 28px;
  }
.price-info .attention img {
	    width: 28px;
	    height: 28px;
		border-radius: 50%;
	}
/* 商品介绍 */
.products-introduction {
	padding: 10px;
	padding-top: 0;
	background: #fff;
}

.products-introduction .title {
	width: 100%;
	height: 50px;
}

.products-introduction .title span {
	font-size: 16px;
	color: #000;
	margin: 0 10px;
}

.products-introduction .title:before {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #f2f2f2;
}

.products-introduction .title:after {
	content: "";
	width: 52px;
	height: 1px;
	background-color: #f2f2f2;
}

.products-introduction .content {
	width: 100%;
	font-size: 14px;
}

.products-introduction .content img {
	width: 100%;
	font-size: 0;
	line-height: 0
}

/*商品详情底部*/

.footer {
	line-height: 40px;
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #fff;
	z-index: 999999999;


}

.footer.bg-b7 {
	background: #f7f7f7;
	bottom: 10px;
}

.footer .link_cart {
	color: #000;
	line-height: 20px;
	font-size: 12px;
	display: block;
	width: 50px;
	box-sizing: border-box;
}

.footer .link_cart .icon_img {
	width: 20px;
	vertical-align: middle;
	margin: 0 auto;
	margin-top: 2px;
}

.footer .link_a {
	color: #fff;
	font-size: 14px;
	display: block;
	margin: 5px 10px 5px 5px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}


/* 点击立即购买 弹窗 */

.alert-layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999999999999;
}

.alert-layer.t-alert {
	top: 0;
	transition: all .3s;
}

/* 属性 */
.buy_count {
	width: 100%;
	position: relative;
	left: 0;
	bottom: 0;
	background: white;
	padding: 12px;
	min-height: 800px;
}

.buy_count .div_ul {
	box-sizing: border-box;

}

.buy_count .div_li {
	display: flex;

	flex-wrap: wrap;

}

.buy_count .div_li .img {
	background: #FFFFFF;
	padding: 2px;
	position: relative;
	top: -10px;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	margin-right: 10px;
}

.buy_count .div_li .div_p {
	font-size: 18px;
	color: #333;
}

.moneyPrimary {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
}

.buy_count .div_span {
	font-size: 14px;
	color: #333;
	display: block;
}


.buy_count .div_h3 {
	font-weight: normal;
	font-size: 14px;
	color: #333;
	width: 100%;
}

.buy_count .div_b {
	line-height: 30px;
	height: 30px;
	padding: 0 12px;
	border: 1px solid #eee;
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
	transition: all .3s;
}

.danxuanzu {
	line-height: 30px;
	height: 30px;
	padding: 0 12px;
	border: 1px solid #eee;
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
	transition: all .3s;
}

	.danxuanzu input[type="radio"]:checked {
		background: #07c160;
		color: white;
		border: 1px solid #07c160;
	}

.buy_count .div_b.active {
	background: #07c160;
	color: white;
	border: 1px solid #07c160;
}

.buy_count .div_span {
	font-size: 14px;
	color: #333;
	background: #FFFFFF;
	display: block;
	line-height: 28px;
}

.buy_count_btn {
	background: #07c160;
	color: #fff;
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: none;
}

.close_btn {
	color: #000;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	background: url("../images/close.png") no-repeat center;
	background-size: 40% 40%;
	border: none;
}

/*订单地址 */
.address_defalut_wrap {
	background: #fff;
	position: relative;
	margin-bottom: 10px;
}

.address_defalut_wrap:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: -webkit-repeating-linear-gradient(135deg, #e59fad, #e59fad 20%, transparent 0, transparent 25%, #aeaeae 0, #aeaeae 45%, transparent 0, transparent 50%);
	background: repeating-linear-gradient(-45deg, #e59fad, #e59fad 20%, transparent 0, transparent 25%, #aeaeae 0, #aeaeae 45%, transparent 0, transparent 50%);
	background-size: 80px;
	content: "";
}

.address_defalut {
	padding: 15px;
	position: relative;
	display: flex;
	align-items: center;
}


.address_defalut .dw-icon {
	width: 20px;
	margin-right: 10px;
}

.address_defalut:after {
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 2px 2px 0 0;
	border-color: #909399;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 15px;
	border-radius: 1px;
}

.address_defalut.nojt:after {
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 0;
	border-color: #909399;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 15px;
	border-radius: 1px;
}

.address_defalut .adress_a {
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
	padding-right: 30px;
}


.address_defalut .adress_a .address {
	color: #000;
}


/*订单信息*/
.order_info {
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	position: relative;
}

.order_info .hproduct {
	position: relative;

	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.order_info .hproduct::before {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	background-color: #f6f6f6;
	height: 1px;

	bottom: 0;
	left: 0px;
	right: -10px;
}

.order_info .hproduct.no-bor::before {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	background-color: #f6f6f6;
	height: 0px;

	bottom: 0;
	left: 0px;
	right: -10px;
}

.order_info .hproduct .photo {
	width: 75px;
	height: 75px;

}

.order_info .hproduct .order_info_con {
	padding-left: 10px;
}

.order_info .hproduct .prdname {
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
	.order_info .hproduct .guige {
		color: #ada3a3;
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}


.order_info .hproduct .sku_price {
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 12px;
}


em {
	font-style: normal;
}

/* */

.cellBox {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cellBox .cell {
	font-size: 14px;
	position: relative;
	padding: 10px 15px;
	box-sizing: border-box;
	color: #000;
}

.cellBox .cell .navtit {
	min-width: 70px;
	color: #444;

}


.cellBox .cell.jt:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 1px 1px 0 0;
	border-color: #999;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: relative;
	top: 50%;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
}

.cellBox .cell .bz-ipt {
	width: 100%;
	color: #000;
}


/* 选择支付方式 */
.payment-con {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: white;
	padding: 12px;
}

.payment-con .title {
	font-size: 16px;
	font-weight: bold;
	height: 40px;
}

.payway {
	margin: 0 auto;
	background: #fff;
	padding-bottom: 10px;
}

.payway .div_ul .div_li {
	position: relative;

	color: #909399;
	margin-bottom: 5px;
}

.payway .div_ul .div_li:last-child:before {
	border-bottom: 0 solid #eee;
}

.payway .div_ul .div_li .link_a {
	font-size: 14px;
	overflow: hidden;
	color: #181818;
	padding: 10px 0;
}

.payway .div_ul .div_li .link_a .icon_img {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.payway .div_ul .div_li .link_a .dik {
	display: inline-block;
	color: #999;
	font-size: 14px;
	-webkit-text-size-adjust: none;
}

/*支付成功*/

.paysuccess {
	padding: 40px 0;

}

.paysuccess .pay {
	width: 100%;
	margin: 0 auto;
}


.paysuccess .pay .img {
	overflow: hidden;
	width: 60%;
}


.paysuccess .pay2 {
	width: 65%;
	margin: 0 auto;
	padding: 10px 0;
	margin: 30px auto;
}

.paysuccess .paybtn-wray .link_a {
	display: block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	width: 80%;
	color: #fff;
	margin: 20px auto;
	font-size: 14px;
}


/*=============================== 我的收藏 */

.Collect-goods {
	background: #fff;
	margin-top: 10px;
}

.Collect-goods .item {
	overflow: hidden;

	position: relative;
	margin-bottom: 10px;
	padding: 10px;

}

.Collect-goods .item .shopimg {
	margin: 0 10px;
}

.Collect-goods .item .shopimg .goods_img {
	width: 65px;
	height: 65px;
	border: 1px solid #eee
}

.Collect-goods .item .product_info {
	overflow: hidden;
	font-size: 16px;
}

.Collect-goods .item .product_info .product-name {
	font-size: 14px;
	display: block;
	color: #000;
	text-decoration: none;
}


/*我的订单*/
.my_order {}

.empeyOrder {
	background-color: #fff;
	position: absolute;
	bottom: 0;
	top: 100px;
	text-align: center;
}

.empeyOrder img {
	width: 100%;
	margin-top: 20vh;
}

.order_box {
	margin: 10px auto;
	padding: 15px;
	background: #fff;
}

.order_box .order_head {
	line-height: 24px;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.order_box .order_head .ddbh {
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.order_box .order_head .ddbh .title {
	font-size: 14px;
	color: #333;
	position: relative;
	max-width: 90%;
	padding-right: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.order_box .order_head .order_state {
	font-size: 14px;
	color: #999;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.order_box .order_state.red {
	color: #f92309;
}

.order_box .order_item {
	text-decoration: none;
	display: block;
}

.order_box .order_item .order_con {

	margin-top: 10px;

}

.order_box .order_item .order_con .order_img {
	width: 80px;
	height: 80px;


}


.order_box .order_item .order_con .order_img .img {
	width: 100%;
	height: 100%;
}
.img1 {
	width: 80px;
	height: 80px;
}
.total_count1 {
font-size: 12px;
    color: #999;
    padding: 5px 10px;
}
.order_box .order_item .order_con .order_info {}

.order_box .order_item .order_con .order_name {
	color: #333;
}

.order_box .order_item .order_con .desc {
	font-size: 14px;
	color: #333;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.order_box .order_item .order_con .guige {
	color: #ada3a3;
	font-size: 12px;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.order_box .order_item .order_total_bar {
	padding: 6px 0;
	background: #fafafa;
}

.order_box .order_item .order_total_bar .total_count {
	font-size: 12px;
	color: #999;
	padding: 5px 10px;
}



/*  */
.order_btn {
	padding-top: 10px;
	-webkit-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	align-items: center;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	position: relative;
}

.order_btn .oh_btn {
	text-align: center;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;

	font-size: 12px;
	padding: 0 10px;
}

.order_btn .oh_btn.bg_red {
	color: #f92309;
	height: 25px;
	line-height: 25px;
	border: 1px solid #f92309;
}

.order_btn .oh_btn.bg_white {
	background-color: #fff;
	color: #333;
	border: 1px solid #e5e5e5;

}

.order_btn .oh_btn.line_red {
	background-color: #fff;
	color: #f2270c;
	border: 1px solid #f2270c;

}

/* =============订单详情 */
.orderDetails .top {
	background: url('../images/order/orderTopBG.png') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100px;
	display: flex;
	padding: 15px;
	justify-content: center;
	flex-direction: column;
}

.orderDetails .top img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.orderDetails .top P {
	opacity: 0.6;
}

.orderDetails .top .time {
	color: rgba(255, 255, 255, 0.6);
}



.orderDetails .payInfo {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 15px;
	color: #999999;
	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;
}

.orderDetails .payInfo span {
	padding: 3px 0;
}

.orderDetails .button {
	background: #FFFFFF;
	margin-top: 10px;
	padding: 10px 15px;
	justify-content: flex-end;
}


.orderDetails .button a {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*===============收货地址====================*/

.address_list {
	font-size: 14px;
	color: #000;

}



.address_list .address {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	margin-bottom: 10px;

}

.address_list .address.choice:before {
	position: absolute;
	right: 12px;
	bottom: 0;
	left: 12px;
	height: 2px;
	background: -webkit-repeating-linear-gradient(135deg, #e59fad, #e59fad 20%, transparent 0, transparent 25%, #aeaeae 0, #aeaeae 45%, transparent 0, transparent 50%);
	background: repeating-linear-gradient(-45deg, #e59fad, #e59fad 20%, transparent 0, transparent 25%, #aeaeae 0, #aeaeae 45%, transparent 0, transparent 50%);
	background-size: 82px;
	content: "";
}

.address_list .address .edit {
	text-align: right;
}

.address_list .address .edit .link_a {
	display: block;
	font-size: 14px;
	color: #999;
}

.address_list .address .edit .link_a em {
	width: 10px;
	font-size: 14px;
	color: #999;
}

.address_list .address .edit .link_a img {
	width: 14px;
	height: 14px;
	margin-right: 3px;
}

/* ========上传凭证========== */
.text {
	padding: 10px;
	padding-top: 15px;
}

.Upload-voucher {
	background-color: #fff;
}

.Upload-voucher .oblock {
	margin: 5px 10px;
	border-radius: 5px;
}

.Upload-voucher .oblock .type {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.Upload-voucher .oblock {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px 0;
	background-color: #ff00000a;
}

.Upload-voucher .oblock .type img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.Upload-voucher .weixinCode {
	width: 100px;
	height: 100px;
}

/* =============物流 */

.wuliu .top {
	background-color: #fff;

	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 15px;

}

.wuliu .top img {
	width: 40px;
	height: 40px;
	margin-right: 5px;
}



.wuliu .info {
	background-color: #fff;
	padding: 15px;
	margin-top: 10px;
}

.wuliu .info .block {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.wuliu .info .block .left {
	min-width: 100px;
	height: 80px;
	background-size: 18px 100%;
	background-image: url('../images/order/logistics02.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.wuliu .info .block .left p {
	margin-bottom: 5px;
}

.wuliu .info .block .left p:first-child {
	color: #333;
}

.wuliu .info .block .start {
	background-image: url('../images/order/logistics03.png');
}

.wuliu .info .block .end {
	background-image: url('../images/order/logistics01.png');
}

.wuliu .info .block .right {
	width: 100%;
	padding: 0 20px 0 10px;
}
