.product_detail{ width:1200px; margin: 0 auto; display: flex;}

.product_detail_navigation{width: 1200px; margin: 0 auto; }
.product_detail_navigation p{min-height:40px; padding-top:20px; font-size:16px;}

.product_detail .left{width: 500px;}
.product_detail .right{width:700px;}
.product_detail .right .product_base_info{padding: 10px 0 0 20px;}
.product_detail .right .product_title{font-size:20px; padding-bottom: 5px;}
.product_detail .right .product_num{font-weight: bold; min-height:40px; display: flex; gap: 10px;}
.product_detail .right .product_num div{width:70px;}
.product_detail .right .product_num span{font-weight:normal;}
.product_detail .right .product_saler_num{font-weight: bold; min-height:40px; display: flex; gap: 10px;}
.product_detail .right .product_saler_num span{font-weight:normal;}

.product_detail .right .product_other{font-weight: bold; min-height:40px; padding-bottom: 5px; display: flex; gap: 10px;}
.product_detail .right .product_other span{font-weight:normal;}

.product_base_info_active{border:solid 1px #409eff!important; color:#409eff!important;}

.product_detail .right .product_color{font-weight: bold; padding-bottom:20px; display: flex; gap: 10px; align-items: baseline;}
.product_detail .right .product_color span{font-weight:normal; cursor:pointer;min-width:60px; text-align:center;border:solid 1px #afafaf; color:#afafaf;padding:3px 5px;}

.product_detail .right .product_size{font-weight: bold; min-height:40px; display: flex; gap: 10px; align-items: baseline;}
.product_detail .right .product_size span{font-weight:normal; cursor:pointer; min-width:60px; text-align:center;border:solid 1px #afafaf; color:#afafaf;padding:3px 5px;}

.product_detail .right .product_saler_type{font-weight: bold; display: flex;gap:10px; min-height:40px; align-items: baseline;}
.product_detail .right .product_saler_type span{font-weight:normal; padding:3px 5px 0px 0;}

.product_detail .right .product_price{font-weight: bold; min-height:60px; font-size:24px; color:#d52f2c;}
.product_detail .right .product_price span{font-weight:normal; font-size:14px; color:#999999;}

.product_detail_content{width:1200px; margin: 0 auto;}
.product_detail_content .title{width:100%; display: flex;padding:12px 0 10px 0;}
.product_detail_content .title p{font-size:20px;padding:4px 0 0 0; cursor:pointer; width:110px; text-align: center; border-bottom:3px #e7e7e7 solid;}
.product_detail_content .title p:not(:last-child):hover{background:#efefef;}
.product_detail_content .content{width:100%; padding-top: 10px;}
.product_detail_content .content img{vertical-align: bottom;}
.product_detail_content table{border-spacing:0px;border:solid 1px #e7e7e7;}
.product_detail_content table th
,.product_detail_content table td
{margin:0px; border:solid 1px #e7e7e7; padding:10px;}


 /*图片预览*/
#preview{ float:none; margin:0 auto; text-align:center; width:500px;}
.jqzoom{ width:500px; height:500px; position:relative;}

.zoomdiv{ left:859px; height:400px; width:400px;}
.list-h li{ float:left;}
#spec-n5{width:500px; height:110px; padding-top:6px; overflow:hidden;}
#spec-left{ background:url(/public/static/web/left.jpg) no-repeat;  width:30px; height:inherit; float:left; cursor:pointer;}
#spec-right{background:url(/public/static/web/right.jpg) no-repeat; width:30px; height:inherit; float:left;cursor:pointer;}
#spec-left img,#spec-right img{border-radius:5px;}
#spec-list{ width:325px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:109px; cursor:pointer;}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:90px; height:90px;}

/*jqzoom*/
.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:400px;background:url(/public/static/web/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list{ position:relative; width:432px; margin-right:6px;}
#spec-list div{margin-top:0;margin-left:0px; margin-left:0px;}