@charset "utf-8";
/* LLK CSS Document */
/*信息表格shengzhangrexian*/
table { border-spacing: 0; border-collapse: collapse; }
.zcxx_tab { table-layout: fixed }
.zcxx_tab td { color: #303133; font-size: 18px; height: 60px; line-height: 24px; text-align: left; }
.zcxx_tab .ta { font-size: 18px; padding-right: 10px; text-align: right; width: 175px; color: #303133; }
.zcxx_tab .tb { color: #2b2b2b; font-size: 16px; }
.zcxx_tab span.t2_red { color: #f00; font-weight: bold; padding: 0 5px; }
.zcxx_tab p { line-height: 24px;/* font-size:12px;*/ color: #999; }
.zcxx_tab .input_style, .zcxx_tab .select_style, .zcxx_tab .textarea_style { width: 96%; height: 40px; line-height: 40px; border: 1px solid rgba(235,237,239,1); padding: 0px 5px; transition: .4s; box-sizing: border-box; font-family: inherit; font-size: inherit; font-weight: inherit; background-color: #f8f8f8; }
.zcxx_tab .select_style { padding: 0px 0px 0px 5px; }
.zcxx_tab .textarea_style { line-height: 24px; height: 100px; }
.zcxx_tab .input_style:focus, .zcxx_tab .select_style:focus, .zcxx_tab .textarea_style:focus { border: 1px solid rgba(51,122,183,1); outline: 0; transition: .4s; }
.zcxx_tab .input_style[disabled]{cursor: not-allowed}
.zc_tijiao_p { padding: 30px 0px; text-align: center; }
.zc_tijiao { width: 170px; height: 50px; line-height: 50px; font-size: 18px; color: #fff; cursor: pointer;display: inline-block; text-align: center; background-color: #337AB7; border-radius: 6px; transition: .4s; color: #fff !important;}
.zc_tijiao img { margin: 0px 13px -4px 0px }
.zc_tijiao:hover, .zc_tijiao:focus { color: #fff; transition: .4s; opacity: 0.9; }
.zcxx_tab .t2_yzm .input_style { width: 217px; }
.zcxx_tab .t2_yzm a { font-size: 14px; color: #337AB7 }

#yanzhengma { width: 96%; }
#yanzhengma .cerify-code-panel { width: 100%; }
#yanzhengma div { display: inline-block; }
#yanzhengma .verify-code-area { width: 55% !important; }
#yanzhengma .verify-input-area { width: 100%; }
#yanzhengma .varify-input-code { transition: .4s; width: 100%; height: 40px; line-height: 40px; border: 1px #ebedef solid; padding: 0px 5px; transition: .4s; box-sizing: border-box; font-family: inherit; font-size: inherit; font-weight: inherit; background-color: #f8f8f8; }
#yanzhengma .varify-input-code:focus { border: 1px solid rgba(51,122,183,1); outline: 0; transition: .4s; }
#yanzhengma .verify-change-area { margin-left: 10px; margin-right: 6px; float: none;}
#yanzhengma .verify-change-code { cursor: pointer; }
.footDiv .llk_zhuce { padding-top: 8px; }
.labelText { cursor: pointer; }

/*一般表格zhengwugongkai*/
table { border-collapse: collapse; border-spacing: 0; }
.table_style { width: 100%; border: 1px solid #E0E2E7;table-layout: fixed;  }
.table_style > tbody > tr > td, .table_style > thead > tr > th { empty-cells: show; word-break: break-all; padding: 0 5px; text-align: center;}
.table_style > tbody > tr > td { border: 1px solid #E0E2E7; height: 48px; line-height: 20px; font-size: 14px;padding: 5px;color: #666;}
.table_style > tbody > tr > td a{color: #666}
.table_style > thead > tr > th { border: 1px solid #E0E2E7; height: 48px; line-height: 20px; font-weight: bold; background: #F6F7F9; font-size: 16px;}



/*一般表格bumenshouye*/
table { border-collapse: collapse; border-spacing: 0; }
.table_style2 { width: 100%; table-layout: fixed;  }
.table_style2 > tbody > tr > td, .table_style2 > thead > tr > th { empty-cells: show; word-break: break-all; padding: 0 15px; text-align: left;}
.table_style2 > tbody > tr > td { border-bottom: 1px solid #DCDFE6; height: 56px; line-height: 24px; font-size: 16px;padding: 15px;color: #606266;}
.table_style2 > thead > tr > th { border-bottom: 1px solid #DCDFE6; height: 40px; line-height: 20px; font-weight: normal; background: #F2F6FC; font-size: 16px;color: #606266;border-top: 1px solid #DCDFE6;}
.table_style2 > tbody > tr:hover > td{ background: #F2F6FC}


/*表格中可点击文字*/
.table_style > tbody > tr > td a:hover{color:#337AB7}