@charset "utf-8";
/* CSS Document */
body,p,ul,li,h1,h2,h3,h4,h5,dl,dt,dd{ margin:0; padding:0; font-family:"微软雅黑";}
body{font-size:13px;}
img{ border:none;}
 a{ color:#555555; text-decoration:none;}
 a:hover{ color:#247bcc; }
.a_blue{ color:#0088cc; text-decoration:none;}
.a_blue:hover{ text-decoration:underline;}


.top{ background-color:#434343; height:30px; line-height:30px;}
.top_lit{ width:1000px; margin:0 auto; padding:0}
.top_lit ul{ list-style:none;}
.top_lit ul li{ float:left;}

.top_lit .left{ float:left; margin-right:200px;}/*2014-12-2*/
.top_lit  .left li{ display:inline-block;}
.top_lit .rig{ float:left; color:#b8b8b8;}
.top_lit .rig li{ display:inline-block; margin-right:23px;}
.top_lit ul .imp{ font-size:20px; font-style:italic; color:#ffffff;}
.top_lit ul .imp_lit{ color:#ffffff;}
.top a{ text-decoration:none; color:#b8b8b8;}
.top a:hover{ color:#06d5ed;}

/* 菜单 */
.nav{ background-color:#0e93cc; border-bottom:5px #045477 solid; height:75px; line-height:75px;}
.nav .nav_lit{ width:1000px; margin:0 auto; padding:0;}
.nav .nav_lit .logo{ float:left; margin-right:10px;}  /*margin-right:310px-->170px hao_jp 修改 2015-07-02 || 170px-->10px huangzeshun 修改 2017-9-11*/
.nav .nav_lit .menu{ float:left;}
.nav .nav_lit .menu ul{ list-style:none;}

.nav .nav_lit .menu ul li{display:inline-block; padding-right:59px; float:left;}
.nav .nav_lit .menu .a1{ text-decoration:none; color:#FFF; font-size:16px; border-bottom:5px #f3ffb4 solid; padding-bottom:20px;}
.nav .nav_lit .menu .a2{ text-decoration:none; color:#FFF; font-size:16px;}

.sub_nav{ background-image:url(/front/images/sub_nav_back.png); background-repeat:repeat-x; height:35px; line-height:35px; border-bottom:1px #9fb3bc solid;}
.sub_nav .sub_nav_lit{ width:1000px; margin:0 auto;}
.sub_nav .sub_nav_lit ul{ 
	list-style:none;
	float: left;
    height: 35px;
    line-height: 35px;
    list-style: outside none none;
}
.sub_nav .sub_nav_lit ul li{display:inline-block; padding-right:40px; text-align:center; float:left;}
.sub_nav .sub_nav_lit .a1{ text-decoration:none; color:#000000; padding:4px 12px; background-color:#b6ddfa; }
.sub_nav .sub_nav_lit .a2{ color:#545454;}


/* 底 */
.bottom{ height:70px; line-height:70px; background-image:url(/front/images/bottom_back.png); background-repeat:repeat-x; text-align:center; font-size:12px; color:#2f577a; margin-bottom:10px; margin-top:8px;}


/*数据页面*/
.date{ background-color:#FFF; width:1000px; margin:10px auto; padding:20px 0;}/*2014-9-1*/
/*.date{border-left:1px #d1d7de solid;  border-right:1px #d1d7de solid; border-bottom:1px #aeb3b9 solid; background-color:#FFF; width:960px; margin:10px auto; padding:20px 20px;}*/
/*tab*/
.date .title{ border-bottom:2px #9fb2bb solid; height:38px; line-height:38px; overflow:hidden;}
.date .title .h2{ font-size:17px; float:left; width:160px; font-weight:bold;}
.date .title .tab{ float:left; width:840px; font-size:12px; text-align:right; margin-top:6px;}/*2014-11-11*/
.date .title .tab .tab_current{padding:5px 12px; background-color:#fff; color:#555555; border-top:#e1e1e1 1px solid; border-left:#e1e1e1 1px solid; border-right:#e1e1e1 1px solid;}
.date .title .tab .tab_no_current{ padding:5px 12px; background-color:#e9f0f6; color:#555555; border-top:#e1e1e1 1px solid; border-left:#e1e1e1 1px solid; border-right:#e1e1e1 1px solid;}
/*无tab标题*/
.date h4{ border-bottom:2px #9fb2bb solid; font-size:17px; padding-bottom:8px;}
.date h5{ color:#555555; font-size:14px; margin-bottom:15px;}
.date h3{ background-image:url(/front/images/circle.png); background-repeat:no-repeat; padding-left:18px;  font-weight:650; margin:30px 0;}
/*搜索*/
.search{ background-color:#fbfdff; padding:0 20px; border-bottom:1px #cbdaea solid;}
.search .text{background-color:#ffffff; border:1px solid #a1bad5;  padding:5px 4px; margin-top:9px;}/*修改垂直居中2014-9-9*/
.search .sel{ border:1px solid #b8cbd2; padding:4px 4px; margin-top:6px; }/*列表框*/
.search .selgroup{ border:1px solid #b8cbd2; padding:4px 4px; margin-top:6px;width: 115px; }/*列表框*/
.search .button{background: url(/front/images/btn_back.png ) repeat-y top left; background-image:url(/front/images/btn_back.png); width:75px; height:30px; line-height:30px; text-align:center; color:#FFF; border:none; font-weight:bold; font-size:14px;}
.search table td{ padding:0 2px; border:none; height:45px; line-height:45px;}/*修改垂直居中2014-11-11*/
.search table .blue{ background-color:#2185da; padding:3px 8px; color:#FFF; margin-right:20px;}
.search table .interval{ margin-right:20px; color:#555555;}
/*虚线*/
.line{ border-bottomf:none; text-align:right; padding-top:6px; margin-bottom:6px;}
.line .line_left{ float:left; width:800px; text-align:left;}
.line .line_rig{ float:left; width:200px; text-align:right;}
/*表格*/
.date table a{ color:#156ccb;}
.date th{ background-color:#f8f8f8; border-bottom:#dcdcdc 1px solid; border-top:#dcdcdc 1px solid; height:35px; line-height:35px;  padding-left:20px; text-align:left;}
.date td{ padding:10px 4px 10px 20px;  color:#555555; vertical-align:top;border-bottom:#d7d7d7 1px solid;}
.date .tr{ background-color:#fdfdfd;}
.date .small_line{color:#d7d7d7; margin:0 4px;}
.date table p{ line-height:24px;}
/*表单*/
.date .page_content{ padding:30px;}

/**/
/*翻页*/
.page{ padding:20px 0 8px; text-align:right;  border-top:1px #d7d7d7 solid;}
.page span{ padding:0 8px;}
.page .page_btn{background-color:#f1f4f7; border:1px solid #b8cbd2; height:22px; line-height:22px; width:35px; text-align:center; color:#000; font-size:16px;}
.page  a{ color:#156ccb;}


/*表格中数据操作（多个操作）*/
#op_close{ margin-top:5px;}
#op_open{border:1px #a4b7be solid; color:0088cc; width:90px; margin-top:5px;}
#op_open ul{ list-style:none;}
#op_open ul li{list-style:none;}
#op_open a{ padding:1px 6px; display:inline-block; }
#op_open a:hover{background-color:#fa9b3d; color:#FFF; width:78px;  }

/*表格中数据操作(只有一个操作）*/
.a_single:hover{ background-color:#fa9b3d; padding:2px 6px; border:1px #a4b7be solid; color:#FFF;}
/*表格中数据操作*/

/*会生活交易——详细*/
#live_pop{ background-image:url(/front/images/pop_up_back.png); width:245px; height:30px; padding-top:19px; padding-left:8px; padding-right:8px; text-align:left;}



/*手工业务上传的凭证管理*/
.hand_data{ background-color:#f4f6fa; float:left; margin-right:14px; padding-right:4px; margin-bottom:10px;  border:1px solid #b8cbd2;}
.hand_data .hand_data_op{ text-align:right;}
.hand_data .hand_data_name{ padding:5px 12px;}
/*手工业务上传的凭证管理*/




/*所有表单*/
.bd_form{}
.bd_form .page_content_txt{background-color:#f1f4f7; border:1px solid #b8cbd2; height:22px; line-height:22px; padding-left:4px; padding-right:4px; font-size:14px; font-family:"微软雅黑";}
.bd_form .page_content_sel{ border:1px solid #b8cbd2; height:26px; line-height:26px; font-size:14px; font-family:"微软雅黑" }/*列表框*/

.bd_form .page_content_txt_error{background-color:#f1f4f7; border:1px solid #ff0000; height:22px; line-height:22px; padding:2px 4px;}
.bd_form .btn{background: url(/front/images/btn_back.png ) repeat-y top left; background-image:url(/front/images/btn_back.png); width:75px; height:30px; line-height:30px; text-align:center; color:#FFF; border:none; font-size:14px; font-weight:bold;}
.bd_form .btn_big{background: url(/front/images/big_btn_back.png ) repeat-y top left; background-image:url(/front/images/big_btn_back.png); width:130px; height:30px; line-height:30px; text-align:center; color:#FFF; border:none; font-size:14px; font-weight:bold;}
.bd_form table{ font-size:14px;}
.bd_form table th{ border:none;  text-align:right; padding:10px 8px;}
.bd_form table td{ padding:10px 8px; border:none;}
.bd_form p{ padding:2px 0;}


/*表格行间距小。比如：添加/修改操作员等磁面2014-9-3*/

.lit_row{background-color:#fbfbfb; width:720px; margin:0 auto; padding:20px 40px; border:1px #ececec solid;　font-size:14px;}
.lit_row h4{ border-bottom:2px #9fb2bb solid; font-size:16px; padding-bottom:8px; margin-bottom:25px; padding-top:10px;}

.lit_row .lit_row_txt{ border:1px solid #b8cbd2; height:22px; line-height:22px; padding-left:4px; padding-right:4px; font-size:14px; font-family:"微软雅黑"; width:180px; font-size:14px;}
.lit_row .lit_row_txt_spe{ border:1px solid #b8cbd2; height:22px; line-height:22px; padding-left:4px; padding-right:4px; font-size:14px; font-family:"微软雅黑"; width:220px; font-size:14px;}
.lit_row .lit_row_txt_error{border:1px solid #ff0000; height:22px; line-height:22px; padding-left:4px; padding-right:4px; width:180px;}
.lit_row .lit_row_sel{ border:1px solid #b8cbd2; height:26px; line-height:26px; font-size:14px; font-family:"微软雅黑" }/*列表框*/
.lit_row .lit_error_msg{ background-image:url(/front/images/error.png); background-color:#fff5f5; color:#F00; padding:4px 8px 4px 22px; background-repeat:no-repeat;}/*表单中的错误提示*/
.lit_row .lit_row_btn{background: url(/front/images/btn_back.png ) repeat-y top left; background-image:url(/front/images/btn_back.png); width:75px; height:30px; line-height:30px; text-align:center; color:#FFF; border:none; font-size:14px; font-weight:bold;}
.lit_row .lit_row_btn_big{background: url(/front/images/big_btn_back.png ) repeat-y top left; background-image:url(/front/images/big_btn_back.png); width:130px; height:30px; line-height:30px; text-align:center; color:#FFF; border:none; font-size:14px; font-weight:bold;}
.lit_row table{ font-size:14px;}
.lit_row table th{ border:none;  text-align:right; padding:8px; }
.lit_row table .th{background-color:#f8f8f8; border-bottom:#dcdcdc 1px solid; border-top:#dcdcdc 1px solid; height:35px; line-height:35px;  padding-left:10px; text-align:left; }
.lit_row table td{ padding:8px; border:none;}
.lit_row table .td{border-bottom:#d7d7d7 1px solid;}
.lit_row table .tr{ background-color:#FFF;}







.btn{ background-image:url(/front/images/btn_back.png); width:75px; height:30px; line-height:30px; text-align:center; color:#FFF; border:none; font-size:14px; font-weight:bold;}
.btn2{ background-image:url(/front/images/btn_back.png); width:100px; height:30px; line-height:30px; text-align:center; color:#FFF; border:none; font-size:14px; font-weight:bold;}



/*页面调查2014－11－26*/
.servey_all{ width:187px;  float:right; right: 3px;  position:fixed;   top:226px;  cursor: pointer;}
.servey_all .servey{ width:160px; cursor: pointer; float:right; }
.servey_all .servey_cont{border:1px #d5d5d5 solid; background-color:#FFF; padding:6px 6px;}
.servey_all h2{ font-weight:normal; margin-bottom:6px; font-size:13px;}
.servey_all .txt{ background-color:#ffffff; border:1px solid #a1bad5; height:20px; line-height:20px; padding:2px 4px; width:136px;}
.servey_all .btn{ background-image:url(/front/images/submit.png); height:23px; line-height:23px; width:64px; color:#FFF; text-align:center; border:none;}
.servey_all p{ padding:4px 0;} 
.servey_all .servey_left{ width:25px; background-color:#aacd06; color:#FFF; font-size:14px; text-align:center; float:right; padding:7px 1px;}


/*提示框*/
.prompt_all{ width:440px; border:4px #879c65 solid; padding:4px 0; background-color:#FFF;}
.prompt_all .pro_title{  border-bottom:1px #879c65 solid; padding:6px 8px;}
.prompt_all .pro_title .pro_title_h2{ font-size:16px; float:left; width:400px;}
.prompt_all .pro_cont{ text-align:center; font-size:16px; padding:20px 0 10px;}
.prompt_all .pro_cont p{ margin-bottom:14px;}
.prompt_all .pro_cont p .right{ background-image:url(/front/images/prompt_right.png); background-repeat:no-repeat; background-position:left; padding-left:32px; padding-top:4px; padding-bottom:4px;}
.prompt_all .pro_cont p .wrong{ background-image:url(/front/images/prompt_wrong.png); background-repeat:no-repeat; background-position:left; padding-left:32px; padding-top:4px; padding-bottom:4px;}
.prompt_all .pro_cont p .warning{ background-image:url(/front/images/prompt_warning.png); background-repeat:no-repeat; background-position:left; padding-left:32px; padding-top:4px; padding-bottom:4px;}
.prompt_all .pro_cont p .revoke{ text-align:center; padding-top:4px; padding-bottom:4px;}
/*提示框*/
/*2014-11-7支付密码提示框*/
.zf_all{ width:440px; border:4px #2484d1 solid; padding:4px 0; background-color:#FFF;}
.zf_all .pro_title{  border-bottom:1px #2484d1 solid; padding:6px 8px;}
.zf_all .pro_title .pro_title_h2{ font-size:16px; float:left; width:400px;}
.zf_all .pro_cont{ text-align:center; font-size:16px; padding:20px 0 10px;}
.zf_all .pro_cont p{ margin-bottom:14px;}
/*2014-11-7支付密码提示框*/

/*操作结果——成功*/
.op_success{ border:1px #879c65 solid;}
.op_success .op_success_top{ background-color:#edffcc; border-bottom:1px #879c65 dashed; padding-bottom:15px;}
.op_success .op_success_top h2{ background-image:url(/front/images/op_success.png); background-repeat:no-repeat; background-position:left; padding:20px 8px 16px 50px; font-size:18px; margin-left:110px; font-weight:normal; margin-bottom:6px; border:none;}
.op_success .op_success_top p{margin-left:160px; font-size:14px; color:#666666; line-height:28px; margin-right:20px;}/*2014-12-25*/
.op_success .op_success_bot{ height:100px; line-height:100px; margin-left:160px;}

/*操作结果——失败*/
.op_success .op_success_top .failure{background-image:url(/front/images/op_wrong.png); background-repeat:no-repeat; background-position:left; padding:20px 8px 16px 50px; font-size:18px; margin-left:110px; font-weight:normal; margin-bottom:6px;}

.op_success .op_success_top h3{background-image:url(/front/images/op_wrong.png); background-repeat:no-repeat; background-position:left; padding:20px 8px 16px 50px; font-size:18px; margin-left:110px; font-weight:normal; margin-bottom:6px;}



/*公告*/
.d_title{ font-size:18px; padding-bottom:20px;  font-weight:bold; margin-bottom:6px;}
.notice_title{ text-align:center; font-size:16px; margin-bottom:15px; }
.notice_lit_title{ text-align:center; color:#999999; border-bottom:1px #d7d7d7 solid; padding-bottom:8px; margin-bottom:25px; }
.notice_p{ text-indent:34px;  line-height:34px;}
.lit_row .ul{ list-style:none;}
.lit_row .ul .li{ list-style:none; border-bottom:1px #d7d7d7 dashed; height:30px; line-height:30px; padding-left:4px; padding-top:8px; padding-bottom:8px;}
.lit_row .ul .li .li_left{ width:800px; float:left; display:inline-block; margin-right:10px; font-size:14px;}
.lit_row .ul .li .li_right{ float:left; display:inline-block; width:84px; text-align:right; color:#999;}


/*系统消息*/
.sys_notice{}
.s_title{ font-size:18px; padding-bottom:20px;  font-weight:bold; margin-bottom:6px;}
.s_table{}
.s_table .s_td{ font-size:15px; border-bottom:#d7d7d7 1px solid; color:#969694; padding:14px;}




/*交易查询*/
.trad_money{ width:91px;  display:inline-block;}/*交易金额*/
.trad_money_hand{ width:80px; display:inline-block;}/*手续费*/
.money_rig{ text-align:right;}/*金额靠右对齐*/
.s_f_number{ width:45px;  display:inline-block; text-align:center;}/*批次号、流水号*/
.final{ display:inline-block; width:63px;}/*终端号*/

/*pos小票打印广告预览 */
.tw0_Msk{ display:none; position:fixed; z-index:999; top:0; width:100%; height:100%;}/* 2014-12-11 小票预览弹出层 by gaoshanshan */
.tw0_pos{ display:none; position:absolute; z-index:999; top:0; /* left:50%; margin-left:-113px; top: 30px;  */right:10%; width:227px; border:1px #000000 solid; background-color: white; background-image:url(/front/images/title.jpg); background-position:top; background-repeat:no-repeat; padding-bottom:30px;}
.tw0_pos .t_p_title{ font-size:13px; text-align:center; padding:8px 0px;}
.tw0_pos .t_p_left{ font-size:13px; text-align:left; padding:10px 4px;}
.tw0_pos .t_p_content{ font-size:15px; font-weight:bold; padding-left:8px;}
.tw0_pos p{ padding:4px 2px; line-height:24px;}
.tw0_pos .t_p_left_content{ font-size:13px; text-align:left; padding:10px 0px;}/*2015-01-04 二维码预览内容层*/


/*置顶*/
#scrollUp {
  bottom: 20px;
  right: 20px;
  height: 42px;  
  width: 42px;
  background: url(/front/images/zd_icon.jpg) no-repeat;	}
  #scrollUp:hover {
  bottom: 20px;
  right: 20px;
  height: 42px; 
  width: 42px; 
  background: url(/front/images/zd_overicon.jpg) no-repeat;	}



.black{ color:#000000;}
.bold{ font-weight:bold;}/*8.22*/
.light{ color:#aaaaaa;}
.clear{ margin:0; padding:0; clear:both;}
.point{color:#fb8300;}
.warning_word{ color:#eb7603; padding-left:4px; padding-right:4px;}
.black{ color:#000;}
.orange{ color:#fe6000;}
.error_msg{ background-image:url(/front/images/error.png); background-color:#fff5f5; color:#F00; padding:4px 8px 4px 22px; background-repeat:no-repeat; display:inline-table; margin-top:10px;}/*表单中的错误提示*/
.green{ color:#a9cb05;}
.grey{ color:#999999; margin-left:8px;}
.d_location{ color:#999; margin-bottom:30px;}/*面包屑*/

/*红框提示*/
.third_point{  margin:10px auto; background-color:#fff3e5; border:1px #f3b96a solid; font-size:14px; padding:10px 15px; font-size:16px;}
/*红框提示*/

.detail2{position:absolute;background-color:#FFFFFF;}

.top_pic{float: left; display: block; margin-right:4px;}/*2014-11-21*/

.clsImg{padding-top:300px;} 
.imgAttr{position:absolute; height:300px; width:200px; border:1px solid #ccc; display:none;} 



/*付款*/
.pay_logo_all{height:70px; background-color:#f9f9f9; border-bottom:1px #ededed solid;}
.pay_logo{ width:1000px; margin:0 auto; height:70px;}
.pay_logo .m_logo_left{ width:180px; float:left;}
.pay_logo .m_logo_rig{float:left; font-size:17px; margin-top:34px;}

.pay{ width:1000px; margin:0 auto; }
.pay h2{ border-bottom:2px #9fb2bb solid; margin-bottom:30px; font-size:16px; padding-bottom:8px;}

/*付款tab页*/
.pay .m_tab{ border-bottom:2px #9fb2bb solid; margin-top:15px;font-size:16px; text-align:left; margin-bottom:30px; margin-top:30px;}
.pay .m_tab .m_tab_current{ background-color:#FFF; text-align:center; border-left:2px #9fb2bb solid; border-top:2px #9fb2bb solid; border-right:2px #9fb2bb solid; padding:5px 12px; display:inline-block;}
.pay .m_tab .m_tab_no_current{background-color:#e9f0f6; text-align:center; border-left:2px #9fb2bb solid; border-top:2px #9fb2bb solid; border-right:2px #9fb2bb solid; padding:5px 12px; display:inline-block;}/*2014-11-14*/

.pay .m_left{ width:800px; float:left; margin-right:25px; border-right:1px #ececec solid; padding-right:15px; padding-left:20px;}
.pay .m_left p{ padding-bottom:15px; font-size:15px;}
.pay .m_rig{ width:125px; float:left;}
.pay .m_rig p{ margin-bottom:20px;}
.pay .m_point{ margin-bottom:10PX;}
/*付款*/
.pay_tit{ background-color:#fbf8f8; border:1px #e4e4e4 solid; font-weight:bold;}/*提示填写什么内容*/


/*收人列表*/
.people_pop{ width:300px; border:1px #e0e0e0 solid; background-color:#efefef; margin-top:20px; margin-left:20px;}
.p_title_height35{padding:0 4px; height:35px; line-height:35px; background-color:#eeeeee; font-weight:bold; text-align:right; font-size:17px;}
.p_title_height35 a {color:#F00;}


/*收款银行列表*/
.bank_pop{ width:650px; border:1px #e0e0e0 solid; background-color:#efefef; margin-top:20px; margin-left:20px;}
.bank_pop .p_title{ background-image:url(/front/images/pay_pop_back.png); height:50px; background-repeat:repeat-x; background-position:top; padding:0 4px;}

.p_con{ background-color:#FFF; margin:4px; border:1px #e0e0e0 solid;}

.p_title{ background-image:url(/front/images/pay_pop_back.png); height:50px; background-repeat:repeat-x; background-position:top; padding:0 4px;}
.p_title .close { height:20px; line-height:20px; font-weight:bold; text-align:right; font-size:17px;}
.p_title .close  a {color:#F00;}
.p_title .p_search{}
.p_title .p_search .p_s_txt{ border:1px #e0e0e0 solid; background-color:#FFF; padding:0 4px; height:20px; line-height:20px; width:218px; color:#666666;}
.p_title .p_search .p_s_txt_lit{ border:1px #e0e0e0 solid; background-color:#FFF; padding:0 4px; height:20px; line-height:20px; width:120px; color:#666666;}
.p_title .p_search .p_s_sel{ border:1px #e0e0e0 solid; background-color:#FFF;  height:22px; line-height:22px; color:#666666;}

.p_title .p_s_btn{ background-image:url(/front/images/p_search_btn.png); width:57px; text-align:center; height:20px; line-height:20px; border:none; color:#0088cc;}

.pay_pop_table{}
.pay_pop_table td{ padding:10px 4px; border-bottom:1px #e0e0e0 solid;}
.pay_pop_table th{ padding:12px 4px; border-bottom:1px #e0e0e0 solid; text-align:left;}
.pay_h2{ font-size:14px; font-weight:bold; margin-bottom:20px;}
.pay_h3{ font-size:14px; font-weight:bold;  padding-bottom:10px; border-bottom:1px #9fb2bb dashed;}

.table1{ margin-top:15px;}
.table1 td{ padding:6px 4px;}
.table1 th{ background-color:#f8f8f8; border-bottom:#dcdcdc 1px solid; border-top:#dcdcdc 1px solid; height:35px; line-height:35px;  padding-left:20px; text-align:left;}
.table1 td{ padding:10px 4px 10px 20px;  color:#555555; vertical-align:top;border-bottom:#d7d7d7 1px solid;}
.table1 .tr{ background-color:#fdfdfd;}
.table1 .pay_txt{background-color:#f1f4f7; border:1px solid #b8cbd2; height:22px; line-height:22px; padding-left:4px; padding-right:4px; font-size:14px; font-family:"微软雅黑";}
.table1 td p{ font-size:13px;}

.pay_table th{ border:none;  text-align:right; padding:10px 8px;}
.pay_table td{ padding:10px 8px; border:none;}



.table1 .pay_sel{ border:1px solid #b8cbd2; height:26px; line-height:26px; font-size:14px; font-family:"微软雅黑" }/*列表框*/

.p_modify_btn{ border:none; background-image:url(/front/images/p_search_btn.png); width:57px; height:20px; line-height:20px; text-align:center;}