/* banner start */

.banner {
  background-image: url("../imgs/school_banner.png");
}

.banner .layui-sele-btn .layui-form-radio {
  width: 63px;
}

.banner .layui-form-radio * {
  font-size: 12px;
}

.banner .layout .advisory {
  bottom: 33px;
  left: 446px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.banner .layout .advisory:hover {
  color: #5e71ff;
  background-color: #fff;
}

/* banner end */

/* mod-1 start */

.mod-1 {
  background-image: url("../imgs/account_mod_bg.png");
  height: 680px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-1 .layout {
  border: 1px dashed #ff801b;
  margin-top: 30px;
}

.mod-1 .item {
  padding: 10px 0;
  color: #333;
}

.mod-1 .item:nth-child(odd) {
  background-color: #f5f5f5;
}

.mod-1 .item:nth-child(even) {
  background-color: #fff;
}

.mod-1 .item span {
  width: 22px;
  height: 22px;
  background-color: #ff801b;
  border-radius: 50%;
  line-height: 22px;
  display: inline-block;
  margin: 0 20px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.mod-1 .item div {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 16px;
  align-items: center;
  height: 40px;
}

.mod-1 .item div p {
  width: 100%;
}

.mod-1 .item .tips {
  color: #999;
  font-size: 12px;
}

/* mod-1 end */

/* mod-2 start */

.mod-2 {
  background-image: url("../imgs/index_mod_2_bg.png");
  height: 770px;
}

.mod-2 .layout {
  position: relative;
}

.mod-2 .layout .tel {
  position: absolute;
  bottom: 104px;
  right: 336px;
  font-size: 20px;
  color: #fff;
}

.mod-2 img {
  margin-top: 64px;
}

/* mod-2 end */

/* mod-3 start */

.mod-3 {
  background-color: #f9fafe;
  height: 412px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-3 .item {
  margin-top: 40px;
  width: 224px;
  height: 164px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  color: #999;
  font-size: 16px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}

.mod-3 .item img {
  width: 54px;
  height: 54px;
  margin: 40px 0 18px;
}

/* mod-3 end */

/* mod-4 start */


.mod-4 {
  background-image: url("../imgs/school_mod_4_bg.png");
  height: 516px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-4 .swiper-container {
  width: 100%;
  height: 280px;
  margin-top: 50px;
}

.mod-4 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  transform: scale(0.8);
}

.mod-4 .swiper-slide img {
  width: 100%;
}

.mod-4 .swiper-slide-active,
.mod-4 .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 10;
}

/* mod-4 end */

/* mod-5 start */

.mod-5 {
  background-color: #f9fafe;
  height: 740px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-5 .item {
  width: 375px;
  height: 460px;
  margin-top: 35px;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(238, 238, 238, 1);
  padding: 7px;
  box-sizing: border-box;
}

.mod-5 .item img {
  width: 360px;
  height: 240px;
}

.mod-5 .item h3 {
  line-height: 145px;
  font-size: 22px;
  color: #333;
  font-weight: 700;
}

.mod-5 .item a {
  width: 152px;
  height: 40px;
  line-height: 40px;
  background-color: #5e71ff;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
}

/* mod-5 end */
