.select-box {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  background: #fff;
  margin-bottom: 0.24rem;
  font-size: 0.2rem;
}
.select-box .r22 {
  margin-left: 0.22rem;
}
.select-box .r10 {
  margin-left: 0.1rem;
}
.select-box .desc {
  color: #666;
  line-height: 0.5rem;
}
.select-box .search {
  width: 3.34rem;
  height: 0.5rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  position: relative;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #EEEEEE;
}
.select-box input {
  outline: none;
  border: none;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background: transparent;
  font-size: 0.2rem;
  color: #666;
}
.select-box input::-webkit-input-placeholder {
  font-size: 0.2rem;
  color: #666;
}
.select-box .iconfont {
  font-size: 0.2rem;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  color: #666;
}
.select-box .box {
  width: 3.34rem;
  height: 0.5rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  position: relative;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
}
.select-box .box .select {
  width: 100%;
  height: 100%;
  color: #666;
  line-height: 0.5rem;
  overflow: hidden;
}
.select-box .box input {
  cursor: pointer;
}
.select-box .box .iconfont {
  font-size: 0.2rem;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
}
.select-box .box.show ul {
  display: block;
}
.select-box .box ul {
  width: 100%;
  max-height: 3rem;
  background: #fff;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0.5rem;
  display: none;
  overflow-y: auto;
  box-shadow: 0 0.1rem 0.3rem -5px #ddd;
}
.select-box .box ul li {
  width: 100%;
  padding: 0 0.15rem;
  box-sizing: border-box;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.2rem;
  color: #666;
  overflow: hidden;
}
.select-box .box ul li.active {
  background: #F76A00;
  color: #fff;
}
.select-box .box ul li.hide {
  display: none;
}
.button {
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
  margin-bottom: 0.35rem;
}
button {
  cursor: pointer;
  margin: auto;
  width: 1.71rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.22rem;
  color: #fff;
  border-radius: 0.21rem;
  outline: none;
  border: none;
  background: #0089D4;
}
