
/* #filterForm .fbox.short .fitem{display:block}#filterForm .fbox.short .fitem:nth-child(n+3){display:none} */
.loading{position: fixed;top: 0;right: 0;bottom: 0;left: 0;display: none;z-index: 99999;cursor: wait;}

.md-pro-1 .inps .inp-line {
  width: 0.1rem;
  height: 1px;
  background-color: #666;
  flex-shrink: 0;
  margin: 0 0.1rem;
}
.md-pro-1 .inps .inp {
  flex-grow: 1;
}
.md-pro-1 .inps .ip {
  width: 100%;
  height: 2em;
  color: #444;
  border: none;
  border-bottom: 1px solid #e8eff3;
}
@media screen and (max-width: 900px) {
  .md-pro-1 .fbox {
    justify-content: space-between;
  }
  .md-pro-1 .fitem {
    width: 48%;
    margin-right: 0;
  }
  .md-pro-1 .cur {
    line-height: 0.6rem;
  }
}

.md-pro-1 .fitem .fsp0 {
    min-height: 1.5em;
    display: block;
}

.md-pro-1 .select .cur{
    line-height: 2.5;
        height: 2.5em;
    padding-top: 0;
    padding-bottom: 0;
}

.md-pro-1 .inps .ip{
    height: 2.5em;
}

.md-pro-1 .select{
    height: auto;
}
