.ch-depotBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 18, 16, 0.3);
  z-index: 10000000;
}
.ch-depotBox .ch-province {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 9.62rem;
  background: #ffffff;
  border: 1px solid #ecb07a;
  border-radius: .35rem .35rem 0 0;
  padding: .39rem 0 .39rem .53rem;
}
.ch-depotBox .ch-province .ch-depot-delete {
  text-align: right;
  padding-right: .46rem;
}
.ch-depotBox .ch-province .ch-depot-delete img {
  width: .22rem;
  height: .22rem;
}
.ch-depotBox .ch-province .ch-depot-title {
  font-size: .35rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #666666;
  line-height: .34ewm;
  margin-top: .09rem;
  text-align: center;
}
.ch-depotBox .ch-province .ch-name {
  font-size: .28rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333333;
  margin-top: .3rem;
  margin-bottom: .68rem;
}
.ch-depotBox .ch-province .ch-name span {
  display: inline-block;
  margin-right: .5rem;
  line-height: .28rem;
  padding: .16rem 0;
}
.ch-depotBox .ch-province .ch-name span:nth-last-of-type(1) {
  border-bottom: 2px solid #148DDD;
}
.ch-depotBox .ch-province ul {
  height: 6.4rem;
  overflow: auto;
}
.ch-depotBox .ch-province ul li {
  font-size: .28rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 1.05rem;
}
.ch-depotBox .ch-province .ch-cityList {
  display: none;
}
.ch-depotBox .ch-province .ch-depotList {
  display: none;
}
