﻿@charset "utf-8";

body {
    font-family: 'Microsoft YaHei';
    color: #191616;
    background: #ededed;
    padding: 10px;
    /*min-width: 508px;*/
    overflow-x: hidden;
}

ul, li {
    list-style: none;
    padding: 0;
}

.main {
    background: #fff;
    border: 1px solid #e3e0e0;
}

.page-strong {
    color: #ff3333;
    font-weight: 300;
}

input {
    border: 1px solid #cfcfcf;
}

.input-text > input, .in-text {
    height: 36px;
    line-height: 34px;
    color: #191616;
    padding: 0 5px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #cfcfcf;
}

    .input-text > input.full, .in-text-full {
        width: 100%;
        height: 36px;
        line-height: 34px;
        color: #191616;
        padding: 0 5px;
        border-radius: 3px;
        outline: none;
        border: 1px solid #cfcfcf;
    }

.input-text > select, .in-select {
    padding: 6px 5px;
    color: #191616;
    outline: none;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
}

.input-radio > input {
    outline: none;
    vertical-align: baseline;
    margin-right: 3px;
    border: none;
}

.input-radio > span > label {
    font-weight: normal;
    margin-right: 20px;
}

.input-radio > label {
    font-weight: normal !important;
    margin-right: 20px;
}

.input-radio > tbody > tr > td > label {
    font-weight: normal;
    margin-right: 20px;
    font-size: 16px;
}

.aspNetDisabled > label {
    font-weight: normal;
    margin-right: 20px;
}


/*aspx控件 复选框样式*/

.input-checkbox > input {
    outline: none;
    vertical-align: baseline;
    margin-right: 3px;
    border: none;
}

.input-checkbox > label {
    font-weight: normal;
    margin-right: 20px;
}

.input-checkbox > span > label {
    font-weight: normal;
    margin-right: 20px;
}

.input-checkbox > tbody > tr > td > label {
    font-weight: normal;
    margin-right: 20px;
    font-size: 16px;
}

li > label {
    font-weight: normal;
}

.container {
    width: 100% !important;
}

.page-title {
    height: 40px;
    background: #f8f8f8;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #e3e0e0;
    padding: 0 16px;
}

    .page-title > span {
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        width: 4px;
        border-bottom: 1px solid #e3e0e0;
        border-radius: 2px;
        height: 20px;
        background: #4592ee;
    }

/*.page-break {padding: 0 20px 10px;}
.page-break > span {margin: 8px;}
.page-break > span >  a {color: #1b1517;font-size: 16px;display: inline-block; padding: 0 3px;}
.page-break > span >  a.active {color: #2e8eff;}
.page-break > input + input {margin-left: 6px;}*/

/*分页样式设计*/
.page-break {
    padding: 0 10px 10px;
}

    .page-break > a {
        padding: 3px 16px;
        border-radius: 3px;
        background: #fff;
        outline: none;
        border: 1px solid #cfcfcf;
        font-size: 16px;
        color: #1b1517;
        text-decoration: none;
    }

.custom > span {
    color: #ff3333;
}

.paginationdiv {
    /*height: 85px;*/
    /*margin: -50px 0 0 16px;*/
    margin: 0 0 0 16px;
}

.pagination a[disabled] {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination span.active {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

/*.page-break > span >  a.active {color: #2e8eff;}
.page-break > input + input {margin-left: 6px;}*/
/*.paginator { font: 11px Arial, Helvetica, sans-serif;padding: 0 20px 10px;}
.paginator a {padding: 3px 16px; border: solid 1px #cfcfcf; color: #1b1517; background: #fff; text-decoration: none;}
.paginator a:visited {padding: 3px 16px; border: solid 1px #cfcfcf; background: #fff; text-decoration: none;}
.paginator .cpb {padding: 3px 16px;font-weight: bold; font-size: 13px;border:none}
.paginator a:hover {color: #fff; background: #ffa501;border-color:#ffa501;text-decoration: none;}*/



.write-description {
    font-size: 16px;
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px solid #e3e0e0;
    color: #191616;
}

    .write-description > p {
        margin-bottom: 5px;
    }

    .write-description > span {
        color: #5a5a5a;
    }

    .write-description > a {
        font-size: 16px;
        height: 100%;
        display: inline-block;
        background: url("../images/icon/updata_icon.png") no-repeat 0 -1px;
        color: #5a5a5a;
        margin-left: 40px;
        text-decoration: none;
        padding-left: 24px;
    }

/*=== 默认居中 ===*/
/*=== 居左对齐  ===*/
table > tbody > tr > td.alignl {
    text-align: left !important;
    padding-left: 10%;
}

table > tbody > tr > td.alignl-s {
    text-align: left !important;
    padding-left: 5%;
}
/*=== 居左对齐 ===*/
table > tbody > tr > td.alignr {
    text-align: right !important;
    padding-right: 10%;
}

table > tbody > tr > td.alignr-s {
    text-align: right !important;
    padding-right: 5%;
}
/* == info Start ==*/
.info.container {
    width: 100%;
}

.info-work {
    padding: 0 0 0 0;
    overflow: hidden;
}

    .info-work > div {
        background: #fff;
        height: 260px;
        margin-right: 5px;
        border: 1px solid #e3e0e0;
    }

.work-item {
    padding-top: 8px;
    overflow: hidden;
}

    .work-item > ul {
        overflow: hidden;
        padding-right: 10px;
    }

        .work-item > ul > li {
            margin-top: 12px;
            position: relative;
        }

            .work-item > ul > li > a {
                position: relative;
                display: inline-block;
                padding-left: 50px;
                white-space: nowrap;
                height: 36px;
                line-height: 36px;
                text-overflow: ellipsis;
                border-radius: 2px;
                border: 1px solid #e3e0e0;
                width: 100%;
                color: #5a5a5a;
                font-size: 16px;
            }

                .work-item > ul > li > a > img {
                    height: 36px;
                    left: -1px;
                    top: -1px;
                    position: absolute;
                }

            .work-item > ul > li > span {
                position: absolute;
                top: -12px;
                text-align: center;
                color: #fff;
                line-height: 24px;
                font-size: 12px;
                right: 4px;
                z-index: 999;
                width: 24px;
                height: 24px;
                background: url("../images/icon/work_dott.png") no-repeat top center;
            }

.info-inform {
    padding: 0;
}

    .info-inform > div {
        background: #fff;
        height: 160px;
        margin-left: 5px;
        padding-bottom: 4px;
        border: 1px solid #e3e0e0;
    }
.info-inform1 {
    padding: 0;
}

    .info-inform1 > div {
        background: #fff;
        height: 100px;
        margin-left: 5px;
        padding-bottom: 4px;
        border: 1px solid #e3e0e0;
    }

.inform-item {
    padding-top: 10px;
}

    .inform-item > ul > li {
        padding-left: 16px;
        line-height: 34px;
    }

        .inform-item > ul > li > a {
            position: relative;
            width: 100%;
            display: block;
            color: #191616;
        }

            .inform-item > ul > li > a > span {
                display: inline-block;
                width: 8px;
                height: 8px;
                border-radius: 4px;
                background: #e2e2e2;
            }

            .inform-item > ul > li > a > i {
                padding: 2px;
                display: inline-block;
                background: #ff6c45;
                vertical-align: top;
                line-height: 14px;
                font-style: normal;
                color: #fff;
                border-radius: 4px;
                font-size: 12px;
                position: relative;
                left: 4px;
                visibility: hidden;
            }

            .inform-item > ul > li > a > p {
                text-align: right;
                margin: 0;
                position: absolute;
                top: 0;
                right: 16px;
                color: #818181;
            }

        .inform-item > ul > li.active > a {
            color: #ff1e00;
        }

            .inform-item > ul > li.active > a > i {
                visibility: visible;
            }

/*== statistics Start ==*/
.statistics.container {
    width: 100%;
}

.statistics {
    background: #fff;
    border: 1px solid #e3e0e0;
    margin-top: 10px;
    width: 100%;
}

.statistics-item > .item {
    width: 100%;
    padding: 1%;
}

    .statistics-item > .item > table {
        width: 100%;
    }

        .statistics-item > .item > table > thead > tr > th {
            text-align: center;
            line-height: 29px;
            background: #f8f8f8;
        }

        .statistics-item > .item > table > tbody > tr > td {
            text-align: center;
            line-height: 29px;
        }

.statistics-item > .item {
    width: 98%;
    padding: 0 0 0 2%;
}

    .statistics-item > .item > .chart {
        height: 100%;
        width: 100%;
        padding: 0;
    }
/*== statistics End ==*/

/*== covers Start ==*/
.covers, .operator {
    background: #fff;
    padding: 0 16px;
    border: 1px solid #e3e0e0;
}


.form-info > table {
    margin: 10px 0 20px;
}

    .form-info > table > tbody > tr > td {
        padding-left: 10px;
        width: 176px;
        color: #191616;
        vertical-align: top;
        line-height: 38px;
        text-align: right;
    }

        .form-info > table > tbody > tr > td.name {
            font-size: 16px;
        }

        .form-info > table > tbody > tr > td.special-write {
            text-align: left;
            padding-left: 20px;
        }

        .form-info > table > tbody > tr > td.special-info {
            color: #191616;
            text-align: left;
        }

        .form-info > table > tbody > tr > td + td {
            color: #666;
            text-align: left;
            font-size: 16px;
            width: auto;
        }

        .form-info > table > tbody > tr > td > p {
            line-height: 26px;
            margin: 0;
            margin-top: 10px;
        }

            .form-info > table > tbody > tr > td > p + p {
                margin-top: 0;
            }

        .form-info > table > tbody > tr > td > select {
            width: 300px;
        }

        .form-info > table > tbody > tr > td > input.society-name {
            width: 300px;
        }

        .form-info > table > tbody > tr > td > input + input {
            margin-left: 30px;
        }

        .form-info > table > tbody > tr > td.special {
            color: #191616;
            width: 200px;
            text-align: right;
        }

.operator-submit {
    padding: 10px 0;
}

    .operator-submit.special {
        padding: 0;
        margin: 0;
    }

    .operator-submit > ul {
        padding: 0;
        margin: 0;
    }

        .operator-submit > ul + ul {
            margin-top: 20px;
        }

        .operator-submit > ul > li {
            padding-left: 176px;
            position: relative;
        }

    .operator-submit.operator-submit-double > ul > li > span, .operator-submit.operator-submit-double > ul > li > input, .operator-submit.operator-submit-double > ul > li > select {
        margin-bottom: 10px;
    }

    .operator-submit.operator-submit-double > ul > li:last-child, .operator-submit.operator-submit-double > ul > li:last-child > input {
        margin-bottom: 0;
    }

    .operator-submit > ul > li > input {
        width: 92%;
        outline: none;
        padding: 0 1%;
    }

    .operator-submit > ul > li > span {
        font-size: 16px;
    }

    .operator-submit > ul > li.special > input {
        width: 60%;
    }

    .operator-submit > ul > li.special > select {
        width: 30%;
    }

    .operator-submit > ul > li > span {
        width: 156px;
        position: absolute;
        text-align: right;
        left: 0;
        top: 0;
        height: 32px;
        line-height: 32px;
    }

    .operator-submit .id-card {
        width: 80px;
    }

.paginationdiv .pagination > li > a, .paginationdiv .pagination > li > span {
    padding: 6px;
}

.submit {
    padding: 0 20px;
    margin-top: 20px;
    text-align: center;
}

    .submit > .row > input, .input-btn {
        padding: 3px 16px;
        border-radius: 3px;
        background: #fff;
        outline: none;
        border: 1px solid #cfcfcf;
        font-size: 16px;
    }

        .submit > .row > input.active, .input-btn.active {
            background: #67acff;
            color: #fff;
            border: 1px solid #4995f0;
            padding-top: 1px;
        }

        .submit > .row > input + input {
            margin-left: 30px;
        }

/*== look Start ==*/
.look {
    background: #fff;
    border: 1px solid #e3e0e0;
}
/*== look End ==*/
/*== covers End ==*/

/*== charity-form Start ==*/
.basic, .fund, .legal, .field, .program {
    background: #fff;
    padding: 0 16px;
    border: 1px solid #e3e0e0;
}

.fund, .legal, .field, .program {
    margin-top: 10px;
}

    .fund .form-info > table, .legal .form-info > table, .program > .form-info > table {
        margin: 5px 0;
    }

.active-field {
    padding: 10px 0 10px 100px;
}

    .active-field > ul > li {
        padding: 5px 10px 0 26px;
        position: relative;
    }

        .active-field > ul > li > input {
            margin-right: 5px;
            vertical-align: baseline;
            position: absolute;
            top: 5px;
            left: 0px;
        }

.program-field {
    padding: 20px 10px 20px 100px;
}

    .program-field input {
        width: 70px;
    }

    .program-field .time-picker {
        display: inline-block;
        position: relative;
    }

.time-picker > span {
    position: absolute;
    top: 4px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: url(../images/icon/time.png) no-repeat;
}

.time-picker > input.outgoing {
    width: 200px;
}

.program-field > select {
}
/*== charity-form End ==*/


/*== registration-list Start ==*/
/*==list Start ==*/

.list {
    background: #fff;
    border: 1px solid #e3e0e0;
    padding: 0 16px;
}

.list-icon > ul {
    margin: 0;
}

    .list-icon > ul > li {
        float: left;
        width: 100px;
        padding: 14px 0 0;
    }

        .list-icon > ul > li > a {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            color: #5a5a5a;
        }

            .list-icon > ul > li > a > img {
                width: 45px;
            }

            .list-icon > ul > li > a > p {
                margin-top: 5px;
            }
/*.list-info {
    padding:10px 20px;
}*/
.list-info > div {
    padding: 0 16px 20px;
    color: #191616;
}
    /*table-layout: fixed;*/
    /*-使用updatepanel-*/
    .list-info > div > table {
        width: 100%;
        word-wrap: break-word;
        word-break: break-all;
    }

        .list-info > div > table > thead > tr {
            height: 38px;
        }

        .list-info > div > table > tbody > tr:hover {
            background: #f6f9fe;
        }

        .list-info > div > table > tbody > tr.active {
            background: #f6f9fe;
        }
        /*white-space: nowrap;overflow: hidden;text-overflow: ellipsis;*/
        .list-info > div > table > thead > tr > th {
            background: #f8f8f8;
            text-align: center;
            font-weight: normal;
        }

        .list-info > div > table > tbody > tr > td {
            text-align: center;
            line-height: 38px;
            /*padding-left: 5px;*/
        }

/*-不使用使用updatepanel-*/
.list-info > table {
    width: 100%;
}

    .list-info > table > thead > tr {
        height: 38px;
    }

    .list-info > table > tbody > tr:hover {
        background: #f6f9fe;
    }

    .list-info > table > tbody > tr.active {
        background: #f6f9fe;
    }
    /*white-space: nowrap;overflow: hidden;text-overflow: ellipsis;*/
    .list-info > table > thead > tr > th {
        background: #f8f8f8;
        text-align: center;
        font-weight: normal;
    }

    .list-info > table > tbody > tr > td {
        text-align: center;
        line-height: 38px;
    }

/*== list End ==*/
/*== registration-list End ==*/

/*== founder Start ==*/
.founder .time-picker {
    position: relative;
}

.founder .list-info > div > table > tbody > tr > td {
    padding: 2px 3px;
    text-align: center;
}

    .founder .list-info > div > table > tbody > tr > td > a {
        color: #191616;
    }

.founder-person.prepare-person > ul > li > span.special {
    left: auto;
    top: 4px;
    right: 18px;
    width: 28px;
    height: 28px;
    background: url(../images/icon/time.png) no-repeat;
}

.founder-person.prepare-person > ul > li > select {
    width: 30%;
}

.founder-person.prepare-person > ul > li > input.half {
    width: 65%;
    margin-left: 3%;
}

.founder-id {
    padding: 10px 20px 20px;
}

    .founder-id table {
        margin-top: 10px;
    }

    .founder-id td {
        text-align: center;
        color: #191616;
    }

        .founder-id td > .content {
            width: 290px;
            height: 170px;
            border-radius: 3px;
            background: #ececec;
            border: 1px solid #e3e0e0;
        }

        .founder-id td > p {
            padding: 0 30px;
            font-size: 16px;
        }
/*== founder End ==*/

/*== prepare-found Start ==*/
.prepare {
}

.prepare-person > ul {
    padding: 10px 0 0;
}

    .prepare-person > ul + ul {
        padding: 0;
        margin: 0;
    }

        .prepare-person > ul + ul > li {
            margin-bottom: 10px;
            margin-top: 0;
        }

    .prepare-person > ul > li {
        margin-top: 10px;
        position: relative;
        padding-left: 170px;
        line-height: 38px;
    }

        .prepare-person > ul > li > span {
            background: none;
            text-align: right;
            font-size: 16px;
            left: 0;
            top: 0;
            width: 162px;
            position: absolute;
        }

        .prepare-person > ul > li.special > select {
            width: 27%;
        }

            .prepare-person > ul > li.special > select + select {
                margin-left: 20px;
            }

.bottom-btn-box {
    padding: 0 0 10px;
    text-align: center;
}

.member-info > ul > li .input-btn {
    padding: 0;
    margin-left: 20px;
    line-height: 32px;
    width: 120px;
    text-align: center;
}
/*== prepare-found End ==*/

/*== progress-search Start ==*/
.progress-search {
}

.progress-info > ul {
    padding: 10px 20px 0;
}

    .progress-info > ul > li {
        line-height: 38px;
        position: relative;
        padding-left: 130px;
    }

        .progress-info > ul > li > span {
            text-align: right;
            position: absolute;
            top: 0;
            left: 0;
            width: 130px;
            color: #191616;
            font-weight: 500;
            font-size: 16px;
        }

.progress-flow > .flow {
    text-align: center;
}

    .progress-flow > .flow > img {
        width: 80%;
    }
/*== progress-search End ==*/

/*== to-do-list Start ==*/
.do {
    background: #fff;
    border: 1px solid #e3e0e0;
}

    .do .operator-submit {
        margin: 0 20px;
        border-bottom: 1px solid #e3e0e0;
    }

        .do .operator-submit > ul + ul {
            margin-top: 10px;
        }

        .do .operator-submit > ul > li > input {
            width: 80%;
        }

        .do .operator-submit > ul > li > select {
            width: 80%;
        }

        .do .operator-submit > ul > li.normal > select {
            width: 61%;
        }

        .do .operator-submit > ul > li.normal > input {
            width: 70px;
            margin-left: 10px;
        }

table th.normal input {
    margin-right: 5px;
    vertical-align: text-top;
}

.do-operation {
    /*padding: 10px 20px;*/
    padding: 10px 20px 0;
}

    .do-operation > input {
        margin-bottom: 10px;
    }

        .do-operation > input + input {
            margin-left: 3px;
        }
/*== to-do-list End ==*/

/*== member-list Start ==*/
.member {
    background: #fff;
    border: 1px solid #e3e0e0;
}

.member-search {
    margin: 0 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e3e0e0;
}

    .member-search > div {
        position: relative;
        padding-left: 130px;
        color: #191616;
    }

        .member-search > div > span {
            font-size: 16px;
            position: absolute;
            text-align: right;
            width: 120px;
            left: 0;
            top: 0;
        }

    .member-search > .position > input {
        margin-right: 4px;
    }

        .member-search > .position > input + input {
            margin-left: 20px;
        }

    .member-search > .search {
        margin-top: 10px;
    }

        .member-search > .search > span {
            height: 36px;
            line-height: 36px;
        }

        .member-search > .search > .in-text {
            width: 30%;
            margin-right: 10px;
        }
/*== member-list End ==*/

/*== audit Start ==*/
.audit {
    background: #fff;
    border: 1px solid #e3e0e0;
}

.audit-detail {
    padding: 20px;
}

    .audit-detail > table {
        width: 80%;
        line-height: 40px;
    }

        .audit-detail > table > tbody > tr + tr > td {
            padding-top: 10px;
        }

        .audit-detail > table > tbody > tr > td {
            font-size: 16px;
            color: #191616;
            font-weight: 500;
            width: 100px;
            text-align: right;
        }

            .audit-detail > table > tbody > tr > td + td {
                font-weight: 100;
                vertical-align: baseline;
                width: auto;
                text-align: left;
                padding-left: 20px;
            }

            .audit-detail > table > tbody > tr > td.special > input {
                margin-right: 5px;
                border: none;
                outline: none;
            }

                .audit-detail > table > tbody > tr > td.special > input + input {
                    margin-left: 20px;
                }

            .audit-detail > table > tbody > tr > td > textarea {
                height: 90px;
                line-height: 26px;
                width: 100%;
                border: 1px solid #e3e0e0;
                border-radius: 3px;
                outline: none;
                resize: none;
                padding: 5px;
            }

            .audit-detail > table > tbody > tr > td > .input-btn {
                line-height: 24px;
            }
/*== audit End ==*/

/*== fill-explanation Start ==*/
.explanation {
    background: #fff;
    border: 1px solid #e3e0e0;
    padding: 0 16px 20px;
}

.explanation-detail {
    padding: 20px 30px;
    color: #5a5a5a;
}

    .explanation-detail > p + p {
        margin-bottom: 20px;
    }
/*== fill-explanation End ==*/

/* == apply_info Start ==*/
.apply_info {
    width: 100%;
}

.apply {
    padding: 0;
}

    .apply > div {
        background: #fff;
        padding-bottom: 20px;
        border: 1px solid #e3e0e0;
    }

.apply_work {
    padding: 16px 24px;
}

    .apply_work .blue_btn, .apply_work .grey_btn {
        width: 80px;
        height: 28px;
        border-radius: 4px;
    }

    .apply_work .blue_btn {
        background-color: #67acff;
        color: #fff;
        margin-right: 5px;
        border: 1px solid #4A95F0;
    }

    .apply_work .grey_btn {
        background-color: #f0f0f0;
        color: #191616;
        border: 1px solid #D7D7D7;
    }

.last_btn {
    margin-right: 0;
}

.apply_table {
    width: 100%;
    padding: 0 24px 12px;
    color: #191616;
}

    .apply_table table {
        width: 100%;
        text-align: center;
        line-height: 40px;
    }

    .apply_table tr, .apply_table td {
        border: 1px solid #E4E0E1;
        height: 30px;
        border-collapse: collapse;
    }

    .apply_table thead {
        background-color: #f8f8f8;
    }

.t_time ul {
    margin: 0;
    line-height: 30px;
}

.t_time li {
    display: inline-block;
    text-align: center;
    width: 90px;
    height: 15px;
    line-height: 15px;
    border-right: 2px solid #A5C6F6;
    cursor: pointer;
}

    .t_time li.last_li {
        border: none;
    }

    .t_time li a {
        color: #4592ee;
    }

        .t_time li a > img {
            vertical-align: top;
            padding-right: 5px;
        }
/* == apply_info End ==*/

/* == partybuild-info Start ==*/
.build-work > table {
    margin-bottom: 0;
}

.build-work > ul {
    padding: 0;
}

.build-info > ul > li.normal > input + input {
    margin-left: 62px;
}

.build-info > ul > li.special > input + input {
    margin-left: 20px;
}
/* == partybuild-info End ==*/

/* == check_info Start ==*/
.check_form {
    width: 90%;
    margin: 20px auto;
}

.button_top {
    padding-bottom: 10px;
}

    .button_top > input {
        margin-right: 20px;
    }

.check > .check_form > table > tbody > tr {
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}

    .check > .check_form > table > tbody > tr > td {
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: top;
        color: #191616;
    }

        .check > .check_form > table > tbody > tr > td.name {
            font-size: 16px;
        }

        .check > .check_form > table > tbody > tr > td + td {
            text-align: left;
            padding-left: 10px;
            color: #666;
        }

    .check > .check_form > table > tbody > tr .send {
        text-align: left;
    }

.check > .check_form > table li {
    float: left;
    padding-right: 40px;
    padding-left: 24px;
    position: relative;
    color: #666;
}

    .check > .check_form > table li.last_li {
        padding-left: 0;
        padding-right: 0;
    }

    .check > .check_form > table li > input {
        position: absolute;
        left: 2px;
        vertical-align: baseline;
        top: 10px;
    }

.suggest {
    line-height: 28px;
    width: 100%;
    border-radius: 3px;
    height: 90px;
    padding: 5px;
    outline: none;
    resize: none;
    border: 1px solid #e3e0e0;
}

.check_form li > span.delete {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 12px;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #666666;
    cursor: pointer;
}

.check_info .button_top {
    margin-bottom: 20px;
}

.check_info .button_bottom {
    margin-top: 20px;
    text-align: center;
}

.check_info .button {
    background-color: #fff;
    border: 1px solid #e3e0e0;
    padding: 0;
    width: 80px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    color: #191616;
}

.check_info .blue {
    background-color: #67acff;
    color: #fff;
}

.check_info .grey {
    background-color: #ededed;
}

.check_info span.red {
    color: #ff0000;
}

.check_info .send_set {
    border: 1px dashed #bababa;
    padding: 10px 15px;
    background: #f6faff;
}

.check_info span.receiver {
    display: block;
}

.check_info ul.get_per {
    display: inline-block;
    padding-left: 100px;
    position: relative;
    min-height: 30px;
}

.check_info .add {
    position: absolute;
    top: 6px;
    left: 0;
    line-height: 18px;
    background: #ededed;
}
/* == check_info End ==*/

/*==页面下拉框长度固定==*/
.w5 {
    width: 50px !important;
}

.w12 {
    width: 120px !important;
}

.w15 {
    width: 150px !important;
}

.w20 {
    width: 200px !important;
}

.w30 {
    width: 300px !important;
}

.w50 {
    width: 500px !important;
}

.w5p {
    width: 50% !important;
}

.w6p {
    width: 60% !important;
}

.w10p {
    width: 100% !important;
}

/*==单选框的中等长度样式==*/
.prepare-person > ul > li.long {
    padding-left: 304px;
}

    .prepare-person > ul > li.long > span {
        width: 294px;
    }
/*==单选框的中等长度样式==*/
.prepare-person > ul > li.longsper {
    padding-left: 506px;
}

    .prepare-person > ul > li.longsper > span {
        width: 496px;
    }
/*==单选框的超长长度样式==*/
.prepare-person > ul > li.longer > span {
    line-height: 20px;
}

/*==下拉框与输入框的组合样式==*/
.founder-person.prepare-person > ul > li > select.fl-select {
    width: 40%;
    float: left;
}
/*==下拉框与输入框的组合样式中控制页面大小改变时的样式==*/
.li-height-sp {
    height: 38px !important;
}
/*==页面中使用a标签按钮的操作事件==*/
.a-stly-custom > a {
    text-decoration: none;
    cursor: pointer;
}

.InfoClass {
    width: 100%;
    height: 120%;
    text-align: center;
    padding-top: 20%;
    position: absolute;
    alpha(opacity=45);
    opacity: 0.5;
    background-color: #808080;
    z-index: 1000;
}


.input-text > input.fl-input, .in-text.fl-input {
    width: 58%;
    float: left;
    margin-left: 2%;
    padding: 0 2%;
}

/*==页面校验样式==*/
.errorClass {
    color: red;
    font-weight: bold !important;
}

/*== 媒体查询 ==*/
@media (max-width: 992px) and (min-width: 508px) {
    body {
        background: #ededed;
        padding: 10px 15px 20px;
    }

    .info-work > div, .info-inform > div {
        margin: 0;
    }

    .info-work > div {
        height: auto;
    }

    .info-inform > div {
        margin-top: 10px;
    }
}

@media (max-width: 508px) {
    .info-inform > div {
        margin: 0;
    }

    .info-work > div {
        margin: 0 0 10px;
    }

    .operator-submit.operator-submit-double > ul > li.normal > select {
        width: 80%;
    }

    .left-desc {
        margin-bottom: 10px;
    }
}
/*数据加载样式*/
#modalBackground {
    z-index: 9999;
    text-align: left;
    line-height: 26px;
    padding-left: 0px;
    -ms-position: fixed; /*IE8*/
    position: absolute;
    width: 172px;
    top: 45%;
    left: 45%;
}

#updateAnimation {
    left: 0px;
    width: 100%;
    -ms-position: fixed; /*IE8*/
    position: fixed;
    top: 0px;
    bottom: 0px;
    height: 100%;
    z-index: 9997;
}

#alpha {
    -ms-position: fixed; /*IE8*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /*IE8*/
    filter: alpha(opacity=60); /*IE5、IE5.5、IE6、IE7*/
    opacity: .3; /*Opera9.0+、Firefox1.5+、Safari、Chrome*/
    z-index: 9998; /*让其位于modalBackground的下面*/
    background: #CCC;
}

/*状态提醒的样式图标*/
.todo-icons {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    background: #008100;
    margin-right: 5px;
}

    .todo-icons.to-danger {
        background: #ff0000;
    }

    .todo-icons.to-warning {
        background: #ffcd00;
    }

/*说明文字*/
.text > p {
    margin-left: 100px;
    color: #666666;
    font-size: 16px;
}
/*流程图图例*/
.flowmap {
    width: 120px;
    float: right;
    display: block;
}

    .flowmap > div {
        height: 20px;
        width: 70px;
    }

        .flowmap > div > hr {
            margin-left: 60px;
            margin-top: -12px;
            width: 50px;
        }

.substr {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*== modify Start==*/
.detail-info > ul > li {
    color: #666666;
}

    .detail-info > ul > li + li {
        line-height: 40px;
    }

.detail-info.special > ul > li + li {
    margin-top: 0px;
}

.detail-info > ul > li > span {
    color: #191616;
}

.detail-info > ul > li > p {
    margin: 0;
    padding: 0;
    line-height: 26px;
}
/*== modify End*/


/*==修改页面验证样式==*/
.ketchup-error-container {
    display: none;
    position: absolute;
    width: auto;
    opacity: 0.75;
}

    .ketchup-error-container ol {
        font-size: 16px;
        color: white;
        background: #ff8b93;
        /*border: 1px solid #c7bf93;*/
        /*background: red;*/
        /*background: rgba(255, 0, 0, 0.6);*/
        padding: 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        list-style: none;
        line-height: 12px;
    }

    .ketchup-error-container span {
        display: block;
        width: 0;
        height: 0;
        border-left: 0 solid transparent;
        border-right: 5px solid transparent;
        /*border-top: 10px solid red;*/
        /*border-top: 10px solid rgba(255, 0, 0, 0.6);*/
        border-top: 5px solid #ff8b93;
        border-bottom: 0;
        margin-left: 10px;
    }

.ketchup-error-container-alt {
    margin: 10px;
    width: 510px;
    display: none;
}

    .ketchup-error-container-alt li {
        background: #f04d5b;
        color: black;
        padding: 3px 10px 3px 10px;
        font-size: 11px;
        margin-bottom: 3px;
        boder-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
    }


/* == tab Start ==*/
.my-tab {
    border: 1px solid #E3E0E0;
    border-radius: 4px;
}

    .my-tab .nav-tabs {
        background-color: #e9e9e9;
        padding: 0 25px 0 40px;
    }

        .my-tab .nav-tabs > li {
            display: inline-block;
            width: 12%;
            height: 0;
            border-width: 0 10px 36px 10px;
            border-style: none solid solid;
            border-color: transparent transparent #4995f0;
            margin-left: -15px;
            z-index: 2;
            line-height: 36px;
            text-align: center;
            cursor: pointer;
        }

            .my-tab .nav-tabs > li.active {
                border-color: transparent transparent #fff;
                z-index: 3;
            }

            .my-tab .nav-tabs > li > a:hover {
                border: none;
            }

            .my-tab .nav-tabs > li.active > a {
                background-color: transparent;
                color: #67acff;
                border: none;
            }

            .my-tab .nav-tabs > li:hover, .my-tab .nav-tabs > li:focus, .my-tab .nav > li > a:hover, .my-tab .nav > li > a:focus {
                background-color: transparent;
            }

            .my-tab .nav-tabs > li:hover {
                border-color: transparent transparent #83b9fa;
            }

    .my-tab .nav > li > a {
        padding: 0;
        color: white;
        display: inline-block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        border: none;
    }

    .my-tab .nav-tabs > li:hover > a, .my-tab .nav-tabs > li.active:hover > a {
        color: white;
    }

    .my-tab .tab-pane {
        padding: 20px 30px;
        background-color: white;
    }

        .my-tab .tab-pane > p {
            color: #5a5a5a;
        }

#more-tag {
    display: none;
}
/* == tab End ==*/


.text-left-nj {
    text-align: left;
    text-indent: 5px;
}

.text-left-one {
    text-align: left;
    text-indent: 12px;
}

.text-left-two {
    text-align: left;
    text-indent: 26px;
}

.text-left-three {
    text-align: left;
    text-indent: 32px;
}

.text-left-four {
    text-align: left;
    text-indent: 46px;
}

.text-left-ten {
    text-align: left;
    text-indent: 115px;
}

.text-left-sum {
    text-align: left;
    text-indent: 185px;
}

.input-full {
    width: 97%;
    height: 36px;
    line-height: 34px;
    color: #191616;
    padding: 0 5px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #cfcfcf;
    margin-left: -3px;
    margin-top: -4px;
    text-align: right;
}
/*.word > ul + ul > li{
    margin-bottom:0;
    text-indent:32px;
}*/
.word > ul > li {
    margin-bottom: 0;
    text-indent: 32px;
}

    .word > ul > li + li {
        line-height: 36px;
    }

.OrgNamesUnicode {
    left: -42px !important;
    width: 210px !important;
}

.SearchListk {
    margin: 0 20px;
    border-bottom: 1px solid #e3e0e0;
}

/*强制span不换行*/
.checkboxlistonerow > tbody > tr > td > span {
    white-space: nowrap; /*强制span不换行*/
}
.search {
    width: 98%;
    height: 40px;
    border: 1px solid #4db2fe;
    border-radius: 10px;
    padding: 0px 5px;
    margin: 0px 5px 5px 5px;
    font: 16px/40px '微软雅黑';
    color: #222222;
    /*background: url(../images/search.png) no-repeat;
    background-position: right;
    background-position-x: 98%;*/
}
/*.searchimg {
    display: inline;
    position: absolute;
    margin-top: 2px;
    margin-right: 5px;
}*/

.clearfix .export {
    cursor: pointer;
    text-align: center;
}

    .clearfix .export > p {
        color: #5a5a5a;
    }
