body {
    background-color: #f5f5f5;
  }
  
  .main_module{
    max-width: 99%;
    min-width: 1000px;
    min-height: 582px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.main_left{
    width: 180px;
    background-color: #ffffff;
    padding:18px 0px 30px 0px;
}
.main_left ul{
    padding: 0px;
    margin: 0px;
}
.main_left li{
    list-style-type: none;
    display: block;
    width: 180px;
    height: 36px;
    line-height: 36px;
    padding-top: 6px;
    padding-left: 16px;
    margin-bottom: 1px;
}
.main_left li a{
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    display: block;
    height: 24px;
}
.main_left li:hover, .nav_checked{
    background-color: #F4F4F4 !important;
}
.main_left li:hover , .nav_checked {
    background-color: #BB2721 !important;
    color: #FFFFFF !important;
}
.main_left li:hover a, .nav_checked a{
    color: #FFFFFF !important;
}
.main_left .check2,.main_left .check3{
    padding-left: 40px;
}

.main_right{
    width: 90%;
    min-width: 750px;
    background-color: #ffffff;
    padding:4px 14px 14px 14px;
    margin-left: 14px;
}

.news_navgate{
    color: #333333;
    font-size: 20px;
    height: 28px;
    line-height: 28px;
}
.news_module{
    width: 100%;
    /* margin-top: 24px; */
    overflow-y: auto;
} 
.news_module ul{
    margin: 0px;
    padding: 0px;
}
.news_module li{
    height: 48px;
    line-height: 48px;
    list-style: none;
    padding:0 12px;
    display: flex;
    justify-content: space-between;
}
.news_module li:nth-of-type(odd){
    background-color: #F5F6F8 !important;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}
.news_module li:nth-of-type(even){
    background-color: #FFFFFF !important;
}
.news_title{
    max-width: 700px;
    min-width: 500px;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}
.news_title a{
    color:#333333;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}
.news_title a:hover{
    text-decoration: underline;
}
.news_time{
    font-size: 14px;
    color: #777777;
    line-height: 48px;
    white-space: nowrap;
}
.news_list{
    padding: 50px;
    margin: 0 10px 20px 10px;
    font-size: 14px;
    line-height: 26px;
    text-indent: 28px;
    height: auto;
    overflow: auto;
    text-align: center;
}
.nodata{
    width:100%; 
    height: 231px; 
    margin-top: 50px;
    background:url('/static/images/空.png') no-repeat;  
    background-position: center;
}
  /* 列表页 */
  .auction-container {
    margin: 10px auto;
    background-color: #fff;
    min-height: 500px;
  }
  .auction-container .title {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    border-left: 4px solid #f14e54;
    padding-left: 12px;
    margin-bottom: 15px;
  }
  .auction-container .load {
    font-size: 12px;
    color: #666;
  }
  .auction-container .search {
    width:100% ;
    margin-right: 20px;
    padding: 12px 0;
    position: relative;
  }
  .inputDiv{
    border: 1px solid #dddddd; 
    border-radius: 2px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .inputDiv input{
    /* text-align: center !important; */
    flex-shrink: 0;
  }
  .inputDiv b{
    font-size: 13px; 
    color:#ccc; 
    font-style: italic;
    font-weight: normal;
    margin-right: 5px;
    line-height: 26px;
    flex-shrink: 0;
  }
.inputDiv span {
    flex-shrink: 0;
}
  .auction-container .search .input {
    border: none;
    outline: none;
    width: 120px;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    padding-left: 5px;
    vertical-align: top;
  }
  .auction-container .search input::placeholder {
    color: #ccc; /* 例如，红色 */
    font-style:italic;
    font-size: 13px;
  }
  .auction-container .search .btn-search {
    background-color: #BB2721;
    color: white;
    cursor: pointer;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    padding: 3px 16px 4px 16px;
    font-size: 14px !important;
    margin-left: 10px;
    margin-right: 15px;
    vertical-align: top;
    height: 30px;
  }
  .auction-container .search .btn-clear {
    background-color: #FFFFFF;
    color: gray;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid gray;
    border-radius: 4px;
    padding: 2px 16px 3px 16px;
    font-size: 14px;
    vertical-align: top;
    height: 30px;
  }
  .auction-container .tab {
    margin: 16px 0px 16px 0;
    display: flex;
    align-items: normal;
  }
  .auction-container .tab .tab-item {
    min-width: 150px;
    white-space: nowrap;
    height: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-right: -8px;
    padding: 0px 30px;
    padding-bottom: 8px;
    /* border-bottom: 1px solid #f5f5f5; */
    position: relative;
    text-align: center;
  }
  .auction-container .tab .tab-item.active {
    border-bottom: 1px solid #F14E54;
    color: #F14E54;
  }
  .auction-container .auction-table {
    /* margin: 0 20px; */
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .auction-container .auction-table > thead {
    background-color: #f5f5f5;
    line-height: 40px;
  }
  .auction-container .auction-table th,
  .auction-container .auction-table td {
    text-align: left;
    padding: 0 4px;
  }
  .auction-container .auction-table th {
    white-space: nowrap;
    color:#333;
    font-size: 14px;
  }
  .auction-container .auction-table td {
    padding: 8px 4px;
  }
  .auction-container .auction-table tr {
    border-bottom: 1px dashed #DDD;
  }
  .auction-container .auction-table tr:nth-child(2n) {
    background-color: #f5f5f5; /* 浅蓝底色（低饱和度，不刺眼） */
  }
  .auction-container .auction-table tr:hover {
    background-color: #F2F6F8;
  }
  .auction-container .auction-table .success-list {
    font-size: 14px;
  }
  .auction-container .auction-table .success-list td:nth-child(2) {
    width: 102px;
  }
  /* .auction-container .auction-table .success-list td:nth-child(2) {
    width: 220px;
  }
  .auction-container .auction-table .success-list td:nth-child(3) {
    width: 260px;
  } */
  .auction-container .auction-table .success-list .vehicle-info {
    display: flex;
    text-decoration: none;
    color: #333;
  }
  .auction-container .auction-table .success-list .vehicle-info img {
    width: 75px;
  }
  .auction-container .auction-table .success-list .vehicle-info .info {
    margin-left: 4px;
  }
  .auction-container .auction-table .success-list .vehicle-info .info .number {
    font-size: 14px;
    color: #108EE9;
    line-height: 26px;
  }
  .auction-container .auction-table .success-list .text {
    color: #666;
    line-height: 26px;
  }
  .auction-container .auction-table .success-list .total-price {
    margin-top: 16px;
    color: #eb6100;
  }
  .auction-container .auction-table .success-list .end {
    margin-top: 16px;
    color: #999;
  }
  .auction-container .auction-table .success-list .record {
    color: #eb6100;
  }
  .auction-container .auction-table .success-list .has-extra {
    position: relative;
  }
  .auction-container .auction-table .success-list .has-extra:hover .extra {
    display: block;
  }
  .auction-container .auction-table .success-list .has-extra .extra {
    display: none;
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    margin-left: -12px;
    font-size: 14px;
    background-color: #FEF9D9;
    padding: 10px 10px;
    border: 1px solid #DDD;
    border-radius: 6px;
    z-index: 9;
  }
  .auction-container .auction-table .success-list .has-extra .extra p {
    line-height: 26px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  .auction-container .auction-table .success-list .has-extra .extra:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: -7px;
    width: 12px;
    height: 12px;
    background-color: #FEF9D9;
    border: 1px solid #DDD;
    z-index: 8;
    border-left: none;
    border-top: none;
  }
  
  .auction-container .auction-table .success-list .bid {
    background-color: #BB2721;
    color: #ffffff;
    text-decoration: none;
    padding:5px 16px 6px 16px;
    border-radius:4px;
    display: inline-block; 
    vertical-align: top;
    height: 30px;
  }
  .auction-container .auction-table .success-list .edit {
    color: #BB2721;
    border: 1px solid #BB2721;
    text-decoration: none;
    padding:3px 8px 4px 8px;
    border-radius:4px;
    display: inline-block; 
    vertical-align: top;
    height: 30px;
  }
  
  .auction-container .page {
    overflow: hidden;
    margin-right: 60px;
  }
  .auction-container .page .sui-pagination {
    margin: 18px 0;
    text-align: right;
  }
  .auction-container .page .sui-pagination span {
    position: relative;
    display: inline-block;
    line-height: 18px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e0e9ee;
    margin-left: -1px;
    font-size: 14px;
    padding: 2px 6px;
    color: #333;
    cursor: pointer;
    outline: none;
  }
  .auction-container .page .sui-pagination span.active {
    background-color: #fff;
    color: #e1251b;
    cursor: default;
  }
  .auction-container .page .sui-pagination span.disabled {
    background-color: #ddd;
    color: #333;
    cursor: default;
  }
  .auction-container .page .sui-pagination span.dotted {
    background-color: #fff;
    color: #333;
    cursor: default;
  }


  .detail-container {    
    margin: 10px auto;
    background-color: #fff;
    overflow: visible;
  }  
  /* .detail-container .mask {
    position: fixed;
    z-index: 12; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  } */

  .detail-container .cj-btn{
    display: block;
    position: fixed; 
    width: 180px;
    height: 40px;
    line-height: 38px;
    z-index: 3; 
    left: 50%;
    bottom:50px;
    background-color: #BB2721;
    text-align: center;
    color: white;
    border-radius: 16px;
    cursor: pointer;
  }

  .detail-container .floating-nav{
    display: block;
    position: fixed; 
    width: 55px;
    height: auto;
    z-index: 3; 
    right:9px;
    bottom:250px;
    text-align: center;
    color: #BB2721;
    cursor: pointer;
    font-size: 12px;
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
  }
  
  .detail-container .floating-nav .nav-item {
    width: 55px;
    height: 65px;
    line-height: 24px;
    padding-top: 10px;
    background-color: #FFF;
    margin-bottom: 1px;
  }
  .detail-container .floating-nav .nav-item .nav-icon {
    display: block;
    width: 24px;
    height: 24px;
    /* background-color: #BB2721; */
    margin: auto;
  }
  .detail-container .floating-nav .nav-item .nav-prev-bg {
    background-image: url('/static/images/上一辆.png');
    background-size: cover;
  }
  .detail-container .floating-nav .nav-item .nav-next-bg {
    background-image: url('/static/images/下一辆.png');
    background-size: cover;
  }
  .detail-container .floating-nav .nav-item .totop-bg {
    background-image: url('/static/images/回顶部.png');
    background-size: cover;
  }


  .detail-container .floating-nav .nav-prev {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
  }
  .detail-container .floating-nav .nav-next {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
  }
  .detail-container .floating-nav .nav-top {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #EAEAEA;
    border-right:none;
    margin-top: 16px;
  }

  .detail-container .w1{
    width: 450px;
    height: 265px;
  }
  .detail-container .w2{
    width: 450px;
    height: 405px;
  }
  .detail-container .w3{
    width: 750px;
    height: 485px;
  }
  .detail-container .w4{
    width: 800px;
    height: 600px;
  }
  .detail-container .w5{
    width: 500px;
    height:500px;
  }
  .detail-container .w6{
    width: 600px;
    height:auto;
  }
  .detail-container .w7{
    width: 250px;
    height: 405px;
  }
  .detail-container .modal-content {
    position: fixed; 
    z-index: 4; 
    left: 50%;
    bottom:50px;
    border: 1px solid #EAEAEA;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    background-color: #FFF;
    min-width: 450px;
    min-height: 260px;
  }
  .detail-container .modal-content .modal-header{
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: space-between;
    padding:10px 20px;
    border-bottom: 1px solid #EAEAEA; 
    font-size: 14px;
  }
  .detail-container .modal-content .modal-header a{
    text-decoration: none;
    color:gray;
  }
  .detail-container .modal-content .main-content{
    width: 100%;
    padding:10px 20px;
    min-height: 168px;
  }

  .detail-container .modal-content .main-content table{  
    width: 100%;
    border-spacing: 0px 0px;
    border-left:1px solid #EAEAEA;
    border-top:1px solid #EAEAEA;
    font-size: 12px;
  }
  .detail-container .modal-content .main-content table th{
    text-align: left;
    min-width: 80px;
    min-height: 32px;
    line-height: 32px;
    background-color: #F4F4F4;
    color: #9F9A9F;
    border-right:1px solid #EAEAEA;
    border-bottom:1px solid #EAEAEA;
    padding-left: 5px;
  }
  .detail-container .modal-content .main-content table td{
    border-right:1px solid #EAEAEA;
    border-bottom:1px solid #EAEAEA;
    padding: 6px 5px;
  }



  .detail-container .modal-content .main-content .detail-input{
    border: 1px solid #EAEAEA; 
    height:34px;
    border-radius: 4px;
    padding:2px 10px 0 10px;
    margin: 0 5px;
  }
  .detail-container .modal-content .main-content .detail-input input{
    height:30px;
    border: none;
    outline: 0;
    outline-offset: 0;
    font-size: 14px;
    color:#333333;
  }
  .detail-container .modal-content .main-content .detail-input input::placeholder{
    color:#999999;
  }
  .detail-container .modal-content .modal-footer{
    width: 100%;
    padding:10px 20px;
    border-top: 1px solid #EAEAEA; 
    height: 44px;
    text-align: right;
    font-size: 14px;
  }
  .detail-container .modal-content .modal-footer .m-close{
    border: 1px solid #EAEAEA; 
    padding:4px 12px;
    text-decoration: none;
    border-radius: 3px;
    line-height: 28px;
    height: 28px;
    margin-right: 10px;
    color: #666;
  }
  .detail-container .modal-content .modal-footer .m-ok{
    padding:4px 12px;
    text-decoration: none;
    border-radius: 3px;
    line-height: 28px;
    height: 30px;
    margin-right: 20px;
    background-color: #BB2721;
    color: #FFF;
  }
  .detail-container .modal-content {
    margin: auto;
    min-width: 450px;
    min-height: 260px;
    z-index: 4; 
  }

  .detail-container .info_item{  
    width: 100%;
    padding:0 60px 0 20px;
  }
  .detail-container .info_item .title{  
    height: 38px;
    line-height: 36px;
    padding:0 10px;
    background-color: #F5F6F7;
    /* border:1px solid #EAEAEA; */
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    color:#333;
  }
  .detail-container .info_item .title a{
    float: right;
    color: #FFFFFF;
    margin-right: 10px;
    background: linear-gradient(#E2B8B6 25%, #BB2721 75%);
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    border-radius: 4px;
    line-height: 26px;
    height: 26px;
    margin-top: 4px;
    width: 180px;
    text-align: center;
  }
  .detail-container .info_item .content{  
    /* border:1px solid #EAEAEA; */
    margin-top: -1px;
    padding: 20px;
  }
  .detail-container .info_item .content .imgs{      
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .detail-container .info_item .content .imgs img{  
    width: 150px;
    height: 125px;
  }
  .detail-container .info_item .content .detail-table{  
    width: 100%;
    border-spacing: 0px 0px;
    border-left:1px solid #EAEAEA;
    border-top:1px solid #EAEAEA;
  }
  .detail-container .info_item .content .detail-table th{
    width: 180px;
    min-height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #F4F4F4;
    color: #9F9A9F;
    font-weight: bold;
    border-right:1px solid #EAEAEA;
    border-bottom:1px solid #EAEAEA;
  }
  .detail-container .info_item .content .detail-table td{
    border-right:1px solid #EAEAEA;
    border-bottom:1px solid #EAEAEA;
    font-size: 14px;
  }
  .detail-container .info_item .content .detail-table .label{
    width: 140px;
    min-height: 30px;
    line-height: 30px;
    text-align: right;
    /* background-color: #F4F4F4; */
    color: #666;
  }
  .detail-container .info_item .content .detail-table .value{
    min-width: 140px;
    padding-left: 10px;
    min-height: 30px;
    line-height: 30px;
    color: #333;
  
  }
  .detail-container .info_item .content .detail-table .value a{
    color: #108EE9;
  }
  .detail-container .info_item .content .detail-table .log{
    min-width: 180px;
    padding-left: 10px;
    min-height: 32px;
    line-height: 32px;
    text-align: center;
  }
  .detail-container .info_item .c_red{
    font-size: 12px;
    font-weight: 400;
    color: #DB3B3B;
    line-height: 17px;
  }
  .detail-container .ckstyle{
    width: 10px;
    height: 10px;
    margin-top: 5px;
    transform: rotate(45deg);
  }
  .detail-container .ckcolor1{
    background-color: #09CA84;
  }
  .detail-container .ckcolor2{
    background-color: #87CF9E;
  }
  .detail-container .ckcolor3{
    background-color: #707070;
  }
  .detail-container .ckcolor4{
    background-color: #E93131;
  }
  .detail-container .levelcolor1{
    color: #09CA84;
  }
  .detail-container .levelcolor2{
    color: #87CF9E;
  }
  .detail-container .levelcolor3{
    color: #707070;
  }
  .detail-container .levelcolor4{
    color: #E93131;
  }

  .bc_icon2 {
    display: inline-block;
    overflow: hidden;
  }

  .bc_collect2 {
    width: 18px;
    height: 16px;
    position: relative;
    top: 2px;
  }

  .bc_collectR2 {
    background: url("/static/images/关注.png") no-repeat;
    background-size: cover;
  }

  .bc_collectR2.attention {
    background: url("/static/images/取消关注.png") no-repeat;
    background-size: cover;
  }
  
  .bc_delR2{
    background: url("/static/images/删除.png") no-repeat;
    background-size: cover;
  }

  .bc_collectR2:hover {}

  .newny{
    min-width:50px ;
    background-color: rgba(246, 255, 237, 1);
    color: #52C41A;
    border:1px solid rgba(183, 235, 143, 1);
    border-radius: 4px;
    font-size: 12px;
    padding: 0 5px;
    line-height: 14px;
    white-space: nowrap;
  }
  .xianpai{
    min-width:38px ;
    background-color: #FFF3F3;
    color: #FC0101;
    border:1px solid #FC0101;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 5px;
    line-height: 14px;
    white-space: nowrap;
  }
  .wgcs{
    color: #999999;
    border:1px solid #999999;
    border-radius: 4px;
    font-size: 12px;
    padding: 1px 5px;
  }


  .SumoSelect {
    width: 120px !important;
  }
  .SumoSelect span {
      float: none;
      background-image: none;
      height: auto;
      display: block;
      height: 28px;
      line-height: 26px;
      margin-bottom: 0;
      font-size: 13px;
    }

    .SumoSelect label {
      font-size: 13px;
    }


    .SumoSelect p {
      height: auto;
      padding: 0;
      margin: 0;
      padding-left: 10px;
      font-size: 13px;
    }


    .SumoSelect ul li {
      line-height: normal;
      margin-bottom: auto;
      height: auto;
    }

    .SumoSelect .CaptionCont {
      min-height: 22px !important;
    }

    
.lightmain ul{
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}
.lightmain{ width:100%; max-width:750px; height: 400px; margin:0 auto;}
.lightmain img{ max-width: 100%;max-width: 750px;
    max-height: 350px;
    height: auto; }
.lightmain .test{ width:100%;margin:5% 0;}

.csSlideOuter
{
  height: auto !important;
  max-height: 450px !important;
}
.csSlideWrapper{
  height: 350px!important;
}
.gallery li,.csPager li{
  border-top: none!important;
  border-bottom:none!important;
  background-color: #fff!important;
  padding: 0px !important;
  text-align: center;
}
.galleryli{
  max-width: 750px!important;
  height: auto!important;
  max-height: 350px!important;
}
.csPager{
  max-height: 80px!important;
}
.csPager li{
  max-height: 80px!important;
}
.gallery img{
  /* max-width: 750px;
  max-height: 350px!important; */
}
.paytypediv{
  height: 32px;
  padding: 6px 0px;
}
.paytypediv label{
  padding-left: 30px;
}
.wxpay{
  background-image: url(/static/images/微信.svg); 
  background-repeat: no-repeat; 
  background-size: 20px 20px;
  background-position:20px ;
}
.yepay{
  background-image: url(/static/images/小金库备份.svg); 
  background-repeat: no-repeat; 
  background-size: 20px 20px;
  background-position:20px ;
}
.brandtable{
  padding:0;
}
.branddiv{
  position:relative;
  display: inline-block;
  padding: 1px 8px;
  background-color: #F5F5F5;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;  
  user-select: none; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
}
.brandcheck{
  position:relative;
  display: inline-block;
  padding: 1px 8px;
  background-color: #F8E9E8;
  border-radius: 3px;
  font-size: 14px;
  color:#BB2721;
  cursor: pointer;
}

.historybranddiv{
  border:1px solid #dddddd;
  border-radius: 3px;
  padding: 6px 8px 2px 8px;
  vertical-align: middle;
}
.historybranddiv i{
  color: #666;
  top: -5px;
  font-size: 13px;
}
.historybranddiv span{
  max-width: 120px;
  display: inline-block;
  color: #666;
  font-size: 14px;
  white-space: nowrap; /* 强制文本单行显示 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  user-select: none; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 

}
/* .fastdiv{
  position:relative;
  display: inline-block;
  padding: 3px 15px 4px 15px;
  background-color: #F5F5F5;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;  
  user-select: none; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
}
.fastcheck{
  position:relative;
  display: inline-block;
  padding: 3px 15px 4px 15px;
  background-color: #F8E9E8;
  border-radius: 3px;
  font-size: 14px;
  color:#BB2721;
  margin-right: 10px;
  cursor: pointer;
} */
.fastdiv .hoticon{
  position: absolute;
  background-color: #F56B6B;
  color: #FFF;
  border-radius: 10px;
  font-size: 10px;
  padding:0px 2px 1px 2px;
  top: -7px;
  right: -8px;
}
.fastdiv{
  position:relative;
  display: inline-flex;
  align-items: center;
  color:#333;
  padding: 3px 0px;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 15px;
  cursor: pointer;  
  user-select: none; /* 标准语法 */
  -webkit-user-select: none; /* Chrome, Safari, Opera */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}
.fastdiv input{
  margin-right: 5px;
}
.fastcheck{
  position:relative;
  display: inline-flex;
  align-items: center;
  padding: 3px 0px;
  border-radius: 3px;
  font-size: 14px;
  color:#BB2721;
  margin-right: 15px;
  cursor: pointer;
}
.pledit{
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  color: #333;
}
.pldelete{
  width: 18px;
  height: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  overflow: hidden;
  background: url(/static/images/删除.png) no-repeat; 
  background-size: cover;
}
.plorder{
  width: 18px;
  height: 16px;
  position: relative;
  top: 4px;
  display: inline-block;
  overflow: hidden;
  background: url(/static/images/排序.png) no-repeat; 
  background-size: cover;
}
.pledit #ordersel{
  border: none; 
  outline: none; 
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  font-size: 14px;
}
.plgz{
  width: 18px;
  height: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  overflow: hidden;
  background: url(/static/images/关注.png) no-repeat; 
  background-size: cover;
}
.plgz2{
  width: 18px;
  height: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  overflow: hidden;
  background: url(/static/images/取消关注.png) no-repeat; 
  background-size: cover;
}
.tab-item .hoticon{
  position: absolute;
  background-color: #F56B6B;
  color: #FFF;
  border-radius: 10px;
  font-size: 10px;
  padding:0px 2px 1px 2px;
  top: -6px;
  right: 18px;
}

.selectbrand-div{
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  margin: 20px auto 0 auto;
  height: auto;
}

.selectbrand-div .ul{ 
  width: 100%; 
  height: 260px;
  border: 1px solid #f5f5f5 !important;
  overflow-y: auto;
  
}
.selectbrand-div .ul .ligroup{ 
  width: 100%; 
  height: 28px; 
  line-height: 28px; 
  padding-left: 10px;
  background-color: #F5F5F5;
  border:none !important;
  font-size: 14px;
  margin-bottom: 2px;
  border-top: 1px solid #E8E8E8 !important;
  border-bottom: 1px solid #E8E8E8 !important;
  font-weight: bold;

}
.selectbrand-div .ul .li{ 
  width: 100%; 
  height: 28px; 
  line-height: 28px; 
  padding-left: 10px;
  background-color: #FFF ;
  border:none !important;
  font-size: 14px;
  margin-bottom: 2px;
  cursor: default;
}
.selectbrand-div .ul .lichild{ 
  padding-left: 30px;
}
.selectbrand-div .ul .li:hover{ 
  background-color: #F2F6F8 !important;
}
.selectbrand-div .ul .licheck{ 
  background-color: #F2F6F8 !important;
}

  #ckj-div2 .tab {
    width: 400px;
    margin: 20px 20px 0 20px;
    display: flex;
    align-items: normal;
    justify-content: center;
  }
  #ckj-div2 .tab .tab-item {
    min-width: 120px;
    height: 36px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    padding-bottom: 8px;
    text-align: center;
    
  }  
  #ckj-div2 .tab .tab-item.active {
    border-bottom: 2px solid #F14E54;
    color: #F14E54;
  }

  #ckj-div8 .tab {
    width: 400px;
    margin: 20px 20px 0 20px;
    display: flex;
    align-items: normal;
    justify-content: center;
  }
  #ckj-div8 .tab .tab-item {
    min-width: 120px;
    height: 36px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    padding-bottom: 8px;
    text-align: center;
    
  }
  #ckj-div8 .tab .tab-item.active {
    border-bottom: 2px solid #F14E54;
    color: #F14E54;
  }
  #ckj-div8 i{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color:#F14E54;
    margin-top: -1px;
    margin-right: 5px;
    vertical-align: middle;
  }

.model-picker-wrapper {
    position: relative;
    background: #FFF;
    z-index: 888;
}
.model-picker-wrapper .picker-select {
    width: 280px;
    line-height: 30px;
    border: 1px solid #DDD;
    background: url("../images/arrow.png") 260px 12px no-repeat #FFF;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}
.model-picker-wrapper .picker-select .text {
    height: 30px;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 6px;
}
.model-picker-wrapper .picker-wrapper {
    z-index: 890;
    border: 1px solid #F60;
    width: 230px;
    height: 480px;
    position: absolute;
    left: 30px;
    top: 40px;
}
.model-picker-wrapper .picker-wrapper .title {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #F60;
    background: #FFF;
    margin-bottom: 0;
}
.model-picker-wrapper .picker-wrapper .letter-brand {
    background: #FFF;
    display: flex;
}
.model-picker-wrapper .picker-wrapper .letter-brand .letter {
    width: 20px;
    margin: 0 8px;
}
.model-picker-wrapper .picker-wrapper .letter-brand .letter a {
    display: block;
    background: #ddd;
    border: 1px solid #fff;
    height: 16px;
    line-height: 16px;
    margin-bottom: 2px;
    text-align: center;
    width: 16px;
    font-size: 12px;
    color: #333;
}
.model-picker-wrapper .picker-wrapper .letter-brand .brand-list {
    flex: 1;
    overflow-y: auto;
    height: 440px;
}
.model-picker-wrapper .picker-wrapper .letter-brand .brand-list .list-item {
    line-height: 24px;
    cursor: pointer;
    font-size: 14px;
    padding: 0 10px;
}
.model-picker-wrapper .picker-wrapper .letter-brand .brand-list .list-item:hover {
    background: #F60;
    color: #FFF;
}
.model-picker-wrapper .picker-wrapper .letter-brand .brand-list .active {
    background: #F60;
    color: #FFF;
}
.model-picker-wrapper .picker-wrapper .letter-brand .brand-list .list-item-title {
    text-align: center;
    background: #E3E3E3;
}
.model-picker-wrapper .picker-wrapper .letter-brand .brand-list .list-item-title:hover {
    background: #E3E3E3;
    color: #333;
}
.model-picker-wrapper .picker-wrapper-series {
    z-index: 891;
    border: 1px solid #F60;
    width: 210px;
    height: 480px;
    position: absolute;
    left: 259px;
    top: 40px;
}
.model-picker-wrapper .picker-wrapper-model {
    z-index: 892;
    border: 1px solid #F60;
    width: 540px;
    height: 480px;
    position: absolute;
    left: 468px;
    top: 40px;
}
.model-picker-wrapper .picker-wrapper-model .price {
    float: right;
}

.codeDiv{
  margin: 0px auto;
  width: 230px;
  height: 40px;
  border: 1px solid #DDD;
  border-radius: 4px;
}
.codeDiv input{ 
  width: 210px;
  height: 38px;
  line-height: 38px;
  border: none;
  outline: none;
  margin-left: 5px;
  font-size: 15px;
  letter-spacing: 10px;
}

.pqbdlink{
  color:#BB2721 !important; 
  width: auto !important; 
  background: none !important;  
  margin-right: 30px!important;
}

.pqbdlink:hover{
  text-decoration:underline !important; 
}

  .info_item .tab {
    width: 400px;
    margin: 20px 20px 0 20px;
    display: flex;
    align-items: normal;
    justify-content: center;
  }
  .info_item .tab .tab-item {
    min-width: 120px;
    height: 36px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    padding-bottom: 8px;
    text-align: center;
    
  }  
  .info_item .tab .tab-item.active {
    border-bottom: 2px solid #F14E54;
    color: #F14E54;
  }

  .info_item .tab {
    width: 400px;
    margin: 20px 20px 0 20px;
    display: flex;
    align-items: normal;
    justify-content: center;
  }
  .info_item .tab .tab-item {
    min-width: 120px;
    height: 36px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    padding-bottom: 8px;
    text-align: center;
    
  }
  .info_item .tab .tab-item.active {
    border-bottom: 2px solid #F14E54;
    color: #F14E54;
  }
  .pqbdi{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color:#F14E54;
    margin-top: -1px;
    margin-right: 5px;
    vertical-align: middle;
  }
  
  .auction-container .auction-list {
    /* margin: 0 20px; */
    width: 100%;
    min-width: 1000px;
    font-size: 12px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }
  .auction-container .auction-list .auction-list-item {
    width: 19%;
    min-width: 220px;
    height: 326px;
    overflow: hidden;
  }
  .auction-container .auction-list .auction-list-item .item-top {
    position: relative;
    width: 100%;
    height: 200px;
  }
  .auction-container .auction-list .auction-list-item .item-top img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .auction-container .auction-list .auction-list-item .item-top .auction-time
  {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .auction-container .auction-list .auction-list-item .item-content {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #E8E8E8;
    border-top: none;
    padding:10px;
  }
  .auction-container .auction-list .auction-list-item .item-content .item-title {
    font-size: 16px;
    color: #108EE9;
    line-height: 26px;
    height: 30px;
    display: flex;
    justify-content:space-between;
  }
  .auction-container .auction-list .auction-list-item .item-content .item-title a{
    font-size: 16px;
    color: #108EE9;
    line-height: 26px;
    text-decoration: none;
  }
  .auction-container .auction-list .auction-list-item .item-content .item-zcd {    
    color: #666;
    line-height: 26px;
    height: 30px;
  }
  .auction-container .auction-list .auction-list-item .item-content .item-bq {   
    display: flex;
    text-decoration: none;
    color: #333;
    height: 44px;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
  }

  .ls-a{
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    margin-right: 20px;
  }
  .ls-kp{
  width: 18px;
  height: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  overflow: hidden;
  background: url(/static/images/卡片视图.png) no-repeat; 
  background-size: cover;
    /* background: url('/static/images/卡片视图.png') no-repeat;
    background-size: 18px 16px;
    background-position: 0px 2px; */
  }
  .ls-lb{
  width: 18px;
  height: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  overflow: hidden;
  background: url(/static/images/列表视图.png) no-repeat; 
  background-size: cover;
    /* background: url('/static/images/列表视图.png') no-repeat;
    background-size: 18px 16px;
    background-position: 0px 2px; */
  }


  .detail-mask {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      z-index: 1;
  }
  .detail-mask.active {
    opacity: 1;
    visibility: visible;
  }
  .detail-menu{
    padding-top: 50px;
    padding-right: 12px;
  }
  .detail-menu-item{
    width: 100%;
    min-width: 85px;
    height: 40px;
    line-height: 45px;
    text-align: right;
    color:#333;
  }
  .detail-menu-item a{
    text-decoration: none;
    color:#333;
    font-size: 14px;
    white-space: nowrap;
  }
  .detail-menu-item.active{
    font-size: 15px;
    font-weight: bold;
  }
  .detail-menu-item.active a{
    font-size: 15px;
    font-weight: bold;
  }

 .brandFilterinput {
    border: none;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    outline: none;
    width: 160px;
    height: 24px;
    line-height: 24px;
    /* margin-right: 5px; */
    margin-left: 10px;
    padding-left: 5px;
    vertical-align: top;
  }
  .deleteX{
    width: 8px;
    height: 100%;
    position: relative;
    top: -1px;
    cursor: pointer;
    overflow: hidden;
    font-style: normal; 
  }
  
  .tableOrderby{
    width: 14px;
    height: 12px;
    position: relative;
    left:2px;
    top: 1px;
    display: inline-block;
    overflow: hidden;
    background: url(/static/images/排序.png) no-repeat; 
    background-size: cover;
    cursor: pointer;
  }

  .priceOrderby{
    background: url(/static/images/升序.png) no-repeat; 
    background-size: cover;
  }
  .priceOrderby2{
    background: url(/static/images/倒序.png) no-repeat; 
    background-size: cover;
  }
  
  .pmTimeOrderby{
    background: url(/static/images/倒序.png) no-repeat; 
    background-size: cover;
  }
  
  .wgcsOrderby{
    background: url(/static/images/倒序.png) no-repeat; 
    background-size: cover;
  }

  
  .detail_data_title{
    width: 100%;
    display: flex;
    justify-content:space-between;
    font-weight: 600; 
    font-size: 16px; 
    color: #333333;
    height: 36px; 
    line-height: 22px;
  }
  .detail_data_title a{
    width: 150px;
    height: 30px;
    line-height: 28px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #BB2721;
    font-weight: 400;
    font-size: 12px;
    color: #DB3B3B;
    text-align: center;
    font-style: normal;
    text-decoration: none;
  }

  .detail_data{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .detail_data_item{
    width: 25%;
    min-width: 240px;
    min-height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .detail_data_item_label{
    width: 35%;
    min-width: 115px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
  }
  .detail_data_item_value{
    width: 65%;
    min-width: 135px;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
  }
  
  .detail_data_item2{
    width: 60%;
    min-width: 590px;
    height: 240px;
    padding: 20px 20px 0 0;
    border-right: 1px solid #dddddd;
  }
  .detail_data_item2_content{
    width: 100%;
    min-width: 580px;
    max-height: 82px;
    background: #F7F7F7;
    border-radius: 4px;
    overflow-y: auto;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    padding:16px;
  }
  .detail_data_item2_content_1{
    width: 60%;
    min-width: 360px;
    line-height: 20px;
    /* white-space: nowrap; */
  }
  .detail_data_item2_content_2{
    width: 60px;
    color: #666666;
    text-align: right;
    white-space: nowrap;
  }
  .detail_data_item2_content_3{
    width: 160px;
    color: #666666;
    text-align: right;
    white-space: nowrap;
  }
  .imgqian{    
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    display: inline-block;
    overflow: hidden;
    background: url(/static/images/钱.png) no-repeat; 
    background-size: cover;
  }
  .detail_data_item3{
    width: 40%;
    min-width: 380px;
    height: 240px;
  }
  
  .detail_cx_data_item2{
    width: 60%;
    min-width: 600px;
    padding: 16px 20px 0 0;
  }
  .detail_cx_data_item3{
    width: 40%;
    min-width: 380px; 
    display: flex; 
    justify-content:center; 
    align-items: center;
    padding-top: 14px;
  }
  .detail_cx_data{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .detail_cx_data_item{
    width: 33%;
    min-width: 180px;
    min-height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .detail_cx_data_item_label{
    width: 55%;
    min-width: 110px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
  }
  .detail_cx_data_item_value{
    width: 45%;
    min-width: 90px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
  }
  .his_chaxun{
    position: relative;
    width: 325px;
    height: 73px;
    padding:15px;
    background: url(/static/images/bg-history.png) no-repeat; 
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .his_chaxun_title{
    font-weight: 400;
    font-size: 14px;
    color: #6A3D19;
    line-height: 21px;
    text-align: left;
    font-style: normal;
  }
  .his_chaxun_title2{
    font-weight: bold;
    font-size: 14px;
    color: #6A3D19;
    line-height: 21px;
    text-align: left;
    font-style: normal;
  }
  .his_chaxun_button{
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 5px 0px 5px 16px;
    width: 100px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #ED1C24;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: #ED1C24;
    line-height: 20px;
    text-align: left;
    font-style: normal;
  }
  .his_chaxun_img{
    position: absolute;
    top: 10px; 
    right: 20px; 
    z-index: 2;
  }

  .detail_chart{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 20px;
    background: #F7F7F7;
    border-radius: 4px;
    position: relative;
  }
.detail_chart_title{
    position: absolute;
    top:0px;
    right:0px;
    display: flex;
    justify-content:space-between;
    font-weight: 600; 
    font-size: 16px; 
    color: #333333;
    height: 36px; 
    line-height: 22px;
  }
  .detail_chart_title a{
    width: 100px;
    height: 30px;
    line-height: 28px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #BB2721;
    font-weight: 400;
    font-size: 12px;
    color: #DB3B3B;
    text-align: center;
    font-style: normal;
    text-decoration: none;
  }
