.containerDiv[data-v-92d3bed6] {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  background-color: #f7f9ff;
  padding: 6% 0;
}
.containerDiv .title .cnTitle[data-v-92d3bed6] {
  width: 10rem;
  height: 3.6875rem;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.6875rem;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: capitalize;
  background: linear-gradient(90deg, #254ef6 3.62%, #bf7cf7 96.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.containerDiv .title .enTitle[data-v-92d3bed6] {
  color: #999a9c;
  font-family: D-DIN;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.containerDiv .content[data-v-92d3bed6] {
  width: 100%;
}
.containerDiv .content .product-list[data-v-92d3bed6] {
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.containerDiv .content .product-list .item[data-v-92d3bed6] {
  width: 32%;
  height: 26vh;
  margin-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.containerDiv .content .product-list .item .overlay[data-v-92d3bed6] {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  background-color: rgba(108, 114, 242, 0.5);
  transition: top 0.2s ease-in-out;
}
.containerDiv .content .product-list .item:hover .overlay[data-v-92d3bed6],
.containerDiv .content .product-list .item:active .overlay[data-v-92d3bed6] {
  top: 0;
}
.containerDiv .content .product-list .item:hover .text-box[data-v-92d3bed6],
.containerDiv .content .product-list .item:active .text-box[data-v-92d3bed6] {
  top: 12%;
}
.containerDiv .content .product-list .item:hover .text-box .desc[data-v-92d3bed6],
.containerDiv .content .product-list .item:active .text-box .desc[data-v-92d3bed6] {
  padding-top: 0;
}
.containerDiv .content .product-list .item .text-box[data-v-92d3bed6] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 40%;
  color: #fff;
  text-align: center;
  z-index: 19;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  transition: top 0.2s ease-in-out;
}
.containerDiv .content .product-list .item .text-box .title[data-v-92d3bed6] {
  font-size: 1.5rem;
  padding-bottom: 0.7rem;
}
.containerDiv .content .product-list .item .text-box .subTitle[data-v-92d3bed6] {
  font-size: 0.85rem;
  padding-bottom: 0.7rem;
}
.containerDiv .content .product-list .item .text-box .desc[data-v-92d3bed6] {
  width: 100%;
  padding: 0 15px;
  padding-top: 50%;
  font-size: 0.8rem;
  transition: padding-top 0.2s ease-in-out;
}
.containerDiv .contact[data-v-92d3bed6] {
  position: absolute;
  right: 1.5%;
  bottom: 3.625rem;
}
@media all and (-moz-min-device-pixel-ratio: 1.2) and (-moz-max-device-pixel-ratio: 1.4), (min-resolution: 1.2dppx) and (max-resolution: 1.4dppx) {
.text-box .title[data-v-92d3bed6] {
    font-size: 1.4rem;
}
.text-box .subTitle[data-v-92d3bed6] {
    font-size: 0.8rem;
}
.text-box .desc[data-v-92d3bed6] {
    font-size: 0.8rem;
}
}
@media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.7), (min-resolution: 1.41dppx) and (max-resolution: 1.7dppx) {
.text-box .title[data-v-92d3bed6] {
    font-size: 1.3rem;
}
.text-box .subTitle[data-v-92d3bed6] {
    font-size: 0.7rem;
}
.text-box .desc[data-v-92d3bed6] {
    font-size: 0.7rem;
}
}
@media all and (-moz-min-device-pixel-ratio: 1.71) and (-moz-max-device-pixel-ratio: 2), (min-resolution: 1.71dppx) and (max-resolution: 2dppx) {
.text-box .title[data-v-92d3bed6] {
    font-size: 1.2rem;
}
.text-box .subTitle[data-v-92d3bed6] {
    font-size: 0.6rem;
}
.text-box .desc[data-v-92d3bed6] {
    font-size: 0.6rem;
}
}

.containerDiv[data-v-3138f6cc] {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  background: none;
  position: relative;
}
.containerDiv[data-v-3138f6cc] .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
}
.containerDiv[data-v-3138f6cc] .ant-spin-blur {
  opacity: 0.1;
}
.containerDiv .btn-box[data-v-3138f6cc] {
  display: flex;
  justify-content: center;
}
.containerDiv .tryOutBtn[data-v-3138f6cc] {
  cursor: pointer;
  display: inline-block;
  margin: 12% 44% 0 44%;
  padding: 0.5rem 1.5rem;
  gap: 0.5rem;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  background: linear-gradient(90deg, #164fff 0%, #5b03ff 100%);
  border-radius: 4px;
}
.containerDiv video[data-v-3138f6cc] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  /* 确保视频在其他内容后面 */
}
.containerDiv .content[data-v-3138f6cc] {
  height: calc(100vh - 12.6875rem);
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  align-items: center;
  position: relative;
}
.containerDiv .content .title[data-v-3138f6cc] {
  font-family: PingFang SC;
  font-style: normal;
  font-size: 4.2rem;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.2rem;
  text-transform: capitalize;
  background: linear-gradient(90deg, #1f4ef5 0%, #a83cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.containerDiv .content .top[data-v-3138f6cc] {
  position: absolute;
  top: 27vh;
}
.containerDiv .content .searchDiv[data-v-3138f6cc] {
  width: 55vw;
  height: 3rem;
  margin-top: 2.5625rem;
  display: flex;
  align-items: center;
  position: relative;
}
.containerDiv .content .searchDiv[data-v-3138f6cc]:focus {
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.containerDiv .content .searchDiv .historyDiv[data-v-3138f6cc] {
  position: absolute;
  left: 0;
  top: 3.5rem;
  width: 80%;
  z-index: 1009;
}
.containerDiv .content .searchDiv .btnFont[data-v-3138f6cc] {
  margin-left: 0.625rem;
  color: #fff;
  font-family: PingFang SC, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  /* 110% */
  letter-spacing: 0.21875rem;
}
.containerDiv .content .searchDiv .btnClass[data-v-3138f6cc] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  border: 1px solid #3258f3;
  border-left: none;
  background: linear-gradient(90deg, #164fff 0%, #5b03ff 70%);
  cursor: pointer;
  border-radius: 0 0.2rem 0.2rem 0;
}
[data-v-3138f6cc] .ant-input {
  background: rgba(255, 255, 255, 0.3);
  height: 3rem;
  color: #333;
  font-size: 1rem;
  border: 1px solid #3258f3;
  border-right: none;
  border-radius: 0.2rem 0 0 0.2rem;
}
[data-v-3138f6cc] .ant-input:focus {
  box-shadow: none;
}
[data-v-3138f6cc] .ant-divider-vertical {
  height: 1.1rem;
}

.indexDiv[data-v-594a5227] {
  width: 100vw;
}
.indexDiv .outDiv[data-v-594a5227] {
  position: relative;
}
.indexDiv .outDiv .nextDiv[data-v-594a5227] {
  z-index: 999;
  position: absolute;
  left: calc(50% - 29px);
  bottom: 0.3rem;
  cursor: pointer;
}
.contact_footer[data-v-594a5227] {
  height: 26.3125rem !important;
}
.ai-btn[data-v-594a5227] {
  position: fixed;
  right: 1rem;
  top: 12rem;
  width: 15rem;
  height: 6.9rem;
  padding: 2.55rem 0 0 6.6rem;
  background: url(../../static/img/icon.10171189.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: transform 0.5s ease, right 0.5s ease;
  cursor: pointer;
}
.ai-btn[data-v-594a5227]:hover {
  transform: scale(1.1);
  right: 1.2rem;
}
.ai-btn .ai-text[data-v-594a5227] {
  font-family: SimHei;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 100%;
  /* identical to box height, or 24px */
  text-align: center;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #4b59e4 0%, #e17ef1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.dingChat-btn[data-v-594a5227] {
  position: absolute;
  right: 0.7rem;
  top: 24rem;
  width: 7.5rem;
  height: 7.8rem;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  z-index: 19;
  transition: transform 0.5s ease, right 0.5s ease;
}
.dingChat-btn[data-v-594a5227]:hover {
  transform: scale(1.1);
  right: 1rem;
}
.dingChat-btn img[data-v-594a5227] {
  width: 100%;
  height: 100%;
}

