/*任务广场*/
html body {
  font-size: 12px;
}

.square-container {
  min-height: 600px;
  margin-bottom: 15px;
}

.btn {
  border-radius: 0;
  border: 1px solid #ddd;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

/*已选的显示区*/
.selected-con {
  margin-top: 10px;
}

.selected-con dt {
  float: left;
  padding-left: 10px;
  display: inline-block;
  width: 50px;
  line-height: 24px;
  margin-bottom: 6px;
}

.selected-con dd {
  margin-left: 55px;
  line-height: 22px;
}

.task-seled-item {
  padding-left: 5px;
  display: inline-block;
  max-width: 110px;
  overflow: hidden;
  padding-right: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  border: 1px dashed #ddd;
  margin-right: 6px;
  margin-bottom: 3px;
}

.selected-con dd span:hover {
  border: 1px solid #c40000;
}

.selected-con dd span i {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 14px;
  font-size: 14px;
  height: 100%;
  text-align: center;
  line-height: 22px;
}

.selected-con dd span i:hover {
  color: #c40000;
  background-color: #ddd;
}

/*全部筛选条件*/
.s-search-con {
  padding: 10px 10px 5px 10px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.is-hide-con {
  border-top: 3px solid #EFECEB;
}

.attrExtra-more {
  display: inline-block;
  padding: 3px 20px;
  background-color: #efeceb;
  color: #806F66;
  cursor: pointer;
}

.attrExtra-more i {
  font-size: 14px;
}

.s-search-con .form-control {
  border-radius: 0;
  width: auto;
  display: inline-block;
  color: #333;
}

.s-search-con dl {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ebebeb;
}

.s-search-con dt {
  float: left;
  width: 65px;
  font-weight: bold;
  line-height: 26px;
}

.filter-select {
  float: right;
}

.s-search-con .filter-con {
  margin-left: 65px;
  line-height: 22px;
  margin-right: 45px;
}

.s-search-con .filter-con span {
  margin-right: 5px;
  display: inline-block;
  padding: 0 6px;
  word-break: keep-all;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid #fff;
  margin-bottom: 3px;
}

.s-search-con .filter-con span:hover {
  color: #c40000;
}

.s-search-con .filter-con .markup-type:hover {
  color: #c40000;
  /*border: 1px solid #c40000;*/
}

.s-search-con .filter-con .multi-sel:hover {
  color: #c40000;
  border: 2px solid #c40000;
}

.s-search-con .filter-con .multi-sel-active {
  border: 2px solid #c40000;
  color: #c40000;
  background: url("../../../Public/images/spec-value-selected.png") no-repeat bottom right;
}

.markup-value-con,
.markup-value-content {
  display: none;
}

.multi-select,
.more-select {
  margin-top: 2px;
}

.more-btns {
  display: none;
  padding-bottom: 6px;
}

.more-btns .btn:first-child {
  margin-right: 3px;
}

/*中间的搜索框*/
.s-nav-con {
  border: 1px solid #ddd;
  padding: 4px 4px 0 4px;
  margin-bottom: 5px;
  background-color: #F7F7F7;
}

.s-nav-con div .form-control {
  border-radius: 0;
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}

.s-nav-con div .order-no {
  width: 140px;
}

.s-nav-con div select.form-control {
  width: 70px;
  padding-left: 0;
  padding-right: 0;
}

.order-by {
  height: 34px;
  line-height: 32px;
  border: 1px solid #ccc;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  user-select: none;
}

.order-by:first-child {
  margin-left: 0;
}

.order-by-active {
  background-color: #F1EDEC;
  color: #ff0036;
}

.s-nav-con div .form-control,
.s-nav-con div .btn,
.s-nav-con .order-by {
  vertical-align: middle;
  margin-bottom: 4px;
}

/*内容区*/
.items-content {
  /*border: 1px solid #ddd;*/
}

.item-task {
  padding: 10px 0;
  /*border-bottom: 1px dashed #ddd;*/
  border: 2px solid #ddd;
  margin-bottom: 10px;
  cursor: pointer;
}

.item-task:hover {
  border: 2px solid #3399ff;
}

@media screen and (max-width: 767px) {
  .item-task > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.item-task:last-child {
  /*border-bottom: none;*/
}

.task-shop-name {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.task-shop-name img {
  max-width: 18px;
  max-height: 18px;
  vertical-align: middle;
}

.task-shop-name span {
  vertical-align: middle;
}

.item-task-name {
  margin-bottom: 5px;
}

.item-task-name a {
  font-size: 14px;
  font-weight: bold;
  color: #0b73bb;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.item-task-name .a1 {
  max-width: calc(100% - 35px);
}

.item-task-name .a2 {
  max-width: calc(100% - 70px);
}

.task-badge {
  background-color: #fd5647;
  padding: 1px 3px;
  margin-left: 0;
  margin-right: 4px;
  border-radius: 3px;
  color: #fff;
  vertical-align: middle;
}

.task-badge2 {
  background-color: #ff9400;
}

.item-task-name a:hover {
  text-decoration: underline;
}

.item-task-type {
  color: #999;
}

.task-count {
  margin-top: 10px;
  line-height: 24px;
  padding-right: 10px;
}

.task-count b {
  color: #c40000;
}

.item-markup-value b {
  color: #f76812;
}

.none-msg {
  line-height: 30px;
}