/*PC端*/
/*M端*/
.container-fluid {
  padding-top: 0.6rem;
}
.b-lazy {
  background-size: cover;
  background-position: center;
}
.banner {
  height: 8.82rem;
  background: url("../../image/product/e1-e1pod/banner.jpg") 100% no-repeat;
  background-size: cover;
  font-family: "Kinetika-Bold";
  padding-top: 5.75rem;
  padding-left: 1.9rem;
}
.banner p {
  font-size: 0.3138rem;
  color: #ffffff;
  letter-spacing: 0.02rem;
}
@media (max-width: 750px) {
  .banner {
    height: 13.34rem;
    background-image: url("../../image/product/e1-e1pod/banner-m.jpg");
    padding-top: 3.5rem;
    padding-left: 0;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.45rem;
  }
  .banner p {
    letter-spacing: -0.01rem;
  }
}
.hot {
  height: calc(100vh - 0.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hot .hot-bg {
  position: absolute;
  width: 100%;
  height: 101%;
  z-index: 0;
  object-fit: cover;
  left: 0;
  top: 0;
}
.hot .hot-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 750px) {
  .hot .hot-box {
    flex-wrap: wrap;
  }
}
.hot .hot-item {
  width: 3.39rem;
  height: 4.11rem;
  padding-bottom: 0.72rem;
  margin-top: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 0.48rem;
}
@media (max-width: 750px) {
  .hot .hot-item {
    width: 2.99rem;
    height: 3.62rem;
    padding-bottom: 0.63rem;
    margin-top: -0.2rem;
    margin: 0 0.35rem;
  }
}
.hot .hot-item:nth-of-type(1) img {
  width: 1.29rem;
}
@media (max-width: 750px) {
  .hot .hot-item:nth-of-type(1) {
    margin: 0 2.1rem;
  }
  .hot .hot-item:nth-of-type(1) img {
    width: 1.15rem;
  }
}
.hot .hot-item:nth-of-type(2) img {
  width: 1.19rem;
}
@media (max-width: 750px) {
  .hot .hot-item:nth-of-type(2) img {
    width: 1.05rem;
  }
}
.hot .hot-item:nth-of-type(3) img {
  width: 1rem;
}
@media (max-width: 750px) {
  .hot .hot-item:nth-of-type(3) img {
    width: 0.9rem;
  }
}
@media (max-width: 750px) {
  .hot .hot-item:nth-of-type(4) {
    margin: 0 2.1rem;
  }
  .hot .hot-item:nth-of-type(4) img {
    width: 0.72rem;
  }
}
.hot .hot-item:nth-of-type(4) img {
  width: 0.79rem;
}
.hot .img-box {
  height: 1.43rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .hot .img-box {
    height: 1.27rem;
    margin-bottom: 0.12rem;
  }
}
.hot p {
  font-size: 0.3rem;
  color: #01316b;
  font-family: "Kinetika-Bold";
  text-align: center;
}
@media (max-width: 750px) {
  .hot p {
    font-size: 0.26rem;
    line-height: 0.33rem;
  }
}
.part1 {
  height: calc(100vh - 0.6rem);
  padding-top: 1.4rem;
  text-align: center;
  background-color: #000;
}
@media (max-width: 750px) {
  .part1 {
    height: calc(100vh - 1rem);
    padding-top: 1.15rem;
  }
}
.part1 .con {
  position: relative;
}
.part1 .con h3 {
  font-family: "Kinetika-Bold";
  font-size: 0.54rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
@media (max-width: 750px) {
  .part1 .con h3 {
    font-size: 0.6rem;
    line-height: 0.72rem;
    padding: 0 0.9rem;
  }
}
.part1 .con p {
  font-family: "Kinetika-Regular";
  font-size: 0.35rem;
  color: #fff;
}
@media (max-width: 750px) {
  .part1 .con p {
    font-size: 0.3rem;
    padding: 0 1.4rem;
  }
}
.part1 .con .pro-img {
  position: absolute;
  width: 10.44rem;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .part1 .con .pro-img {
    width: 2.24rem;
  }
}
.part2 {
  height: calc(100vh - 0.6rem);
  padding-top: 1.1rem;
  text-align: center;
}
@media (max-width: 750px) {
  .part2 {
    height: calc(100vh - 1rem);
    padding-top: 1.6rem;
  }
}
.part2 .con {
  position: relative;
}
.part2 .con h3 {
  font-family: "Kinetika-Bold";
  font-size: 0.54rem;
  color: #01316b;
  margin-bottom: 0.2rem;
}
@media (max-width: 750px) {
  .part2 .con h3 {
    font-size: 0.6rem;
    padding: 0 1.9rem;
  }
}
.part2 .con p {
  font-family: "Kinetika-Regular";
  font-size: 0.35rem;
  color: #01316b;
}
@media (max-width: 750px) {
  .part2 .con p {
    font-size: 0.3rem;
    padding: 0 1.5rem;
  }
}
.part2 .pro-box {
  margin-top: 0.5rem;
  position: relative;
}
@media (max-width: 750px) {
  .part2 .pro-box {
    margin-top: 2.15rem;
  }
}
.part2 .pro-box .pro-img {
  width: 0.99rem;
  margin: 0 1.9rem;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.495rem;
}
.part3 {
  height: calc(100vh - 0.6rem);
  position: relative;
  overflow: hidden;
  padding-top: 4.9rem;
}
@media (max-width: 750px) {
  .part3 {
    height: calc(100vh - 1rem);
    padding-top: 1.15rem;
  }
}
.part3 .bg {
  position: absolute;
  width: 100%;
  height: 101%;
  left: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
}
.part3 .con {
  padding-left: 1.65rem;
  position: relative;
}
.part3 .con h3 {
  font-family: "Kinetika-Bold";
  font-size: 0.54rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
  line-height: 0.6rem;
}
.part3 .con p {
  font-family: "Kinetika-Regular";
  font-size: 0.35rem;
  color: #ffffff;
  line-height: 0.42rem;
  width: 7.88rem;
}
@media (max-width: 750px) {
  .part3 .con {
    padding-left: 0;
    text-align: center;
  }
  .part3 .con h3 {
    font-size: 0.6rem;
    line-height: 0.7rem;
  }
  .part3 .con p {
    width: 100%;
    font-size: 0.3rem;
    padding: 0 0.5rem;
  }
}
.part4 {
  height: 9rem;
  padding-top: 0.96rem;
  background-color: #fff;
}
@media (max-width: 750px) {
  .part4 {
    height: 13.34rem;
  }
}
.part4 .con {
  width: 15.4rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .part4 .con {
    width: 100%;
    flex-direction: column;
    height: 11.5rem;
  }
}
.part4 .con-left,
.part4 .con-right {
  width: 7.15rem;
  height: 7.25rem;
  border-radius: 0.35rem;
  background-color: #f3f3f3;
  position: relative;
}
@media (max-width: 750px) {
  .part4 .con-left,
  .part4 .con-right {
    width: 100%;
    height: 5.5rem;
    border-radius: 0;
  }
}
.part4 .con-left .name,
.part4 .con-right .name {
  font-size: 0.3rem;
  color: #01316b;
  font-family: "Kinetika-Bold";
  position: absolute;
  top: 0.2rem;
  left: 0.32rem;
}
@media (max-width: 750px) {
  .part4 .con-left .name,
  .part4 .con-right .name {
    font-size: 0.24rem;
    top: 0.32rem;
  }
}
.part4 .con-left {
  padding-top: 1.32rem;
}
@media (max-width: 750px) {
  .part4 .con-left {
    padding-top: 0.88rem;
  }
}
.part4 .con-left .left-swiper {
  width: 6.65rem;
  height: 5.75rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .part4 .con-left .left-swiper {
    width: 6.6rem;
    height: 4.45rem;
  }
}
.part4 .con-left .swiper-slide {
  width: 0.79rem;
  margin: 0 0.64rem;
}
@media (max-width: 750px) {
  .part4 .con-left .swiper-slide {
    width: 0.67rem;
    margin: 0 0.65rem;
  }
}
.part4 .con-left .swiper-slide img {
  width: 100%;
}
.part4 .con-left .swiper-slide p {
  font-family: "Kinetika-Regular";
  font-size: 0.24rem;
  color: #464646;
  line-height: 0.3rem;
  margin-top: 0.15rem;
  text-align: center;
}
@media (max-width: 750px) {
  .part4 .con-left .swiper-slide p {
    font-size: 0.19rem;
    line-height: 0.24rem;
  }
}
.part4 .con-left .left-swiper-button-next {
  position: absolute;
  font-size: 0.6rem;
  color: #c4c4c4;
  bottom: 0;
  right: 0;
  display: inline-block;
  cursor: pointer;
}
.part4 .con-right {
  padding-top: 0.9rem;
}
@media (max-width: 750px) {
  .part4 .con-right {
    padding-top: 0.6rem;
  }
}
.part4 .con-right .right-swiper {
  width: 6.42rem;
  height: 6.14rem;
  margin: 0 auto;
  padding-bottom: 0.3rem;
}
@media (max-width: 750px) {
  .part4 .con-right .right-swiper {
    height: 4.75rem;
  }
}
.part4 .con-right .swiper-slide {
  display: grid;
  grid-template-columns: repeat(2, 2.52rem);
  grid-template-rows: repeat(2, 2.7rem);
  justify-content: space-around;
  align-content: space-between;
}
@media (max-width: 750px) {
  .part4 .con-right .swiper-slide {
    grid-template-columns: repeat(2, 2.02rem);
    grid-template-rows: repeat(2, 2.18rem);
  }
}
.part4 .con-right .pro-item {
  width: 2.52rem;
}
@media (max-width: 750px) {
  .part4 .con-right .pro-item {
    width: 2.02rem;
  }
}
.part4 .con-right .pro-item img {
  width: 100%;
}
.part4 .con-right .pro-item p {
  font-family: "Kinetika-Regular";
  font-size: 0.24rem;
  color: #464646;
  line-height: 0.3rem;
  margin-top: 0.1rem;
  text-align: center;
}
@media (max-width: 750px) {
  .part4 .con-right .pro-item p {
    font-size: 0.19rem;
    line-height: 0.24rem;
  }
}
.part4 .con-right .right-swiper-button-next {
  position: absolute;
  font-size: 0.6rem;
  color: #c4c4c4;
  bottom: 0;
  right: 0;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
}
.part5 {
  height: 9rem;
  background-color: #fff;
  padding-top: 1.2rem;
}
@media (max-width: 750px) {
  .part5 {
    height: 13.34rem;
    padding-top: 0.5rem;
  }
}
.part5 h3 {
  font-family: "Kinetika-Bold";
  font-size: 0.54rem;
  color: #01316b;
  margin-bottom: 3.4rem;
  text-align: center;
}
@media (max-width: 750px) {
  .part5 h3 {
    margin-bottom: 0.15rem;
    font-size: 0.6rem;
    text-align: left;
  }
}
.part5 .con {
  display: flex;
  justify-content: space-between;
  width: 15.2rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .part5 .con {
    width: 100%;
    flex-direction: column;
    padding: 0 0.55rem 0 0.6rem;
  }
}
.part5 .con-box {
  border-radius: 0.35rem;
  overflow: hidden;
}
@media (max-width: 750px) {
  .part5 .con-box {
    position: relative;
  }
}
.part5 .con-box .img-box {
  height: calc(100% - 0.84rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .part5 .con-box .img-box {
    height: 100%;
  }
}
.part5 .con-box p {
  text-align: center;
  font-family: "Kinetika-Regular";
  height: 0.86rem;
  font-size: 0.24rem;
  line-height: 0.86rem;
  color: #fff;
}
@media (max-width: 750px) {
  .part5 .con-box p {
    height: 100%;
    position: absolute;
    width: 0.8rem;
    right: 0;
    bottom: 0;
    line-height: 0.8rem;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
}
@media (max-width: 750px) {
  .part5 .con-left {
    margin: 0.4rem 0;
  }
}
.part5 .con-left .con-box {
  width: 4.78rem;
  height: 6.5rem;
}
@media (max-width: 750px) {
  .part5 .con-left .con-box {
    width: 6.28rem;
    height: 4.68rem;
  }
}
.part5 .con-left img {
  width: 1.14rem;
  margin-left: 0.3rem;
}
@media (max-width: 750px) {
  .part5 .con-left img {
    width: 1.16rem;
  }
}
.part5 .con-right .con-box {
  width: 4.64rem;
  height: 6.55rem;
}
@media (max-width: 750px) {
  .part5 .con-right .con-box {
    width: 6.26rem;
    height: 4.62rem;
  }
}
.part5 .con-right img {
  width: 1.18rem;
  margin-left: 0.3rem;
}
@media (max-width: 750px) {
  .part5 .con-right img {
    width: 1.23rem;
  }
}
.part5 .msg {
  font-size: 0.35rem;
  color: #01316b;
  line-height: 0.7815rem;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .part5 .msg {
    font-size: 0.3rem;
    line-height: 0.36rem;
  }
}
.part5 .msg span {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #01316b;
  margin-right: 0.1rem;
}
.part6 {
  height: 10.7rem;
  padding-top: 1.1rem;
  padding-left: 1.65rem;
}
@media (max-width: 750px) {
  .part6 {
    height: 13.34rem;
    padding-top: 1.3rem;
    padding-left: 0.9rem;
  }
}
.part6 h3 {
  font-size: 0.54rem;
  margin-bottom: 0.55rem;
  color: #01316b;
  font-family: "Kinetika-Bold";
}
@media (max-width: 750px) {
  .part6 h3 {
    font-size: 0.6rem;
  }
}
.part6 .con-box {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #01316b;
  display: flex;
}
@media (max-width: 750px) {
  .part6 .con-box {
    flex-direction: column;
  }
}
.part6 .con-box h4 {
  font-family: "Kinetika-Bold";
}
.part6 .con-box .con-left {
  margin-right: 1.08rem;
}
@media (max-width: 750px) {
  .part6 .con-box .con-left {
    margin-bottom: 0.3rem;
    margin-right: 0;
  }
}
