.webBox{overflow:visible}
#product_list .info_box{position:relative;margin:0;padding:20px;border-radius:0}
#product_list li img{background-size:contain;background-position:50%}
#product_list .left_box{width:100%}
#product_list .info_box h3{height:34px;font-size:20px}
#product_list .info_box article{height:23px;font-weight:100;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{margin-bottom:0;width:100%}
.poobox,.poobox *{transition:unset;-webkit-transition:unset}
#imglist a img{width:min(250px,90%);margin:0 auto;aspect-ratio:1/1}
#productdetail{margin:50px 0;display:flex;flex-wrap:wrap;width:100%}
#productdetail .maingfo{display:flex;width:80%}
#productdetail .outlink{display:flex;width:12%;justify-content:flex-end}
#productdetail .outlink a{display:flex;flex-direction:column;align-items:center;justify-content:flex-end}
#productdetail .outlink a:hover svg{background:var(--triadic1)}
#productdetail .outlink a svg{width:45px;aspect-ratio:1/1;padding:10px;background:var(--primary);border-radius:200px;fill:#fff;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}
#productinfo .item{margin-bottom:10px;padding:30px 25px;box-shadow:0 0 20px rgba(var(--black-rgb),.08)}
#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 .ask{padding:0 35px}
#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 .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%}
.poobox{display:flex;flex-wrap:wrap;align-items:center;background:#fff;padding:20px;border-radius:20px;margin:45px 0;-webkit-box-shadow:0 0 8px 3px rgb(246 246 246 / 50%);box-shadow:0 0 8px 3px rgb(246 246 246 / 50%);border:#e9e9e973 1px solid}
.poobox .pooleft{display:flex;width:38%}
.poobox .pooright{position:relative;display:flex;width:62%;align-items:center}
.poobox *{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.poobox .pooright:before{content:"";position:absolute;width:1px;height:150px;background:#e4e4e4;left:-55px}


@media screen and (min-width: 1281px) {
	#productdetail{gap:2%}
	#productdetail #productinfo{position:sticky;width:370px;height:100%;top:110px}
	#productdetail #productTabs{width:1%;flex:1 1 auto}
	#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)}
	#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) {
	.poobox{display:flex;flex-direction:column}
	.poobox .pooleft,.poobox .pooright{width:100%}
}

@media screen and (max-width: 760px) {
	#product_list .info_box p.price {margin-right: 15px;}
}

@media screen and (max-width: 640px) and (min-width: 421px) {
	.list_page {width: 400px;}
}
@media screen and (max-width: 640px){
	#productdetail{display:flex;flex-direction:column;align-items:center;margin:20px 0}
	#productdetail .maingfo{width:100%;margin-bottom:20px}
}

@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}
}