.breadcrumb-box {
  height: 46px;
  line-height: 46px;
  background: #F4F4F4;
}

.breadcrumb-box p {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: #606162;
  text-align: left;
  margin-right: 5px;
}

.breadcrumb-box a {
  color: #606162;
}

.breadcrumb-box a:hover {
  color: #0F62FE;
}

.mainSwiper .swiper-slide {
  height: 338px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.mainSwiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.thumbSwiper .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.thumbSwiper .swiper-slide {
  width: 48px !important;
  height: 48px;
  background: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  border-radius: 2px;
}

.thumbSwiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.thumbSwiper .swiper-slide-thumb-active {
  border: 1px solid #0F62FE;
}

.thumbSwiper .thumbSwiper-next,
.thumbSwiper .thumbSwiper-prev {
  position: absolute;
  top: 0;
  width: 60px;
  height: 50px;
  font-size: 25px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8A8A8A;
}

.thumbSwiper .thumbSwiper-next:hover,
.thumbSwiper .thumbSwiper-prev:hover {
  color: #0F62FE;
}

.thumbSwiper .thumbSwiper-next.swiper-button-disabled,
.thumbSwiper .thumbSwiper-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.thumbSwiper .thumbSwiper-next.swiper-button-disabled:hover,
.thumbSwiper .thumbSwiper-prev.swiper-button-disabled:hover {
  color: #8A8A8A;
}

.thumbSwiper .thumbSwiper-next {
  right: 0;
}

.thumbSwiper .thumbSwiper-prev {
  left: 0;
}

.intro-box {
  margin-top: 40px;
}

.intro-box .title {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  text-align: left;
}

.intro-box .brief-intro {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 32px;
  text-align: left;
  margin: 20px 0 40px;
}

.intro-box .my-btn {
  width: 160px;
  height: 45px;
  background: #0F62FE;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-box .my-btn a {
  width: 60px;
  height: 21px;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 21px;
  text-align: right;
}

.intro-box .my-btn svg {
  width: 25px;
  height: 25px;
}

.intro-box .my-btn:hover {
  opacity: .8;
}

.platform-box {
  padding: 0;
}

.title-zh {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
}

.title-en {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 20px;
  color: #949596;
  text-align: center;
  margin-bottom: 50px;
}

.title-zh-describe {
  font-weight: 400;
  font-size: 20px;
  color: #353F4E;
  line-height: 34px;
  text-align: center;
  margin-bottom: 50px;
}

.advantage-box {
  background: rgba(244, 244, 244, 0.6);
  padding: 80px;
}

.advantage-box .tips {
  font-weight: 600;
  font-size: 20px;
  color: #0F62FE;
  display: flex;
  align-items: center;
}

.advantage-box .tips i {
  width: 60px;
  height: 2px;
  background: #0F62FE;
  margin-left: 25px;
}

.advantage-box .title {
  font-weight: 900;
  font-size: 50px;
  color: #333333;
  margin-bottom: 40px;
}

.advantage-box ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.advantage-box ul li {
  width: 250px;
  background: #FFFFFF;
  padding: 30px;
}

.advantage-box ul li:hover {
  background: url("../images/product/soft-pc/advantage-bg.png") no-repeat center center;
  background-size: contain;
}

.advantage-box ul li:hover p {
  color: #fff;
}

.advantage-box ul li:hover p i {
  background: #fff;
}

.advantage-box ul p:nth-child(1) {
  font-weight: 900;
  font-size: 90px;
  color: #333333;
  line-height: 127px;
  text-align: center;
}

.advantage-box ul p:nth-child(2) {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.advantage-box ul p:nth-child(2) i {
  width: 60px;
  height: 2px;
  background: #0F62FE;
  margin-top: 10px;
}

.advantage-box ul p:nth-child(3) {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 32px;
}

.core-box .core-box-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(244, 244, 244, 0.6);
  border-radius: 10px;
  padding: 20px 40px;
  margin-bottom: 15px;
  min-height: 400px;
}

.core-box .core-box-li .img-box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
}

.core-box .core-box-li .img-box2 {
  display: flex;
  flex-direction: column;
}

.core-box .core-box-li .core-box-content-left {
  display: flex;
  flex-direction: column;
  padding-left: 80px;
}

@media screen and (max-width: 991px) {
  .core-box .core-box-li .core-box-content-left {
    padding-left: 0;
    align-items: center;
  }
}

.core-box .core-box-li .core-box-content-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-right: 80px;
}

@media screen and (max-width: 991px) {
  .core-box .core-box-li .core-box-content-right {
    padding-right: 0;
    align-items: center;
  }
}

.core-box .core-box-li p:nth-child(1) {
  width: 289px;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}

.core-box .core-box-li p:nth-child(2) {
  width: 289px;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
}

.core-box .core-box-li img {
  max-width: 100%;
  max-height: 100%;
}

.interface-box {
  position: relative;
}

.interface-box div {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 100px;
}

@media screen and (max-width: 676px) {
  .interface-box .title-zh {
    font-size: 20px;
    margin-bottom: 0;
  }
  .interface-box .title-en {
    font-size: 15px;
  }
}

.interface-img-box {
  overflow: hidden;
  border: 2px solid #333333;
  border-radius: 5px;
}

.interface-img-box img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .7s ease-in-out;
}

.interface-img-box:hover img {
  transform: scale(1.2);
}

.gongdan-box {
  padding: 80px;
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF2F9 100%);
}

@media screen and (max-width: 676px) {
  .gongdan-box {
    padding: 20px;
  }
}

.daohang-box {
  position: relative;
  padding: 0;
}

.daohang-box div {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .daohang-box div {
    top: 5%;
  }
  .daohang-box .title-zh {
    font-size: 20px;
    margin-bottom: 0;
  }
  .daohang-box .title-zh-describe {
    font-size: 15px;
    line-height: 20px;
  }
}

.yuancheng-box {
  padding: 80px;
  background: rgba(244, 244, 244, 0.6);
}

.yuancheng-box img {
  margin-top: 50px;
}

@media screen and (max-width: 676px) {
  .yuancheng-box {
    padding: 20px;
  }
  .yuancheng-box img {
    margin-top: 0;
  }
}

.download-box .title {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 10px;
}

.download-box .download-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  border: 1px solid #E5E5E5;
  padding: 10px 20px;
}

.download-box .download-content svg {
  width: 36px;
  height: 40px;
}

.download-box .download-content .download-text p:nth-child(1) {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}

.download-box .download-content .download-text p:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.download-box .download-content img {
  width: 84px;
  height: 84px;
}

.canshu-box table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E5E5E5;
}

.canshu-box tr:nth-child(odd) {
  background: #F4F4F4;
}

.canshu-box th {
  background: #D8D8D8;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #010202;
  height: 46px;
}

.canshu-box td {
  text-align: center;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  height: 42px;
  font-weight: 400;
  font-size: 15px;
  color: #666;
}

.canshu-box .gary1 {
  color: #010202;
  background: #E5E5E5;
  border: none;
  width: 120px;
}

.canshu-box .gray2 {
  width: 200px;
  color: #010202;
}

.canshu-box .xuanpei {
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #9E9FA0;
  margin: 0 auto;
}

.canshu-box .biaopei {
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #33B283;
  margin: 0 auto;
}

@media screen and (max-width: 676px) {
  .canshu-box .gary1 {
    width: 80px;
  }
  .canshu-box .gray2 {
    width: 120px;
  }
}

.canshu-box .tips {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  flex-wrap: wrap;
}

.canshu-box .tips .tips-icon {
  display: flex;
}

.canshu-box .tips .tips-icon p {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.canshu-box .tips .tips-icon i {
  margin-right: 5px;
}

.tedian-box {
  padding: 80px 40px;
  background: rgba(244, 244, 244, 0.6);
}

.tedian-box ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.tedian-box ul li {
  position: relative;
  width: 350px;
  height: 200px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 120px;
}

.tedian-box ul li:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.tedian-box ul li:hover img {
  transform: scale(1.2);
}

.tedian-box ul .img-box {
  position: absolute;
  top: -50%;
  left: 10%;
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.tedian-box ul .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .7s ease-in-out;
}

.tedian-box ul .text-box {
  margin-top: 35%;
  text-align: center;
}

.tedian-box ul .text-box p {
  font-weight: 600;
  font-size: 15px;
  color: #606162;
  line-height: 21px;
}

@media screen and (max-width: 991px) and (min-width: 700px) {
  .tedian-box ul li {
    width: 250px;
    height: 150px;
  }
}

.xiangti-box {
  background: #F7F7F7;
  border-radius: 60px;
  border: 1px solid #E5E5E5;
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 60px;
}

.xiangti-box li {
  flex: 0 0 calc(16.666% - 50px);
  max-width: calc(16.666% - 50px);
  box-sizing: border-box;
}

.xiangti-box li .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 178px;
  margin: 0 auto;
}

.xiangti-box li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.xiangti-box li p {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .xiangti-box li {
    flex: 0 0 calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .xiangti-box {
    padding: 30px;
    gap: 30px;
  }
  .xiangti-box li {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .xiangti-box li .img-box {
    width: 100px;
    height: 120px;
  }
}

@media screen and (max-width: 480px) {
  .xiangti-box {
    padding: 20px;
    gap: 20px;
    border-radius: 30px;
  }
  .xiangti-box li {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .xiangti-box li .img-box {
    width: 80px;
    height: 100px;
  }
  .xiangti-box li p {
    margin-top: 10px;
    font-size: 14px;
  }
}

.gongneng-box {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.gongneng-box li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 20px);
  background: #F7F7F7;
  border-radius: 60px;
  border: 1px solid #E5E5E5;
  padding: 40px;
  margin-bottom: 20px;
}

.gongneng-box li:hover {
  background: #1E90FF;
  transition: all .4s ease-in-out;
}

.gongneng-box li:hover .content .title {
  color: #fff;
}

.gongneng-box li:hover .content .brief-intro {
  color: #fff;
}

.gongneng-box li .icon-box {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 40px;
  flex-shrink: 0;
}

.gongneng-box li .icon-box svg {
  width: 44px;
  height: 44px;
}

.gongneng-box li .content .title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 20px;
}

.gongneng-box li .content .brief-intro {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 32px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .gongneng-box {
    gap: 20px;
  }
  .gongneng-box li {
    padding: 20px;
  }
  .gongneng-box li .icon-box {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .gongneng-box li {
    width: 100%;
  }
  .gongneng-box li .icon-box {
    width: 0;
    height: 0;
    border: none;
    margin-right: 0;
  }
}

.shuoming-box ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.shuoming-box ul li {
  position: relative;
  width: 350px;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 0;
  margin-top: 200px;
}

.shuoming-box ul li:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.shuoming-box ul li:hover img {
  transform: scale(1.2);
}

.shuoming-box ul .img-box {
  position: absolute;
  top: -80%;
  left: 10%;
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
}

.shuoming-box ul .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .7s ease-in-out;
}

.shuoming-box ul .text-box {
  margin-top: 20%;
  text-align: center;
}

.shuoming-box ul .text-box p {
  text-align: center;
}

.shuoming-box ul .text-box p:nth-child(1) {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 15px;
}

.shuoming-box ul .text-box p:nth-child(2) {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 32px;
  margin: 0 20px 25px;
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .shuoming-box ul li {
    width: 300px;
  }
}

@media screen and (max-width: 767px) and (min-width: 555px) {
  .shuoming-box ul li {
    width: 250px;
  }
}

.canshu2-box table {
  width: 100%;
  border-collapse: collapse;
}

.canshu2-box th {
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  background: #D8D8D8;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #010202;
  height: 46px;
}

.canshu2-box td {
  text-align: center;
  border: 1px solid #D8D8D8;
  height: 42px;
  font-weight: 400;
  font-size: 15px;
  color: #666;
  line-height: 32px;
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
}

.canshu2-box .gary3,
.canshu2-box .gary4 {
  color: #010202;
  width: 120px;
  background: #F7F7F7;
  text-align: center;
  padding: 0;
}

.canshu2-box .gary4 {
  width: 150px;
}

.canshu2-box pre {
  font-family: PingFangSC, PingFang SC;
  white-space: pre-wrap;
}

.canshu2-box .circle-box {
  min-width: 220px;
}

.canshu2-box .circle-box ul {
  position: relative;
  height: 38px;
}

.canshu2-box .circle-box li {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--color);
  left: calc(30px * var(--offset));
  top: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #595857;
  z-index: var(--offset);
  font-size: 10px;
  border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .canshu2-box .gary3, .canshu2-box .gary4 {
    width: 80px;
  }
  .canshu2-box .circle-box {
    min-width: 120px;
    padding-left: 0;
  }
  .canshu2-box .circle-box ul {
    height: 28px;
  }
  .canshu2-box .circle-box li {
    font-size: 8px;
    width: 28px;
    height: 28px;
    left: calc(20px * var(--offset));
  }
}

.gongneng2-box {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.gongneng2-box li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px;
  background: #F7F7F7;
  border-radius: 60px;
  border: 1px solid #E5E5E5;
  padding: 30px 0;
  margin-bottom: 20px;
}

.gongneng2-box li:hover {
  background: #1E90FF;
  transition: all .4s ease-in-out;
}

.gongneng2-box li:hover .title p {
  color: #fff;
}

.gongneng2-box li:hover .title i {
  background: #fff;
}

.gongneng2-box li:hover .brief-intro {
  color: #fff;
}

.gongneng2-box li .icon-box {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.gongneng2-box li .icon-box svg {
  width: 44px;
  height: 44px;
}

.gongneng2-box li .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  text-align: center;
}

.gongneng2-box li .title i {
  display: block;
  width: 60px;
  height: 2px;
  background: #0F62FE;
  margin: 10px auto;
}

.gongneng2-box li .brief-intro {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 32px;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0 20px;
}

@media screen and (max-width: 1200px) {
  .gongneng2-box {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 770px) {
  .gongneng2-box {
    flex-wrap: wrap;
    gap: 10px;
  }
  .gongneng2-box li {
    width: calc(50% - 10px);
  }
}

.nav-box {
  display: flex;
  gap: 40px;
  align-items: self-start;
}

.nav-box .nav-list {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 220px;
  height: 400px;
  background: #FFFFFF;
  flex-shrink: 0;
}

.nav-box .nav-list .nav-list-item {
  color: #000;
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0 10px 30px;
}

.nav-box .nav-list .nav-list-item:hover {
  color: #0F62FE;
}

.nav-box .nav-list .nav-list-item.active {
  color: #0F62FE;
}

.nav-box .content-section .row {
  display: none;
}

.nav-box .content-section .row.show {
  display: flex;
}

.nav-box ul {
  width: 100%;
}

.nav-box ul li {
  margin-bottom: 20px;
}

.nav-box ul a {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-box ul a:hover {
  transform: translateY(-5px);
}

.nav-box ul .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  height: 100px;
}

.nav-box ul .img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.nav-box ul .title {
  font-weight: 500;
  font-size: 14px;
  color: #606162;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 770px) {
  .nav-box {
    gap: 10px;
  }
  .nav-box .nav-list {
    width: 140px;
  }
  .nav-box .nav-list .nav-list-item {
    padding: 10px;
  }
}

.banner-box {
  padding: 0 !important;
  background: linear-gradient(90deg, #EFF3FF 0%, #D7DDED 100%);
}

.banner-box .container {
  background: url(../images/product/banner.png) no-repeat right center;
  background-size: auto 90%;
  padding: 100px 0;
}

@media screen and (max-width: 770px) {
  .banner-box .container {
    background-size: auto 50%;
  }
}

.banner-box .breadcrumb-content {
  margin-left: 20px;
}
