/* banner start */

.banner {
  background-image: url("../imgs/cancel_banner.png");
}

.banner .layout form .layui-form-item {
  margin: 15px 0;
}

.banner .layout form .layui-form-label {
  padding: 9px 0px 9px 20px;
  width: 90px;
}

.banner .layout .advisory {
  bottom: 40px;
  left: -200px;
}

/* banner end */

/* mod-1 start */

.mod-1 {
  background-color: #fff;
  height: 660px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-1 .item {
  text-align: center;
  margin-top: 40px;
  position: relative;
}

.mod-1 .item::after {
  content: "";
  position: absolute;
  border-left: 1px dashed #ff6e05;
  top: 0;
  right: -46px;
  height: 320px;
}

.mod-1 .item:last-child::after {
  border-left: none;
}

.mod-1 .item img {
  width: 230px;
  height: 220px;
}

.mod-1 .item h5 {
  color: #ff7e19;
  font-size: 22px;
  line-height: 50px;
  margin-top: 20px;
}

.mod-1 .item p {
  color: #666;
  font-size: 16px;
  line-height: 32px;
}

.mod-1 .item a {
  background-color: #fc7657;
  color: #fff;
  width: 160px;
  height: 32px;
  line-height: 32px;
  border-radius: 26px;
  display: inline-block;
  margin-top: 10px;
}

/* 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-image: url("../imgs/cancel_mod_3_bg.png");
  height: 570px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-3 .tips {
  color: #999;
  font-size: 20px;
  text-align: center;
  margin: 40px 0;
}

.mod-3 .item {
  text-align: center;
  margin-top: 40px;
  position: relative;
}

.mod-3 .item::after {
  content: "";
  position: absolute;
  border-top: 1px dashed #ff6e05;
  top: 74px;
  right: -175px;
  width: 175px;
}

.mod-3 .item:last-child::after {
  border-top: none;
}

.mod-3 .item img {
  width: 100px;
  height: 100px;
}

.mod-3 .item h5 {
  color: #ff7e19;
  font-size: 22px;
  line-height: 40px;
  margin-top: 10px;
  font-weight: 700;
}

.mod-3 .item p {
  color: #666;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.mod-3 a {
  background-color: #fc7657;
  color: #fff;
  width: 160px;
  height: 32px;
  line-height: 32px;
  border-radius: 26px;
  display: inline-block;
}

/* mod-3 end */

/* mod-4 start */

.mod-4 {
  background-image: url("../imgs/cancel_mod_4_bg.png");
  height: 600px;
  padding-top: 40px;
  box-sizing: border-box;
}

.mod-4 .swiper-container {
  width: 100%;
  height: 360px;
  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 */
