/*询单*/
.inquiry-mask{position:fixed;top:0;left:0;z-index:10005;width:100%;height:100%;}
.p-details-mask{position:fixed;top:0;left:0;z-index:10004;width:100%;height:100%;background:#000;opacity:.6;filter:alpha(opacity=60);}
.inquiry-popups{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:95%;height:98%;max-width:450px;max-height:700px;background:#fff;}
.products-detail-popups-title{padding:10px 25px;background:#ffd76c;}
.products-detail-popups-title h5{font-size:18px;}
.products-detail-popups-title h5 span{font-size:14px;}
.del-mask{position:absolute;top:6px;right:5px;cursor:pointer;}
.del-mask i{color:#888;font-size:30px;}
.icon-delete{display:block;width:30px;height:30px;background:url(/static/img/delete.png) no-repeat;}
.inquiry-form{padding:20px 20px 15px;}
.inquiry-form span{color:#888;}
.ipt{margin:2px 0 8px;min-height:34px;border:1px solid #ddd;border-radius:2px;}
.ipt input,.ipt select{padding:0 10px;width:100%;height:32px;border:none;border-radius:4px;font-size:12px;vertical-align:middle;}
.ipt-small-con .float-left{width:49%;}
.margin-right12{margin-right:2%;}
.textarea-con-small{height:56px;}
.textarea-con-small textarea,.inquiry-con textarea{padding:5px 10px;width:100%;height:54px;border:none;border-radius:4px;}
.errorBox,.inquiry_errorBox{padding-bottom:10px;color:red;text-align:center;}
.green-black-btn{height:40px;border:none;border-radius:40px;background:#f38900;color:#222;font-weight:700;font-size:16px;line-height:40px;}
.green-black-btn:hover{color:#222;}
.btn-block{display:block;margin:0 auto;width:80%;}

.inquiry-con{max-width:450px;margin:0 auto;border:1px solid #ddd;font-size:14px;}
.inquiry-con .inquiry-title{
    padding: 20px 0 15px;
}
.inquiry-con textarea{height:150px;}

@media only screen and (max-width:480px){
	.inquiry-popups{max-height:650px}
	.inquiry-form{padding:8px 15px 5px;}
	.textarea-con-small{height:36px;}
	.textarea-con-small textarea{height:34px;}
}
