body {
  font-family: "Microsoft YaHei";
  /* 12÷10=1.2 */
  /* font-size: 1.2rem;*/
}
.s-place {
  position: relative;
  background: #bd1a2d;
  height: 40px;
  line-height: 40px;
}
.b-dis-toggle {
  float: left;
  margin: 0 10px;
  line-height: 40px;
  position: relative;
  font-size: 14px;
  color: #fff;
  padding: 0 20px 0 24px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70%;
}
.b-dis-toggle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: url('../pubtask/public/images/addr.png') no-repeat;
  background-size: 70%;
  width: 24px;
  height: 26px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btnplace img {
  vertical-align: top;
  margin-top: 16px;
  margin-left: -22px;
}
.s-place .s-menu > i {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  font-style: normal;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
}
.s-place .s-menu > i.hi_de {
  font-size: 25px;
}
.s-place .s-menu ul {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  background: #eae6d8;
  margin: 0;
  padding: 0;
  z-index: 99;
}
.s-place .s-menu ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.s-place .s-menu ul li a {
  width: calc(100% - 40px);
  padding: 0 20px;
  font-size: 15px;
  color: #333;
  display: inline-block;
}
.b-district-picker {
  position: fixed;
  width: calc(100% - 20px);
  left: 0;
  top: 0;
  height: calc(100% - 60px);
  overflow: auto;
  padding: 10px 10px 50px 10px;
  background: #fff;
  background-size: 100% 100%;
  z-index: 99;
  font-size: 14px;
  color: #666;
}
.b-district-picker p {
  font-weight: 700;
  padding: 3px 0;
  float: left;
  width: 40px;
  height: 25px;
  line-height: 25px;
  text-align: left;
}
.b-district-picker ul {
  padding-left: 46px;
}
.b-district-picker ul li {
  display: inline-block;
  position: relative;
  margin: 4px;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  text-align: center;
}
.b-district-picker .b-d-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: #d3caaa;
}
.b-district-picker .b-d-btn a {
  display: block;
  float: left;
  width: 50%;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.b-district-picker .b-d-btn .b-sure {
  background: #bd1a2d;
}
.active {
  background: #d3caaa;
  color: #666;
}
.bj-D-name {
  background: #d00204;
  color: #fff;
}
.b-d-wrapper {
  position: relative;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}
._hidden {
  display: none ;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
