
.index_rwxq{width: 92%;margin-left: 4%;}
.index_title{min-height: 30px}
.index_tjrw{margin-top:10px;height:100%;}
.index_rwxq img{width: 4rem;margin:1rem 0.5rem;height:4rem;;}
.index_wzns{width:55%;padding-top:5px}
.index_title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_syrw{margin-top:3px;}
.category .col {
  float: left;
  width: 20%!important;
  margin-top: 7px;;
}
.category .content img{
  width: 50px;;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.category .content{text-align: center;}
.category .content span {
  display: block;
  margin-top: 1px;
  margin-bottom: 5px;;
}
.category .content span.active{color: #704eea;}

#select_div>div{width:92%;padding:0px 4%;}
#select_div>div>span{
  display: inline-block;
  width:22.9%;
  text-align: center;
  margin:10px 0;
}
#select_div>div>span:nth-of-type(2){border-left:1px solid #ccc;border-right:1px solid #ccc;}
#select_div>div>span:nth-of-type(3){border-right:1px solid #ccc;}
#select_div>div select{border:none}

.itask-vcell {
  position: relative;
  background-color: #fff;
  line-height: 1.4;
}
*+.itask-vcell {
  margin-bottom: 0px;
  overflow: hidden;
}
.itask-vthead {
  position: relative;
  display: flex;
  align-items: center;
  padding:10px 15px;
}

.itask-vthead:after {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 0;
  height: 1px;
  content: '';
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  background-color: #e1e1e1;
}
.itask-vthead .tm-title{font-weight: bold;}
.itask-vtbody {
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.itask-vbitem{
  display: flex;
  flex: 1;
  min-width: 0;
  align-items: center;
}
.itask-vbitem .item-thead{
  min-width: 0;
  flex: none;
  margin-right: 10px;
}
.itask-vbitem .item-tbody{
  flex: 1;
  min-width: 0;
}
.itask-vbitem .tm-intro{
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 30px;
}
.itask-vbfoot .tm-intro{
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.itask-vbfoot{
  min-width: 0;
  text-align: right;
  margin-left: 15px;
}
.itask-vbfoot .tm-muted-txt{font-size:12px;}
.itask-vbfoot .tm-price{font-size: 16px;color: #F85E23;}
.itask-vbfoot .item-btns{margin-top:3px;}
.itask-vbfoot .tm-button {
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
  padding:2px 10px;
}
.mui-btn-theme {
  color: #fff;
  border: 1px solid #ff5196;
  background-color: #ff5196;
}
*+.tm-flex-footer{text-align: right}
.tm-flex-body {
  -webkit-flex: 1;
  flex: 1;
min-width: 0
}

.sticky-icon3{
  font-size:11px;
  line-height:18px;background:#20a1de;color:#fff;
  position:absolute;
  right:-10px;
  top:-10px;
  z-Index:2;
  padding:0 2em;
  -webkit-transform-origin:left bottom;
  -moz-transform-origin:left bottom;
  transform-origin:left bottom;
  -webkit-transform:translate(29.29%,-100%) rotate(45deg);
  -moz-transform:translate(29.29%,-100%) rotate(45deg);
  transform:translate(29.29%,-100%) rotate(45deg);
  text-indent:0;
}

.index_ffl span,.index_ffl .index_gjrw {
  height: 1.3rem;
  line-height: 1.3rem;
  margin-top: 0;
}
.index_tjrw{border-bottom: 1px dashed #e1e1e1;}
.hide{display: none}

.location{
  font-size: .8rem;
  color: #fff;
  background: url(__PUBLIC_IMAGES__/icon.png?v=ae6f1e5) no-repeat center right;
  background-size: 9px;
  font-weight: 100;
}
.space{display: block;height: 10px;background: #f4f4f4}

/*USERDE*/
.tax-search{
	padding: 0;width: auto;
	position: relative;
}
.searchbl{
	padding:2% 6%;position: relative;display: flex;flex-flow: column;
}
.searchbl .searchbtt{
	position: absolute;
	padding: 4px 8px;
	background-color: #363636;
	color: #fff;
	line-height: 20px;
    text-align: center;
	vertical-align: middle;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}