@charset "UTF-8";
#classify{
}
#classify .con{
    width: 100%;
    height: auto;
    overflow: hidden;
}
#classify .con .pic{
    height: auto !important;
}
.el-filter {
  width: 100%;
  height: 40px;
  position: fixed;
  top: 44px;
  z-index: 999999;
  background-color: #fff;
  border-top: 1px solid #eee;
}

.el-filter .filter-selected {
  font-weight: bold;
  color: #FD7000;
}

.inquiry{
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    padding: 0 .3rem;
    border-bottom: 1px solid #F3F3F3;
    position: fixed;
    top: 0;
    z-index: 1000;
    background: #FFF;
}
.inquiry span{
    float: left;
    height: 40px;
    display: inline-block;
    color: #fd7000;
    font-size: .8rem;
    line-height: 40px;
    font-weight: 600;
}

.inquiry a{
    width: auto;
    height: 25px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #fd7000;
    line-height: 25px;
    float: right;
    text-align: center;
    color: #fd7000;
    font-size: .7rem;
    margin-top: 5px;
}

.filter{
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 1000;
    text-align: center;
    bottom: 60px;
}

.filter .flexs{
    width: 5rem;
    padding: .2rem 0;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    background: #FFF;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 2px 12px 1px #999;
}

.flexs a{
    text-align: left;
    font-size: .8rem;
    color: #fd7000;
    overflow: hidden;
    display: block;
}
.flexs a i{
    float: left !important;
    margin-left: 10px;
}
.flexs a span{
    float: left;
    margin-top:.3rem;
    margin-left: 5px;
}
.flexs a i:before{
    font-size: 18px;
    color: #fd7000;
    margin-left: 5px;
}

/* 条件筛选 css */
.popover-top{
    width: auto;
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #F3F3F3;
    padding-top: 10px;
}

.mui-icon-close:before{
    color: #fd0000;
}

.popover .pop-item{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pop-item span{
    width: auto;
    float: left;
    overflow: hidden;
    line-height: 30px;
    display: inline-block;
    font-size: .75rem;
    color: #000;
}
.pop-item ul {
    float: left;
    width: 80%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.pop-item ul li{
    width: auto;
    height: 30px;
    overflow: hidden;
    float: left;
    padding: 0 .24rem;
    font-size: .8rem;
    color: #8c8c8c;
    line-height: 30px;
    overflow-y: auto;
}

.pop-item .pop-on{
    color: #fd0000;
}
.popover input[type="submit"]{
    border: none !important;
}
.pop-btn{
    width: 100%;
    height: 35px;
    overflow: hidden;
    margin: 1rem 0 !important;
    background: #fd7000 !important;
    font-size: .8rem;
    color: #FFF;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
}

.case{
    width: auto;
    overflow: hidden;
    height: auto;
    padding: 0 .5rem;
    background: #FFF;
}

.case h2{
    font-size: 1rem;
    color: #fd7000;
    line-height: 1.5rem;
    text-align: center;
}

.case .term{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: .3rem;
}

.term span{
    float: left;
    font-size: .8rem;
    overflow: hidden;
    margin-right: 1rem;
    color: #333333;
}
.case .fd7{
    color: #fd7000;
}

.case-cont{
    width: auto;
    height:auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0.5rem;
    background: #FFF;
    margin-top: 10px;
}

.case-cont .case-p1{
    font-size: .8rem;
    color: #333333;
    line-height: 1rem;
}

.case-cont .case-p0{
    margin-top: .5rem;
    font-size: .8rem;
    padding-top: .2rem;
    color: #fd0000;
    border-bottom: 1px dotted #fd0000;
    padding-bottom: .3rem;
    background: url("../images/sanjiao.png") left no-repeat;
    background-size: 16px 16px;
    padding-left: 20px;
    line-height: 20px;
    margin-bottom: .5rem;
}

.case-cont .case-p2{
    font-size: .8rem;
    color: #797979;
    overflow: hidden;
    line-height: 1rem;
}

.el-filter-item {
  height: auto;
  overflow: hidden;
  padding: 10px;
  border-bottom: 5px solid #eee;
}

.el-filter-item dl {
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.el-filter-item dl:last-child {
  margin-bottom: 0;
}

.el-filter-item dl dt {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px dashed #eee;
}

.el-filter-item dl dt span:last-child {
  font-size: 12px;
  font-weight: normal;
  color: #aaa;
}

.el-filter-item dl dd {
  height: auto;
  overflow: hidden;
  padding: 10px 0;
}

.el-filter-item dl dd a {
  width: 25%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  float: left;
}