.product-wrapper {
  margin-top: 64px;
  width: 100%;
}
.product-wrapper .product-wrapper-pc {
  width: 100%;
  height: 540px;
  position: relative;
  background-color: #12295d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content {
  position: absolute;
  top: 138px;
  left: 17.55%;
}
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content .product-wrapper-pc-content-p1,
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content .product-wrapper-pc-content-p2 {
  font-size: 36px;
  line-height: 47px;
}
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content .product-wrapper-pc-content-p2 {
  margin-top: -24px;
  color: rgba(255, 255, 255, 0.19);
}
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content .product-wrapper-pc-content-p3 {
  width: 623px;
  margin: 13px 0 26px;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 3px;
}
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content .product-wrapper-pc-content-btn {
  width: 151px;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content .product-wrapper-pc-content-btn:hover {
  opacity: 0.8;
}
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content .product-wrapper-pc-content-btn:active {
  opacity: 1;
}
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content-mark {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 17.5%;
}
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content-mark .product-wrapper-pc-content-p1,
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content-mark .product-wrapper-pc-content-p2 {
  font-size: 36px;
  line-height: 47px;
}
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content-mark .product-wrapper-pc-content-p2 {
  margin-top: -24px;
  color: rgba(255, 255, 255, 0.19);
}
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content-mark .product-wrapper-pc-content-p3 {
  width: 484px;
  margin-top: 38px;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 3px;
}
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content-hardware {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content-hardware div {
  width: 254px;
  height: 254px;
  line-height: 254px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  font-size: 36px;
  text-align: center;
  color: #ffffff;
}
.product-wrapper .product-wrapper-phone {
  display: none;
}

.download-wrapper {
  margin-top: 64px;
  width: 100%;
}
.download-wrapper .download-wrapper-pc {
  width: 100%;
  height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #12295d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 47px;
  font-size: 36px;
  color: #fff;
}
.download-wrapper .download-wrapper-pc .download-wrapper-line {
  margin: 16px 0 10px;
  width: 54px;
  height: 1px;
  background-color: #fff;
}
.download-wrapper .download-wrapper-pc span {
  letter-spacing: 4px;
}
.download-wrapper .download-wrapper-pc span:last-child {
  line-height: 31px;
  font-size: 24px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.59);
}

@media screen and (max-width: 767px) {
  .product-wrapper {
    margin-top: 50px;
  }
  .product-wrapper .product-wrapper-pc {
    width: 100%;
    height: 236px;
  }
  .product-wrapper .product-wrapper-pc .product-wrapper-pc-content {
    position: absolute;
    top: 35px;
    left: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product-wrapper .product-wrapper-pc .product-wrapper-pc-content .product-wrapper-pc-content-p1,
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content .product-wrapper-pc-content-p2 {
    font-size: 24px;
    line-height: 31px;
  }
  .product-wrapper .product-wrapper-pc .product-wrapper-pc-content .product-wrapper-pc-content-p2 {
    margin-top: -16px;
    color: rgba(255, 255, 255, 0.19);
  }
  .product-wrapper .product-wrapper-pc .product-wrapper-pc-content .product-wrapper-pc-content-p3 {
    width: 90%;
    margin: 13px 0 26px;
    line-height: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-indent: 2em;
  }
  .product-wrapper .product-wrapper-pc .product-wrapper-pc-content .product-wrapper-pc-content-btn {
    width: 86px;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
  }
  .product-wrapper .product-wrapper-pc .product-wrapper-pc-content-mark {
    align-items: center;
    padding-left: 0;
  }
  .product-wrapper .product-wrapper-pc .product-wrapper-pc-content-mark .product-wrapper-pc-content-p1,
.product-wrapper .product-wrapper-pc .product-wrapper-pc-content-mark .product-wrapper-pc-content-p2 {
    font-size: 24px;
    line-height: 31px;
  }
  .product-wrapper .product-wrapper-pc .product-wrapper-pc-content-mark .product-wrapper-pc-content-p2 {
    margin-top: -16px;
    color: rgba(255, 255, 255, 0.19);
  }
  .product-wrapper .product-wrapper-pc .product-wrapper-pc-content-mark .product-wrapper-pc-content-p3 {
    width: 90%;
    margin-top: 13px;
    line-height: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-indent: 2em;
  }
  .product-wrapper .product-wrapper-pc .product-wrapper-pc-content-hardware div {
    width: 127px;
    height: 127px;
    line-height: 127px;
    font-size: 18px;
  }
  .download-wrapper {
    margin-top: 50px;
  }
  .download-wrapper .download-wrapper-pc {
    width: 100%;
    height: 286px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #12295d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 26px;
    font-size: 20px;
    color: #fff;
  }
  .download-wrapper .download-wrapper-pc .download-wrapper-line {
    margin: 8px 0;
    width: 54px;
    height: 1px;
    background-color: #fff;
  }
  .download-wrapper .download-wrapper-pc span {
    letter-spacing: 4px;
  }
  .download-wrapper .download-wrapper-pc span:first-child {
    margin-top: -30px;
  }
  .download-wrapper .download-wrapper-pc span:last-child {
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 2px;
  }
}
.mark-container .product-banner {
  width: 100%;
  height: 440px;
}
.mark-container .product-banner .swiper-item {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.mark-container .product-banner .swiper-item .swiper-content {
  margin-left: 389px;
}
.mark-container .product-banner .swiper-item .swiper-content .swiper-content-title {
  color: #003478;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
.mark-container .product-banner .swiper-item .swiper-content .swiper-content-subtitle {
  color: rgba(0, 52, 120, 0.14);
  font-size: 47px;
  font-weight: bold;
  text-align: left;
}
.mark-container .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li {
  text-align: left;
  display: flex;
  align-items: center;
  color: #003478;
}
.mark-container .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li img {
  width: 17px;
  height: 17px;
}
.mark-container .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li .swiper-content-li-text {
  margin-left: 5px;
}
.mark-container .product-banner .swiper-item .swiper-content .swiper-content-icon-group {
  display: flex;
  margin-top: 10px;
}
.mark-container .product-banner .swiper-item .swiper-content-ghost-img {
  width: 289px;
  margin-top: 66px;
  margin-right: 363px;
  animation: ghost 2s linear infinite;
}
.mark-container .product-banner .swiper-item .swiper-content-ghost-img .swiper-content-li-icon {
  width: 100%;
}
.mark-container .product-introduction .product-introduction-content {
  display: flex;
  align-items: center;
}
.mark-container .product-introduction .product-introduction-content .product-introduction-content-left-img {
  width: 47%;
}
.mark-container .product-introduction .product-introduction-content .product-introduction-content-left-img img {
  width: 100%;
}
.mark-container .product-introduction .product-introduction-content .product-introduction-content-right-text {
  color: #333;
  font-size: 16px;
  flex: 1;
  text-align: left;
  line-height: 28px;
  letter-spacing: 1px;
  margin-left: 34px;
  position: relative;
}
.mark-container .product-introduction .product-introduction-content .product-introduction-content-right-text::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #166efd;
  position: absolute;
  left: -9px;
  top: 6px;
}
.mark-container .product-introduction .product-introduction-content .product-introduction-content-right-text .product-introduction-content-right-link-text {
  color: #166efd;
  cursor: pointer;
  text-align: right;
}
.mark-container .core-competence {
  width: 100%;
  height: 274px;
  box-sizing: border-box;
  padding-top: 24px;
  margin-top: 100px;
  margin-bottom: 137px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}
.mark-container .core-competence .introduction-title {
  z-index: 99;
}
.mark-container .core-competence .core-competence-content {
  width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.mark-container .core-competence .core-competence-content .core-competence-item {
  width: 275px;
  height: 275px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0px 4px 24px 0px rgba(0, 61, 141, 0.07);
  border-radius: 5px;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(228, 238, 255)) 1 1;
  clip-path: inset(0 round 5px);
}
.mark-container .core-competence .core-competence-content .core-competence-item .core-competence-item-img-out-box {
  width: 144px;
  height: 144px;
  background-image: linear-gradient(135deg, rgba(75, 158, 255, 0.3), rgba(28, 131, 252, 0));
  border-radius: 50%;
  position: relative;
}
.mark-container .core-competence .core-competence-content .core-competence-item .core-competence-item-img-out-box .core-competence-item-img {
  background-color: #fff;
  width: 142px;
  height: 142px;
  position: absolute;
  line-height: 142px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
  left: 1px;
  top: 1px;
}
.mark-container .core-competence .core-competence-content .core-competence-item .core-competence-item-img-out-box .core-competence-item-img img {
  width: 100%;
  vertical-align: middle;
}
.mark-container .core-competence .core-competence-content .core-competence-item .core-competence-item-text {
  width: 100%;
  height: 130px;
  padding: 0 38px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
}
.mark-container .advantage .advantage-content {
  position: relative;
  margin-top: 152px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.mark-container .advantage .advantage-content .advantage-img-box-container {
  width: 398px;
  height: 398px;
  position: relative;
  border-radius: 50%;
  border: 1px dashed rgba(22, 110, 253, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mark-container .advantage .advantage-content .advantage-img-box-container .advantage-img-box {
  width: 348px;
  height: 348px;
  border-radius: 50%;
}
.mark-container .advantage .advantage-content .advantage-img-box-container .advantage-img-box img {
  width: 100%;
  animation: breath 3.2s infinite;
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box {
  width: 398px;
  height: 398px;
  position: absolute;
  left: 0;
  top: 0;
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-around-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-around-item .advantage-num {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(0, 52, 120, 0.14);
  font-size: 20px;
  color: #166efd;
  letter-spacing: 1px;
  text-align: center;
  line-height: 75px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-around-item .advantage-around-item-text {
  width: 100%;
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-around-item .advantage-around-item-text .advantage-around-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-around-item .advantage-around-item-text .advantage-around-item-des {
  font-size: 12px;
  color: #999999;
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-one .advantage-around-item-text {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-two {
  transform: rotateZ(72deg);
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-two .advantage-num {
  transform: translate(-50%, -50%) rotateZ(-72deg);
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-two .advantage-around-item-text {
  text-align: left;
  position: absolute;
  top: -55%;
  left: 70%;
  transform: translate(-50%, -100%) rotateZ(-72deg);
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-three {
  transform: rotateZ(144deg);
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-three .advantage-num {
  transform: translate(-50%, -50%) rotateZ(-144deg);
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-three .advantage-around-item-text {
  text-align: left;
  position: absolute;
  top: -35%;
  left: -5%;
  transform: translate(-50%, -100%) rotateZ(-144deg);
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-four {
  transform: rotateZ(216deg);
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-four .advantage-num {
  transform: translate(-50%, -50%) rotateZ(-216deg);
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-four .advantage-around-item-text {
  text-align: right;
  position: absolute;
  top: -35%;
  left: 105%;
  transform: translate(-50%, -100%) rotateZ(-216deg);
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-five {
  transform: rotateZ(288deg);
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-five .advantage-num {
  transform: translate(-50%, -50%) rotateZ(-288deg);
}
.mark-container .advantage .advantage-content .advantage-img-box-container .num-circle-box .advantage-five .advantage-around-item-text {
  text-align: right;
  position: absolute;
  top: -55%;
  left: 30%;
  transform: translate(-50%, -100%) rotateZ(-288deg);
}
.mark-container .func-module .func-module-container {
  width: 678px;
  margin: 0 auto;
  margin-top: 42px;
  padding: 18px 18px 51px 18px;
  position: relative;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid;
  border-image: linear-gradient(135deg, rgb(75, 158, 255), rgb(28, 131, 252)) 1 1;
}
.mark-container .func-module .func-module-container .position-item {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.mark-container .func-module .func-module-container .func-module-row {
  width: 642px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mark-container .func-module .func-module-deep {
  margin-top: 11px;
  height: 44px;
  background: linear-gradient(180deg, rgba(75, 158, 255, 0.25) 0%, rgba(28, 131, 252, 0.05) 100%);
  border-radius: 2px;
}
.mark-container .func-module .func-module-shallow {
  height: 48px;
  margin-top: 11px;
  background: linear-gradient(135deg, #ffffff 0%, #e4eeff 100%);
  border-radius: 2px;
  border: 1px solid;
  border-image: linear-gradient(135deg, rgb(75, 158, 255), rgb(28, 131, 252)) 1 1;
}
.mark-container .func-module .row-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #166efd;
}
.mark-container .func-module .item-long {
  width: 642px;
}
.mark-container .func-module .item-short {
  width: 208px;
}
.mark-container .func-module .item-custom {
  width: 678px;
  margin: 40px auto 0;
}
.mark-container .func-module .arrow-row {
  width: 678px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.mark-container .func-module .arrow-row .arrow-item {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.mark-container .func-module .arrow-row .arrow-item .arrow-img img {
  width: 46px;
}
.mark-container .func-module .arrow-row .arrow-item .arrow-circle {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(75, 158, 255, 0.3) 0%, rgba(28, 131, 252, 0) 100%);
  font-size: 16px;
  color: #166efd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mark-container .func-module .water-droplet-row {
  width: 834px;
  margin: 0 auto;
}
.mark-container .func-module .water-droplet-row .arrow-reverse-img {
  width: 100%;
}
.mark-container .func-module .water-droplet-row .arrow-reverse-img img {
  width: 46px;
}
.mark-container .func-module .water-droplet-row .water-droplet-img {
  width: 100%;
  height: 139px;
  margin-top: 66px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  animation: custom-breath 2s linear infinite;
}
.mark-container .func-module .water-droplet-row .water-droplet-img .water-droplet-text {
  position: absolute;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4b9eff 0%, #1c83fc 100%);
  box-shadow: 0px 4px 14px 0px rgba(0, 52, 120, 0.23), inset 0px 0px 33px 0px rgba(0, 52, 120, 0.21);
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: custom-ghost 2s linear infinite;
}
.mark-container .example .example-swiper-container {
  width: 100%;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mark-container .example .example-swiper-container .swiper-container {
  height: 100%;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item {
  width: 100%;
  height: 362px;
  display: flex;
  padding-left: 16px;
  padding-right: 10px;
  padding-top: 12px;
  margin-top: 42px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0px 4px 24px 0px rgba(0, 61, 141, 0.07);
  border-radius: 5px;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(228, 238, 255)) 1 1;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box {
  margin-right: 28px;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-first {
  text-align: left;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-first .title-text {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-first .text-des {
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-second {
  display: flex;
  text-align: left;
  margin-top: 10px;
  height: 120px;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-second .text-list:last-child {
  margin-left: 40px;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-second .text-list .list-title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-second .text-list .text-item {
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third {
  display: flex;
  text-align: left;
  margin-top: 10px;
  height: 123px;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .text-list {
  flex: 1;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .text-list .list-title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .text-list .text-item {
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box {
  width: 240px;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .first-row {
  display: flex;
  height: 50%;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .first-row .num-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .second-row {
  display: flex;
  height: 50%;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .second-row .num-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .num {
  font-weight: bold;
  color: #166efd;
  font-size: 22px;
  letter-spacing: 2px;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .num-item .text {
  font-size: 12px;
  letter-spacing: 1px;
  color: #166efd;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-item .swiper-img-box img {
  width: 506px;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-pagination {
  bottom: 0px;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 45px;
  height: 7px;
  background: #d7d7d7;
  border-radius: 4px;
  outline-style: none;
}
.mark-container .example .example-swiper-container .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #166efd;
}
.mark-container .more-example {
  margin-bottom: 86px;
}
.mark-container .more-example .more-example-link .link-text {
  text-decoration: none;
  color: #166efd;
  letter-spacing: 1px;
  font-size: 18px;
}
.mark-container .more-example .waterfall-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.mark-container .more-example .waterfall-container .waterfall-item {
  position: relative;
  border-radius: 2px;
}
.mark-container .more-example .waterfall-container .waterfall-item .waterfall-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, #4b9eff 0%, #1c83fc 100%);
  border-radius: 2px;
  opacity: 0.8;
}
.mark-container .more-example .waterfall-container .waterfall-item img {
  width: 100%;
}
.mark-container .more-example .waterfall-container .waterfall-item .waterfall-item-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  text-align: left;
  padding-top: 10px;
  padding-left: 15px;
  box-sizing: border-box;
}
.mark-container .more-example .waterfall-container .waterfall-item .waterfall-item-text .text-item a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
}
.mark-container .more-example .waterfall-container .waterfall-item .waterfall-item-text .text-item a:hover {
  font-weight: bold;
}
.mark-container .more-example .waterfall-container .waterfall-col {
  width: 293px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.mark-container .more-example .waterfall-container .waterfall-small {
  width: 293px;
  height: 155px;
}
.mark-container .more-example .waterfall-container .waterfall-normal {
  width: 293px;
  height: 236px;
}
.mark-container .more-example .waterfall-container .waterfall-big {
  width: 293px;
  height: 400px;
}

.hardware .product-banner {
  width: 100%;
  height: 440px;
}
.hardware .product-banner .swiper-item {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.hardware .product-banner .swiper-item .swiper-content {
  margin-left: 389px;
}
.hardware .product-banner .swiper-item .swiper-content .swiper-content-title {
  color: #003478;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
.hardware .product-banner .swiper-item .swiper-content .swiper-content-subtitle {
  color: rgba(0, 52, 120, 0.14);
  font-size: 47px;
  font-weight: bold;
  text-align: left;
}
.hardware .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li {
  text-align: left;
  display: flex;
  align-items: center;
  color: #003478;
}
.hardware .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li img {
  width: 17px;
  height: 17px;
}
.hardware .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li .swiper-content-li-text {
  margin-left: 5px;
}
.hardware .product-banner .swiper-item .swiper-content .swiper-content-icon-group {
  display: flex;
  margin-top: 10px;
}
.hardware .product-banner .swiper-item .swiper-content-ghost-img {
  width: 289px;
  margin-top: 66px;
  margin-right: 363px;
  animation: ghost 2s linear infinite;
}
.hardware .product-banner .swiper-item .swiper-content-ghost-img .swiper-content-li-icon {
  width: 100%;
}

@keyframes breath {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes custom-ghost {
  0% {
    margin-top: 0px;
  }
  25% {
    margin-top: -5px;
  }
  50% {
    margin-top: 0px;
  }
  75% {
    margin-top: 5px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes custom-breath {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.98);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.product-web .main-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 48px 0;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.product-web .main-c .title {
  font-weight: bold;
  line-height: 37px;
  font-size: 28px;
  letter-spacing: 5px;
  color: #333;
}
.product-web .bga-gray {
  background-color: #fbfbfd;
}
.product-web .support-c {
  padding: 60px 0 64px 0;
}
.product-web .support-c .support-content {
  margin-top: 41px;
  display: flex;
  justify-content: center;
}
.product-web .support-c .support-content .support-content-item {
  width: 224px;
  height: 267px;
  box-sizing: border-box;
  margin: 0 8px;
  padding-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-web .support-c .support-content .support-content-item img {
  display: block;
  width: 80px;
  height: 80px;
}
.product-web .support-c .support-content .support-content-item span {
  margin: 3px 0 8px;
  font-size: 18px;
  line-height: 24px;
}
.product-web .support-c .support-content .support-content-item p {
  width: 206px;
  color: #666666;
  letter-spacing: 1px;
  text-align: center;
}
.product-web .support-c .support-content .support-content-item:hover {
  box-shadow: 0px 2px 15px 0px #e2edff;
  border-radius: 10px;
}
.product-web .progress-c {
  padding: 82px 0 91px 0;
}
.product-web .progress-c .progress-content {
  margin-top: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-web .progress-c .progress-content .progress-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: #166efd;
  line-height: 24px;
}
.product-web .progress-c .progress-content .progress-content-item img {
  margin-bottom: 2px;
  display: block;
  width: 80px;
  height: 80px;
}
.product-web .progress-c .progress-content .progress-content-arrow {
  margin: 0 30px 0;
  width: 107px;
  height: 45px;
}
.product-web .feature-c {
  padding: 87px 0 60px 0;
}
.product-web .feature-c .feature-main {
  margin-top: 59px;
  display: flex;
  justify-content: center;
}
.product-web .feature-c .feature-main .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-web .feature-c .feature-main .feature-item .feature-icon {
  position: relative;
  margin: 0 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  border-radius: 100%;
}
.product-web .feature-c .feature-main .feature-item .feature-icon img {
  display: block;
  width: 80px;
  height: 80px;
}
.product-web .feature-c .feature-main .feature-item .feature-icon::before,
.product-web .feature-c .feature-main .feature-item .feature-icon::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.product-web .feature-c .feature-main .feature-item .feature-icon::before {
  border: 1px solid transparent;
}
.product-web .feature-c .feature-main .feature-item .feature-icon:hover::before {
  border-top-color: #166efd;
  border-right-color: #166efd;
  border-bottom-color: #166efd;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.product-web .feature-c .feature-main .feature-item .feature-icon::after {
  border: 0 solid transparent;
}
.product-web .feature-c .feature-main .feature-item .feature-icon:hover::after {
  border-top: 1px solid #166efd;
  border-left-width: 1px;
  border-right-width: 1px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}
.product-web .feature-c .feature-main .feature-item p {
  margin-top: 15px;
  line-height: 21px;
  font-size: 16px;
}
.product-web .detection-c {
  padding: 58px 0 45px 0;
}
.product-web .detection-c .detection-content {
  margin-top: 57px;
  width: 1250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-web .detection-c .detection-content .detection-content-item {
  margin-bottom: 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 21px;
}
.product-web .detection-c .detection-content .detection-content-item .detection-content-item-img {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.product-web .detection-c .detection-content .detection-content-item .detection-content-item-img img {
  display: block;
  width: 394px;
  height: 201px;
  border-radius: 10px;
  transition: transform 0.5s;
}
.product-web .detection-c .detection-content .detection-content-item .detection-content-item-img img:hover {
  transform: scale(1.1);
}
.product-web .advantage-c {
  padding: 60px 0 120px 0;
}
.product-web .advantage-c .advantage-main {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1311px;
}
.product-web .advantage-c .advantage-main .advantage-item {
  position: relative;
  width: 377px;
  height: 115px;
  box-sizing: border-box;
  margin: 25px 30px 0;
  padding: 0 21px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
}
.product-web .advantage-c .advantage-main .advantage-item .advantage-item-info {
  font-size: 16px;
  line-height: 21px;
}
.product-web .advantage-c .advantage-main .advantage-item .advantage-item-info span {
  position: relative;
  color: #333333;
}
.product-web .advantage-c .advantage-main .advantage-item .advantage-item-info span::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #166efd;
  opacity: 0.19;
}
.product-web .advantage-c .advantage-main .advantage-item .advantage-item-info p {
  margin-top: 18px;
  color: #bfbfbf;
}
.product-web .advantage-c .advantage-main .advantage-item img {
  display: block;
  width: 77px;
  height: 77px;
}
.product-web .advantage-c .advantage-main .advantage-item:nth-child(1), .product-web .advantage-c .advantage-main .advantage-item:nth-child(2) {
  cursor: pointer;
}
.product-web .advantage-c .advantage-main .advantage-item::before,
.product-web .advantage-c .advantage-main .advantage-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-radius: 5px;
  border-color: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-web .advantage-c .advantage-main .advantage-item:hover::before {
  border-left: 1px solid #76aaff;
  border-top: 1px solid #76aaff;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.product-web .advantage-c .advantage-main .advantage-item:hover::after {
  border-right: 1px solid #76aaff;
  border-bottom: 1px solid #76aaff;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.product-web .compatibility-c {
  padding: 64px 0 63px 0;
}
.product-web .compatibility-c .compatibility-content {
  margin-top: 1px;
  width: 1302px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-web .compatibility-c .compatibility-content .compatibility-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 44px 25px 0;
  font-size: 16px;
  line-height: 21px;
}
.product-web .compatibility-c .compatibility-content .compatibility-content-item img {
  display: block;
  width: 384px;
  height: 195px;
  margin-bottom: 13px;
  transition: transform 0.5s;
}
.product-web .compatibility-c .compatibility-content .compatibility-content-item img:hover {
  transform: scale(1.1);
}
.product-web .environment-c {
  padding: 121px 0 41px 0;
}
.product-web .environment-c .environment-content {
  margin-top: 79px;
  width: 1250px;
  display: flex;
  justify-content: space-between;
}
.product-web .environment-c .environment-content .environment-content-item {
  display: flex;
  align-items: center;
}
.product-web .environment-c .environment-content .environment-content-item .environment-content-item-icon {
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  border: 1px solid rgba(22, 110, 253, 0.39);
}
.product-web .environment-c .environment-content .environment-content-item .environment-content-item-icon img {
  display: block;
  width: 72px;
  height: 72px;
}
.product-web .environment-c .environment-content .environment-content-item .environment-content-info {
  font-size: 16px;
  line-height: 21px;
}
.product-web .environment-c .environment-content .environment-content-item .environment-content-info p:first-child {
  width: 113px;
  margin-bottom: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(22, 110, 253, 0.39);
}
.product-web .environment-c .environment-content .environment-content-item:hover .environment-content-item-icon {
  border-color: #166efd;
}
.product-web .environment-c .environment-content .environment-content-item:hover .environment-content-info p:first-child {
  border-color: #166efd;
}
.product-web .case-c .title {
  margin-bottom: 48px;
}
.product-web .mark-advantage {
  margin: 93px 0 52px;
  display: flex;
  justify-content: center;
  color: #333;
}
.product-web .mark-advantage .mark-advantage-content {
  position: relative;
  width: 1247px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-web .mark-advantage .mark-advantage-content .mark-advantage-item {
  width: 608px;
  height: 202px;
  box-sizing: border-box;
  margin-bottom: 41px;
  padding: 68px 54px 0 28px;
  background: #f7f9ff;
  border-radius: 10px;
}
.product-web .mark-advantage .mark-advantage-content .mark-advantage-item span {
  font-size: 18px;
  line-height: 24px;
}
.product-web .mark-advantage .mark-advantage-content .mark-advantage-item p {
  margin-top: 18px;
  line-height: 21px;
  font-size: 16px;
}
.product-web .mark-advantage .mark-advantage-content .mark-advantage-item:hover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/static/productWeb/mark/image-bg.jpg);
}
.product-web .mark-advantage .mark-advantage-content .mark-advantage-ps {
  position: absolute;
  right: 0;
  bottom: 41px;
  line-height: 24px;
  font-size: 18px;
  color: #333;
}
.product-web .mark-advantage .mark-advantage-content .mark-advantage-ps a {
  color: #166efd;
  cursor: pointer;
}
.product-web .tab {
  margin-top: 59px;
  display: flex;
  justify-content: center;
}
.product-web .tab .tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 109.5px;
  line-height: 26px;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.product-web .tab .tab-item-active {
  color: #166efd;
  position: relative;
  font-weight: bold;
}
.product-web .tab .tab-item-active .tab-item-active-line {
  width: 3px;
  height: 22px;
  background: #166efd;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.product-web .tab-panel {
  display: flex;
  justify-content: center;
}
.product-web .tab-panel .tab-panel-camera {
  position: relative;
  width: 1249px;
  margin: 65px 0 59px;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item {
  margin-bottom: 59px;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item p {
  margin-bottom: 23px;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item .el-input__inner {
  font-size: 18px;
  color: #333;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item .input-precision {
  width: 315px;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item .input-precision .el-input__inner {
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #333;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item .camera-cal-item {
  display: flex;
  align-items: center;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item .camera-cal-item .el-input {
  width: 196px;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item .camera-cal-item .el-input__inner {
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #333;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item .camera-cal-item img {
  display: block;
  width: 38px;
  height: 28px;
  margin: 0 5px;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item input::-webkit-outer-spin-button,
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-web .tab-panel .tab-panel-camera .camera-cal-btn {
  width: 151px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  background: #166efd;
  border-radius: 3px;
  text-align: center;
  color: #ffffff;
  user-select: none;
  cursor: pointer;
}
.product-web .tab-panel .tab-panel-camera .camera-cal-btn:hover {
  background: rgba(22, 110, 253, 0.8);
}
.product-web .tab-panel .tab-panel-camera .camera-cal-btn:active {
  background: #166efd;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-result {
  margin: 89px 0 32px;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-result p {
  line-height: 29px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table {
  margin-top: 32px;
  width: 1058px;
  height: 289px;
  box-sizing: border-box;
  border: 1px solid #979797;
  color: #333333;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-header {
  display: flex;
  height: 52px;
  border-bottom: 1px solid #979797;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-header p {
  width: 278px;
  line-height: 52px;
  font-size: 18px;
  font-weight: normal;
  border-right: 1px solid #979797;
  text-align: center;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-header p:nth-child(2), .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-header p:nth-child(4) {
  width: 249px;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-header p:last-child {
  border-right: none;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-body {
  height: 237px;
  display: flex;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-body .camera-result-table-body-item1 {
  width: 278px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #979797;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-body .camera-result-table-body-item1 img {
  display: block;
  width: 242px;
  height: 165px;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-body .camera-result-table-body-item2 {
  box-sizing: border-box;
  width: 249px;
  padding: 26px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-body .camera-result-table-body-item3 {
  width: 278px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-body .camera-result-table-body-item3 img {
  display: block;
  width: 194px;
  height: 185px;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 759px;
  height: 286px;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-ps {
  line-height: 24px;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.product-web .tab-panel .tab-panel-camera .tab-panel-camera-ps a {
  color: #166efd;
}
.product-web .tab-panel .tab-panel-lightsource {
  width: 1251px;
  margin: 70px 0 58px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-web .tab-panel .tab-panel-lightsource .lightsource-item {
  margin-bottom: 69px;
  color: #333333;
}
.product-web .tab-panel .tab-panel-lightsource .lightsource-item .lightsource-item-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.product-web .tab-panel .tab-panel-lightsource .lightsource-item .lightsource-item-row .lightsource-item-index {
  width: 30px;
  height: 30px;
  background: linear-gradient(270deg, #4b9eff 0%, #1c83fc 100%);
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-web .tab-panel .tab-panel-lightsource .lightsource-item .lightsource-item-row .lightsource-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  letter-spacing: 1px;
  margin-left: 10px;
}
.product-web .tab-panel .tab-panel-lightsource .lightsource-item img {
  display: block;
  width: 604px;
  height: 159px;
}
.product-web .tab-panel .tab-panel-lightsource .lightsource-item .lightsource-item-img {
  margin: 14px 0;
  padding: 0 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 2px;
  font-family: MicrosoftYaHei;
}
.product-web .tab-panel .tab-panel-lightsource .lightsource-item .lightsource-item-info {
  width: 603px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-family: MicrosoftYaHei;
}
.product-web .tab-panel .tab-panel-lightsource .tab-panel-lightsource-ps {
  width: 100%;
  text-align: right;
  line-height: 24px;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.product-web .tab-panel .tab-panel-lightsource .tab-panel-lightsource-ps a {
  color: #166efd;
}
.product-web .download-main {
  margin-top: 69px;
  display: flex;
  justify-content: center;
}
.product-web .download-main .download-tab {
  padding: 24px 51px 0 0;
  height: 372px;
  border-right: 1px solid rgba(151, 151, 151, 0.29);
}
.product-web .download-main .download-tab .download-tab-item {
  margin-bottom: 58px;
  width: 147px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
  border-radius: 5px;
  border: 1px solid transparent;
  cursor: pointer;
}
.product-web .download-main .download-tab .download-tab-item-active {
  border: 1px solid #166efd;
  color: #166efd;
}
.product-web .download-main .download-tab .download-tab-item:hover {
  color: #166efd;
}
.product-web .download-main .download-panel {
  padding: 24px 0 0 47px;
  width: 1075px;
  box-sizing: border-box;
}
.product-web .download-main .download-panel .download-panel-content-item {
  margin-bottom: 30px;
  width: 100%;
  height: 96px;
  box-sizing: border-box;
  padding: 0 16px 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(213, 213, 213, 0.5);
  border-radius: 5px;
}
.product-web .download-main .download-panel .download-panel-content-item .download-panel-content-item-left {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.product-web .download-main .download-panel .download-panel-content-item .download-panel-content-item-left img {
  display: block;
  width: 76px;
  height: 76px;
  margin-right: 36px;
}
.product-web .download-main .download-panel .download-panel-content-item .download-panel-content-item-right img {
  display: block;
  width: 59px;
  height: 59px;
}
@media screen and (max-width: 767px) {
  .product-web .main-c {
    padding: 48px 0;
    line-height: 16px;
    font-size: 12px;
  }
  .product-web .main-c .title {
    margin-bottom: 24px;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 3px;
  }
  .product-web .progress-c {
    padding: 48px 0;
  }
  .product-web .progress-c .progress-content {
    margin-top: 0;
  }
  .product-web .progress-c .progress-content .progress-content-item {
    font-size: 12px;
    line-height: 17px;
  }
  .product-web .progress-c .progress-content .progress-content-item img {
    margin-bottom: 2px;
    width: 35px;
    height: 35px;
  }
  .product-web .progress-c .progress-content .progress-content-arrow {
    margin: 0 3px;
    width: 30px;
    height: auto;
  }
  .product-web .case-c .title {
    margin-bottom: 34px;
  }
  .product-web .feature-c {
    padding: 48px 0 20px 0;
  }
  .product-web .feature-c .feature-main {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  .product-web .feature-c .feature-main .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-web .feature-c .feature-main .feature-item .feature-icon {
    position: relative;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    box-sizing: border-box;
    border-radius: 100%;
  }
  .product-web .feature-c .feature-main .feature-item .feature-icon img {
    display: block;
    width: 55px;
    height: 55px;
  }
  .product-web .feature-c .feature-main .feature-item .feature-icon::before,
.product-web .feature-c .feature-main .feature-item .feature-icon::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    width: 100%;
    height: 100%;
  }
  .product-web .feature-c .feature-main .feature-item .feature-icon::before {
    border: 1px solid transparent;
  }
  .product-web .feature-c .feature-main .feature-item .feature-icon:hover::before {
    border-top-color: #166efd;
    border-right-color: #166efd;
    border-bottom-color: #166efd;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
  }
  .product-web .feature-c .feature-main .feature-item .feature-icon::after {
    border: 0 solid transparent;
  }
  .product-web .feature-c .feature-main .feature-item .feature-icon:hover::after {
    border-top: 1px solid #166efd;
    border-left-width: 1px;
    border-right-width: 1px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  }
  .product-web .feature-c .feature-main .feature-item p {
    margin-top: 12px;
    line-height: 17px;
    font-size: 12px;
  }
  .product-web .advantage-c {
    padding: 48px 0 20px 0;
  }
  .product-web .advantage-c .advantage-main {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .product-web .advantage-c .advantage-main .advantage-item {
    position: relative;
    width: 48%;
    height: 90px;
    box-sizing: border-box;
    margin: 8px 3px 0;
    padding: 0 4px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
  }
  .product-web .advantage-c .advantage-main .advantage-item .advantage-item-info {
    font-size: 12px;
    line-height: 17px;
  }
  .product-web .advantage-c .advantage-main .advantage-item .advantage-item-info span {
    position: relative;
    color: #333333;
  }
  .product-web .advantage-c .advantage-main .advantage-item .advantage-item-info span::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 8px;
    background: #166efd;
    opacity: 0.19;
  }
  .product-web .advantage-c .advantage-main .advantage-item .advantage-item-info p {
    margin-top: 18px;
    color: #bfbfbf;
  }
  .product-web .advantage-c .advantage-main .advantage-item img {
    display: block;
    width: 45px;
    height: 45px;
  }
  .product-web .advantage-c .advantage-main .advantage-item:nth-child(1), .product-web .advantage-c .advantage-main .advantage-item:nth-child(2) {
    cursor: pointer;
  }
  .product-web .detection-c {
    padding: 48px 0 20px 0;
  }
  .product-web .detection-c .detection-content {
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .product-web .detection-c .detection-content .detection-content-item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
  }
  .product-web .detection-c .detection-content .detection-content-item .detection-content-item-img {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  .product-web .detection-c .detection-content .detection-content-item .detection-content-item-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.5s;
  }
  .product-web .detection-c .detection-content .detection-content-item .detection-content-item-img img:hover {
    transform: scale(1.1);
  }
  .product-web .support-c {
    padding: 48px 0 20px 0;
  }
  .product-web .support-c .support-content {
    margin-top: 0;
    box-sizing: border-box;
    padding: 0 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-web .support-c .support-content .support-content-item {
    width: 48%;
    height: 220px;
    box-sizing: border-box;
    margin: 0;
    padding-top: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-web .support-c .support-content .support-content-item img {
    display: block;
    width: 45%;
    height: auto;
  }
  .product-web .support-c .support-content .support-content-item span {
    margin: 3px 0 8px;
    font-size: 14px;
    line-height: 19px;
  }
  .product-web .support-c .support-content .support-content-item p {
    width: 80%;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
  }
  .product-web .support-c .support-content .support-content-item:hover {
    box-shadow: 0px 2px 15px 0px #e2edff;
    border-radius: 10px;
  }
  .product-web .compatibility-c {
    padding: 48px 0 20px 0;
  }
  .product-web .compatibility-c .compatibility-content {
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .product-web .compatibility-c .compatibility-content .compatibility-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 19px;
  }
  .product-web .compatibility-c .compatibility-content .compatibility-content-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    transition: transform 0.5s;
  }
  .product-web .compatibility-c .compatibility-content .compatibility-content-item img:hover {
    transform: scale(1.1);
  }
  .product-web .environment-c {
    padding: 48px 0 20px 0;
  }
  .product-web .environment-c .environment-content {
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    flex-wrap: wrap;
  }
  .product-web .environment-c .environment-content .environment-content-item {
    margin: 10px 0;
    display: flex;
    align-items: center;
  }
  .product-web .environment-c .environment-content .environment-content-item .environment-content-item-icon {
    margin-right: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgba(22, 110, 253, 0.39);
  }
  .product-web .environment-c .environment-content .environment-content-item .environment-content-item-icon img {
    display: block;
    width: 98%;
    height: auto;
  }
  .product-web .environment-c .environment-content .environment-content-item .environment-content-info {
    font-size: 14px;
    line-height: 19px;
  }
  .product-web .environment-c .environment-content .environment-content-item .environment-content-info p:first-child {
    width: 100px;
    margin-bottom: 5px;
    padding-bottom: 4px;
  }
  .product-web .mark-advantage {
    margin: 24px 0 0;
  }
  .product-web .mark-advantage .mark-advantage-content {
    position: relative;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .product-web .mark-advantage .mark-advantage-content .mark-advantage-item {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 28px 24px;
  }
  .product-web .mark-advantage .mark-advantage-content .mark-advantage-item span {
    font-size: 16px;
    line-height: 21px;
  }
  .product-web .mark-advantage .mark-advantage-content .mark-advantage-item p {
    margin-top: 14px;
    line-height: 17px;
    font-size: 12px;
  }
  .product-web .mark-advantage .mark-advantage-content .mark-advantage-ps {
    width: 100%;
    position: relative;
    margin-top: 40px;
    line-height: 19px;
    font-size: 14px;
    text-align: right;
  }
  .product-web .tab {
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }
  .product-web .tab .tab-item {
    margin: 0 20px;
    line-height: 21px;
    font-size: 16px;
    letter-spacing: 3px;
  }
  .product-web .tab .tab-item-active {
    position: relative;
  }
  .product-web .tab .tab-item-active .tab-item-active-line {
    width: 3px;
    height: 23px;
    background: #166efd;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .product-web .tab-panel .tab-panel-camera {
    width: 100%;
    margin: 34px 0;
    padding-top: 180px;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item {
    margin-bottom: 24px;
    padding: 0 20px;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 19px;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item .el-input__inner {
    font-size: 14px;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item .input-precision {
    width: 217px;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item .input-precision .el-input__inner {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item .camera-cal-item {
    display: flex;
    align-items: center;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item .camera-cal-item .el-input {
    width: 100px;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-cal-item .camera-cal-item .el-input__inner {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .product-web .tab-panel .tab-panel-camera .camera-cal-btn {
    margin-top: 30px;
    margin-left: 20px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result {
    padding: 0 20px;
    margin: 48px 0 32px;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result p {
    line-height: 21px;
    font-size: 16px;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table {
    margin-top: 14px;
    width: 100%;
    height: auto;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-header {
    display: flex;
    height: 34px;
    border-bottom: 1px solid #979797;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-header p {
    width: 49%;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-header p:nth-child(1), .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-header p:nth-child(3) {
    display: none;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-header p:nth-child(2), .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-header p:nth-child(4) {
    width: 49%;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-header p:last-child {
    border-right: none;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-body {
    height: auto;
    display: flex;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-body .camera-result-table-body-item1 {
    display: none;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-body .camera-result-table-body-item2 {
    box-sizing: border-box;
    width: calc(49% + 1px);
    padding: 10px;
    font-size: 12px;
    line-height: 17px;
    border-right: 1px solid #979797;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-body .camera-result-table-body-item2:last-child {
    border-right: none;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-result .tab-panel-camera-result-table .tab-panel-camera-result-table-body .camera-result-table-body-item3 {
    display: none;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .product-web .tab-panel .tab-panel-camera .tab-panel-camera-ps {
    padding-left: 20px;
    line-height: 21px;
    font-size: 16px;
  }
  .product-web .tab-panel .tab-panel-lightsource {
    width: 100%;
    margin: 34px 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .product-web .tab-panel .tab-panel-lightsource .lightsource-item {
    margin-bottom: 24px;
  }
  .product-web .tab-panel .tab-panel-lightsource .lightsource-item .lightsource-item-index {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .product-web .tab-panel .tab-panel-lightsource .lightsource-item .lightsource-item-title {
    margin: 10px 0;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 21px;
  }
  .product-web .tab-panel .tab-panel-lightsource .lightsource-item img {
    display: block;
    width: 100%;
    height: auto;
  }
  .product-web .tab-panel .tab-panel-lightsource .lightsource-item .lightsource-item-img {
    margin: 10px 0;
    padding: 0 60px;
    font-size: 12px;
    line-height: 17px;
  }
  .product-web .tab-panel .tab-panel-lightsource .lightsource-item .lightsource-item-info {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
  }
  .product-web .tab-panel .tab-panel-lightsource .tab-panel-lightsource-ps {
    line-height: 21px;
    font-size: 16px;
  }
  .product-web .download-main {
    margin-top: 48px;
    flex-direction: column;
  }
  .product-web .download-main .download-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0;
    border-right: none;
  }
  .product-web .download-main .download-tab .download-tab-item {
    margin-bottom: 20px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 3px;
  }
  .product-web .download-main .download-panel {
    padding: 20px 0;
    width: 100%;
  }
  .product-web .download-main .download-panel .download-panel-content-item {
    margin-bottom: 15px;
    width: 100%;
    height: 48px;
    padding: 0 16px 0 15px;
  }
  .product-web .download-main .download-panel .download-panel-content-item .download-panel-content-item-left {
    font-size: 14px;
    line-height: 19px;
  }
  .product-web .download-main .download-panel .download-panel-content-item .download-panel-content-item-left img {
    width: 38px;
    height: 38px;
    margin-right: 18px;
  }
  .product-web .download-main .download-panel .download-panel-content-item .download-panel-content-item-right img {
    width: 30px;
    height: 30px;
  }
}

/*# sourceMappingURL=productcenter.css.map */
