@charset "utf-8";

.pro-bigpic{width:420px;height:420px;display: flex;
justify-content: center;
flex-direction: column;}
.pro-bigpic img{width:100%;}
.pro-param{margin-left:488px;text-align:left;}
.goods-title{width:100%;height:42px;line-height:42px;border-bottom:1px dashed #ccc;
	text-align:left;font-size:18px;color:#333;margin-bottom:30px;overflow: hidden;
}
.pro-param p{line-height:40px;font-size:14px;width: 50%;float: left;display: block;}
.pro-param p del{text-decoration: line-through;color:#888;font-size:16px;padding:0 10px;}
.pro-param p strong{color:#fd734f;font-size:18px;padding:0 10px;}
.pro-param button{width:150px;height:36px;line-height:36px;background-color:#FD734F;
	color:#ffffff;font-size:14px;border:none;border-radius:3px;margin-top:30px;
}
.pro-param a.jrgwc{width:150px;height:36px;line-height:36px;background-color:#FD734F;
	color:#ffffff;font-size:14px;border:none;border-radius:3px;margin-top:30px;display: block;text-align: center;float: left;
	cursor: pointer;
}
.pro-param input{width:50px;height:18px;line-height:18px;border:1px solid #bbbbbb;padding:2px 5px;text-align:center;
	border-radius: 3px;margin:0 10px;
}
.pro-param .quantity{margin-top:50px;width: 100%;float: left;}

.pro-title{width:100%;height:42px;border-bottom:1px solid #e2e2e2;margin-top:30px;}
.pro-title-txt{    
	color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
    height: 42px;
    margin-top: 1px;
    border-bottom: 1px dotted #000;
	background: none;
	border-radius: 0px;
}
.pro-detail{width:100%;height:auto;min-height:200px;margin:15px auto;}
.pro-detail p{line-height:30px;}
.pro-detail img{display: block;margin:0 auto;}

.pro-xgms{
	width:100%;
	height:auto;
	text-align: left;
	font-size: 16px;
	/* border: 1px solid red; */
	box-sizing: border-box;
	padding: 10px;
	background: #dcdcdc;
}


