input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #666;
    font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #666;
    font-size: 16px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}

.mod-con {
    color: #333;
}

.bjqs {
    background-color: #F2F2F2;
}

.hbjqs {
    background-color: #E6E6E6;
}

.searchbox.tomovetop {
    position: fixed;
    top: 25px;
}

.searchbox .kw_searchbox {
    width: 90%;
    margin: 0 auto;
}

.searchbox .kw_search {
    border: 1px solid #979797;
    padding: 0 20px 0 50px;
    position: relative;
}

.searchbox .input_keyword {
    width: 100%;
    height: 45px;
}

.searchicon_btn {
    display: block;
    height: 45px;
    width: 50px;
    background: url(../images/search-icon.png) no-repeat 18px 14px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-size: 16px 16px;
    cursor: pointer;
}

.search_msg {
    width: 86%;
    margin: 0 auto;
    padding-top: 18px;
    user-select: none;
}

.search_msg .search_tit {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}

.search_list {
    padding-left: 8px;
}

.search_list p {
    height: 36px;
    line-height: 36px;
    position: relative;
}

.search_list p:after {
    content: "";
    top: 8px;
    right: 5px;
    background: url(../images/close.png) no-repeat 0 0;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
}

.search_list .active, .cases_txt.ahref a, .cases_txt.ahref a:hover {
    color: #E31414;
    cursor: pointer;
}

.cases_txt.ahref {
    height: 100px !important;
}

.search_msg .search_sptxt {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding: 5px 0;
    cursor: pointer;
    display: none;
}

.search_msg .search_box {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
}

.search_msg .search_box:after {
    content: "";
    height: 10px;
    width: 10px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    position: absolute;
    right: 6px;
    top: 11px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari/Chrome */
    -o-transform: rotate(45deg); /* Opera */
}

.search_msg .search_box.active:after {
    top: 18px;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg); /* IE 9 */
    -moz-transform: rotate(-135deg); /* Firefox */
    -webkit-transform: rotate(-135deg); /* Safari/Chrome */
    -o-transform: rotate(-135deg); /* Opera */
}

.search_msg .search_boxlist {
    margin: 0 4px 4px 0;
    padding: 8px 0 0 4px;
    border-top: 1px solid #D8D9DC;
}

.search_msg .search_boxlist .search_p {
    padding: 3px 5px;
}

.search_msg .search_boxlist .search_p:hover {
    color: #E31414;
    cursor: pointer;
}

.search_msg .search_boxlist .search_p.active {
    color: #E31414;
}

.check-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    width: 100%;
}

.check-wrap > .icheck {
    opacity: 0;
}

.check-wrap > .ilabel {
    border-radius: 3px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.check-wrap > .ilabel:after {
    content: " ";
    border: 1px solid #999;
    display: block;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    width: 13px;
    height: 13px;
    line-height: 14px;
    position: absolute;
    top: 7px;
    left: 0;
}

.check-wrap > .icheck:checked + .ilabel:after {
    content: "✓";
    border-color: #999;
    background-color: #fff;
    color: #E31414;
}

.check-wrap > .icheck:indeterminate + .ilabel:after {
    content: "■";
    color: #3f51b5;
    background-color: #FFF;
    border-color: #3f51b5;
}


.cases_tit {
    font-size: 30px;
    font-weight: bold;
}

.cases_box {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.cases_box .widtha {
    width: 20%;
}

.cases_box .widthc {
    width: 18%;
}

.cases_box .widthb {
    width: 31%;
}

.cases_box .cases_h .cases_txt {
    font-size: 16px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
    position: relative;
}

.cases_box .cases_h .cases_txt:after {
    display: block;
    content: "";
    height: 54px;
    width: 1px;
    background-color: #E2F2FE;
    position: absolute;
    left: 0px;
    top: 0px;
}

.cases_box .cases_h .cases_txt:first-child:after {
    display: none;
}

.cases_box .cases_li .cases_txt {
    height: 45px;
    position: relative;
    padding: 0 10px;
}

.cases_box .cases_li .cases_txt .spheight {
    height: 45px;
    line-height: 14px;
    padding: 15px 5px 0 5px;
}

.cases_box .cases_li .cases_txt:after {
    display: block;
    content: "";
    height: 45px;
    width: 1px;
    background-color: #E2F2FE;
    position: absolute;
    left: 0px;
    top: 0px;
}

.cases_box .cases_li .cases_txt:first-child:after {
    display: none;
}

/*控制表格滑动*/
table tbody {
    display: block;
    height: 1000px;
    overflow-y: scroll;
}

/*固定表头*/
table thead, tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

/*调节表头宽度*/
table thead {
    width: calc(100% - 0.1em);
}

table tbody::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

table tbody::-webkit-scrollbar-thumb {
    border-radius: 4px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: #535353;
}

table tbody::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #ededed;
}

@media screen and (max-width: 768px) {
    .cases_tablebox {
        overflow-x: scroll;
        width: 100%;
    }

    .cases_box {
        min-width: 580px;
        margin-bottom: 10px;
    }

    .cases_tit {
        display: none;
    }

    .search_boxlist {
        display: none;
    }
}