/* product_list */
#product_area .list_box ul {
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 8px;
}

#product_area .list_box ul li img {
	border-radius: 15px 15px 0px 0px;
}

#product_area .list_box ul li {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#product_list .info_box {
	padding: 20px;
	width: calc(90% - 40px);
	border-radius: 15px 15px 0px 0px;
	bottom: 14px;
	left: 5%;
	border-bottom: #b8b8b8 3px solid;
	background: #282727;
	position: relative;
}

#product_list .info_box .left_box {
	margin: 0;
	display: block;
	width: 100%;
}

#product_list .info_box h3 {
	height: 49px;
	color: #ddd3ca;
	font-size: max(1.6*(1vw + 1vh) / 2, 18px);
	border-bottom: #ffffff4a 1px solid;
	margin-bottom: 10px;
}

#product_list .info_box article {
	height: 53px;
	font-weight: 100;
	-webkit-line-clamp: 2;
	color: #ffffff;
}

#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;
}

/* list_page */
.list_page #product_list li {
	margin-bottom: 50px;
	overflow: visible;
	width: calc(33.3% - 30px);
	display: flex;
	flex-direction: column;
	margin: 15px 10px;
	margin-bottom: 80px;
	/* overflow: hidden; */
}

.list_page #product_list li img {
	transition: all linear 0.3s
}

.list_page #product_list li:hover img {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: translate(0, -20px);
	-webkit-transform: translate(0, -20px);
	-moz-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	-o-transform: translate(0, -20px);
}

/* imglist */
#imglist {
	margin-bottom: 5vw;
}

/* productdetail */
#productdetail {
	margin: 0px 0 40px;
}

/* productinfo */
#productinfo .item {
	margin-bottom: 50px;
}

#productinfo .item article {
	padding: 40px;
	color: var(--gray);
	letter-spacing: 1px;
	text-align: center;
	/* box-shadow: 0 0 5px rgb(0 0 0 / 15%); */
	/* background: #f7f7f7; */
	border: 1px solid #e5e5e5;
}

#productinfo .item ul {
	margin: 15px 0 35px;
}

#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 a {
	color: #fff;
	padding: 16px 40px;
	font-size: 16px;
	letter-spacing: 2px;
	margin: 0 10px;
	border-radius: 10px;
}

#productinfo .item a svg {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

#productinfo .item .ask {
	background: #9e9286;
}

#productinfo .item .line {
	background: #12b508;
}

#productinfo .item .phone {
	background: #282727;
}

/* 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);
}

#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>.row {
		width: 100%;
		vertical-align: top;
		margin: 0;
		display: block;
	}

	#productdetail #productinfo {
		width: 100%;
		display: block;
		margin: 20px 0;
	}

	#productinfo #community {
		margin-top: 10px;
	}

	#productTabs .tabs li:hover a:before {
		width: 100%;
	}
}

@media screen and (min-width: 1025px) {
	#product_area #product_list {
		display: flex;
		flex-wrap: wrap;
	}

	#product_area #product_list li {
		display: flex;
		flex-direction: column;
		width: 33.3%;
		margin: 15px 0;
		margin-bottom: 0;
	}

	#product_list .info_box {
		width: 100%;
		left: 0;
		padding: 0;
		border-radius: 0;
	}

	#product_list .info_box .left_box {
		padding: 30px 20px;
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 1280px) {
	.list_page {
		width: 100%;
	}

	#productTabs {
		margin-top: 30px;
	}
}

@media screen and (max-width: 1160px) {
	.list_page #product_list li {
		width: calc(50% - 4px);
		margin: 15px 2px;
	}
}

@media screen and (max-width: 1280px) and (min-width: 761px) {
	#productinfo .item .sell_box {
		text-align: left;
	}

	#orderfunction {
		width: calc(100% - 300px);
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.list_page {
		width: 768px;
	}
}

@media screen and (max-width: 760px) {
	#product_list .info_box p.price {
		margin-right: 15px;
	}

	#product_area .list_box ul li img {
		border-radius: 10px 10px 0px 0px;
	}

	.list_page #product_list li {
		width: calc(100% - 10px);
		margin: 15px 5px 10px;
	}

	#product_list .info_box {
		padding: 10px;
		width: calc(100% - 20px);
		left: 0;
		bottom: 30px;
	}

	#product_list .info_box h3 {
		font-size: 20px;
		height: 42px;
	}

	#product_list .info_box article {
		font-size: 14px;
		height: 51px;
	}

}

@media screen and (max-width: 640px) and (min-width: 421px) {
	.list_page {
		width: 400px;
	}
}

@media screen and (max-width: 480px) {
	#productinfo .item .sell_box {
		text-align: left;
	}

	#orderfunction {
		width: 100%;
		margin-bottom: 15px;
	}

	#productinfo .item .btns {}

	#productinfo .item .btns a {
		display: block;
		text-align: center;
		margin: 0 0 15px;
	}
}