@charset "UTF-8";
/*
    Reset the global styles.
*/
body, html {
    width: 100%;
    color: #3d3d3d;
    font-size: 14px;
    font-family: '思源黑体 CN Regular', "Noto Sans CJK SC", "Source Han Sans CN", 'Microsoft YaHei', 'Helvetica', sans-serif;
    background-color: #f8f8f8;
}

body, html, div, p, form,
table, tr, td, th, h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd, button, input, textarea {
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

select, input, textarea {
    font-family: '思源黑体 CN Regular', "Noto Sans CJK SC", "Source Han Sans CN", 'Microsoft YaHei', 'Helvetica', sans-serif;
}

i, s {
    font-style: normal;
    text-decoration: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:focus, button, input, textarea {
    outline: 0;
    font-family: '思源黑体 CN Regular', "Noto Sans CJK SC", "Source Han Sans CN", 'Microsoft YaHei', 'Helvetica', sans-serif;
    color: #3d3d3d;
}

.placeholder {
    color: #b3b3b3;
    font-family: '思源黑体 CN Regular', "Noto Sans CJK SC", "Source Han Sans CN", 'Microsoft YaHei', 'Helvetica', sans-serif;
}

::-webkit-input-placeholder {
    color: #b3b3b3;
    font-family: '思源黑体 CN Regular', "Noto Sans CJK SC", "Source Han Sans CN", 'Microsoft YaHei', 'Helvetica', sans-serif;
}

:-moz-placeholder {
    color: #b3b3b3;
    font-family: '思源黑体 CN Regular', "Noto Sans CJK SC", "Source Han Sans CN", 'Microsoft YaHei', 'Helvetica', sans-serif;
}

::-moz-placeholder {
    color: #b3b3b3;
    font-family: '思源黑体 CN Regular', "Noto Sans CJK SC", "Source Han Sans CN", 'Microsoft YaHei', 'Helvetica', sans-serif;
}

:-ms-input-placeholder {
    color: #b3b3b3;
    font-family: '思源黑体 CN Regular', "Noto Sans CJK SC", "Source Han Sans CN", 'Microsoft YaHei', 'Helvetica', sans-serif;
}

a, button {
    cursor: pointer;
}

.bottom_btn_wp {
    text-align: center;
    padding: 20px 0;
}

.bottom_btn_wp .big_btn {
    margin: 0 10px;
}

.big_btn {
    height: 35px;
    line-height: 35px;
    border: 0;
    border-radius: 5px;
    padding: 0 20px;
}

.big_btn.disabled {
    background-color: #cccccc;
}

.more_big {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
}

/*
    Icons.
*/
@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.eot');
    src: url('../fonts/icons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icons.ttf') format('truetype');
}

.icon {
    font-family: 'icons';
}

.f_border {
    border: 1px solid #e4e4e4;
}

/*
    Blue color.
*/
.bl_link {
    color: #0c5daa;
    text-decoration: underline;
    vertical-align: middle;
}

.b_link {
    color: #0c5daa;
    vertical-align: middle;
}

a {
    color: #0c5daa;
}

a, .f_step .step_item, .fm_radio_label.checked i, .fm_checkbox_label.checked i {
    color: #0c5daa;
}

.ope_blue, .ope_blue:visited, .f_nav h3 {
    color: #0c5daa;
}

.f_head_wp, .reg_top {
    border-top: 2px solid #0c5daa;
}

.login_fm {
    border-top: 3px solid #0c5daa;
}

.login_btn, .f_step .step_num, .step_item .line,
.btn_simple.deep {
    background-color: #0c5daa;
}

a:hover {
    color: #85aed4;
}

.ope_blue:hover, .bl_link:hover, .b_link:hover {
    color: #85aed4;
}

.search_btn,
.f_pager a:hover, .f_pager a.current, .btn_simple, .big_btn {
    background-color: #0c5daa;
}

.tb_desc .td_title {
    border-left: 6px solid #85aed4;
}

.tb_list th, .tb_layout .ly_wp, .f_border, .tb_details {
    border-top: 3px solid #85aed4;
}

input.fm_input:focus, textarea.fm_textarea:focus,
.fm_select_wp.focus, .fm_date_wp.focus {
    border: 1px solid #85aed4;
    box-shadow: 0 0 5px rgba(133, 174, 212, 0.3);
}

.f_foot_wp, .tb_list .td_bottom, .tb_list tr:hover, .ablity_head,
.f_menu_wp .c_menu.active {
    background-color: #e6eef6;
}

.fixed_nav {
    background-color: #f3f7fd;
}

/*
    White color.
*/
.f_head_wp, .tb_list,
.tb_list thead tr:hover,
.tb_list .tr_no_data:hover,
.tb_list .tr_fill:hover, .login_fm,
.f_nav, .tb_layout td, .f_border,
.f_step .step_num h4, .fm_slider,
.fm_slider_industry, .fm_select_wp,
.sel_info, .tb_details, .fm_date_wp,
.tb_search .search_con_wp, .reg_top {
    background-color: #ffffff;
}

.search_btn, .f_pager a:hover, .f_pager a.current, .login_btn,
.btn_simple, .fm_radio_label i, .fm_checkbox_label i, .btn_big, .big_btn {
    color: #ffffff;
}

/*
    Text over flow: ellipsis.
*/
.f_menu_wp .p_menu s, .f_menu_wp .c_menu,
.tb_list th, .tb_list td, .fm_select_wp,
.tb_indicator td, .industry_item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
    Common content.
*/
.f_nav, .f_mcontent {
    padding: 12px;
}

.f_nav {
    border-bottom: 1px solid #e4e4e4;
}

.f_nav h3 {
    font-weight: normal;
    font-size: 12px;
}

.f_mcontent {
    padding-bottom: 70px;
}

.f_wrapper {
    margin: 12px;
}

.f_padding {
    padding: 25px 35px 25px 35px;
}

.right_btn_wp {
    text-align: right;
    margin: 10px 0;
}

.right_btn_wp button {
    margin-left: 10px;
}

.block_wp {
    margin: 20px 0;
    overflow: hidden;
}

/*
    Search table.
*/
.tb_search {
    border: 1px solid #e4e4e4;
}

.tb_search .search_btn {
    width: 75px;
}

.tb_search .search_con_wp {
    overflow: hidden;
}

.search_btn {
    text-align: center;
    height: 40px;
    cursor: pointer;
}

.control_wp {
    float: left;
    padding: 8px 8px 8px 0;
    overflow: hidden;
    white-space: nowrap;
}

.control_wp label {
    margin: 0 7px;
}

/*
    List table.
*/
.tb_desc {
    margin-top: 10px;
}

.tb_desc .td_title {
    font-weight: bold;
    padding: 3px 0 3px 7px;
    width: 150px;
}

.tb_desc .td_opes {
    text-align: right;
}

.ope_item {
    margin: 0 10px;
}

.tb_list {
    margin-top: 10px;
    border: 1px solid #e4e4e4;
    border-top: 0;
}

.tb_list th, .tb_list td {
    border-bottom: 1px solid #e4e4e4;
}

.tb_list th {
    text-align: center;
    font-weight: bold;
    padding: 10px 5px;
}

.tb_list td {
    text-align: center;
    border-top: 1px solid #e4e4e4;
    padding: 5px;
}

.tb_list .td_left {
    text-align: left;
}

.tb_list .td_bottom {
    height: auto;
    padding: 15px 0;
}

.tb_list .tr_no_data td {
    text-align: center;
    height: 300px;
    font-size: 25px;
}

.tr_fill td {
    padding: 0;
    height: 30px;
    border: 0;
}

/*
    Pager
*/
.f_pager {
    text-align: center;
}

.f_pager a, .f_pager s {
    margin: 0 2px;
}

.f_pager a, .f_pager s, .f_pager input {
    vertical-align: middle;
}

.f_pager a {
    display: inline-block;
    color: #3d3d3d;
    padding: 2px 6px;
}

.f_pager input {
    text-align: center;
    width: 40px;
}

/*
    Step.
*/
.f_step .step_item {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.step_item .step_num {
    height: 30px;
    width: 30px;
    border-radius: 20px;
    padding: 5px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.step_item .step_num h4 {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-weight: normal;
}

.step_item h5 {
    padding: 10px 0;
}

.step_item .line {
    position: absolute;
    left: 0;
    top: 18px;
    height: 4px;
    width: 100%;
    z-index: 1;
}

.step_left .line {
    left: 10%;
    width: 90%;
    *left: 13%;
    *width: 87%;
    zoom: 1;
}

.step_left .step_item_wp {
    float: left;
    *width: 85px;
}

.step_right .line {
    right: 10%;
    width: 90%;
    *right: 15%;
    *width: 87%;
    zoom: 1;
}

.step_right .step_item_wp {
    float: right;
    *width: 85px;
}

.f_step .step_btn_wp {
    vertical-align: top;
    text-align: right;
}

.f_step .step_dis {
    color: #e4e4e4;
}

.f_step .step_dis .step_num, .btn_big {
    background-color: #e4e4e4;
}

.f_step .step_dis .line {
    background-color: #e4e4e4;
}

/*
    Others.
*/
.f_opes {
    text-align: right;
    padding: 10px;
}

/*
    Buttons.
*/
.btn_simple {
    border: 0;
    padding: 15px 19px;
    *padding: 15px 10px;
}

.btn_big {
    border: 0;
    width: 45%;
    padding: 20px 0;
    font-size: 16px;
}

/*
    Form Layout.
*/
.tb_form {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.tb_form .td_label {
    text-align: right;
}

.tb_form td {
    padding: 5px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    height: 40px;
}

.tb_form .td_top {
    vertical-align: top;
}

/*
    Display inline-block.
*/
input.fm_input, .fm_select_wp, .fm_select_wp select, .fm_date_wp {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

/*
    Form control.
*/
input.fm_input, textarea.fm_input, .fm_select_wp, .fm_slider,
.fm_date_wp {
    border: 1px solid #e4e4e4;
}

input.fm_input {
    padding: 5px;
    height: 20px;
    width: 190px;
}

input.fm_input.small {
    width: 100px;
}

input.fm_input.little {
    width: 60px;
}

input.fm_input.center {
    text-align: center;
}

.fm_select_wp, .fm_date_wp {
    cursor: pointer;
    position: relative;
    padding: 0 20px 0 5px;
    height: 30px;
    width: 165px;
    line-height: 30px;
}

.fm_select_wp.small, .fm_date_wp.small {
    width: 100px;
}

.fm_select_wp.little, .fm_date_wp.little {
    width: 60px;
}

.fm_select_wp s {
    vertical-align: top;
}

.fm_select_wp .icon, .fm_date_wp .icon {
    color: #797979;
    position: absolute;
    right: 5px;
    top: 0;
}

.fm_select_wp select {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
}

.fm_slider {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    display: none;
    z-index: 100;
    padding: 5px 20px 5px 5px;
}

.fm_slider_industry {
    padding: 5px;
    display: none;
    overflow: hidden;
    width: 785px;
}

.fm_radio_label {
    margin-right: 20px;
    cursor: pointer;
}

.fm_radio {
    margin-right: 10px;
}

.fm_radio_label i {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #c8c8c8;
    margin-right: 10px;
}

.fm_checkbox {
    margin-right: 20px;
}

.fm_checkbox_label {
    margin-right: 5px;
    cursor: pointer;
}

.fm_checkbox_label i {
    position:relative;
    z-index:1;
    width: 20px;
    height: 20px;
    border: 1px solid #c8c8c8;
}

.fm_date_wp {
    cursor: pointer;
}

.fm_date_wp input {
    background: none;
    border: 0;
    width: 100%;
    cursor: pointer;
}

textarea.fm_textarea {
    resize: none;
    width: 400px;
    height: 100px;
    padding: 5px;
    overflow: auto;
    border: 1px solid #e4e4e4;
}

/*
    Fixed navigation.
*/
.fixed_nav td {
    text-align: center;
    white-space: nowrap;
}

.fixed_nav {
    padding: 10px 0;
    border: 1px solid #e4e4e4;
}

.fixed {
    top: 0;
    left: 0;
    position: fixed;
}

/*
    Details table.
*/
.tb_details {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.tb_details td {
    padding: 10px 5px;
}

.tb_details .td_label {
    text-align: right;
}

.tb_details .td_content {
}

.tb_details .td_top {
    vertical-align: top;
}

/*
    Validate Engine
*/
.formError {
    z-index: 29891018;
    position: absolute;
    opacity: 0.8;
    filter: alpha(opacity=70);
    cursor: pointer;
    text-align: left;
}

.formError .formErrorContent {
    z-index: 991;
}

.formError .formErrorArrow {
    z-index: 996;
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 120px;
    border: 2px solid #ddd;
    font-size: 12px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
}

.formError .formErrorArrow {
    width: 15px;
    position: absolute;
    bottom: -8px;
    left: 13px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    font-size: 0;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    display: block;
}

.formError .formErrorArrow .line10 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 11px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}

.formError .ArrowTop {
    top: -8px;
    bottom: auto;
}

.formError .ArrowTop div {
    box-shadow: none;
}

/*
    Tab切换
*/
.tab_wp {

}

.tab_head {
    border-bottom: 1px solid #85aed4;
    height: 44px;
    overflow: visible;
    padding-left: 15px;
}

.tab_item {
    float: left;
    padding: 0 15px;
    border: 1px solid #ffffff;
    border-top: 3px solid #ffffff;
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.tab_item.active {
    border-color: #85aed4;
    border-bottom: 3px solid #ffffff;
}

.tab_div {
    display: none;
}

.tab_div.active {
    display: block;
}

.tb_list .activity:hover, .tb_list .activity {
    background-color: #85aed4;
}

.re_red {
    color: red;
}

.fm_industry_table {
    border: 1px solid #ffffff;
}

.fm_industry_table td {
    border: 1px dashed #e4e4e4;
}

.industry_item {
    float: left;
    width: 200px;
    margin: 5px;
}

.close_slider {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 5;
    right: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url(../layer/skin/default/icon.png) no-repeat 0 -40px;
}