/* 司法标的 */

body {
    overflow: hidden;
}

.judiciary {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.judiciary .result {
    width: 100%;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.judiciary .result .left {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.judiciary .result .left span {
    color: #E60012;
}

.judiciary .result .right {
    display: flex;
    align-items: center;
}

.judiciary .result .right img {
    width: 14px;
    height: 14.98px;
}

.judiciary .result .right span {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.judiciary .controls {
    width: 100%;
    border: 1px solid #E4E4E4;
}

.judiciary .controls .region {
    border-bottom: 1px solid #E4E4E4;
    padding: 11px 3px 0px 16px;
    box-sizing: border-box;
    display: flex;
}

.judiciary .controls .region .left {
    width: 100px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.judiciary .controls .region .right {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 100px);
}

.judiciary .controls .region .right span {
    margin-right: 43px;
    margin-bottom: 18px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    white-space: nowrap;
    cursor: pointer;
    padding: 2px 5px;
}
.judiciary .controls .region .right .ra{
    margin-bottom: 18px;
}
.judiciary .controls .region .right .on {
    padding: 2px 5px;
    background: #E60012;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
}

.judiciary .con {
    width: 100%;
    margin-top: 21px;
    display: flex;
    justify-content: space-between;
}

.judiciary .con .screen {
    width: 900px;
}

.judiciary .con .recommended {
    width: 280px;
    border: 1px solid #E4E4E4;
}

.judiciary .con .screen .species {
    width: 100%;
    height: 44px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
}

.judiciary .con .screen .species .species-item {
    padding: 0 18px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.judiciary .con .screen .species .species-item input {
    width: 120px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    padding-left: 3px;
    box-sizing: border-box;
    outline: none;
}

.judiciary .con .screen .species .on {
    color: #E60012;
}

.judiciary .con .screen .species .pseudo::after {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #E2E2E2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.judiciary .con .screen .listCon {
    width: 100%;
}

.judiciary .con .screen .listCon .list {
    margin-top: 23px;
    height: 222px;
    border: 1px solid #E4E4E4;
    display: flex;
    justify-content: space-between;
}

.judiciary .con .screen .listCon .list .left {
    width: 320px;
    height: 222px;
    position: relative;
}

.judiciary .con .screen .listCon .list .left .bj {
    width: 100%;
    height: 100%;
}

.judiciary .con .screen .listCon .list .left .periodsNum {
    width: 30px;
    height: 35.95px;
    position: absolute;
    left: 0;
    top: 0;
}

.judiciary .con .screen .listCon .list .left .periodsNum img {
    width: 100%;
    height: 100%;
}

.judiciary .con .screen .listCon .list .left .periodsNum>div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 3px;
    text-align: center;
}

.judiciary .con .screen .listCon .list .right {
    width: calc(100% - 332px);
    height: 100%;
    padding-top: 17px;
    box-sizing: border-box;
    position: relative;
}

.judiciary .con .screen .listCon .list .right .name {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
}

.judiciary .con .screen .listCon .list .right .introduce {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-bottom: 12px;
}

.judiciary .con .screen .listCon .list .right .introduce img {
    width: 16.22px;
    height: 15.05px;
    margin-right: 5px;
}

.judiciary .con .screen .listCon .list .right .price {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    box-sizing: border-box;
}

.judiciary .con .screen .listCon .list .right .price .title {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.judiciary .con .screen .listCon .list .right .price .title span {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FF0C0C;
}
.pirce span{
    color: #256d01!important;
}
.pirce1 span{
    color: #FF0C0C!important;
}
.pirce2 span{
    color: #999!important;
}
.judiciary .con .screen .listCon .list .right .price .btn {
    width: 106px;
    height: 32px;
    /* background: #909399; */
    background-color: #256d01;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
.judiciary .con .screen .listCon .list .right .price .btn {
    background: #256d01;
    color: #fff;
}
.judiciary .con .screen .listCon .list .right .price .btn1 {
    background: #D74B4B;
    color: #fff;
}
.judiciary .con .screen .listCon .list .right .price .btn2 {
    background: #ddd;
    color: #fff;
}
.judiciary .con .screen .paginationBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.judiciary .con .recommended .recommendedTop {
    height: 44px;
    background: #F8F8F8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.judiciary .con .recommended .recommendedTop img {
    width: 17.92px;
    height: 17.18px;
    margin-right: 8px;
}

.judiciary .con .recommended .listCon {
    width: 270px;
    margin: 0 auto;
}

.judiciary .con .recommended .listCon .list {
    width: 100%;
    margin-top: 25px;
}

.judiciary .con .recommended .listCon .list .photo {
    width: 270px;
    height: 188px;
    position: relative;
}

.judiciary .con .recommended .listCon .list .photo .bj {
    width: 100%;
    height: 100%;
}

.judiciary .con .recommended .listCon .list .photo .periodsNum {
    width: 30px;
    height: 35.95px;
    position: absolute;
    left: 0;
    top: 0;
}

.judiciary .con .recommended .listCon .list .photo .periodsNum img {
    width: 100%;
    height: 100%;
}

.judiciary .con .recommended .listCon .list .photo .periodsNum>div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 3px;
    text-align: center;
}

.judiciary .con .recommended .listCon .list .name {
    margin-top: 8px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.judiciary .con .recommended .listCon .list .price {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 15px;
}

.judiciary .con .recommended .listCon .list .price span {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FF0C0C;
}


/* 司法标的--详情 */

.crumbs {
    width: 100vw;
    height: 54px;
    display: flex;
    align-items: center;
    background: #F5F5F5;
}

.crumbs .nav {
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #707070;
}

.crumbs .nav span {
    cursor: pointer;
}

.judiciaryInfo {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.judiciaryInfo .message {
    width: 100%;
    padding-top: 21px;
}

.judiciaryInfo .message .name {
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #707070;
}

.judiciaryInfo .message .details {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.judiciaryInfo .message .details .details-item {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
    padding: 0 15px;
    position: relative;
}

.judiciaryInfo .message .details .details-item span {
    padding: 1px 5px;
    background-color: #E60012;
    color: #FFFFFF;
}

.judiciaryInfo .message .details .pseudo::after {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #E2E2E2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.judiciaryInfo .message .intro {
    width: 100%;
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
}

.judiciaryInfo .message .intro .imgCon {
    width: 502px;
}

.judiciaryInfo .message .intro .imgCon .gallery {
    width: 100%;
    height: 348px;
}

.judiciaryInfo .message .intro .imgCon .gallery img {
    width: 100%;
    height: 100%;
}
.judiciaryInfo .message .intro .imgCon .thumbs{
    padding-top: 15px;
    height: 97px;
}
.judiciaryInfo .message .intro .imgCon .thumbs img{
    width: 116px;
}
.judiciaryInfo .message .intro .imgCon .thumbs .swiper-slide-thumb-active{
    border: 1px solid red;
}
.judiciaryInfo .message .intro .controls {
    width: calc(100% - 530px);
}

.judiciaryInfo .message .intro .controls .loan {
    width: 100%;
    height: 102px;
    background: #F5F6F7;
    display: flex;
    margin-bottom: 18px;
}

.judiciaryInfo .message .intro .controls .loan .left {
    width: 498px;
    padding-top: 20px;
    padding-left: 20px;
}

.judiciaryInfo .message .intro .controls .loan .left .price {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.judiciaryInfo .message .intro .controls .loan .left .price span {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FF0C0C;
}

.judiciaryInfo .message .intro .controls .loan .left .time {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 14px;
}

.judiciaryInfo .message .intro .controls .loan .btn {
    width: calc(100% - 498px);
    height: 100%;
    background: #D74B4B;
    text-align: center;
    line-height: 102px;
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.judiciaryInfo .message .intro .controls .delistCon {
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #E8E8E8;
}

.judiciaryInfo .message .intro .controls .delistCon .delist {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
}

.judiciaryInfo .message .intro .controls .notification {
    width: auto;
    margin-top: 21px;
}

.judiciaryInfo .message .intro .controls .notification span {
    padding: 13px 37px;
    background: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D9D9D9;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}
.judiciaryInfo .message .intro .controls .notification .btn{
    background: #256d01;
    border: 1px solid #256d01;
    color: #fff;
}
.judiciaryInfo .message .intro .controls .notification .btn1{
    background: #D74B4B;
    border: 1px solid #D74B4B;
    color: #fff;
}
.judiciaryInfo .message .intro .controls .notification .btn2{
    background: #ddd;
    border: 1px solid #ddd;
    color: #fff;
}

.judiciaryInfo .message .messageHead {
    width: 100%;
    height: 56px;
    background: #F5F6F7;
    margin-top: 45px;
    display: flex;
}

.judiciaryInfo .message .messageHead .head-item {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
    cursor: pointer;
}

.judiciaryInfo .message .messageHead .on {
    color: #FFFFFF;
    background: #D74B4B;
}

.judiciaryInfo .message .module {
    width: 100%;
    border: 1px solid #E6E6E6;
    margin-top: 39px;
}

.judiciaryInfo .message .module .title {
    height: 50px;
    background: #F5F6F7;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
}

.judiciaryInfo .message .module .moduleCon {
    padding: 42px;
}

.judiciaryInfo .message .module .imgList {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.judiciaryInfo .message .module .imgList img {
    width: 520px;
    height: 467px;
    margin-bottom: 20px;
}

.judiciaryInfo .message .module .map {
    padding: 0;
    width: 100%;
    height: 394px;
}
.judiciaryInfo .message .module .map img{
    height: 40px;
}

.judiciaryInfo .message .recommended {
    width: 100%;
    height: 50px;
    background: #D74B4B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.judiciaryInfo .message .recommended img {
    width: 17.92px;
    height: 17.18px;
    margin-right: 5px;
}

.judiciaryInfo .message .recommendedList {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.judiciaryInfo .message .recommendedList .list {
    width: 290px;
    border: 1px solid #E4E4E4;
    padding-bottom: 18px;
}

.judiciaryInfo .message .recommendedList .list .photo {
    width: 290px;
    height: 202px;
    position: relative;
}

.judiciaryInfo .message .recommendedList .list .photo .bj {
    width: 100%;
    height: 100%;
}

.judiciaryInfo .message .recommendedList .list .photo .periodsNum {
    width: 30px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
}

.judiciaryInfo .message .recommendedList .list .photo .periodsNum img {
    width: 100%;
    height: 100%;
}

.judiciaryInfo .message .recommendedList .list .photo .periodsNum>div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 3px;
    text-align: center;
}

.judiciaryInfo .message .recommendedList .list .name {
    padding: 12px 16px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.judiciaryInfo .message .recommendedList .list .price {
    margin-top: 20px;
    padding-left: 16px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.judiciaryInfo .message .recommendedList .list .price span {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FF0C0C;
}

.judiciaryInfo .message .recommendedList .list .time {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 15px;
    padding-left: 16px;
    box-sizing: border-box;
}

.judiciaryInfo .message .recommendedList .list .appointment {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
}

.judiciaryInfo .message .recommendedList .list .appointment .btn {
    width: 106px;
    height: 32px;
    background: #D74B4B;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.judiciaryInfo .message .recommendedList .list .appointment .num {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.judiciaryInfo .module .table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .judiciaryInfo .module .table .table_row {
    display: flex;
    align-items: center;
    width: 33.33%;
    border: 1px solid;
    border-color: transparent #dcdfe6 #dcdfe6 transparent;
    height: 50px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
  }
  .judiciaryInfo .module .table .table_row .dt {
    text-align: center;
    border-right: 1px solid #dcdfe6;
    line-height: 50px;
    width: 100px;
    flex-shrink: 0;
  }
  .judiciaryInfo .module .table .table_row .db {
    flex-grow: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
  .judiciaryInfo .module table{
    width: 100%;
    border: 1px solid #dcdfe6;
  }
  .judiciaryInfo .module table td{
   
    text-align: center;
    border: 1px solid transparent;
    border-right-color: #dcdfe6;
    border-bottom-color: #dcdfe6;
  }
  .judiciaryInfo .module table td:nth-child(2){
    border-right: none;
    border-bottom: none;
  }
  .judiciaryInfo .module  .inside{
    border: 0;
  }
  .judiciaryInfo .module  .inside td{
    padding: 16px 0;
  }
  .judiciaryInfo .module  .inside td:nth-child(2){
    border-bottom: 1px solid #dcdfe6;
    padding: 10px;
    
  }
  .judiciary .con .species .btn{
    height: 30px;
    width: 45px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    background-color: #E60012;
    color: #fff;
    font-size: 14px; 
    margin-left: auto;
  }
  .species-hover{
    min-width: 60px;
   padding: 0 5px!important;
   text-align: center;
  
  }
  .species-hover span{
    width: 100%;
    text-align: center;
  }
  .species-hover:hover  .btm_con{
    display: block;
  }
  .btm_con{
    display: none;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 19px;
   
    
  }
  .btm_con p{
    background-color: #fff;
    padding: 6px 20px;
    border: 1px solid #e4e7ed;
}
.btm_con p:hover{
    color: #E60012;
}