.container {
  width: 100%;
  position: relative;
}

#top {
  width: 100%;
  /* border-bottom: 1px solid #fff; */
}

#top .top-box {
  width: 16.11rem;
  height: 1.52rem;
  margin-left: 2.48rem;
}

#top .top-center-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#top .top-box {
  width: 16.11rem;
  height: 1.52rem;
  margin-left: 2.48rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#top .top-menu-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#top .logo {
  width: 1.03rem;
  height: 1.08rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#top .star-logo {
  width: 0.54rem;
  height: 0.51rem;
}

#top .star-title {
  width: 1.04rem;
  height: 0.43rem;
}

#top .top_menu {
  /* width: 7.25rem; */
  height: 1.08rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* margin-left: 5.51rem; */
  position: relative;
}

#top .float-box {
  width: 1.70rem;
  height: 1.4rem;
  background-color: #fff;
  position: absolute;
  top: 0.85rem;
  right: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 3px 4px 10px 0px 
		rgba(0, 0, 0, 0.1);
}


#top .float-box a {
  width: 100%;
  text-align: center;
  padding: 0.12rem 0.15rem;
  box-sizing: border-box;
}

#top .float-box a:hover {
  background-color: #808080;
}

#top .top_menu li {
  height: 1.08rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0.21rem;
}

#top .top_menu li:nth-last-child(1) {
  padding: 0 0 0 0.19rem;
  line-height: 1.08rem;
}

#top .top_menu a {
  font-size: 0.28rem;
  color: #45505b;
}

#top .star-more {
  width: 0.28rem;
  cursor: pointer;
}

#top .search-input-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #b1b0b0;
  padding: 0.05rem 0;
  box-sizing: border-box;
  display: none;
}

#top .close-search {
  width: 0.28rem;
  height: 0.28rem;
  background-image: url("../images/jianhao.png");
  background-repeat: no-repeat;
  background-size: 0.28rem 0.28rem;
  margin-left: -0.4rem;
}

#top .search-input-box input {
  width: 4.85rem;
  outline: none;
  background: none;
  border: 0;
  padding: 0 0.4rem 0 0.4rem;
}

#top .search-btn {
  width: 0.28rem;
  height: 0.28rem;
  background-image: url("../images/star_search.png");
  background-repeat: no-repeat;
  background-size: 0.28rem 0.28rem;
}

#top .star-img-box {
  /* width: 1.22rem; */
  height: 1.08rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 1.17rem;
}

#top .star-img-box a {
  width: 0.28rem;
  height: 0.28rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#top .star-img-box a:nth-of-type(1) {
  margin-right: 0.25rem;
}

#top .star-img-box a:nth-of-type(2) {
  margin-right: 0.15rem;
}

#top .star-img-box img {
  width: 0.28rem;
  height: 0.28rem;
}

#top .more-btn {
  width: 0.6rem;
  height: 0.6rem!important;
  padding: 0!important;
  display: flex!important;
  flex-direction: row!important;
  align-items: center!important;
  justify-content: center!important;
}

#banner {
  width: 100%;
  height: 2.4rem;
  background-image: url("../images/banner-imgtwo.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

#content .center-box {
  width: 13.81rem;
  margin: 0 auto;
}

#content .header-box {
  width: 100%;
  margin-top: 0.67rem;
  padding-bottom: 0.68rem;
}

.header-text-box {
  display: flex;
  flex-direction: row;
  align-content: flex-end;
  justify-content: space-between;
}

.header-text-box p {
  font-family: HYRunYuan-FEW;
	font-size: 0.45rem;
	letter-spacing: 1px;
	color: #6f3287;
}

#content .center-box {
  width: 13.81rem;
  margin: 0 auto;
}

.school-map-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.school-text-box {
    width: 6.00rem;
    border-top: 1px solid #cecece;
}

.map-img-box {
    width: 7.01rem;
    
}

.map-img-box img {
    width: 100%;
    height: 100%;
}

.school-list-box {
  width: 100%;
  height: 12.92rem;
  overflow-y: auto;
}

.school-list-box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.school-list-box::-webkit-scrollbar {
  /* display: none; */
}

.school-list-box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  /* border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353; */
  border-radius: 10px;
  background-image: linear-gradient(0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(#a7a8ab,
      #a7a8ab);
  background-blend-mode: overlay,
    normal;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3),
    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1)
}

.school-list-box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed; */
  border-radius: 10px;
  background-image: linear-gradient(0deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(0, 0, 0, 0.3) 100%),
    linear-gradient(#ebeaeb,
      #ebeaeb);
  background-blend-mode: overlay,
    normal;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1),
    inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}

.school-list-box::-webkit-scrollbar-button {
  /*滚动条里面轨道*/


}


.school-list-box li {
    width: 5.60rem;
    height: 1.89rem;
    border-bottom: 1px solid #cecece;
    margin-top: 0.65rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.school-list-box li>p {
    font-family: 微软雅黑;
	font-size: 0.24rem;
	letter-spacing: 0px;
	color: #444444;
	padding-top:4px;
}

.school-list-box li div {
    margin-left: 0.21rem;
}

.school-list-box li div p:nth-of-type(1) {
    font-family: 微软雅黑;
	font-size: 0.24rem;
    color: #444444;
}

.school-list-box li div p:nth-of-type(2) {
    margin-top: 0.33rem;
}

.school-list-box li div p:nth-of-type(2),.school-list-box li div p:nth-of-type(3) {
    font-family: 微软雅黑;
	font-size: 0.21rem;
	line-height: 0.36rem;
	color: #7f7f7f;
}

.school-list-box .active>p {
    color: #a19153!important;
}

.school-list-box .active div p {
   color: #a19153!important;
}
#allmap {width: 100%;height: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";}
.map-img-box{
    font-family: 微软雅黑;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #7f7f7f;

}
