* {
    /*-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;*/
    list-style: none;
    font-family: 微软雅黑;
    margin:0;
    padding:0;
}

body {
    /*max-width: 1200px;*/
}
 
@media (min-width:100px) and (max-width:800px) {
    #custimg1 {
        display: none
    }
}

    


#optionContainer2{
    padding:0;
}
#optionContainer2 > li {
    margin-top: 10px;
}
#optionContainer2 .down_box select,
#optionContainer2 .down_box{
    width:initial;
    vertical-align:middle;
}
#optionContainer2 .add{
    display:inline-block;
    vertical-align:middle;
    background-color:#5FC191;
    color:#fff;
    width:80px;
    text-align:center;
    cursor:pointer;
    line-height:34px;
    border-radius:4px;
    transition:all 0.2s ease-out;
}
#optionContainer2 .add:hover{
    background-color:#65ca98;
}

#optionContainer2 .delete{
    display:inline-block;
    vertical-align:middle;
    background-color:#FF6464;
    color:#fff;
    width:80px;
    text-align:center;
    cursor:pointer;
    line-height:34px;
    border-radius:4px;
    transition:all 0.2s ease-out;
}
#optionContainer2 .delete:hover{
    background-color:#ff7272;
}




.ico {
    display: inline-block;
    vertical-align:middle;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.ico.yes {
    width: 20px;
    height: 20px;
    background-image: url(/Content/icon/ico_yes.png);
}
.ico.no {
    width: 20px;
    height: 20px;
    background-image: url(/Content/icon/ico_no.png);
}
.ico.share {
    width: 20px;
    height: 20px;
    background-image: url(/Content/icon/ico_share.png);
}
.ico.size-14 {
    width: 14px;
    height: 14px;
}
.ico.size-20 {
    width: 20px;
    height: 20px;
}


.wrap-800,
.wrap-1000,
.wrap-1200 {
    margin-left: auto;
    margin-right: auto;
    padding:20px;
}
.wrap-800 {
    max-width: 800px;
}
.wrap-1000 {
    max-width: 1000px;
}
.wrap-1200 {
    max-width: 1200px;
}


.login_body {
    position:absolute;
    width:100%;
    height:100%;
    background-image: url(/content/images/bg_8.jpg);
    background-position: center 0%;
    background-size:100%;
    background-size:cover;
}

.login_body > .loginbox {
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    position:absolute;
    background-color :#fff;
    width:800px;
    height:420px;
    border-radius:4px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    padding: 40px;
}
.login_body .login_input > div{
    line-height:50px;
}

.login_text {
    float:left;
    padding-right:40px;
    text-align:center;
    border-right:1px solid #ddd;
}

.login_text > h1 > img{
    width:auto !important;
    height:70px;
    margin-bottom:40px;
    max-width:380px;
}
.login_text > .login_ewmbox{
    display:inline-block;
    margin-bottom: 24px;
}
.login_text > .login_ewmbox > li{
    width:120px;
    display:inline-block;
    color:#333;
    text-align:center;
    font-size:14px;
}
.login_text > .login_ewmbox > li:first-child{
    margin-right:30px;
}
.login_text > .login_ewmbox > li > img{
    width:100%;
    margin-bottom:10px;
}


.login_input {
    overflow:hidden;
    border-radius:4px;
    padding-left:40px;
}

.login_input > p {
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    /*text-align: center;*/
    height:30px;
    line-height:1;
    margin:0;
}


.copyright {
    position: absolute;
    left:0;
    bottom: 0;
    width:100%;
    text-align:center;
}
.copyright > a{
    color:#666;
    background-color:#ededed;
    padding:4px 16px;
    display:inline-block;
    border-radius:20px 20px 0 0;
    transition:all 0.2s ease-out;
    font-size:12px;
}
.copyright > a:hover{
    color: #333;
}

.login_input input[type="submit"] {
    margin-top: 30px;
}

.login_input > .btn_hollow {
    margin-top: 20px;
    margin-right: 12px;
    font-size: 14px;
}

.login_input > .other {
    display:inline-block;
    vertical-align: top;
    margin-right: 12px;
    color: #666;
    margin-top:20px;
    line-height:34px;
}

.login_input > .other:hover {
    text-decoration:underline;
    color: #333;
}

.login_input > .login_btn {
    vertical-align: top;
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.login_input > .login_btn:hover {
    background-color: #484848;
    border-color: #484848;
}

.festival-tips {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    line-height:1;
    padding:10px;
}
.festival-tips .title {
    margin: 10px;
    font-size:16px;
}
.festival-tips .card {
    display:inline-block;
    line-height:30px;
    height:30px;
    border-radius:50px;
    background-color: #fff;
    margin:10px;
}
.festival-tips .card > img {
    width: 40px;
    height: 40px;
    object-fit:cover;
    margin-top:-6px;
    margin-bottom:-1px;
    margin-left:-16px;
    background-color:#fff;
    border-radius:50%;
    padding:3px;
    box-shadow:0 0 4px 0 rgba(0,0,0,0.15);
}
.festival-tips .card > span {
    margin-right:14px;
}




#login-form2 {
    display: none;
}




/*页面加载动画*/
#loading{
    
}
.load1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 900;
    padding: 10%;
    opacity: 1;
    /*animation: load 1.5s infinite ease-in-out;*/
}

    .load1 .loader,
    .load1 .loader:before,
    .load1 .loader:after {
        background: #999;
        -webkit-animation: load1 1s infinite ease-in-out;
        animation: load1 1s infinite ease-in-out;
        width: 1em;
        height: 4em;
    }

        .load1 .loader:before,
        .load1 .loader:after {
            position: absolute;
            top: 0;
            content: '';
        }

        .load1 .loader:before {
            left: -1.5em;
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }

    .load1 .loader {
        text-indent: -9999em;
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 50%;
        margin-left: -10px;
        font-size: 11px;
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

        .load1 .loader:after {
            left: 1.5em;
        }
@keyframes load {
    0%, 80%, 100% {
        opacity:0.6;
    }

    40% {
        opacity:1
    }
}
@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0 #999;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em #999;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0 #999;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em #999;
        height: 5em;
    }
}

/*页面加载动画 end*/






table.table-fixed-head .table-fixed-head-thead {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    background: #fff;
    z-index:10;
}

body {
    min-width:487px;
    background-color: #fff;
    padding-bottom: 20px;
}


.container .breadcrumb {
    /*width: 100%;*/
    width: 1200px;
    min-height: 40px;
    padding-top: 20px;
    line-height: 40px;
    overflow: auto;
    margin: 0 10%;
    margin-top: 20px;
}


.breadcrumb {
    width: 100%;
    min-height: 40px;
    padding-top: 0px;
    line-height: 40px;
    overflow: auto;
    margin-top: 0px;
    padding-left:20px;
}
.breadcrumb > li a{
    cursor:initial;
}

    .breadcrumb li:first-child {
        /*padding-left: 12px;*/
    }

    .breadcrumb .btn {
        display: block;
        float: left;
        padding: 0;
        width: 34px;
        height: 34px;
        text-align: center;
        border: none;
        margin-right: 6px;
        margin-top:3px;
        border-radius:4px;
        transition:all 0.2s ease-out;
    }

        .breadcrumb .btn img {
            width: 34px;
        }

        .breadcrumb .btn:hover {
            border: none;
        }


.tab {
    width: 100%;
    line-height: 34px;
    margin-bottom: 0px;
    margin-top: 10px;
    /*height: 44px;*/
    padding: 0 20px;
    border-bottom:1px solid #ededed;
}
.tab > li{
    display:inline-block;
}
    .tab a {
        height: 34px;
        /*margin: 0 2px;*/
        margin-top:4px;
        border: 1px solid #d9d9d9;
        border-bottom: 0px;
        border-radius: 4px 4px 0 0;
        display: inline-block;
        padding: 0 12px;
        font-size: 16px;
        color: #666;
        background-color:#ededed;
        transition:all .1s ease-out;
        vertical-align:bottom;
    }

        .tab a:hover {
            background-color: #d9d9d9;
            color: #333;
        }
        .tab .tab_on {
            margin-top: 0px;
            height: 38px;
            line-height:38px;
            background-color: #fff !important;
            font-weight:bold;
            color: #333;
            margin-top:4px;
            position:relative;
            border-top:2px solid #333;
        }
         .tab .tab_on::after{
            content:"";
            position:absolute;
            bottom:-1px;
            left:0;
            width:100%;
            height:1px;
            background-color:#fff;

        }


.tab2 {
    margin: 10px 20px;
    background-color:#f5f5f5;
    padding:10px;
    border-radius:4px;
    border:1px solid #eee;
}
.tab2 .tab-one {
    display:inline-block;
    cursor:pointer;
    color: #999;
    padding:6px 10px;
    border-radius:4px;
    border:1px solid transparent;
}
.tab2 .tab-one:hover {
    color: #333;
    background-color: #eee;
}
.tab2 .tab-one.on {
    color: #333;
    font-weight: bold;
    border:1px solid #eee;
    background-color:#fff;
}
.tab2 .tab-one.edit {
    background-image: url(/Content/icon/ico_type_set.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 6px center;
    padding-left:28px;
    color:#666;
}


.tab3 {
    background-color: #fff;
    line-height: 50px;
    overflow: hidden;
    margin-bottom: 1px;
    margin: 0 auto;
}

   

    .tab3 a {
        float: left;
        font-size: 16px;
        display: inline-block;
        height: 50px;
        padding: 0 10px;
        color: #999;
        margin-right: 6px;
    }

    .tab3 a:hover {
        text-decoration: none;
        color: #333;
        border-bottom: 2px solid #333;
    }

    .tab3 .tab_on {
        color: #333;
        font-weight: bold;
        border-bottom: 2px solid #333;
    }
   

.white {
    background-color: #fff;
}

.page_find {
    background-color: #fff;
    min-height: 50px;
    padding:10px 20px 0 20px;
    font-size:0;
}


.page_find > * {
    display: inline-block;
    vertical-align: middle;
    margin-bottom:10px !important;
    font-size:14px;
    margin-right:4px !important;
}
.page_find .fit > * {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px !important;
    font-size: 14px;
    margin-right: 4px !important;
}

.page_find select {
    max-width:200px;
}


.page_find .other-fn {
    margin-left: 40px;
    font-size:0;
}
.page_find .other-fn > * {
    margin-right: 4px;
    font-size:14px;
}


.select-has-edit {
    font-size: 0;
}
.select-has-edit > select {
    font-size: 14px;
    vertical-align:middle;
    border-radius:4px 0 0 4px;
    margin:0;
    width:calc(100% - 28px);
}
.select-has-edit > .edit {
    display:inline-block;
    vertical-align:middle;
    width: 28px;
    height: 34px;
    border:1px solid #bbb;
    transition:all 0.2s ease-out;
    border-radius:0 4px 4px 0;
    background-image:url(/Content/icon/ico_type_set.png);
    background-size:20px 20px;
    background-repeat:no-repeat;
    background-position:center center;
}
.select-has-edit > .edit:hover {
    background-color: #eee;
}


.btn_solid {
    display: inline-block;
    padding: 6px 12px;
    margin:0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #3B9BDB;
    color: #fff;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius:4px;
    transition:all 0.2s ease-out;
}
    .btn_solid:hover {
        background-color: #45ADF2;
    }

.btn_solid.small {
    padding: 3px 10px;
}

.btn_hollow {
    margin:0;
    position:relative;
    display: inline-block;
    padding: 0 12px;
    height:34px;
    line-height:32px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius:4px;
    transition:all 0.2s ease-out;
}

    .btn_hollow:hover {
        background-color: #ededed;
    }


.btn_hollow_small {
    display: inline-block;
    padding: 0 10px;
    height:28px;
    line-height:26px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius:4px;
    transition:all 0.2s ease-out;
}

    .btn_hollow_small:hover {
        background-color: #ededed;
    }

.btn_hollow.small {
    display: inline-block;
    padding: 0 10px;
    height:28px;
    line-height:26px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius:4px;
    transition:all 0.2s ease-out;
    font-size:14px;
}

    .btn_hollow.small:hover {
        background-color: #ededed;
    }


.btn-big-red {
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: transparent;
    border-radius: 4px;
    transition: all 0.2s ease-out;
    background-color:#ff6464;
    color:#fff;
}
.btn-big-red:hover {
    opacity: 0.9;
}

.btn-small-red {
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: transparent;
    border-radius: 4px;
    transition: all 0.2s ease-out;
    background-color:#ff6464;
    color:#fff;
}
.btn-small-red:hover {
    opacity: 0.9;
}





.oa-fn-more {
    padding-right: 14px;
    transition: all 0.2s ease-out;
    background-image: url(/Content/icon/006.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px 14px;
    color: #999;
    cursor: pointer;
    user-select: none;
}






.table > tbody > tr .btn_hollow {
    line-height: 1;
    font-size:12px;
    padding: 8px;
    margin: -4px 0;
    margin-top: -6px;
    height:auto;
}
.table > tbody > tr .btn_hollow:hover {
    background-color: #bbb;
    border: 1px solid #bbb;
}
.table > tbody > tr > td > a:hover {
    border-bottom: 1px solid #333;
}
tbody > .focus_tr_click,
tbody > .focus_btn_click{
    background-color: #e1e1e1 !important;
}
.table > tbody > .focus_btn_click .btn_hollow{
    background-color: #bbb;
    border: 1px solid #bbb;
}




.btn-toolbar {
    /*margin: 10px 0px 0px 10px;*/
}

    .btn-toolbar .page_on {
        background-color: #333 !important;
        color: #fff;
        opacity: 1;
        filter: opacity(1); /*兼容ie8透明*/
    }

.footer2 .btn-default {
    border: 1px solid transparent;
}

.toolbar_text {
    display: inline-block;
    padding: 6px 18px;
    margin:14px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*-ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    background-image: none;
    color: #666;
    background-color:#ededed;
    border-radius:4px;
}

    .toolbar_text > em {
        font-size: 14px;
        color: #333;
        font-style:normal;
        font-weight:bold;
    }

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-top: 1px solid #ddd;
    min-width:600px;
    padding:0 20px;
    z-index:5;
}

.footer2 {
    background-color: #fff;
    padding: 0px 20px;
    font-size:14px;
}


footer .row-list-box {
    margin: 10px 0;
}
footer .btn_solid,
footer .btn-big-red,
footer .btn_hollow ,
footer .btn-small-red{
    margin:14px 4px;
}

footer > .cue {
    vertical-align: -5px;
    background-color: transparent;
    margin: 0 10px;
    width: auto;
}
footer .line-y {
    display:inline-block;
    vertical-align: middle;
    border-left: 1px solid #999;
    height:20px;
    margin:0 6px;
}

input[type="checkbox"],
input[type="radio"] {
    appearance:none;
    -webkit-appearance:none;
    margin: 0;
    width:20px;
    height:20px;
    cursor: pointer;
    vertical-align:-5px;
    background-repeat:no-repeat;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
}
.all_box input[type="checkbox"], .all_box input[type="radio"] {
    margin-left: 16px;
}

    .all_box input[type="checkbox"]:first-child, .all_box input[type="radio"]:first-child {
        margin-left: 4px;
    }

.row input[type="checkbox"], .row input[type="radio"] {
    margin-left: 16px;
}

    .row input[type="checkbox"]:first-child, .row input[type="radio"]:first-child {
        margin-left: 4px;
    }


/*单选框样式*/
input[type="radio"] {
    background-image:url(/Content/icon/ico_radio.png);
}
input[type="radio"]:checked {
    background-image:url(/Content/icon/ico_radio_on.png);
}
input[type="radio"]:disabled {
    background-image:url(/Content/icon/ico_radio_no.png);
}
/*多选框样式*/
input[type="checkbox"] {
    background-image:url(/Content/icon/ico_checkbox.png);
}
input[type="checkbox"]:checked {
    background-image:url(/Content/icon/ico_checkbox_on.png);
}
input[type="checkbox"]:disabled {
    background-image:url(/Content/icon/ico_checkbox_no.png);
}




/*置顶*/
.to_top {
    position: fixed;
    right: 20px;
    bottom: 0px;
    width: 40px;
}

    .to_top li {
        width: 40px;
        background-color: #fff;
        border: 1px solid #d9d9d9;
        box-shadow: 0 0 8px 5px rgba(0,0,0,0.02);
        margin-bottom: 10px;
    }

        .to_top li:hover {
            background-color: #333;
            color: #fff;
        }

            .to_top li:hover svg g {
                fill: #fff;
            }

        .to_top li svg {
            margin-left: -4px;
            margin-top: 2px;
        }

        .to_top li:nth.child(2) {
            height: 40px;
        }

        .to_top li:first-child + li {
            height: 40px;
        }



.flow_line {
    border-radius:4px;
    margin: 20px;
    height: 40px;
    min-width: 800px;
    background-color: #fff;
    border: 1px solid #ededed;
    overflow: hidden;
    padding:0;
    box-shadow: 0 0 8px rgba(0,0,0,0.03);
}

    .flow_line li {
        display: block;
        float: left;
        height: 38px;
        line-height: 38px;
        padding-left: 25px;
        padding-right: 20px;
        background-color: #fff;
    }

        .flow_line li::after {
            content: '';
            float: right;
            width: 28px;
            height: 28px;
            margin-right: -33px;
            margin-top: 5px;
            border-top: 1px solid #5fc1917d;
            border-right: 1px solid #5fc1917d;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            background-color: #fff;
        }



    .flow_line span {
        display: none;
    }


/*提示信息*/
.cue {
    display: inline-block;
    vertical-align:middle;
    width: 16px;
    height: 16px;
    background-image:url(/Content/icon/ico_systemtips.png);
    padding: 3px 0 0 0;
    margin:0;
    border-radius:10px;
}



input[type="text"] {
    color: #333;
}

textarea {
    color: #333 !important;
}

.shell {
    padding: 10px;
    overflow: hidden;
    /*background-color: blue;*/
}


.all_box {
    margin: -1px 0 0 -1px;
    /*height: 60px;*/
    padding: 16px 12px;
    border: 1px solid #ededed;
    background-color: #fff;
}

.text_box {
    color: #767676;
    /*padding: 12px;*/
}

    .text_box > p {
        margin: 0;
        color: #333;
        min-height:20px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }

       .text_box > p.no-ellipsis {
        overflow:initial;
        text-overflow:clip;
        white-space:normal;
    }

    .text_box > ul {
        margin-top: 0 !important;
    }

    .text_box a {
        color: #5fc191;
    }
    .text_box .sbtn {
        display:inline-block;
        padding:4px 10px;
        background-color:#5fc191;
        color: #fff;
        border-radius:4px;
        transition:all 0.2s ease-out;
        float:right;
        margin-top:-4px;
    }
    .text_box .sbtn:hover {
        background-color: #6dd5a2;
    }
.my_grid > .all_box {
    height: 74px;
}


.shell > .text_box {
    float: left;
    width: 100%;
    /*margin-top: 4px;*/
}

.shell > input[type='submit'], .shell > button {
    margin: 5px;
}

/*单行input*/
/*.single_input{
	line-height: 50px !important;
}*/


.my_grid .all_box ul {
    display: block;
    float: right;
    /*margin-top: 13px;*/
}




.my_grid {
    float: left;
    margin: 0px auto;
    width: 33.333%;
    height: auto;
    background-color: #fff;
}

@media (max-width: 1200px) {
    .my_grid {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .my_grid {
        width: 100%;
    }
}

@media (min-width: 1920px) {
    .my_grid {
        width: 33.3333%;
    }
}



.choose_shell {
    /*width:50%;*/
    display: inline-block;
    /*margin-top:10px;*/
}

/*.todown > .all_box > p,
.todown > .all_box > div,
.todown > .all_box > ul,
.todown > .all_box > input,
.todown > .all_box > textarea {
    display: inline-block;
}

.todown > .all_box > p {
    line-height: 34px;
    margin: 0;
}

.todown > .all_box > .cue {
    margin: 0 0 0 12px;
    vertical-align: -2px;
}

.todown > .all_box > .choose_shell {
    margin: 0;
}

.todown > .many_text > p,
.todown > .many_text > .cue {
    vertical-align: top;
}

.todown > .all_box {
    height: auto;
    margin: -1px;
    padding: 16px 10px;
}

    .todown > .all_box > input {
        max-width: 300px;
    }

    .todown > .all_box > textarea {
        max-width: 500px;
    }

    .todown > .all_box > p {
        width: 160px;
        text-align: right;
    }*/


.shell > .title {
    background-color: #fff;
    font-size: 16px;
    border: 1px solid #ededed;
    border-bottom: 2px solid #ededed;
    padding: 12px;
    margin-left: -1px;
    margin-top: 10px !important;
}

.text_group{
    overflow:hidden;
}
.text_group > .title {
    float: left;
    width: 100%;
    border-right: 1px solid #fff;
}

.shell > .title:first-child {
    margin-top: 0px !important;
}

.todown > .title {
    margin: -1px;
}
/*.grid_input > .title{
	width: 100%;
	float: left;
}*/

.todown_btn_group {
    padding-left: 172px !important;
}

    .todown_btn_group > * {
        box-sizing: border-box;
        font-size: 14px;
        margin-right: 10px;
    }




.many_input {
    float: left;
    width: 100%;
    margin: 20px 0;
    /*background-color: blue;*/
}

    .many_input > * {
        box-sizing: border-box;
        border-width: 2px;
        font-size: 14px;
        padding: 7px 20px;
        margin-right: 10px;
    }


.news_box > li {
    margin: 10px;
    color: #fff;
    background-color: #fff;
    border: 1px solid transparent;
}

.news_box > .read {
    background-color: #d9d9d9;
}

.news_box > li > a {
    display: block;
    color: #333;
    padding: 12px;
    /*font-weight: 300;*/
}

    .news_box > li > a > span {
        width: 90px;
        margin-right: 10px;
        border-right: 1px solid #999;
        display: inline-block;
    }

.news_box > li:hover {
    border: 1px solid #999;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.shop_box {
    height: auto;
    margin: 5px;
    padding: 12px;
}

    .shop_box > p {
        color: #767676;
    }

    .shop_box > h2 {
        font-weight: 300;
        margin: 10px 0;
    }

    .shop_box > h4 {
        color: #FF6464;
        font-weight: 300;
    }


thead > tr > th{
    white-space: nowrap;
    overflow: hidden;
    max-width:200px;
}
tbody > tr > td {
    max-width:200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
tbody > tr > .casenum {
    max-width:none;
}

.ly_rm_td_style tbody > tr > td{
    display:inline;
    max-width:initial;
    max-width: initial;
    white-space: normal;
    text-overflow: initial;
    -o-text-overflow: initial;
    overflow: initial;
}



.td_title {
    margin-top: 2px;
    margin-left: 2px;
    position: fixed;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 6px 10px;
    font-size: 14px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    border-radius:4px;
}

.small_menu {
    display: none;
    position: fixed;
    z-index: 300;
    top: 100px;
    left: 100px;
    min-width: 180px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 6px 0;
    border-radius: 4px
}
.small_menu > li{
    border:none;
}
    .small_menu > li {
        padding: 2px 0;
        cursor: pointer;
        color: #333;
    }

    .small_menu a {
        display: block;
        padding: 4px 24px;
    }

        .small_menu a:hover {
            background-color: #ededed;
        }

    .small_menu > li:hover {
        background-color: #ededed;
    }

    .small_menu > li:last-child {
        border-bottom: 0;
    }
.small_menu > hr{
    margin: 4px 0;
    border-color: #d9d9d9;
}

.table > thead > tr > th:first-child {
    padding-left: 20px !important;
}

.table > tbody > tr > td:first-child {
    padding-left: 20px !important;
}


.table > tbody > tr:last-child > td{
    border-bottom: 1px solid #ededed;
}

.fixed_top {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ededed;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    z-index: 100;
}

.dynamic_row > p {
    width: auto !important;
    padding-left: 20px;
}

.dynamic_row > input {
    max-width: 200px !important;
}

.dynamic_row > .btn_hollow {
    margin-left: 20px;
    width: 34px;
    height: 34px;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    padding: 0;
}

.dynamic_row > .down_box {
    vertical-align: -1px;
}



.text_right {
    text-align: right;
}

.text_left {
}

.display_block {
    display: block;
}

.grid_input_shell > .title {
    padding: 10px;
    border-right: 1px solid #ededed;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ededed;
}
/*.grid_input_shell span{
	font-size: 14px;
	font-weight:bold;
	width:120px;
	display:block;
	float:left;
	margin-right:15px;
	text-align:right;
}*/
.grid_input_shell .my_grid::after {
    content: "";
    clear: both;
}


    .grid_input_shell::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        display: block;
        height: 100%;
        /*background-color: #ededed;*/
    }

    .grid_input_shell > .my_grid {
        /*padding: 10px;*/
        /*height: 40px;*/
        line-height: 2;
        /*border-right: 1px solid #ededed;*/
        /*border-bottom: 1px solid #ededed;*/
        /*border-top: 1px solid #ededed;*/
        margin-top: 20px;
    }

        .grid_input_shell > .my_grid > .cue {
            float: right;
        }

    .grid_input_shell > .one_row {
        margin-left: 0px;
        height: auto;
    }

    .grid_input_shell > .many_input {
        margin: 20px;
    }

    .grid_input_shell input[type="text"] {
        vertical-align:middle;
        width: 100%;
    }
    .grid_input_shell input[type="password"] {
        vertical-align:middle;
        width: 100%;
    }

    .grid_input_shell input[type="file"] {
        width: 100%;
        border-color: #cdcdcd;
    }

    .grid_input_shell textarea {
        width:100%;
        border-color: #cdcdcd;
        resize: vertical;
    }





label em {
    color: #FF6464;
    margin-right:6px;
    font-style: normal;
    font-weight:bold;
}

.must-fill {
    color: #FF6464;
    margin-right: 4px;
    font-style: normal;
    font-weight: bold;
    font-size:14px;
    vertical-align:middle;
}

.row {
    margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    background: #fff;
    margin-right: 0;
    margin-left: 0;
}



.col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6 {
    margin-bottom: 10px;
}





.row_title {
    padding-top: 0px;
    padding-bottom: 5px;
}

.row_title .text_border{
    display:inline-block;
    vertical-align:middle;
    border-left: 3px solid #333;
    font-size: 16px;
    font-weight: bold;
    line-height:1;
    padding:0 10px;
    margin:0;
}

.row_title .col-xs-12{
    margin: 0 15px;
    padding: 10px 0;
    width:auto;
    float: none;
}

.row_title .input_display {
    margin-left:10px;
}


.main_box .row_title .text_border{
    margin-top:5px;
    padding:0 7px;
}

.input_display {
    display:inline-block;
    vertical-align:middle;
    border: 1px solid #999;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    line-height:1;
}
.input_display:hover {
    color: #333;
    border-color: #333;
}



.select_box {
    display: inline-block;
    position: relative;
    height: 38px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    /*background-color: blue;*/
}

    .select_box > select {
        line-height: 38px;
    }




.input3 .kind2 {
    width: 810px;
    min-height: 40px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background-color: #FFFBF7;
    float: left;
    margin: 10px 10px 0 0;
}

    .input3 .kind2 > .right_box {
        padding-left: 149px;
        /*background-color: blue;*/
    }

    .input3 .kind2 textarea {
        width: 658px;
        border: 0;
        border-radius: 0 4px 4px 0;
        margin: 0;
        background-color: transparent;
        height: 100px;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        margin-bottom: -5px;
        padding: 10px;
    }

.input3 textarea:hover {
    background-color: #ededed;
}

.input3 .right_box > li {
    float: left;
}

.input3 input[type='radio'],
.input3 input[type='checkbox'] {
    margin: 13px 8px;
    margin-left: 16px;
}

.input3_other {
    display: none;
}

.input3 input[type='submit'] {
    margin-left: 149px;
    border-radius: 4px;
}

.input3 .btn_box {
    width: 850px;
    margin: 0 auto;
    /*height: 20px;*/
    /*background-color: blue;*/
}

    .input3 .btn_box > input[type='submit'] {
        margin-top: 10px;
        margin-left: 169px;
    }

/*审批页面*/
.approval_record, .basic_info, .my_approval {
    max-width: 1200px;
    min-width: 400px;
}

    .my_approval input[type="submit"] {
        margin-left: 0px;
    }

    .approval_record .col-xs-10 p:nth-child(1) {
        font-weight: bold;
    }
    
    .approval_record .col-xs-10 p:nth-child(4) {
        font-size: 0.8em;
        color: #999;
    }

    .basic_info .table-bordered td:nth-of-type(odd) {
        text-align: right;
    }

    .basic_info tr:hover {
        background: #ededed;
    }



    

input[type="text"] {
    color: #333;
}

textarea {
    color: #333;
}

#optionContainer{
    padding:0;
}
#optionContainer > li {
    margin-top: 10px;
}
#optionContainer .down_box select,
#optionContainer .down_box{
    width:initial;
    vertical-align:middle;
}
#optionContainer .add{
    display:inline-block;
    vertical-align:middle;
    background-color:#5FC191;
    color:#fff;
    width:80px;
    text-align:center;
    cursor:pointer;
    line-height:34px;
    border-radius:4px;
    transition:all 0.2s ease-out;
}
#optionContainer .add:hover{
    background-color:#65ca98;
}

#optionContainer .delete{
    display:inline-block;
    vertical-align:middle;
    background-color:#FF6464;
    color:#fff;
    width:80px;
    text-align:center;
    cursor:pointer;
    line-height:34px;
    border-radius:4px;
    transition:all 0.2s ease-out;
}
#optionContainer .delete:hover{
    background-color:#ff7272;
}

.error {
    color: #FF6464;
}
.form-shell .x-label .error {
    color: #fff;
    background-color: #FF6464;
    border-radius: 10px;
    line-height:1;
    padding:0 6px;
}



label {
    float: none;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
}

#_CityList_ {
    display: none;
    z-index: 9999;
    position: absolute;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background-color:#fff;
    padding:6px 0;
    border-radius:4px;
    box-sizing:border-box;
}

    #_CityList_ > span {
        border-radius:0 4px 0 8px;
        color:#fff;
        padding:6px;
        background-color:#999;
        width:24px;
        height:24px;
        background-image:url(/Content/icon/icon_close_white.png);
        background-repeat:no-repeat;
        background-position:center center;
        background-size:12px 12px;
        position:absolute;
        top:0;
        right:0;
        transition:all 0.2s ease-out;
    }
    #_CityList_ > span:hover {
        background-color: #666;
    }
    #_CityList_ ul{
        margin:0;
    }
        #_CityList_ ul li {
            width:100%;
            height: 28px;
            line-height: 28px;
            cursor: pointer;
            padding:0 14px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-indent:0;
        }

            #_CityList_ ul li:hover {
                background-color: #e9e9e9;
            }
            #Div_Txt{
                color:#999;
                max-width: 100%;
                text-indent:1em;
            }

/*首页*/

.main_box {
    /*background-color:#ededed;*/
}

    .main_box .row {
        margin: 0px;
        padding: 0px;
        margin: 10px 10px 0px 10px;
        border: none;
    }

.left_part {
    width: 70%;
    float: left;
    padding:20px;
    border-right:1px solid #ddd;
    height:840px;
}

.right_part {
    width: 30%;
    float: left;
    height:840px;
}

.top_part {
    height: 230px;
}

.case_statistics {
    width: 35%;
    height: 260px;
    float: left;
    padding:20px;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.three-choice {
    padding:0;
}



/*home样式*/
.three-choice .col-xs-4 p:first-child {
    font-size:28px;
    line-height:1;
    margin:0;
}



.unpaidCase_list {
    height: 260px;
    padding:20px;
    width: 65%;
    float: left;
    border-bottom:1px solid #ddd;
}
.unpaidCase_list .table > thead > tr > th{
    border-right:0;
    border-bottom:1px solid #ededed;
}
.unpaidCase_list .table > tbody > tr > td{
    border:0;
    
}


.three-choice li{
    text-align: center;
    padding:20px 0 10px 0;
    margin-top:30px;
    border-radius:4px;
}
.three-choice li:hover{
    background-color:#ededed;
}



.notice_bulletin {
    padding:20px;
    border-bottom:1px solid #ddd;
}


    .notice_bulletin .content {
        
    }

.notice_bulletin .text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0;
}



.notice_bulletin > .content > .text{
    padding:0;
    margin:0;
    margin-top:10px;
}
.notice_bulletin > .content > .text > li{
    border-radius:4px;
    padding:5px 10px;
}
.notice_bulletin > .content > .text > li:hover{
    background-color:#ededed;
}

.approval_center {
    padding:20px;
}

    .approval_center .table {
        width: 100%;
    }

    .approval_center tr:hover {
        background: #ededed;
    }

    .approval_center table a:hover {
        color: #5FC191;
        border-bottom: none !important;
    }


.check_more {
    color: #fff;
    background-color:#fff;
    padding:6px 8px;
    border-radius: 4px;
    cursor: pointer;
    line-height:1;
    border:1px solid #ddd;
    float:right;
    transition:all 0.2s ease-out;
}
.check_more:hover{
    background-color:#ededed;
}



/*首页日历样式：*/
.fc-toolbar .fc-left h2::before{
    content:'\5f53\524d:\0020';
    color:#999;
}

.main_box > .bottom-part {
    float: left;
    width:100%;
    border-top: 1px solid #ddd;
}
.main_box > .bottom-part > .left {
    float:left;
    width: 55%;
    padding:20px;
}
.main_box > .bottom-part > .left .table > tbody > tr > td {
    border: 0;
}
.main_box > .bottom-part > .left .table > thead > tr > th {
    border-right: 0;
    border-bottom: 1px solid #ededed;
}
.main_box > .bottom-part > .right {
    width: 45%;
    float:left;
    padding:20px;
    border-left: 1px solid #ddd;
}
.xitem_list{
  padding-top: 20px;
}
.xitem_list > li{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.xitem > .title{
  font-size: 14px;
  font-weight: bold;
  color: #333;
  transition: all 0.2s ease-out;
  vertical-align: middle;
  margin-bottom: 10px;
}
.xitem > .title > a {
    display:inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    vertical-align:middle;
    max-width: 55%;
}
.xitem > .title > em{
  font-style: normal;
  color: #666;
  background-color: #f5f5f5;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0 4px;
  border-left:2px solid #999;
  border-right:2px solid #999;
  border-radius:4px;
  vertical-align:middle;
  margin-right:4px;
}
.xitem > .title > i{
  font-weight: bold;
  background-color: #FBCE95;
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  border-radius: 4px;
  display: inline-block;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  font-style: normal;
  vertical-align: middle;
}
.xitem > p{
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
  overflow: hidden;
  line-height: 1.4;
  margin-top:0;
  margin-bottom: 10px;
}
.xitem > ul > *{
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.xitem > ul > .place{
  color: #666;

}
.xitem > ul > .lawyer > img{
  width: 16px;
  height: 16px;
  border-radius: 10px;
  border: 1px solid #EDEDED;
  vertical-align: middle;
}
.xitem > ul > .lawyer > a{
  color: #666;
  vertical-align: middle;
}
.xitem > ul > .time{
  color: #999;
}























.item p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item:hover {
    opacity: .8;
    filter: Alpha(opacity=80);
}

.item p > span:first-child {
    color: #333;
    font-weight: bold;
    text-align: right;
}

    .item p > span:first-child + span {
        margin-left: 10px;
    }




/*文件上传页面*/
.tips {
    background: #fff;
    height: 300px;
    overflow: hidden;
}

    .tips .row_title {
        margin-bottom: 20px;
    }

    .tips .content {
        width: 70%;
        float: left;
        padding: 30px;
    }

    .tips .modal_file {
        float: right;
        width: 20%;
        margin-top: 80px;
    }

.tips_content {
    width: 70%;
    float: left;
    padding: 30px;
}

    .tips_content p {
        margin-left: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.modal_file img {
    margin-bottom: 10px;
    margin-left: 5px;
    display: block;
}

.upload {
    background: #fff;
    padding: 30px;
    padding-top: 10px;
}

    .upload input[type="file"] {
        width: 45%;
    }

    .upload .col-xs-12 {
        margin-top: 10px;
    }




.case_items {
    padding:10px;
}

    .case_items ul {
        border-top: 2px solid #999;
        padding:20px 0 0 0; 
        position:relative;
    }
    .case_items ul::after{
        content:"";
        position:absolute;
        top:-15px;
        left:200px;
        width:28px;
        height:15px;
        background-image:url(/Content/icon/icon_toparrow.png);
    }
    

    .case_items li {
        display:inline-block;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .case_items a {
        display: block;
        border:1px solid #cecece;
        text-align: center;
        padding:6px 14px;
        border-radius:4px;
        transition:all 0.2s ease-out;
    }
    .case_items a:hover{
        background-color:#ededed;
    }
.confirm {
    margin-top: 12px;
    background: #fff;
    height: 80px;
    margin-bottom: 100px;
    text-align: c;
}

    .confirm input[type="submit"] {
        margin-left: 350px;
        margin-top: 20px;
    }


/*案件归档页面*/
.case_file {
    width: 100%;
}

    .case_file .row {
        margin: 12px 0px;
        width: 100%;
    }

.case_arrangement {
    width: 100%;
    height: 220px;
    background: #fff;
    padding: 20px 0px 0px 30px;
}

    .case_arrangement input[type="text"] {
        display: inline;
        width: 500px;
    }

    .case_arrangement em {
        color: #f00;
    }

    .case_arrangement span {
        display: inline-block;
        margin-right: 20px;
        text-align: right;
    }

    .case_arrangement select {
        width: 500px;
        padding-right: -20px;
    }

.case_assign, .case_num {
    margin-top: 20px;
}

.case_confirm {
    margin-top: 20px;
    margin-left: 90px;
}

    .case_confirm input[type="submit"] {
        width: 120px;
    }

.case_folder {
    height: 450px;
    /*height:auto;*/
    margin-top: 12px;
    background: #fff;
    padding: 30px 0px 0px 0px;
}

    .case_folder .row_title {
        margin-left: 30px;
    }

    .case_folder ul {
        width: 80%;
        height: 300px;
        overflow: auto;
        margin: 30px auto;
        padding: 60px 0px 100px 60px;
        border: 1px solid #5FC191;
        background: #ededed;
    }

        .case_folder ul::after {
            content: "";
            clear: both;
        }

    .case_folder li {
        float: left;
        width: 120px;
        height: 120px;
        margin-right: 60px;
        margin-bottom: 40px;
        /*border:1px solid #ccc;*/
        text-align: center;
    }

    .case_folder img:hover {
        transform: rotate(5deg);
    }

    .case_folder img {
        width: 80px;
        margin: 0 auto;
        display: block;
        line-height: 120px;
    }

    .case_folder span {
        display: inline-block;
        margin-top: 10px;
    }

.case_list {
    /*width:100%;*/
    /*height:420px;*/
    margin-top: 12px;
    margin-bottom: 60px;
    background: #fff;
    padding: 50px;
}

    .case_list table {
        width: 85%;
        overflow: auto;
        /*margin-top:30px;*/
        /*margin-left:70px;*/
        margin: 0px auto;
        border: 1px solid #5FC191;
    }

    .case_list td, th {
        padding: 10px 0px;
    }

    .case_list tr:hover {
        background: #ededed;
    }

    .case_list button {
        border: 2px solid #767676;
        background: none;
        width: 120px;
        height: 30px;
    }

        .case_list button:hover {
            background: #767676;
            color: #fff;
        }


/*案件详情页面*/
.case_detail {
    max-width: 1200px;
    /*margin-left:auto;*/
    /*margin-right:auto;*/
    padding:10px;
}

.caseDetail_nav {
    margin-top: 12px;
    max-width: 1200px;
    padding-bottom: 0px;
}

.case_detail .row_title{
    padding:20px 10px 10px 10px;
    position:relative;
}
.case_detail .case-detail-fn {
    position: absolute;
    right:0px;
    top:8px;
}



.nav_detail {
    margin-top: 12px;
}

.seal_record_part {
    margin-bottom: 60px;
}


.approval_center > .allTtem{
    margin-top:10px;
}
.item2 {
    padding: 5px;
    color: #767676;
    border-bottom: 1px dashed #ededed;
    cursor: pointer;
    border-radius:4px;
}

    .item2 p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 5px;
    }

    .item2:hover {
            background-color: #ededed;
    }

    .item2 p > span:nth-child(1) {
        color: #333;
        font-weight: bold;
        text-align: right;
    }

    .item2 p > span:nth-child(2) {
        margin-left: 10px;
    }

#retreatdiv {
    padding: 4px 8px;
    z-index: 1000;
    position: absolute;
    display: none;
    background-color: #393D49;
    background-color:rgba(0,0,0,0.8);
    color: white;
    border-radius:4px;
}




select {
    display:inline-block;
    padding-left:10px;
    padding-right:24px;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #bbb;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition:all 0.2s ease-out;
    background-image:url(/Content/icon/icon_select.png);
    background-repeat:no-repeat;
    background-position:99% center;
    background-size:24px 24px;
    background-color:#fff;
}

    select:hover {
        /*background-color: #e6e6e6;*/
        border:1px solid #898989;
        box-shadow:0 2px 10px rgba(0,0,0,0.1);
    }
    select:focus {
        border:1px solid #333;
    }
    
    select > option{
        color:#333;
    }
    select > option[disabled]{
        color:#999;
    }





.dropdown_box1 {
    display: inline-block;
}

.down_box {
    display: inline-block;
}



.container{
    width:100%;
}
.container .dropdown_box1,
.grid_input_shell .down_box,
.grid_input_shell .down_box select{
    width: 100%;
    display: inline-block;
}
.grid_input_shell .down_box select{
    margin:0;
}


.container .dropdown_box1 > .down_box{
    margin-top:20px;
}
.container .dropdown_box1 > .down_box:first-child{
    margin-top:0px;
}


.grid_input_shell .col-xs-6 .btn_solid{
    float: right;
    margin-top: -34px;
}

/*select {
  padding: 0 20px 0 12px;
    padding: 0 40px 0 32px;
    width: 100%;
    height: 34px;
    border-radius: 0px;
   border: 0;
    border: 1px solid #ccc;
    background-color: transparent;
    outline: none;
    
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
     margin:-1px -1px 0px -1px;
    background: none;
}

    select:hover {
        background-color: #e6e6e6;
    }

.container .dropdown_box1 {
    width: 100%;
    display: inline-block;
   
}

.dropdown_box1 {
    width: 50%;
    display: inline-block;

}

 down_box {
    display: inline-block;
    position: relative;
    height: 34px;
    background-color: #fff;
   
}*/


.info_show {
    max-width: 1200px;
    margin-top: 30px;
}

.detail p {
    margin-top: 10px;
    width: 33.33%;
    float: left;
    margin-bottom: 10px;
}

.detail {
    margin: 40px 0px 10px 30px;
}

.info_show p > span:nth-child(odd) {
    font-weight: bold;
}

.no_border {
    border-bottom: none;
}




.my_account{
    margin-top:30px;
    max-width:1200px;
}
.my_balance {
    padding:30px 30px 30px;
    margin-top:-10px;
}
.my_balance span{
    font-size:1.2em;
}
.my_balance span:first-child+span{
    padding-left:10px;
    font-size:3em;
    font-weight:bold;
    color:#3B9BDB;
}
.remain{
    float:left;
    /*height:40px;*/
}
.recharge{
    float:left;
    width:180px;
    height:40px;
    background:#3B9BDB;
    margin-top:10px;
    margin-left:40px;
    line-height:40px;
}
.recharge:hover{
    background:#45ADF2;
}
.recharge a{
    color:#fff!important;
    display:block;
    text-align:center;
}
.consumptionDetail{
    margin-top:30px;
}
.consumptionDetail p{
    font-size:1.2em;
    margin-bottom:10px;
}


/*案件类型选择页面*/
.case_type {
    width: 100%;
    padding: 10px;
}


    .case_type a {
        display: block;
        color: #333;
    }

    .case_type ul {
        overflow:hidden;
        padding:0;
        padding-top: 20px;
    }

    .case_type li {
        box-sizing:border-box;
        width: 140px;
        height: 40px;
        border-radius: 4px;
        background: #ededed;
        text-align: center;
        line-height: 36px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        color: #fff!important;
        border:2px solid transparent;
        transition:all 0.2s ease-out;
    }


        .case_type li:hover {
            border:2px solid #333;
        }

.case_type .case_typeActive {
    background-color:#fff;
    border:2px solid #333;
}


.input_submit{
    display:block;
    margin:0 auto;
    padding:8px 30px;
}

.select_time,#BegTime,#EndTime,#BirthDay,#Begtime,#TCxrq,#STime,#PayTime1,#LiAnDate,#KaiTingDate,#XuanPanDate,
#ShangSuDate,#XjDate,#DbDate,#ZcBegDate,#ZcEndDate,#ZcBegDate1,#ZcEndDate1,#ZcBegDate2,#ZcEndDate2,#ScBegDate,#ScEndDate,
#fDate,#BillTime,#ETime,#stime,#etime,#Ptime,#BTime{
    background-repeat:no-repeat;
    background-position:99% center;
    background-size:24px 24px;
    background-image:url(/Content/icon/icon_input_time.png);
}
.display_new_view,#CaseId,#CaseIdTxt{
    background-repeat:no-repeat;
    background-position:99% center;
    background-size:24px 24px;
    background-image:url(/Content/icon/icon_input_newview.png);
}

.pagination {
    vertical-align: middle;
    margin-right:20px;
}

.pagination > li {
    display: inline-block;
}

.downloadbox {
    text-align: center;
    margin:30px 0;
}



textarea.form-control {
    padding: 10px 12px;
}



.color-red {
    color: #FF6464;
}
.bg-red {
    color:#fff;
    background-color: #FF6464;
}





/*2019/05/10 10:00开始   刘勇  基础元素样式调整*/
.no-scrollbar::-webkit-scrollbar {
    display: none;
}


.form-shell {
    padding: 10px;
    font-size:0;
}
.form-shell .row_title {
    padding: 20px 10px 10px 10px;
}

.form-shell .form-control {
    width: 100%;
}
.form-shell .block-half {
    width: 50%;
    display:inline-block;
    vertical-align:top;
    font-size:14px;
    padding:10px 10px 20px 10px;
}
.form-shell .block-whole {
    width: 100%;
    display:inline-block;
    vertical-align:top;
    font-size:14px;
    padding:10px 10px 20px 10px;
}
.form-shell .x-label {
    margin-bottom: 10px;
    display:inline-block;
    color:#666;
}
.form-shell .x-label .x-label-tips {
    color: #FF6464;
}
.row-list-box {
    border-radius:4px;
    cursor:pointer;
    transition:all 0.2s ease-out;
    padding:0 10px;
    display:inline-block;
    vertical-align:middle;
    margin:0;
    max-width:none;
}
.row-list-box:hover {
    background-color: #eee;
}
.row-list-box > input {
    margin-right: 6px;
}

.select-box-1, .select-box-2, .select-box-3, .select-box-4 {
    font-size: 0;
}
.select-box-1 > select, .select-box-2 > select, .select-box-3 > select, .select-box-4 > select{
    font-size: 14px;
    border-radius:0;
}
.select-box-1 > select {
    width: 100%;
    border-radius:4px;
}
.select-box-2 > select {
    width: 50%;
}
.select-box-3 > select {
    width: 33.33333%;
}
.select-box-4 > select {
    width: 25%;
}
.select-box-2 > select:first-child,
.select-box-3 > select:first-child,
.select-box-4 > select:first-child {
    border-radius: 4px 0 0 4px;
}
.select-box-2 > select:last-child,
.select-box-3 > select:last-child,
.select-box-4 > select:last-child {
    border-radius: 0 4px 4px 0;
}
.input-hasbtn {
    position: relative;
}
.input-hasbtn input {
    padding-right: 80px;
}
.input-hasbtn .btn_solid,
.input-hasbtn .btn_hollow {
    position: absolute;
    top:0;
    right:0;
    border-radius:0 4px 4px 0;
}
.input-hasbtn .btn_solid.small,
.input-hasbtn .btn_hollow.small {
    position: absolute;
    top:3px;
    right:3px;
    border-radius:4px;
}
.btn_hollow input[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity:0;
    width:100%;
    height:100%;
}
.row-list-box .file,
.row-list-box .rm {
    display: inline-block;
    line-height:34px;
    vertical-align:middle;
}
.row-list-box .file {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}
.row-list-box .rm {
    color:#ff6464;
    margin-left:8px;
}
.row-list-box .rm::before {
    content: '';
    display:inline-block;
    vertical-align:middle;
    width:1px ;
    height:14px;
    background-color:#bbb;
    margin-right:8px;
}


.ca-del-tab-box {
    width: 100%;
    height: 40px;
}
.case-detail-tab {
    top:0;
    left:0;
    background-color:#f5f5f5;
    width: 100%;
    height:40px;
    padding:0 10px;
    z-index:10;
}
.case-detail-tab.fixed {
    position: fixed;
}
.case-detail-tab .find-box {
    overflow:auto;
    white-space:nowrap;
}
.case-detail-tab .find-box::-webkit-scrollbar {
    display: none;
}
.case-detail-tab .find {
    font-size: 14px;
    display: inline-block;
    vertical-align:middle;
    line-height: 40px;
    padding:0 10px;
    color: #999;
    cursor:pointer;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition:all 0.2s ease-out;
}
.case-detail-tab .find:hover {
    color: #333;
    max-width:none !important;
    /*background-image:linear-gradient(to top, #fff, #f5f5f5);*/
}

.case-detail-tab .tab-on {
    color: #fff !important;
    background-color:#333 !important;
    position:relative;
}
.case-detail-tab .tab-on::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    margin:auto;
    bottom:-4px;
    width:14px;
    height:4px;
    background-size:100% 100%;
    background-image:url(/Content/icon/icon_info_bottomarrow.png);
}

.case-detail {
    padding: 10px;
}
.tips-all-row-1 {
    background-color: #f5f5f5;
    border:1px solid #eee;
    margin:10px;
    padding:5px 10px;
    border-radius:4px;
    font-size:14px;
}
.tips-all-row-1 .file {
    color: #5FC191;
    cursor:pointer;
}
.tips-all-row-1 .btn_solid,
.tips-all-row-1 .btn_hollow {
    margin-left: 10px;
}

.tips-all-row-2 {
    background-color: #f5f5f5;
    border:1px solid #eee;
    margin:10px;
    padding:5px 10px;
    border-radius:4px;
    color:#FF6464;
    font-size:14px;
}
.tips-all-row-2 .file {
    color: #5FC191;
    cursor:pointer;
}
.tips-all-row-2 .btn_solid,
.tips-all-row-2 .btn_hollow {
    margin-left: 10px;
}

.tips-all-row-3 {
    background-color: #FF6464;
    margin:10px;
    padding:5px 10px;
    border-radius:4px;
    color:#fff;
    font-size:14px;
}
.tips-all-row-3 .file {
    color: #FBCE95;
    cursor: pointer;
}
.tips-all-row-3 .btn_solid {
    margin-left: 10px;
}
.tips-all-row-3 .btn_hollow {
    margin-left: 10px;
}
.tips-all-row-3 .btn_hollow:hover {
    background-color:rgba(255,255,255,0.2);
}

.case-detail .row_title {
    padding: 10px;
    position:relative;
}

.case-detail-fn {
    float:right;
    height:40px;
    line-height:38px;
    padding-right:10px;
}
.case-detail-fn::before {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    background-image: linear-gradient(to left, white, #ffffff00);
}

.case-detail-info {
    font-size:0px;
    border:1px solid #eee;
    border-radius:4px;
    margin:10px;
    padding:30px;
}

.case-detail-left, .case-detail-right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size:0;
}
.case-detail-left .case-detail-single,
.case-detail-right .case-detail-single {
    width: 100%;
}
.case-detail-single {
    padding-bottom: 20px;
    display:inline-block;
    vertical-align:top;
    font-size:14px;
    width: 50%;
    font-size:0;
}

.case-detail-single .s-label {
    color:#666;
    display:inline-block;
    width:30%;
    text-align:right;
    padding-right:10px;
    vertical-align:top;
    font-size:14px;
}
.case-detail-single .info {
    margin:0;
    vertical-align:top;
    display:inline-block;
    width:70%;
    font-size:14px;
    word-break:break-all;
    padding-right:10px;
}

.case-detail-bubble-list,
.case-detail-file-list {
    font-size: 0;
    margin:0;
    width:70%;
    vertical-align:top;
    display:inline-block;
}
.case-detail-bubble-list > li {
    display: inline-block;
    padding:0 10px;
    border-radius:40px;
    background-color:#eee;
    margin: 0px 4px 4px 0;
    font-size:14px;
}

.case-detail-file-list > .link {
    color: #5FC191;
    display: inline-block;
    margin: 0px 4px 4px 0;
    font-size:14px;
    max-width:200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case-detail-file-list > .link::after {
    content: '';
    display: inline-block;
    height:10px;
    margin-left:10px;
    border-left: 1px solid #bbb;
}
.case-detail-file-list > .link:last-child::after {
    border-left: none;
}
.case-detail-file-list > .pic {
    max-width:80px;
    height:50px;
    margin: 0px 4px 4px 0;
}



.selectany {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 687px;
    height: 100%;
    overflow:hidden;
    font-size:0;
}
.selectany .se-select {
    width: 72%;
    height: 100%;
    display:inline-block;
    vertical-align:top;
    font-size:14px;
}
.selectany .se-menu {
    float:left;
    width:130px;
    height: 100%;
    border-right:1px solid #eee;
    color:#666;
    overflow:auto;
}
.selectany .se-menu > li {
    cursor:pointer;
    padding:10px 20px;
}
.selectany .se-menu > li:hover {
    background-color: #f5f5f5;
}
.selectany .se-menu > li.on {
    background-color: #eee;
    font-weight: bold;
    cursor:default;
    color:#333;
}
.selectany .se-list {
    height: 100%;
    overflow:auto;
}
.selectany .se-list .table {
    border-top: 1px solid #eee;
}
.selectany .se-list .table > thead > tr > th:last-child,
.selectany .se-list .table > tbody > tr > td:last-child {
    border-right: none;
}

.selectany .se-already {
    width: 28%;
    height: 100%;
    padding:20px;
    border-left:1px solid #eee;
    display: inline-block;
    vertical-align:top;
    font-size:14px;
}
.selectany .se-al-title {
    font-weight: bold;
    margin-bottom:10px;
}
.selectany .se-al-list {
    overflow: auto;
    font-size:0;
    margin-bottom:20px;
    max-height:80%;
    max-height:calc(100% - 100px);
}
.selectany .se-al-list:empty::after {
    content: '暂未选择';
    font-size:14px;
    color:#999;
}
.selectany .se-al-list > li {
    position:relative;
    line-height: 28px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 40px;
    background-color: #eee;
    display:inline-block;
    margin:0 6px 6px 0;
}
.selectany .se-al-list > li > .rm {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    color:#fff;
    line-height: 28px;
    font-size: 14px;
    text-align:center;
    border-radius: 40px;
    background-color: #333;
    background-color: rgba(0,0,0,0.8);
    opacity: 0;
    transition:all 0.2s ease-out;
    z-index:1;
    cursor:pointer;
}
.selectany .se-al-list > li:hover > .rm {
    opacity: 1;
}
.selectany .se-already .btn_solid {
    width: 100%;
}







.settime-box-1 > input{
	width: 100%;
}
.settime-box-2{
	font-size: 0;
}
.settime-box-2 > input{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 14px;
	border-radius: 0;
}
.settime-box-2 > input:first-child{
	border-radius: 4px 0 0 4px;
}
.settime-box-2 > input:last-child{
	border-radius: 0 4px 4px 0;
}





.search-190926{
	display: inline-block;
	position: relative;
	border: 1px solid #bbb;
	border-radius: 4px;
	height: 34px;
}

.search-190926 .s0926-input{
	border: none;
	width: 140px;
	height: 32px;
	background-color: transparent;
	outline: none;
	vertical-align: top;
	margin-left: 10px;
	transition: all 0.2s ease-out;
	border-bottom: 1px solid transparent;
}
.search-190926 .s0926-input:focus{
	border-bottom: 1px solid #333 !important;
}

.search-190926 .s0926-submit{
	vertical-align: top;
  margin: 2px 2px 0 0;
}
.search-190926 .s0926-ul{
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}
.search-190926 .s0926-u-li{
	display: inline-block;
	vertical-align: top;
	height: 32px;
	font-size: 14px;
	border: none;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
}





.search-190926 .s0926-bottom{
	position: absolute;
	top: 34px;
	left: -1px;
	width: 80vw;
	min-width: 800px;
	max-width: 1200px;
	max-height: 400px;
	overflow: auto;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 0 0 4px 4px;
	box-shadow: 2px 2px 0 0 rgba(0,0,0,0.1);
	z-index: 5;
	padding: 0px 0px 0px 20px;
	height: 0px;
	opacity: 0;
	transition: all 0.2s ease-out;
	font-size: 0;
}
.search-190926 .s0926-bottom select{
	max-width: none;
}
.search-190926 .s0926-b-li{
	margin-bottom: 20px;
	width: 50%;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
}
.search-190926 .s0926-b-l-left{
	width: 90px;
	float: left;
	line-height: 20px;
	padding: 7px 0px;
	font-weight: bold;
}
.search-190926 .s0926-b-l-right{
	overflow: hidden;
}







.search-190926.open{
	border-radius: 4px 4px 0 0;
	box-shadow: 2px 2px 0 0 rgba(0,0,0,0.1);
}
.search-190926.open::after{
	content: '';
	position: absolute;
	bottom: -3px;
	left: -1px;
	width: calc(100% + 2px);
	height: 3px;
	border-left: 1px  solid #bbb;
	border-right: 1px  solid #bbb;
	background-color: #fff;
	z-index: 6;
}
.search-190926.open .s0926-input{
	border-bottom: 1px solid #ddd;
}
.search-190926.open .s0926-bottom{
	padding: 20px 0 20px 20px;
	opacity: 1;
	height: auto;
}



.card-list-shell {
    padding:20px 0 0 20px;
    font-size:0;
}
.card-list-shell .card-list {
    margin: 0 20px 20px 0;
}
.card-list {
    width: 360px;
    border-radius:9px;
    border:1px solid #eee;
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.05);
    display:inline-block;
    vertical-align:top;
    font-size:14px;
    position:relative;
}
.card-list .cl-pic {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 9px 0px 0 9px;
    background-color: #f5f5f5;
    float: left;
}
.card-list .cl-bottom {
    padding: 20px 20px 0 20px;
    overflow: hidden;
}
.card-list .cl-name {
    font-size: 18px;
    line-height:1;
    display:block;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 20px;
    background-image: url(/Content/icon/006.png);
    padding-right: 20px;
    user-select: none;
    border-radius:4px;
    transition:all 0.2s ease-out;
    padding:8px;
    margin:-8px;
}
.card-list .cl-name:hover {
    color:#111;
    background-color:#eee;
    background-color:rgba(0,0,0,0.05);
}
.card-list .cl-info {
    margin-top: 8px;
    font-size:0;
}
.card-list .cl-i-li {
    display:inline-block;
    vertical-align:top;
    font-size:14px;
    width:50%;
    margin-top:4px;
}
.card-list .cl-i-l-key {
    color: #999;
    font-size:12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
}
.card-list .cl-i-l-val {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
}
.card-list .cl-fn {
    margin-top: 8px;
    font-size:0;
}
.card-list .cl-fn > * {
    margin: 0 4px 4px 0;
    font-size:14px;
}
.card-list .btn_hollow {
    background-color: #fff;
}

.card-list .cl-fixed {
    position: absolute;
    top:0px;
    left:0px;
    padding:20px;
    opacity:0;
    background-position:center;
    transition:all 0.2s ease-out;
}
.card-list:hover .cl-fixed {
    opacity: 1;
}
.card-list .cl-fixed:checked {
    opacity: 1;
}

.card-list .cl-bg {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
    overflow:hidden;
    opacity:0.1;
}
.card-list .cl-bg-pic {
    width: 100%;
    height: 100%;
    object-fit:cover;
    filter:blur(30px);
}




.tips-news {
    padding: 2px 6px;
    line-height: 14px;
    background-color: #FF6464;
    font-size: 12px;
    border-radius: 20px;
    transform: scale(0.8);
    font-style: normal;
    color: #fff;
}