/* @import "/webapi/fl26791095/_main.css"; */
 /* @import "../../../assets/css/base.css";
 @import "../../../assets/css/root.css"; */
/* @import "/webapi/fl26790789/search.css"; */
.main {
  /* padding-top: 100px !important; */
  width: 100%;
}

.main img {
  height: 18px;
}

.main .webContent {
  width: 25px;
  height: auto;
}

.main .nodata {
  background-color: #d0efff;
  padding: 3px 10px;
}

@media screen and (max-width: --main-webM) {
  .main {
    padding-top: 70px !important;
  }
  }

.refine_search_category>li.active>a::before {
    position: absolute;
    font-family: fontawesome;
    content: "\f101";
    color: var(--blue-light);
    font-size: .9rem;
    left: 1rem;
}


