.container {
  width: 100%;
  position: relative;
}
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 40px;
}
.header .line {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.header .line img {
  width: 100%;
  display: block;
}
.header .wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .wrap .logo {
  width: 130px;
  height: 130px;
  background: #f1f3f2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .wrap .logo img {
  width: 60%;
  display: block;
}
.header .wrap .contact {
  display: flex;
  align-items: center;
  width: auto;
  padding: 0;
}
.header .wrap .contact a {
  display: flex;
  align-items: center;
  margin: 0 40px;
}
.header .wrap .contact a img {
  width: 25px;
  display: block;
  margin-right: 15px;
}
.header .wrap .contact a span {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.header .wrap .contact a:last-child img {
  width: 30px;
}
.header .wrap .contact a:hover span {
  color: #e20005;
}
.banner {
  width: 100%;
  background: #e9ebea;
  position: relative;
  z-index: 1;
}
.banner .wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.banner .wrap .h1 {
  width: 60%;
  position: relative;
  margin-bottom: 30px;
}
.banner .wrap .h1 .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -40px;
  top: 40px;
}
.banner .wrap .h1 .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner .wrap .h1 .text {
  font-size: 70px;
  color: #000;
  font-weight: 600;
}
.banner .wrap .items {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.banner .wrap .items .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.banner .wrap .items .item img {
  width: 28px;
  height: 28px;
  display: block;
  margin-right: 20px;
}
.banner .wrap .items .item span {
  font-size: 18px;
  color: #000;
}
.banner .wrap .items .item:first-child {
  margin-right: 50px;
}
.banner .imgs {
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner .imgs img {
  width: 100%;
  display: block;
}
.banner .text1 {
  width: 220px;
  position: absolute;
  right: 100px;
  bottom: 10%;
  z-index: 2;
}
.banner .text1 .p {
  position: relative;
  margin-bottom: 20px;
}
.banner .text1 .p img {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  left: -40px;
  top: 5px;
  animation: banner-text1-breath 1.8s ease-in-out infinite;
}
.banner .text1 .p span {
  font-size: 12px;
  color: #434343;
  border-bottom: 1px solid #4A4A4A;
  display: inline-block;
  padding-bottom: 10px;
}
@keyframes banner-text1-breath {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.button {
  width: 260px;
  height: 52px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.button .span {
  width: calc(100% - 55px);
  height: 100%;
  font-size: 20px;
  color: #fff;
  background: #e20005;
  display: flex;
  align-items: center;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  padding-left: 30px;
  text-align: left;
  box-sizing: border-box;
}
.button .icon {
  width: 55px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.button .icon img {
  width: 60%;
  display: block;
}
.button:hover .span {
  width: 100%;
}
.marquee-container {
  width: 100%;
}
.marquee-container .swiper-container {
  width: 100%;
  overflow-x: scroll;
  padding: 10px 0;
}
.marquee-container .swiper-container::-webkit-scrollbar {
  display: none;
}
.marquee-container .swiper-container .swiper-wrapper {
  width: 100%;
  display: flex;
}
.marquee-container .swiper-container .swiper-wrapper .swiper-slide {
  width: 10%;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.marquee-container .swiper-container .swiper-wrapper .swiper-slide .img {
  height: 90px;
  min-height: 90px;
  margin: 0 auto;
}
.marquee-container .swiper-container .swiper-wrapper .swiper-slide .img img {
  height: 100%;
  min-height: 90px;
  display: block;
}
.marquee-container .swiper-container .swiper-wrapper .swiper-slide .name {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #333;
}
.marquee-container .progress {
  width: 100%;
  height: 2px;
}
.marquee-container .progress .line {
  width: 40%;
  height: 100%;
  background: #E20005;
}
.model {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.model .bg {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.model .main {
  width: 100%;
  position: relative;
  z-index: 3;
}
.model .main .title {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 160px 0;
}
.model .main .title .text {
  width: 50%;
}
.model .main .title .text .p {
  width: 100%;
  color: #000000;
  font-size: 60px;
  margin-bottom: 30px;
  font-weight: 600;
}
.model .main .title .text .p strong {
  color: #e20005;
  font-weight: 600;
  font-size: 80px;
}
.model .main .title .text .p:last-child {
  font-size: 22px;
  margin-bottom: 0;
}
.model .main .title .style {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.model .main .title .style .img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.model .main .title .style .img img {
  display: block;
  width: 240px;
}
.model .main .title .style .option {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model .main .title .style .option .item {
  display: flex;
  align-items: center;
  margin: 0 25px;
}
.model .main .title .style .option .item img {
  width: 32px;
  display: block;
  margin-right: 12px;
}
.model .main .title .style .option .item span {
  font-size: 18px;
  color: #242424;
}
.model .main .title.pc {
  display: flex;
}
.model .main .title.mobile {
  display: none;
}
.model .main .d3 {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.model .main .d3 .canvas {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model .main .d3 .canvas .set_logo {
  width: 240px;
  margin-left: 80px;
  background: url(../img/263.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 10px;
}
.model .main .d3 .canvas .set_logo .label {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.model .main .d3 .canvas .set_logo .label img {
  height: 34px;
  display: block;
}
.model .main .d3 .canvas .set_logo .shape {
  width: 100%;
}
.model .main .d3 .canvas .set_logo .shape .group {
  width: 100%;
  margin-bottom: 80px;
}
.model .main .d3 .canvas .set_logo .shape .group .text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}
.model .main .d3 .canvas .set_logo .shape .group .btn {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 20px;
  background: url(../img/button.png) no-repeat;
  background-size: 80%;
  background-position: center;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 10px;
}
.model .main .d3 .canvas .set_logo .shape .group .btn:hover {
  color: #fff;
  background-image: url(../img/button2.png);
}
.model .main .d3 .canvas .set_logo .shape .group .cur {
  color: #fff;
  background-image: url(../img/button2.png);
}
.model .main .d3 .canvas .model-viewer {
  width: calc(100% - 320px);
}
.model .main .d3 .canvas .model-viewer .m1 {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.model .main .d3 .canvas .model-viewer .m2 {
  width: 120px;
  height: 230px;
  margin: 0 auto;
}
.model .main .d3 .canvas .model-viewer .m3 {
  width: 120px;
  height: 460px;
  margin: 0 auto;
}
.model .main .d3 .tools {
  width: 50%;
  max-width: 820px;
}
.model .main .d3 .tools .item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  background: url(../img/262.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.model .main .d3 .tools .item .label {
  width: 20%;
  display: flex;
  align-items: center;
}
.model .main .d3 .tools .item .label span {
  font-size: 20px;
  color: #000;
  margin-right: 20px;
}
.model .main .d3 .tools .item .label img {
  width: 3px;
  height: 22px;
}
.model .main .d3 .tools .item .options {
  width: calc(80% - 100px);
  display: flex;
  justify-content: space-around;
}
.model .main .d3 .tools .item .options .option {
  width: calc(100% / 3);
}
.model .main .d3 .tools .item .options .option .text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
.model .main .d3 .tools .item .options .option .btn {
  width: 100%;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  background: url(../img/button.png) no-repeat;
  background-size: 80%;
  background-position: center;
  cursor: pointer;
}
.model .main .d3 .tools .item .options .option .btn span {
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.model .main .d3 .tools .item .options .option .btn:hover {
  background-image: url(../img/button2.png);
}
.model .main .d3 .tools .item .options .option .btn:hover span {
  color: #fff;
}
.model .main .d3 .tools .item .options .option .cur {
  background-image: url(../img/button2.png);
}
.model .main .d3 .tools .item .options .option .cur span {
  color: #fff;
}
.model .main .d3 .tools .item .colors {
  width: 130px;
  height: 130px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.model .main .d3 .tools .item .colors img {
  width: 100%;
  height: 100%;
  display: block;
}
.model .main .d3 .tools .item .colors span {
  font-size: 14px;
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.model .main .d3 .tools .mobile {
  display: none;
}
.model .main .d3 .tools .item2 {
  width: 100%;
  padding: 50px 0;
}
.model .main .d3 .tools .button {
  margin: 0 auto;
}
.model .pc {
  display: block;
}
.model .mobile {
  display: none;
}
.pros {
  width: 100%;
  position: relative;
}
.pros .title {
  width: 100%;
  text-align: center;
  padding: 120px 0;
}
.pros .title h2 {
  font-size: 64px;
  color: #000;
  margin-bottom: 60px;
}
.pros .title .span {
  font-size: 24px;
  color: #000;
}
.pros .main {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pros .main .side {
  width: 360px;
  height: 1000px;
  border-radius: 20px;
  background: #e8ebe9;
}
.pros .main .side .type {
  width: 100%;
  align-items: center;
  justify-content: space-around;
  background: #000;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.pros .main .side .type .type_item {
  font-size: 24px;
  font-family: Inter;
  color: #fff;
  padding: 20px;
  border-radius: 100px;
  cursor: pointer;
}
.pros .main .side .type .cur {
  background: #e20005;
}
.pros .main .side .side_title {
  width: 100%;
  font-size: 30px;
  color: #000;
  padding: 30px;
  font-weight: 600;
  box-sizing: border-box;
}
.pros .main .side .ul {
  width: 100%;
  padding: 0 40px;
  height: calc(100% - 200px);
  overflow-y: auto;
  box-sizing: border-box;
}
.pros .main .side .ul::-webkit-scrollbar {
  display: none;
}
.pros .main .side .ul .li {
  width: 100%;
  border-top: 1px solid #000;
}
.pros .main .side .ul .li .label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 10px;
}
.pros .main .side .ul .li .label span {
  display: block;
  width: calc(100% - 18px);
  font-size: 20px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pros .main .side .ul .li .label img {
  width: 18px;
  display: block;
  cursor: pointer;
}
.pros .main .side .ul .li .label {
  cursor: pointer;
}
.pros .main .side .ul .li .value {
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding-bottom 0.35s ease;
  padding-bottom: 0;
}
.pros .main .side .ul .li.open .value {
  max-height: 600px;
  padding-bottom: 10px;
}
.pros .main .side .ul .li .value .item {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 6px;
  padding: 4px 6px;
  transition: background 0.2s ease;
}
.pros .main .side .ul .li .value .item img {
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 16px;
}
.pros .main .side .ul .li .value .item span {
  display: block;
  width: calc(100% - 18px - 16px);
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.pros .main .side .ul .li .value .item:hover {
  background: rgba(0, 0, 0, 0.06);
}
.pros .main .side .ul .li .value .item.cur {
  background: rgba(186, 0, 4, 0.1);
}
.pros .main .side .ul .li .value .item.cur span {
  color: #ba0004;
  font-weight: 600;
}
.pros .main .list {
  width: calc(100% - 360px - 30px);
  height: 1000px;
  border-radius: 20px;
  background: #e8ebe9;
  box-sizing: border-box;
  padding-top: 130px;
  position: relative;
}
.pros .main .list .type {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #000;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.pros .main .list .type .type_item {
  font-size: 24px;
  font-family: Inter;
  color: #fff;
  padding: 20px;
  border-radius: 100px;
  cursor: pointer;
}
.pros .main .list .type .cur {
  background: #e20005;
}
.pros .main .list .pro_items {
  padding: 0 60px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.pros .main .list .pro_items .item {
  width: calc((100% - 150px)/4);
  margin-bottom: 50px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  margin-right: 50px;
  overflow: hidden;
  cursor: pointer;
}
.pros .main .list .pro_items .item:nth-child(4n) {
  margin-right: 0;
}
.pros .main .list .pro_items .item .img {
  width: 100%;
}
.pros .main .list .pro_items .item .img img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.pros .main .list .pro_items .item .name {
  width: 100%;
  text-align: center;
  border-radius: 0px 0px 20px 20px;
  background: #000;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  transform: translateY(100%);
  transition: 0.5s;
}
.pros .main .list .pro_items .item:hover .name {
  transform: translateY(0%);
}
.pros .main .list .pro_items .item:hover .img img {
  transform: scale(1.1);
}
.pros .main .list .pages {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  gap: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pros .main .list .pages .page-btn {
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  user-select: none;
  box-sizing: border-box;
}
.pros .main .list .pages .page-btn:hover {
  color: #000;
  border-color: #999;
}
.pros .main .list .pages .page-btn.cur {
  border: 1px solid #333;
  color: #000;
  font-weight: 600;
  background: transparent;
}
.pros .main .list .pages .page-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.pros .main .list .pages .page-btn.prev,
.pros .main .list .pages .page-btn.next {
  font-size: 16px;
  border: none;
}
.pros .main .list .pages .page-btn.prev:hover,
.pros .main .list .pages .page-btn.next:hover {
  border: none;
}
.pros .main .list .pages .page-btn.ellipsis {
  cursor: default;
  pointer-events: none;
  letter-spacing: 2px;
}
.pros .main .list .pages .page-btn.ellipsis:hover {
  border-color: transparent;
}
.pros .main .list .no-data {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  color: #999;
  font-size: 14px;
}
.pros .main .component {
  width: 100%;
  padding-top: 100px;
  padding-left: 390px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.process {
  width: 100%;
  position: relative;
  margin-bottom: 200px;
}
.process .title {
  width: 100%;
  text-align: center;
  padding: 120px 0;
}
.process .title h2 {
  font-size: 64px;
  color: #000;
  margin-bottom: 60px;
}
.process .title .span {
  font-size: 24px;
  color: #000;
}
@keyframes svgDraw1 {
  from {
    stroke-dashoffset: 244;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes svgDraw2 {
  from {
    stroke-dashoffset: 478;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes svgDraw3 {
  from {
    stroke-dashoffset: 366;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes svgDraw4 {
  from {
    stroke-dashoffset: 711;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.process .icons {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 160px;
}
.process .icons .icon {
  height: 110px;
  margin: 0 75px;
  cursor: pointer;
  position: relative;
}
.process .icons .icon path {
  stroke-dashoffset: 1000;
  animation: none;
}
.process .icons .icon.icon1 path {
  stroke-dasharray: 244;
  stroke-dashoffset: 244;
}
.process .icons .icon.icon2 path {
  stroke-dasharray: 478;
  stroke-dashoffset: 478;
}
.process .icons .icon.icon3 path {
  stroke-dasharray: 366;
  stroke-dashoffset: 366;
}
.process .icons .icon.icon4 path {
  stroke-dasharray: 711;
  stroke-dashoffset: 711;
}
.process .icons .icon.icon1.animating path {
  animation: svgDraw1 5s linear forwards;
}
.process .icons .icon.icon2.animating path {
  animation: svgDraw2 5s linear forwards;
}
.process .icons .icon.icon3.animating path {
  animation: svgDraw3 5s linear forwards;
}
.process .icons .icon.icon4.animating path {
  animation: svgDraw4 5s linear forwards;
}
.process .icons .icon .img1 {
  height: 100%;
  display: block;
  position: relative;
}
.process .icons .icon .img1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.process .icons .icon .img2 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.process .icons .icon2 {
  height: 90px;
}
.process .icons .icon4 {
  height: 70px;
}
.process .list {
  width: 100%;
  position: relative;
}
.process .list .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.process .list .swiper {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 70px;
}
.process .list .swiper .swiper-wrapper {
  width: 100%;
  display: flex;
}
.process .list .swiper .swiper-wrapper .swiper-slide {
  width: 400px;
  height: 650px;
  border-radius: 20px;
  background: #ffffff;
  margin: 0 20px;
  flex-shrink: 0;
  overflow: hidden;
}
.process .list .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
}
.process .list .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  display: block;
}
.process .list .swiper .swiper-wrapper .swiper-slide .name {
  width: 100%;
  color: #db2a2a;
  font-size: 32px;
  font-weight: 600;
  padding: 20px 30px;
  box-sizing: border-box;
}
.process .list .swiper .swiper-wrapper .swiper-slide .ol {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.process .list .swiper .swiper-wrapper .swiper-slide .ol p {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  font-weight: 600;
}
.process .list .swiper .swiper-wrapper .swiper-slide .text {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  padding-bottom: 40px;
}
.process .list .swiper .pages .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.process .list .swiper .pages .swiper-pagination-bullet-active {
  background: #ffffff;
}
.process .tips {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
.process .tips .wrap {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process .tips .wrap span {
  font-size: 24px;
  color: #000;
  margin-right: 30px;
}
.process .tips .wrap .tip-icon {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: block;
}
.process .tips .wrap .tip-icon img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s ease;
}
.process .tips .wrap .tip-icon img:nth-child(1) {
  transform: translateY(0);
}
.process .tips .wrap .tip-icon img:nth-child(2) {
  transform: translateY(-100%);
}
.process .tips .wrap::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.process .tips .wrap:hover .tip-icon img:nth-child(1) {
  transform: translateY(100%);
}
.process .tips .wrap:hover .tip-icon img:nth-child(2) {
  transform: translateY(0);
}
.process .tips .wrap:hover::after {
  width: 5%;
}
.model2 {
  width: 100%;
  position: relative;
  background: #000000;
  padding-bottom: 100px;
}
.model2 .title {
  width: 100%;
  text-align: center;
  padding: 120px 0;
}
.model2 .title h2 {
  font-size: 64px;
  color: #fff;
  margin-bottom: 60px;
}
.model2 .title .span {
  font-size: 24px;
  color: #fff;
}
.model2 .content {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.model2 .content .list {
  width: 40%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.model2 .content .list .swiper {
  width: 45%;
  height: 820px;
  position: relative;
  z-index: 1;
}
.model2 .content .list .swiper .swiper-wrapper {
  width: 100%;
}
.model2 .content .list .swiper .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px;
}
.model2 .content .list .swiper .swiper-slide img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.model2 .content .list .swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.model2 .content .list .swiper .swiper-slide .play {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #ffffff1a;
  backdrop-filter: blur(4px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.model2 .content .list .swiper .swiper-slide .play img {
  width: 100%;
  height: 100%;
  display: block;
}
.model2 .content .list::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: -50px;
  background: #000;
  z-index: 3;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000000 85%);
}
.model2 .content .list::before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: #000;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #000000 100%);
}
.model2 .content .list .glass {
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 20%);
}
.model2 .content .list .glass2 {
  top: 0;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000000 30%);
}
.model2 .content .text {
  width: 50%;
}
.model2 .content .text .h2 {
  font-size: 54px;
  text-align: right;
  font-weight: 600;
  margin-bottom: 50px;
}
.model2 .content .text .h2 em {
  color: #E20005;
  font-style: normal;
}
.model2 .content .text .span {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  text-align: right;
}
.model2 .bg {
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.faq {
  width: 100%;
  padding: 100px 0;
  margin-bottom: 100px;
}
.faq .title {
  width: 100%;
  text-align: center;
  padding: 120px 0;
}
.faq .title h2 {
  font-size: 64px;
  color: #000;
  margin-bottom: 60px;
}
.faq .title .span {
  font-size: 24px;
  color: #000;
}
.faq .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.faq .list .left {
  width: 46%;
}
.faq .list .left .item {
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
.faq .list .left .item .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .list .left .item .label img {
  width: 20px;
  height: 20px;
  display: block;
}
.faq .list .left .item .label span {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  transition: 0.5s;
}
.faq .list .left .item .value {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}
.faq .list .left .item .value p {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}
.faq .list .left .item.open .value {
  max-height: 300px;
  padding: 20px 0;
}
.faq .list .left .item.open .label img {
  transition: 0.3s;
}
.faq .list .left .item:hover span {
  color: #E20005;
}
.faq .list .right {
  width: 46%;
  position: relative;
}
.faq .list .right .swiper {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.faq .list .right .swiper .swiper-wrapper {
  width: 100%;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  height: auto !important;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide .label img {
  width: 20px;
  height: 20px;
  display: block;
  transition: 0.3s;
  flex-shrink: 0;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide .label span {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  transition: 0.5s;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide .value {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide .value p {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide.open .value {
  max-height: 300px;
  padding: 20px 0;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide.open .label img {
  transition: 0.3s;
}
.faq .list .right .swiper .swiper-wrapper .swiper-slide:hover span {
  color: #E20005;
}
.faq .list .right .down {
  width: 60px;
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.model3 {
  width: 100%;
  position: relative;
}
.model3 .bg {
  width: 100%;
  display: block;
}
.model3 .list {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  border-radius: 30px;
  background: #ffffff1a;
}
.model3 .list .item {
  width: calc(100% / 3);
  position: relative;
  padding: 60px 0;
  cursor: pointer;
  border-right: 3px solid #E8EBE97a;
  border-bottom: 3px solid #E8EBE97a;
  box-sizing: border-box;
  overflow: hidden;
}
.model3 .list .item .num {
  font-size: 12px;
  color: #c4c4c4;
  position: absolute;
  top: 20px;
  left: 40px;
}
.model3 .list .item .icon {
  height: 90px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
}
.model3 .list .item .icon img {
  height: 90px;
  display: block;
}
.model3 .list .item .name {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.model3 .list .item:nth-child(3n) {
  border-right: none;
}
.model3 .list .item:nth-child(3n) .icon img {
  height: 120px;
}
.model3 .list .item:nth-child(4) {
  border-bottom: none;
}
.model3 .list .item:nth-child(5) {
  border-bottom: none;
}
.model3 .list .item:nth-child(5) .icon img {
  height: 120px;
}
.model3 .list .item:nth-child(6) {
  border-bottom: none;
}
.model3 .list .item:nth-child(6) .icon img {
  width: 200px;
}
.model3 .list .item .num,
.model3 .list .item .icon,
.model3 .list .item .name {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.model3 .list .item .dialog {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 30px 50px;
  box-sizing: border-box;
  background: #ffffff5a;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.model3 .list .item .dialog .label {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.model3 .list .item .dialog .label img {
  width: 50px;
  display: block;
  margin-right: 30px;
}
.model3 .list .item .dialog .label span {
  font-size: 24px;
  color: #000;
}
.model3 .list .item .dialog .value {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 1.7;
}
.model3 .list .item:hover .dialog {
  opacity: 1;
  pointer-events: auto;
}
.model3 .list .item:hover .num,
.model3 .list .item:hover .icon,
.model3 .list .item:hover .name {
  opacity: 0;
  transform: translateY(10px);
}
.model3 .list .item:last-child:hover .num,
.model3 .list .item:last-child:hover .icon,
.model3 .list .item:last-child:hover .name {
  opacity: 1;
  transform: translateY(0);
}
.contact {
  width: 100%;
  padding-bottom: 180px;
}
.contact .title {
  width: 100%;
  text-align: center;
  padding: 120px 0;
}
.contact .title h2 {
  font-size: 64px;
  color: #000;
  margin-bottom: 60px;
}
.contact .title .span {
  font-size: 24px;
  color: #000;
}
.contact .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contact .content .text {
  width: 20%;
}
.contact .content .text .label {
  width: 100%;
  font-size: 24px;
  color: #515151;
  margin-bottom: 20px;
  font-weight: 600;
}
.contact .content .text .value {
  width: 100%;
}
.contact .content .text .value .p {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #A8A8A8;
  padding: 10px 0;
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.contact .content .text .value .p img {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 15px;
}
.contact .content .text .value .p span {
  font-size: 14px;
  color: #000;
}
.contact .content .text .value .p:hover span {
  color: #E20005;
}
.contact .content .text .codes {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.contact .content .text .codes .icon {
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contact .content .text .codes .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.contact .content .text .codes .icon:last-child img {
  width: 70%;
  height: 70%;
}
.contact .content .text .codes .icon .tips {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.contact .content .text .codes .icon .tips .tips-inner {
  width: 78px;
  height: 78px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 8px;
  box-sizing: border-box;
  position: relative;
}
.contact .content .text .codes .icon .tips .tips-inner img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
}
.contact .content .text .codes .icon .tips .tips-inner::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.1));
}
.contact .content .text .codes .icon:hover .tips {
  opacity: 1;
}
.contact .content .form {
  width: 35%;
}
.contact .content .form .form_item {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #4E4E4E;
  overflow: hidden;
}
.contact .content .form .form_item input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #000;
  display: block;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 0 10px;
  font-family: 'Inter_18pt';
}
.contact .content .form .form_item textarea {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 10px;
  resize: none;
  font-family: 'Inter_18pt';
}
.contact .content .form .form_item.required {
  display: flex;
  align-items: center;
}
.contact .content .form .form_item.required .req_star {
  color: #E20005;
  font-size: 18px;
  line-height: 1;
  padding: 0 6px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 16px;
}
.contact .content .form .form_item.required input,
.contact .content .form .form_item.required textarea {
  flex: 1;
  width: auto;
}
.contact .content .form .submit {
  width: 130px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  border-radius: 20px;
  background: #191919;
  cursor: pointer;
  transition: 0.5s;
  box-sizing: border-box;
  margin: 0 auto;
}
.contact .content .form .submit:hover {
  background: #E20005;
}
.contact .content .upload_files {
  width: 30%;
  border-radius: 10px;
  border: 1px solid #4e4e4e;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  cursor: pointer;
}
.contact .content .upload_files:hover .img {
  transform: scale(1.1);
}
.contact .content .upload_files .text {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
  font-weight: 600;
  font-size: 30px;
}
.contact .content .upload_files .img {
  width: 150px;
  margin: 0 auto 30px;
  transition: 0.5s;
}
.contact .content .upload_files .img img {
  display: block;
  width: 100%;
}
.contact .content .upload_files .span {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  padding: 0 40px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.contact .content .upload_files .span em {
  color: #E20005;
  font-style: normal;
}
.contact .content .upload_files .tips {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .content .upload_files .tips img {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}
.contact .content .upload_files .tips span {
  font-size: 12px;
  color: #000;
}
.contact .content .upload_files.drag-over {
  border-color: #E20005;
  background: rgba(226, 0, 5, 0.04);
}
.contact .content .upload_files #uploadedFileList {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.contact .content .upload_files #uploadedFileList .upload-file-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 6px;
}
.contact .content .upload_files #uploadedFileList .upload-file-item span {
  font-size: 13px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 20px);
}
.contact .content .upload_files #uploadedFileList .upload-file-item em {
  font-style: normal;
  color: #999;
  cursor: pointer;
  font-size: 16px;
  flex-shrink: 0;
}
.contact .content .upload_files #uploadedFileList .upload-file-item em:hover {
  color: #E20005;
}
.footer {
  width: 100%;
  background: #d9d9d9;
  position: relative;
}
.footer .line {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer .line img {
  width: 100%;
  display: block;
}
.footer .content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer .content .text {
  width: 60%;
  padding-top: 100px;
}
.footer .content .text .company {
  width: 100%;
  margin-bottom: 30px;
  font-size: 40px;
  color: #000;
  font-weight: 600;
}
.footer .content .text .p {
  width: 100%;
  margin-bottom: 100px;
}
.footer .content .text .p p {
  font-size: 24px;
  color: #000;
  line-height: 54px;
  font-family: Inter_18pt;
}
.footer .content .text .p a {
  font-size: 24px;
  display: block;
  color: #000;
}
.footer .content .text .p a:hover {
  color: #d30005;
}
.footer .content .text .media {
  width: 100%;
  display: flex;
  align-items: center;
}
.footer .content .text .media a {
  width: 28px;
  height: 28px;
  display: flex;
  margin-right: 20px;
}
.footer .content .text .media a img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.footer .content .text .media a:hover img {
  opacity: 0.7;
}
.footer .content .img {
  width: 40%;
}
.footer .content .img img {
  width: 100%;
  display: block;
}
.footer .content .img1 {
  display: block;
}
.footer .content .img2 {
  display: none;
}
.footer .footer_text {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.footer .footer_text .by a {
  font-size: 14px;
  color: #515151;
}
.footer .footer_text .by a:hover {
  color: #E20005;
}
.footer .footer_text .text {
  display: flex;
  align-items: center;
}
.footer .footer_text .text em {
  text-align: center;
  color: #d30005;
  font-family: Inter;
  font-weight: 600;
  font-size: 36px;
  font-style: normal;
}
.footer .footer_text .text span {
  color: #000;
  font-size: 36px;
}
.image-modal,
.video-modal {
  display: flex;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  justify-content: center;
  align-items: center;
}
.image-modal.show,
.video-modal.show {
  opacity: 1;
  visibility: visible;
}
.image-modal .modal-content,
.video-modal .modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}
.image-modal .modal-content .close,
.video-modal .modal-content .close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  transition: color 0.3s ease;
}
.image-modal .modal-content .close:hover,
.video-modal .modal-content .close:hover {
  color: #ccc;
}
.image-modal .modal-image {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  border-radius: 4px;
}
.video-modal .modal-video {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  border-radius: 4px;
}
.contact_dialog_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.contact_dialog_overlay.show {
  opacity: 1;
  visibility: visible;
}
.contact_dialog {
  width: 830px;
  border-radius: 30px;
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 80px;
  box-sizing: border-box;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.contact_dialog.show {
  opacity: 1;
  visibility: visible;
}
.contact_dialog .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10001;
  transition: transform 0.3s ease;
}
.contact_dialog .close::before,
.contact_dialog .close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #333;
  transition: background 0.3s ease;
}
.contact_dialog .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.contact_dialog .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.contact_dialog .close:hover {
  transform: scale(1.1);
}
.contact_dialog .close:hover::before,
.contact_dialog .close:hover::after {
  background: #000;
}
.contact_dialog .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.contact_dialog .title .text {
  width: 65%;
}
.contact_dialog .title .text .strong {
  width: 100%;
  color: #000000;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}
.contact_dialog .title .text .p {
  font-size: 20px;
  color: #3d3d3d;
  font-weight: 600;
}
.contact_dialog .title .text .p em {
  font-style: normal;
  color: #d30005;
}
.contact_dialog .title .logo {
  width: 35%;
}
.contact_dialog .title .logo img {
  width: 100%;
  display: block;
}
.contact_dialog .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.contact_dialog .content .side {
  width: 240px;
}
.contact_dialog .content .side .contacts {
  width: 100%;
  border-radius: 6px;
  background: #e6e6e6;
  margin-bottom: 2px;
  padding: 20px 30px;
  box-sizing: border-box;
}
.contact_dialog .content .side .contacts p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.contact_dialog .content .side .contacts p img {
  width: 18px;
  height: 18px;
  display: block;
}
.contact_dialog .content .side .contacts p span {
  width: calc(100% - 30px);
  color: #000000;
  font-size: 12px;
  display: block;
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 4px;
}
.contact_dialog .content .side .contacts p:last-child {
  margin-bottom: 0;
}
.contact_dialog .content .side .upload_file {
  width: 100%;
  border-radius: 6px;
  background: #e6e6e6;
  padding: 20px 0;
  cursor: pointer;
}
.contact_dialog .content .side .upload_file .label {
  width: 100%;
  color: #000000;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}
.contact_dialog .content .side .upload_file .img {
  width: 50px;
  margin: 0 auto 10px;
}
.contact_dialog .content .side .upload_file .img img {
  display: block;
  width: 100%;
}
.contact_dialog .content .side .upload_file .tips {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
}
.contact_dialog .content .side .upload_file .tips img {
  width: 16px;
  display: block;
  margin-right: 10px;
}
.contact_dialog .content .side .upload_file .tips span {
  font-size: 12px;
  color: #000;
}
.contact_dialog .content .form {
  width: calc(100% - 290px);
}
.contact_dialog .content .form .form_item {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #4E4E4E;
  overflow: hidden;
}
.contact_dialog .content .form .form_item input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #000;
  display: block;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 0 10px;
  font-family: 'Inter_18pt';
}
.contact_dialog .content .form .form_item textarea {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 10px;
  resize: none;
  font-family: 'Inter_18pt';
}
.contact_dialog .content .form .form_item.required {
  display: flex;
  align-items: center;
}
.contact_dialog .content .form .form_item.required .req_star {
  color: #E20005;
  font-size: 18px;
  line-height: 1;
  padding: 0 6px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 16px;
}
.contact_dialog .content .form .form_item.required input,
.contact_dialog .content .form .form_item.required textarea {
  flex: 1;
  width: auto;
}
.contact_dialog .content .form .submit {
  width: 130px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  border-radius: 20px;
  background: #ba0004;
  cursor: pointer;
  transition: 0.5s;
  box-sizing: border-box;
  margin: 0 auto;
}
.contact_dialog .content .form .submit:hover {
  background: #191919;
}
#dialogUploadedFileList {
  margin-top: 10px;
}
#dialogUploadedFileList .file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 5px;
  font-size: 12px;
}
#dialogUploadedFileList .file-item span:first-child {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#dialogUploadedFileList .file-item .delete {
  cursor: pointer;
  color: #ff4444;
  font-weight: bold;
  margin-left: 10px;
  transition: color 0.3s ease;
}
#dialogUploadedFileList .file-item .delete:hover {
  color: #cc0000;
}
.svg-container svg {
  width: 100%;
  height: 100%;
}
.svg-container path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawPath 10s linear forwards;
}
@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}
@media only screen and (max-width: 1700px) {
  .header .wrap {
    max-width: 94%;
  }
  .banner .wrap {
    max-width: 80%;
  }
  .model .main .title {
    max-width: 94%;
  }
  .model .main .d3 .tools .item .options .option .text {
    margin-bottom: 10px;
  }
  .model .main .d3 .tools .item .options .option .btn {
    padding: 10px 30px;
    margin-bottom: 10px;
    background-size: 100% 90%;
  }
  .model .main .d3 .tools .item .options .option .btn span {
    white-space: nowrap;
    font-size: 14px;
  }
  .pros .main {
    max-width: 94%;
  }
  .model2 .content {
    max-width: 94%;
  }
  .faq .list {
    max-width: 94%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1440px) {
  .banner .wrap .h1 .text {
    font-size: 36px;
  }
  .banner .wrap .h1 .icon {
    width: 20px;
    height: 20px;
    top: 20px;
  }
  .banner .wrap .items {
    margin-bottom: 0;
  }
  .banner .wrap .items .item {
    margin-bottom: 10px;
  }
  .banner .wrap .items .item span {
    font-size: 14px;
  }
  .banner .wrap .items .item img {
    width: 24px;
    height: 24px;
  }
  .model .main .title {
    padding: 80px 0;
  }
  .model .main .title .text .p {
    font-size: 36px;
  }
  .model .main .title .text .p strong {
    font-size: 40px;
  }
  .model .main .title .style .option {
    width: 100%;
  }
  .model .main .d3 .tools .item {
    flex-wrap: wrap;
  }
  .model .main .d3 .tools .item .label {
    width: 100%;
    margin-bottom: 20px;
  }
  .model .main .d3 .tools .item .options {
    width: calc(100% - 100px);
  }
  .pros .title h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .pros .title .span {
    font-size: 14px;
  }
  .pros .title {
    padding: 60px 0;
  }
  .pros .main .list .type .type_item {
    font-size: 16px;
  }
  .pros .main .side .side_title {
    font-size: 18px;
  }
  .pros .main .side .ul .li .label span {
    font-size: 14px;
  }
  .pros .main .side .ul .li .value .item span {
    font-size: 12px;
  }
  .pros .main .list {
    padding-top: 80px;
    height: 800px;
  }
  .button {
    width: 200px;
    height: 42px;
  }
  .button .icon {
    width: 46px;
  }
  .button .span {
    width: calc(100% - 46px);
    font-size: 14px;
    padding-left: 15px;
  }
  .pros .main .side {
    height: 800px;
  }
  .pros .main .component {
    padding-top: 50px;
  }
  .process .title h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .process .title .span {
    font-size: 14px;
  }
  .process .title {
    padding: 60px 0;
  }
  .process .icons {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .process .list .swiper .swiper-wrapper .swiper-slide .name {
    font-size: 20px;
  }
  .process .list .swiper .swiper-wrapper .swiper-slide .ol .li {
    font-size: 14px;
    line-height: normal;
  }
  .process .list .swiper .swiper-wrapper .swiper-slide .ol {
    margin-bottom: 20px;
  }
  .process .list .swiper .swiper-wrapper .swiper-slide .text {
    font-size: 12px;
  }
  .process .tips {
    padding: 40px 0;
  }
  .process {
    margin-bottom: 100px;
  }
  .model2 .title h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .model2 .title .span {
    font-size: 14px;
  }
  .model2 .title {
    padding: 60px 0;
  }
  .model2 .content .text .h2 {
    font-size: 32px;
  }
  .model2 .content .list .swiper {
    height: 520px;
  }
  .model2 .content .text .span {
    font-size: 16px;
    line-height: normal;
  }
  .model2 .bg {
    width: 50%;
  }
  .faq {
    padding: 0;
    padding-bottom: 50px;
  }
  .faq .title h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .faq .title .span {
    font-size: 14px;
  }
  .faq .title {
    padding: 60px 0;
  }
  .faq .list .left .item .label span {
    font-size: 16px;
  }
  .faq .list .left .item .label img {
    width: 18px;
    height: 18px;
  }
  .faq .list .left .item .value p {
    font-size: 14px;
  }
  .faq .list .right .swiper .swiper-wrapper .swiper-slide .label span {
    font-size: 16px;
  }
  .faq .list .right .swiper .swiper-wrapper .swiper-slide .label img {
    width: 18px;
    height: 18px;
  }
  .faq .list .right .swiper .swiper-wrapper .swiper-slide .value p {
    font-size: 14px;
  }
  .model3 .list .item .name {
    font-size: 18px;
  }
  .model3 .list .item .dialog .label span {
    font-size: 18px;
  }
  .model3 .list .item .dialog .value {
    font-size: 14px;
  }
  .model3 .list .item .dialog .label {
    margin-bottom: 10px;
  }
  .contact .title h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .contact .title .span {
    font-size: 14px;
  }
  .contact .title {
    padding: 60px 0;
  }
  .footer .content {
    max-width: 94%;
  }
  .faq .list .right .down {
    width: 50px;
  }
  .footer .content .text .company {
    font-size: 30px;
  }
  .footer .content .text .p p {
    font-size: 16px;
    line-height: 32px;
  }
  .footer .content .text .p a {
    font-size: 16px;
    line-height: 32px;
  }
  .footer .content .text .p {
    margin-bottom: 50px;
  }
  .footer .content .img {
    width: 30%;
  }
  .footer .footer_text {
    width: 94%;
    margin: 0 auto;
  }
  .footer .footer_text .text em {
    font-size: 20px;
  }
  .footer .footer_text .text span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .header {
    padding-top: 20px;
  }
  .header .wrap .logo {
    width: 60px;
    height: 60px;
  }
  .header .wrap .contact a span {
    font-size: 14px;
  }
  .header .wrap .contact a img {
    width: 18px;
    margin-right: 10px;
  }
  .header .wrap .contact a:last-child img {
    width: 24px;
  }
  .model .main .d3 .canvas .set_logo {
    margin-left: 40px;
  }
  .model .main .d3 .canvas .model-viewer {
    transform: scale(0.8);
  }
  .model .main .title .style .option .item img {
    width: 24px;
  }
  .model .main .title .style .option .item span {
    font-size: 12px;
  }
  .process .tips .wrap span {
    font-size: 18px;
  }
  .marquee-container .swiper-container .swiper-wrapper .swiper-slide {
    margin: 0 10px;
  }
  .model3 .list .item .icon {
    margin-bottom: 0;
  }
  .model3 .list .item .icon img {
    height: 50px;
  }
  .model3 .list .item:nth-child(3n) .icon img {
    height: 60px;
  }
  .model3 .list .item:nth-child(5) .icon img {
    height: 60px;
  }
  .model3 .list .item:nth-child(6) .icon img {
    width: 80px;
  }
  .model3 .list .item .dialog .value {
    line-height: normal;
  }
  .contact .content {
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
    justify-content: center;
  }
  .contact .content .text {
    width: 100%;
  }
  .contact .content .form {
    margin-right: 50px;
  }
  .contact {
    padding-bottom: 80px;
  }
  .pros .main .list .pro_items {
    padding: 0 20px;
  }
  .pros .main .list .pro_items .item {
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .pros .main .side {
    min-height: 600px;
    height: auto;
  }
  .pros .main .list {
    min-height: 600px;
    height: auto;
  }
  .pros .main .side .ul {
    height: calc(100% - 100px);
  }
  .process .icons {
    padding-bottom: 10px;
  }
  .process {
    margin-bottom: 0;
  }
  .faq {
    margin-bottom: 30px;
  }
  .model3 .list {
    position: initial;
    transform: none;
  }
  .model3 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .model3 .list .item {
    width: 50%;
  }
  .model3 .list .item:nth-child(3n),
  .model3 .list .item:nth-child(4),
  .model3 .list .item:nth-child(5) {
    border-right: 3px solid #E8EBE97a;
    border-bottom: 3px solid #E8EBE97a;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .text1 {
    display: none;
  }
  .marquee-container .swiper-container .swiper-wrapper .swiper-slide {
    margin: 0 30px;
  }
  .model2 .content {
    flex-wrap: wrap;
  }
  .model2 .content .list {
    width: 100%;
  }
  .model2 .content .text {
    width: 100%;
  }
  .model2 .content .text .h2 {
    text-align: left;
  }
  .model2 .content .text .span {
    text-align: left;
  }
  .model2 .bg {
    position: initial;
  }
  .model2 {
    padding-bottom: 0;
  }
  .faq .list {
    flex-wrap: wrap;
  }
  .faq .list .left {
    width: 100%;
  }
  .faq .list .right {
    width: 100%;
  }
  .faq .list .left .item .label {
    justify-content: flex-start;
  }
  .faq .list .left .item .label img {
    margin-right: 10px;
  }
  .faq .list .right .swiper .swiper-wrapper .swiper-slide .label {
    position: relative;
    padding-left: 30px;
  }
  .faq .list .right .swiper .swiper-wrapper .swiper-slide .label img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .faq .list .right .swiper {
    height: auto;
  }
  .faq .list .right .down {
    display: none;
  }
  .contact .content .form {
    width: 80%;
    margin: 0;
    margin-bottom: 30px;
  }
  .contact .content .upload_files {
    width: 80%;
    margin: 0;
  }
  .process .icons {
    padding-bottom: 30px;
  }
  .process .icons .icon {
    margin: 0 20px;
    height: 70px;
  }
  .process .icons .icon2 {
    height: 50px;
  }
  .process .icons .icon4 {
    height: 40px;
  }
  .contact .content .text {
    margin-bottom: 60px;
  }
  .process .list .swiper .swiper-wrapper .swiper-slide {
    width: 300px;
  }
  .footer .content {
    flex-wrap: wrap;
  }
  .footer .content .text {
    width: 100%;
    padding-top: 10px;
  }
  .footer .content .img1 {
    display: none;
  }
  .footer .content .img2 {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .header .wrap .contact {
    display: none;
  }
  .banner .wrap .h1 {
    width: 100%;
  }
  .banner .wrap .h1 .text {
    font-size: 24px;
  }
  .banner .wrap .h1 .icon {
    width: 10px;
    height: 10px;
    top: 10px;
    left: -20px;
  }
  .banner .wrap .items {
    margin-bottom: 10px;
  }
  .banner .wrap .items .item {
    margin-bottom: 0;
  }
  .model3 .bg {
    width: auto;
  }
  .model3 .list .item .dialog {
    padding: 10px;
  }
  .faq .list .left .item {
    padding: 15px 0;
  }
  .faq .list .right .swiper .swiper-wrapper .swiper-slide {
    padding: 15px 0;
  }
  .faq .list .right .swiper .swiper-wrapper {
    display: block;
  }
  .faq .list .left .item .label span {
    font-size: 14px;
  }
  .contact {
    padding-bottom: 20px;
  }
  .contact .content .upload_files {
    padding: 10px 0;
  }
  .contact .content .upload_files .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact .content .upload_files .span {
    font-size: 12px;
  }
  .contact .content .upload_files .img {
    width: 100px;
    margin-bottom: 10px;
  }
  .contact_dialog {
    width: 96%;
    padding: 0 10px;
  }
  .contact_dialog .title {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .contact_dialog .title .logo {
    display: none;
  }
  .contact_dialog .title .text .p {
    display: none;
  }
  .contact_dialog .content {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .contact_dialog .title .text .strong {
    margin-bottom: 0;
  }
  .contact_dialog .content .side {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact_dialog .content .side .contacts {
    display: none;
  }
  .contact_dialog .content .form {
    width: 100%;
  }
  .contact_dialog .content .form .form_item {
    margin-bottom: 10px;
  }
  .model2 .bg {
    width: 100%;
  }
  .model .main .title.pc {
    display: none;
  }
  .model .main .title.mobile {
    display: block;
    padding: 40px 0;
  }
  .model .main .mobile .text {
    width: 100%;
    text-align: center;
  }
  .model .main .mobile .style {
    width: 100%;
    margin-bottom: 30px;
  }
  .model .main .mobile .style .img img {
    width: 140px;
  }
  .model .main .mobile .text .p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .model .main .mobile .text .p strong {
    font-size: 24px;
  }
  .model .main .mobile .text .p:last-child {
    font-size: 12px;
  }
  .model .main .d3 .canvas .set_logo {
    display: none;
  }
  .model .main .d3 .canvas .model-viewer {
    transform: scale(1);
    width: 100%;
  }
  .model .main .d3 .canvas {
    width: 30%;
  }
  .model .main .d3 .tools {
    width: 70%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .model .main .d3 .tools.pc {
    display: none;
  }
  .model .main .d3 .tools.mobile {
    display: block;
  }
  .model .main .d3 .tools .item .label span {
    font-weight: 600;
  }
  .model .main .d3 .tools .item {
    padding: 20px 0;
    padding-left: 40px;
    background: url(../img/264.png) no-repeat;
    background-size: 100% 100%;
  }
  .model .main .d3 .tools .item .label {
    margin-bottom: 10px;
  }
  .model .main .d3 .tools .item .label img {
    height: 16px;
  }
  .model .main .d3 .tools .item .label span {
    font-size: 16px;
    font-weight: 600;
  }
  .model .main .d3 .tools .item .colors {
    width: 80px;
    height: 80px;
    display: none;
  }
  .model .main .d3 .tools .item .colors span {
    font-size: 12px;
  }
  .model .main .d3 .tools .item .options {
    width: calc(100% - 80px);
    display: none;
  }
  .model .main .d3 .tools .item .options .option {
    flex: 1;
  }
  .model .main .d3 .tools .item .options .option .btn span {
    font-size: 12px;
  }
  .model .main .d3 .tools .item .options .option .text {
    font-size: 12px;
    transform: scale(0.8);
  }
  .model .main .d3 .tools .item .options .option .btn {
    padding: 0;
    height: auto;
    margin-bottom: 10px;
    background-size: 100% 90%;
    width: auto;
  }
  .model .main .d3 .tools .item .options .option .btn span {
    transform: scale(0.5);
  }
  .model .main .d3 {
    position: relative;
  }
  .model .main .d3 .tools .item_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .model .main .d3 .tools .item {
    width: 35%;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }
  .model .main .d3 .tools .item .options {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-wrap: wrap;
  }
  .model .main .d3 .tools .item .colors {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .model .main .d3 .tools .show .item {
    width: 100%;
  }
  .model .main .d3 .tools .show .options {
    max-height: 400px;
  }
  .model .main .d3 .tools .show .colors {
    visibility: visible;
    animation: fadeInColors 0.2s ease 0.4s forwards;
  }
  @keyframes fadeInColors {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .pros .main .list .type {
    display: none;
  }
  .pros .main .list {
    width: 100%;
    padding-top: 20px;
  }
  .pros .main .list .pro_items .item {
    width: calc((100% - 20px)/2);
  }
  .pros .main .list .pro_items .item:nth-child(2n) {
    margin-right: 0;
  }
  .pros .main .side {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }
  .pros .main .side .side_title {
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .pros .main .side .type {
    position: initial;
    flex-wrap: wrap;
    padding: 10px;
    display: flex;
  }
  .pros .main .side .type .type_item {
    font-size: 16px;
    padding: 10px;
    margin: 0 20px;
  }
  .pros .main .component {
    padding: 10px;
  }
  .process .list .swiper .swiper-wrapper .swiper-slide .ol p {
    font-size: 12px;
    line-height: normal;
  }
}
@media only screen and (max-width: 640px) {
  .banner .wrap .items {
    display: none;
  }
  .banner .imgs {
    height: 300px;
    display: flex;
    align-items: center;
  }
  .banner .wrap .h1 .text {
    margin-bottom: 30px;
  }
  .marquee-container .swiper-container .swiper-wrapper .swiper-slide {
    width: 100px;
  }
  .pros .title {
    padding: 30px 0;
  }
  .pros .title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pros .title .span {
    font-size: 12px;
  }
  .process .title {
    padding: 30px 0;
  }
  .process .title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .process .title .span {
    font-size: 12px;
  }
  .process .icons .icon {
    margin: 0 10px;
  }
  .model2 .title {
    padding: 30px 0;
  }
  .model2 .title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .model2 .title .span {
    font-size: 12px;
    position: relative;
    z-index: 5;
  }
  .model2 .content .text .span {
    font-size: 12px;
  }
  .model2 .content .text .h2 {
    margin-bottom: 10px;
  }
  .faq {
    padding-bottom: 0;
  }
  .faq .title {
    padding: 30px 0;
  }
  .faq .title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .faq .title .span {
    font-size: 12px;
    position: relative;
    z-index: 5;
  }
  .model3 .list .item {
    width: 100%;
    border-right: none;
  }
  .contact .title {
    padding: 30px 0;
  }
  .contact .title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact .title .span {
    font-size: 12px;
    position: relative;
    z-index: 5;
  }
  .contact .content .form {
    width: 100%;
  }
  .contact .content .upload_files {
    width: 100%;
  }
  .footer .content .text .company {
    font-size: 16px;
  }
  .footer .content .text .p p {
    font-size: 12px;
  }
  .footer .content .text .p a {
    font-size: 12px;
  }
  .footer .footer_text .text span {
    font-size: 12px;
  }
  .footer .footer_text .text em {
    font-size: 12px;
  }
  .contact .content .text .label {
    font-size: 14px;
  }
  .model .main .d3 .canvas {
    width: 60%;
  }
  .model .main .d3 .canvas .model-viewer {
    transform: scale(0.8);
  }
  .model .main .d3 .tools .item {
    padding-left: 20px;
  }
  .model .main .title .style .option {
    flex-wrap: wrap;
  }
  .model .main .d3 .tools .item .options .logo_option {
    width: 30%;
    flex: none;
  }
}
