﻿@charset "utf-8";

.top_search {
	font-size: 14px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #000;
	width: 100%;
	background: #FFFFFF;
	position: relative;
}

.top_search .top_l {
	position: absolute;
	top: 0;
	left: 0;
}

.top_search .top_l .link_a {
	font-size: 14px;
	padding: 0 5px;
	display: block;
	color: #000;
}

.top_search .top_l .link_a .back-icon {
	width: 28px;
	height: 28px;
}

.top_search .top_r {
	position: absolute;
	top: 0;
	right: 0;
}

.top_search .top_r .link_a {
	font-size: 13px;
	padding: 0 10px;
	color: #6ee7ea;
	display: block;
}


.top-search-shop {
	position: absolute;
	z-index: 2;
	left: 45px;
	transform: translateX(0);
	top: 50%;
	margin-top: -16px;
	width: calc(100% - 130px);
	z-index: 99;
	height: 35px;
	line-height: 35px;
	border-radius: 35px;
	background: #F7F7F7 url(../images/icon/searchshop1.png) no-repeat 10px center;
	background-size: 18px 18px;
	padding-left: 22px;
}



.top-search-shop .search-input {
	font-size: 12px;
	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 .top_r {
	position: absolute;
	top: 12px;
	right: 10px;
}

.top_search .top_r .seach_a {
	width: 60px;
	white-space: nowrap;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 5px;
	background: linear-gradient(35deg, #e68789, #e84045);
	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;
}

.shopType .Type_ul .Type_li .link_a {
	height: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	display: block;
	color: #000;
}

.shopType .Type_ul .Type_li.on {

	box-sizing: border-box;
}

.shopType .Type_ul .Type_li.on .link_a {
	color: #ff8e22;
	position: relative;
}

.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 5px 5px;
	display: inline-block;
	border-style: solid;
	position: absolute;
	bottom: 21px;
	margin-left: 5px;
}

.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: 5px 5px 0px;
	position: absolute;
	bottom: 13px;
	margin-left: 5px;
}

.shopType .Type_ul .Type_li.on .upper.on {
	border-color: transparent transparent #ff8e22 transparent;
}

.shopType .Type_ul .Type_li.on .lower.on {
	border-color: #ff8e22 transparent transparent transparent;
}


/**/

.floor-tit {
	width: 100%;
	padding: 15px 10px;
	padding-bottom: 5px;
	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 .more {
	color: #999;
	position: relative;
	font-size: 13px;
	font-weight: normal;
	padding-right: 10px;
	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: relative;
	top: 50%;
	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: 3px;
}

.produt-list .produt-li {
	width: 50%;
	padding: 3px;
	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;
	border-radius: 5px;
}


.produt-list .pro_box .pro_img_box {
	font-size: 0;
	padding-bottom: 0;
	position: relative;
	border-radius: 4px 4px 0 0;
}

.produt-list .pro_box .pro_img_box .pro_img {
	width: 100%;
	/*height: 100%;*/
	border-radius: 4px 4px 0 0;
	height: 170px;
}



.produt-list .pro_box .pro_info {
	font-size: 12px;
	overflow: hidden;
	position: relative;
	padding: 8px;
}

.produt-list .pro_box .pro_info .pro_name {
	box-sizing: border-box;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	color: #232326;
	line-height: 16px;
	height: 32px;
}

.produt-list .pro_box .pro_info .pro_price {
	color: #ff8e22;
	font-size: 16px;
	font-weight: 600;
}

.produt-list .pro_box .pro_info .pro_price .rmb {
	color: #ff8e22;
	font-weight: 600;
	font-size: 12px;
}

.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 .pro_info .pro_zhuanqu {
	color: #fff;
	line-height: 20px;
	padding: 3px 5px;
	display: inline;

	font-size: 12px;
	background: linear-gradient(to top, #214d40, #214d40);
}

/*一行一列*/
.produt-list.oneprodut-list {
	display: block;
	padding: 3px;
}

.produt-list.oneprodut-list .produt-li {
	width: 100%;
	padding: 3px;
	display: block;
}

.produt-list.oneprodut-list .produt-li .pro_box {
	display: flex;
	border-radius: 5px;
	padding: 5px;
}

.produt-list.oneprodut-list .pro_box .pro_img_box {
	width: 110px;
}

.produt-list.oneprodut-list .pro_box .pro_img_box .pro_img {
	width: 100px;
	height: 100px;
}

.produt-list.oneprodut-list .pro_box .pro_info {
	font-size: 12px;

	padding: 0 5px;
}

.produt-list.oneprodut-list .pro_box .pro_info .pro_name {
	margin-bottom: 20px;

}

/**/
.product_detail {
	background: #fff;
	padding-bottom: 5px;
}

.product-banner {
	position: relative;
	overflow: hidden;
}

.product-banner .adpic {
	width: 100%;
	margin: 0 auto;
}

.product-banner .adpic .img {
	width: 100%;
	max-height: 350px;
}

.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-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 .goods-img .timebox {
	position: absolute;
	z-index: 998;
	bottom: 0px;
	align-items: center;
	left: 10px;
	display: flex;
	right: 10px;
	

	justify-content: center;
	text-align: center;
	flex-direction: column;

}

.goods-list .goods-item .goods-img .timebox .shijian {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #e84045;
	border-radius: 30px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: rgba(255, 255, 255, .5);
	box-shadow: 0px 0px 3px rgba(255, 255, 255, .5);


}
	.goods-list  .timebox1 {
		
		z-index: 998;
		bottom: 0px;
		align-items: center;
		left: 10px;
		
		right: 10px;
		justify-content: center;
		text-align: center;
		flex-direction: column;
	}

		.goods-list  .timebox1 .shijian1 {
			width: 100%;
			font-size: 12px;
			font-weight: bold;
			color: #e84045;

		}
.goods-list .goods-item .info-wrap {
	font-size: 12px;
	position: relative;
	padding: 5px 10px;
	padding-bottom: 3px;
	background: #FFFFFF;
	border-radius: 0 0 5px 5px;
}

.goods-list .goods-item .info-wrap.gbinfo-wrap {
	font-size: 12px;
	position: relative;
	padding: 5px 0px;
	padding-bottom: 3px;
}

.goods-list .goods-item .info-wrap .pro-name {
	box-sizing: border-box;
	color: #262626;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	/* max-height: 32px; */
	line-height: 16px;
	/*text-align: center;*/
}

.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 .tag {
	margin-right: 3px;
	padding: 0 5px;
	height: 24px;
	line-height: 20px;
	border-radius: 2px;
	font-size: 10px;
	margin-bottom: 3px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods-list .goods-item .tag2 {
	width: 50%;
	margin-right: 1px;
	padding: 0 1px;
	text-align: center;
	line-height: 16px;
	border-radius: 2px;
	font-size: 8px;
	margin-bottom: 5px;
	display: flex;
	color: #ffffff;
	align-items: center;
	justify-content: space-between;
	background: #e84045;
}

.goods-list .goods-item .tag2 span {
	text-align: left;
}

.goods-list .goods-item .tag img {
	width: 14px;
}

.goods-list .goods-item .tag span {
	height: 22px;
	line-height: 22px;
	background: #fff;
	padding: 0 3px;
	color: #ff6d03;
	border-radius: 0 2px 2px 0;
}

.goods-list .goods-item .tag.tagred {
	color: #fff;
	border: 1px solid #fd8902;
	background: #fd8902;
}

.goods-list .goods-item .tag.taggreen {
	color: #fff;
	background: #ff6d03;
	border: 1px solid #ff6d03;
	padding-right: 0;
	padding-left: 0px;
}

.goods-list .goods-item .info-wrap .discount-price {
	color: #EB4D3D;
	font-size: 12px;
	font-weight: 500;
}

.goods-list .goods-item .info-wrap .discount-price .unit {
	color: #EB4D3D;
	font-size: 12px;
}

.goods-list .goods-item .info-wrap .icon-cart2 {
	width: 32px;
	height: 18px;
	position: relative;
}

.goods-list .goods-item .info-wrap .discount-price .price {
	color: #EB4D3D;
	font-size: 14px;
	font-weight: 700;
}

.goods-list .goods-item .info-wrap .discount-price .txtunit {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.goods-list .goods-item .info-wrap .zengsong {
	color: #999;
	font-size: 12px;
}

.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-sjia {
	width: 55px;
	height: 18px;
	position: relative;
	color: #666666;
}

.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;
}

/*  */

/* =============拍========== */
.qgqutilet {
	flex: 1;
	height: 49px;
	width: 100%;
	text-align: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	/*margin: 5px 10px;*/
	border-radius: 6px;
	padding-top: 5px;
	background: #fff;
}

.qgqutilet .atg {
	position: relative;
	box-sizing: border-box;
	padding: 5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border-radius: 0 0 10px 10px;
}

.qgqutilet .atg .ttg {
	display: block;
	width: 25%;
	text-align: center;
	margin: 5px 0;

	position: relative;
}

.qgqutilet .atg .ttg img {
	width: 22px;
	height: 22px;
	margin-right: 2px;
}

.qgqutilet .atg .ttg a {
	color: #333;
}

.qgqutilet .atg .act a {
	color: #0d392c;
	border-bottom: solid 3px #f0286b;
}

.gopai {
	width: 55px;
	margin: 0 auto;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	background: linear-gradient(35deg, #e68789, #e84045);
	letter-spacing: 1px;
	color: #fff;
}

.goti {
	width: 50px;
	margin: 0 auto;
	height: 25px;
	line-height: 25px;
	font-size: 9px;
	text-align: center;
	border-radius: 100px;
	background: linear-gradient(35deg, #c570ba, #b152ad);
	letter-spacing: 1px;
	color: #fff;
}

/* ================商品列表================== */

.goods-list {
	/* background: #fff; */
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 5px;
}

.goods-list .goods-item {
	width: 50%;
	padding: 5px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
}

.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: 60px;
	height: 60px;
	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;
}

.goods-list .goods-item.one-row .info-wrap .pro-name {
	box-sizing: border-box;
	color: #262626;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	max-height: 16px;
	line-height: 16px;
}

/*  */
.goods-title {
	padding: 5px 10px;
	margin: 0 auto;

	font-size: 14px;
	color: #000;
}

/*  */
.price-info {

	padding: 0 10px;

}

.price-info .price {
	display: flex;
	align-items: center;
}

.price-info .price .min {
	color: #f92309;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}

.price-info .price .max {
	color: #f92309;
	font-size: 24px;
	font-weight: bold;
}

.price-info .hy_price {
	color: #999;
	font-size: 12px;
	text-decoration: line-through;
}

.price-info .hy_sales {
	color: #999;
	font-size: 12px;
}

/* 商品介绍 */
.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 {
	max-width: 100%;
}

/*商品详情底部*/


.footer {
	height: 45px;
	line-height: 45px;
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #fff;
	z-index: 99999;

}


.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;
	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: 9999999;
	transition: all .3s;
}

.alert-layer.t-alert {
	top: 0;
}

.buy_count {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: white;
}

.buy_count .div_ul {
	box-sizing: border-box;
	padding: 12px;
}

.buy_count .div_li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.buy_count .div_li .img {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}

.buy_count .div_li .div_p {
	font-size: 18px;
	color: #f92309;
	margin-bottom: 5px;
}

.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;
}

.buy_count .div_b.active {
	background: #f92309;
	color: white;
	border: 1px solid #f92309;
}

.buy_count .div_span {
	font-size: 14px;
	color: #333;
	background: #FFFFFF;
	display: block;
	line-height: 28px;
}

.buy_count_btn {
	background: #f92309;
	color: #fff;
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: none;
}

.close_btn {
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url("../images/icon/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, #ff6c6c, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
	background: repeating-linear-gradient(-45deg, #ff6c6c, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 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: 6px;
	width: 6px;
	border-width: 1.2px 1.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 .adress_a {
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
	padding-right: 30px;
}

.address_defalut .adress_a .div_p {
	word-wrap: break-word;
	word-break: break-all;
	font-size: 14px;
}

.address_defalut .adress_a .address {
	color: #000;
}


/*  */
.order_info {

	padding: 0 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;
	left: 0;
	right: 0;
	bottom: 0;
	left: -10px;
	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 .sku_price {
	height: 30px;
	line-height: 30px;
	color: #f92309;
	font-size: 10px;
}


.order_info .hproduct .sku_price .large_text {
	font-size: 16px;
}

/* */
.pay-total {
	position: relative;
	background: #fff;
	border-radius: 5px;
	padding: 20px 10px;
}

.pay-total:before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #eee;
	color: #000;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}

.payway {
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
}

.payway .div_ul .div_li {
	position: relative;
	padding: 15px;
	color: #909399;
}

.payway .div_ul .div_li:before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #eee;
	color: #000;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}

.payway .div_ul .div_li:last-child:before {
	border-bottom: 0 solid #eee;
}

.payway .div_ul .div_li .link_a {

	overflow: hidden;
	color: #181818;
}

.payway .div_ul .div_li .link_a .icon_img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.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;

	border-radius: 5px
}



/**/
.my_order {}

.order_box {
	margin: 10px;
	padding: 10px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .05);
}

.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: 12px;
	color: #999;
	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_head .order_state .link_a {
	color: #f92309;
	font-size: 13px;
}

.order_box .order_state.red {
	color: #f92309;
}

.order_box .order_item {
	text-decoration: none;
}

.order_box .order_item .order_con {
	margin-top: 8px;
	overflow: hidden;
}

.order_item .order_con .order_img {
	width: 75px;
	height: 75px;
	margin-right: 10px;
	border-radius: 6px;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	display: inline-block;
	overflow: hidden;
	position: relative;
}


.order_item .order_con .order_img .img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

.order_item .order_con .order_name {
	color: #333;
	-webkit-align-self: center;
	align-self: center;
}

.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_item .order_total_bar {
	padding: 6px 0;
	position: relative;
}

.order_item .order_total_bar .total_count {
	font-size: 12px;
	color: #999;
	text-align: right;
	line-height: 21px;
}

.total_count {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.order_item .order_total_bar .payment {
	margin-left: 10px;
	font-size: 14px;
	color: #999;
	line-height: 21px;
}

.order_item .order_total_bar .price {
	color: #999;
}

.order_btn {
	padding-top: 10px;
	-webkit-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	position: relative;
}

.order_btn:before {
	content: "";
	height: 0;
	display: block;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}

.order_btn .oh_btn {
	text-align: center;
	height: 25px;
	line-height: 25px;
	border-radius: 15px;
	margin-left: 8px;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	font-size: 12px;
	padding: 0 10px;
}

.order_btn .oh_btn.bg_red {
	color: #ff8e22;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ff8e22;
}

.order_btn .oh_btn.bg_white {
	background-color: #fff;
	color: #999;
	border: 1px solid #ccc;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .05);
}

.order_btn .oh_btn.line_red {
	background-color: #fff;
	color: #f2270c;
	border: 1px solid #f2270c;
	box-shadow: 0 3px 6px 0 rgba(242, 39, 12, .1);
}

.order_btn .left_time {
	font-size: 12px;
	color: #333;
	line-height: 30px;
	position: relative;
	padding-left: 15px;
}



/*===================================*/
.dd-detail-num {
	padding: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}

/* ===== */
.address_list {
	margin: 10px;
	font-size: 14px;

	color: #000;

}

.address_list .address {
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	margin-bottom: 10px;
}

.address_list .address .div_ul {

	position: relative;
	overflow: hidden;
}

.address_list .address .div_ul {
	padding: 10px;
	z-index: 2;
}

.address_list .address .div_li {
	margin-top: 5px;
	list-style: none;
	font-size: 14px;
}

.address_list .div_li .div_span {
	display: inline;
	color: #666;
	font-size: 14px;
}

.address_list .address .edit {}

.address_list .address .edit .link_a {
	width: 30px;
	margin-left: 10px;
	font-size: 14px;
	color: #ff8e22;
}

====================*/ .produt-more {
	height: 35px;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.produt-more .mored_tj {
	display: inline-block;
	padding-left: 10px;
	border-left: 3px solid #e95770;
	color: #e95770;
	font-size: 14px;
	font-weight: bold;
}

.produt-more .arrow {
	font-size: 12px;
	color: #333;
	position: relative;
	text-decoration: none;
	padding-right: 15px;
}

.produt-more .arrow:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #333;
	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: 5px;
	border-radius: 1px;
}

.homeprodut-list {
	padding: 15px;
	padding-top: 5px;
}

.homeprodut-li {
	border-bottom: 1px solid #eee;
}

.homeprodut-list .homeprodut-li .preview {

	width: 110px;

}

.homeprodut-list .homeprodut-li .preview .img {
	width: 80px;
	height: 80px;
	border-radius: 5px;
}

.two-omit {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.homeprodut-list .homeprodut-li .item {
	width: 60%;

}

.homeprodut-list .homeprodut-li .item .title {
	width: 100%;
	font-size: 14px;
	color: #000;
}

.homeprodut-list .homeprodut-li .item .introduce {
	width: 100%;
	font-size: 12px;
	color: #c0c0c0;
}

.homeprodut-list .homeprodut-li .item .price-more {
	width: 100%;
	height: 20px;
}

.homeprodut-list .homeprodut-li .item .price-more .price {
	font-size: 16px;
	color: #e95770;
	font-weight: bold;
}

.homeprodut-list .homeprodut-li .item .price-more .depreciate {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
	padding: 0 5px;
}

.homeprodut-list .homeprodut-li .item .btn-buy {
	width: 80px;
	text-align: center;
	line-height: 22px;
	color: #ffa500;
	border: 1px solid #ffa500;
	border-radius: 5px;
}

.homeprodut-list .homeprodut-li .item .btn-img {
	width: 40px;
	height: 40px;

}

/* ==============
热门
============= */

/*  */
.slider-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.hotbanner-bg {
	position: absolute;
	background: linear-gradient(to right, #e73652, #ea697f);
	background-size: 100% 100%;
	top: 0;
	left: -25%;
	height: 80%;
	width: 150%;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
}

.hotbanner {
	margin: 10px auto;
	position: relative;
	position: relative;
	overflow: hidden;
}


.hotbanner .swiper-slide .img {
	display: block;
	width: 100%;
	height: 100%;
	height: 140px;
	border-radius: 10px;
}

.hotbanner .swiper-container {
	width: 100%;

	overflow: visible !important;
}

.hotbanner .swiper-container .swiper-wrapper .swiper-slide {
	width: 90%;
	border-radius: 10px;
}

.hotbanner .swiper-container .swiper-wrapper .swiper-slide-prev {
	margin-top: 10px;
	height: 120px !important;
}

.hotbanner .swiper-container .swiper-wrapper .swiper-slide-prev img {
	height: 120px !important;
}

.indexbanner .swiper-container .swiper-wrapper .swiper-slide-next {
	margin-top: 10px;
	height: 120px !important;
}

.hotbanner .swiper-container .swiper-wrapper .swiper-slide-next img {
	margin-top: 10px;
	height: 120px !important;
}

.hotbanner .swiper-container .swiper-wrapper .swiper-slide-active {
	width: 90%;
}