.ProductFeaturesList1Wrap {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #f4f9ff 0%, #eef6ff 100%);
}
.ProductFeaturesList1 {
  height: 600px;
  width: 1440px;
  margin: 0 auto 0;
  /*padding: ;*/
  padding: 63px 160px 0;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.ProductFeaturesList1 .leftBox {
  margin-top: 45px;
}
.ProductFeaturesList1 .leftBox h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  color: #232323;
}
.ProductFeaturesList1 .leftBox p {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-top: 24px;
  color: #232323;
  width: 660px;
}
.ProductFeaturesList1 .leftBox a {
  display: block;
  width: 237px;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  margin: 0;
  margin-top: 32px;
}
.ProductFeaturesList1 .leftBox a i {
  margin-left: 8px;
  font-weight: 700;
}
.ProductFeaturesList1 .rightBox {
  width: 404px;
  height: 474px;
  box-sizing: border-box;
  /* padding: 39px 44px ; */
  margin-right: 0 !important;
}
.ProductFeaturesList1 .flexBoxList {
  margin-bottom: 32px;
  height: 70px;
  display: flex;
  justify-content: space-between;
}
.ProductFeaturesList1 .imgList {
  flex: 1;
  position: relative;
}
.ProductFeaturesList1 .showImg {
  position: absolute;
  transition: all 0.2s linear;
  z-index: 1;
  display: block;
  width: 86px;
  height: 70px;
  cursor: pointer;
}
.ProductFeaturesList1 .showImg2 {
  opacity: 0;
  transform-origin: center center;
}
.ProductFeaturesList1 .imgList:hover .showImg1 {
  opacity: 0;
}
.ProductFeaturesList1 .imgList:hover .showImg2 {
  opacity: 1;
  transform: scale(1.2);
}
.ProductFeaturesList1 .solid1 {
  position: absolute;
  transition: all 0.2s linear;
  width: 144px;
  height: 4px;
  left: 77px;
  top: 33px;
  opacity: 0;
}

.ProductFeaturesList2 {
  box-sizing: border-box;
  width: 1440px;
  margin: 0 auto;
  background: #fff;
  padding: 96px 0 0;
  color: #232323;
}
.ProductFeaturesList2 > h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #232323;
  margin-bottom: 56px;
  text-align: center;
}

.ProductFeaturesList2 .ProductFeaturesContent .PFCList {
  display: flex;
  justify-content: left;
  text-align: center;
  height: 560px;
  margin-bottom: 96px;
}
.ProductFeaturesList2 .ProductFeaturesContent .PFCList:nth-child(odd) {
  justify-content: right;
}

.ProductFeaturesList2 .ProductFeaturesContent .PFCList .imgWrap {
  overflow: hidden;
  width: 766px;
  height: 560px;
  margin-right: 64px;
  padding-top: 0;
}
.ProductFeaturesList2 .ProductFeaturesContent .PFCList .imgWrap img {
  display: block;
  width: 766px;
  height: 560px;
  transition: transform 0.2s;
  transform-origin: center center;
}
.ProductFeaturesList2 .ProductFeaturesContent .PFCList:nth-child(odd) .imgWrap {
  margin-right: 0;
  margin-left: 64px;
}

.ProductFeaturesList2 .ProductFeaturesContent .PFCList .imgWrap img:hover {
  transform: scale(1.1);
}

.ProductFeaturesList2 .ProductFeaturesContent .PFCList > div {
  width: 514px;
  padding-top: 62px;
  text-align: left;
}
.ProductFeaturesList2 .ProductFeaturesContent .PFCList > div h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}
.ProductFeaturesList2 .ProductFeaturesContent .PFCList > div .title {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}
.ProductFeaturesList2 .ProductFeaturesContent .PFCList > div .titleContent {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
}
.ProductFeaturesList2 .ProductFeaturesContent .PFCList > div .checkBox {
  font-family: InterMedium;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.ProductFeaturesList2 .ProductFeaturesContent .PFCList > div .checkBox p {
  margin-bottom: 12px;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}
.ProductFeaturesList2 .ProductFeaturesContent .PFCList > div .checkBox img {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  top: 2px;
  margin-right: 10px;
}

@media (min-width: 375px) and (max-width: 768px) {
  .ProductFeaturesList1 {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 64px 24px 0 24px;
  }
  .ProductFeaturesList1 .flexBoxList {
    width: 100%;
  }
  .ProductFeaturesList1 .leftBox {
    width: 100%;
    margin-top: 0;
  }
  .ProductFeaturesList1 .leftBox h1 {
    text-align: center;
    font-size: 40px !important;
    line-height: 48px !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    margin: 8px auto !important;
    padding: 0 10px !important;
  }
  .ProductFeaturesList1 .leftBox p {
    width: 100%;
    text-align: center;
  }
  .ProductFeaturesList1 .leftBox a {
    width: 100%;
    text-indent: 2em !important;
  }
  .ProductFeaturesList1 .rightBox {
    margin-top: 48px;
  }
  .ProductFeaturesList2 {
    width: 100%;
    padding: 64px 24px;
    height: auto;
    min-height: 380px;
  }
  .ProductFeaturesList2 > h1 {
    text-align: start;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .ProductFeaturesContent .PFCList {
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    margin-bottom: 60px !important;
    height: auto !important;
  }

  .ProductFeaturesContent .PFCList .imgWrap {
    width: 100% !important;
    height: auto !important;
    order: 1 !important;
    margin: 0 0 24px 0 !important;
    overflow: visible !important;
  }

  .ProductFeaturesContent .PFCList .imgWrap img:hover {
    transform: scale(1) !important;
    transition: none !important;
  }

  .ProductFeaturesContent .PFCList .imgWrap img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
  }

  .ProductFeaturesContent .PFCList > div:not(.imgWrap) {
    order: 2 !important;
    width: 100% !important;
    padding: 0 16px !important;
    padding-top: 0 !important;
  }

  .ProductFeaturesContent .PFCList:nth-child(odd) .imgWrap {
    margin-left: 0 !important;
  }

  .ProductFeaturesList1 .rightBox {
    width: 100% !important;
    margin: 48px auto 0 !important;
  }
  .ProductFeaturesList1 .flexBoxList {
    justify-content: space-between !important;
    width: 100% !important;
    padding: 0 4px !important;
    box-sizing: border-box !important;
  }
  .ProductFeaturesList1 .imgList {
    flex: 0 0 auto !important;
    width: 86px !important;
    margin: 0 4px !important;
  }

  .ProductFeaturesList1 .imgList:empty {
    width: 86px !important;
  }
  .ProductFeaturesList1 .rightBox .flexBoxList:last-child {
    margin-bottom: 0 !important;
  }
  .ProductFeaturesList2 .ProductFeaturesContent .PFCList > div h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .ProductFeaturesContent .PFCList:last-child {
    margin-bottom: 0 !important;
  }
  .ProductFeaturesList2 .ProductFeaturesContent .PFCList > div .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .ProductFeaturesList2 .ProductFeaturesContent .PFCList > div .titleContent {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
