﻿.slider-container {
  width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slider-container .back-bar {
  height: 10px;
  position: relative;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  /* background-color: red; */
  cursor: col-resize;
  opacity: 1;
  z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -45px;
  font-size: 16px;
  background: rgba(0,0,0,0);
  border: 1px solid #35b6ff;
  white-space: nowrap;
  line-height: 25px;
  height:25px;
  width: 70px;
  text-align:center;
  border-radius:13px 13px 13px 0;
}
.slider-container .back-bar .focused {
  z-index: 10;
}
.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-container .scale {
  top: 2px;
  position: relative;
}
.slider-container .scale span {
  position: absolute;
  height: 10px;
  border-left: 1px solid #999;
  font-size: 0;
  top: 3px;
}
.slider-container .scale ins {
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 12px;
  color: #999;
  line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}
.theme-green .back-bar {
  height: 4px;
  border-radius:10px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .selected-bar {
  border-radius: 10px;
  background-color: #35b6ff;
  background-image: -moz-linear-gradient(top, #35b6ff, #35b6ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#35b6ff), to(#35b6ff));
  background-image: -webkit-linear-gradient(top, #35b6ff, #35b6ff);
  background-image: -o-linear-gradient(top, #35b6ff, #35b6ff);
  background-image: linear-gradient(to bottom, #35b6ff, #35b6ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
}
/* .theme-green .back-bar .pointer {
  width: 35px;
  height: 35px;
  top: -9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
  background:url(../images/range.png) no-repeat 0 0/ 100% 100%;
} */
.theme-green .back-bar .pointer-label {
  color: #FFF;
}
.theme-green .back-bar .focused {
  color: #FFF;
}
.theme-green .scale span {
  border-left: 1px solid #46506B;
}
.theme-green .scale ins {
  color: #46506B;
}
.theme-blue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #92c1f9;
  background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
  background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}
.theme-blue .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .pointer-label {
  color: #999;
}
.theme-blue .back-bar .focused {
  color: #333;
}
.theme-blue .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
  color: #999;
}


/*海南房价走势*/
#trend,.m_trend_r ul li:hover{background:-webkit-gradient(linear, 0 0, 0 bottom, from(#35b6ff), to(#3484c5));}
.m_trend_box{width:100%;margin-top:30px;background:#232836;overflow:hidden;padding-bottom: 100px;}
.m_trend{width:1200px;height:522px;margin:auto;}
.m_trend_title{margin-top:25px;}
.m_trend_title span{font-size:28px;display:block;color:#FFF;}
.m_trend_title i{font-size:15px;margin-top:10px;display:block;color:#3E4760;}
.m_trend_l{width:460px;height:280px;display: inline-block;}
.m_trend_r{width:720px;overflow:hidden;float:right;margin-left:20px;}
.m_trend_r ul{height:123px;overflow:hidden;background:#282E3D;width:100%;}
.m_trend_r ul li{width:60px;height:37px;cursor: pointer;border-radius:3px;float:left;margin:11px 0px 0px 9px;text-align:center;line-height:37px;position:relative;top:10px;left:7px;background:#353D50;font-size:14px;color:#fff;}
.m_r_average_price{width:240px;height:280px;background:#282E3D;display: inline-block;margin-left: 15px;}
.m_r_average_price em{font-size:14px;color:#fff;display:block;padding-top:20px;font-weight: bold;}
.m_r_average_price span{font-size:18px;color:#fff;display:block;font-weight: bold;margin-top: 5px;}
.m_r_average_price span i{font-size:24px;}
.m_r_average_price a{font-size:14px;color:#FFFFFF;text-align:center;display:block;margin:auto;margin-top:20px;width:115px;height:37px;border-radius:0 18px 18px 18px;background:#35b6ff;line-height:37px;}
.m_trend_r_ys{width:720px;height:140px;background:#282E3D;margin-top:20px;color:#333;padding-left: 30px;}
.m_trend_r_ys em{font-size:18px;color:#fff;display:block;margin-top:20px;font-weight: bold;}
.single_box{border:1px solid;width:460px;margin:auto;margin-top:60px;display: inline-block;}
.budget{background: #35b6ff;margin:auto;margin-top:36px;font-size:15px;color:#FFF;width:160px;height:48px;text-align:center;line-height:48px;border-radius:3px 20px 20px 20px;display: inline-block;font-size: 18px;vertical-align: baseline !important;}
.budget a:hover{color: #fff;}
.budget a{color:#fff;}
.theme-green .back-bar .pointer{width: 20px;height: 20px;background-color: #35b6ff;border-radius: 10px;top: -8px;}
.slider-container{width: 460px !important;}
.theme-green .scale span{width:70px;}
.slider-container .scale ins{font-size:12px;}

.budget_box{display: flex;justify-content: center;align-items: center;}
.echarts-city {margin-bottom: 30px;}
.echarts-city li{display: inline-block;width: 60px;height: 30px;border-radius: 5px;margin-left: 2.1px;line-height: 30px;text-align: center;color: #fff;cursor: pointer;background:#353D50;margin-top: 10px;}
#chart{width: 460px !important;height: 280px !important;}
.m_r_average_price_c{padding-left: 40px;padding-top: 10px;}
.m_r_average_price_c span:nth-of-type(3){color: #ff2929;}
#map {width: 460px;height: 440px;}
.cart_map{position: relative;display: inline-block;}
.cart_map_wap{width: 100%;height: 100%;position: absolute;z-index: 20;}