.robot-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.robot-product-list {
  background-color: #222428;
  padding: 0 0 4rem;
  min-height: 100vh;
  box-sizing: border-box;
}
.robot-product-list .robot-container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 6rem 2rem 0rem;
}
.robot-product-list .robot-product-header {
  text-align: left;
  padding: 2rem 0;
}
.robot-product-list .robot-product-header .robot-breadcrumb {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.robot-product-list .robot-product-header .robot-breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}
.robot-product-list .robot-product-header .robot-breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.robot-product-list .robot-product-header .robot-breadcrumb .robot-breadcrumb-separator {
  margin: 0 0.5rem;
  color: rgba(255, 255, 255, 0.4);
}
.robot-product-list .robot-product-header .robot-breadcrumb .robot-breadcrumb-current {
  color: rgba(255, 255, 255, 0.9);
}
.robot-product-list .robot-product-header .robot-product-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
.robot-product-list .robot-product-header .robot-product-title .robot-title-img {
  align-self: center;
  background-color: #1a1a1a;
  border-radius: 100%;
  padding: 0.625rem;
  box-shadow: 0 0 0 1px #2c2f33;
}
.robot-product-list .robot-product-header .robot-product-title .robot-title-img img {
  width: 2.5rem;
  height: 2.5rem;
}
.robot-product-list .robot-product-header .robot-product-title .robot-title h1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.2rem;
  line-height: 1.2;
}
.robot-product-list .robot-product-header .robot-product-title .robot-title p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.6;
}
.robot-product-list .robot-nav {
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.robot-product-list .robot-nav .robot-nav-list {
  display: flex;
  align-items: center;
  background-color: #1a1a1a;
  border-radius: 6px;
  padding: 0 1rem;
}
.robot-product-list .robot-nav .robot-nav-list .robot-nav-item {
  position: relative;
}
.robot-product-list .robot-nav .robot-nav-list .robot-nav-item a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.2s ease;
  padding: 1rem;
}
.robot-product-list .robot-nav .robot-nav-list .robot-nav-item a:hover {
  color: rgba(255, 255, 255, 0.9);
  background-image: linear-gradient(rgba(158, 158, 158, 0), rgba(158, 158, 158, 0.18));
}
.robot-product-list .robot-nav .robot-nav-list .robot-nav-item a.active {
  color: #ffffff;
}
.robot-product-list .robot-nav .robot-nav-list .robot-nav-item a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
  height: 2px;
  background-color: #972525;
}
.robot-product-list .robot-nav .robot-nav-list .robot-nav-item a.active::before {
  background-image: radial-gradient(circle farthest-side at bottom center, rgba(124, 44, 236, 0.22), rgba(124, 44, 236, 0) 65%);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.robot-product-list .robot-nav .robot-nav-list .robot-nav-item a.active .nav-icon {
  color: #972525;
}
.robot-product-list .robot-nav .robot-nav-list .robot-nav-item a:hover.active {
  background-image: linear-gradient(rgba(124, 44, 236, 0), rgba(124, 44, 236, 0.22));
}
.robot-product-list .robot-nav .robot-nav-list .robot-nav-item a .nav-icon {
  font-size: 1.2rem;
}
.robot-product-list .robot-nav .robot-nav-list .robot-nav-item .fa-arrow-up i {
  color: #7c2cec;
}
.robot-product-list .robot-nav .robot-nav-list .robot-nav-item .fa-arrow-up::before {
  content: "\ec0b";
  font-family: iconfont ;
}
.robot-product-list .robot-nav .robot-nav-list .robot-nav-item .fa-paint-brush::before {
  content: "\e8ad";
  font-family: iconfont ;
}
.robot-product-list .robot-nav .robot-nav-list .robot-nav-item .fa-paint-cars::before {
  content: "\e62b";
  font-family: iconfont ;
  color: #fff;
}
.robot-product-list .robot-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.robot-product-list .robot-filters .robot-selected-filters {
  flex: 1;
}
.robot-product-list .robot-filters .robot-selected-filters .robot-filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.robot-product-list .robot-filters .robot-selected-filters .robot-filter-tags .robot-filter-tag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #7c2cec33;
  border: 1px solid #7c2cec;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.875rem;
}
.robot-product-list .robot-filters .robot-selected-filters .robot-filter-tags .robot-filter-tag .robot-tag-remove {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.robot-product-list .robot-filters .robot-selected-filters .robot-filter-tags .robot-filter-tag .robot-tag-remove:hover {
  background: rgba(255, 255, 255, 0.1);
}
.robot-product-list .robot-filters .robot-filter-dropdowns {
  display: flex;
  gap: 1rem;
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown {
  position: relative;
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown .robot-dropdown-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown .robot-dropdown-button:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown .robot-dropdown-button.active {
  border-color: #972525;
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown .robot-dropdown-button.active svg {
  transform: rotate(180deg);
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown .robot-dropdown-button svg {
  transition: transform 0.2s ease;
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown .robot-dropdown-content {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 200px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 0.5rem;
  display: none;
  z-index: 100;
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown .robot-dropdown-content.show {
  display: block;
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown .robot-dropdown-content .robot-dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-size: 0.875rem;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown .robot-dropdown-content .robot-dropdown-item .robot-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  position: relative;
  margin-left: auto;
  transition: all 0.2s ease;
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown .robot-dropdown-content .robot-dropdown-item .robot-checkbox .robot-checkbox-inner {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #972525;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s ease;
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown .robot-dropdown-content .robot-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown .robot-dropdown-content .robot-dropdown-item.selected {
  color: #972525;
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown .robot-dropdown-content .robot-dropdown-item.selected .robot-checkbox {
  border-color: #972525;
}
.robot-product-list .robot-filters .robot-filter-dropdowns .robot-filter-dropdown .robot-dropdown-content .robot-dropdown-item.selected .robot-checkbox .robot-checkbox-inner {
  transform: translate(-50%, -50%) scale(1);
}
.robot-product-list .robot-service-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 4rem;
}
.robot-product-list .robot-service-cards .robot-service-card {
  display: block;
  text-decoration: none;
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.robot-product-list .robot-service-cards .robot-service-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.robot-product-list .robot-service-cards .robot-service-card:hover .robot-card-image img {
  transform: scale(1.05);
}
.robot-product-list .robot-service-cards .robot-service-card:hover .robot-buy-button {
  background-color: #7440ff;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  pointer-events: none;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-image .robot-tag {
  padding: 0.5rem 0.8rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-image .robot-tag.robot-new {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #4caf50;
  color: black;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-image .robot-tag.robot-carPack {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #efefef;
  color: black;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-image .robot-tag.robot-bundle {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #dd3333;
  color: black;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-image .robot-tag.robot-HotOffer {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #dd9933;
  color: black;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-image .robot-tag.robot-Special {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #8224e3;
  color: black;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content {
  position: relative;
  padding: 1.3rem;
  text-align: left;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to top, #1a1a1a, transparent);
  pointer-events: none;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-service-title {
  font-size: 1.01rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 550;
  height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-features {
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
  height: 80px;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-features li {
  list-style: disc;
  font-size: 0.88rem;
  line-height: 20px;
  color: #fff;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-features li:first-child {
  color: #972525;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-features .robot-feature-item {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  position: relative;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-features .robot-feature-item:before {
  content: "•";
  position: absolute;
  left: -1.25rem;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-features .robot-feature-item:last-child {
  margin-bottom: 0;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-features .robot-feature-item.robot-feature-active {
  color: #972525;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-features .robot-feature-item.robot-feature-active:before {
  content: "•";
  position: absolute;
  left: -1.25rem;
  color: #972525;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-card-footer .robot-price {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-card-footer .robot-price .robot-secondary {
  font-size: 0.8rem;
  color: #999999;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-card-footer .robot-buy-button {
  width: fit-content;
  background-color: #972525;
  color: white;
  border: none;
  padding: 0.4rem 0.7rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-card-footer .robot-buy-button svg {
  transition: transform 0.2s ease;
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-card-footer .robot-buy-button:hover {
  background-color: #7440ff;
  transform: translateY(-1px);
}
.robot-product-list .robot-service-cards .robot-service-card .robot-card-content .robot-card-footer .robot-buy-button:hover svg {
  transform: translateX(3px);
}
.robot-product-list #robot-service-cards {
  scroll-margin-top: 80px;
}
.robot-product-list .robot-special-banner {
  display: flex;
  align-items: center;
  border-radius: 12px;
  margin-bottom: 4rem;
  height: 6.25rem;
  position: relative;
  background-image: url(../assets/imgs/productList/bo6camos.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 40%;
  overflow: hidden;
}
.robot-product-list .robot-special-banner::before {
  background-image: linear-gradient(-90deg, #1c1e21, #1c1e21 70%, rgba(28, 30, 33, 0) 100%);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.robot-product-list .robot-special-banner .robot-banner-content {
  flex: 1;
  text-align: right;
  z-index: 1;
  padding-right: 6.25rem;
}
.robot-product-list .robot-special-banner .robot-banner-content .robot-banner-title {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.robot-product-list .robot-special-banner .robot-banner-content .robot-banner-description {
  color: #999999;
  font-size: 1.1rem;
}
.robot-product-list .robot-special-banner .robot-banner-button {
  background-color: #972525;
  color: #ffffff;
  padding: 0.65rem 0.95rem;
  margin-right: 3.125rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 1;
}
.robot-product-list .robot-special-banner .robot-banner-button svg {
  transition: transform 0.2s ease;
}
.robot-product-list .robot-special-banner .robot-banner-button:hover {
  background-color: #7440ff;
}
.robot-product-list .robot-special-banner .robot-banner-button:hover svg {
  transform: translateX(3px);
}
.robot-product-list .robot-reviews {
  margin-bottom: 6rem;
}
.robot-product-list .robot-reviews .robot-reviews-header {
  text-align: center;
  margin-bottom: 2rem;
}
.robot-product-list .robot-reviews .robot-reviews-header h2 {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 700;
}
.robot-product-list .robot-reviews .robot-reviews-header p {
  color: #999999;
  font-size: 1.1rem;
}
.robot-product-list .robot-reviews .robot-reviews-swiper {
  position: relative;
  margin-bottom: 2rem;
}
.robot-product-list .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.robot-product-list .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card {
  background: #222428;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
}
.robot-product-list .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card .robot-review-user {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 1rem;
}
.robot-product-list .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card .robot-review-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.robot-product-list .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card .robot-review-user .robot-user-info {
  flex: 1;
}
.robot-product-list .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card .robot-review-user .robot-user-info h4 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.robot-product-list .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card .robot-review-user .robot-user-info span {
  color: #999999;
  font-size: 0.875rem;
}
.robot-product-list .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card .robot-review-user .robot-review-star {
  color: #00b67a;
  font-size: 1.25rem;
}
.robot-product-list .robot-reviews .robot-reviews-swiper .swiper-wrapper .swiper-slide .robot-review-card .robot-review-text {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.6;
}
.robot-product-list .robot-reviews .robot-reviews-swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, #232529 0%, rgba(35, 37, 41, 0) 25%, rgba(35, 37, 41, 0) 50%, rgba(35, 37, 41, 0) 75%, #232529 100%);
  pointer-events: none;
  z-index: 99;
}
.robot-product-list .robot-reviews .robot-reviews-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #232529 0%, rgba(35, 37, 41, 0) 25%, rgba(35, 37, 41, 0) 50%, rgba(35, 37, 41, 0) 75%, #232529 100%);
  pointer-events: none;
  z-index: 99;
}
.robot-product-list .robot-reviews .robot-reviews-more {
  width: fit-content;
  background-color: #00b67a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 0.65rem 0.95rem;
  border-radius: 6px;
  color: #ffffff;
  transition: all 0.2s ease;
}
.robot-product-list .robot-reviews .robot-reviews-more span {
  color: #ffffff;
  font-weight: 600;
}
.robot-product-list .robot-reviews .robot-reviews-more svg {
  transition: transform 0.2s ease;
}
.robot-product-list .robot-reviews .robot-reviews-more:hover {
  background-color: #009d69;
}
.robot-product-list .robot-reviews .robot-reviews-more:hover svg {
  transform: translateX(3px);
}
.robot-product-list .robot-how-it-works {
  margin-bottom: 6rem;
}
.robot-product-list .robot-how-it-works .robot-how-it-works-header {
  text-align: center;
  margin-bottom: 3rem;
}
.robot-product-list .robot-how-it-works .robot-how-it-works-header h2 {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 700;
}
.robot-product-list .robot-how-it-works .robot-how-it-works-header p {
  color: #999999;
  font-size: 1.1rem;
}
.robot-product-list .robot-how-it-works .robot-steps-container {
  display: flex;
  gap: 4rem;
  align-items: center;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  padding: 2rem 2rem 0;
  background: #1a1a1a;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #59329f;
  transition: width 2s linear;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step.active {
  background-color: #972525;
  border-color: #972525;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step.active .robot-step-content p {
  height: auto;
  opacity: 1;
  margin-top: 0.5rem;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step.active::after {
  width: 100%;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step:hover {
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateX(4px);
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step .robot-step-icon {
  width: 1.56rem;
  height: 1.56rem;
  margin-top: -0.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step .robot-step-icon i {
  font-size: 22px;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step .robot-step-icon .fa-gamepad::before {
  content: "\e6a0";
  font-family: iconfont ;
  color: #fff;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step .robot-step-icon .fa-credit-card::before {
  content: "\eba1";
  font-family: iconfont ;
  color: #fff;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step .robot-step-icon .fa-clock::before {
  content: "\e63b";
  font-family: iconfont ;
  color: #fff;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step .robot-step-icon .fa-check::before {
  content: "\e64d";
  font-family: iconfont ;
  color: #fff;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step .robot-step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step .robot-step-content h3 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-left .robot-step .robot-step-content p {
  padding-bottom: 1rem;
  color: #999999;
  font-size: 0.9rem;
  line-height: 1.6;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-right {
  flex: 1;
  position: relative;
  height: 500px;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-right .robot-step-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-right .robot-step-image.active {
  opacity: 1;
}
.robot-product-list .robot-how-it-works .robot-steps-container .robot-steps-right .robot-step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.robot-product-list .robot-service-intro {
  margin-bottom: 4rem;
}
.robot-product-list .robot-service-intro .robot-service-intro-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.robot-product-list .robot-service-intro .robot-service-intro-cards .robot-intro-card {
  background-image: linear-gradient(180deg, #282c30, rgba(40, 44, 48, 0));
  border-radius: 12px;
  padding: 2rem 2rem;
  text-align: center;
  transition: transform 0.3s ease;
}
.robot-product-list .robot-service-intro .robot-service-intro-cards .robot-intro-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
}
.robot-product-list .robot-service-intro .robot-service-intro-cards .robot-intro-card .robot-intro-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
}
.robot-product-list .robot-service-intro .robot-service-intro-cards .robot-intro-card .robot-intro-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.robot-product-list .robot-service-intro .robot-service-intro-cards .robot-intro-card h3 {
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.robot-product-list .robot-service-intro .robot-service-intro-cards .robot-intro-card p {
  color: #999999;
  font-size: 0.9rem;
  line-height: 1.6;
}
.robot-product-list .robot-service-intro .robot-service-intro-footer {
  text-align: center;
  margin-top: 6rem;
}
.robot-product-list .robot-service-intro .robot-service-intro-footer h2 {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 700;
}
.robot-product-list .robot-service-intro .robot-service-intro-footer p {
  color: #999999;
  font-size: 1.1rem;
}
.robot-product-list .robot-service-intro .robot-service-intro-footer .robot-button {
  width: fit-content;
  background-color: #972525;
  color: #ffffff;
  padding: 0.65rem 0.95rem;
  margin: 2rem auto 0;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.robot-product-list .robot-service-intro .robot-service-intro-footer .robot-button svg {
  transition: transform 0.2s ease;
}
.robot-product-list .robot-service-intro .robot-service-intro-footer .robot-button:hover {
  background-color: #7440ff;
}
.robot-product-list .robot-service-intro .robot-service-intro-footer .robot-button:hover svg {
  transform: translateX(3px);
}
.robot-product-list .robot-service-intro .robot-service-tips {
  padding: 7rem 0 1rem;
  color: #999999;
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  .robot-product-list {
    padding: 5rem 0 3rem;
  }
  .robot-product-list .robot-container {
    padding: 0 1rem;
  }
  .robot-product-list .robot-product-header .robot-title {
    font-size: 2rem;
  }
  .robot-product-list .robot-product-header .robot-description {
    font-size: 1rem;
  }
  .robot-product-list .robot-nav {
    padding: 0.75rem 0;
    margin-bottom: 2rem;
  }
  .robot-product-list .robot-nav .robot-nav-list {
    gap: 1.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .robot-product-list .robot-nav .robot-nav-list::-webkit-scrollbar {
    display: none;
  }
  .robot-product-list .robot-nav .robot-nav-list .robot-nav-item a {
    font-size: 0.875rem;
    white-space: nowrap;
    gap: 0.3rem;
  }
  .robot-product-list .robot-nav .robot-nav-list .robot-nav-item a .nav-icon {
    font-size: 1rem;
  }
  .robot-product-list .robot-nav .robot-nav-list .robot-nav-item a.active::after {
    bottom: -0.75rem;
  }
  .robot-product-list .robot-service-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 1rem;
  }
  .robot-product-list .robot-special-banner {
    flex-direction: column;
    padding: 1.5rem;
    text-align: center;
  }
  .robot-product-list .robot-special-banner .robot-banner-left {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .robot-product-list .robot-special-banner .robot-banner-content {
    text-align: center;
    padding-right: 0;
  }
  .robot-product-list .robot-special-banner .robot-banner-content .robot-banner-title {
    font-size: 1.5rem;
  }
  .robot-product-list .robot-special-banner .robot-banner-content .robot-banner-description {
    font-size: 1rem;
  }
  .robot-product-list .robot-how-it-works .robot-steps-container {
    flex-direction: column;
    gap: 2rem;
  }
  .robot-product-list .robot-service-intro .robot-service-intro-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 1rem;
  }
  .robot-product-list .robot-service-intro .robot-service-intro-footer h2 {
    font-size: 1.75rem;
  }
  .robot-product-list .robot-service-intro .robot-service-intro-footer p {
    font-size: 1rem;
  }
  .robot-product-list .robot-service-intro .robot-service-tips {
    padding: 2rem 0 1rem;
  }
}
