html,
body {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
}
div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.head {
  min-width: 1200px;
  height: 7.25rem;
  position: relative;
  display: flex;
  justify-content: center;
  background-image: url('../assets/school-head.png');
}
.head .title {
  position: absolute;
  top: 1.3rem;
  width: 7.37rem;
  height: 3.78rem;
  background-image: url('../assets/school-head-title.png');
}
.head .count {
  width: 100%;
  height: fit-content;
  position: absolute;
  bottom: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .count .eye {
  width: 0.3rem;
  height: 0.2rem;
  background-image: url('../assets/index-view.png');
}
.head .count .num {
  font-size: 18px;
  margin-left: 0.1rem;
}
.main {
  background: linear-gradient(0deg, #004EFF, #42C7FF);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 1200px;
}
.main .content-title {
  width: 100%;
  height: 0.66rem;
  background-color: #2790FF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.main .content {
  width: 1200px;
  margin-top: 38px;
}
.main .content a {
  text-decoration: none;
}
.main .content .contentItem {
  margin-top: 0.38rem;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
}
.main .content .contentItem img {
  height: 0.38rem;
  width: 100%;
}
.main .content .contentItem .schooInfo {
  width: 100%;
  display: flex;
  margin-top: 0.2rem;
  align-items: center;
  justify-content: center;
}
.main .content .contentItem .schooInfo .schoolImg {
  width: 6.3rem;
  height: 3.5rem;
}
.main .content .contentItem .schooInfo .schoolImg img {
  width: 100%;
  height: 100%;
}
.main .content .contentItem .schooInfo .schoolImg #map-container,
.main .content .contentItem .schooInfo .schoolImg .jx-school-video {
  width: 100%;
  height: 100%;
}
.main .content .contentItem .schooInfo .jcsp {
  width: 7.3rem;
  height: 4.1rem;
}
.main .content .contentItem .schooInfo .schoolDesc {
  flex: 1;
  background-image: url('../assets/school-detail-bg.png');
  height: 3.2rem;
  position: relative;
}
.main .content .contentItem .schooInfo .schoolDesc .desc {
  padding: 0.6rem 0.3rem 0rem 0.3rem;
  display: flex;
  flex-direction: column;
}
.main .content .contentItem .schooInfo .schoolDesc .desc span:nth-child(1) {
  font-size: 0.16rem;
  font-family: PingFang SC;
  font-weight: 300;
  color: #000000;
}
.main .content .contentItem .schooInfo .schoolDesc .desc span:nth-child(2),
.main .content .contentItem .schooInfo .schoolDesc .desc .nav-btn {
  bottom: 0.3rem;
  right: 0.2rem;
  position: absolute;
  font-size: 0.16rem;
  font-family: PingFang SC;
  font-weight: 400;
  text-align: right;
}
.main .content .contentItem .schooInfo .schoolDesc .desc span:nth-child(2) a,
.main .content .contentItem .schooInfo .schoolDesc .desc .nav-btn a {
  color: black;
  text-decoration: none;
}
.main .content .contentItem .schooInfo .schoolDesc .desc .address {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-weight: 300;
}
.main .content .contentItem .schooInfo .schoolDesc .desc .address .nav-icon {
  background-image: url(../assets/location.png);
  background-repeat: no-repeat;
  width: 0.16rem;
  height: 0.22rem;
  margin-right: 0.2rem;
}
.main .content .contentItem .schooInfo .schoolDesc .desc .nav {
  width: 100%;
  margin-top: 0.3rem;
}
.main .content .contentItem .schooInfo .schoolDesc .desc .nav .nav-btn {
  background-image: url(../assets/yjdh-btn.png);
  width: 1.54rem;
  height: 0.48rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: right;
}
.main .content .contentItem .schooInfo .schoolDesc .icon {
  position: absolute;
  width: 0.15rem;
  height: 0.15rem;
  right: 0.06rem;
  bottom: 0.06rem;
  background-image: url('../assets/index-more.png');
}
.main .content .contentItem .gzxx {
  background-image: url('../assets/school-gzxx-bg.png');
  width: 6.3rem;
  padding: 0.4rem 0.52rem 0rem 0.52rem;
}
.main .content .contentItem .gzxx .left {
  display: flex;
  flex-direction: column;
}
.main .content .contentItem .gzxx .left img {
  width: 2.1rem;
  height: 2.1rem;
}
.main .content .contentItem .gzxx .left .tip {
  width: 1.82rem;
  height: 0.23rem;
  margin-top: 0.2rem;
  margin-bottom: 0.32rem;
  background-image: url('../assets/school-gzxx-tip.png');
}
.main .content .contentItem .gzxx .right {
  margin-left: 0.3rem;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  width: 100%;
  height: 2.85rem;
  position: relative;
}
.main .content .contentItem .gzxx .right .phone {
  margin-top: 0.53rem;
  line-height: 0.43rem;
}
.main .content .contentItem .gzxx .right .call-btn {
  position: absolute;
  float: right;
  width: 1.54rem;
  height: 0.48rem;
  bottom: 0.26rem;
  right: 0rem;
  background-image: url('../assets/school-gzxx-call.png');
}
.main .foot {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 3.9rem;
  background-image: url('../assets/school-foot.png');
}
