html {
  background-color: #FFFFFF;
}

.tem-map-bottom {
  background: #fff;
  padding: 10px 0;
}

.pad-bar {
  background: none;
}

.tem-map-container {
  background: #fff;
}
.tem-map-container .tem-search-box {
  padding-bottom: 40px;
}

.tem-map-content {
  background: #F3F1F2;
}

.tem-map {
  padding-bottom: 14px;
}

.tem-map-button {
  border-bottom: 2px solid #fff;
}
.tem-map-button .tem-map-button-left {
  background: none;
  width: auto;
  text-indent: 0px;
  padding-right: 0;
  height: 35px;
}
.tem-map-button .tem-map-button-left li {
  text-align: center;
  width: 90px;
  height: 35px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.tem-map-button .tem-map-button-left li.choose {
  background-color: #24A1BF;
  color: #FFFFFF;
}
.tem-map-button .tem-map-button-left li.choose a {
  color: #333333;
}
.tem-map-button .tem-map-button-left b {
  width: 1px;
  font-weight: normal;
  background: #646464;
  height: 10px;
  overflow: hidden;
}

.category .category-outside {
  height: 36px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.category .flod-btn {
  margin-top: 5px;
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  border: 1px solid #666;
  border-color: #666 transparent transparent #666;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.category .flod-btn.on {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  -ms-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}
