.floating {
  position: fixed;
  right: -302px;
  top: 0px;
  width: 350px;
  min-height: 900px;
  z-index: 1001;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
  /*   */
}
.floating .floating-content {
  position: absolute;
  right: -302px;
  top: 0px;
  width: 350px;
  min-height: 900px;
  z-index: 1001;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.floating .btn-and {
  cursor: pointer;
  background-color: #eeeeee;
  writing-mode: vertical-lr;
  padding: 8px 11px;
  color: #666666;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -150px;
  width: 40px;
}
.floating-bar {
  list-style: none;
  padding-left: 0;
}
.floating-bar-wrap {
  width: 50px;
  min-height: 900px;
  padding-top: 110px;
  border-right: 1px solid #EEE;
}
.floating-bar-wrap-un {
  height: 364px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -182px;
  min-height: auto;
  padding-top: 0;
}
.floating-bar li {
  width: 50px;
  min-height: 40px;
  text-align: center;
  position: relative;
  padding: 9px 0;
  font-weight: 500;
  cursor: pointer;
}
.floating-bar li .badge {
  position: absolute;
  padding: 0 4px;
  background: red;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 15px;
  top: 2px;
  right: 2px;
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
}
.floating-bar li > .tit {
  font-size: 12px;
  text-align: center;
  padding: 0 10px;
  line-height: 17px;
  display: block;
}
.floating-bar li > .tit:hover {
  color: #fff;
}
.floating-bar li .iconfont {
  font-size: 16px;
  display: none;
}
.floating-bar li span.dec {
  background-color: #0099ff;
  top: 0;
  color: #fff;
  line-height: 52px;
  display: none;
  white-space: nowrap;
  height: 52px;
  min-width: 88px;
  position: absolute;
  left: auto !important;
  right: 70px;
  opacity: 0;
}
.floating-bar li span.dec > .arrow,
.floating-bar li span.dec > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.floating-bar li span.dec > .arrow {
  top: 50%;
  right: -20px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #FFF;
  border-width: 11px;
}
.floating-bar li:hover,
.floating-bar li:focus {
  background-color: #0099ff;
  color: #FFF;
}
.floating-bar li:hover span.dec,
.floating-bar li:focus span.dec {
  box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.1);
  display: block;
  color: #fff;
}
.floating-demand {
  width: 450px;
  right: -400px;
}
.floating-demand .floating-content {
  width: 450px;
}
.floating-demand .seeLibrary-list {
  width: 400px;
}
.floating-demand .seeLibrary-list ul {
  overflow: auto;
}
.floating-demand .opercation {
  font-size: 12px;
  padding: 12px;
  color: #999;
  border-bottom: 1px solid #eee;
}
.floating-demand .type {
  position: absolute;
  bottom: 0;
  left: 0;
}
.floating-demand .address {
  width: 190px;
}
.floating-demand .park-info {
  padding: 12px 10px 8px;
  background: #f6f6f6;
}
/*   */
.library-contrast-list,
.seeLibrary-list {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}
.library-contrast-list .library-contrast-list-btn,
.seeLibrary-list .library-contrast-list-btn {
  width: 280px;
  height: 50px;
  background-color: #0077ff;
}
.library-contrast-list-heading + ul,
.seeLibrary-list-heading + ul {
  overflow-y: scroll;
  max-height: 610px;
}
@media (max-height: 700px) {
}
.library-contrast-list-heading,
.seeLibrary-list-heading {
  padding: 14px 20px;
  border-bottom: 1px solid #EEE;
}
.library-contrast-list-heading .title,
.seeLibrary-list-heading .title {
  font-weight: bold;
  display: inline-block;
  margin: 0;
}
.library-contrast-list-heading .dec,
.seeLibrary-list-heading .dec {
  font-size: 12px;
  color: #999999;
}
.library-contrast-list-heading .reset,
.seeLibrary-list-heading .reset {
  display: inline;
  float: right;
}
.library-contrast-list .list-box,
.seeLibrary-list .list-box {
  overflow-y: scroll;
  min-height: 90px;
  max-height: 700px;
  margin-right: -13px;
}
.library-contrast-list .list-box .btn-group,
.seeLibrary-list .list-box .btn-group {
  display: block;
}
.library-contrast-list .list-box .btn-group .btn,
.seeLibrary-list .list-box .btn-group .btn {
  width: 50%;
  background: none;
  border: none;
  color: #333;
  border-bottom: 1px solid #eeeeee;
  padding: 8px 10px;
}
.library-contrast-list .list-box .btn-group .btn:hover,
.seeLibrary-list .list-box .btn-group .btn:hover,
.library-contrast-list .list-box .btn-group .btn.active,
.seeLibrary-list .list-box .btn-group .btn.active {
  color: #07f;
  border-bottom: 2px solid #0077ff;
}
.library-contrast-list .list-box > ul,
.seeLibrary-list .list-box > ul {
  list-style: none;
  padding: 0;
  clear: both;
}
@media (max-height: 700px) {
  .library-contrast-list .list-box,
  .seeLibrary-list .list-box {
    max-height: 410px;
  }
}
.library-contrast-list-item,
.seeLibrary-list-item {
  padding: 10px 10px;
}
.library-contrast-list-item:hover,
.seeLibrary-list-item:hover {
  background-color: #f6f6f6;
}
.library-contrast-list-item:hover .media .price .del,
.seeLibrary-list-item:hover .media .price .del {
  visibility: visible;
}
.library-contrast-list .media,
.seeLibrary-list .media {
  font-size: 12px;
  display: block;
}
.library-contrast-list .media-heading,
.seeLibrary-list .media-heading {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}
.library-contrast-list .media-body .dec,
.seeLibrary-list .media-body .dec {
  color: #999;
}
.library-contrast-list .media-body .price,
.seeLibrary-list .media-body .price {
  color: #666666;
  margin-bottom: 0;
}
.library-contrast-list .media-body .del,
.seeLibrary-list .media-body .del {
  display: inline-block;
  float: right;
  text-align: center;
  width: 42px;
  line-height: 18px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #666666;
  font-size: 12px;
  transition: all .3s;
  visibility: hidden;
}
.library-contrast-list .media-body .del:hover,
.seeLibrary-list .media-body .del:hover {
  background-color: #09f;
  border: solid 1px #09f;
  color: #FFF;
}
.lask-demandWare-opercation {
  text-align: center;
}
.lask-demandWare-opercation a {
  display: inline-block;
  padding: 8px 30px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 25px;
}
.lask-demandWare-opercation a:hover {
  background-color: #0085eb;
  border-color: #0085eb;
  color: #fff;
}
.lask-demandWare-opercation .opercation-orange {
  color: #FA651F;
  border: 1px solid #FA651F;
}
.lask-demandWare-opercation .opercation-blue {
  color: #2276FA;
  border: 1px solid #2276FA;
}
/*# floatingBar.less.map */