/* product_list */
#product_list .info_box {padding: 20px;background: #fff;}
#product_list .info_box >div{margin: 0;}
#product_list .info_box p{-webkit-line-clamp:2;font-size: 18px;color: #545454;height: 60px;}
#product_list .info_box h3 {height: 34px;font-size: 20px;position: relative;color: #323232;margin-bottom: 10px;}
#product_list .info_box article {height: auto;font-weight: 300;font-size: 16px;color: #545454;-webkit-line-clamp: 2;margin-top: 10px;}
#product_list .info_box p * { line-height: 100%; font-size: 18px; vertical-align: text-bottom; }
#product_list .info_box span {display: flex;align-items: center;justify-content: flex-end;margin-top: 15px;}
#product_list .info_box span b{color: #404040;font-weight: 400;font-size: 14px;text-decoration: underline;margin-right: 10px;}
#product_list .info_box span svg{width:18px;height: 18px;fill: #404040;}
#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; }
.list_page #product_list li:hover img{-webkit-transform: scale(.9);}

/* imglist */
#imglist {display: flex;flex-wrap: wrap;}
#imglist >div a{margin:0}

/* productdetail */
#productdetail { margin: 50px 0; }
#productdetail .row{margin: 10px;}

/* productinfo */
#productinfo .item {margin: 10px;padding: 50px;background: #fff;box-shadow: 0 0 10px rgb(0 0 0 / 10%);}
#productinfo .item ul { margin: 15px 0 35px; }
#productinfo .item ul li {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 .btns {margin-bottom: 40px;}
#productinfo .item .ask {background: var(--primary);color: #fff;padding: 17px 50px;border-radius: 50px;}
table{margin:15px 0;width:100%;border-collapse:collapse}
td,th{padding:10px;border: 1px solid #e9e9e9;text-align: center;}
tr td:first-child{width:10%}

/* 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 {margin: 0;width: 100%;}
	#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; }
}
@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) {
	#page_title >div{margin-bottom: 10%;}
}
@media screen and (max-width: 760px){
	#productinfo .item{box-shadow: none;padding: 0;margin: 0;}
	#product_list .info_box p.price { margin-right: 15px; }
	.list_page #product_list li {margin: 0 30px 30px;box-shadow: 0 0 10px rgba(var(--black-rgb), .2);}
}
@media screen and (max-width: 640px) and (min-width: 421px){
	.list_page { width: 400px; }
}
@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; }
}