.logo {
  margin-top: -18%;
  margin-bottom: 20%;
  text-align: left;
  display: none;
  margin-left:9% ;
}
.logo img{
  width: 400px;
}
.tips{
  display: none;
}
.main{
  background: #e4684a url(../images/bg.png) no-repeat top center;
  background-size: 100%;
  width: 100%;
  padding-top: 20%;
}
.huodtime{
  width: 490px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #fff;
	font-size: 28px;
	font-weight: bold;
	color: #dc3d3a;
	border-radius: 40px 40px;
  margin: 0 auto;
}
.tips{
	font-size: 24px;
	color: #fff;
	line-height: 38px;
	text-align: justify;
	text-indent: 2em;
  margin:  0 auto;
	margin-top: 50px;
  max-width: 1200px;
 
}

.pici-li{
	margin-top: 50px;
}
.pici-tit{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pici-time{
	font-size: 32px;
	color: #d1e9ff;
	margin: 0 45px;
}
.pici-nr{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pici-city{
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 20px 20px;
	margin: 20px 12px 0 12px;
	font-size: 26px;
	color: #fff;
}
.pici-city a{
	color: #fff;
}
.pici-city:hover{
	background: #fff;
	color: #0e02a5;
}
.pici-city:hover a{
	color: #0e02a5;
}
.zone{
  height: 50px;
}
.citybox{
	margin-top: 75px;
}
.city-tit{
	display: flex;
	justify-content: center;
	align-items: center;
}
.city-name{
	font-size: 50px;
	color: #fff;
	margin: 0 65px;
	letter-spacing: 20px;
}
.city-school{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
	margin-top: 50px;
}
.school-li{
	margin: 0 20px 50px 20px;
}
.school-li .topline{
	width: 360px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: -webkit-linear-gradient(top right, #fff 0%,#fff 100%);
	background: linear-gradient(to right, #fff 0%,#ffff 100%);
	border-radius: 10px 10px 8px 8px;
	font-size: 22px;
	color: #515050;
	font-weight: bold;
}
.school-li .sline{
	width: 300px;
	border-radius: 8px 8px 10px 10px;
	border-top: 1px dashed #989efe;
	padding: 15px 30px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.school-icon img{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
.school-zhib .btn{
	width: 185px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px 20px;
}
.school-zhib .btn a{
	color: #fff;
	font-size: 20px;
}
.school-zhib .btn a span{
	margin-left: 10px;
}
.school-zhib .btn.jianj{
	background: -webkit-linear-gradient(top right, #4082f8 0%,#1160e7 100%);
	background: linear-gradient(to right, #4082f8 0%,#1160e7 100%);
}
.school-zhib .btn.zhib{
	margin-top: 5px;
	background: -webkit-linear-gradient(top right, #fe6a36 0%,#ffa031 100%);
	background: linear-gradient(to right, #fe6a36 0%,#ffa031 100%);
}
.back{
	display: block;
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 60px;
	height: 60px;
}
.back>img{
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 820px) and (max-width: 1220px){
  .city-school {
    padding: 0 30px;
    justify-content:space-between;
  }
}
@media screen and (max-width: 820px){
  .logo {
    margin-top: -40%;
    margin-bottom: 25%;
    margin-left: 7%;
  }
  .logo img{
    width: 4rem;
  }
  .main{
    background-image: url(../images/mbg.png);
    padding-top: 35%;
  }
  .huodtime{
    width: 3rem;
	  font-size: .17rem;
    height: .35rem;
    line-height: .35rem;
  }
  .tips{
    font-size: .24rem;
    line-height: .4rem;
    max-width: 6rem;
    margin-top: 20px;
  }
  .pici-li{
    margin-top: .5rem;
  }
  .pici-time{
    font-size: .3rem;
    margin: 0 .4rem;
  }
  .pici-city{
    width: 1.4rem;
    height: .4rem;
    line-height: .4rem;
    border-radius: .2rem;
    margin: .2rem .12rem 0 .12rem;
    font-size: .2rem;
  }
  .arrow img{
    width: 1.9rem;
  }
  .zone{
    height: .5rem;
  }
  .citybox{
    margin-top: .75rem;
  }
  .city-name{
    font-size: .5rem;
    margin: 0 .65rem;
    letter-spacing: .0rem;
  }
  .city-school{
    justify-content: space-between;
    max-width: 6.5rem;
    margin-top: .5rem;
  }
  .city-fl img{
    width: 1.9rem;
  }
  .school-li{
    margin: .25rem 0;
  }
  .school-li .topline{
    width: 3rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: .1rem .1rem .08rem .08rem;
    font-size: .20rem;
  }
  .school-li .fs-sm{
    font-size: .15rem;
  }
  .school-li .sline .btn img{
    width: .3rem;
    height: .3rem;
  }
  .school-li .sline{
    width: 3rem;
    border-radius: .08rem .08rem .1rem .1rem;
    padding: .15rem .3rem;
    box-sizing: border-box;
  }
  .school-icon img{
    width: .8rem;
    height: .8rem;
  }
  .school-zhib .btn{
    width: 1.8rem;
    height: .4rem;
    border-radius: .2rem;
  }
  .school-zhib .btn a{
    font-size: .18rem;
  }
  .school-zhib .btn a span{
    margin-left: .1rem;
  }
  .school-zhib .btn.zhib{
    margin-top: .05rem;
  }
  .back{
    display: block;
    position: fixed;
    right: .2rem;
    bottom: 1rem;
  }
  .back>img{
    width: .8rem;
    height: .8rem;
  }
}
