.select-box {
  width: 100%;
  line-height: 0.46rem;
  margin-top: 20px;
  background: #ffffff;
  -webkit-box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.select-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  float: left;
  font-size: 0.14rem;
  padding: 0 20px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
  cursor: pointer;
}
.select-item span {
  color: #666;
  margin-right: 10px;
}
.select-item .item-label {
  color: #999999;
  margin-right: 0;
}
.select-item .item-value {
  color: #2D69CA;
}
.select-item.checked .item-value {
  color: #999999;
}
.select-item .item-arrow {
  float: right;
  margin-right: 0;
}
.select-item .item-arrow .iconfont {
  display: inline-block;
  font-size: 18px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #aaa;
  -webkit-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.select-item.open .item-arrow .iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.select-item .value-box {
  display: none;
  position: absolute;
  top: 0.46rem;
  left: 0;
  z-index: 10;
  width: 100% !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 14px;
  line-height: 40px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.13) inset;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.13) inset;
}
.select-item .value-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-top: 6px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.select-item .value-box span {
  color: #666;
  padding: 0 10px;
  float: left;
  cursor: pointer;
}
.select-item .value-box span.all,
.select-item .value-box span:hover {
  color: #2D69CA;
}
.mine-selected {
  color: #666;
  position: relative;
}
.mine-selected .icon-wenhao {
  color: #868686;
  margin-right: 10px;
}
.mine-selected .checked {
  color: #2D69CA;
}
.mine-selected .checked span {
  color: #2D69CA;
}
.mine-selected span {
  margin: 0 3px;
}
.mine-selected .mine-set {
  display: none;
  position: absolute;
  top: 40px;
  left: -100px;
  min-width: 270px;
  line-height: 1.4;
  background: #fff;
  color: #666;
  z-index: 10;
  text-align: center;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1600px) {
  .mine-selected .mine-set {
    top: 46px;
    min-width: 320px;
  }
}
.mine-selected .mine-set::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 120px;
  width: 0;
  height: 0;
  border-bottom: 8px solid lightgray;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.mine-selected .mine-set::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 121px;
  width: 0;
  height: 0;
  border-bottom: 7px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.mine-selected .mine-set a {
  color: #2D69CA;
  margin: 0 5px;
  text-decoration: underline;
}
.mine-selected .mine-box {
  display: inline-block;
}
.mine-selected .mine-box .check-box {
  width: 15px;
  height: 15px;
  border: 1px solid lightgray;
  border-radius: 3px;
  display: inline-block;
  top: 2px;
  margin-left: 4px;
  position: relative;
}
.mine-selected .mine-box .check-box input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.mine-selected
  .mine-box
  .check-box
  input[type="checkbox"]:checked
  ~ .check-dot {
  background: #2D69CA;
}
.mine-selected .mine-box .check-box .check-dot {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
}
.card-list {
  min-height: 3rem;
  padding-bottom: 50px;
  overflow: hidden;
}
.group-title {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.22rem;
  text-align: center;
  color: #ffffff;
  background: #2D69CA;
  display: inline-block;
  margin-bottom: 15px;
}
