.logo {
  margin-top: -18%;
  margin-bottom: 25%;
  text-align: left;
  display: none;
  margin-left: 9%;
}
.logo img {
  width: 400px;
}
.tips {
  display: none;
}
.main {
  background: #4eb7da 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: #954932;
  border-radius: 40px 40px;
  margin: 0 auto;
}
.entrances {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 50px;
  width: 100%;
}
.entrances-title a {
  color: #fff;
  font-size: 36px;
  font-family: Source Han Sans SC;
  font-weight: 400;
}
.entrances .entrance-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 184px;
  margin-top: 48px;
}
.entrances .entrance-list .entrance-item img {
  vertical-align: top;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.entrances .entrance-list .entrance-item-link {
  color: #fff;
  font-size: 29px;
  font-family: Source Han Sans SC;
  font-weight: 400;
}
.entrances .entrance-list .entrance-item-link::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin-right: 5px;
  vertical-align: middle;
}
.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;
  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;
  text-align: center;
  line-height: 50px;
  position: relative;
}
.school-li .topline .name {
  display: inline-block;
  font-size: 25px;
  color: #000;
  font-weight: bold;
  max-width: 255px;
}
.school-li .topline .teshu {
	font-size: 20px;
	line-height: 23px;
	text-align: center;
}
.school-li .topline .eda {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px;
}
.school-li .topline .eda a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.school-li .topline .eda img {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: sub;
  margin-right: 5px;
}
.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%;
}
.util {
  width: 100%;
  height: 56px;
  font-size: 40px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #fff;
  line-height: 56px;
  text-align: center;
  margin-bottom: 46px;
  margin-top: 50px;
}
.tool-list {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-wrap: nowrap;
}
.tool-list div {
  text-align: center;
  width: 316px;
  height: 150px;
  background: #f9f9f9;
  display: inline-block;
}
.tool-list div a {
  width: 316px;
  height: 150px;
  display: block;
}
.tool-list div img {
  width: 64px;
  height: 64px;
  border-radius: 19px;
  margin-top: 27px;
}
.tool-list div h3 {
  height: 22px;
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-top: 13px;
}
.eol_footer {
  background: #4eb7da;
}
@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: 5%;
  }
  .huodtime {
    width: 3.2rem;
    font-size: 0.17rem;
    height: 0.35rem;
    line-height: 0.35rem;
    margin-top: 60%;
  }
  .entrances {
    display: block;
    padding: 30px 0 20px;
  }
  .entrances-title {
    text-align: center;
  }
  .entrances-title a {
    display: block;
    font-size: 0.4rem;
  }
  .entrances .entrance-list {
    display: flex;
    margin-top: 20px;
    gap: 0;
    flex-wrap: wrap;
    padding: 0 0.3rem;
  }
  .entrances .entrance-list .entrance-item {
    width: 50%;
    margin-bottom: 0.2rem;
  }
  .entrances .entrance-list .entrance-item img {
    width: 0.3rem;
    height: 0.3rem;
    vertical-align: middle;
  }
  .entrances .entrance-list .entrance-item-link {
    display: block;
    width: 100%;
    font-size: 0.2rem;
  }
  .entrances .entrance-list .entrance-item-link::before {
    width: 0.08rem;
    height: 0.08rem;
  }
  .tips {
    font-size: 0.24rem;
    line-height: 0.4rem;
    max-width: 6rem;
    margin-top: 20px;
  }
  .pici-li {
    margin-top: 0.5rem;
  }
  .pici-time {
    font-size: 0.3rem;
    margin: 0 0.4rem;
  }
  .school-li .topline .name {
    display: inline-block;
    font-size: .25rem;
    color: #000;
    font-weight: bold;
    max-width: 2.4rem;
}
  .school-li .topline .teshu{
    font-size: .2rem;
    line-height: .26rem;
    text-align: center;
  }
  .school-li .topline .eda{
    margin-right: .1rem;
    top: -0.03rem;
  }
  .school-li .topline .eda a{
    font-size: .16rem;
  }
  .school-li .topline .eda img{
    width: .25rem;
    height: .25rem;
    margin-right: 0;
  }
  .pici-city {
    width: 1.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    margin: 0.2rem 0.12rem 0 0.12rem;
    font-size: 0.2rem;
  }
  .arrow img {
    width: 1.9rem;
  }
  .zone {
    height: 0rem;
  }
  .citybox {
    margin-top: 0.75rem;
  }
  .city-name {
    font-size: 0.5rem;
    margin: 0 0.65rem;
    letter-spacing: 0rem;
  }
  .city-school {
    justify-content: space-between;
    max-width: 6.5rem;
    margin-top: 0.5rem;
  }
  .city-fl img {
    width: 1.9rem;
  }
  .school-li {
    margin: 0.25rem 0;
  }
  .school-li .topline {
    width: 3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.1rem 0.1rem 0.08rem 0.08rem;
    font-size: 0.25rem;
  }
  .school-li .fs-sm {
    font-size: 0.15rem;
  }
  .school-li .sline .btn img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .school-li .sline {
    width: 3rem;
    border-radius: 0.08rem 0.08rem 0.1rem 0.1rem;
    padding: 0.15rem 0.3rem;
    box-sizing: border-box;
  }
  .school-icon img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .school-zhib .btn {
    width: 1.8rem;
    height: 0.4rem;
    border-radius: 0.2rem;
  }
  .school-zhib .btn a {
    font-size: 0.18rem;
  }
  .school-zhib .btn a span {
    margin-left: 0.1rem;
  }
  .school-zhib .btn.zhib {
    margin-top: 0.05rem;
  }
  .back {
    display: block;
    position: fixed;
    right: 0.2rem;
    bottom: 1rem;
  }
  .back > img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .h5-util {
    width: 100%;
    margin: 35px 0;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
  }
  .h5-tool-list {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 25px;
  }
  .h5-tool-list div {
    background: #fff;
    width: 30%;
    border-radius: 14px;
    text-align: center;
    margin-right: 3%;
    height: 70px;
  }
  .h5-tool-list div:last-child {
    margin-right: 0;
  }
  .h5-tool-list div a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0.65rem;
  }
  .h5-tool-list div a img {
    margin-top: 3px;
    width: 30px;
    height: 30px;
  }
  .h5-tool-list div a h3 {
    font-size: 0.25rem;
    color: #000;
    text-align: center;
  }
  .eol_footer {
    padding: 20px 0 20px 0 !important;
  }
  .eol_footer div {
    display: none;
  }
  .eol_footer .mbq {
    display: block !important;
    font-size: 20px;
  }
}
