/**** new ***/
html {
  font-size: 20px;
}
body {
  background: url('../../images/statistic/bg.png') 50%;
  background-size: cover;
  font-family: "微软雅黑";
}
html, body, #wrapper {
  /* overflow-x: hidden; */
}
html, body {
  height: 100%;
}
#wrapper {
  height: 100%;
  position: relative;
  /* overflow: hidden; */
}
.action {
  /* background: url(../../images/statistic/all_bg1.png) no-repeat; */
}
#wrapper .title {
  background-size: 29rem 35rem;
  top: -1.6rem;
  margin: 0.3rem 0.1rem;
  color: white;
  font-weight: 600;
  font-size: 0.6rem;
  border-left: 0.2rem solid #735FFA;
  padding-left: 0.2rem;
  width: 100%;
  box-sizing: border-box;
}
.left-wrap {
  margin-top: 40px;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 1px #152458;
  color: white;
  /* position: relative; */
}
#wrapper .left-wrap .top-wrap {
  overflow: hidden;
}
#wrapper .left-wrap .top-wrap .school {
  /* width: 50%;
  float: left; */
  display: flex;
  justify-content: space-between;
}
#wrapper .left-wrap .top-wrap .school .school_count span{
  font-weight: 600;
  font-size: 1.6rem;
  margin-right: 0.2rem;
}
#wrapper .left-wrap .top-wrap .location {
  /* width: 50%;
  float: left; */
}
.list {
  list-style: none;
  padding: 0;
  
}
.list li {
  /* height: 1.5rem; */
  line-height: 1.5rem;
  display: flex;
  justify-content: space-around;
}
.list-title {
  /* overflow: hidden; */
  color: #735FFA;
  background: #69a0fd14;
  height: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 0.6rem;
  width: 100%;
}
.middle-wrap #scrollCon {
  overflow: hidden;
  height: 7.5rem;
}
.middle-wrap #scrollCon ul {
  margin: 0;
}
.bottom-wrap {
  margin-top: 1rem;
}
.bottom-wrap .title {
  background-color: #69a0fd14;
  padding: 0.2rem 0;
}
.bottom-wrap .school-desc {
  margin-top: 0.5rem;
  padding: 0.2rem 0.4rem;
  background-color: #69a0fd14;
  font-size: 12px;
}
.bottom-wrap .school-desc p {
  margin: 0;
  height: 1.2rem;
  line-height: 1.2rem;
}
.list li:nth-child(2n + 1) {
  background: #69a0fd14;
}
.center-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.right-wrap {
  width: 100%;
  height: 100%;
  color: white;
  box-shadow: 1px 1px 1px #152458;
  margin-top: 3rem;
}
.right-wrap .title {
  background-color: #69a0fd14;
  padding: 0.2rem 0;
}
.location ul,
.right-wrap ul {
  width: 100%;
  overflow: auto;
  padding: 0.3rem;
  margin: 0.3rem 0;
  background-color: #69a0fd14;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #152458 #152458; /* 滑块颜色  滚动条背景颜色 */
  -ms-overflow-style: none; /* IE 10+ */
}
.location ul {
  max-height: 15rem;
}
.right-wrap ul {
  max-height: 25rem;
}
.location ul::-webkit-scrollbar,.right-wrap ul::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
.location ul::-webkit-scrollbar-track,.right-wrap ul::-webkit-scrollbar-track {
  background: 152458;
  border-radius: 2px;
}
.location ul::-webkit-scrollbar-thumb,.right-wrap ul::-webkit-scrollbar-thumb {
  background: rgba(14, 46, 109, 0.541);
  border-radius: 10px;
}
.location ul::-webkit-scrollbar-thumb:hover ,.right-wrap ul::-webkit-scrollbar-thumb:hover {
  background: rgba(14, 46, 109, 0.541);
}
.right-wrap ul li {
  list-style: none;
  height: 3.5rem;
  padding: 0 0.4rem;
}
.right-wrap ul li p {
  width: 95%;
  float: right;
}
.right-wrap ul li p:nth-child(2) {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.right-wrap ul li p:nth-child(2) .price {
  color: #735FFA;
}
.right-wrap ul li::before {
  content: '•';  
  float: left;
  font-size: 16px;
}
.right-wrap ul li:nth-child(3n)::before {
  color: #00FF91;
}
.right-wrap ul li:nth-child(3n + 1)::before {
  color: #00FFF6;
}
.right-wrap ul li:nth-child(3n + 2)::before {
  color: #735FFA;
}
/* .right-wrap .line {
  height: 15rem;
  padding: 0.4rem;
  background-color: #69a0fd14;
} */