.webBox {
	overflow: visible;
}

/* product_list */
#product_list .info_box {
	margin: 0;
	padding: 20px;
	position: relative;
}

#product_list .info_box h3 {
	height: 34px;
	font-size: 20px;
	color: #67b2ad;
}

#product_list .info_box article {
	height: 23px;
	font-weight: 400;
	font-size: 14px;
}

#product_list .info_box p * {
	line-height: 100%;
	font-size: 18px;
	vertical-align: text-bottom;
}

#product_list .info_box p span {
	font-weight: 100;
	margin-right: 2px;
	font-size: 12px;
}

#product_list .info_box p.price * {
	font-weight: 600;
}

#product_list .info_box p.old font {
	font-weight: 100;
	font-size: 15px;
	text-decoration: line-through;
}

/* imglist */
#imglist {
	margin-bottom: 5vw;
}

/* productdetail */
#productdetail {
	width: 70%;
	margin: 50px 0;
	display: flex;
	flex-direction: column;
	flex-wrap: unset;
}

.poubox {
	display: flex;
}

.poubox .poductnav {
	display: flex;
	flex-direction: column;
	width: 28%;
	margin-right: 2%;
	border-right: #dedede 1px solid;
}

#wrap .poubox .poductnav aside {
	display: flex;
	flex-direction: column;
	margin: 0;
	margin-top: 100px;
}

#wrap .poubox .poductnav aside ul {
	left: 0;
	-webkit-transform: translate(0, 0);
	position: relative;
	margin-top: 0;
	margin-bottom: 30px;
}
#wrap .poubox .poductnav aside ul *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#wrap .poubox .poductnav .navmtitle{
    position: relative;
    text-align: left;
    font-size: max(1.4 * (1vw + 1vh) / 2, 25px);
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 100%;
}
#wrap .comcobox{
    display: flex;
    flex-direction: column;
}
#wrap .comcobox .cooitem{
    display: flex;
    flex-direction: column;
}
#wrap .comcobox .cooitem a{
    padding: 7px 0;
}
#wrap .comcobox .cooitem img{
    width: 20px;
    margin-right: 9px;
}
a.maaJJlio{
    padding: 19px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #71c2bc;
    color: #ffffff;
    margin-top: 30px;
}
#wrap .poubox .poductnav .navmtitle:before{
	content:"";
	bottom: 0;
	position: absolute;
	width: 50px;
	height: 2px;
	background: #71c2bc;
}
#wrap .poubox .poductnav aside ul.subUL{
    display: none;
}
#wrap .poubox .poductnav aside>ul>li[data-type="2"] .subUL {
	position: relative;
	left: 0;
	-webkit-transform: translate(0, 0);
	box-shadow: unset;
	display: flex;
	padding: 0 15px;
	background: #f7f7f7;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#wrap .poubox .poductnav aside ul li {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #f7f7f7;
	border-bottom: #e7e7e7 1px solid;
	margin-bottom: 13px;
}
#wrap .poubox .poductnav aside ul li h4{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#wrap .poubox .poductnav aside ul li[data-type="2"] h4{
    background: #71c2bc;
}
#wrap .poubox .poductnav aside ul li[data-type="2"] h4 a{
    color: #ffffff;
}

#po-imglist {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

#po-imglist .ppoitem {
	display: flex;
	width: 10%;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* productinfo */
#productinfo .item {
	margin-bottom: 20px;
	padding: 10px 25px;
	box-shadow: 0 0 20px rgba(var(--black-rgb), .08);
	display: flex;
}

#productinfo .item .poleftbox {
	display: flex;
	flex-direction: column;
	width: 30%;
}

#productinfo .item .poleftbox .slick-slide img {
	height: 270px;
}

#productinfo .slick-slider .slick-list,
#productinfo .slick-slider .slick-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#productinfo .slick-slide {
	margin: 0 5px;
}

#productinfo .slick-slide a {
	display: flex;
}

#productinfo .item  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#productinfo .item .porightbox {
	display: flex;
	flex-direction: column;
	padding: 50px;
	justify-content: space-between;
	width: 100%;
}

#productinfo .item ul {
	margin: 15px 0 5px;
}

#productinfo .item ul li {
	padding: 5px;
	border-bottom: 1px rgba(var(--gray-rgb), .1) solid;
}

#productinfo .item ul li label {
	margin-right: 10px;
	width: 90px;
}

#productinfo .item ul li font {
	width: calc(100% - 100px);
}

#productinfo .item .sell_box {
	margin-bottom: 10px;
}

#productinfo .item .sell_box>* {
	line-height: 100%;
	font-size: 17px;
	vertical-align: baseline;
}

#productinfo .item .sell_box span {
	margin: 0 3px 0 15px;
}

#productinfo .item .sell_box b {
	font-size: 36px;
}

#productinfo .item .ask {
	color: #ffffff;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#productinfo article {
	display: flex;
	margin-bottom: 10px;
}

#productinfo .pomore {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 9px 0;
	background: #80c9c4;
}
/* other-product */
#other-product { margin-top: 80px; padding-bottom: 80px; }
#other-product .entitle {padding: 20px 0 5px;margin-bottom: 20px;text-align: center;border-bottom: #e9e9e9 1px solid;}
#other-product .entitle p {display: inline-block;text-align: center;font-size: max(2.5 * (1vw + 1vh) / 2, 25px);position: relative;font-weight: bold;}
#other-product .products-list .product-item { width: 30%; margin: 30px 15px; }

/*列表頁*/
.products-list { display: flex; flex-wrap: wrap; }
.product-item { width: 30%; margin: 0 1.58% 30px; box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2); }
.product-item .photobox { display: block; padding: 20px; background: #fff; overflow: hidden; }
.product-item .photobox>div { overflow: hidden; }
.product-item a.photo { transition: ease .3s; display: block; width: 100%; }
.product-item:hover a.photo { transform: scale(1.15); }
.product-item .info {display: flex;padding: 20px 20px;background: #fff;flex-direction: column;}
.product-item .info .proCate { padding: 3px 8px; font-size: 11px; display: inline-block; background: #894eb7; color: #fff; margin: 0 0 11px; }
.product-item .info .desc {-webkit-line-clamp: 2;height: 50px;font-size: 16px;color: #343333;overflow: hidden;margin: 10px 0;text-align: left;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; #newsBox .info .news_list .news_txtp {

	-webkit-line-clamp: 2;height: 50px;font-size: 17px;color: #343333;overflow: hidden;margin: 10px 0;text-align: left;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;
};}
.product-item .info .title {font-size: 24px;margin: 0 0 11px;-webkit-line-clamp: 2;}
.product-item .info .price { display: flex; }
.product-item .info .price span { font-size: 14px; color: #fff; }
.product-item .info .price span.old { text-decoration: line-through; display: inline-block; padding: 3px 8px; background: #568e6d; }
.product-item .info .price span.sale { display: inline-block; padding: 3px 8px; background: #d8608d; margin-left: 20px; }
.swiper-container { margin: 25px 0px 0px 40px; overflow: inherit; z-index: 0; }
.swiper-container::before { position: absolute; left: -40px; top: 48.5%; content: ''; display: block; z-index: -1; height: 100%; width: 84%; background-color: #1f79a9; ; }

/* orderfunction */
#orderfunction a[data-action="plusBtn"] {
	margin: 0 2px;
	width: 35px;
	height: 35px;
	background: rgba(var(--black-rgb), .1);
	border-radius: 5px;
	line-height: 30px;
	font-weight: 600;
	font-size: 28px;
}

#orderfunction a.limit[data-action="plusBtn"] {
	line-height: 27px;
	font-size: 33px;
}

#orderfunction input {
	margin: 0 5px;
	width: 30px;
	border-width: 0 0 1px;
}

#orderfunction .addcar {
	float: right;
}

/* productTabs */
#productTabs .tabs {
	margin-bottom: 15px;
	background: rgba(var(--black-rgb), .08);
	display: flex;
}

#productTabs .tabs li a {
	padding: 15px 30px;
}

#productTabs .tabs li a:before {
	position: absolute;
	width: 0;
	height: 3px;
	background: var(--primary);
	display: block;
	bottom: 0;
	left: 0;
	content: "";
}

#productTabs .tabs li.active a:before {
	width: 100%;
}

@media screen and (min-width: 1281px) {
	#productdetail {
		gap: 25px;
	}

	#productdetail #productinfo {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	#productdetail #productTabs {
		width: 100%;
		/* flex: 1 1 auto; */
		display: flex;
		flex-direction: column;
	}

	#productinfo #community {
		margin-top: 10px;
	}

	#productTabs .tabs li:hover a:before {
		width: 100%;
	}
}

@media screen and (max-width: 1280px) {
	.list_page {
		width: 100%;
	}

	#productTabs {
		margin-top: 30px;
	}

	#po-imglist .ppoitem {
		width: 20%;
	}
}

@media screen and (max-width: 1280px) and (min-width: 761px) {
	#productinfo .item .sell_box {
		text-align: left;
	}

	#orderfunction {
		width: calc(100% - 300px);
	}

	#productinfo .item .btns {
		width: 150px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.list_page {
		width: 768px;
	}
}

@media screen and (max-width: 1024px) {
	#productinfo .item {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 30px 0;
	}

	#productinfo .item .poleftbox {
		width: min(90%, 280px);
	}

	#productinfo .item .porightbox {
		padding: 10px;
	}

	#productinfo article {
		margin-bottom: 20px;
		padding: 10px 10px;
	}
}

@media screen and (max-width: 760px) {
	#product_list .info_box p.price {
		margin-right: 15px;
	}

	.poubox {
		display: flex;
		flex-direction: column;
	}

	.poubox .poductnav {
		width: 100%;
	}

	#wrap .poubox .poductnav aside {
		margin-top: 10px;
	}

	#productdetail {
		width: 100%;
	}
}

@media screen and (max-width: 640px) and (min-width: 421px) {
	.list_page {
		width: 400px;
	}
}

@media screen and (max-width: 550px) {
	#po-imglist .ppoitem {
		width: 33.3%;
	}
}

@media screen and (max-width: 450px) {
	#productinfo .item .sell_box {
		text-align: left;
	}

	#orderfunction {
		width: 100%;
		margin-bottom: 15px;
	}

	#productinfo .item .btns {
		width: 50%;
	}

	#productinfo .item .btns a {
		padding: 10px 0;
		display: block;
		text-align: center;
	}
}