#bus-package {
  padding-bottom: 3rem;
  max-width: 100vw;
  overflow: hidden;
}
#bus-package .e-img-h {
  display: block;
  width: auto;
  height: 100%;
}
#bus-package .e-img-w {
  display: block;
  width: 100%;
  height: auto;
}
#bus-package .section_title_wrap {
  position: relative;
  z-index: 0;
}
#bus-package .section_title_wrap .title_cn {
  position: relative;
  font-size: 3rem;
  color: #00a0e8;
  z-index: 1;
  font-weight: 700;
}
#bus-package .section_title_wrap .title_en {
  position: relative;
  font-size: 1.875rem;
  color: #999999;
  z-index: 1;
}
#bus-package .section_title_wrap .title_img_index {
  position: absolute;
  left: -4.75rem;
  top: -4.25rem;
  height: 7.375rem;
}
#bus-package .package-section-1 {
  margin-top: 8rem;
}
#bus-package .package-section-1 .content {
  display: flex;
  align-items: center;
}
#bus-package .package-section-1 .content .lb {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#bus-package .package-section-1 .content .lb .intro {
  color: #999999;
  font-size: 1rem;
  text-align: justify;
  line-height: 1.875rem;
}
#bus-package .package-section-1 .content .lb .intro .height-light {
  color: #00a0e8;
}
#bus-package .package-section-1 .content .lb .learn-more {
  margin-top: 1rem;
  align-self: flex-end;
  width: 10rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00a0e8;
  color: #ffffff;
  font-size: 1.25rem;
  border-radius: 1.5rem;
  cursor: pointer;
}
#bus-package .package-section-1 .content .rb {
  margin-left: 2rem;
  flex-shrink: 0;
  width: 35rem;
}
#bus-package .package-section-2 {
  margin-top: 10rem;
}
#bus-package .package-section-2 .list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}
#bus-package .package-section-2 .list .item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 82%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#bus-package .package-section-2 .list .item:hover .content {
  transform: translateY(0);
}
#bus-package .package-section-2 .list .item:hover .content .title {
  background-color: transparent;
}
#bus-package .package-section-2 .list .item .ratio-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#bus-package .package-section-2 .list .item .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 160, 232, 0.8);
  transform: translateY(calc(100% - 4rem));
  transition: all 0.5s;
}
#bus-package .package-section-2 .list .item .content .title {
  width: 100%;
  height: 4rem;
  text-align: center;
  background-color: #00a0e8;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bus-package .package-section-2 .list .item .content .title span {
  color: #ffffff;
  font-size: 1.9375rem;
}
#bus-package .package-section-2 .list .item .content .intro {
  padding: 0 1.5rem;
  line-height: 1.5rem;
}
#bus-package .package-section-2 .list .item .content .intro span {
  color: #ffffff;
  font-size: 0.875rem;
}
#bus-package .package-section-3 {
  margin-top: 10rem;
  background-image: url(https://cdn.gdskfz.com/skfz/images/business/package/bg-2.png);
  background-repeat: no-repeat;
  background-position: left 3rem;
  background-size: 35.25rem auto;
  position: relative;
}
#bus-package .package-section-3 .container {
  position: relative;
}
#bus-package .package-section-3 .content {
  margin-top: 5rem;
  display: flex;
  align-items: center;
}
#bus-package .package-section-3 .content .left {
  flex-shrink: 0;
  width: 41.5rem;
}
#bus-package .package-section-3 .content .right {
  flex: 1;
  margin-left: 3rem;
}
#bus-package .package-section-3 .content .right .title {
  font-size: 2.25rem;
  color: #00a0e8;
  font-weight: 700;
}
#bus-package .package-section-3 .content .right .intro {
  margin-top: 2rem;
  color: #999999;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
}
#bus-package .package-section-3 .img {
  position: absolute;
  width: 34rem;
  right: 0;
  top: -6rem;
}
#bus-package .package-section-4 {
  margin-top: 10rem;
  background-image: url(https://cdn.gdskfz.com/skfz/images/business/package/bg-4.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  padding: 3.5rem 0 7.5rem;
}
#bus-package .package-section-4 .title {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
}
#bus-package .package-section-4 .intro {
  width: 90%;
  margin: 2rem auto 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
}
#bus-package .package-section-4 .no-data {
  margin-top: 3rem;
  font-size: 1.5rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bus-package .package-section-4 .swiper-wrap {
  margin-top: 3rem;
  position: relative;
}
#bus-package .package-section-4 .swiper-wrap #PackageTechnologySwiper {
  width: 100%;
  overflow: hidden;
}
#bus-package .package-section-4 .swiper-wrap #PackageTechnologySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bus-package .package-section-4 .swiper-wrap #PackageTechnologySwiper .swiper-slide .swiper-slide-img {
  display: block;
  width: 13rem;
}
#bus-package .package-section-4 .swiper-wrap .package-technology-left-arrow {
  position: absolute;
  left: -5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}
#bus-package .package-section-4 .swiper-wrap .package-technology-right-arrow {
  position: absolute;
  right: -5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}
#bus-package .package-section-5 {
  margin-top: 10rem;
  padding-bottom: 5.5rem;
  background-image: url(https://cdn.gdskfz.com/skfz/images/business/package/bg-3.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 35.25rem auto;
  position: relative;
}
#bus-package .package-section-5 .content {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 5rem;
}
#bus-package .package-section-5 .content .bb {
  display: flex;
  align-items: center;
  gap: 4rem;
}
#bus-package .package-section-5 .content .bb .desc1 {
  width: 90%;
  font-size: 1rem;
  color: #999999;
  line-height: 1.875rem;
  text-align: justify;
}
#bus-package .package-section-5 .content .bb .desc2 {
  margin: 3rem 0;
  width: 90%;
  font-size: 1rem;
  color: #999999;
  line-height: 1.875rem;
  background-color: rgba(192, 235, 255, 0.2);
  padding: 3rem 1.5rem;
  text-align: justify;
}
#bus-package .package-section-5 .content .bb .img-wrap {
  position: relative;
}
#bus-package .package-section-5 .content .bb .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
#bus-package .package-section-5 .content .bb .img-wrap .img-title {
  position: absolute;
  background-color: #01a0e8;
  color: #ffffff;
  font-size: 1.625rem;
  left: 0;
  bottom: 0;
  padding: 0.25rem;
  width: 16.5rem;
  text-align: center;
}
#bus-package .package-section-5 .content .bb .left {
  flex-shrink: 0;
  width: 45%;
}
#bus-package .package-section-5 .content .bb .right {
  flex: 1;
}
#bus-package .package-section-5 .content .bb .right .img-wrap:nth-child(1) {
  margin-bottom: 3rem;
}
#bus-package .package-section-5 .content .bb .right .img-wrap:nth-child(1) .img-title {
  left: auto;
  right: 0;
}
#bus-package .package-section-5 .icon1 {
  position: absolute;
  width: 6.25rem;
  top: 1.5rem;
  left: -3rem;
}
#bus-package .package-section-5 .icon2 {
  position: absolute;
  width: 6.25rem;
  bottom: -1.5rem;
  right: 3rem;
}
