.product-content {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.product-talking {
  width: 100%;
  height: calc(100vh - 59px);
  background: url(../../assets/img/product/product-talking.png) center center no-repeat;
  background-size: cover;
  margin-top: 59px;
}

.visu-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.row {
  margin: 0;
}

.product-text {
  font-size: 60px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}

.product-text2 {
  margin-top: 30px;
  font-size: 24px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.product-text3 {
  font-size: 24px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-into {
  width: 40px;
  height: 40px;
  margin-left: 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;

}

.product-into i {
  font-size: 40px;
}

.product-example {
  width: 100%;
  height: 570px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.example-row {
  width: 1200px;
  display: flex;
}
.example-box {
  width: 1200px;
  height: 100%;
  position: relative;
}

.example-title {
  font-size: 30px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: bold;
  color: #333333;
}

.example-en {
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #666666;
  margin-top: 5px;
}

.example-line {
  width: 64px;
  height: 4px;
  background: rgba(24, 144, 255, 1);
  margin: 22px 0 33px;
}

.example-text {
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: #666666;
}

.example-right {
  width: 580px;
  height: 354px;
  margin-top: 170px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.example-left {
  flex: 1;
  padding-right: 80px;
  margin-top: 204px;
}

.example-img{
  width: 280px;
  height: 157px;
  background: url(../../assets/img/product/bg004.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.example-img2 img {
  height: 100%;
  display: inline-block;
  cursor: pointer;
  transition: all 0.6s;
}

.example-img2 img:hover {
  transform: scale(1.1);
}

.find-box {
  width: 100%;
  height: 670px;
  background: rgba(24, 144, 255, 0.1);
}

.find-auto {
  width: 1200px;
  margin: 0 auto;
}

.find-text {
  height: 305px;
  padding-top: 90px;
}
.find-text p {
  text-align: center;
}

.find-text p:nth-child(1) {
  font-size: 30px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
}

.find-text p:nth-child(2) {
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: #666666;
  margin: 5px 0 10px;
}

.find-text p:nth-child(3) {
  width: 64px;
  height: 4px;
  background: rgba(24, 144, 255, 1);
  margin-bottom: 30px;
}

.find-text p:nth-child(4) {
  max-width: 532px;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: #666666;
}

.find-img {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.find-img .imgTop {
  width: 275px;
  display: inline-block;
}

.custom-box {
  height: 943px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.custom-place {
  width: 1200px;
  margin-top: 120px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.custom-top {
  height: 56px;
  display: flex;
}

.custom-twig {
  display: inline-block;
  width: 4px;
  height: 56px;
  background: rgba(24, 144, 255, 1);
}

.custom-tetx p:nth-child(1) {
  font-size: 30px;
  line-height: 34px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: bold;
  color: #333333;
  margin-left: 20px;
}

.custom-tetx p:nth-child(2) {
  margin-top: 5px;
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #666666;
  margin-left: 20px;
}

p {
  margin: 0;
}

.cxt-1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 357px;
}

.cxt-1 .custom-title {
  margin-left: 30px;
}

.cxt-2 {
  display: flex;
  align-items: center;
  height: 357px;
}

.cxt-2 .custom-title {
  margin-right: 30px;
}

.explain-text {
  margin-top: 20px;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #666666;
}

.place-box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border: 1px solid rgba(255, 255, 255, 1);
  position: relative;
}

.place-blue {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: rgba(24, 144, 255, 0.8);
  position: relative;
}

.place-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-family: "PingFang SC", "Microsoft YaHei";
  
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.custom-img {
  height: 357px;
  background: rgba(24, 144, 255, 0.2);
  display: flex;
  align-items: center;

}

.custom-img img {
  cursor: pointer;
  transition: all 0.6s;
  margin-left: 8px;
  margin-right: 4px;
  width: 98%;
  height: 98%;
}

.custom-img2 {
  height: 357px;
  background: rgba(24, 144, 255, 0.2);
  display: flex;
  align-items: center;

}

.custom-img2 img {
  cursor: pointer;
  transition: all 0.6s;
  width: 98%;
  height: 98%;
  position: relative;
  left: 0.6%;
  object-fit: cover;
  z-index: 9;
}

.custom-img2 img:hover {
  transform: scale(1.1);
}

.custom-img img:hover {
  transform: scale(1.1);
}


.modeling-box {
  height: 480px;
  background: rgba(24, 144, 255, 1);
  overflow: hidden;
}

.modeling-center {
  display: flex;
  align-items: center;
}

.visu-box2 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.modeling-text {
  width: 446px;
}

.modeling-text p:nth-child(1) {
  font-size: 30px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: rgba(255, 255, 255, 1);
}

.modeling-text p:nth-child(2) {
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  opacity: 0.65;
  margin-top: 5px;
}

.modeling-text p:nth-child(3) {
  width: 64px;
  margin-top: 20px;
  height: 4px;
  background: rgba(255, 255, 255, 1);
}

.modeling-text p:nth-child(4) {
  margin-top: 33px;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: rgba(255, 255, 255, 1);
}

.data-img {
  width: 837px;
  height: 480px;
}

.data-img img {
  width: 837px;
  height: 100%;
}

.encrypt-box {
  height: 650px;
}

.encrypt-text p:nth-child(1) {
  font-size: 30px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  text-align: center;
  margin-top: 113px;
}

.encrypt-text p:nth-child(2) {
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #666666;
  text-align: center;
  margin-top: 5px;
}

.encrypt-text p:nth-child(3) {
  width: 64px;
  height: 4px;
  background: rgba(24, 144, 255, 1);
  margin-top: 10px;
}

.encrypt-text p:nth-child(4) {
  max-width: 532px;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #666666;
  text-align: center;
  margin-top: 30px;
}

.encrypt-text2 p {
  text-align: center;
}

.encrypt-text2 p:nth-child(2) {
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  opacity: 0.65;
  text-align: center;
  margin-top: 5px;
}

.encrypt-text2 p:nth-child(3) {
  width: 64px;
  height: 4px;
  background: rgba(24, 144, 255, 1);
  margin-top: 10px;
}

.encrypt-text2 p:nth-child(4) {
  max-width: 532px;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  opacity: 0.85;
  text-align: center;
  margin-top: 30px;
}

.encrypt-img {
  margin-top: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.encrypt-img img {
  max-width: 100%;
}

.big-box {
  width: 100%;
  height: 820px;
  overflow: hidden;
  position: relative;
}

.big-text {
  position: absolute;
  left: 50%;
  top: 33px;
  transform: translate(-50%);
  z-index: 2;
}

.big-text p:nth-child(1) {
  color: #fff;
  font-size: 30px;
  font-family: "PingFang SC", "Microsoft YaHei";
  opacity: 0.85;
}

.big-text p:nth-child(2) {
  color: #fff;
}

.big-text p:nth-child(4) {
  color: #fff;
}

.big-box img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.6s;
}

.big-box img:hover {
  transform: scale(1.1);
}

.custom-two {
  width: 100%;
  height: 640px;
}

.custom-two img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.6s;
  transform: scale(1.1);
}



.custom-app {
  display: none;
  height: 100%;
  overflow: hidden;
}

.app-lunbo {
  width: calc(100% - 48px);
  height: 720px;
  margin: 0 auto;
  background: rgba(24, 144, 255, 0.02);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.app-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 10px 10px;
}

.dot-box {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dot-box ul {
  display: flex;
}

.dot-box ul li {
  list-style: none;
  width: 16px;
  height: 16px;
  background: rgba(204, 204, 204, 1);
  border-radius: 50%;
  margin: 0 10px;
}

.dotEspe {
  background: rgba(16, 142, 233, 1) !important;
}
