.case-hall-div{
    width: 100%;
    min-height: 1263px;
}
.case-hall-div .injection-list-model{
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    overflow: hidden;
}
.case-hall-inside-div{
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 43px;
    padding-bottom: 31px;
    width: 1170px;
    height: 100%;
    overflow: hidden;
}
.case-hall-breadcrumbs-div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 43px;
}
.case-hall-breadcrumbs-div span{
    font-family: "PingFang SC";
    font-size: 14px;
    color: #323232;
    line-height: 43px;
}
.case-hall-left-part{
    float: left;
    width: 870px;
    height: auto;
    background-color: #ffffff;
}
.case-hall-right-part{
    float: right;
    width: 270px;
    height: 100%;
}
.case-hall-left-part, .case-hall-right-part{
    background-color: #ffffff;
    -webkit-box-shadow: 1px -1px 5px #e0e0e0;
    -moz-box-shadow: 1px -1px 5px #e0e0e0;
    box-shadow: 1px -1px 5px #e0e0e0;
}
.case-hall-select-div, .case-hall-select-result-div{
    width: 100%;
    height: auto;
}
.case-hall-select-tabs-div{
    width: 100%;
    height: 41px;
}
.case-hall-select-tab-item{
    float: left;
    box-sizing: border-box;
    width: 100px;
    height: 100%;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 14px;
    color: #4a4a4a;
    line-height: 41px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.case-hall-select-tab-item:hover{
    color: #0db5fb;
    border-top: 2px solid #0db5fb;
    border-bottom: 1px solid #fff;
}
.case-hall-select-tab-item .lift-sort{
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 45px;
    height: 16px;
    padding-right: 10px;
}
.case-hall-select-tab-item .lift-sort-icon{
    position: relative;
    top: 4px;
    display: inline-block;
    width: 4px;
    line-height: 5px;
    pointer-events: none;
}
.case-hall-select-tab-item .lift-sort-icon i:before{
    color: #d8d8d8;
    font-size: 18px;
}
.lift-sort-icon__select:before{
    color: #0db5fb !important;
}
.case-hall-select-tab-item:last-child{
    width: 470px;
    height: 100%;
    border-right-width: 0;
    cursor: auto;
}
.case-hall-select-tab-item__select{
    color: #0db5fb;
    border-top: 2px solid #0db5fb;
    border-bottom-width: 0;
}
.case-hall-select-result-content-div{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
.case-hall-select-result-page-div{
    margin-top: 25px;
    margin-bottom: 40px;
    width: 100%;
    height: 30px;
}