<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content_w{
  width: 100%;
  max-width: 1200px;
}
.crumble{
  margin: 13px auto;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}
.crumble a{color: #999999;}
.route_active{
  width: 56px;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D3241D;
  line-height: 14px;
}
.tab_box{
  height: 214px;
  background: #FFFFFF;
  margin: 0 auto;
}
.tab_item{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  border-bottom: 1px solid #D6D6D6;
}
.tab_item:last-child{
  border-bottom: 0;
}
.tab_itemHd{
  width: 115px;
  height: 53px;
  line-height: 53px;
  background: #EEEEEE;
  text-align: center;
}
.tab_itemHb{
  flex: 1;
  margin-left: 0;
}
ul{
  margin: 0 ;
  padding: 0;
}
.tab_itemHb span,.tab_itemHb li{
  width: 66px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
.tab_itemHb li{
  width: 68px;
}
.icon-dropdown{
  width: 12px;
  height: 12px;
}

/* .tab_itemHb span:first-child,.tab_itemHb li:first-child{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #D3241D;
} */
.click_el{
  font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #D3241D;
}
/* list */
.current_list{
  display: flex;
  flex-wrap: wrap;
  margin: 34px auto;
}
.auction_Item {
  background-color: rgba(255, 255, 255, 1);
  height: 294px;
  border: 1px rgba(238, 238, 238, 1);
  width: 286px;
  margin-bottom: 24px;
  margin-right: 18px;
}
.auction_Item:hover .hot_itemTitle{
  color: #D3241D;
}
.auction_Item:nth-child(4n){
  margin-right: 0;
}
.auction_statusBeofre{
  background-color: #4BB89B;
}
.auction_statused{
  background-color: #c2c2c2;
}
/* list_end */
.fai:hover .filterBar-dropdown,.realEstate:hover .filterBar-dropdown,.chattel:hover .filterBar-dropdown{
  opacity: 1;
visibility: visible;
}
.fai,.realEstate,.chattel{
  position: relative;
}
.filterBar-dropdown {
  position: absolute;
  left: -19px;
  right: 0;
  top: 30px;
  width: 100px;
  padding: 10px 0;
  padding-left: 0px;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.filterBar-dropdown::before {
  content: "";
  width: 25px;
  height: 15px;
  display: block;
  position: absolute;
  top: -15px;
  right: 40px;
  background: url(../images/filterBar-arrow.png) no-repeat;
    background-size: auto;
  background-size: cover;
}
.filterBar-dropdown li{
  margin-left: 0;
  font-weight: 400 !important;
  color: #333333 !important;
  margin-top: 5px;
  cursor: pointer;
}
.filterBar-dropdown li:hover{
  color: #D3241D !important;;
}</pre></body></html>