diff --git a/src/main/resources/templates/admin/project_approve.ftl b/src/main/resources/templates/admin/project_approve.ftl
index a937a23..5f26fcc 100644
--- a/src/main/resources/templates/admin/project_approve.ftl
+++ b/src/main/resources/templates/admin/project_approve.ftl
@@ -157,17 +157,17 @@
                                     <input type="hidden"  style="border-style:none;" name="id" id="id" value="${id!}"/>
                                 </tr>
                                 <tr class="am-text-nowrap">
-                                    <th class="table-title" colspan="1" >部门名称:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">部门名称:</span></th>
                                     <td class="table-title" colspan="2" ><input readonly value="${project.deptName!}"/></td>
-                                    <th class="table-title" colspan="1" >项目编号:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">项目编号:</span></th>
                                     <td class="table-title" colspan="2" ><input readonly value="${project.projectNo!}"/></td>
                                 </tr>
                                 <tr class="am-text-nowrap">
-                                    <th class="table-title" colspan="1" >项目名称:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">项目名称:</span></th>
                                     <td class="table-title" colspan="5" ><input readonly value="${project.name!}"/></td>
                                 </tr>
                                 <tr class="am-text-nowrap">
-                                    <th class="table-title" colspan="1" >项目类型:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">项目类型:</span></th>
                                     <td class="table-title" colspan="1" >
                                         <#if project.type??>
                                             <#if (project.type) =1>
@@ -181,13 +181,13 @@
                                             <input readonly value=""/>
                                         </#if>
                                     </td>
-                                    <th class="table-title" colspan="1" >项目计划开始时间:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">项目计划开始时间:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${(project.startDate?string("yyyy-MM-dd"))!}"/></td>
-                                    <th class="table-title" colspan="1" >项目计划结束时间:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">项目计划结束时间:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${(project.endDate?string("yyyy-MM-dd"))!}"/></td>
                                 </tr>
                                 <tr class="am-text-nowrap">
-                                    <th class="table-title" colspan="1" >垫资模式:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">垫资模式:</span></th>
                                     <td class="table-title" <#if project.underwrittenMode! == 2> colspan="5" <#else> colspan="1" </#if> >
                                         <#if project.underwrittenMode??>
                                             <#if (project.underwrittenMode) =1>
@@ -204,7 +204,7 @@
                                         </#if>
                                     </td>
                                     <#if project.underwrittenMode! == 1>
-                                        <th class="table-title" colspan="1" >合作对象:</th>
+                                        <th class="table-title" colspan="1" ><span style="font-size: 15px">合作对象:</span></th>
                                         <td class="table-title" colspan="3" ><input readonly value="${project.collaborator!}"/>
                                         <#if project.collaboratorUrl?? && project.collaboratorUrl != "">
                                             <div class="am-form-file am-text-xs">
@@ -218,32 +218,32 @@
                                         </td>
                                     </#if>
                                     <#if project.underwrittenMode! gt 2>
-                                        <th class="table-title" colspan="1" >垫资利息:</th>
+                                        <th class="table-title" colspan="1" ><span style="font-size: 15px">垫资利息:</span></th>
                                         <td class="table-title" colspan="1" ><input readonly value="${Utils.format(project.advanceInterestAmount)}元" /></td>
-                                        <th class="table-title" colspan="1" >垫资峰值:</th>
+                                        <th class="table-title" colspan="1" ><span style="font-size: 15px">垫资峰值:</span></th>
                                         <td class="table-title" colspan="1" ><input readonly value="${Utils.format(project.advancePeakAmount)}元" /></td>
                                     </#if>
                                 </tr>
                                 <tr class="am-text-nowrap">
-                                    <th class="table-title" colspan="1" >合同金额:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">合同金额:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${Utils.format(project.contractAmount)}元"/></td>
-                                    <th class="table-title" colspan="1" >项目毛利:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">项目毛利:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${Utils.format(project.grossProfit)}元" /></td>
-                                    <th class="table-title" colspan="1" >项目毛利率:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">项目毛利率:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${Utils.format(project.grossProfitMargin)}%" /></td>
                                 </tr>
                                 <tr class="am-text-nowrap">
-                                    <th class="table-title" colspan="1" >汇智产品金额:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">汇智产品金额:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${Utils.format(project.huizhiProductAmount, '0.00')}元"/></td>
-                                    <th class="table-title" colspan="1" >华智产品金额:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">华智产品金额:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${Utils.format(project.huazhiProductAmount, '0.00')}元"/></td>
-                                    <th class="table-title" colspan="1" >华三产品金额:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">华三产品金额:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${Utils.format(project.huasanProductAmount, '0.00')}元"/></td>
                                 </tr>
                                 <tr class="am-text-nowrap">
-                                    <th class="table-title" colspan="1" >其他产品金额:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">其他产品金额:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${Utils.format(project.ziguangOtherAmount, '0.00')}元"/></td>
-                                    <th class="table-title" colspan="1" >项目把握度:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">项目把握度:</span></th>
                                     <td class="table-title" colspan="1" >
                                         <#if project.certainty??>
                                             <#if (project.certainty) =1>
@@ -257,11 +257,11 @@
                                             <input readonly value=""/>
                                         </#if>
                                     </td>
-                                    <th class="table-title" colspan="1" >行业场景应用:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">行业场景应用:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${project.industryScenario!}"/></td>
                                 </tr>
                                 <tr class="am-text-nowrap">
-                                    <th class="table-title" colspan="1" >项目解决方案:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">项目解决方案:</span></th>
                                     <td class="table-title" colspan="1" >
                                         <#if project.resolvePlan??>
                                             <#if (project.resolvePlan!) =1>
@@ -275,13 +275,13 @@
                                             <input readonly value=""/>
                                         </#if>
                                     </td>
-                                    <th class="table-title" colspan="1" >客户名称:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">客户名称:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${project.customer!}"/></td>
-                                    <th class="table-title" colspan="1" >最终用户名称:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">最终用户名称:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${project.terminalCustomer!}"/></td>
                                 </tr>
                                 <tr class="am-text-nowrap">
-                                    <th class="table-title" colspan="1" >价值及风险:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">价值及风险:</span></th>
                                     <td class="table-title" colspan="5" >
                                         <textarea rows="5" cols="20" style="border-style:none;background-color: white;" disabled="disabled"
                                         >${project.valueRisk!}</textarea>
@@ -311,15 +311,15 @@
                                     <input type="hidden"  style="border-style:none;" name="id" id="id" value="${id!}"/>
                                 </tr>
                                 <tr class="am-text-nowrap">
-                                    <th class="table-title" colspan="1" >项目负责人:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">项目负责人:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${project.principal!}"/></td>
-                                    <th class="table-title" colspan="1" >预计合同签订时间:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">预计合同签订时间:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${(project.contractTime?string("yyyy-MM-dd"))!}"/></td>
-                                    <th class="table-title" colspan="1" >项目计划招标时间:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">项目计划招标时间:</span></th>
                                     <td class="table-title" colspan="1" ><input readonly value="${(project.bidsTime?string("yyyy-MM-dd"))!}"/></td>
                                 </tr>
                                 <tr class="am-text-nowrap">
-                                    <th class="table-title" colspan="1" >是否二次合作:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">是否二次合作:</span></th>
                                     <td class="table-title" colspan="1" >
                                         <#if project.isSecond??>
                                             <#if (project.isSecond!) =1>
@@ -333,7 +333,7 @@
                                             <input readonly value=""/>
                                         </#if>
                                     </td>
-                                    <th class="table-title" colspan="1" >直签:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">直签:</span></th>
                                     <td class="table-title" colspan="3" >
                                         <#if project.signType??>
                                             <#if (project.signType!) =1>
@@ -347,20 +347,20 @@
                                     </td>
                                 </tr>
                                 <tr class="am-text-nowrap">
-                                    <th class="table-title" colspan="1" >主合同收款条款:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">主合同收款条款:</span></th>
                                     <td class="table-title" colspan="5" >
                                         <textarea rows="3" cols="20" style="border-style:none;background-color: white;" disabled="disabled"
                                         >${project.mainContractCollectionTerms!}</textarea>
                                     </td>
                                 </tr>
                                 <tr class="am-text-nowrap">
-                                    <th class="table-title" colspan="1" >主合同具体解决方案:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">主合同具体解决方案:</span></th>
                                     <td class="table-title" colspan="5" >
                                         <textarea rows="3" cols="20" style="border-style:none;background-color: white;" disabled="disabled"
                                         >${project.mainContractResolvePlan!}</textarea>
                                     </td>                                </tr>
                                 <tr class="am-text-nowrap">
-                                    <th class="table-title" colspan="1" >计收计划:</th>
+                                    <th class="table-title" colspan="1" ><span style="font-size: 15px">计收计划:</span></th>
                                     <td class="table-title" colspan="5" >
                                         <textarea rows="3" cols="20" style="border-style:none;background-color: white;" disabled="disabled"
                                         >${project.calculationCollection!}</textarea>
diff --git a/src/main/resources/templates/admin/project_budget_edit.ftl b/src/main/resources/templates/admin/project_budget_edit.ftl
index 7d27b87..be797c6 100644
--- a/src/main/resources/templates/admin/project_budget_edit.ftl
+++ b/src/main/resources/templates/admin/project_budget_edit.ftl
@@ -217,27 +217,27 @@
                             <input type="hidden"  style="border-style:none;" name="id" id="id" value="${id!}"/>
                         </tr>
                         <tr class="am-text-nowrap">
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>部门名称:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">部门名称:</span></th>
                             <td class="table-title" colspan="2" ><input style="border-style:none;" readonly value="${project.deptName!}" /></td>
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目编号:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目编号:</span></th>
                             <td class="table-title" colspan="2" ><input style="border-style:none;" readonly value="${project.projectNo!}" /></td>
                         </tr>
                         <tr class="am-text-nowrap">
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目名称:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目名称:</span></th>
                             <td class="table-title" colspan="5" >
                                 <input type="text" id="name" style="border-style:none;" data-validate-async data-validation-message="请输入项目名称(1000字符以内)"
                                        name="name" placeholder="请输入项目名称(1000字符以内)" maxlength="1000" value="${project.name!}"  />
                             </td>
                         </tr>
                         <tr class="am-text-nowrap">
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目类型:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目类型:</span></th>
                             <td class="table-title" colspan="1" >
                                 <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="type" name="type" >
                                     <option value="1" <#if project.type=1>selected</#if>>工程集成类</option>
                                     <option value="2" <#if project.type=2>selected</#if>>设备集成类</option>
                                 </select>
                             </td>
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目计划开始时间:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目计划开始时间:</span></th>
                             <td class="table-title" colspan="1" >
                                 <#--                                    <i class="am-icon-calendar"></i>-->
                                 <input type="text" style="border-style:none;" id="startDate"
@@ -245,7 +245,7 @@
                                        value="${(project.startDate?string("yyyy-MM-dd"))!}" placeholder="项目计划开始时间"
                                        data-am-datepicker >
                             </td>
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目计划结束时间:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目计划结束时间:</span></th>
                             <td class="table-title" colspan="1" >
                                 <#--                                    <i class="am-icon-calendar"></i>-->
                                 <input type="text" style="border-style:none;" id="endDate"
@@ -255,7 +255,7 @@
                             </td>
                         </tr>
                         <tr class="am-text-nowrap">
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>垫资模式:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">垫资模式:</span></th>
                             <td class="table-title" colspan="1" >
                                 <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="underwrittenMode" name="underwrittenMode" onchange="changeCheck()">
                                     <option value="1" <#if project.underwrittenMode=1>selected</#if>>A类-不垫资(战略合作)</option>
@@ -265,7 +265,7 @@
                                 </select>
                             </td>
 
-                            <th class="table-title" colspan="1" id="coop1" <#if project.underwrittenMode! != 1>hidden</#if> ><span style="color: red;">*</span>合作对象:</th>
+                            <th class="table-title" colspan="1" id="coop1" <#if project.underwrittenMode! != 1>hidden</#if> ><span style="color: red;">*</span><span style="font-size: 15px">合作对象:</span></th>
                             <td class="table-title" colspan="3" id="coop2" <#if project.underwrittenMode! != 1>hidden</#if> >
                                 <div class="sameline">
                                     <input type="text" style="border-style:none;width: 50%;" data-validate-async data-validation-message="请输入合作对象"
@@ -291,13 +291,13 @@
                             </td>
 
 
-                            <th class="table-title" colspan="1" id="noUnder1" <#if project.underwrittenMode! <= 2>hidden</#if>><span style="color: red;">*</span>垫资利息:</th>
+                            <th class="table-title" colspan="1" id="noUnder1" <#if project.underwrittenMode! <= 2>hidden</#if>><span style="color: red;">*</span><span style="font-size: 15px">垫资利息:</span></th>
                             <td class="table-title" colspan="1" id="noUnder2" <#if project.underwrittenMode! <= 2>hidden</#if>>
                                 <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入垫资利息"
                                        name="advanceInterestAmount" id="advanceInterestAmount" placeholder="单位(元)" maxlength="16"
                                        value="${Utils.format(project.advanceInterestAmount)}" />
                             </td>
-                            <th class="table-title" colspan="1" id="noUnder3" <#if project.underwrittenMode! <= 2>hidden</#if>><span style="color: red;">*</span>垫资峰值:</th>
+                            <th class="table-title" colspan="1" id="noUnder3" <#if project.underwrittenMode! <= 2>hidden</#if>><span style="color: red;">*</span><span style="font-size: 15px">垫资峰值:</span></th>
                             <td class="table-title" colspan="1" id="noUnder4" <#if project.underwrittenMode! <= 2>hidden</#if>>
                                 <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入垫资峰值"
                                        name="advancePeakAmount" id="advancePeakAmount" placeholder="单位(元)" maxlength="16"
@@ -306,19 +306,19 @@
 
                         </tr>
                         <tr class="am-text-nowrap">
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>合同金额:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">合同金额:</span></th>
                             <td class="table-title" colspan="1" >
                                 <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入合同金额"
                                        name="contractAmount" id="contractAmount" placeholder="单位(元)" maxlength="16"
                                        value="${Utils.format(project.contractAmount)}" />
                             </td>
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目毛利:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目毛利:</span></th>
                             <td class="table-title" colspan="1" >
                                 <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入项目毛利"
                                        name="grossProfit" id="grossProfit" placeholder="单位(元)" maxlength="16"
                                        value="${Utils.format(project.grossProfit)}"  />
                             </td>
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目毛利率:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目毛利率:</span></th>
                             <td class="table-title" colspan="1" >
                                 <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入项目毛利率"
                                        name="grossProfitMargin" id="grossProfitMargin" placeholder="单位(%)" maxlength="16"
@@ -326,29 +326,29 @@
                             </td>
                         </tr>
                         <tr class="am-text-nowrap">
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>汇智产品金额:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">汇智产品金额:</span></th>
                             <td class="table-title" colspan="1" >
                                 <input type="text" class="number am-input" style="border-style:none;" data-validation-message="汇智产品金额"
                                        name="huizhiProductAmount" id="huizhiProductAmount" placeholder="单位(元)" maxlength="16" value="${Utils.format(project.huizhiProductAmount, "0.00")}" />
                             </td>
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>华智产品金额:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">华智产品金额:</span></th>
                             <td class="table-title" colspan="1" >
                                 <input type="text" class="number am-input" style="border-style:none;" data-validation-message="华智产品金额"
                                        name="huazhiProductAmount" id="huazhiProductAmount" placeholder="单位(元)" maxlength="16" value="${Utils.format(project.huazhiProductAmount, "0.00")}" />
                             </td>
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>华三产品金额:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">华三产品金额:</span></th>
                             <td class="table-title" colspan="1" >
                                 <input type="text" class="number am-input" style="border-style:none;" data-validation-message="华三产品金额"
                                        name="huasanProductAmount" id="huasanProductAmount" placeholder="单位(元)" maxlength="16" value="${Utils.format(project.huasanProductAmount, "0.00")}" />
                             </td>
                         </tr>
                         <tr class="am-text-nowrap">
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>其他产品金额:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">其他产品金额:</span></th>
                             <td class="table-title" colspan="1" >
                                 <input type="text" class="number am-input" style="border-style:none;" data-validation-message="请输入其他产品金额"
                                        name="ziguangOtherAmount" id="ziguangOtherAmount" placeholder="单位(元)" maxlength="16" value="${Utils.format(project.ziguangOtherAmount, "0.00")}" />
                             </td>
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目把握度:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目把握度:</span></th>
                             <td class="table-title" colspan="1" >
                                 <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="certainty" name="certainty">
                                     <#if project.certainty??>
@@ -362,7 +362,7 @@
                                     </#if>
                                 </select>
                             </td>
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>行业场景应用:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">行业场景应用:</span></th>
                             <td class="table-title" colspan="1" >
                                 <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="industryScene" name="industryScene">
                                     <#if project.industryScene??>
@@ -400,7 +400,7 @@
                             </td>
                         </tr>
                         <tr class="am-text-nowrap">
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目解决方案:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目解决方案:</span></th>
                             <td class="table-title" colspan="1" >
                                 <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="resolvePlan" name="resolvePlan">
                                     <#if project.resolvePlan??>
@@ -414,13 +414,13 @@
                                     </#if>
                                 </select>
                             </td>
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>客户名称:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">客户名称:</span></th>
                             <td class="table-title" colspan="1" >
                                 <input type="text" class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入客户名称(1000字符以内)"
                                        name="customer" id="customer" placeholder="请输入客户名称(1000字符以内)" maxlength="1000"
                                        value="${project.customer!}"  />
                             </td>
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>最终用户名称:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">最终用户名称:</span></th>
                             <td class="table-title" colspan="1" >
                                 <input type="text" class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入最终用户名称(1000字符以内)"
                                        name="terminalCustomer" id="terminalCustomer" placeholder="请输入最终用户名称(1000字符以内)" maxlength="1000"
@@ -428,7 +428,7 @@
                             </td>
                         </tr>
                         <tr class="am-text-nowrap">
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>价值及风险:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">价值及风险:</span></th>
                             <td class="table-title" colspan="5" >
                                     <textarea rows="5" cols="20" id="valueRisk" name="valueRisk" maxlength="1000"
                                               class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入价值及风险"
@@ -446,20 +446,20 @@
                             <input type="hidden"  style="border-style:none;" name="id" id="id" value="${id!}"/>
                         </tr>
                         <tr class="am-text-nowrap">
-                            <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目负责人:</th>
+                            <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目负责人:</span></th>
                             <td class="table-title" colspan="1" >
                                 <input type="text" id="principal" class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入项目负责人"
                                        name="principal" placeholder="请输入项目负责人" maxlength="20"
                                        value="${project.principal!}" />
                             </td>
-                            <th class="table-title" colspan="1" >预计合同签订时间:</th>
+                            <th class="table-title" colspan="1" ><span style="font-size: 15px">预计合同签订时间:</span></th>
                             <td class="table-title" colspan="1" >
                                 <input type="text" class="am-form-field am-input-sm" style="border-style:none;" id="contractTime"
                                        name="contractTime" autocomplete="off"
                                        value="${(project.contractTime?string("yyyy-MM-dd"))!}" placeholder="预计合同签订时间"
                                        data-am-datepicker>
                             </td>
-                            <th class="table-title" colspan="1" >项目计划招标时间:</th>
+                            <th class="table-title" colspan="1" ><span style="font-size: 15px">项目计划招标时间:</span></th>
                             <td class="table-title" colspan="1" >
                                 <input type="text" class="am-form-field am-input-sm" style="border-style:none;" id="bidsTime"
                                        name="bidsTime" autocomplete="off"
@@ -468,7 +468,7 @@
                             </td>
                         </tr>
                         <tr class="am-text-nowrap">
-                            <th class="table-title" colspan="1" >是否二次合作:</th>
+                            <th class="table-title" colspan="1" ><span style="font-size: 15px">是否二次合作:</span></th>
                             <td class="table-title" colspan="1" >
                                 <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="isSecond" name="isSecond">
                                     <#if project.isSecond??>
@@ -482,7 +482,7 @@
                                     </#if>
                                 </select>
                             </td>
-                            <th class="table-title" colspan="1" >直签:</th>
+                            <th class="table-title" colspan="1" ><span style="font-size: 15px">直签:</span></th>
                             <td class="table-title" colspan="3" >
                                 <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="signType" name="signType">
                                     <#if project.signType??>
@@ -496,7 +496,7 @@
                             </td>
                         </tr>
                         <tr class="am-text-nowrap">
-                            <th class="table-title" colspan="1" >主合同收款条款:</th>
+                            <th class="table-title" colspan="1" ><span style="font-size: 15px">主合同收款条款:</span></th>
                             <td class="table-title" colspan="5" >
                                     <textarea rows="3" cols="20" id="mainContractCollectionTerms" name="mainContractCollectionTerms" maxlength="1000"
                                               class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入收款条款"
@@ -505,7 +505,7 @@
                             </td>
                         </tr>
                         <tr class="am-text-nowrap">
-                            <th class="table-title" colspan="1" >主合同具体解决方案:</th>
+                            <th class="table-title" colspan="1" ><span style="font-size: 15px">主合同具体解决方案:</span></th>
                             <td class="table-title" colspan="5" >
                                     <textarea rows="3" cols="20" id="mainContractResolvePlan" name="mainContractResolvePlan" maxlength="1000"
                                               class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入具体解决方案"
@@ -514,7 +514,7 @@
                             </td>
                         </tr>
                         <tr class="am-text-nowrap">
-                            <th class="table-title" colspan="1" >计收计划:</th>
+                            <th class="table-title" colspan="1" ><span style="font-size: 15px">计收计划:</span></th>
                             <td class="table-title" colspan="5" >
                                     <textarea rows="3" cols="20" id="calculationCollection" name="calculationCollection" maxlength="1000"
                                               class="am-input" style="border-style:none;" data-validate-async data-validation-message="按照开票金额及时间罗列计收计划"
diff --git a/src/main/resources/templates/admin/project_estimate_add.ftl b/src/main/resources/templates/admin/project_estimate_add.ftl
index 0b4d98b..c67bc64 100644
--- a/src/main/resources/templates/admin/project_estimate_add.ftl
+++ b/src/main/resources/templates/admin/project_estimate_add.ftl
@@ -53,27 +53,27 @@
                                 <input type="hidden"  style="border-style:none;" name="id" id="id" value="${id!}"/>
                             </tr>
                             <tr class="am-text-nowrap">
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>部门名称:</th>
-                                <td class="table-title" colspan="2" ><input class="table-inline" readonly value="${dept.name!}"/></td>
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目编号:</th>
-                                <td class="table-title" colspan="2" ><input class="table-inline" readonly value="保存后默认提供"/></td>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">部门名称:</span></th>
+                                <td class="table-title" colspan="2" style="vertical-align: middle;" ><input class="table-inline" readonly value="${dept.name!}"/></td>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目编号:</span></th>
+                                <td class="table-title" colspan="2" style="vertical-align: middle;" ><input class="table-inline" readonly value="保存后默认提供"/></td>
                             </tr>
                             <tr class="am-text-nowrap">
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目名称:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目名称:</span></th>
                                 <td class="table-title" colspan="5" >
                                     <input type="text" id="name" style="border-style:none;" data-validate-async data-validation-message="请输入项目名称(1000字符以内)"
                                     name="name" placeholder="请输入项目名称(1000字符以内)" maxlength="1000" value=""  />
                                 </td>
                             </tr>
                             <tr class="am-text-nowrap">
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目类型:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目类型:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="type" name="type" >
                                         <option value="1" >工程集成类</option>
                                         <option value="2" >设备集成类</option>
                                     </select>
                                 </td>
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目计划开始时间:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目计划开始时间:</span></th>
                                 <td class="table-title" colspan="1" >
 <#--                                    <i class="am-icon-calendar"></i>-->
                                     <input type="text" style="border-style:none;" id="startDate"
@@ -81,7 +81,7 @@
                                            value="" placeholder="项目计划开始时间"
                                            data-am-datepicker >
                                 </td>
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目计划结束时间:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目计划结束时间:</span></th>
                                 <td class="table-title" colspan="1" >
 <#--                                    <i class="am-icon-calendar"></i>-->
                                     <input type="text" style="border-style:none;" id="endDate"
@@ -91,7 +91,7 @@
                                 </td>
                             </tr>
                             <tr class="am-text-nowrap">
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>垫资模式:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">垫资模式:</span></th>
                                 <td class="table-title" colspan="1" id="spanMode" >
                                     <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="underwrittenMode" name="underwrittenMode" onchange="changeCheck()">
                                         <option value="1" >A类-不垫资(战略合作)</option>
@@ -101,7 +101,7 @@
                                     </select>
                                 </td>
 
-                                <th class="table-title" colspan="1" id="coop1" ><span style="color: red;">*</span>合作对象:</th>
+                                <th class="table-title" colspan="1" id="coop1" ><span style="color: red;">*</span><span style="font-size: 15px">合作对象:</span></th>
                                 <td class="table-title" colspan="3" id="coop2" >
                                     <div class="sameline">
                                         <input type="text" style="border-style:none;width: 50%;" data-validate-async data-validation-message="请输入合作对象"
@@ -127,13 +127,13 @@
                                 </td>
 
 
-                                <th class="table-title" colspan="1" id="noUnder1" hidden><span style="color: red;">*</span>垫资利息:</th>
+                                <th class="table-title" colspan="1" id="noUnder1" hidden><span style="color: red;">*</span><span style="font-size: 15px">垫资利息:</span></th>
                                 <td class="table-title" colspan="1" id="noUnder2" hidden>
                                     <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入垫资利息"
                                            name="advanceInterestAmount" id="advanceInterestAmount" placeholder="单位(元)" maxlength="16"
                                            value="" />
                                 </td>
-                                <th class="table-title" colspan="1" id="noUnder3" hidden><span style="color: red;">*</span>垫资峰值:</th>
+                                <th class="table-title" colspan="1" id="noUnder3" hidden><span style="color: red;">*</span><span style="font-size: 15px">垫资峰值:</span></th>
                                 <td class="table-title" colspan="1" id="noUnder4" hidden>
                                     <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入垫资峰值"
                                            name="advancePeakAmount" id="advancePeakAmount" placeholder="单位(元)" maxlength="16"
@@ -142,19 +142,19 @@
 
                             </tr>
                             <tr class="am-text-nowrap">
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>合同金额:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">合同金额:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入合同金额"
                                            name="contractAmount" id="contractAmount" placeholder="单位(元)" maxlength="16"
                                            value=""  />
                                 </td>
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目毛利:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目毛利:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入项目毛利"
                                            name="grossProfit" id="grossProfit" placeholder="单位(元)" maxlength="16"
                                            value=""  />
                                 </td>
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目毛利率:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目毛利率:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入项目毛利率"
                                            name="grossProfitMargin" id="grossProfitMargin" placeholder="单位(%)" maxlength="16"
@@ -162,29 +162,29 @@
                                 </td>
                             </tr>
                             <tr class="am-text-nowrap">
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>汇智产品金额:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">汇智产品金额:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <input type="text" class="number am-input" style="border-style:none;" data-validation-message="汇智产品金额"
                                            name="huizhiProductAmount" id="huizhiProductAmount" placeholder="单位(元)" maxlength="16" value="" />
                                 </td>
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>华智产品金额:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">华智产品金额:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <input type="text" class="number am-input" style="border-style:none;" data-validation-message="华智产品金额"
                                            name="huazhiProductAmount" id="huazhiProductAmount" placeholder="单位(元)" maxlength="16" value="" />
                                 </td>
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>华三产品金额:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">华三产品金额:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <input type="text" class="number am-input" style="border-style:none;" data-validation-message="华三产品金额"
                                            name="huasanProductAmount" id="huasanProductAmount" placeholder="单位(元)" maxlength="16" value="" />
                                 </td>
                             </tr>
                             <tr class="am-text-nowrap">
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>其他产品金额:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">其他产品金额:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <input type="text" class="number am-input" style="border-style:none;" data-validation-message="请输入其他产品金额"
                                            name="ziguangOtherAmount" id="ziguangOtherAmount" placeholder="单位(元)" maxlength="16" value="" />
                                 </td>
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目把握度:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目把握度:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="certainty" name="certainty">
                                         <option value="1" >A:项目成功率80%-100%</option>
@@ -192,7 +192,7 @@
                                         <option value="3" >C:项目成功率40%-60%</option>
                                     </select>
                                 </td>
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>行业场景应用:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">行业场景应用:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="industryScene" name="industryScene">
                                         <option value="1" >信息安全</option>
@@ -213,7 +213,7 @@
                                 </td>
                             </tr>
                             <tr class="am-text-nowrap">
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目解决方案:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目解决方案:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="resolvePlan" name="resolvePlan">
                                         <option value="1" >公共服务(智慧交通、雪亮工程、治安防控体系等)</option>
@@ -221,13 +221,13 @@
                                         <option value="3" >其他生态</option>
                                     </select>
                                 </td>
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>客户名称:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">客户名称:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <input type="text" class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入客户名称(1000字符以内)"
                                            name="customer" id="customer" placeholder="请输入客户名称(1000字符以内)" maxlength="1000"
                                            value=""  />
                                 </td>
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>最终用户名称:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">最终用户名称:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <input type="text" class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入最终用户名称(1000字符以内)"
                                            name="terminalCustomer" id="terminalCustomer" placeholder="请输入最终用户名称(1000字符以内)" maxlength="1000"
@@ -235,7 +235,7 @@
                                 </td>
                             </tr>
                             <tr class="am-text-nowrap">
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>价值及风险:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">价值及风险:</span></th>
                                 <td class="table-title" colspan="5" >
                                     <textarea rows="5" cols="20" id="valueRisk" name="valueRisk" maxlength="1000"
                                               class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入价值及风险"
@@ -256,20 +256,20 @@
                                 <input type="hidden"  style="border-style:none;" name="id" id="id" value="${id!}"/>
                             </tr>
                             <tr class="am-text-nowrap">
-                                <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目负责人:</th>
+                                <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目负责人:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <input type="text" id="principal" class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入项目负责人"
                                            name="principal" placeholder="请输入项目负责人" maxlength="20"
                                            value="" />
                                 </td>
-                                <th class="table-title" colspan="1" >预计合同签订时间:</th>
+                                <th class="table-title" colspan="1" ><span style="font-size: 15px">预计合同签订时间:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <input type="text" class="am-form-field am-input-sm" style="border-style:none;" id="contractTime"
                                            name="contractTime" autocomplete="off"
                                            value="" placeholder="预计合同签订时间"
                                            data-am-datepicker>
                                 </td>
-                                <th class="table-title" colspan="1" >项目计划招标时间:</th>
+                                <th class="table-title" colspan="1" ><span style="font-size: 15px">项目计划招标时间:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <input type="text" class="am-form-field am-input-sm" style="border-style:none;" id="bidsTime"
                                            name="bidsTime" autocomplete="off"
@@ -278,7 +278,7 @@
                                 </td>
                             </tr>
                             <tr class="am-text-nowrap">
-                                <th class="table-title" colspan="1" >是否二次合作:</th>
+                                <th class="table-title" colspan="1" ><span style="font-size: 15px">是否二次合作:</span></th>
                                 <td class="table-title" colspan="1" >
                                     <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="isSecond" name="isSecond">
                                         <option value="-1" ></option>
@@ -286,7 +286,7 @@
                                         <option value="2" >否</option>
                                     </select>
                                 </td>
-                                <th class="table-title" colspan="1" >直签:</th>
+                                <th class="table-title" colspan="1" ><span style="font-size: 15px">直签:</span></th>
                                 <td class="table-title" colspan="3" >
                                     <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="signType" name="signType">
                                         <option value="-1" ></option>
@@ -295,7 +295,7 @@
                                 </td>
                             </tr>
                             <tr class="am-text-nowrap">
-                                <th class="table-title" colspan="1" >主合同收款条款:</th>
+                                <th class="table-title" colspan="1" ><span style="font-size: 15px">主合同收款条款:</span></th>
                                 <td class="table-title" colspan="5" >
                                     <textarea rows="3" cols="20" id="mainContractCollectionTerms" name="mainContractCollectionTerms" maxlength="1000"
                                           class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入收款条款"
@@ -304,7 +304,7 @@
                                 </td>
                             </tr>
                             <tr class="am-text-nowrap">
-                                <th class="table-title" colspan="1" >主合同具体解决方案:</th>
+                                <th class="table-title" colspan="1" ><span style="font-size: 15px">主合同具体解决方案:</span></th>
                                 <td class="table-title" colspan="5" >
                                     <textarea rows="3" cols="20" id="mainContractResolvePlan" name="mainContractResolvePlan" maxlength="1000"
                                            class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入具体解决方案"
@@ -313,7 +313,7 @@
                                 </td>
                             </tr>
                             <tr class="am-text-nowrap">
-                                <th class="table-title" colspan="1" >计收计划:</th>
+                                <th class="table-title" colspan="1" ><span style="font-size: 15px">计收计划:</span></th>
                                 <td class="table-title" colspan="5" >
                                     <textarea rows="3" cols="20" id="calculationCollection" name="calculationCollection" maxlength="1000"
                                           class="am-input" style="border-style:none;" data-validate-async data-validation-message="按照开票金额及时间罗列计收计划"
diff --git a/src/main/resources/templates/admin/project_estimate_edit.ftl b/src/main/resources/templates/admin/project_estimate_edit.ftl
index c663215..4db2dbe 100644
--- a/src/main/resources/templates/admin/project_estimate_edit.ftl
+++ b/src/main/resources/templates/admin/project_estimate_edit.ftl
@@ -57,27 +57,27 @@
                         <input type="hidden"  style="border-style:none;" name="id" id="id" value="${id!}"/>
                     </tr>
                     <tr class="am-text-nowrap">
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>部门名称:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">部门名称:</span></th>
                         <td class="table-title" colspan="2" ><input class="table-inline" readonly value="${project.deptName!}" /></td>
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目编号:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目编号:</span></th>
                         <td class="table-title" colspan="2" ><input class="table-inline" readonly value="${project.projectNo!}" /></td>
                     </tr>
                     <tr class="am-text-nowrap">
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目名称:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目名称:</span></th>
                         <td class="table-title" colspan="5" >
                             <input type="text" id="name" style="border-style:none;" data-validate-async data-validation-message="请输入项目名称(1000字符以内)"
                                    name="name" placeholder="请输入项目名称(1000字符以内)" maxlength="1000" value="${project.name!}"  />
                         </td>
                     </tr>
                     <tr class="am-text-nowrap">
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目类型:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目类型:</span></th>
                         <td class="table-title" colspan="1" >
                             <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="type" name="type" >
                                 <option value="1" <#if project.type=1>selected</#if>>工程集成类</option>
                                 <option value="2" <#if project.type=2>selected</#if>>设备集成类</option>
                             </select>
                         </td>
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目计划开始时间:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目计划开始时间:</span></th>
                         <td class="table-title" colspan="1" >
                             <#--                                    <i class="am-icon-calendar"></i>-->
                             <input type="text" style="border-style:none;" id="startDate"
@@ -85,7 +85,7 @@
                                    value="${(project.startDate?string("yyyy-MM-dd"))!}" placeholder="项目计划开始时间"
                                    data-am-datepicker >
                         </td>
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目计划结束时间:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目计划结束时间:</span></th>
                         <td class="table-title" colspan="1" >
                             <#--                                    <i class="am-icon-calendar"></i>-->
                             <input type="text" style="border-style:none;" id="endDate"
@@ -95,7 +95,7 @@
                         </td>
                     </tr>
                     <tr class="am-text-nowrap">
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>垫资模式:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">垫资模式:</span></th>
                         <td class="table-title" colspan="1" >
                             <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="underwrittenMode" name="underwrittenMode" onchange="changeCheck()">
                                 <option value="1" <#if project.underwrittenMode=1>selected</#if>>A类-不垫资(战略合作)</option>
@@ -105,7 +105,7 @@
                             </select>
                         </td>
 
-                        <th class="table-title" colspan="1" id="coop1" <#if project.underwrittenMode! != 1>hidden</#if> ><span style="color: red;">*</span>合作对象:</th>
+                        <th class="table-title" colspan="1" id="coop1" <#if project.underwrittenMode! != 1>hidden</#if> ><span style="color: red;">*</span><span style="font-size: 15px">合作对象:</span></th>
                         <td class="table-title" colspan="3" id="coop2" <#if project.underwrittenMode! != 1>hidden</#if> >
                             <div class="sameline">
                                 <input type="text" style="border-style:none;width: 50%;" data-validate-async data-validation-message="请输入合作对象"
@@ -131,13 +131,13 @@
                         </td>
 
 
-                        <th class="table-title" colspan="1" id="noUnder1" <#if project.underwrittenMode! <= 2>hidden</#if>><span style="color: red;">*</span>垫资利息:</th>
+                        <th class="table-title" colspan="1" id="noUnder1" <#if project.underwrittenMode! <= 2>hidden</#if>><span style="color: red;">*</span><span style="font-size: 15px">垫资利息:</span></th>
                         <td class="table-title" colspan="1" id="noUnder2" <#if project.underwrittenMode! <= 2>hidden</#if>>
                             <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入垫资利息"
                                    name="advanceInterestAmount" id="advanceInterestAmount" placeholder="单位(元)" maxlength="16"
                                     value="${Utils.format(project.advanceInterestAmount)}" />
                         </td>
-                        <th class="table-title" colspan="1" id="noUnder3" <#if project.underwrittenMode! <= 2>hidden</#if>><span style="color: red;">*</span>垫资峰值:</th>
+                        <th class="table-title" colspan="1" id="noUnder3" <#if project.underwrittenMode! <= 2>hidden</#if>><span style="color: red;">*</span><span style="font-size: 15px">垫资峰值:</span></th>
                         <td class="table-title" colspan="1" id="noUnder4" <#if project.underwrittenMode! <= 2>hidden</#if>>
                             <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入垫资峰值"
                                    name="advancePeakAmount" id="advancePeakAmount" placeholder="单位(元)" maxlength="16"
@@ -146,19 +146,19 @@
 
                     </tr>
                     <tr class="am-text-nowrap">
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>合同金额:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">合同金额:</span></th>
                         <td class="table-title" colspan="1" >
                             <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入合同金额"
                                    name="contractAmount" id="contractAmount" placeholder="单位(元)" maxlength="16"
                                    value="${Utils.format(project.contractAmount)}" />
                         </td>
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目毛利:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目毛利:</span></th>
                         <td class="table-title" colspan="1" >
                             <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入项目毛利"
                                    name="grossProfit" id="grossProfit" placeholder="单位(元)" maxlength="16"
                                    value="${Utils.format(project.grossProfit)}"  />
                         </td>
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目毛利率:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目毛利率:</span></th>
                         <td class="table-title" colspan="1" >
                             <input type="text" class="number am-input" style="border-style:none;" data-validate-async data-validation-message="请输入项目毛利率"
                                    name="grossProfitMargin" id="grossProfitMargin" placeholder="单位(%)" maxlength="16"
@@ -166,29 +166,29 @@
                         </td>
                     </tr>
                     <tr class="am-text-nowrap">
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>汇智产品金额:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">汇智产品金额:</span></th>
                         <td class="table-title" colspan="1" >
                             <input type="text" class="number am-input" style="border-style:none;" data-validation-message="汇智产品金额"
                                    name="huizhiProductAmount" id="huizhiProductAmount" placeholder="单位(元)" maxlength="16" value="${Utils.format(project.huizhiProductAmount, "0.00")}" />
                         </td>
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>华智产品金额:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">华智产品金额:</span></th>
                         <td class="table-title" colspan="1" >
                             <input type="text" class="number am-input" style="border-style:none;" data-validation-message="华智产品金额"
                                    name="huazhiProductAmount" id="huazhiProductAmount" placeholder="单位(元)" maxlength="16" value="${Utils.format(project.huazhiProductAmount, "0.00")}" />
                         </td>
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>华三产品金额:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">华三产品金额:</span></th>
                         <td class="table-title" colspan="1" >
                             <input type="text" class="number am-input" style="border-style:none;" data-validation-message="华三产品金额"
                                    name="huasanProductAmount" id="huasanProductAmount" placeholder="单位(元)" maxlength="16" value="${Utils.format(project.huasanProductAmount, "0.00")}" />
                         </td>
                     </tr>
                     <tr class="am-text-nowrap">
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>其他产品金额:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">其他产品金额:</span></th>
                         <td class="table-title" colspan="1" >
                             <input type="text" class="number am-input" style="border-style:none;" data-validation-message="请输入其他产品金额"
                                    name="ziguangOtherAmount" id="ziguangOtherAmount" placeholder="单位(元)" maxlength="16" value="${Utils.format(project.ziguangOtherAmount, "0.00")}" />
                         </td>
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目把握度:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目把握度:</span></th>
                         <td class="table-title" colspan="1" >
                             <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="certainty" name="certainty">
                             <#if project.certainty??>
@@ -202,7 +202,7 @@
                             </#if>
                             </select>
                         </td>
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>行业场景应用:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">行业场景应用:</span></th>
                         <td class="table-title" colspan="1" >
                             <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="industryScene" name="industryScene">
                             <#if project.industryScene??>
@@ -240,7 +240,7 @@
                         </td>
                     </tr>
                     <tr class="am-text-nowrap">
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目解决方案:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目解决方案:</span></th>
                         <td class="table-title" colspan="1" >
                             <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="resolvePlan" name="resolvePlan">
                                 <#if project.resolvePlan??>
@@ -254,13 +254,13 @@
                                 </#if>
                             </select>
                         </td>
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>客户名称:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">客户名称:</span></th>
                         <td class="table-title" colspan="1" >
                             <input type="text" class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入客户名称(1000字符以内)"
                                    name="customer" id="customer" placeholder="请输入客户名称(1000字符以内)" maxlength="1000"
                                    value="${project.customer!}"  />
                         </td>
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>最终用户名称:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">最终用户名称:</span></th>
                         <td class="table-title" colspan="1" >
                             <input type="text" class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入最终用户名称(1000字符以内)"
                                    name="terminalCustomer" id="terminalCustomer" placeholder="请输入最终用户名称(1000字符以内)" maxlength="1000"
@@ -268,7 +268,7 @@
                         </td>
                     </tr>
                     <tr class="am-text-nowrap">
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>价值及风险:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">价值及风险:</span></th>
                         <td class="table-title" colspan="5" >
                                     <textarea rows="5" cols="20" id="valueRisk" name="valueRisk" maxlength="1000"
                                               class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入价值及风险"
@@ -290,20 +290,20 @@
                         <input type="hidden"  style="border-style:none;" name="id" id="id" value="${id!}"/>
                     </tr>
                     <tr class="am-text-nowrap">
-                        <th class="table-title" colspan="1" ><span style="color: red;">*</span>项目负责人:</th>
+                        <th class="table-title" colspan="1" ><span style="color: red;">*</span><span style="font-size: 15px">项目负责人:</span></th>
                         <td class="table-title" colspan="1" >
                             <input type="text" id="principal" class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入项目负责人"
                                    name="principal" placeholder="请输入项目负责人" maxlength="20"
                                    value="${project.principal!}" />
                         </td>
-                        <th class="table-title" colspan="1" >预计合同签订时间:</th>
+                        <th class="table-title" colspan="1" ><span style="font-size: 15px">预计合同签订时间:</span></th>
                         <td class="table-title" colspan="1" >
                             <input type="text" class="am-form-field am-input-sm" style="border-style:none;" id="contractTime"
                                    name="contractTime" autocomplete="off"
                                    value="${(project.contractTime?string("yyyy-MM-dd"))!}" placeholder="预计合同签订时间"
                                    data-am-datepicker>
                         </td>
-                        <th class="table-title" colspan="1" >项目计划招标时间:</th>
+                        <th class="table-title" colspan="1" ><span style="font-size: 15px">项目计划招标时间:</span></th>
                         <td class="table-title" colspan="1" >
                             <input type="text" class="am-form-field am-input-sm" style="border-style:none;" id="bidsTime"
                                    name="bidsTime" autocomplete="off"
@@ -312,7 +312,7 @@
                         </td>
                     </tr>
                     <tr class="am-text-nowrap">
-                        <th class="table-title" colspan="1" >是否二次合作:</th>
+                        <th class="table-title" colspan="1" ><span style="font-size: 15px">是否二次合作:</span></th>
                         <td class="table-title" colspan="1" >
                             <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="isSecond" name="isSecond">
                                 <#if project.isSecond??>
@@ -326,7 +326,7 @@
                                 </#if>
                             </select>
                         </td>
-                        <th class="table-title" colspan="1" >直签:</th>
+                        <th class="table-title" colspan="1" ><span style="font-size: 15px">直签:</span></th>
                         <td class="table-title" colspan="3" >
                             <select data-am-selected="{btnSize: 'sm',btnWidth: '80%',searchBox: 1}" id="signType" name="signType">
                                 <#if project.signType??>
@@ -340,7 +340,7 @@
                         </td>
                     </tr>
                     <tr class="am-text-nowrap">
-                        <th class="table-title" colspan="1" >主合同收款条款:</th>
+                        <th class="table-title" colspan="1" ><span style="font-size: 15px">主合同收款条款:</span></th>
                         <td class="table-title" colspan="5" >
                                     <textarea rows="3" cols="20" id="mainContractCollectionTerms" name="mainContractCollectionTerms" maxlength="1000"
                                               class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入收款条款"
@@ -349,7 +349,7 @@
                         </td>
                     </tr>
                     <tr class="am-text-nowrap">
-                        <th class="table-title" colspan="1" >主合同具体解决方案:</th>
+                        <th class="table-title" colspan="1" ><span style="font-size: 15px">主合同具体解决方案:</span></th>
                         <td class="table-title" colspan="5" >
                                     <textarea rows="3" cols="20" id="mainContractResolvePlan" name="mainContractResolvePlan" maxlength="1000"
                                               class="am-input" style="border-style:none;" data-validate-async data-validation-message="请输入具体解决方案"
@@ -358,7 +358,7 @@
                         </td>
                     </tr>
                     <tr class="am-text-nowrap">
-                        <th class="table-title" colspan="1" >计收计划:</th>
+                        <th class="table-title" colspan="1" ><span style="font-size: 15px">计收计划:</span></th>
                         <td class="table-title" colspan="5" >
                                     <textarea rows="3" cols="20" id="calculationCollection" name="calculationCollection" maxlength="1000"
                                               class="am-input" style="border-style:none;" data-validate-async data-validation-message="按照开票金额及时间罗列计收计划"