.btn-primary:hover{ color: #fff; }
.btn-revise:visited{ color: #fff; }
/*input基本样式*/
/*label宽度比较长的*/
.inputWidebox
{
	width: 90%;
    height: auto;
    padding: 40px 50px;
    margin: 0 auto;
}

.inputWidebox b{width: calc(100% - 170px);  height: 30px;line-height: 30px; display: block; }
.input-normal {margin-bottom:20px;}
.input-normal label{ width: 160px; display: inline-block; text-align: right; font-weight: normal; float: left; line-height: 30px; margin-right: 5px; font-size: 13px; }
.input-normal span{ color: #ff0000; }
.input-normal sup{ top: 0; margin: 0px 0 0 5px; line-height: 30px; }
.input-normal input[type='checkbox']{ width: 15px;height: 15px; vertical-align: text-bottom; }
.input-normal input[type='radio']{ width: 15px;height: 19px; vertical-align: text-bottom; }
.input-normal input, .input-normal select, .input-normal textarea
{
	width: calc(100% - 170px);
    height: 30px;
    border: 1px solid #B9D1E0;
    border-radius: 3px;
    text-indent: 4px; font-size: 13px;
    padding: 0 8px;
  
}
.input-normal textarea{ min-height: 80px; }
/*label宽度比较长的结束*/


/*input基本样式*/
/*弹框里面label宽度比较短的样式*/
.inputPop
{
	width: 90%;
    height: auto;
    padding: 40px 50px;
    margin: 0 auto;
}
.input-frame {margin-bottom:20px;}
.input-frame label{ width: 90px; display: inline-block; text-align: right; font-weight: normal; float: left; line-height: 30px; margin-right: 5px; font-size: 13px; }
.input-frame span{ color: #ff0000; line-height: 30px; }
.input-frame b{ font-weight:bold;line-height: 30px; }
.input-frame input, .input-frame select, .input-frame textarea
{
	width: calc(100% - 100px);
    height: 30px;
    border: 1px solid #B9D1E0;
    border-radius: 3px;
    text-indent: 4px; font-size: 13px;
    padding: 0 8px;
  
}
.input-normal textarea{ min-height: 80px; }
/*label宽度比较长的结束*/
.product_img{width: calc(100% - 170px); display: inline-block;}
.uploader{ display: inline-block; margin-right: 10px; }

/*按钮样式*/
.button-normal{width:100%;;margin:10px auto 30px auto;font-size:12px; text-align: center;}
.button-normal button{
	padding: 4px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    background: #F2F3F7;
    border:1px solid #C4C6CF;
    cursor: pointer;
    margin-right: 10px;
    color: #666;
}
.button-normal button:hover{ border-color: #bbc7ff; background:#F2F3F7 ; color: #666; }

.button-normal button.submit-color{ background: #ff6600; color: #fff; border:1px solid #eb4900; vertical-align: top; }


/*表格的头部*/
.title-menutable {
    width: 100%;
    margin: 0 auto;
    background: #f7f8fa;
    border: 1px solid #E6E7EB;height: 40px; line-height: 40px;
}
.title-menutable { margin:0;}
.title-menutable li{
	/*line-height: 50px;*/
	text-align: left; padding: 0 10px;
	    display: table-cell;
	font-size: 12px; font-weight: 700;
}

/*添加产品表格列表*/
.list-menutable{ min-height: 34px; margin:0; border: 1px solid #E6E7EB; border-top: none; padding: 10px 0;}
.list-menutable li{ display: table-cell;text-align: left; font-size: 12px; padding: 2px 10px; color: #666; font-weight: normal; }
.list-menutable li p{ margin:0;  color: #666; height: 22px; line-height: 22px;}
.list-menutable li input{ border:1px solid #cbd4e1; border-radius: 4px; height: 26px; }
/*搜索框样式*/
.col-search{ width: 97%; font-size: 12px;margin: 15px 0 15px 15px;}
.col-search .form-group span{ margin-left: 4px; }
.col-search .form-group input, .col-search .form-group select{width:180px; display: inline-block; height: 26px; font-size: 12px; padding: 2px 5px; }

/*一般贸易新订单详情*/
.basic_infor{ width:98%; margin-top: 20px; padding: 0 15px; }
.basic_infor ul { margin:15px; }
.basic_infor ul li{ width: 100%; font-size: 14px; line-height: 28px; }
.basic_infor ul li label{ width: 80px;display: inline-block; font-weight: normal; text-align: right; margin-right: 10px; }
.basic_infor ul li span{ font-weight: bold; }

.content_center_add{ width: 100%; text-align: right; line-height: 40px; padding-right:11%; }
.content_center_add p { color: #ff0000; font-size: 14px; cursor: pointer; }
/*本单联系人点击详情出现的*/
.detailInfor{display:none;width:100%; padding:10px;background:#F5F7FA;color:#868686;line-height:24px;text-indent:5px; margin-top: 5px;}
.detailInfor  ul li{ width:49%;display: inline-block; }
.detailInfor  ul li span{ color: #333; font-weight: bold; }

/*input-normal下多个label*/

.input-normal .normal-under{ width: 100%; }
.input-normal .normal-under label{ float: none; width: auto; text-align: left; }



.traders_add{ width: 100%; font-size: 14px; }
.traders_add p{ cursor: pointer; width: 40%;  margin-top: 10px;display: inline-block; }

.del_lipro{ width: 15px; height: 15px; text-align: center; color: #fff; background: #ff0000; border-radius: 50%; cursor: pointer; }