body {
  background-color: #f5f5f5;
}
#shcool-surroundings {
  box-sizing: border-box;
}
#shcool-surroundings .school-title {
  width: 100%;
  height: 10rem;
  display: flex;
  background-image: url('../images/bg.jpg');
}
#shcool-surroundings .school-title .img {
  width: 10rem;
  height: 100%;
  display: flex;
}
#shcool-surroundings .school-title .img img {
  width: 8rem;
  margin: auto;
  border-radius: 50%;
}
#shcool-surroundings .school-title .wrap1 {
  width: 12.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#shcool-surroundings .school-title .wrap1 img {
  width: 1rem;
  height: .95rem;
}
#shcool-surroundings .school-title .wrap1 p {
  margin: .5rem 0;
  color: #fff;
}
#shcool-surroundings .school-title .wrap2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#shcool-surroundings .school-title .wrap2 p {
  margin: .5rem 0;
  color: #fff;
}
#shcool-surroundings .nav-wrap {
  margin: 1.2rem 0;
  background-color: #fff;
  padding: 0 1.2rem;
}
#shcool-surroundings .nav-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem 0;
}
#shcool-surroundings .nav-wrap ul li {
  width: 6.8rem;
  height: 2.5rem;
  background-color: #f0f0f0;
  border-radius: 0.3rem;
  margin-bottom: 1.2rem;
}
#shcool-surroundings .nav-wrap ul li:nth-of-type(n+4) {
  margin-bottom: 0;
}
#shcool-surroundings .nav-wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.1rem;
}
#shcool-surroundings .nav-wrap ul .active {
  background-color: #efb02a;
  color: #fff;
}
#shcool-surroundings .school-photo {
  box-sizing: border-box;
  padding: 1rem 1.2rem;
  background-color: #fff;
}
#shcool-surroundings .school-photo .title {
  padding-bottom: .2rem;
  padding-left: .8rem;
  border-bottom: .1rem solid #f24b4b;
  position: relative;
}
#shcool-surroundings .school-photo .title::before {
  content: "";
  display: block;
  width: .4rem;
  height: 2.5rem;
  background-color: #f24b4b;
  position: absolute;
  top: 0;
  left: 0;
}
#shcool-surroundings .school-photo .title p {
  line-height: 1.6rem;
}
#shcool-surroundings .school-photo .title p:nth-of-type(1) {
  font-size: 1.4rem;
  color: #343434;
  line-height: 1.2rem;
}
#shcool-surroundings .school-photo .photo-title {
  margin-top: 1.4rem;
}
#shcool-surroundings .school-photo .photo-title ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#shcool-surroundings .school-photo .photo-title ul li {
  width: 25%;
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  border-right: .01rem solid #e6e6e6;
}
#shcool-surroundings .school-photo .photo-title ul li:last-of-type {
  border-right: none;
}
#shcool-surroundings .school-photo .photo-title ul a {
  padding-bottom: .4rem;
}
#shcool-surroundings .school-photo .photo-title ul .active a {
  border-bottom: .2rem solid #eb361d;
  color: #eb361d;
}
#shcool-surroundings .school-photo .photo-wrap {
  width: 148rem;
  display: flex;
  transition: all 0.3s ease-out;
}
#shcool-surroundings .school-photo .s-body {
  width: 29.6rem;
}
#shcool-surroundings .school-photo .s-body .my-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.3rem;
}
#shcool-surroundings .school-photo .s-body .my-gallery figcaption {
  display: none;
}
#shcool-surroundings .school-photo .s-body .my-gallery figure {
  width: 48%;
  height: 9.4rem;
  margin-bottom: .8rem;
}
#shcool-surroundings .school-photo .s-body .my-gallery a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  margin-bottom: 1.2rem;
  overflow: hidden;
  position: relative;
}
#shcool-surroundings .school-photo .s-body .my-gallery a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  color: #fff;
  font-size: 1.1rem;
  background-color: rgba(0, 0, 0, 0.5);
}
#shcool-surroundings .school-photo .s-body ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.3rem;
}
#shcool-surroundings .school-photo .s-body ul li {
  width: 48%;
  height: 10rem;
  position: relative;
  background-color: #ccc;
  margin-bottom: 1.2rem;
}
#shcool-surroundings .school-photo .s-body ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#shcool-surroundings .school-photo .s-body ul li .img img {
  width: 100%;
  height: 100%;
}
#shcool-surroundings .school-photo .s-body ul li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  color: #fff;
  font-size: 1.1rem;
  background-color: rgba(0, 0, 0, 0.5);
}
#shcool-surroundings .school-photo .s-body button {
  display: block;
  width: 12.9rem;
  height: 3rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1rem;
  background-color: #f24b4b;
  border-radius: .3rem;
  box-shadow: 0 0.18rem 0.4rem rgba(242, 75, 75, 0.5);
}
#shcool-surroundings .apply {
  background-color: #fff;
  margin-top: 1.2rem;
  box-sizing: border-box;
  padding: 1rem 1.2rem;
}
#shcool-surroundings .apply .title {
  padding-bottom: .2rem;
  padding-left: .8rem;
  border-bottom: .1rem solid #efb02a;
  position: relative;
}
#shcool-surroundings .apply .title::before {
  content: "";
  display: block;
  width: .4rem;
  height: 2.5rem;
  background-color: #efb02a;
  position: absolute;
  top: 0;
  left: 0;
}
#shcool-surroundings .apply .title p {
  line-height: 1.6rem;
}
#shcool-surroundings .apply .title p:nth-of-type(1) {
  font-size: 1.4rem;
  color: #343434;
  line-height: 1.2rem;
}
#shcool-surroundings .apply .a-body {
  padding: 1.45rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#shcool-surroundings .apply .a-body .form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#shcool-surroundings .apply .a-body .form form > div {
  width: 21rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
#shcool-surroundings .apply .a-body .form form > div p {
  display: inline-block;
  width: 5.6rem;
  font-size: 1.1rem;
}
#shcool-surroundings .apply .a-body .form form > div input,
#shcool-surroundings .apply .a-body .form form > div select {
  width: 14.5rem;
  height: 2rem;
  box-sizing: border-box;
  padding-left: .8rem;
  border: .1rem solid #efb02a;
  background-color: #fff;
  font-size: .9rem;
}
#shcool-surroundings .apply .a-body .form form > div select {
  color: #999;
}
#shcool-surroundings .apply .a-body .form form > div .img {
  position: absolute;
  top: 50%;
  right: 1.65rem;
  transform: translateY(-50%);
}
#shcool-surroundings .apply .a-body .form form > div .img img {
  width: .9rem;
  height: .5rem;
}
#shcool-surroundings .apply .a-body button {
  width: 12.9rem;
  height: 3rem;
  margin-top: .5rem;
  color: #fff;
  font-size: 1.1rem;
  border-radius: .3rem;
  background-color: #efb02a;
  box-shadow: 0 0.18rem 0.4rem rgba(239, 176, 42, 0.5);
}
