    /* 底部导航固定底部 */

    html,
    body {
        height: 100%;
    }

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: " ";
    }

    .clearfix:after {
        clear: both;
    }

    .clearfix {
        *zoom: 1;
    }



    .wrap_test_all {
        min-height: 100%;
        margin-bottom: -60px;
    }

    .wyd_wrap_all {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    a:focus {
        outline: none;
    }

    .crumb {
        background: none;
    }

    .wyd_casesource_content {
        width: 60%;
        margin: 0 auto;
        padding: 26px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        background: #fff;
        min-width: 850px;
    }
    /* 案源编辑前协同办案 */

    td.wyd_casesource_together {
        position: relative;
    }

    td.wyd_casesource_together span {
        display: inline-block;
        width: 66px;
        text-align: center;
        margin-right: 20px;
        margin-top: 10px;
    }

    td.wyd_casesource_together span img {
        margin-bottom: 4px;
        display: block;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 5px #333;
        box-shadow: 0 0 5px #333;
    }
    /* 案源编辑后协同办案 */

    td.wyd_source_together {}

    .wyd_source_person img {
        display: block;
        float: left;
    }

    .wyd_source_person .wyd_source_middle {
        float: left;
        margin-left: 10px;
    }

    .wyd_source_middle p {
        margin-top: 4px;
    }

    .wyd_source_middle p span {
        display: inline-block;
        width: 60px;
        height: 20px;
        padding-left: 16px;
        cursor: pointer;
    }

    .wyd_source_middle p span.wyd_source_no {
        background: url('http://os.minglvshi.com/NewPage/anli/mql_images/kck_nocheck.png') no-repeat left center;
    }

    .wyd_source_middle p span.wyd_source_yes {
        background: url('http://os.minglvshi.com/NewPage/anli/mql_images/kck_check.png') no-repeat left center;
    }

    .wyd_source_person .wyd_source_del {
        display: block;
        float: right;

        color: red;
    }

    .wyd_source_person {
        width: 60%;
        height: 50px;

        margin-bottom: 10px;
    }

    .wyd_add_together {


        color: #0f7edb;
    }

    .wyd_together_list {
        width: 60%;
        padding: 20px 60px;
        margin-top: 10px;

        -webkit-box-shadow: 0 0 20px #ccc;
        box-shadow: 0 0 20px #ccc;
        border: 1px solid #e6e6e6;

        display: none;
    }

    .wyd_together_list h2 {
        font-size: 16px;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .wyd_together_list .wyd_together_search {
        margin-top: 20px;
    }

    .wyd_together_search {
        text-align: center;
    }

    .wyd_together_search a {
        display: inline-block;
        width: 66px;
        height: 30px;
        background: #0f7edb;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        margin-left: 10px;
        color: #fff;
        text-align: center;
        line-height: 30px;
    }

    .wyd_together_list .wyd_together_search input[type='text'] {

        width: 60%;
    }

    .wyd_together_roll {
        margin-top: 20px;

        border: 1px solid #e6e6e6;
    }

    .wyd_together_roll li img {
        float: left;
    }

    .wyd_together_roll li p {
        float: left;
        margin-left: 10px;
    }

    .wyd_together_roll li {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 18px;
        padding-bottom: 18px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 80px;
        width: 100%;
        cursor: pointer;
        border-bottom: 1px solid #e6e6e6;
        background: url('http://os.minglvshi.com/NewPage/anli/mql_images/kck_nocheck.png') no-repeat 90% center;
    }

    .wyd_together_roll li.wyd_together_roll_checked {
        background: url('http://os.minglvshi.com/NewPage/anli/mql_images/kck_check.png') no-repeat 90% center;
    }

    .proImg {
        margin: 0;
        margin-left: -8px;
    }

    .proImg li {
        float: left;
        position: relative;
        margin: 10px;
        border: 1px solid #ccc;
        text-align: center;
        line-height: 28px;
        color: #777;
    }

    .proImg li img {
        -webkit-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 0 5px #333;
        box-shadow: 0 0 5px #333;
    }

    .proImg li .closeBtn {
        display: block;
        position: absolute;
        background: url(http://os.minglvshi.com/NewPage/anli/img/exit_icon.png) no-repeat;
        width: 17px;
        height: 17px;
        top: -8px;
        right: -8px;
    }

    .wyd_case_header {
        height: 60px;
        line-height: 60px;
        padding-left: 38px;
        padding-right: 50px;
    }

    .wyd_case_header p {
        font-size: 22px;
        float: left;
    }

    .wyd_case_header a {
        display: block;
        font-size: 14px;
        float: right;
        color: #2e75ac;
        width: 40px;
        text-align: center;
        height: 40px;
        font-size: 14px;
        color: #2e75ac;
    }

    .wyd_case_btn a {
        color: #fff;
        background: #0f7edb;
        line-height: 30px;
        padding: 0 14px;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        margin-top: 20px;
        width: auto;
        height: auto;
    }

    .wyd_case_content {
        border: 1px solid #e6e6e6;
        /*padding: 20px 0;*/
    }

    .wyd_second_title {
        width: 90%;
        margin: 0 auto;
        height: 40px;
        line-height: 40px;
    }

    .wyd_second_title p {
        font-size: 18px;
        float: left;
    }

    .wyd_second_title a {
        width: 40px;
        text-align: center;
        height: 40px;
        display: block;
        font-size: 14px;
        float: right;
        color: #2e75ac;

    }

    table.wyd_case_detail_table {
        width: 86%;
        margin: 0 auto;
        font-size: 14px;

    }

    table.wyd_case_detail_table td,
    table.wyd_case_detail_table th {
        padding: 8px;
    }

    table.wyd_case_detail_table th {
        text-align: right;
        color: #666;
        min-width: 100px;
        vertical-align: top;
    }

    table.wyd_case_detail_table td {
        color: #333;
    }

    table.wyd_case_detail_table td.wyd_title_bold {
        font-weight: bold;
        font-size: 16px;
    }

    table.wyd_case_detail_table tr.wyd_title_exception td,
    table.wyd_case_detail_table tr.wyd_title_exception th {
        font-size: 16px;
        color: #333;
    }

    table.wyd_case_dynamic_form textarea {
        width: 98%;
        height: 90px;
        overflow: auto;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        padding: 6px;
        resize: none;
    }

    table.wyd_case_dynamic_form {

        width: 60%;
        text-align: center;
    }

    .wyd_case_list {
        height: 42px;
        margin-bottom: 16px;

    }

    .wyd_case_list li {
        /*width: 166px;*/
        height: 40px;
        text-align: center;
        line-height: 40px;
        float: left;
        background: #949494;
        margin-right: 20px;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        border: 1px solid #949494;
    }

    .wyd_case_list li.wyd_case_current {
        border-color: #0f7edb;
        background: #fff;
    }

    .wyd_case_list li.wyd_case_current a {
        color: #000;
    }

    .wyd_case_list li a {
        display: block;
        font-size: 18px;
        color: #fff;
        min-width: 4em;
        padding: 0 1em;
        text-align: center;
    }

    .wyd_case_page {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    .wyd_case_page a {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 8px 16px;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        margin-right: 20px;
    }

    .wyd_case_page a.current_page {
        background: #efefef;
    }

    .wyd_case_page a.no_border {
        border-color: #fff;
    }

    .wyd_case_dynamic {
        margin-bottom: 20px;
    }

    .wyd_case_dynamic a {
        display: block;
        font-size: 14px;
        width: 80px;
        color: #fff;
        text-align: center;
        background: #0f7edb;
        line-height: 30px;
        padding: 0 14px;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        margin: 0 auto;
        margin-top: 20px;

    }

    .wyd_case_middle {

        margin: 0 auto;
        border: 1px solid #e6e6e6;
        padding: 20px 10px;
        padding-left: 60px;
        font-size: 14px;
        border-bottom: none;

    }

    .wyd_case_middle:hover,
    .wyd_change_background:hover {

    }

    table.wyd_case_middle_table td {
        padding: 0;
    }

    table.wyd_case_middle_table td.wyd_case_time {
        color: #666;
    }

    table.wyd_case_middle_table td.wyd_case_name {
        font-weight: bold;
        font-size: 16px;
        position: relative;
    }

    table.wyd_case_middle_table td.wyd_case_name a {
        margin-right: 10px;
        position: absolute;
        top: 0;
        right: 24px;
        font-size: 14px;
        color: #0f7edb;
        font-weight: normal;
    }

    td.wyd_add_shadow {
        vertical-align: top;
    }

    td.wyd_add_shadow img {
        -webkit-box-shadow: 0 0 5px #333;
        box-shadow: 0 0 5px #333;
    }

    tr.wyd_upload_file label {
        background: url('/Content/image/addfile.png') no-repeat center center;
        display: block;
        width: 80px;
        height: 80px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        float: left;

    }

    tr.wyd_upload_file input[type="file"],
    .wyd_team_upload input[type='file'],
    .wyd_account_basic_portrait input[type='file'] {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .wyd_case_upload_file {
        height: 100px;
    }

    .wyd_case_upload_file img {
        float: left;
        margin-right: 10px;
    }

    .wyd_upload_img li {
        float: left;
        position: relative;
        margin-right: 8px;
        margin-bottom: 6px;
    }

        .wyd_upload_img li .closeBtn {
            display: block;
            position: absolute;
            background: url('/Content/image/close-btn.png') no-repeat;
            width: 18px;
            height: 18px;
            top: -8px;
            right: 6px;
        }

    .wyd_upload_img li img,
    .wyd_team_portrait img {
        -webkit-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 0 5px #333;
        box-shadow: 0 0 5px #333;
    }

    .wyd_add_parties {
        margin-bottom: 60px;
        display: none;
        -webkit-box-shadow: 0 0 20px #ccc;
        box-shadow: 0 0 20px #ccc;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .wyd_add_casesource_table {
        display: none;
        margin-bottom: 30px;
        position: relative;
    }

    .wyd_add_casesource_close {
        background: url('image/xc.png') no-repeat center center;
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        top: -12px;
        right: -12px;
    }

    .wyd_add_casesource_btn {
        margin: 20px 0;
        display: block;
        border: 1px dashed #e6e6e6;
        line-height: 40px;
        text-align: center;
        background: #f5f3f3;
    }

    .wyd_add_casesource_btn a {
        color: #0f7edb;
    }

    .wyd_add_table {
        width: 60%;
        margin: 0 auto;
    }

    .wyd_save_cancel {
        text-align: center;
        padding-top: 20px;
    }

    .wyd_case_cancel {
        margin-right: 22px;
    }

    .wyd_case_save {
        display: inline-block;
        width: 64px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        color: #fff;
        -webkit-border-radius: .25em;
                border-radius: .25em;
        background: #0f7edb;
        white-space: nowrap;
    }

    .wyd_case_save:hover {
        background: #0676d4;
    }

    .wyd_add_table tr th {
        width: 18%;
        text-align: right;

        vertical-align: top;
        padding-right: 16px;
        line-height: 3;
        font-size: 14px;
        font-weight: bold;
    }

    .wyd_add_table tr td {
        font-size: 14px;
    }

    table.wyd_add_table input[type='text'],
    table.wyd_case_edit input[type='text'],
    table.wyd_case_edit textarea,
    table.wyd_add_table textarea,
    table.wyd_case_edit input[type='password'] {
        background: url(http://os.minglvshi.com/NewPage/style/images/input-bg_07.png) repeat-x #fff;


        text-align: left;
        width: 100%;
        -webkit-border-radius: 6px;
                border-radius: 6px;

        padding: 7px;
    }

    table.wyd_case_edit input[type='text'],
    table.wyd_case_edit input[type='password'] {
        width: 50%;
    }

    table.wyd_send_table input[type='text'] {
        width: 60%;
    }

    table.wyd_caselog_table input[type='text'].wyd_caselog_input {
        width: 96%;
    }

    table.wyd_caselog_table tr td:first-child {
        text-align: left;
    }

    table.wyd_caselog_table td a.wyd_caselog_del_single {
        font-size: 14px;

    }

    table.wyd_caselog_table td a.wyd_caselog_add_single {
        color: #2e75ac;
        margin-left: 20px;
    }

    table.wyd_caselog_table td a.wyd_caselog_del_single:hover {
        color: red;
    }

    table.wyd_add_table textarea {
        width: 80% !important;
        height: 60px;
    }

    table.wyd_case_edit textarea {
        width: 80% !important;
        height: 60px;
        overflow-x: hidden;
    }

    table.wyd_add_table select {
        padding: 6px;
        background: url(http://os.minglvshi.com/NewPage/style/images/input-bg_07.png) repeat-x #fff;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        margin-right: 6px;
    }

    table.wyd_add_table td.wyd_table_select_custom input {
        width: 24%;
    }

    table.wyd_case_edit select {
        padding: 6px;
        background: url(http://os.minglvshi.com/NewPage/style/images/input-bg_07.png) repeat-x #fff;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        margin-right: 6px;
    }

    table.wyd_case_edit select.wyd_limit_height {

    }

    table.wyd_case_edit select.wyd_limit_height option {
        height: 100px;

        overflow: auto;
    }

    table.wyd_case_edit td.wyd_table_select_custom input {
        width: 24%;
    }

    .wyd_radio_no,
    .wyd_radio_yes {
        display: inline-block;
        width: 40px;
        height: 32px;
        line-height: 32px;
        padding-left: 30px;
    }

    .wyd_radio_no {
        background: url('image/radiono.png') no-repeat 4px center;
    }

    .wyd_radio_yes {
        background: url('image/radioyes.png') no-repeat 4px center;
    }

    .wyd_radio_yes:hover,
    .wyd_radio_no:hover {
        text-decoration: none;
    }

    .wyd_add_agent {
        padding-left: 120px;
        color: red;
        display: block;
        margin-top: 10px;
    }
    /* 案源样式 .wyd_source_edit_control {text-align: center; line-height: 60px; width: 54%; margin: 0 auto; margin-bottom: -30px; } .wyd_source_edit_control a.wyd_edit_blue {background: #2f7cc3; } .wyd_source_edit_control a.wyd_edit_red {background: #eb4541; } .wyd_source_edit_control a {display: inline-block; font-size: 14px; border-radius: 6px; height: 36px; line-height: 36px; padding: 0 10px; margin-right: 20px; color: #fff; letter-spacing: 2px; } */

    .wyd_casesource_final {
        width: 60%;
        height: 20px;
        margin: 0 auto;
        text-align: right;
        margin-top: -10px;

    }

    .wyd_casesource_final a {
        font-size: 14px;
        margin-left: 20px;
        padding-left: 20px;
        margin-top: 10px;
    }

    a.wyd_final_first,
    a.wyd_final_second {
        background-image: url('image/convert1.png');
        background-repeat: no-repeat;
        background-position: left center;
    }

    a.wyd_final_first:hover,
    a.wyd_final_second:hover {
        color: #0f7edb;
        background-image: url('image/convert2.png');
    }

    a.wyd_final_three {

        background-image: url('image/delete1.png');
        background-repeat: no-repeat;
        background-position: left center;
    }

    a.wyd_final_three:hover {
        color: #f00;
        background-image: url('image/delete2.png');
    }
    /* 案件动态独立页面 */

    .wyd_caselog_wrap {
        background: #e6e6e6;
    }

    .wyd_casestate_list {
        background: #fff;
        padding: 20px;
        margin-bottom: 12px;
        cursor: pointer;
    }

    .wyd_caselog_wrap .wyd_casestate_list:last-child {
        border-bottom: 1px solid #e6e6e6;
    }

    .wyd_casestate_list:hover {
        background: #f7fcff;
    }

    .wyd_casestate_page {



    }

    table.wyd_casestate_table td {
        padding: 0;
    }

    table.wyd_casestate_table td.wyd_case_name {
        font-size: 14px;
        position: relative;
        color: #2e75ac;
    }

    table.wyd_casestate_table td.wyd_case_name a {
        margin-right: 10px;
        position: absolute;
        right: 0px;
        font-size: 14px;
        color: #2e75ac;
        font-weight: normal;
    }

    table.wyd_casestate_table td.wyd_case_time {
        color: #666;
        font-size: 12px;
        padding-top: 3px;

    }

    table.wyd_casestate_table td.wyd_casestate_content {
        font-size: 14px;
        color: #343434;

    }

    td.wyd_casestate_content span.wyd_distance {
        margin-left: 40px;
    }

    td.wyd_casestate_content span.wyd_negative_margin {
        margin-left: -8px;
    }

    td.wyd_casestate_content span.wyd_caselog_money {

        display: inline-block;
        width: 260px;
        margin-left: -8px;
    }

    a.wyd_knowledge_link {
        color: #2e75ac;
        margin-left: 20px;
        background: red;
        display: inline-block;
        width: 72px;
        height: 20px;
        background: url(image/link.png) no-repeat right 4px;
        -webkit-background-size: 20% 20%;
                background-size: 20%;
    }
    /*  td.wyd_casestate_content  a.wyd_knowledge_link i{margin-left: 10px; font-size: 10px; } */
    /* td.wyd_casestate_content  a.wyd_knowledge_link i{display: inline-block; width: 20px; height: 20px; background: url(image/link.png) no-repeat center 5px; background-size: 80%; } */

    td.wyd_casestate_content span.wyd_caselog_money i {
        font-style: normal;
        margin-left: 40px;
    }

    td.wyd_casestate_content i.wyd_red_flag {
        color: red;
    }

    .wyd_casestate_tooltip {
        width: 300px;
        background: #f6f6f6;
        border: 1px solid #e6e6e6;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px;
        padding-top: 6px;
    }

    .wyd_casestate_edit_tooltip:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        cursor: pointer;
    }

    table.wyd_case_detail_table .wyd_casestate_tooltip {
        margin: 0;
    }

    .wyd_casestate_tooltip span {
        display: block;
        color: #343434;

    }

    .wyd_casestate_pages {
        height: 50px;
        margin-bottom: 50px;

    }

    div.badoo {
        background: #e6e6e6;
    }

    div.badoo span,
    div.badoo a {
        margin-right: 10px
    }
    /* 最后结案及删除 */

    .wyd_case_final {
        text-align: right;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 160px;
    }

    .wyd_case_final a {
        display: inline-block;
        width: 64px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }

    .wyd_case_final a:hover {
        text-decoration: none;
    }

    .wyd_case_final .wyd_final_end {
        background: url('image/end1.png') no-repeat left center;
        margin-right: 50px;
    }

    .wyd_case_final .wyd_final_end:hover {
        color: #0a62ab;
        background: url('image/end2.png') no-repeat left center;
    }

    .wyd_case_final .wyd_final_del {
        background: url('image/del1.png') no-repeat left center;
    }

    .wyd_case_final .wyd_final_del:hover {
        color: #ff0000;
        background: url('image/del2.png') no-repeat left center;
    }
    /* 办案记录 */

    table.wyd_caserecord_table {
        width: 60%;
        margin: 0 auto;
        font-size: 14px;
    }

    table.wyd_caserecord_table th {
        text-align: right;
        color: #666;
        min-width: 100px;
        text-align: right;
        vertical-align: top;
        padding: 8px;
    }

    table.wyd_caserecord_table input[type='text'] {
        width: 90% !important;
        background: url(http://os.minglvshi.com/NewPage/style/images/input-bg_07.png) repeat-x #fff;
        text-align: left;
        width: 100%;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        padding: 6px;
    }

    table.wyd_caserecord_table textarea {
        background: url(http://os.minglvshi.com/NewPage/style/images/input-bg_07.png) repeat-x #fff;
        ;
        text-align: left;
        width: 100%;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        padding: 7px;
    }

    table.wyd_caserecord_table select {
        padding: 6px;
        background: url(http://os.minglvshi.com/NewPage/style/images/input-bg_07.png) repeat-x #fff;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        margin-right: 6px;
    }

    table.wyd_caserecord_table textarea {
        width: 90% !important;
        height: 60px;
    }

    .wyd_caserecord_btn {
        text-align: center;
    }

    .wyd_caserecord_btn a {
        color: #fff;
        background: #0f7edb;
        line-height: 30px;
        padding: 2px 14px;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        margin-top: 20px;
        width: auto;
        height: auto;

    }

    .wyd_caserecord_filter {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 290px;

        line-height: 32px;
        height: 32px;
    }

    .wyd_caserecord_filter label {
        margin-right: 10px;
        float: left;
    }

    .wyd_caserecord_filter select {
        padding: 6px;
        background: url(http://os.minglvshi.com/NewPage/style/images/input-bg_07.png) repeat-x #fff;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        margin-right: 6px;
        margin-left: 10px;
    }

    .wyd_exchange_file {
        padding-left: 20px;
        color: #0f7edb;
        display: block;
        width: 90px;
        float: right;
        display: none;
    }
    /* 交接文件  */

    .wyd_exchange_table_wrap {
        margin-bottom: 30px;
        margin-top: 30px;
        display: none;
    }

    .wyd_exchange_table {
        width: 90%;
        font-size: 14px;
        margin: 0 auto;
        margin-bottom: 10px;
        position: relative;
    }

    .wyd_exchange_table .wyd_exchange_single {
        width: 96%;
        height: 32px;
    }

    .wyd_exchange_table span {
        margin-right: 30px;
    }

    .wyd_exchange_table input[type='text'] {
        background: url(http://os.minglvshi.com/NewPage/style/images/input-bg_07.png) repeat-x #fff;
        text-align: left;
        width: 30%;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        padding: 6px;
        margin-left: 8px;
    }

    .wyd_exchange_table .wyd_exchange_input_limit input[type='text'] {
        width: 4%;
    }

    .wyd_exchange_table select {
        padding: 6px;
        background: url(http://os.minglvshi.com/NewPage/style/images/input-bg_07.png) repeat-x #fff;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        margin-right: 6px;
        margin-left: 10px;
    }

    .wyd_exchange_table .wyd_exchange_del {
        color: red;
        position: absolute;
        top: 6px;
        right: 0;
    }

    table.wyd_caselog_table {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;

    }

    table.wyd_caselog_table tr th,
    table.wyd_caselog_table tr td {
        padding: 8px;
        border: 1px solid #e6e6e6;
        text-align: center;
        line-height: 30px;
        font-size: 16px;
    }

    table.wyd_caselog_table tr th {
        text-align: center;
        background: #f5f5f5;
        letter-spacing: 2px;
    }
    /* 交接文件  */
    /*   办案日志独立 */

    .wyd_caselog_nav {
        height: 58px;
    }

    .wyd_caselog_nav .wyd_caselog_operation {
        width: 970px;
        margin-top: 10px;

        padding-right: 40px;
    }

    .wyd_caselog_operation .wyd_search_text {
        background: url(http://os.minglvshi.com/NewPage/style/images/input-bg_07.png) repeat-x #fff;
        height: 33px;
        line-height: 33px;
        padding: 0 10px;
        width: 750px;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        margin-right: 10px;
        color: #000;
    }

.wyd_caselog_operation a {
    height: 33px;
    line-height: 33px;
    color: #fff !important;
    text-shadow: 0 1px 1px #165589;
    border: 1px solid #2e75ac;
    background: url('../../../NewPage/style/images/btn-bg.png') repeat-x;
    background-position: 0 -35px;
    display: inline-block;
    padding: 0 13px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px #ccc;
    box-shadow: 0 2px 3px #ccc;
    color: #fff;
}

    .wyd_caselog_nav ul.wyd_right_nav {
        width: 100%;
        margin-top: -40px;
    }

    ul.wyd_right_nav li {
        float: right;
        height: 50px;
        width: 74px;
        line-height: 50px;
        text-align: center;
        background-color: #e6e6e6;
    }

    ul.wyd_right_nav li a {
        display: block;
        border-top: 2px solid #e6e6e6;
    }

    ul.wyd_right_nav li.curr a {
        background: #fff;
        height: 52px;
        line-height: 50px;
        border-top: 2px solid #005ca1;
    }

    td.wyd_caselog_portrait {
        vertical-align: top;
        text-align: left;
    }

    .wyd_team_edit table.wyd_case_edit th {
        font-weight: bold;
    }

    .wyd_team_portrait {}

    .wyd_team_portrait img {
        display: block;
        float: left;
        margin-right: 20px;
    }

    .wyd_team_portrait .wyd_team_upload {
        float: left;
        margin-top: 36px;
    }

    .wyd_team_upload label {
        cursor: pointer;
        font-size: 14px;
        color: #0d65ab;
    }

    .wyd_team_upload p {
        font-size: 12px;
        color: #999;
    }

    .wyd_team_permission a:hover,
    a.wyd_team_pause_id:hover {
        text-decoration: none;
    }

    .wyd_team_permission a {
        margin-right: 40px;
        display: block;
        width: 120px;
        float: left;
        background: url('image/checkbox_no.png') no-repeat left center;
        padding-left: 20px;
    }

    .wyd_team_permission .wyd_team_selected {
        background: url('image/checkbox_yes.png') no-repeat left center;
    }

    .wyd_team_pause_id {
        background: url('image/radio_no.png') no-repeat left center;
        padding-left: 20px;
    }

    .wyd_team_start_id {
        background: url('image/radio_yes.png') no-repeat left center;
    }

    tr.wyd_remain_type th {
        vertical-align: middle !important;

        height: 36px;
    }

    tr.wyd_remain_type label {
        cursor: pointer;
        margin-right: 20px;
    }

    tr.wyd_remain_type input.w_type_qt {
        margin-left: -20px;
    }

    .wyd_remain_info {
        color: #999;
        margin-left: 20px;
    }

    .wyd_send_message {

        width: 62%;
        height: 82px;
        position: relative;
    }

    .wyd_send_len {
        position: absolute;
        right: 6px;
        bottom: 2px;
        font-size: 12px;
        color: #ccc;
    }

    table.wyd_case_edit .wyd_send_message textarea {
        width: 97% !important;
        resize: none;
        height: 70px;
    }

    .wyd_send_to {
        width: 62%;
        /* background: red; height: 340px;*/
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        padding-left: 16px;
        padding-top: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .wyd_send_to h2 {
        margin-bottom: 16px;
        padding-left: 38px;
        background: url('image/h_check_no.png') no-repeat left center;
        cursor: pointer
    }

    .wyd_send_to h2.wyd_send_checked,
    .wyd_send_to li.wyd_send_checked {
        background: url('image/h_check_yes.png') no-repeat left center;
    }

    .wyd_send_to h2 span {}

    .wyd_send_to ul {
        height: 320px;
        overflow: auto;
    }

    .wyd_send_to li {
        margin-bottom: 14px;
        padding-left: 38px;
        cursor: pointer;
        background: url('image/h_check_no.png') no-repeat left center;
    }

    .wyd_send_to li img {
        margin-right: 10px;
    }

    .wyd_send_to li a:hover {
        text-decoration: none;
        color: #0f7edb;
    }

    .wyd_send_to li span {
        margin-right: 6px;
    }

    .wyd_remain_num {
        margin-top: -10px;
        font-size: 13px;
        color: #999;
        padding-left: 16px;
    }

    .wyd_remain_num span {
        color: red;
    }

    .wyd_account_wrap {
        padding: 0;

    }

    .wyd_account_left {
        float: left;
        width: 180px;

        height: 1200px;
    }

    .wyd_account_left h2 {
        text-align: center;
        height: 60px;
        line-height: 60px;
        font-weight: bold;
    }

    .wyd_account_left li {
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

    .wyd_account_left li a {
        display: block;
    }

    .wyd_account_left li.wyd_account_current {
        background: #fff;
    }

    .wyd_account_right {
        height: 1200px;
        background: #fff;
        float: left;
        padding: 30px 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

        /* min-height: 540px;*/
        overflow: auto;

    }

    .wyd_account_right h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .wyd_account_right h3.wyd_account_h3 {
        margin-bottom: 20px;
    }

    .wyd_account_right h3 a {

        color: #0f7edb;
        font-size: 14px;
        margin-left: 14px;
    }

    .wyd_account_img {
        float: left;
        margin-right: 30px;
    }

    .wyd_account_basic_img {
        width: 60px;
        height: 60px;
    }

    .wyd_account_portrait {
        padding-top: 6px;
    }

    .wyd_account_shadow {
        border: 1px solid #fff;
        -webkit-box-shadow: 0px 1px 17px 0px #c7e7f3;
        box-shadow: 0px 1px 17px 0px #c7e7f3;
    }

    .wyd_account_portrait .wyd_account_portrait_right {
        float: left;
        padding-top: 30px;
    }

    .wyd_account_portrait_right h2 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .wyd_account_modify {
        height: 50px;
        line-height: 50px;
        border-top: 2px dotted #ddd;
        border-bottom: 2px dotted #ddd;
        margin-top: 20px;
        margin-bottom: 26px;
    }

    .wyd_account_modify p {
        font-weight: bold;
        display: inline-block;
        width: 80%;
        padding-left: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .wyd_account_modify a {
        display: inline-block;
        color: #2e75ac;
        width: 10%;
        text-align: right;
    }

    table.wyd_account_table {
        width: 40%;
        margin: 0;
        margin-left: 60px;
        display: none;
    }

    .wyd_account_decide {
        text-align: left;
    }

    table.wyd_account_basic {
        margin: 0;
        background: red;
        padding-bottom: 200px;
    }

    table.wyd_account_basic input[type='text'] {
        width: 26%;
        min-width: 300px;
    }

    td.wyd_account_width_input input[type='text'] {
        width: 30%;
        min-width: 400px;
    }

    .wyd_account_basic_portrait label {
        display: inline-block;
        width: 60px;
        text-align: center;
        margin-top: 6px;
        font-size: 14px;
        color: #0f7edb;
        cursor: pointer;
    }

    .wyd_account_end {
        width: 1130px;



        margin-top: 28px;
    }

    .wyd_account_end_single {
        float: left;
        width: 540px;
        height: 140px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        margin-right: 20px;
        padding: 12px 36px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    .wyd_account_end_single a {
        display: block;
        font-size: 14px;
        color: #0f7edb;
        position: absolute;
        right: 40px;
        top: 20px;
    }

    .wyd_account_end_single h2 {
        font-size: 18px;
        margin-bottom: 12px;
        margin-top: 6px;
    }

    .wyd_account_end_single p {
        color: #999;

    }

    .wyd_account_end_single:hover {
        cursor: pointer;
        border-color: #0f7edb;
    }

    .wyd_account_noend {
        text-align: center;
        height: 40px;
        line-height: 40px;
        border: 2px dotted #ddd;
        margin-top: 20px;
        margin-bottom: 26px;
        background: #faf8f8;
        color: #666666;
    }

    .wyd_account_feedback_btn {
        font-size: 14px;
        background: #0f7edb;
        display: block;
        width: 40px;
        line-height: 30px;
        padding: 0 14px;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        margin: 0 auto;
        color: #fff;
        margin-bottom: 40px;
    }

    .wyd_account_feedback {
        width: 730px;

        margin-left: 10%;

        display: none;
    }

    table.wyd_account_feedback_table {
        width: 100%;
    }

    .wyd_account_casename {
        padding-left: 12px;
        margin-left: 20px;
        background: url('image/mobile.png') no-repeat left center;
        font-size: 14px;
        color: #666;
        font-weight: normal;
    }

    .wyd_account_des {

        width: 60%;
        text-align: justify;
    }

    .wyd_feedback_wrap {}

    .wyd_feedback_time {
        float: left;
    }

    .wyd_feedback_btn {
        display: block;
        float: right;
        background: url('image/feeback.png') no-repeat left center;
        padding-left: 30px;
        margin-right: 80px;
    }

    .wyd_feedback_input {
        text-align: right;
        padding-right: 70px;
        margin-top: 20px;
        display: none;
    }

    .wyd_feedback_input input {
        background: url(http://os.minglvshi.com/NewPage/style/images/input-bg_07.png) repeat-x #fff;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        padding: 6px;
        width: 50%;
    }

    .wyd_feedback_input a {
        font-size: 16px;
        background: #0f7edb;
        display: inline-block;

        text-align: center;
        line-height: 30px;
        padding: 0px 14px;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        color: #fff;
        margin-left: 20px;
    }

    .wyd_feedback_content {
        margin-right: 100px;
    }

    .wyd_feedback_content p {
        float: right;
        text-align: left;
        margin-top: 20px;
        height: 40px;
        line-height: 40px;
        width: 600px;
        background: #e6e6e6;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        line-height: 40px;
        padding-left: 30px;
    }

    .wyd_account_feedback_list .wyd_case_middle {
        width: 80%;
        margin: 0;
    }

    .wyd_account_feedback_list .wyd_account_des,
    .wyd_account_feedback_list .wyd_case_name,
    .wyd_account_feedback_list .wyd_feedback_wrap,
    .wyd_account_feedback_list .proImg {
        padding-left: 6px;
    }

    td.wyd_feedback_no_image {
        height: 100px;
    }

    .wyd_account_feedback_list .wyd_account_casemiddle {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 20px;
    }

    table.wyd_account_basic input[type='text'].wyd_account_law_input {

    }

    table.wyd_account_basic input[type='text'].wyd_account_law_input {

        min-width: 510px;
    }

    table.wyd_account_basic input[type='text'].wyd_account_extra_input {
        min-width: 660px;
        background: red;
        background: url(image/bottom.png) no-repeat 656px center;
    }

    table.wyd_account_basic textarea.wyd_account_law_textarea {
        width: 40% !important;
        height: 160px;
        min-width: 510px;
    }

    .wyd_account_law p span {
        color: #fa9d3b;
        font-weight: bold;
        margin-right: 4px;
    }

    .wyd_account_law p {
        color: #666666;
    }

    .wyd_account_law_wrap {
        margin-top: 20px;
    }

    .wyd_account_law_inner {
        width: 280px;
        float: left;
        margin-right: 60px;
    }

    .wyd_account_law_upload label {
        display: block;
        width: 134px;
        height: 134px;
        background: url('image/lawupload.png') no-repeat center center;
        cursor: pointer;
        float: left;
        margin-right: 10px;
    }

    .wyd_account_law_upload p {
        float: left;
    }

    .wyd_account_law_upload {
        width: 280px;
    }

    .wyd_account_law_inner h2 {
        text-align: center;
        width: 134px;

        margin-top: 10px;

    }

    .wyd_account_law_inner h2 p {
        text-align: left;
    }

    .wyd_account_law_upload label input[type='file'] {
        opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
    }

    .wyd_account_law_tooltip {
        margin-top: 20px;
        margin-bottom: 40px;
        text-align: center;
    }

    .wyd_account_region input[type='text'] {
        cursor: pointer;
    }

    .wyd_account_region {
        position: relative;
    }

    .wyd_account_region_wrap {
        display: none;

        min-width: 526px;


        background: #fff;
        padding: 7px;
        padding-left: 0;

        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 340px;
        overflow: auto;
        position: absolute;
        top: 40px;
        left: 8px;
        z-index: 100;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

    .wyd_account_region_wrap table {

    }

    .wyd_account_region_wrap h2 {
        font-size: 14px;
        color: #666;
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
    }

    .wyd_account_region_wrap table th {

        min-width: 30px;

        padding: 0;
        padding-left: 20px;
    }

    .wyd_account_region_wrap table p {
        margin-bottom: 6px;
    }

    .wyd_account_region_wrap table p span {
        display: inline-block;
        width: 90px;
        height: 40px;
        background: #eaedf1;
        color: #666;
        text-align: center;
        line-height: 40px;
        margin-right: 6px;
        cursor: pointer;
        border: 1px solid #eaedf1;
        padding: 0 20px;
    }

    table p span.wyd_account_highlight {
       
        border: 1px solid #339900;
        background: url('image/highlight.png') no-repeat 108px center;
    }

    .wyd_account_law_btn a {
        display: block;
        width: 130px;
        height: 30px;
        background: #339900;
        text-align: center;
        line-height: 30px;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        font-size: 16px;
        color: #fff;
        margin: 20px auto 30px;
    }

    .wyd_account_law_btn a:hover {
        text-decoration: none;
    }


    /* Evidence Materials Feedback  */
.wydfeed0516{position: relative;right: 50px;padding-left: 40%;box-sizing:  border-box;}

 .wyd_case_feedback_btn {text-align: right;margin-bottom: 10px;}

.wyd_case_feedback_btn a {
    background: url('http://os.minglvshi.com/NewPage/account/image/feeback.png') no-repeat left center;
    padding-left: 20px;
}

.wyd_case_feedback_input {
    text-align: right;
  
    margin-top: 10px;
}

.wyd_case_feedback_control {
    text-align: right;
    margin-top: 10px;
}

.wyd_case_feedback_control a {
    display: inline-block;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.wyd_case_feedback_control a.wyd_feedback_cancel {
    background: #f1f2f6;
    margin-right: 20px;
}

.wyd_case_feedback_control a.wyd_feedback_submit {
    background: #0F7EDB;
    color: #fff;
}

.wyd_case_feedback_control a.wyd_feedback_submit:hover {
    background-color: #38adff;
}
.mql_wrap .detail .detail_tab td textarea, .mql_wrap .detail .detail_tab .wydfeed0516 input {
    padding: .5em;
    width: 97%;
    background: url('http://os.minglvshi.com/NewPage/style/images/input-bg_07.png') repeat-x #fff;
    border-radius: .25em;
}
.wyd_case_feedback_info {
}

.wyd_case_feedback_info h2 {
    background: #f5f5f7;
    padding: 10px;
    padding-left: 20px;
    padding-top: 0;
} 

.wyd_case_feedback_info h2:first-child{
     padding-top: 10px;
}

/* 独立案件动态及案件列表动态 */


.wyd-feedback-180417 .wyd-header{
    width: 150px;
    height: 22px;
    line-height: 22px;
}
.wyd-feedback-180417 .wyd-header-date{
    width: 150px;
 
}

.wyd-feedback-180417 .wyd-header span,
.wyd-feedback-180417 .wyd-header a{
    color: #666;
    font-size: 12px;
}



.wyd-feedback-180417 artice{
}
  .wyd-feedback-180417 .wyd-header span{
    float: left;

}
.wyd-feedback-180417 .wyd-header a{
  float: right;
  color: #0f7edb;
  font-size: 14px;
}
.wyd-feedback-180417 h3{
    border-top: 1px dashed #ddd;
    padding-top: 20px;
    margin-top: 18px;
}
.wyd-feedback-180417 section{
    margin-top: 20px;
}
.wyd-feedback-180417 artice section:nth-of-type(1) 
{
    margin-top: 14px;
}
.wyd-feedback-180417 section img{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 14px;
}

.wyd-feedback-180417 .wyd_dynamic_detail{width: 80%;overflow: hidden;}

.wyd_dynamic_detail h2{
    font-weight: bold;
}


.wyd_account_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 100;
    display: none;
}.wyd_account_fixed_inner {
    width: 650px;
    background: #fff;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 200;
    padding: 20px 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
}

.wyd_account_fixed_control {
    height: 30px;
    text-align: right;
    margin-top: 20px;
}
.wyd_account_fixed_inner .wyd_text180417{
    width: 556px;
    height: 148px;
    resize: none;
    margin-top: 20px;
    padding: 10px;
    font-size: 14px;
  
}



a.wyd_control_cancel {
    border: 1px solid #ddd;
    color: #333;
}
a.wyd_control_decide {
    background: #0f7edb;
    color: #fff;
    margin-left: 17px;
    border: 1px solid #0f7edb;
}
a.wyd_control_cancel:hover {
    color: #767676;
    border: 1px solid #767676;
}
a.wyd_control_decide:hover{
    background-color: #38adff;
    border: 1px solid #0f7edb;
}
.wyd_account_fixed_control a {
    display: inline-block;
    width: 66px;
    height: 30px;
    text-align: center;

    padding-top: 3px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


.add_wrap_close {
    position: absolute;
    top: -16px;
    right: -15px;
    z-index: 10;
    cursor: pointer;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(http://os.minglvshi.com/NewPage/Anli/mql_images/xc.png) no-repeat;
}

/* 案件列表之动态评论 */
.ajxqy_xs_all_wrap.stage_dotai td.wyd_clear_padding {
   padding-right: 0px;
}
.ajxqy_xs_all_wrap.stage_dotai{
    position: relative;
}
