.container {
  width: 100%;
}
.container .banner {
  width: 100%;
  height: 700px;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.container .banner .banner-box {
  padding-top: 50px;
}
.container .banner .banner-box .logo {
  width: 400px;
  margin: 0 auto;
}
.container .banner .banner-box .logo img {
  width: 100%;
}
.container .huodtime {
  width: 490px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #fff;
  font-size: 28px;
  font-weight: bold;
  color: #e3351d;
  border-radius: 40px 40px;
  margin: 0 auto;
  margin-top: 450px;
}
.container .entrances {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0 90px;
  width: 100%;
}
.container .entrances-title {
  font-size: 36px;
  font-family: Source Han Sans SC;
  font-weight: 400;
}
.container .entrances .entrance-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 184px;
  margin-top: 48px;
}
.container .entrances .entrance-list .entrance-item {
  list-style: disc;
}
.container .entrances .entrance-list .entrance-item-link {
  font-size: 29px;
  font-family: Source Han Sans SC;
  font-weight: 400;
}
.container .school-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 86px;
}
.container .school-wrapper .school {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .school-wrapper .school .province-area {
  width: 528px;
  height: 132px;
}
.container .school-wrapper .school .province-area-img {
  width: 100%;
}
.container .school-wrapper .school .school-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 52px;
  margin-top: 50px;
}
.container .school-wrapper .school .school-list .school-name {
  width: 320px;
  height: 50px;
  background: -webkit-linear-gradient(top right, #fff 0%, #fff 100%);
  background: linear-gradient(to right, #fff 0%, #fff 100%);
  border-radius: 10px 10px 8px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.container .school-wrapper .school .school-list .school-name .name {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.container .school-wrapper .school .school-list .school-name .eda {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.container .school-wrapper .school .school-list .school-name .eda img {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: sub;
  margin-right: 5px;
}
.container .school-wrapper .school .school-list .school-content {
  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;
}
.container .school-wrapper .school .school-list .school-content .school-logo {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 20%;
  overflow: hidden;
}
.container .school-wrapper .school .school-list .school-content .school-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 20px 20px;
}
.container .util {
  width: 100%;
  height: 56px;
  font-size: 40px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #0374ff;
  line-height: 56px;
  text-align: center;
  margin-bottom: 46px;
  margin-top: 50px;
}
.container .tool-list {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-wrap: nowrap;
}
.container .tool-list div {
  text-align: center;
  width: 316px;
  height: 150px;
  background: #f9f9f9;
  display: inline-block;
}
.container .tool-list div a {
  width: 316px;
  height: 150px;
  display: block;
}
.container .tool-list div img {
  width: 64px;
  height: 64px;
  border-radius: 19px;
  margin-top: 27px;
}
.container .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;
}
.container .school-wrapper .school .school-list .school-content .school-links .school-summary,
.container .school-wrapper .school .school-list .school-content .school-links .school-lived {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
}
.container .school-wrapper .school .school-list .school-content .school-links .school-summary {
  display: flex;
  align-items: center;
  background: -webkit-linear-gradient(top right, #4082f8 0%, #1160e7 100%);
  background: linear-gradient(to right, #4082f8 0%, #1160e7 100%);
}
.container .school-wrapper .school .school-list .school-content .school-links .school-summary::before {
  display: block;
  margin-right: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/sschool.png) no-repeat;
  background-size: 100% 100%;
}
.container .school-wrapper .school .school-list .school-content .school-links .school-lived {
  background: -webkit-linear-gradient(top right, #fe6a36 0%, #ffa031 100%);
  background: linear-gradient(to right, #fe6a36 0%, #ffa031 100%);
}
.container .school-wrapper .school .school-list .school-content .school-links .school-lived::before {
  display: block;
  margin-right: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/zhibo.png) no-repeat;
  background-size: 100% 100%;
}
.container .swiper-wrapper-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .swiper-wrapper-list .live-label {
  width: 466px;
  height: 85px;
}
.container .swiper-wrapper-list .live-label-img {
  width: 100%;
  height: 100%;
}
.container .swiper-wrapper-list .list {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}
.container .swiper-wrapper-list .list .l-arrow {
  position: absolute;
  left: -95px;
  top: 95px;
}
.container .swiper-wrapper-list .list .l-arrow img {
  display: block;
  width: 51px;
  height: 55px;
}
.container .swiper-wrapper-list .list .l-arrow .swiper-button-prev:after {
  content: "" !important;
}
.container .swiper-wrapper-list .list .r-arrow {
  position: absolute;
  right: -95px;
  top: 95px;
}
.container .swiper-wrapper-list .list .r-arrow img {
  display: block;
  width: 51px;
  height: 55px;
}
.container .swiper-wrapper-list .list .r-arrow .swiper-button-next:after {
  content: "" !important;
}
.container .swiper-wrapper-list .list .swiper-item {
  width: 285px;
  background-color: #fff;
  padding-bottom: 10px;
}
.container .swiper-wrapper-list .list .swiper-item .li-img img {
  width: 285px;
  height: 215px;
}
.container .swiper-wrapper-list .list .swiper-item .li-p {
  font-size: 16px;
  padding: 0 16px;
}
.container .swiper-wrapper-list .list .swiper-slide {
  width: 285px !important;
  height: 300px !important;
  margin-left: 45px;
}

.footer {
  margin-top: 80px;
  padding: 40px 0;
  background-color: #0050eb;
}
.footer .fot {
  text-align: center;
}
.footer .fot div {
  font-size: 19px;
  color: #fff;
  line-height: 40px;
}
.footer .fot div a {
  color: #fff;
}
.footer .fot-app {
  text-align: center;
}
.footer .fot-app div {
  font-size: 19px;
  color: #fff;
  line-height: 40px;
}

@media screen and (max-width: 820px) {
  .container {
    width: 100%;
  }
  .container .banner {
    width: 100%;
    height: 7rem;
    background-image: url(../images/mbanner2.jpg);
  }
  .container .banner .banner-box {
    padding-top: 0.5rem;
    width: 100%;
  }
  .container .banner .banner-box .logo {
    width: 4.5rem;
  }
  .container .banner .banner-box .logo img {
    width: 100%;
  }
  .container .banner .banner-box .huodtime {
    width: 4.5rem;
    font-size: 0.27rem;
    height: 0.45rem;
    line-height: 0.35rem;
    margin-top: 4.5rem;
  }
  .container .entrances {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.24rem 0 0.6rem;
    width: 100%;
  }
  .container .entrances-title {
    font-size: 0.29rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
  }
  .container .entrances .entrance-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.28rem 0.36rem;
    margin-top: 0.48rem;
  }
  .container .entrances .entrance-list .entrance-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .entrances .entrance-list .entrance-item-link {
    font-size: 0.24rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
  }
  .container .school-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.86rem;
  }
  .container .school-wrapper .school {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .school-wrapper .school .province-area {
    width: 5.28rem;
    height: 1.32rem;
  }
  .container .school-wrapper .school .province-area-img {
    width: 100%;
    height: 90%;
  }
  .container .school-wrapper .school .school-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.32rem 0.2rem;
    margin-top: 0.5rem;
    padding: 0 0.5rem;
  }
  .container .school-wrapper .school .school-list .school-name {
    width: 2.7rem;
    height: 0.5rem;
    padding: 0 0.2rem;
    background: -webkit-linear-gradient(top right, #fff 0%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #fff 100%);
    border-radius: 0.1rem 0.1rem 0.08rem 0.08rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container .school-wrapper .school .school-list .school-name .name {
    font-size: 0.24rem;
    color: #333;
    font-weight: bold;
  }
  .container .school-wrapper .school .school-list .school-name .eda {
    font-size: 0.16rem;
    color: #333;
    font-weight: 400;
  }
  .container .school-wrapper .school .school-list .school-name .eda img {
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    vertical-align: sub;
    margin-right: 0.05rem;
  }
  .container .school-wrapper .school .school-list .school-content {
    width: 2.7rem;
    border-radius: 0.08rem 0.08rem 0.1rem 0.1rem;
    border-top: 1px dashed #989efe;
    padding: 0.15rem 0.2rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .container .school-wrapper .school .school-list .school-content .school-logo {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 20%;
    overflow: hidden;
  }
  .container .h5-ai-tools{
    padding: 0 0.5rem;
  }
  .container .h5-ai-tools .h5-util {
    margin: 0.5rem 0;
    width: 100%;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    text-align: center;
  }
  .container .h5-ai-tools .h5-tool-list{
    width: 100%;
    display: flex;
    flex-wrap: nowarp;
  }
  .container .h5-ai-tools .h5-tool-list div {
    background: rgba(249, 249, 249, 1);
    border-radius: 14px;
    display: inline-block;
    width: 30%;
    text-align: center;
    margin-right: 3%;
  }
  .container .h5-ai-tools .h5-tool-list div:last-child{
    margin-right: 0;
  }
  .container .h5-ai-tools .h5-tool-list div a {
    height: 100%;
    width: 100%;
    display: inline-block;
  }
  .container .h5-ai-tools .h5-tool-list div img {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0.11rem 0 0.05rem;
  }
  .container .h5-ai-tools .h5-tool-list div h3 {
    font-size: 0.16rem;
    font-family: PingFang-SC-Heavy, PingFang-SC;
    font-weight: 800;
    color: rgba(51, 51, 51, 1);
    letter-spacing: 1px;
  }

  .container .school-wrapper .school .school-list .school-content .school-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.05rem;
    border-radius: 0.2rem 0.2rem;
  }
  .container .school-wrapper .school .school-list .school-content .school-links .school-summary,
  .container .school-wrapper .school .school-list .school-content .school-links .school-lived {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.7rem;
    height: 0.4rem;
    color: #fff;
    font-size: 0.2rem;
    border-radius: 0.2rem;
  }
  .container .school-wrapper .school .school-list .school-content .school-links .school-summary {
    display: flex;
    align-items: center;
    background: -webkit-linear-gradient(top right, #4082f8 0%, #1160e7 100%);
    background: linear-gradient(to right, #4082f8 0%, #1160e7 100%);
  }
  .container .school-wrapper .school .school-list .school-content .school-links .school-summary::before {
    display: block;
    margin-right: 0.05rem;
    content: "";
    width: 0.18rem;
    height: 0.18rem;
    background: url(../images/sschool.png) no-repeat;
    background-size: 100% 100%;
  }
  .container .school-wrapper .school .school-list .school-content .school-links .school-lived {
    background: -webkit-linear-gradient(top right, #fe6a36 0%, #ffa031 100%);
    background: linear-gradient(to right, #fe6a36 0%, #ffa031 100%);
  }
  .container .school-wrapper .school .school-list .school-content .school-links .school-lived::before {
    display: block;
    margin-right: 0.05rem;
    content: "";
    width: 0.18rem;
    height: 0.18rem;
    background: url(../images/zhibo.png) no-repeat;
    background-size: 100% 100%;
  }
  .container .swiper-wrapper-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .swiper-wrapper-list .live-label {
    width: 4.66rem;
    height: 0.85rem;
  }
  .container .swiper-wrapper-list .live-label-img {
    width: 100%;
    height: 100%;
  }
  .container .swiper-wrapper-list .list {
    position: relative;
    max-width: 6.75rem;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .container .swiper-wrapper-list .list .l-arrow {
    position: absolute;
    top: 1.5rem;
  }
  .container .swiper-wrapper-list .list .l-arrow img {
    display: none;
    width: 0.3rem;
    height: 0.35rem;
  }
  .container .swiper-wrapper-list .list .l-arrow .swiper-button-prev:after {
    content: "" !important;
  }
  .container .swiper-wrapper-list .list .r-arrow {
    position: absolute;
    top: 1.5rem;
  }
  .container .swiper-wrapper-list .list .r-arrow img {
    display: none;
    width: 0.3rem;
    height: 0.35rem;
  }
  .container .swiper-wrapper-list .list .r-arrow .swiper-button-next:after {
    content: "" !important;
  }
  .container .swiper-wrapper-list .list .swiper-item {
    width: 1.85rem;
    background-color: #fff;
    padding-bottom: 0.1rem;
  }
  .container .swiper-wrapper-list .list .swiper-item .li-img img {
    width: 1.85rem;
    height: 1.39rem;
  }
  .container .swiper-wrapper-list .list .swiper-item .li-p {
    font-size: 0.12rem;
    padding: 0 0.16rem;
  }
  .container .swiper-wrapper-list .list .swiper-slide {
    width: 1.85rem !important;
    height: 3rem !important;
    margin-left: 0.35rem;
  }
  .footer {
    margin-top: 0.8rem;
    padding: 0.4rem 0;
    background-color: #4730ca;
  }
  .footer .fot {
    text-align: center;
  }
  .footer .fot div {
    font-size: 0.19rem;
    color: #fff;
    line-height: 0.4rem;
  }
  .footer .fot div a {
    color: #fff;
  }
  .footer .fot-app {
    text-align: center;
  }
  .footer .fot-app div {
    font-size: 0.32rem;
    color: #fff;
    line-height: 0.4rem;
  }
}

/*# sourceMappingURL=pc.css.map */
