/*产品详情*/
.psmallpic {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.box .small_img{
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	max-width: 100%;
}
.product_left_box{
	width:50%;border-right:1px solid #eee;padding:10px;padding-right: 45px;
}
.info_pro_item{
	height: 24px;
	line-height: 24px;
	margin: 8px;
	font-size: 14px;
}
.info_pro_n{
	width: 100px;
	color: #666;
    
}
.btn-xunjia {
    width: 100px;
    height: 33px;
    display: inline-block;
    color: #fff;
    background: #e10000;
    border: 1px solid #eee;
    text-align: center;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e10000;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
    clear: both;
}
.btn-xunjia:hover{
	color: #fff;
    background: #b00;
}
#cover{
	width: 100%;
	height: 4000px;
	position: fixed;
	background: none 0% 0% repeat scroll rgb(0, 0, 0);
	opacity: 0.3;
	top: 0px;
	left: 0px;
	z-index: 10001;

}
#xunjia{
	position: fixed;
	z-index: 10001;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	opacity: 1;
	width: 600px;
	background: white;
	overflow:hidden;
	border:2px solid #eee;
}
