/*  */
.show_js_pro{ padding:10px; border:1px #ccc solid;}
.show_js_pro h5 {font-size:20px; font-weight:500;}
.show_js_pro .input-text{}
.show_js_pro .form-control{}
.show_js_pro .form-inline .form-group{ margin-bottom:10px;}
/* label标 签*/
.show_js_pro label,.show_js_pro .form-inline .form-group label{ font-weight:500; padding-right:20px;}
/*按钮 */
.show_js_pro .form-submit{ padding-left:20px; padding-right:20px; margin-left:50px;}
.show_js_pro .form-textarea{width:356px;height:200px;}
.show_js_pro .form-code{}
.show_js_pro{}
.show_js_pro{}
.show_js_pro{}
.show_js_pro{}
.show_js_pro{}
@media (max-width:768px){
	.show_js_pro .form-code{width:180px; float:left;}
	.show_js_pro .form-code label{display:none;}
	.show_js_pro .form-code .input-code{width:80px; float:left;}
	.show_js_pro .form-code #code_img{ margin-left:10px;}
	.show_js_pro .form-textarea{width:100%; max-height:150px;}
	.show_js_pro .form-submit{ float:right;}
}