.provider-list > li {
  position: relative;
  margin-top: 10vw;
  border-radius: 6vw;
  overflow: hidden;
  height: 60vw;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
}
.provider-list > li figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.provider-list > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.provider-list > li figure:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 10, 1, 0.3);
  z-index: 1;
}
.provider-list .title {
  font-size: 6vw;
}
.provider-list .desc {
  margin-top: 5vw;
  font-size: 4vw;
  line-height: 1.3;
  font-weight: 300;
  text-align: center;
}
.provider-list .desc pre {
  line-height: 2;
}
.provider-list .check-list > li {
  color: #fff;
  font-size: 4vw;
  font-weight: 300;
}
.provider-list .check-list > li:before {
  display: none;
}
.doers-list {
  display: flex;
  flex-wrap: wrap;
}
.doers-list > li {
  margin-top: 10vw;
  width: 50%;
  text-align: center;
}
.doers-list .icon {
  font-size: 10vw;
  font-family: "iconfont";
}
.doers-list .total {
  margin: 4vw 0 2vw;
  font-size: 6vw;
}
.doers-list .title {
  font-size: 4vw;
  color: rgba(0, 23, 41, 0.5);
}
.intro-swiper-wrap {
  margin-right: -20px;
  overflow: auto;
  padding: 10vw 0 10px;
}
.intro-swiper-wrap .intro-swiper-list {
  display: flex;
}
.intro-swiper-wrap .intro-swiper-list > li {
  position: relative;
  flex-shrink: 0;
  width: 85vw;
  margin-right: 5%;
  height: 50vw;
  border-radius: 5vw;
  overflow: hidden;
  font-size: 4vw;
  line-height: 1.5;
}
.intro-swiper-wrap .intro-swiper-list > li > figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.intro-swiper-wrap .intro-swiper-list > li > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-swiper-wrap .intro-swiper-list > li .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  color: #fff;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
}
.copyright .module {
  padding: 20px 20px;
}
.copyright .module .wrapper > header {
  text-align: left;
}
.copyright .module .wrapper > header .desc {
  margin: 0;
}
.copyright .contact-flexbox {
  margin-top: 100px;
}
