
html {
	font-size: 62.5px;
	width: 100%;
	height: auto;
	overflow: auto;
}
body {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top); 
  padding-left: constant(safe-area-inset-left); 
  padding-left: env(safe-area-inset-left); 
  padding-right: constant(safe-area-inset-right); 
  padding-right: env(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom); 
  padding-bottom: env(safe-area-inset-bottom);
}
body {
	font-size: 0.14rem;
	font-family: Arial;
	font-family: 宋体;
	overflow-y: auto;
	width: 100%;
	max-width: 677px;
	margin: auto !important;
	height: auto;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	font-family: SourceHanSansCN, arial, helvetica, sans-serif;
	transition: all 0.5s;
	background: #fff;
}

body,
html {
	scroll-behavior: auto;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul,
select {
	margin: 0;
	padding: 0;
}

input {
	box-sizing: border-box;
}

input,
textarea {
	outline: 0;
	display: block;
	border: none;
	background: none;
}

input[type=button] {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

input[type=radio] {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

input[type=checkbox] {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

input[type=submit] {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

input[type=text] {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

select {
	outline: none;
	background: none;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

a {
	text-decoration: none;
}

.wapper {
	width: 100%;
	height: auto;
	max-width: 677px;
	margin: auto;

}

.wapper2 {
	background: #f0f1f5;
}

.bannerbox {
	width: 100%;
	height: auto;
	background: #f0f1f5;
}

.bannerbox .bannerhead {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 99;
	-webkit-mask: url(../library/mall/10000/images/layout/mask.png) no-repeat 0 0/100% 100%;
	-webkit-mask-position: 50%;
}

.bannerbox .bannerhead .swiper-wrapper {
	width: 100%;
	height: auto;
}

.banner_swiper {
	position: relative;

}

.swiper-slide {
	width: 100%;
	height: auto;

}

.bannerbox .bannerhead .swiper-wrapper img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.bannerbox .bannerhead .swiper-pagination-bullet-active {
	background: rgb(255, 255, 255, 1) !important;
}

.bannerbox .bannerhead .swiper-pagination-bullet {
	background: rgb(255, 255, 255, .9) !important;
}

.bannerbox .bannerhead .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 5% !important;
}

.sort {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
	transform: translateY(-25%);
}

.sort .sortbox {
	width: 100%;
	height: auto;
}

.sort .sortbox .pic {
	width: 100%;
	height: auto;
}

.sort .sortbox .pic img {
	width: 100%;
	height: auto;
}

.searchbox {
	width: 60%;
	height: 45px;
	line-height: 45px;
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 3px 0 5%;
	box-sizing: border-box;
	background: url(../library/mall/10000/images/layout/search2.png) no-repeat center rgb(255, 255, 255, .8);
	z-index: 999;
	background-size: 40px;
	background-position: 98%;
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 0 5px rgb(0, 0, 0, .3);
}

.searchbox {}

.searchicon {
	width: 40px;
	height: 40px;
	/* 	background: url(../library/mall/10000/images/layout/search.png) no-repeat center #644743;
	border-radius: 50%; */
	margin-top: 2.5px;
	/* background-size: 5vw; */
	display: none;

}

.searchicon img {
	width: 100%;
}

.swiperbox {
	height: 45px;
	line-height: 1;
}

.swipertext li {
	font-size: 15px;
	color: #644743;
}

.swipertext li a {
	font-size: 15px;
	color: #644743;
	display: block;
	width: 100%;
	line-height: 3;
}

.nibbox {
	height: 45px;
	width: 18%;
	position: absolute;
	top: 5%;
	right: 0;
	background: rgb(102, 39, 31, .9);
	z-index: 999;
	border-radius: 25px 0 0 25px;
}

.nibbox a {
	width: 100%;
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12%;
	box-sizing: border-box;
}

.nibbox .pic {
	width: 50%;
}

.nibbox .pic img {
	width: 2vw;
}

.nibbox .nibtext {
	font-size: 14px;
	color: #e4c27f;
	line-height: 1.2;
}

.sortlist {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 13%;
	left: 0;
	padding: 0 5%;
	box-sizing: border-box;
}

.sortlist ul {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 4vw;
}

.sortlist li {
	width: 100%;
	height: auto;
	border-radius: 12px;
	overflow: hidden;
}

.sortlist li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.choice {
	width: 100%;
	height: auto;
	transform: translateY(-90px);
}

.choice .choicebox {
	width: 100%;
	height: auto;
}

.choice .choicebox .choicetitbox {
	width: 100%;
	height: auto;
	color: #644743;
}

.choicetitbox .title {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.choicetitbox .title .line {
	width: 7vw;
	height: 1px;
	background: #66271f;
}

.choicetitbox .title .tit {
	font-size: 4vw;
	padding: 0 2%;
}

.choicetitbox .txt {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.5vw;
}

.choicelist {
	width: 100%;
	height: auto;
	padding: 5%;
	box-sizing: border-box;
	background: #f0f1f5;
}

.choicelist ul {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 4vw;
}

.choicelist li {
	width: 100%;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
	/* box-shadow: 0 0 5px rgb(0, 0, 0, .3); */
	background: #fff;
}

.choicelist li .pic {
	width: 100%;
	height: auto;
}

.choicelist li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.cakebox {
	width: 100%;
	height: auto;
	padding: 5% 10%;
	box-sizing: border-box;
}

.cakebox .tit {
	font-size: 14px;
	color: #312d2d;
	font-weight: bold;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cakebox .price {
	font-size: 15px;
	color: #b33334;
	font-weight: bold;
	padding: 4% 0 0 0;
}

.footer {
	width: 100%;
	max-width: 677px;
	margin: auto;
	height: 58.8px;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: rgb(102, 39, 31, .9);
	z-index: 999999;
}

.footer .footerbox {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	padding: 1% 2% 2% 5%;
	box-sizing: border-box;
}

.footer .footerbox .footerlogo {
	width: 35%;
	height: auto;
}

.footer .footerbox .footerlogo img {
	width: 100%;
	height: auto;
}

.footer .footerbox .footernav {
	width: 65%;
	height: auto;
}

.footernav ul {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.footernav li {
	width: 100%;
	height: auto;
	text-align: center;
}

.footernav li .icon img {
	width: auto;
	height: 20px;
	vertical-align: bottom;
}

.footernav li .tit {
	width: 100%;
	height: auto;
	font-size: 13px;
	color: #e4c27f;
	text-align: center;
	padding-top: 5%;
	line-height: 1;
}

.footernav li.on .tit {
	color: #fff;
}

@media screen and (max-width:766px) {
	.swipertext li {
		font-size: 4vw;
		color: #644743;
	}

	.swipertext li a {
		font-size: 4vw;
		color: #644743;
		display: block;
		width: 100%;
		line-height: 3;
	}

	.nibbox .pic img {
		width: 6vw;
	}

	.nibbox .nibtext {
		font-size: 3vw;
		color: #e4c27f;
		line-height: 1.2;
	}

	.choicetitbox .title .tit {
		font-size: 8vw;
		padding: 0 2%;
	}

	.choicetitbox .txt {
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 3vw;
	}
}

/* 分类-产品详情 */
.product {
	width: 100%;
	height: auto;
	background: #fff;
}

.producthead {
	width: 100%;
	height: auto;
	-webkit-mask: url(../library/mall/10000/images/layout/mask2.png)no-repeat 0 0/100% 100%;
	-webkit-mask-position: 50%;
	position: relative;
}

.producthead .productswiper {
	width: 100%;
	height: auto;
}

.producthead .productswiper .swiper-wrapper {
	width: 100%;
	height: auto;
}

.producthead .productswiper .swiper-wrapper img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.producthead .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 5%;
	left: -40%;
	width: 100%;
}

.producthead .swiper-pagination-bullet-active {
	background: #b33334 !important;
}

.producthead .swiper-pagination-bullet {
	background: rgb(255, 255, 255, .5);
	opacity: 1 !important;
}

.productback {
	width: 8vw;
	height: 8vw;
	position: absolute;
	top: 8%;
	left: 3%;
	z-index: 9999;
}

.productback img {
	width: 100%;
	height: auto;
}

.swipernumber {
	position: absolute;
	bottom: 5%;
	right: 3% !important;
	z-index: 99;
	left: unset !important;
	width: 10% !important;
	width: 10%;
	padding: 2% 3%;
	text-align: center;
	background: #b33334;
	border-radius: 25px;
	font-size: 14px;
	color: #fff;
}

.varieties {
	width: 100%;
	height: auto;
	background: #f6f7fa;
	box-sizing: border-box;

}

.varietiesbox {
	width: 100%;
	height: auto;
	padding: 5% 0;
	background: #fff;
}

.varietiesbox .pricebox {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.varietiesbox .pricebox .price {
	font-size: 6vw;
	color: #b33334;
	font-weight: bold;
	padding-left: 3%;
}

.varietiesbox .pricebox .price span {
	font-size: 4vw;
}

.varietiesbox .pricebox .share {
	width: 50%;
	height: auto;
	text-align: right;
}

.varietiesbox .pricebox .share a {
	display: inline-block;
	padding: 3% 5% 3% 15%;
	text-align: center;
	font-size: 3.5vw;
	color: #999999;
	background: url(../library/mall/10000/images/layout/shareicon.png) no-repeat center #f6f7fa;
	background-size: 3.5vw;
	background-position: 20%;
	border-radius: 25px 0 0 25px;
}

.varietiestitle {
	font-size: 5vw;
	font-weight: bold;
	color: #312d2d;
	padding: 2% 3%;
	box-sizing: border-box;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.varietiesbox .varietieslist {
	font-size: 3.5vw;
	padding: 0 3%;
	box-sizing: border-box;
	color: #312d2d;
}

.parameter {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.parameterbox {
	width: 100%;
	height: auto;
	padding: 3%;
	box-sizing: border-box;
	background: #fff;
}

.parameterbox li {
	padding: 4% 0;
}

.parameterbox li:nth-child(2) {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.parameterbox .promotion {
	width: 100%;
	height: auto;
}

.parameterbox .promotion a {
	display: flex;
	align-items: center;
}

.pro_tit {
	font-size: 4vw;
	color: #838181;
	white-space: nowrap;
	padding-right: 4%;
}

.parameterbox .promotion a .coupon {
	width: 80%;
	display: flex;
	align-items: center;
}

.parameterbox .promotion a .coupon img {
	width: 6vw;
	height: auto;
	padding: 0 3% 0 0;
}

.parameterbox .promotion a .coupon .tit {
	font-size: 14px;
	color: #312d2d;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.pro_load {
	width: auto;
	padding-left: 5px;
}

.pro_load img {
	width: 6vw;
}

.parameterbox .choose {
	width: 100%;
	height: auto;
}

.parameterbox .choose a {
	display: flex;
}

.pro_tit {
	font-size: 4vw;
	color: #838181;
	white-space: nowrap;
	padding-right: 4%;
}

.parameterbox .choose a .chooselist {
	width: 80%;
	height: auto;
}

.parameterbox .choose a .chooselist .tit {
	font-size: 15px;
	color: #312d2d;
}

.parameterbox .choose a .chooselist .listbox {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	padding: 2% 0;
}

.parameterbox .choose a .chooselist .listbox .imgbox {
	width: auto;
	display: flex;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: nowrap;
	padding-right: 5%;
}

.parameterbox .choose a .chooselist .listbox .imgbox img {
	width: 6vw;
	height: auto;
	border-radius: 6px;
	padding-right: 2%;
}

.parameterbox .choose a .chooselist .listbox .btn {
	font-size: 14px;
	color: #312d2d;
	padding: 2%;
	text-align: center;
	background: #f1f4fb;
	border-radius: 25px;
	white-space: nowrap;
	margin: 0 3%;
}

.parameterbox .parbox {
	width: 100%;
	height: auto;
}

.parameterbox .parbox a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.parameterbox .parbox a .txt {
	width: 85%;
	font-size: 15px;
	color: #312d2d;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.layer-parbox {
	width: 100%;
	height: 100vh;
	position: fixed;
	background: rgb(0, 0, 0, .3);
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}

.layer-parlist {
	width: 100%;
	height: 100%;
	max-height: 60vh;
	position: fixed;
	bottom: -600px;
	left: 0;
	background: #fff;
	border-radius: 20px 20px 0 0;
	padding: 5%;
	box-sizing: border-box;
	z-index: 99999999;
	transition: all .5s;
}

.titboxh {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 3%;
}

.titboxh .tit {
	font-size: 20px;
	font-weight: bold;
	color: #312d2d;
}

.titboxh .parx {
	width: 25px;
	height: auto;
}

.titboxh .parx img {
	width: 100%;
	height: auto;
}

.layer-parlist .list {
	width: 100%;
	height: 100%;
	overflow: scroll;
}

.layer-parlist .list li {
	width: 100%;
	height: auto;
	padding: 3% 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eeeeee;
}

.layer-parlist .list li:last-child {
	border-bottom: none;
	padding-bottom: 20%;
}

.layer-parlist .list li .tit {
	width: 30%;
	height: auto;
	font-size: 15px;
	color: #312d2d;
}

.layer-parlist .list li .tits {
	font-size: 15px;
	color: #6e6c6c;
}

.la_discount {
	width: 100%;
	height: 100%;
	max-height: 60vh;
	position: fixed;
	bottom: -600px;
	left: 0;
	background: #fff;
	border-radius: 20px 20px 0 0;
	padding: 5%;
	box-sizing: border-box;
	z-index: 99999999;
	transition: all .5s;
}

.la_discount .discounttit {
	font-size: 16px;
	color: #312d2d;
}

.la_discount .list {
	width: 100%;
	height: 100%;
	overflow: scroll;
}

.la_discount .discountbox {
	width: 100%;
	height: auto;
	margin: 2% 0;
	position: relative;
}

.la_discount .discountbox .picbg {
	width: 100%;
	height: auto;
}

.la_discount .discountbox .picbg img {
	width: 100%;
	height: auto;
}

.la_discount .discountbox .disbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 5%;
	box-sizing: border-box;
}

.la_discount .discountbox .disbox .price {
	font-size: 7vw;
	font-weight: bold;
	color: #b33334;
	padding-right: 10px;
}

.la_discount .discountbox .disbox .price span {
	font-size: 15px;
}

.la_discount .discountbox .disbox .termbox {
	width: 60%;
	height: auto;
	text-align: left;
}

.la_discount .discountbox .disbox .termbox .term {
	font-size: 4vw;
	font-weight: bold;
	color: #b33334;
}

.la_discount .discountbox .disbox .termbox .termtime {
	font-size: 12px;
	color: #838282;
}

.la_discount .discountbox .disbox .btn {
	width: 33%;
	text-align: right;
}

.la_discount .discountbox .disbox .btn a {
	padding: 7% 10%;
	text-align: center;
	background: #b33334;
	display: inline-block;
	font-size: 3.5vw;
	color: #fff;
	border-radius: 4px;
}

.la_discount .discountbox .disbox .conpon_on {
	position: absolute;
	width: 14%;
	right: -3%;
	bottom: 6%;
	display: none;
}

.la_discount .discountbox .disbox .conpon_on img {
	width: 100%;
	height: auto;
}

.la_discount .discountbox .disbox.on {
	background: rgb(0, 0, 0, .01);
}

.la_discount .discountbox .disbox.on .price {
	color: #868996;
}

.la_discount .discountbox .disbox.on .termbox .term {
	color: #868996;
}

.la_discount .discountbox .disbox.on .termbox .termtime {
	color: #868996;
}

.la_discount .discountbox .disbox.on .btn a {
	background: #868996;
}

.la_discount .discountbox .disbox.on .conpon_on {
	display: block;
}

.standards {
	width: 100%;
	height: auto;
	max-height: 80vh;
	position: fixed;
	bottom: -80vh;
	left: 0;
	background: #fff;
	border-radius: 20px 20px 0 0;
	padding: 5%;
	box-sizing: border-box;
	z-index: 99999999;
	/* overflow: scroll; */
	transition: all .5s;
}

.standards .standardsbox {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 3%;

}

.standards .standardsbox .pic {
	width: 22%;
	height: auto;
	border-radius: 4px;
	overflow: hidden;

}

.standards .standardsbox .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.standards .standardsbox .pricebox {
	width: 68%;
	height: auto;
	text-align: left;
	padding-left: 10px;
}

.standards .standardsbox .pricebox .price {
	font-size: 20px;
	color: #b33334;
	line-height: 1.5;
	font-weight: bold;
}

.standards .standardsbox .pricebox .price span {
	font-size: 14px;
}

.standards .standardsbox .pricebox .stock {
	font-size: 14px;
	color: #838282;
	line-height: 1.5;
}

.standards .standardsbox .pricebox .optbox {
	font-size: 14px;
	color: #312d2d;
	line-height: 1.5;
}

.standards .standardsbox .parx {
	width: 25px;
	height: auto;
}

.standards .standardsbox .parx img {
	width: 100%;
}

.standards .btnbox {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 5% 5% 5%;
	box-sizing: border-box;
	background: #fff;
}

.standards .btnbox ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 3vw;
}

.standards .btnbox ul li {
	width: 100%;
	height: auto;
	text-align: center;
}

.standards .btnbox ul li input {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 5% 0;
	border-radius: 25px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border: none;
}

.standards .btnbox ul li a {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 5% 0;
	border-radius: 25px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border: none;
}

.standards .btnbox ul li:nth-child(1) a {
	background: #e4c27f;
}

.standards .btnbox ul li:nth-child(2) input {
	background: #b33334;
}

.stanlistbox {
	width: 100%;
	height: 43vh;
	overflow: scroll;
	padding: 0% 0 5% 0;
	margin-bottom: 20%;
}

.stanlist {
	width: 100%;
	height: auto;
	padding: 4% 0;
}

.stanlist .tit {
	font-size: 17px;
	color: #312d2d;
	line-height: 2;
}

.stanlist ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2vw;
}

.stanlist li {
	width: 100%;
	height: auto;
	padding: 3% 0;
	text-align: center;
	background: #f5f5f5;
	border-radius: 25px;
	font-size: 3.5vw;
	/* font-weight: bold; */
	color: #312d2d;
	border: 1px solid #f5f5f5;
	box-sizing: border-box;
}

.stanlist li.on {
	background: #fdf0f0;
	border: 1px solid #b33334;
	color: #b33334;
}

.amountbox {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.amountbox .tit {
	font-size: 17px;
	color: #312d2d;
	line-height: 2;
}

.amountbox ul {
	display: flex;
	align-items: center;

}

.amountbox .cut {
	width: 23px;
	height: 23px;
	border: 1px solid #9d9d9e;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
}

.amountbox .cut a {
	width: 100%;
	padding: 0 23%;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center
}

.amountbox .cut img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.amountbox .add {
	width: 23px;
	height: 23px;
	background: #b33334;
	border: 1px solid #b33334;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
}

/* #goodsearch{
	position: fixed;
} */
.amountbox .add a {
	width: 100%;
	padding: 0 25%;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center
}

.amountbox .add img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.amountbox .unmb {
	font-size: 16px;
	/* font-weight: bold; */
	padding: 0 10px;
}
.amountbox .unmb2 {
	font-size: 16px;
	/* font-weight: bold; */
	padding: 0;
}
.comment {
	width: 100%;
	height: auto;
	padding: 5% 3%;
	box-sizing: border-box;
	background: #fff;
	margin-top: 3%;
}

.comment .swiper-pagination {
	display: none;
}

.comment .commentbox {
	width: 100%;
	height: auto;
}

.comment .commentbox .titlebox {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.comment .commentbox .titlebox .tit {
	font-size: 16px;
	font-weight: bold;
	color: #090a0e;
}

.commentlist {
	width: 100%;
	height: auto;
}

.commentlist ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.commentlist li {
	padding: 2% 5%;
	text-align: center;
	box-sizing: border-box;
	background: #f1f4fb;
	border-radius: 25px;
	margin: 3% 2% 0 0%;
}

.commentlist li a {
	font-size: 14px;
	color: #6a686a;
}

.commentcont {
	width: 100%;
	height: auto;
}

.commentcont ul {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	padding: 3% 0;
}

.commentcont li {
	width: 200px;
	height: auto;
	max-width: 300px;
	max-height: 100px;
	padding: 0 2%;
	box-sizing: border-box;
}

.commentcont li a {
	display: block;
	width: 100%;
	padding: 4% 5%;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgb(0, 0, 0, .3);
	border-radius: 4px;
	white-space: nowrap;
}

.commentcont li .txt {
	font-size: 14px;
	color: #312d2d;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.commentcont li .userbox {
	display: flex;
	align-items: center;
	padding: 3% 0;
}

.commentcont li .userbox .icon {
	width: 5vw;
	height: 5vw;
	background: #f1f4fb;
	border-radius: 50%;
	overflow: hidden;
}

.commentcont li .userbox .icon img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.commentcont li .userbox .name {
	font-size: 14px;
	color: #999999;
	padding: 0 5px;
}

.productcont {
	width: 100%;
	height: auto;
	margin-top: 5%;
}

.productcont .titlebox {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 3% 0;
}

.productcont .titlebox .tle {
	font-size: 20px;
	font-weight: bold;
	color: #312d2d;
	position: relative;
	line-height: 2;
	z-index: 0;
}

.productcont .titlebox .tle::before {
	content: '';
	width: 20px;
	height: 5px;
	background: #b33334;
	border-radius: 6px;
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
}

.productcont .contbox {
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #312d2d;
	padding-bottom: 15%;
}

.productcont .contbox img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.por-footer {
	width: 100%;
	max-width: 677px;
	margin: auto;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: rgb(102, 39, 31, .9);
	z-index: 999999;
}

.por-footer .por-footerbox {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	padding: 3% 5% 3% 7%;
	box-sizing: border-box;
	justify-content: space-between;
}

.por-footer .por-footerbox .footernav ul {
	grid-template-columns: repeat(1, 1fr);
}

.footerbtnbox {
	width: 60%;
	height: auto;
}

.footerbtnbox ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}

.footerbtnbox li {
	width: 100%;
	text-align: center;
}

.footerbtnbox li a {
	width: 100%;
	height: auto;
	padding: 7% 0;
	border-radius: 25px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}

.footerbtnbox li:nth-child(1) a {
	border: 1px solid #d4b25c;
	color: #d4b25c;
}

.footerbtnbox li:nth-child(2) a {
	border: 1px solid #d4b25c;
	color: #fff;
	background: #d4b25c;
}

/* 评论 */
.discuss {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-image: linear-gradient(to bottom, rgb(114, 37, 27, 1), 10%, rgb(114, 37, 27, .8), 30%, rgb(114, 37, 27, 0), 50%, rgb(114, 37, 27, 0));
}

.discuss-top {
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 5% 0% 5%;
	box-sizing: border-box;
	position: relative;

}

.discuss-top .backbtn {
	width: 10%;
	height: auto;
}

.discuss-top .backbtn a {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
}

.discuss-top .backbtn img {
	width: 30%;
	height: auto;
	vertical-align: bottom;
}

.discuss-top .title {
	font-size: 5vw;
	font-weight: bold;
	color: #fff;
}

.discuss-top .loadimg {
	width: 10%;
	height: auto;
}

.discuss-top .loadimg img {
	width: 80%;
	height: auto;
	vertical-align: bottom;
}

.discussbox {
	width: 100%;
	height: auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.discussbox .discusscont {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 4%;
	box-sizing: border-box;
	border-radius: 12px;
	margin-bottom: 5%;
}

.discussbox .discusscont .goods-head {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.discusscont .goods-head .pic {
	width: 17%;
	height: auto;
	border-radius: 6px;
	overflow: hidden;
}

.discusscont .goods-head .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.discusscont .goods-head .titlebox {
	width: 83%;
	height: auto;
	padding-left: 10px;
	box-sizing: border-box;
}

.discusscont .goods-head .titlebox .tit {
	font-size: 17px;
	color: #090a0d;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.5;
}

.discusscont .goods-head .titlebox .specs {
	font-size: 14px;
	color: #8e919f;
}

.smilebox {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	padding: 5% 0;
}

.smilebox div {
	display: flex;
	align-items: center;

}

.smilebox div .pic {
	width: 20px;
}

.smilebox div img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.smilebox .smile1 {
	padding-right: 15px;
}

.smilebox .smile1 span {
	font-size: 15px;
	font-weight: bold;
	color: #64b656;
}

.smilebox .smile2 span {
	font-size: 15px;
	font-weight: bold;
	color: #bfbfbf;
}

.discusscont .choicebtnbox {
	width: 100%;
	height: auto;
}

.discusscont .choicebtnbox ul {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.discusscont .choicebtnbox li {
	width: auto;
	height: auto;
	padding: 2% 5%;
	border-radius: 25px;
	background: #f1f4fb;
	border: 1px solid #f1f4fb;
	font-size: 14px;
	color: #666666;
	margin-left: 5px;
}

.discusscont .choicebtnbox li.on {
	background: #fdf0f0;
	color: #b33334;
	border: 1px solid #b33334;
}

.writebox {
	width: 100%;
	height: auto;
	border-radius: 6px;
	overflow: hidden;
	margin: 5% 0;
	position: relative;
	background: #f1f4fa;
	border: 1px solid #f1f4fa;
	padding: 3%;
	box-sizing: border-box;
}

.writebox .write {
	width: 100%;
	height: auto;
	min-height: 100px;
	resize: none;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

.commentpicbox {
	width: 100%;
	height: auto;
}

.commentpicbox ul {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}

.commentpicbox li {
	width: 100%;
	height: 90px;
	position: relative;
}

.commentpicbox li .pic {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.commentpicbox li .pic img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	object-fit: cover;
}

.commentpicbox li .iconx {
	width: 20%;
	position: absolute;
	right: -5%;
	top: -5%;
}

.commentpicbox li .iconx img {
	width: 100%;
	height: auto;
}

.upload {
	width: 100%;
	height: 100%;
	background: #f1f4fa;
	border: 2px dashed #d8dadd;
	border-radius: 8px;
}

.upload a .icon {
	width: 28%;
}

.upload a img {
	width: 100%;
}

.upload a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	flex-direction: column;
}

.upload a .tit {
	font-size: 15px;
	color: #040404;
}

.releasebxo {
	width: 100%;
	padding: 10% 5%;
	box-sizing: border-box;
}

.releasebxo .btn {
	width: 100%;
	height: auto;
}

.releasebxo .btn a {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 3% 0;
	background: #72251b;
	text-align: center;
	border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

/* 评论区页面 */
.commodity {
	width: 100%;
	height: auto;
	padding: 0% 3% 0 3%;
	box-sizing: border-box;
}

.commodity .comheadbox {
	width: 100%;
	height: auto;
	padding: 3%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 8px;

}

.commodity .comheadbox a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.commodity .comheadbox .pic {
	width: 20%;
	height: auto;
	border-radius: 4px;
	overflow: hidden;
}

.commodity .comheadbox .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.commodity .comheadbox .titlebox {
	width: 55%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #090a0d;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.commodity .comheadbox .unmberbox {
	width: 30%;
	height: auto;
	text-align: right;
}

.commodity .comheadbox .unmberbox .tit {
	font-size: 20px;
	font-weight: bold;
	color: #b33334;
}

.commodity .comheadbox .unmberbox .tit span {
	font-size: 14px;
	font-weight: inherit;
}

.commodity .comheadbox .unmberbox .txt {
	font-size: 14px;
	color: #6c6c6c;
}

.combanner {
	width: 100%;
	height: auto;
	padding: 3% 4%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 7px rgb(0, 0, 0, .05);
	margin: 3% 0;
}

.combanner .comlist {
	width: 100%;
	height: auto;
}

.combanner .comlist ul {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.combanner .comlist li {
	width: auto;
	height: auto;
	padding: 2% 5%;
	border-radius: 25px;
	background: #f1f4fb;
	border: 1px solid #f1f4fb;
	font-size: 14px;
	color: #666666;
	margin: 2% 5px 0 0;

}

.combanner .comlist li.on {
	background: #fdf0f0;
	color: #b33334;
	border: 1px solid #b33334;
}

.combanner .comcont {
	width: 100%;
	height: auto;
	padding: 3% 0;
}

.combanner .comcont ul {
	width: 100%;
	height: auto;
	border-top: 1px solid #f4f4f4;
}

.combanner .comcont li {
	width: 100%;
	height: auto;
	padding: 5% 0 6% 0;
	border-bottom: 1px solid #f4f4f4;
}

.combanner .comcont li:last-child {
	border-bottom: none;
}

.combanner .comcont li .userbox {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.combanner .comcont li .userbox .user {
	display: flex;
	align-items: center;
}

.combanner .comcont li .userbox .user .icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	overflow: hidden;
}

.combanner .comcont li .userbox .user .icon img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.combanner .comcont li .userbox .user .name {
	font-size: 14px;
	padding-left: 5px;
	color: #090a0d;
}

.combanner .comcont li .userbox .time {
	font-size: 14px;
	color: #999999;
}

.combanner .comcont li .usercont {
	width: 100%;
	height: auto;
	padding-left: 13%;
	box-sizing: border-box;

}

.combanner .comcont li .usercont .smile1 {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	padding-bottom: 2%;
}

.combanner .comcont li .usercont .smile2 {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	padding-bottom: 2%;
}

.combanner .comcont li .usercont .smile2 .pic {
	width: 20px;
}

.combanner .comcont li .usercont .smile1 .pic {
	width: 20px;
}

.combanner .comcont li .usercont .smile1 .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.combanner .comcont li .usercont .smile2 .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.combanner .comcont li .usercont .smile2 span {
	font-size: 15px;
	font-weight: bold;
	color: #040404;
}

.combanner .comcont li .usercont .smile1 span {
	font-size: 15px;
	font-weight: bold;
	color: #64b656;
}

.combanner .comcont li .usercont .cont {
	width: 100%;
	font-size: 15px;
	line-height: 1.5;
	color: #090a0d;
}

.combanner .comcont li .usercont .cont .picbox {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 4px;
	padding: 2% 0;
}

.combanner .comcont li .usercont .cont .icon {
	width: 100%;
	height: auto;
	border-radius: 4px;
	overflow: hidden;
}

.combanner .comcont li .usercont .cont .icon img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.itemize-top {
	width: 100%;
	height: 76px;
	padding: 20px 5% 0% 5%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* background:rgb(114, 37, 27, 1); */
	position: static;
	/* box-shadow: 0 0 5px rgb(0,0,0,.05); */
}

.itemize-top .back {
	width: 3.5%;
	height: auto;
	color: ;
}

.itemize-top .back img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.itemize-top .tit {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.itemize-top form {
	width: 60%;
}

.itemize-top .search {
	width: 100%;
	height: auto;
	position: relative;
}

.itemize-top .empty {
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}

.itemize-top .empty img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.itemize-top .search input {
	width: 100%;
	height: 40px;
	font-size: 15px;
	color: #989797;
	background: #fff;
	background-size: 15px;
	background-position: 10%;
	border-radius: 25px;
	padding: 0% 20% 0% 10%;
	box-sizing: border-box;

}

.itemize-top .search .sousuo {
	position: absolute;
	width: 54px;
	height: 40px;
	background: url(../library/mall/10000/images/layout/search3.png) no-repeat center;
	top: 0;
	right: 0;
	background-size: 15px;
}

.itemize-top .load {
	width: 9%;
	height: auto;
}

.itemize-top .load img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.itemizebox {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	border-radius: 12px 12px 0 0;
	overflow: hidden;
	padding-bottom: 15%;
}

.itemizebox .main-left {
	width: 27%;
	height: auto;
	min-height: 100vh;
	background: #f6f7fa;
}

.itemizebox .main-left li {
	width: 100%;
	height: auto;
}

.itemizebox .main-left li a {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 7% 0;
	font-size: 15px;
	color: #312d2d;
}

.itemizebox .main-left li.on a {
	background: #FFF;
	font-weight: bold;
}

.itemizebox .main-right {
	width: 73%;
	background: #fff;
	height: auto;
	min-height: 100vh;
}

.itemizebox .main-right .cont {
	width: 100%;
	height: auto;
	padding: 4%;
	box-sizing: border-box;
	display: none;
}

.itemizebox .main-right .cont .main_swiper {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}

.itemizebox .main-right .cont .main_swiper li {
	width: 100%;
	height: auto;
}

.itemizebox .main-right .cont .main_swiper li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.itemizebox .main-right .cont .main_swiper .swiper-pagination-bullet-active {
	background: #e3a833 !important;
}

.itemizebox .main-right .cont .main_swiper .swiper-pagination-bullet {
	background: rgb(255, 255, 255);
	opacity: .5 !important;
}

.itemizebox .main-right .cont .contlist {
	width: 100%;
	height: auto;
	padding: 10% 0;
}

.itemizebox .main-right .cont .contlist ul {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 10px;
}

.itemizebox .main-right .cont .contlist li {
	width: 100%;
	height: auto;
}

.itemizebox .main-right .cont .contlist li a {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.itemizebox .main-right .cont .contlist li .pic {
	width: 100%;
	height: auto;
}

.itemizebox .main-right .cont .contlist li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.itemizebox .main-right .cont .contlist li .tit {
	font-size: 15px;
	color: #808080;
	line-height: 2;
}

.hotsale {
	width: 100%;
	height: auto;
}

.hotsale .hot-nav {
	width: 100%;
	height: auto;
	padding: 5% 0;
}

.hotsale .hot-nav ul {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}

.hotsale .hot-nav ul li {
	width: auto;
	white-space: nowrap;
}

.hotsale .hot-nav ul li a {
	width: 96%;
	display: block;
	padding: 5px 10px 5px 5px;
	box-sizing: border-box;
	float: left;
	font-size: 15px;
	color: #312d2d;
	background: #f1f4fb;
	border-radius: 25px;
	border: 1px solid #f1f4fb;
	overflow: hidden;
	text-align: center;
}

.hotsale .hot-nav ul li a.cur {
	color: #b33334;
	border: 1px solid #b33334;
	background: #fcefef;
}

.hotsalebox {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 4% 4%;
}

.hotsalebox2 {
	padding: 0;
}

.hotsalebox li {
	width: 100%;
	height: auto;
}

.hotsalebox li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hotsalebox li a .pic {
	width: 25%;
	height: auto;
	overflow: hidden;
	border-radius: 6px;
}

.hotsalebox li a .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.hotsalebox li a .hotcont {
	width: 75%;
	height: auto;
	padding: 5% 0 5% 2%;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
}

.hotsalebox li:last-child a .hotcont {
	border-bottom: none;
}

.hotsalebox li a .hotcont .title {
	font-size: 16px;
	line-height: 1.5;
	color: #312d2d;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.hotsalebox li a .hotcont .txt {
	font-size: 14px;
	color: #838282;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.hotsalebox li a .hotcont .pricebox {
	width: 100%;
	height: auto;
	padding: 5% 0 0 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.hotsalebox li a .hotcont .pricebox .pricelist {
	display: flex;
	align-items: center;
}

.hotsalebox li a .hotcont .pricebox .pricelist .price {
	font-size: 16px;
	font-weight: bold;
	color: #b33334;
}

.hotsalebox li a .hotcont .pricebox .pricelist .price span {
	font-size: 12px;
}

.hotsalebox li a .hotcont .pricebox .pricelist .unmb {
	font-size: 14px;
	color: #838282;
}

.hotsalebox li a .hotcont .pricebox .add {
	width: 10%;
	height: auto;
}

.hotsalebox li a .hotcont .pricebox .add img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wares {
	width: 100%;
	height: auto;
	border-radius: 18px 18px 0 0;
	overflow: hidden;
	background: #fff;

}

.wares .wares-nav {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 4%;
	box-sizing: border-box;
}

.wares .wares-nav .category a {
	font-size: 4vw;
	color: #2c2b31;
	padding-right: 4vw;
	background: url(../library/mall/10000/images/layout/xaicon.png) no-repeat right center;
	background-size: 3vw;
}

.wares .wares-nav .category a.on {
	color: #b33334;
	padding-right: 4vw;
	background: url(../library/mall/10000/images/layout/xaicon_on.png) no-repeat right center;
	background-size: 3vw;
}

.wares .wares-nav .reorder a {
	font-size: 4vw;
	color: #2c2b31;
	padding-right: 4vw;
	background: url(../library/mall/10000/images/layout/xaicon.png) no-repeat right center;
	background-size: 3vw;
}

.wares .wares-nav .reorder a.on {
	color: #b33334;
	padding-right: 4vw;
	background: url(../library/mall/10000/images/layout/xaicon_on.png) no-repeat right center;
	background-size: 3vw;
}

.wares .wares-nav .screebox {
	padding-left: 10px;
	border-left: 1px solid #eeeeee;
}

.wares .wares-nav .screebox a {
	font-size: 4vw;
	color: #2c2b31;
	padding-right: 4vw;
	background: url(../library/mall/10000/images/layout/scree.png) no-repeat right center;
	background-size: 3vw;
}

.wares .wares-nav .screebox a.on {
	color: #b33334;
	padding-right: 4vw;
	background: url(../library/mall/10000/images/layout/scree_on.png) no-repeat right center;
	background-size: 3vw;
}

.wares .wares-nav .scree {
	display: flex;
	align-items: center;
}

.wares .wares-nav .scree .exhibit {
	width: 4vw;
	height: 4vw;
	background: url(../library/mall/10000/images/layout/exhibit.png) no-repeat center;
	background-size: 100%;
	margin-right: 10px;
}

.wares .wares-nav .scree .exhibit.on {
	width: 4vw;
	height: 4vw;
	background: url(../library/mall/10000/images/layout/exhibit_on.png) no-repeat center;
	background-size: 100%;
	margin-right: 10px;
}

.drop-down {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgb(0, 0, 0, .2);
	display: none;
	z-index: 9999999;
}

.active.on .drop-down {
	display: block;
}

.drop-down .drop-downbox {
	width: 100%;
	height: auto;
	padding: 0 5% 5%;
	box-sizing: border-box;
	background: #fff;
}

.drop-down .drop-downbox .categorybox {
	width: 100%;
	height: auto;
}

.drop-down .drop-downbox .categorybox ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}

.drop-down .drop-downbox .categorybox li {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 3% 0;
	background: #fafafa;
	text-align: center;
	font-size: 15px;
	color: #312d2d;
	border-radius: 4px;
}

.drop-down .drop-downbox .categorybox li.cur {
	background: #fcefef;
	color: #b33334;
}

.drop-down .drop-downbox .reorderbox {
	width: 100%;
	height: auto;
}

.drop-down .drop-downbox .reorderbox li {
	width: 100%;
	padding: 5% 0%;
	box-sizing: border-box;
	font-size: 15px;
	color: #000000;
	border-bottom: 1px solid #eeeeee;
}

.drop-down .drop-downbox .reorderbox li:last-child {
	border-bottom: none;
}

.drop-down .drop-downbox .reorderbox li.cur {
	background: url(../library/mall/10000/images/layout/gouicon.png) no-repeat center right;
	background-size: 15px;
	color: #b33334;
}

.drop-down .drop-downbox .screelist {
	width: 100%;
	height: auto;
}

.drop-down .drop-downbox .screelist ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3vw;
	padding: 5% 0;
}

.drop-down .drop-downbox .screelist li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	background: #fafafa;
	font-size: 15px;
	color: #2c2b31;
	text-align: center;
	border-radius: 4px;
	padding: 0 9%;
	box-sizing: border-box;
}

.drop-down .drop-downbox .screelist li.cur {
	background: #fcefef;
	color: #b33334;
}

.drop-down .drop-downbox .screelist .tit {
	font-size: 15px;
	color: #999999;
}



.irs {
	position: relative;
	display: block;
}

.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
	position: absolute;
	display: block;
	top: 0;
}

.irs-line-left {
	left: 0;
	width: 10%;
}

.irs-line-mid {
	left: 10%;
	width: 80%;
}

.irs-line-right {
	right: 0;
	width: 10%;
}

.irs-diapason {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
}

.irs-slider {
	position: absolute;
	display: block;
	cursor: default;
	z-index: 1;
}

.irs-slider.single {
	left: 10px;
}

.irs-slider.single:before {
	position: absolute;
	display: block;
	content: "";
	top: -50%;
	left: -100%;
	width: 300%;
	height: 200%;
	background: rgba(0, 0, 0, 0.0);
}

.irs-slider.from {
	left: 100px;
}

.irs-slider.from:before {
	position: absolute;
	display: block;
	content: "";
	top: -50%;
	left: -200%;
	width: 300%;
	height: 200%;
	background: rgba(0, 0, 0, 0.0);
}

.irs-slider.to {
	left: 300px;
}

.irs-slider.to:before {
	position: absolute;
	display: block;
	content: "";
	top: -50%;
	left: 0;
	width: 300%;
	height: 200%;
	background: rgba(0, 0, 0, 0.0);
}

.irs-slider.last {
	z-index: 2;
}

.irs-min {
	position: absolute;
	display: block;
	left: 0;
	cursor: default;
}

.irs-max {
	position: absolute;
	display: block;
	right: 0;
	cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap;
}

.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

.irs-with-grid .irs-grid {
	display: block;
}

.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000;
}

.irs-grid-pol.small {
	height: 4px;
}

.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	color: #000;
}

.irs--flat .irs-line {
	height: 4px !important;
	border-radius: 6px !important;
	background: #cdcdcd !important;
	top: 40px !important;
}

.irs--flat .irs-bar {
	height: 4px !important;
	background: #b33334 !important;
}

/* .irs-from,
.irs-to,
.irs-single {
	display: none !important;
} */

.irs--flat .irs-handle>i:first-child {
	position: absolute;
	display: block;
	top: -5px !important;
	left: 50%;
	width: 15px !important;
	height: 15px !important;
	/* margin-left: -1px; */
	background-color: #fff !important;
	border-radius: 50% !important;
	border: 2px solid #b33334 !important;
	transform: translateX(-36%);
}

.irs--flat .irs-handle {
	width: 20px !important;
	height: 20px !important;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
	font-size: 14px !important;
	background: none !important;
	color: #b33334 !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
	background: #b33334 !important;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
	visibility: unset !important;
	top: 57px !important;
}

.irs--flat {
	height: 90px !important;
}

.irs--flat .irs-bar {
	top: 40px !important;
}

.irs--flat .irs-handle {
	top: 36px !important;
}

.drop-down .drop-downbox .screelist .btnbox {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	padding: 10% 0 5% 0;
}

.drop-down .drop-downbox .screelist .btnbox div {
	width: 100%;
	height: auto;
}

.drop-down .drop-downbox .screelist .btnbox div button {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 5% 0;
	font-size: 16px;
	font-weight: bold;
	border-radius: 25px;
}

.drop-down .drop-downbox .screelist .btnbox .reset button {
	color: #838282;
	border: 1px solid #838282;
	background-color: #fff;
}

.drop-down .drop-downbox .screelist .btnbox .submit button {
	color: #fff;
	border: 1px solid #72251b;
	background-color: #72251b;
}




.hotsalebox.action {
	width: 100%;
	height: auto;
	padding: 10% 5%;
	box-sizing: border-box;
}

.hotsalebox.action ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 3vw;
}

.hotsalebox.action li a {
	display: block;
}

.hotsalebox.action li a .pic {
	width: 100%;
	height: auto;
}

.hotsalebox.action li a .hotcont {
	width: 100%;
	height: auto;
	border-bottom: none;
	padding: 5% 2% 5% 2%;
}

.hotsalebox.action li a .hotcont .pricebox .add {
	width: 20px;
}

.hotsalebox.action li a .hotcont .title {
	font-size: 15px;
	line-height: 1.3;
}

.hotsalebox.action li a .hotcont .txt {
	font-size: 13px;
}

/* 购物车 */
.shopping {
	width: 100%;
	height: auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.shopping-head {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3% 0 2% 0;
}

.shopping-head .unmbtit {
	font-size: 15px;
	color: #fff;

}

.shopping-head .unmbtit span {
	font-size: 25px;
	font-weight: bold;
	color: #f6d88f;
}

.shopping-head .shobtnbox {
	width: 50%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 3vw;
}

.shopping-head .shobtnbox div {
	width: 100%;
	height: auto;
	text-align: center;
}

.shopping-head .shobtnbox div a {
	width: 100%;
	height: auto;
	border-radius: 25px;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	padding: 5% 0;
}

.shopping-head .shobtnbox .btn1 a {
	background: #cf9d58;
	border: 2px solid #cf9d58;
	color: #fff;
}

.shopping-head .shobtnbox .btn2 a {
	background: #72251b;
	border: 2px solid #cf9d58;
	color: #f6d072;
}

.shoppingbox {
	width: 100%;
	height: auto;
}

.shoppingbox li {
	width: 100%;
	height: auto;
	padding: 5% 4% 5% 1.9%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 5px rgb(0, 0, 0, .05);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 3% 0;
}

.shoppingbox li .checkbox {
	width: 20px;
	height: 20px;
}

.shoppingbox li .checkbox input {
	width: 20px;
	height: 20px;
	border: 1px solid #c6c6c6;
	border-radius: 50%;
}

.shoppingbox li .pic {
	width: 20%;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
}

.shoppingbox li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.shoppingbox li .cont {
	width: 70%;
	height: auto;
}

.shoppingbox li .cont .tit {
	font-size: 16px;
	color: #090a0d;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.shoppingbox li .cont .txt {
	font-size: 14px;
	color: #838282;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.shoppingbox li .cont .pricebox {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

input[type=checkbox]:checked {
	background: url(../library/mall/10000/images/layout/conf9.png) no-repeat center #b33334;
	background-size: 10px 8px;
	border: 1px solid #b33334;
}

input[type=radio]:checked {
	background: url(../library/mall/10000/images/layout/conf9.png) no-repeat center #b33334;
	background-size: 8px 8px;
	border: 1px solid #fe852d;
}

.shoppingbox li .cont .pricebox .pricelist {
	display: flex;
	align-items: center;
}

.shoppingbox li .cont .pricebox .pricelist .price {
	font-size: 18px;
	color: #dc3131;
	font-weight: bold;
}

.shoppingbox li .cont .pricebox .pricelist .price span {
	font-size: 14px;
}

.shoppingbox li .cont .pricebox .pricelist .discount span {
	font-size: 14px;
	color: #838282;
	position: relative;
}

.shoppingbox li .cont .pricebox .pricelist .discount span::before {
	content: '';
	width: 100%;
	height: 1px;
	background: #838282;
	position: absolute;
	top: 50%;
	left: 0;
}

.amountbox2 {
	width: auto;
	display: block;
}

.amountbox2 li {
	width: auto;
	padding: 0;
	box-shadow: none;
}

.shoppinglist {
	width: 100%;
	height: auto;
}

.shoppinglist ul {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 3vw;
	padding-bottom: 42%;
}

.shoppinglist ul li {
	width: 100%;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 5 rgb(0, 0, 0, .02);
	background: #fff;
}

.shoppinglist ul li .pic {
	width: 100%;
	height: auto;
}

.shoppinglist ul li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.shoppinglist ul li .cont {
	padding: 5%;
	box-sizing: border-box;
}

.shoppinglist ul li .cont .tit {
	font-size: 15px;
	color: #312d2d;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.shoppinglist ul li .cont .price {
	font-size: 18px;
	color: #b33334;
	font-weight: bold;
	line-height: 2;
}

.shoppinglist ul li .cont .price span {
	font-size: 14px;
}

.shoppingfooter {
	width: 100%;
	height: auto;
	position: fixed;
	align-items: center;
	justify-content: space-between;
	bottom: 58.8px;
	z-index: 99;
	left: 0;
}

.shoppingfooter .tit {
	width: 100%;
	height: auto;
	padding: 2% 5%;
	box-sizing: border-box;
	background: rgb(102, 39, 31, .8);
	font-size: 14px;
	color: #fff;
}

.shoppingfooter .box {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 2% 5%;
	box-sizing: border-box;
	z-index: 999;
}

.shoppingfooter .box .checkbox {
	width: auto;
	height: 20px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #312d2d;
	line-height: 2;
}

.shoppingfooter .box .checkbox input {
	width: 20px;
	height: 20px;
	border: 1px solid #c6c6c6;
	border-radius: 50%;
	margin-right: 3px;
}

.shoppingfooter .box .boxlist {
	width: auto;
	display: flex;
	align-items: center;
}

.shoppingfooter .box .boxlist .price {
	font-size: 18px;
	color: #b33334;
	white-space: nowrap;
	padding-right: 10px;
	font-weight: bold;
}

.shoppingfooter .box .boxlist .price span {
	font-size: 14px;
}

.shoppingfooter .box .boxlist .btn input {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 7px 15px;
	text-align: center;
	background: #72251b;
	border-radius: 25px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	border: none;
}

.shomore {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgb(0, 0, 0, .3);
	z-index: -1;
}


.shomore .shomorebox {
	width: 100%;
	height: auto;
	position: fixed;
	height: auto;
	top: -600px;
	padding: 5%;
	box-sizing: border-box;
	background: #fff;
	z-index: 99999999999999999999;
	transition: all .3s;
}

.shomore .shomorebox .shomoretitle {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.shomore .shomorebox .shomoretitle .tit {
	font-size: 17px;
	color: #312d2d;
	font-weight: bold;
}

.shomore .shomorebox .shomoretitle .parx {
	width: 25px;
	height: auto;
}

.shomore .shomorebox .shomoretitle .parx img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.shomore .shomorebox .shomorelist {
	width: 100%;
	height: auto;
}

.shomore .shomorebox .shomorelist ul {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 2vw;
}

.shomore .shomorebox .shomorelist li {
	width: 100%;
	height: auto;
	text-align: center;

	padding: 30% 0 0% 0;
}

.shomore .shomorebox .shomorelist li .icon {
	width: 100%;
}

.shomore .shomorebox .shomorelist li .icon img {
	width: auto;

	max-height: 35px;
}

.shomore .shomorebox .shomorelist li .txt {
	font-size: 15px;
	color: #312d2d;
	line-height: 1.5;
}

/* 确认订单 */
.order {
	width: 100%;
	height: auto;
	padding: 0 3% 20% 3%;
	box-sizing: border-box;
}

.order .sitebox {
	width: 100%;
	height: auto;
	padding: 4% 4% 5% 4%;
	box-sizing: border-box;
	background: url(../library/mall/10000/images/layout/cingula.png) no-repeat #fff;
	border-radius: 8px;
	background-size: 100%;
	background-position: 0px 108%;
}

.order .sitebox .site {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 3%;
}

.order .sitebox .icon {
	width: 7%;
	padding-left: 2%;
}

.order .sitebox .icon img {
	width: 100%;
}

.order .sitebox .cont {
	width: 76%;
	padding: 0 5px;
	box-sizing: border-box;
}

.order .sitebox .cont .texttip {
	font-size: 14px;
	color: #838282;
}
.order .sitebox .cont1 {
	width: 100%;
	padding: 15px 0 0 0;
	box-sizing: border-box;
    font-size: 14px;
    color: #838282;
    line-height: 1.2;
}
.order .sitebox .tit {
	font-size: 17px;
	color: #000;
	font-weight: bolder;
	line-height: 1.5;
}

.order .sitebox .txt {
	font-size: 14px;
	color: #838282;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.order .sitebox .btn {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 3%;
	box-sizing: border-box;
	border-top: 1px solid #eee;
}

.order .sitebox .btn a {
	padding: 3% 10%;
	display: inline-block;
	background: #b33334;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border-radius: 25px;
	margin-right: 3%;
}

.order .sitebox .loadimg {
	width: 8%;
	height: auto;
}

.order .sitebox .loadimg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.cargo-list {
	width: 100%;
	height: auto;
	padding: 4% 4%;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
	margin-top: 3%;
}

.cargo-list .title {
	font-size: 16px;
	color: #312d2d;
	font-weight: bolder;
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 3% 0;
}

.cargo-list .cargobox {
	width: 100%;
	height: auto;
}

.cargo-list .cargobox li {
	width: 100%;
	height: auto;
}

.cargo-list .cargobox li a {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cargo-list .cargobox li .pic {
	width: 25%;
	height: auto;
	border-radius: 6px;
	overflow: hidden;
}

.cargo-list .cargobox li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.cargo-list .cargobox li .cont {
	width: 71%;
	height: auto;
	display: flex;
	justify-content: space-between;
	padding: 5% 0;
	border-bottom: 1px solid #eeeeee;
}

.cargo-list .cargobox li:last-child .cont {
	border-bottom: none;
}

.cargo-list .cargobox li .cont .textbox {
	width: 70%;
	height: auto;
}

.cargo-list .cargobox li .cont .textbox .tit {
	font-size: 15px;
	color: #0c1223;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cargo-list .cargobox li .cont .textbox .text {
	font-size: 14px;
	color: #8e919f;
	padding-top: 3%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.cargo-list .cargobox li .cont .pricebox {
	width: 27%;
	height: auto;
	text-align: right;
}

.cargo-list .cargobox li .cont .pricebox .price {
	font-size: 16px;
	color: #0c1223;
	/* font-weight: bold; */
}

.cargo-list .cargobox li .cont .pricebox .unmb {
	font-size: 14px;
	color: #999999;
}

.cargo-list .rebate {
	width: 100%;
	height: auto;
}

.cargo-list .rebate li {
	width: 100%;
	height: auto;
	padding: 3% 0;
}

.cargo-list .rebate li:nth-child(1) {
	border-bottom: 1px solid #eee;
}

.cargo-list .rebate li:nth-child(2) {
	border-bottom: 1px solid #eee;
}

.cargo-list .rebate li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cargo-list .rebate li a .coupon {
	display: flex;
	align-items: center;
	width: 70%;
}

.cargo-list .rebate li a .coupon img {
	width: 6vw;
	height: auto;
	padding: 0 3% 0 0;
}

.cargo-list .rebate li a .coupon .tit {
	font-size: 14px;
	color: #312d2d;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.cargo-list .rebate li a .coupon .tit span {
	font-weight: bold;
	color: #b33334;
}

.checkbox {
	width: 20px;
	height: 20px;
}

.checkbox input {
	width: 20px;
	height: 20px;
	border: 1px solid #c6c6c6;
	border-radius: 50%;
}

.cargo-list .totalgoods {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2% 0;
}

.cargo-list .totalgoods .totalname {
	font-size: 4vw;
	color: #838181;
	white-space: nowrap;
	padding-right: 4%;
}

.cargo-list .totalgoods .price {
	font-size: 16px;
	color: #b33334;
}

.cargo-list .totalgoods .price2 {
	font-size: 16px;
	color: #312d2d;
}

.totalmoney {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.totalmoney .tit {
	font-size: 14px;
	color: #838181;
}

.totalmoney .price {
	font-size: 17px;
	color: #B33334;
	font-weight: bold;
}

.totalmoney .price span {
	font-size: 13px;
}

.cargo-list .title2 {
	font-size: 16px;
	color: #312d2d;
	font-weight: bolder;
	padding: 0 0 3% 0;
}

.cargo-list .remarks {
	width: 100%;
	height: auto;
	border-radius: 6px;
	overflow: hidden;
	padding: 3%;
	box-sizing: border-box;
	background: #f1f4fb;
}

.cargo-list .remarks textarea {
	width: 100%;
	height: auto;
	min-height: 80px;
	font-size: 14px;
	color: #;
}

.order-footer {
	width: 100%;
	height: auto;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 2% 5%;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-top: 1px solid #eee;
}

.order-footer .cont {
	text-align: right;
	padding-right: 5px;
}

.order-footer .cont .price {
	font-size: 16px;
	color: #B33334;
	line-height: 1;
}

.order-footer .cont .tit {
	font-size: 14px;
	color: #838181;
	line-height: 1;
}

.order-footer .btn {
	width: 25%;
	height: auto;
}

.order-footer .btn a {
	width: 100%;
	height: auto;
	padding: 7% 0;
	text-align: center;
	background: rgb(102, 39, 31, 1);
	display: inline-block;
	border-radius: 25px;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}

.la-site {
	width: 100%;
	height: 100vh;
	max-width: 677px;
	position: fixed;
	background: rgb(0, 0, 0, .3);
	top: 0;
	left: 0;
	z-index: -1;
}

.la-site .la-sitebox {
	width: 100%;
	height: 100%;
	max-width: 677px;
	max-height: 75vh;
	position: fixed;
	bottom: -600px;
	left: 0;
	background: #fff;
	border-radius: 20px 20px 0 0;
	padding: 5%;
	box-sizing: border-box;
	z-index: 99999999;
	transition: all .5s;
}

.la-site .la-sitebox .list {
	width: 100%;
	height: 80%;
	overflow: scroll;
}

.la-site .la-sitebox .list li {
	width: 100%;
	height: auto;
	padding: 5% 0;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #EEEEEE;
}

.la-site .la-sitebox .list li:last-child {
	border-bottom: none;
}

.la-site .la-sitebox .list li .cont {
	width: 80%;
	height: auto;
}

.la-site .la-sitebox .list li .cont .userbox {
	display: flex;
	align-items: center;
	padding-bottom: 2%;
}

.la-site .la-sitebox .list li .cont .userbox .name {
	font-size: 15px;
	color: #838282;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}

.la-site .la-sitebox .list li .cont .userbox .name span {
	color: #b33334;
}

.la-site .la-sitebox .list li .cont .userbox .phone {
	font-size: 15px;
	color: #838282;
	padding-left: 5%;
}

.la-site .la-sitebox .list li .cont .sitetit {
	font-size: 18px;
	color: #312d2d;
	/* font-weight: bold; */
	line-height: 1.5;
}

.la-site .la-sitebox .list li .cont .sitetit span {
	padding: 1px 7px;
	width: auto;
	background: #fdf0f0;
	font-size: 15px;
	color: #b33334;
	border: 1px solid #b33334;
	border-radius: 25px;
}

.la-site .la-sitebox .list li .cont .sitetxt {
	font-size: 14px;
	color: #838282;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.la-site .la-sitebox .list li .icon {
	width: 6%;
}

.la-site .la-sitebox .list li .icon img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.la-site .la-sitebox .btn {
	width: 100%;
	height: auto;
	padding-top: 3%;
}

.la-site .la-sitebox .btn a {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 3% 0;
	border-radius: 25px;
	text-align: center;
	background: #b33334;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}

/* 我的 */
.personal {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: url(../library/mall/10000/images/layout/personal.jpg) no-repeat;
	background-size: 100%;
}

.personalhead {
	width: 100%;
	height: auto;
	padding: 5%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.personalhead .head_portrait {
	display: flex;
	align-items: center;
}

.personalhead .head_portrait .icon {
	width: 36%;
	height: auto;
	border-radius: 50%;
	overflow: hidden;
}

.personalhead .head_portrait .icon img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	object-fit: cover;
}

.personalhead .head_portrait .name {
	padding-left: 10px;
}

.personalhead .head_portrait .name a {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}

.personalhead .setup {
	width: 9vw;
	height: 9vw;
	background: url(../library/mall/10000/images/layout/setup.png) no-repeat center rgb(0, 0, 0, .3);
	background-size: 4vw;
	border-radius: 50%;
}

.personalbanner {
	width: 100%;
	height: auto;
	padding: 1% 0% 3% 5%;
	box-sizing: border-box;
	display: flex;
}

.personalbanner .balancebox {
	width: 45%;
	height: auto;
}

.personalbanner .balancebox .balance {
	font-size: 5vw;
	font-weight: bold;
	color: #f6d88e;

}

.personalbanner .balancebox .balance span {
	font-size: 5.5vw;
}

.personalbanner .balancebox .balancetit {
	font-size: 15px;
	color: #d3bcb9;
	line-height: 1.5;
}

.personalbanner .bannercont {
	width: 57%;
	height: auto;
}

.personalbanner .bannercont ul {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 30% 30% 40%);
	grid-gap: 0;
}

.personalbanner .bannercont li {
	width: 100%;
	height: auto;
	text-align: center;
}

.personalbanner .bannercont li .unmb {
	font-size: 6.5vw;
	font-weight: bold;
	color: #fff;
}

.personalbanner .bannercont li .tit {
	font-size: 4vw;
	color: #d3bcb9;
	line-height: 1.5;
}

.personalmain {
	width: 100%;
	height: auto;
	min-height: 60vh;
	padding: 5% 4% 20% 4%;
	box-sizing: border-box;
	border-radius: 16px 16px 0 0;
	background: #fff;
}

.personalmain .titlebox {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.personalmain .titlebox .title {
	font-size: 17px;
	color: #312d2d;
	font-weight: bold;
}

.personalmain .titlebox .ortit {
	padding-right: 14px;
	background: url(../library/mall/10000/images/layout/arrowy.png) no-repeat center right;
	background-size: 7px;
}

.personalmain .titlebox .ortit a {
	font-size: 15px;
	color: #838282;
	line-height: 2;
}

.personalmainlist {
	width: 100%;
	height: auto;
	padding: 7% 0;
}

.personalmainlist ul {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.personalmainlist ul li {
	width: 100%;
	height: auto;
	text-align: center;
}

.personalmainlist ul li .iconbox {
	width: 100%;
	height: auto;
	position: relative;
}

.personalmainlist ul li .iconbox .unmber {
	padding: 2px 5px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #b33334;
	border-radius: 25px;
	position: absolute;
	right: 11px;
	top: -10px;
}

.personalmainlist ul li .iconbox .icon {
	width: 100%;
	height: auto;
}

.personalmainlist ul li .iconbox .icon img {
	width: auto;
	height: 30px;
}

.personalmainlist ul li .tit {
	font-size: 16px;
	color: #312d2d;
	line-height: 1.5;
}

.personalswipper {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.personalswipper ul {
	width: 100%;
	height: auto;
	display: flex;
}

.personalswipper li {
	width: 100%;
	height: auto;
	padding: 0 1%;
	box-sizing: border-box;
}

.personalswipper li .pic {
	width: 100%;
	height: auto;
	border-radius: 6px;
	overflow: hidden;
}

.personalswipper li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* 我的-订单列表 */
.orcargo {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-image: linear-gradient(to bottom, rgb(114, 37, 27, 1), 10%, rgb(114, 37, 27, .8), 30%, rgb(114, 37, 27, 0), 50%, rgb(114, 37, 27, 0));
}

.itemize-top .backbtn {
	width: auto;
}

.itemize-top .backbtn a {
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 2px;
}

.itemize-top .backbtn img {
	width: 11px;
	height: auto;
	vertical-align: bottom;
}

.orcargo .tab-nav {
	width: 100%;
	height: auto;
	padding: 2% 0 0 0;
}

.orcargo .tab-nav ul {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1vw;
}

.orcargo .tab-nav li {
	width: 100%;
	height: auto;
	text-align: center;
}

.orcargo .tab-nav li a {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	padding: 0% 0 6% 0;
	display: inline-block;
}

.orcargo .tab-nav li.on a {
	color: #f6d88e;
	position: relative;
}

.orcargo .tab-nav li.on a::after {
	content: '';
	width: 50%;
	height: 4px;
	background-color: #f6d88e;
	border-radius: 6px;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
}

.orcargocontbox {
	width: 100%;
	height: auto;
	padding: 0% 3% 6% 3%;
	box-sizing: border-box;
}

.orcargocontbox .orcargocont {
	width: 100%;
	height: auto;
	padding: 4%;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
	margin: 3% 0;
}

.orcargocontbox .orcargocont .head-cargo {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.orcargocont .head-cargo .time {
	font-size: 3.5vw;
	color: #312d2d;
	font-weight: bolder;
	line-height: 1.5;
	display: none;
}

.orcargocont .head-cargo .orderunmber {
	width: 65%;
	font-size: 3.5vw;
	color: #838282;
	text-align: left;
	/* padding-left: 1.5vw; */
	box-sizing: border-box;
}

.orcargocont .head-cargo .tit {
	font-size: 3.5vw;
	color: #b33334;
	font-weight: bold;
}

.banner-cargo {
	width: 100%;
	height: auto;
}

.banner-cargo li {
	width: 100%;
	height: auto;
}

.banner-cargo li a {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banner-cargo li a .pic {
	width: 25%;
	height: auto;
	border-radius: 6px;
	overflow: hidden;
	margin: 3% 0;
}

.banner-cargo li a .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.banner-cargo li a .cont {
	width: 70%;
	height: auto;
	display: flex;
	justify-content: space-between;
	padding: 8% 0;
	border-bottom: 1px solid #eeeeee;
}

.banner-cargo li:last-child a .cont {

	border-bottom: none;
}

.banner-cargo li a .cont .textbox {
	width: 70%;
	height: auto;
}

.banner-cargo li a .cont .textbox .tit {
	font-size: 15px;
	color: #0c1223;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.banner-cargo li a .cont .textbox .text {
	font-size: 14px;
	color: #838283;
	padding-top: 3%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.banner-cargo li a .cont .pricebox {
	width: 27%;
	height: auto;
	text-align: right;
}

.banner-cargo li a .cont .pricebox .price {
	font-size: 15px;
	color: #0c1223;
}

.banner-cargo li a .cont .pricebox .unmb {
	font-size: 14px;
	color: #999999;
}

.cargotariff {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.cargotariff .totalprice {
	font-size: 3.5vw;
	color: #838282;
}

.cargotariff .discount {
	font-size: 3.5vw;
	color: #838282;
}

.cargotariff .actual {
	font-size: 4vw;
	color: #312d2d;
	/* font-weight: bold; */
	padding-left: 10px;
}

.cargobtnbox {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 5% 0 0;
}

.cargobtnbox div a {
	width: auto;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 25px;
	font-size: 15px;
	margin-left: 7px;
}

.cargobtnbox .checkbtn a {
	background: #ffffff;
	color: #838282;
	border: 1px solid #dfdede;
}

.cargobtnbox .cancelbtn a {
	background: #ffffff;
	color: #838282;
	border: 1px solid #dfdede;
}

.cargobtnbox .paymentbtn a {
	background: #ffffff;
	color: #b33334;
	border: 1px solid #b33334;
}

/* 订单详情 */
.orderdetails {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-image: linear-gradient(to bottom, rgb(114, 37, 27, 1), 10%, rgb(114, 37, 27, .8), 30%, rgb(114, 37, 27, 0), 50%, rgb(114, 37, 27, 0));
}

.orderdetails .delivery {
	width: 100%;
	height: auto;
	padding: 0% 7%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.orderdetails .delivery .deliverybox .detit {
	font-size: 5vw;
	/* font-weight: bold; */
	color: #fff;
	line-height: 1.5;
}

.orderdetails .delivery .deliverybox .detime {
	font-size: 15px;
	color: #d7b5b3;
}

.orderdetails .delivery .deliverybox .detime span {
	color: #f6d88e;
}

.orderdetails .delivery .truckicon {
	width: 26%;
	height: auto;
}

.orderdetails .delivery .truckicon img {
	width: 100%;
	height: auto;
}

.orderdetailsbox {
	width: 100%;
	height: auto;
	padding: 5% 3%;
	box-sizing: border-box;
}

.orderdetailsbox .sitebox {
	width: 100%;
	height: auto;
	border-radius: 12px;
	background: #fff;
	padding: 5%;
	box-sizing: border-box;
}

.orderdetailsbox .sitebox a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.orderdetailsbox .sitebox .icon {
	width: 15%;
	height: auto;
}

.orderdetailsbox .sitebox .icon img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.orderdetailsbox .sitebox .cont {
	width: 85%;
	height: auto;
	padding-left: 3vw;
}

.orderdetailsbox .sitebox .cont .userbox {
	font-size: 17px;
	color: #312d2d;
	font-weight: bold;
	display: flex;
	line-height: 1.5;
}

.orderdetailsbox .sitebox .cont .userbox .phone {
	font-size: 18px;
	line-height: 1.5;
	padding-left: 1vw;
}

.orderdetailsbox .sitebox .cont .txt {
	font-size: 15px;
	color: #838282;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;*/
}

.order_information {
	width: 100%;
	height: auto;
	padding: 4%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 12px;
	margin-top: 3%;
	margin-bottom: 55px;
}

.order_information .titlebox {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #eee;
	padding: 0 0 3% 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.order_information .titlebox .title {
	font-size: 17px;
	color: #090a0e;
	font-weight: bold;
}

.order_information .titlebox .orderunmber {
	font-size: 14px;
	color: #312d2d;
}

.order_information .titlebox .orderunmber span {
	font-size: 15px;
	color: #838282;
}

.order_information .informationprice {
	width: 100%;
	height: auto;
	padding: 3% 0;
	box-sizing: border-box;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.order_information .informationprice li {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	color: #838282;
	line-height: 1.5;
}

.order_information .informationprice li .txt {
	font-size: 15px;
	color: #838282;
}

.order_information .informationprice li .actual {
	font-size: 17px;
	font-weight: bold;
	color: #b33334;
}

.root_information {
	width: 100%;
	height: auto;
}

.root_information li {
	width: 100%;
	padding: 3% 0;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}

.root_information li:last-child {
	border-bottom: none;
}

.root_information li .tit {
	font-size: 15px;
	color: #838282;
	padding-right: 5%;
}

.root_information li .txt {
	font-size: 15px;
	color: #312d2d;
}

.root_information li .btn {
	padding-left: 10px;
}

.root_information li .btn a {
	width: auto;
	padding: 5px 10px;
	border-radius: 25px;
	color: #dd3131;
	border: 1px solid #dd3131;
	font-size: 14px;
}

/* 优惠劵 */
.preferential {
	width: 100%;
	height: auto;
	padding: 0 4%;
	box-sizing: border-box;
}

.preferential li {
	width: 100%;
	height: auto;
	margin: 2% 0;
	position: relative;
}

.preferential li .picbg {
	width: 100%;
	height: auto;
}

.preferential li .picbg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.preferential li .disbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 5%;
	box-sizing: border-box;
}

.preferential li .price {
	font-size: 10vw;
	font-weight: bold;
	color: #b33334;
	padding-right: 10px;
}

.preferential li .price span {
	font-size: 15px;
}

.preferential li .disbox .termbox {
	width: 60%;
	height: auto;
	text-align: left;
}

.preferential li .disbox .termbox .term {
	font-size: 4vw;
	font-weight: bold;
	color: #b33334;
}

.preferential li .disbox .termbox .termtime {
	font-size: 12px;
	color: #838282;
}

.preferential li .disbox .btn {
	width: 30%;
	text-align: right;
}

.preferential li .disbox .btn a {
	padding: 7% 10%;
	text-align: center;
	background: #b33334;
	display: inline-block;
	font-size: 3.5vw;
	color: #fff;
	border-radius: 4px;
}

/* 收货地址 */
.receiving {
	width: 100%;
	height: auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.receiving li {
	width: 100%;
	height: auto;
	padding: 4%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border-radius: 8px;
	margin: 0 0 3% 0;
}

.receiving li .cont {
	width: 89%;
	padding: 0 8px;
	box-sizing: border-box;
}

.receiving li .cont .userbox {
	display: flex;
	align-items: center;
	padding-bottom: 2%;
}

.receiving li .cont .userbox .name {
	font-size: 15px;
	color: #838282;
}

.receiving li .cont .userbox .name span {
	color: #b33334;
}

.receiving li .cont .userbox .phone {
	font-size: 15px;
	color: #838282;
	padding-left: 5%;
}

.receiving li .cont .sitetit {
	font-size: 17px;
	color: #312d2d;
	font-weight: bold;
	line-height: 1.5;
}

.receiving li .cont .sitetit span {
	padding: 2px 7px;
	width: auto;
	background: #fdf0f0;
	font-size: 12px;
	color: #b33334;
	border: 1px solid #b33334;
	border-radius: 25px;
	font-weight: initial;
}

.receiving li .cont .sitetxt {
	font-size: 14px;
	color: #838282;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.receiving li .icon {
	width: 6%;
}

.receiving li .icon img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.receiving .addsite {
	width: 100%;
	height: auto;
	padding: 0 15%;
	box-sizing: border-box;
	position: fixed;
	bottom: 7%;
	left: 0;
}

.receiving .addsite a {
	width: 100%;
	height: auto;
	padding: 5% 0;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background: #72251b;
	border-radius: 25px;
	display: inline-block;
	text-align: center;
}

/* 收货地址添加 */
.localization {
	width: 100%;
	height: auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.localization .localizationbox {
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 8px;
	padding: 1% 5%;
	box-sizing: border-box;
}

.localization .localizationbox li {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	padding: 6% 0;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
}

.localization .localizationbox li:last-child {
	border-bottom: none;
}

.localization .localizationbox li p {
	width: 80px;
	white-space: nowrap;
	font-size: 16px;
	color: #312d2d;
	text-align: left;
}

.localization .localizationbox li input {
	width: 80%;
	font-size: 16px;
	color: #312d2d;
}

.localization .localizationbox li .mold {
	width: 80%;
	height: auto;
	display: flex;
	align-items: center;
}

.localization .localizationbox li .mold .btn {
	padding-right: 2vw;
}

.localization .localizationbox li .mold .btn span {
	width: 70px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	color: #312d2d;
	border-radius: 25px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
}

.localization .localizationbox li .mold .btn.on span {
	background: #fff;
	color: #b33334;
	border: 1px solid #b33334;
}

.localization .localizationbox li .selectbox {
	width: 80%;

}

.localization .localizationbox li .selectbox #UpdatePanel1 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2vw;
}

.localization .localizationbox li .selectbox select {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #312d2d;
	border-radius: 4px;
	border: none;
	background: #f5f5f5 !important;

}

.localization .setup {
	padding: 4%;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 5% 0;
}

.localization .setup p {
	font-size: 16px;
	color: #312d2d;
}

.switch-btn {
	width: 45px;
	height: 25px;
	position: relative;
	top: 1px;
}

.hidden-checkbox,
.switch-area,
.switch-toggle {
	position: absolute;
	top: 0;
	left: 0;
}

.hidden-checkbox {
	width: 45px;
	height: 25px;
	opacity: 0;
	z-index: 10;
	cursor: pointer;
}

.switch-area {
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background-color: #B3B3B3;
}

.switch-toggle {
	width: 23px;
	height: 23px;
	border: 1px solid #B3B3B3;
	border-radius: 50%;
	background-color: #fff;
}

.hidden-checkbox:checked~.switch-area {
	background-color: #4084F1;
}

.hidden-checkbox:checked~.switch-toggle {
	border: 1px solid #4084F1;
	left: 20px;
}

.switch-area,
.switch-toggle {
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

.localization .addsite {
	width: 100%;
	height: auto;
	padding: 15%;
	box-sizing: border-box;
	/*  position: fixed;
    bottom: 7%;
    left: 0; */
}

.localization .addsite input {
	width: 100%;
	height: auto;
	padding: 5% 0;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background: #72251b;
	border-radius: 25px;
	display: inline-block;
	text-align: center;
	border: none;
}

/* 我的-收藏 */
.collect {
	width: 100%;
	height: auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.collect li {
	width: 100%;
	height: auto;
	padding: 4%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 8px;
	margin: 0 0 3% 0;
}

.collect li .contbox {
	width: 100%;
	height: auto;
}

.collect li .contbox a {
	display: flex;
	justify-content: space-between;
}

.collect li .contbox .pic {
	width: 25%;
	height: auto;
	border-radius: 6px;
	overflow: hidden;
}

.collect li .contbox .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.collect li .contbox .cont {
	width: 70%;
	height: auto;
	padding-left: 7px;
	box-sizing: border-box;
}

.collect li .contbox .cont .tit {
	font-size: 15px;
	color: #0c1223;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.collect li .contbox .cont .price {
	font-size: 16px;
	font-weight: bold;
	color: #b33334;
	line-height: 2;
}

.collect li .contbox .cont .price span {
	font-size: 12px;
}

.collect li .btnfooter {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.collect li .btnfooter .collectunmb {
	font-size: 14px;
	color: #b33334;
}

.collect li .btnfooter .collectunmb span {
	color: #838282;
}

.collect li .btnfooter .btn {
	width: auto;
}

.collect li .btnfooter .btn a {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 25px;
	border: 1px solid #838282;
	font-size: 15px;
	color: #838282;
}

/* 我的-设置 */
.install {
	width: 100%;
	height: auto;
	padding: 0% 3%;
	box-sizing: border-box;
}

.install .individual {
	width: 100%;
	height: auto;
	border-radius: 8px;
	background: #fff;
	padding: 2% 4%;
	box-sizing: border-box;
}

.install .individual a {
	display: inline-block;
	padding: 3% 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.install .individual a p {
	font-size: 16px;
	color: #312d2d;
}

.agreement {
	width: 100%;
	height: auto;
	border-radius: 8px;
	background: #fff;
	padding: 2% 4%;
	box-sizing: border-box;
	margin: 3% 0;
}

.agreement li {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

.agreement li:last-child {
	border-bottom: none;
}

.agreement li a {
	display: inline-block;
	padding: 3% 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.agreement li a p {
	font-size: 16px;
	color: #312d2d;
}

.agreement li a .edition {
	font-size: 16px;
	color: #838282;
}

/* 我的-积分明细 */
.integral {
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding: 5%;
	box-sizing: border-box;
	border-radius: 16px 16px 0 0;
	background: #fff;
}

.integral .integralbox {
	width: 100%;
	height: auto;
}

.integral .integralbox li {
	width: 100%;
	height: auto;
	padding: 3% 0;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	display: flex;
}

.integral .integralbox li:last-child {
	border-bottom: none;
}

.integral .integralbox li .pic {
	width: 7%;
	height: auto;
}

.integral .integralbox li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.integral .integralbox li .cont {
	width: 95%;
	padding-left: 5px;
	box-sizing: border-box;
}

.integral .integralbox li .cont .titlehead {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	font-size: 3.5vw;
	color: #27323f;
	font-weight: bolder;
	line-height: 1.5;
}

.integral .integralbox li .cont .titlehead .unmb span {
	font-size: 3.5vw;
}

.integral .integralbox li .cont .tiembox {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	font-size: 3vw;
	color: #838282;
	line-height: 1.5;
}

.integral .integralbox li.income .cont .titlehead .unmb {
	color: #b33334;
}

/* 个人信息 */
.personal_record {
	width: 100%;
	height: auto;
	padding: 0% 3%;
	box-sizing: border-box;
}

.personal_record .message {
	width: 100%;
	height: auto;
	padding: 2% 5%;
	box-sizing: border-box;
	border-radius: 8px;
	background: #fff;
}

.personal_record .message li {
	width: 100%;
	height: auto;
	padding: 4% 0;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

.personal_record .message li:last-child {
	border-bottom: none;
}

.personal_record .message li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.personal_record .message li p {
	font-size: 16px;
	color: #312d2d;
}

.personal_record .message li .name {
	font-size: 16px;
	color: #838282;
	text-align: right;
}

.personal_record .message li .portrait {
	width: 11vw;
	height: 11vw;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.personal_record .message li .portrait #file {
	opacity: 0;
	width: 11vw;
	height: 11vw;
	position: absolute;
	top: 0;
	left: 0;
}

.personal_record .message li .portrait img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	object-fit: cover;
	object-position: 50% 50%;
}

.personal_record .message li .xingbie {
	display: flex;
	font-size: 15px;
	color: #838282;
}

.personal_record .message li .xingbie input {
	width: 20px;
	height: 20px;
	border: 1px solid #c6c6c6;
	border-radius: 50%;
	margin-left: 10px;
}

.personal_record .message .data_time {
	display: flex;
	align-items: center;
}

.personal_record .message .data_time input {
	position: absolute;
	right: 0%;
	font-size: 15px;
	color: #838282;
	width: 160px;
	text-align: left;
}

.personal_record .message .data_time .pro_load img {
	width: 7vw;
}

.orderdetails .addsite {
	width: 100%;
	height: auto;
	padding: 5% 15%;
	box-sizing: border-box;
	/* position: fixed;
	bottom: 7%;
	left: 0; */
}

.orderdetails .addsite input {
	width: 100%;
	height: auto;
	padding: 5% 0;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background: #72251b;
	border-radius: 25px;
	display: inline-block;
	text-align: center;
	border: none;
}

.baseline {
	width: 100%;
	height: auto;
	padding: 5% 0;
	font-size: 13px;
	color: #c5c5c5;
	text-align: center;
}



.feed-loading {
	display: block;
	border-radius: 8px;
	font-size: 12px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	cursor: pointer;
	font-size: 14px;
	color: #9199a1;
}

.feed-loading i {
	height: 10px;
	width: 10px;
	border-radius: 100%;
	display: inline-block;
	margin: 5px;
	border: 2px solid #9199a1;
	border-bottom-color: transparent;
	vertical-align: middle;
	-webkit-animation: rotate 1.1s infinite linear;
	animation: rotate 1.1s infinite linear;
}


@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.treaty {
	width: 100%;
	height: auto;
	background: #fff;
	color: #000000;
	font-size: 16px;
	line-height: 1.5;
	padding: 4%;
	box-sizing: border-box;
}

.amountbox .unmb input {
	width: 30px;
	text-align: center;
}

.shippedfooter {
	width: 100%;
	height: 55px;
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	padding: 0 3%;
	box-sizing: border-box;
	justify-content: flex-end;
	align-items: center;
	background: #fff;
	box-shadow: 0 6px 12px rgb(0, 0, 0, .5);
}

.shippedfooter input {
	width: 30%;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	font-size: 15px;
	border-radius: 25px;
	margin-left: 3%;
}

.shippedfooter .text {
	width: 34%;
	height: 30px;
	background: #e1e0e0;
	border-radius: 6px !important;
	margin-left: 0;
	font-size: 16px;
	color: #212A3B;
	padding: 2px 5px;
	box-sizing: border-box;
}

.shippedfooter .btn1 {
	color: #838282;
	border: 1px solid #838282;
}

.shippedfooter .btn2 {
	color: #dd3131;
	border: 1px solid #dd3131;
}

.shippedfooter a {
	width: 30%;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	font-size: 15px;
	border-radius: 25px;
	margin-left: 3%;
	display: inline-block;
}


.nospping {
	width: 100%;
	height: auto;
	padding: 3%;
	box-sizing: border-box;
	display: none;
}

.nospppingbox {
	width: 100%;
	height: auto;
	padding: 4%;
	box-sizing: border-box;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 6px rgb(0, 0, 0, .05);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.nospppingbox2 {
	margin-top: 3%;
}

.nospppingbox .picbox {
	width: 30vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2% 0;
}

.nospppingbox .picbox img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.nospppingbox .tip {
	font-size: 14px;
	color: #b2b2b2;
	line-height: 2;
}

.nospppingbox .btn {
	width: 100%;
	height: auto;
	text-align: center;
}

.nospppingbox .btn a {
	width: auto;
	padding: 2% 5%;
	text-align: center;
	border-radius: 25px;
	border: 1px solid #b33334;
	display: inline-block;
	font-size: 15px;
	color: #b33334;
}

.loadimg2 {
	width: 8vw;
	height: 8vw;
	position: absolute;
	top: 8%;
	right: 3%;
	z-index: 9999;
}

.loadimg2 img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* 购物车失效宝贝 */
.invalid {
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 8px;
}

.invalid .inva-head {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4% 4% 0 4%;
	box-sizing: border-box;
}

.invalid .inva-head .inva-cont {
	display: flex;
	align-items: center;
}

.invalid .inva-head .inva-cont .btn {
	padding-left: 5px;
}

.invalid .inva-head .inva-cont a {
	font-size: 15px;
	color: #cf9d58;
}

.invalid .inva-head .unmbtit {
	font-size: 17px;
	color: #090a0d;
}

.invalid li {
	width: 100%;
	height: auto;
	padding: 5% 4% 5% 1.9%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.invalid li .checkbox {
	width: 20px;
	height: 20px;
}

.invalid li .checkbox input {
	width: 20px;
	height: 20px;
	border: 1px solid #c6c6c6;
	border-radius: 50%;
	background: #e8f4f8;
}

.invalid li .pic {
	width: 20%;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
}

.invalid li .pic img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.invalid li .cont {
	width: 70%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.invalid li .cont .tit {
	font-size: 16px;
	color: #838282;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.invalid li .cont .pricebox {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.invalid li .cont .pricebox .txt {
	font-size: 15px;
	color: #090a0d;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


/* 登录/注册 */
.register {
	width: 100%;
	height: auto;
	padding: 3%;
	box-sizing: border-box;
}

.register .registerbox {
	width: 100%;
	height: auto;
	padding: 10% 4%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 12px rgb(0, 0, 0, .05);
}

.register .registerbox .cont {
	width: 100%;
	height: 50px;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 3% 0;
}

.register .registerbox .cont input {
	height: 50px;
	padding-left: 40px;
	font-size: 16px;
	color: #282828;
}
.register .registerbox .cont select{
    border:none;
    font-size:16px;
    width:96%;
    padding-left:8px
}
.register .registerbox .cont input::-webkit-input-placeholder {
	color: #c8c8c8;
}

.register .registerbox .cont .phone {
	background: url(../library/mall/10000/images/layout/phoneicon.png) no-repeat left center;
	background-size: 17px;
	background-position: 10px;
}

.register .registerbox .cont .pasw {
	background: url(../library/mall/10000/images/layout/paswicon.png) no-repeat left center;
	background-size: 17px;
	background-position: 10px;
}

.register .registerbox .cont .tagglepaw {
	width: 50px;
	height: 50px;
	background: url(../library/mall/10000/images/layout/paswsee.png) no-repeat center;
	background-size: 22px;
}

.register .registerbox .cont .tagglepaw.active {
	width: 50px;
	height: 50px;
	background: url(../library/mall/10000/images/layout/paswsee_on.png) no-repeat center;
	background-size: 22px;
}

.register .registerbox .button {
	width: 100%;
	height: auto;
	padding: 5% 0 3% 0;
}

.register .registerbox .button input {
	width: 100%;
	padding: 3% 0;
	background: #b33334;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.register .registerbox .tip {
	font-size: 14px;
	color: #acabab;
}

.register .registerbox .tip a {
	font-size: 15px;
	color: #b33334;
}

.personalbanner .balancebox {
	width: 45%;
	display: flex;
	align-items: flex-end;
	position: relative;
}

.personalbanner .balancebox .recharge {
	width: auto;
	height: auto;
	padding: 1% 9%;
	border: 1px solid #f6d88e;
	font-size: 15px;
	color: #f6d88e;
	border-radius: 25px;
	position: absolute;
	border-radius: 25px;
	right: 12%;
	bottom: 0;
}

.rechargelayer {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0, .5);
	z-index: -1;
	opacity: 0;
}

.rechargelayer .rechargelayerbox {
	width: 80%;
	height: auto;
	padding: 3% 4% 6% 4%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 12px rgb(0, 0, 0, .05);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: -1;
}

.rechargelayer .rechargelayerbox .shomoretitle {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
}

.rechargelayer .rechargelayerbox .shomoretitle .parx {
	width: 25px;
	height: auto;
}

.rechargelayer .rechargelayerbox .shomoretitle .parx img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.rechargelayer .rechargelayerbox .input {
	padding: 5% 0;
}

.rechargelayer .rechargelayerbox .tex {
	width: 100%;
	height: auto;
	background: #f0f0f0;
	padding: 3% 3%;
	box-sizing: border-box;
	font-size: 14px;
	color: #212A3B;
	border-radius: 4px;
}

.rechargelayer .rechargelayerbox .quedin {
	width: 100%;
	height: auto;

}

.rechargelayer .rechargelayerbox .quedin .chonzhi {
	width: 100%;
	height: auto;
	background: #b33334;
	font-size: 16px;
	color: #fff;
	padding: 4% 0;
	border-radius: 25px;
}

.layer-signbox {
	width: 100%;
	height: auto;
	padding: 17px;
	box-sizing: border-box;
	position: relative;
}

.layer-signbox img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.layer-signbox .la-close {
	width: 15px;
	height: auto;
	position: absolute;
	top: 6px;
	right: 6px;
}

.layer-signbox .la-close img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.timeBox {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 3% 0 0 0;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.timeBox .tit2{
	font-size: 4vw;
	color: #212A3B;
	white-space: nowrap;
}
.timeBox .starttime {
	width: 35%;
	height: 30px;
	border: 1px solid #eee;
	font-size: 15px;
	color: #212A3B;
	padding: 0 2%;
}
.timeBox select{
	width: 35%;
	height: 30px;
	border: 1px solid #eee;
	font-size: 15px;
	color: #212A3B;
}

.prductgobackdf{
	width: 8vw;
	height: 8vw;
	position: absolute;
	top: 8%;
	left: 12%;
	z-index: 9999;
	
}
.prductgobackdf img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.godf{
	width: 6vw;
	height: 6vw;
	position: absolute;
	top: 57%;
	left: 12%;
	transform: translateY(-50%);
}
.godf img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.timeBox2{
	width: 100%;
	height: auto;
}
.timeBox2 .contact{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2% 0 0 0;
}
.timeBox2 .contact p{
	font-size: 4vw;
	color: #212A3B;
	white-space: normal;
}
.timeBox2 .contact input{
	width: 76%;
	border: 1px solid #eee;
	height: 30px;
	padding: 0 2%;
	box-sizing: border-box;
	font-size: 4vw;
	color: #212A3B;
	border-radius: 2px;
}
.timeBox2 .contact  input::-webkit-input-placeholder{
color: #d8d8d8;
}

.upload .bgn{
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
}
.distribution{
	width: 100%;
	height: auto;
	padding: 1% 0 6% 0;
	box-sizing: border-box;
}
.distribution ul{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.distribution ul li{
	width: 100%;
	height: auto;
	text-align: center;
	border-right: 1px solid rgb(228,194,127,.4);
	font-size: 4vw;
}
.distribution ul li a{
	color: rgb(255,255,255,.7);
	display: inline-block;
	    width: 100%;
}
.distribution ul li.now a{
	color: #e4c27f;
	position: relative;
}
.distribution ul li.now a::before{
	content: '';
	height: 4px;
	width: 5vw;
	background-color: #e4c27f;
	border-radius: 6px;
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
}
.distribution ul li:nth-child(2){
	border-right: none;
}
.baseline {
 width: 100%;
 height: auto;
 padding: 5% 0;
 font-size: 13px;
 color: #c5c5c5;
 text-align: center;
 display: flex;
 justify-content: center;
 flex-direction: column;
 align-items: center;
}

.baseline a{
 font-size: 13px;
 color: #c5c5c5;
 line-height: 2;
}
/* 弹窗 */
.pop{
	    position: fixed;
	    background-color: rgb(0,0,0,0.8);
	    width: 100%;
	    height: 100%;
	    z-index: 10000;
	    top: 0;
	    left: -1000px;
	   /* padding: 40px 2% 0;
	    box-sizing: border-box; */
}
.pop img{
	width: 100%;
}