/* product_list */
#product_list ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
#product_list li{width: calc((100%/4) - 40px);margin: 20px;}
#product_list li img{-webkit-transform: scale(1);}
#product_list li .info_box{background:none;margin-top: 10px;}
#product_list li .info_box h3{height: auto;font-size: 18px;font-weight: 500;}
#product_list li .info_box article{font-size: 14px;height: auto;margin-top: 10px;}
#product_list li .shadow:before{content:'';position: absolute;bottom: 0;left: 15px;height: 100px;width: 1px;background: #cdcdcd;}

/* imglist */
#imglist {display: inline-block;width: 50%;}

/* textinfo */
#textinfo{display: inline-block;width: 42%;margin-left: 7%;}

/* productdetail */
#productdetail { margin: 50px 0; }
#productdetail >.row{margin:0;}

/* productinfo */
#productinfo .item {}
#productinfo .item article {background: #f5f5f5;padding: 20px 30px;margin-top: 30px;}
#productinfo .item ul li {display: flex;margin: 10px 0;flex-wrap: wrap;}
#productinfo .item ul li p {}
#productinfo .item ul li p:last-child {}
#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 >p{text-align: left;margin-top: 50px;}
#productinfo .item .ask {padding: 10px 45px;background: var(--complement);border-radius: 10px;color: var(--white);}

/* 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{margin: 30px 0 0;display: block;}
#productTabs img{width:100%;}
#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){
	#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; }
	#product_list li{width: calc((100%/3) - 40px);}
}
@media screen and (max-width: 768px){
	#product_list li{width: calc((100%/2) - 40px);}
	#imglist {display: block;width: 100%;}
	#imglist .row{margin:0;}
	#textinfo {display: block;width: 100%;margin: 40px 0 0;}
}
@media screen and (max-width: 450px){
	.slick-slide img{height: 370px;}
	#product_list li{width: calc((100%/1) - 40px);}
	#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; }
}