.el-carousel__arrow {
  background: transparent!important;
  border: 2px solid #4A4C4A !important;
}
.el-carousel__arrow i {
  color: #4A4C4A !important;
  font-weight: 900!important;
  font-size: 21px!important;
}
.el-backtop {
  box-shadow: 0 0 6px #000000 !important;
}

.city-selector-wrapper[data-v-7dacda4a] {
  font-family: 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
  background: transparent;
}
/* 弹窗容器 */
.city-selector-modal[data-v-7dacda4a] {
  width: 100%;
  max-height: 80vh;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: transparent;
}
/* 弹窗头部 */
.modal-header[data-v-7dacda4a] {
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header h2[data-v-7dacda4a] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.close-btn[data-v-7dacda4a] {
  font-size: 24px;
  color: #999;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.close-btn[data-v-7dacda4a]:hover {
  background-color: #f5f5f5;
  color: #666;
}
/* 搜索框 */
.search-box[data-v-7dacda4a] {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
[data-v-7dacda4a] .search-input {
  width: 100%;
}
[data-v-7dacda4a] .search-input input {
  width: 100%;
  height: 33px;
  padding: 0 44px 0 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.2s;
}
.search-input[data-v-7dacda4a]:focus {
  outline: none;
  border-color: #1890ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.1);
}
.search-input[data-v-7dacda4a]::-moz-placeholder {
  color: #999;
}
.search-input[data-v-7dacda4a]::placeholder {
  color: #999;
}
.search-icon[data-v-7dacda4a] {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
/* 热门城市 */
.hot-cities-section[data-v-7dacda4a] {
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.section-header[data-v-7dacda4a] {
  margin-bottom: 16px;
}
.section-title[data-v-7dacda4a] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.hot-title[data-v-7dacda4a] {
  color: #1890ff;
  position: relative;
  padding-bottom: 4px;
}
.hot-title[data-v-7dacda4a]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1890ff;
  border-radius: 1px;
}
.hot-cities-list[data-v-7dacda4a] {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
/* 字母标签页 */
.letter-tabs[data-v-7dacda4a] {
  display: flex;
  padding: 0 24px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fafafa;
}
.tab-btn[data-v-7dacda4a] {
  flex: 1;
  padding: 12px 0;
  background: none;
  border: none;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.tab-btn[data-v-7dacda4a]:hover {
  color: #16a34a;
}
.tab-btn.active[data-v-7dacda4a] {
  color: #16a34a;
  font-weight: 600;
}
.tab-btn.active[data-v-7dacda4a]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #16a34a;
}
/* 城市列表容器 */
.cities-container[data-v-7dacda4a] {
  flex: 1;
  overflow-y: auto;
  max-height: 270px;
  padding: 16px 24px;
  background-color: #f8f9fa;
}
.city-letter-group[data-v-7dacda4a] {
  margin-bottom: 24px;
}
.letter-header[data-v-7dacda4a] {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin-bottom: 12px;
  padding-left: 8px;
}
.cities-grid[data-v-7dacda4a] {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
/* 城市项 */
.city-item[data-v-7dacda4a] {
  padding: 2px 4px;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.city-item[data-v-7dacda4a]:hover {
  border-color: #16a34a;
  color: #16a34a;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(24, 144, 255, 0.1);
}
.city-item.active[data-v-7dacda4a] {
  border-color: #16a34a;
  background-color: #e6f7ff;
  color: #16a34a;
  font-weight: 500;
}
/* 空状态 */
.empty-state[data-v-7dacda4a] {
  text-align: center;
  padding: 48px 0;
  color: #999;
  font-size: 16px;
}
/* 底部操作 */
.modal-footer[data-v-7dacda4a] {
  padding: 20px 24px;
  border-top: 1px solid #f0f0f0;
  text-align: center;
}
.confirm-btn[data-v-7dacda4a] {
  padding: 12px 32px;
  background-color: #1890ff;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
.confirm-btn[data-v-7dacda4a]:hover {
  background-color: #40a9ff;
}
.confirm-btn[data-v-7dacda4a]:active {
  background-color: #096dd9;
}
.confirm-btn[data-v-7dacda4a]:disabled {
  background-color: #d9d9d9;
  cursor: not-allowed;
}

.submitForm[data-v-9112cf24] {
  position: relative;
  width: 550px;
  height: 710px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.submitForm .icon[data-v-9112cf24] {
  vertical-align: text-bottom;
  margin-left: 10px;
}
.submitForm .el-textarea__inner[data-v-9112cf24],
.submitForm input[data-v-9112cf24] {
  height: 36px;
  border-color: #CCFF74;
}
.submitForm .form-head[data-v-9112cf24] {
  background: linear-gradient(160deg, #4A4C4A 64%, #CCFF74 241%);
  color: white;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  height: 92px;
  padding-top: 18px;
  padding-left: 28px;
}
.submitForm .form-head .form-title[data-v-9112cf24] {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.submitForm .form-head .form-subtitle[data-v-9112cf24] {
  font-size: 16px;
  color: rgba(204, 255, 116, 0.8);
  font-weight: 500;
}
.submitForm .form-description[data-v-9112cf24] {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.submitForm[data-v-9112cf24] .focus input {
  border: 1px solid #16a34a;
}
.submitForm .submit-btn-box[data-v-9112cf24] {
  text-align: center;
}
.submitForm .submit-btn[data-v-9112cf24] {
  text-align: center;
  background: #16a34a;
  font-weight: bold;
  color: #fff;
  border: none;
  margin-bottom: 5px;
}
.submitForm .submit-btn[data-v-9112cf24]:hover {
  background: #15803d;
}
.submitForm .form-container[data-v-9112cf24] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #f0f9f4;
  backface-visibility: hidden;
  border-radius: 5px;
}
.submitForm .el-form-item[data-v-9112cf24] {
  margin-bottom: 15px !important;
  padding-bottom: 8px;
}
.submitForm .el-form[data-v-9112cf24] {
  margin: 20px 30px 0 30px;
  border-radius: 5px;
}
.submitForm[data-v-9112cf24] .el-form-item__label {
  line-height: 30px;
}
.submitForm[data-v-9112cf24] .el-input__inner {
  height: 46px;
  line-height: 46px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding-left: 40px;
}
.submitForm[data-v-9112cf24] .el-input__inner:focus {
  border-color: #16a34a !important;
}
.submitForm[data-v-9112cf24] .el-textarea__inner {
  padding-left: 40px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding-top: 12px;
}
.submitForm[data-v-9112cf24] .el-textarea__inner:focus {
  border-color: #16a34a !important;
}
.submitForm .require[data-v-9112cf24] .el-input__inner::-moz-placeholder {
  color: rgba(255, 0, 0, 0.3);
}
.submitForm .require[data-v-9112cf24] .el-input__inner::placeholder {
  color: rgba(255, 0, 0, 0.3);
}
.no-shadow[data-v-9112cf24] {
  box-shadow: none;
}
@media (max-width: 767px) {
.submitForm[data-v-9112cf24] {
    width: 397px;
}
}
.hot-booking-2[data-v-9112cf24] {
  cursor: pointer;
  position: absolute;
  top: -32px;
  right: -95px;
  width: 168px;
  height: 50px;
  z-index: 80;
  background: linear-gradient(135deg, #ff3d3d 0%, #ff6b6b 100%);
  color: white;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(25% -6%, 75% 3%, 114% 100%, 2% 100%);
  transform-origin: top left;
  box-shadow: 0 4px 12px rgba(255, 61, 61, 0.3);
  transform: rotate(54deg);
}
.hot-booking-2[data-v-9112cf24]::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  background: inherit;
}
.hot-booking-2 span[data-v-9112cf24] {
  transform: skewX(20deg);
  padding-left: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.flip-card[data-v-9112cf24] {
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.flip-card.flipped[data-v-9112cf24] {
  transform: rotateX(180deg);
}
.pop-item[data-v-9112cf24] {
  line-height: 40px;
  padding: 0 10px;
}
.pop-item a[data-v-9112cf24] {
  display: block;
  line-height: 35px;
  height: 35px;
  cursor: pointer;
  padding-left: 20px;
}
.pop-item a.current[data-v-9112cf24] {
  padding-left: 0;
}
.pop-item a[data-v-9112cf24]:hover {
  background: #16a34a;
  border-radius: 3px;
  color: #fff;
}
/* 响应式设计 */
@media (max-width: 768px) {
.form-container[data-v-9112cf24] {
    position: relative !important;
    margin: 0 10px !important;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.form-container[data-v-9112cf24] {
    position: relative !important;
    margin: 0 10px !important;
}
}
[data-v-9112cf24] .pop-select input {
  cursor: pointer;
}
.form-group .form-group-title[data-v-9112cf24] {
  font-size: 14px;
  font-family: "Noto Sans SC";
  font-weight: 600;
  color: #166534;
  margin-bottom: 10px;
}
.form-group .form-group-title[data-v-9112cf24]::before {
  content: "";
  display: inline-block;
  background-color: #16a34a;
  width: 5px;
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.info-box[data-v-9112cf24] {
  font-size: 12px;
  text-align: center;
  color: #6b7280;
}
.gender-select[data-v-9112cf24] {
  position: absolute;
  top: 3px;
  right: 10px;
}

.el-date-table td.today span {
  color: #16a34a !important;
}

.layer[data-v-3a525cb4] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 101;
  border-radius: 10px;
}
.closeIcon[data-v-3a525cb4] {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 11;
  color: #fff;
}
.closeIcon[data-v-3a525cb4]::before {
  font-size: 20px;
  cursor: pointer;
}

body {
  background: #fff !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", "Microsoft Yahei", Arial, sans-serif;
}
#app {
  overflow: hidden;
}
#app .primary-btn-color {
  background: #CCFF74;
  box-shadow: 0px 10px 25px rgba(214, 252, 126, 0.6);
}
#app .primary-btn-color img {
  display: none;
}
#app .primary-btn-color:hover {
  box-shadow: 0px 6px 10px rgba(214, 252, 126, 0.8);
}
#app .primary-btn-color:hover img {
  display: inline-block;
}
#app .btn-outline {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  border: 1px solid #4A4C4A;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), 0 4px 12px rgba(0, 0, 0, 0.08);
  /* 过渡动画 */
  transition: all 0.2s ease;
}
#app .btn-outline img {
  display: none;
}
#app .btn-outline:hover {
  /* 加深底部阴影，提升悬浮高度感 */
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), 0 6px 16px rgba(0, 0, 0, 0.12);
  /* 微微上移 */
}
#app .btn-outline:hover img {
  display: inline-block;
}
.arrow-icon {
  vertical-align: middle;
  margin-left: 10px;
}
/* Header */
header {
  max-width: 1440px;
  margin: auto;
  height: 683px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}
header .container {
  margin: auto;
  max-width: unset !important;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  position: fixed;
  width: 1440px;
  z-index: 11;
}
header nav .logo {
  align-items: center;
  margin-left: 104px;
  top: 17px;
}
header nav .logo img {
  vertical-align: middle;
}
header nav .nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
  line-height: 23px;
  height: 32px;
}
header nav .nav-links a {
  text-decoration: none;
  color: #374151;
  font-size: 14px;
  transition: var(--transition);
  font-family: Roboto, sans-serif;
  cursor: pointer;
}
header nav .nav-links a:hover {
  color: #6B7280;
}
header nav .nav-buttons {
  display: flex;
  gap: 24px;
  margin-right: 104px;
}
header nav .nav-buttons .btn {
  width: 144px;
  height: 40px;
  border-radius: 10px;
  background: #CCFF74;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #4A4C4A;
  cursor: pointer;
}
header nav .nav-buttons .btn.btn-outline {
  width: 96px;
}
header .hero {
  padding: 177px 0 80px 104px;
  position: relative;
  overflow: hidden;
}
header .hero .hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 130px;
}
header .hero .hero-text {
  flex: 0.94;
}
header .hero .hero-text h1 {
  font-size: 78px;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
header .hero .hero-text h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 9px;
}
header .hero .hero-text .hero-description {
  font-size: 14px;
  color: #4A4C4A;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 30px;
  width: 561px;
}
header .hero .hero-text .hero-desc {
  color: rgba(74, 76, 74, 0.8);
  font-size: 12px;
}
header .hero .hero-buttons {
  display: flex;
  gap: 15px;
  margin-top: 55px;
  margin-bottom: 30px;
}
header .hero .hero-buttons .btn {
  border-radius: 60px;
  height: 50px;
  width: 272px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 50px !important;
}
header .hero .hero-buttons .btn.btn-outline {
  border: none !important;
  background: #fff !important;
}
header .hero .text-gradient-green {
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  background: linear-gradient(177deg, #4A4C4A 65%, #CCFF74 114%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
header .hero-image {
  width: 493px;
}
header .hero-image .card-header {
  background: linear-gradient(160deg, #4A4C4A 64%, #CCFF74 241%);
  color: white;
  border-radius: 5px 5px 0px 0px;
  width: 493px;
  height: 92px;
  padding-top: 18px;
  padding-left: 28px;
}
header .hero-image .card-header h1 {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
header .hero-image .card-header p {
  font-size: 16px;
  color: rgba(204, 255, 116, 0.8);
  /* 荧光绿副标题 */
  font-weight: 500;
}
header .hero-image .card-content {
  padding: 12px 32px 28px 32px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}
header .hero-image .card-content .description {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #4A4C4A;
}
header .hero-image .card-content .input-hint {
  color: rgba(74, 76, 74, 0.6);
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: justify;
  margin-top: 10px;
  background: rgba(74, 76, 74, 0.04);
  border-radius: 12px;
  padding: 16px;
  letter-spacing: 1px;
}
header .hero-image .card-content .actions-btn .btn {
  border-radius: 10px;
  height: 50px;
  width: 100%;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 1rem;
  margin: 5px 0;
}
header .hero-image .card-content .actions-btn .btn.btn-outline {
  border: none !important;
  background: #fff !important;
}
header .hero-image .hero-robot {
  position: absolute;
  bottom: 24px;
  right: 47px;
}
header::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0;
  width: 295px;
  height: 295px;
  opacity: 1;
  background: linear-gradient(180deg, #CCFF74 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(300px);
}
header::after {
  content: '';
  position: absolute;
  left: 878px;
  top: 317px;
  width: 671px;
  height: 671px;
  opacity: 1;
  z-index: -1;
  background: linear-gradient(180deg, #CCFF74 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(231px);
}
.section-tag {
  background: #CCFF74;
  border-radius: 15px;
  display: inline-block;
  padding: 6px 25px;
  margin-top: 83px;
  font-family: 'Roboto';
}
.section-tag span {
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
  text-align: justify;
  letter-spacing: 1px;
}
.section-title {
  margin-top: 32px;
  font-size: 64px;
  font-weight: 800;
  line-height: 75px;
  text-align: center;
  letter-spacing: 2px;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  background: linear-gradient(175deg, #4A4C4A 71%, #CCFF74 107%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-subject {
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1px;
  font-variation-settings: "opsz" auto;
  color: rgba(74, 76, 74, 0.8);
}
.section-gray {
  background: rgba(74, 76, 74, 0.04);
}
.core-ability {
  margin: 8px auto 0 auto;
  width: 1440px;
  text-align: center;
  padding-bottom: 106px;
}
.core-ability .features-grid {
  margin-top: 111px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(630px, 1fr));
  gap: 24px;
  padding: 0 68px;
}
.core-ability .features-grid .feature-card {
  display: flex;
  width: 640px;
  padding: 42px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.core-ability .features-grid .feature-card .feature-icon {
  width: 72px;
  height: 72px;
  background: #CCFF75;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.core-ability .features-grid .feature-card .feature-icon img.resource {
  width: 30px;
  height: 35px;
}
.core-ability .features-grid .feature-card .feature-icon img.enger {
  width: 33px;
  height: 33px;
}
.core-ability .features-grid .feature-card .feature-icon img.system {
  width: 39px;
  height: 37px;
}
.core-ability .features-grid .feature-card .feature-icon img.event {
  width: 25px;
  height: 34px;
}
.core-ability .features-grid .feature-card .feature-content {
  text-align: left;
  width: 440px;
  margin-left: 42px;
}
.core-ability .features-grid .feature-card .feature-content .feature-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
  font-feature-settings: "kern" on;
  color: #4A4C4A;
  margin-bottom: 16px;
}
.core-ability .features-grid .feature-card .feature-content .feature-desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0px;
  font-feature-settings: "kern" on;
  color: #4A4C4A;
}
.service {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}
.service .features-grid {
  margin-top: 111px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  padding: 0 68px;
}
.service .features-grid .feature-card {
  display: block;
  text-align: center;
  width: 355px;
  padding: 42px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(204, 255, 116, 0.5);
  background: rgba(74, 76, 74, 0.05);
}
.service .features-grid .feature-card .btn img {
  display: none;
  vertical-align: middle;
}
.service .features-grid .feature-card:hover .btn img {
  display: inline-block;
}
.service .features-grid .feature-card .feature-icon {
  width: 100%;
  height: 72px;
  background: transparent;
}
.service .features-grid .feature-card .feature-content {
  text-align: center;
  width: 100%;
  margin-left: unset;
}
.service .features-grid .feature-card .feature-content .feature-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0px;
  font-feature-settings: "kern" on;
  color: #4A4C4A;
  margin-bottom: 12px;
}
.service .features-grid .feature-card .feature-content .feature-desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
  font-feature-settings: "kern" on;
  color: #4A4C4A;
}
.service .features-grid .feature-card .btn {
  width: 272px;
  height: 50px;
  border-radius: 60px;
  opacity: 1;
  border: none;
  margin-top: 28px;
  font-size: 16px;
  color: #4A4C4A;
  cursor: pointer;
  background: rgba(204, 255, 116, 0.8);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.friend {
  /* 轨道样式：包含所有滚动项 */
  /* 定义滚动动画 */
  /* 第一行：向左滚动 */
  /* 第二行：向右滚动 */
  /* 单个 Logo 的样式（可根据需要调整） */
  /* 鼠标悬停暂停 */
}
.friend .section-subject {
  margin-bottom: 77px;
}
.friend .scroll-wrapper {
  margin-top: 51px;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
}
.friend .scroll-track {
  display: flex;
  flex-shrink: 0;
  /* 让子元素横向排列 */
  width: -moz-max-content;
  width: max-content;
  /* 宽度由内容撑开 */
}
@keyframes scrollLeft {
0% {
    transform: translateX(0);
}
100% {
    /* 向左移动自身宽度的100% */
    transform: translateX(-50%);
}
}
@keyframes scrollRight {
0% {
    transform: translateX(-50%);
    /* 初始位置在右边 */
}
100% {
    /* 向右移动自身宽度的100%，回到原位 */
    transform: translateX(0);
}
}
.friend .row-top {
  /* 确保动画结束后保持最后一帧的状态，不要突然跳回开头 */
  animation-fill-mode: forwards;
  /* 你的原有配置 */
  animation: scrollLeft 60s linear infinite;
}
.friend .row-bottom {
  animation: scrollRight 65s linear infinite;
  /* 确保动画结束后保持最后一帧的状态，不要突然跳回开头 */
  animation-fill-mode: forwards;
  /* 你的原有配置 */
  animation: scrollRight 60s linear infinite;
}
.friend .logo-item {
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
  width: 210px;
  height: 120px;
}
.friend .scroll-wrapper:hover .row-top,
.friend .scroll-wrapper:hover .row-bottom {
  animation-play-state: paused;
}
.enterprise {
  background: linear-gradient(149deg, #4A4C4A 80%, #CCFF74 142%);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  margin: 8px auto 0 auto;
  width: 1440px;
  display: flex;
  gap: 125px;
}
.enterprise .left {
  padding-left: 125px;
  flex: 1;
}
.enterprise .left .section-tag {
  background: rgba(204, 255, 116, 0.2);
  border-radius: 15px;
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 1px;
  font-variation-settings: "opsz" auto;
  color: #CCFF74;
  margin-top: 68px;
  margin-bottom: 35px;
}
.enterprise .left .enterprise-section-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 75px;
  letter-spacing: 2px;
}
.enterprise .left .enterprise-section-title.white {
  color: #fff;
}
.enterprise .left .enterprise-section-title.green {
  color: #CCFF74;
}
.enterprise .left .enterprise-section-subject {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 20px;
  letter-spacing: 2px;
  width: 574px;
}
.enterprise .left .actions-btn {
  margin-top: 84px;
  margin-bottom: 158px;
}
.enterprise .left .actions-btn .btn {
  width: 272px;
  height: 50px;
  border-radius: 60px !important;
  opacity: 1;
  border: none !important;
  margin-right: 8px;
  cursor: pointer;
  font-size: 16px;
}
.enterprise .left .actions-btn .btn.btn-outline {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  box-shadow: 0px 4px 10px 0px rgba(204, 255, 116, 0.15) !important;
}
.enterprise .right {
  flex: 1;
}
.enterprise .right .enterprise-nav {
  padding: 33px 28px;
  margin-top: 96px;
  width: 493px;
  height: 446px;
  border-radius: 10px;
  mix-blend-mode: lighten;
  opacity: 1;
  background: linear-gradient(116deg, rgba(204, 255, 116, 0.1) -51%, rgba(255, 255, 255, 0.1) 76%);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 30px 0px rgba(204, 255, 116, 0.1);
}
.enterprise .right .enterprise-nav .nav-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 1px;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
  margin-bottom: 36px;
}
.enterprise .right .enterprise-nav .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.enterprise .right .enterprise-nav .nav-list li {
  display: flex;
  margin-bottom: 6px;
  padding: 9px 0;
}
.enterprise .right .enterprise-nav .nav-list li:hover {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.enterprise .right .enterprise-nav .nav-list li:hover .img {
  background: #CCFF74;
}
.enterprise .right .enterprise-nav .nav-list li:hover .img .nav-icon {
  display: none;
}
.enterprise .right .enterprise-nav .nav-list li:hover .img .nav-icon-gray {
  display: block;
}
.enterprise .right .enterprise-nav .nav-list li:hover .nav-name {
  color: #CCFF74;
}
.enterprise .right .enterprise-nav .nav-list li .img {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 16px;
  margin-left: 15px;
  border-radius: 10px;
}
.enterprise .right .enterprise-nav .nav-list li .img .nav-icon {
  display: block;
}
.enterprise .right .enterprise-nav .nav-list li .img .nav-icon-gray {
  display: none;
}
.enterprise .right .enterprise-nav .nav-list li .nav-name {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 14px;
}
.customer .customer-card {
  margin: 51px auto 0 auto;
  width: 1175px;
  height: 400px;
  border-radius: 20px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 2px solid rgba(204, 255, 116, 0.4);
  box-shadow: 0 0 20px rgba(211, 211, 211, 0.4);
}
.customer .customer-card .customer-item {
  width: 725px;
  margin: 0 auto;
}
.customer .customer-card .customer-item .customer-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0px;
  margin-top: 63px;
}
.customer .customer-card .customer-item .customer-subtitle {
  margin: 27px auto 29px auto;
  height: 42px;
  line-height: 42px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(204, 255, 116, 0.5) 0%, rgba(204, 255, 116, 0) 100%);
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0px;
}
.customer .customer-card .customer-item .customer-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 2px;
}
.customer .customer-card .customer-item .customer-author {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0px;
  margin-top: 36px;
  text-align: right;
}
.customer .customer-card .customer-item .customer-author .line {
  vertical-align: middle;
  margin-right: 10px;
}
.customer .customer-card .carousel-circle {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.customer .customer-card .carousel-circle .circle {
  width: 16px;
  height: 16px;
  background: rgba(74, 76, 74, 0.5);
  border-radius: 50%;
  margin: 30px 12px;
}
.customer .customer-card .carousel-circle .circle.active {
  background: #CCFF74;
}
.customer .customer-indicator {
  list-style: none;
  padding: 0;
  width: 1175px;
  margin: 97px 180px;
  display: flex;
  gap: 40px;
}
.customer .customer-indicator li {
  width: 325px;
  height: 96px;
  border-radius: 16px;
  cursor: pointer;
  background: #FFFFFF;
  border: 2px solid rgba(74, 76, 74, 0.5);
  text-align: left;
}
.customer .customer-indicator li.active {
  background: rgba(204, 255, 116, 0.1);
  border: 2px solid #CCFF74;
}
.customer .customer-indicator li .customer-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 8px;
  margin-left: 53px;
  margin-top: 15px;
}
.customer .customer-indicator li .customer-subtitle {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  margin-left: 63px;
}
.handshake {
  background: linear-gradient(314deg, #ccff74 35%, #ccff7400 107%);
  height: 494px;
  padding-top: 74px;
}
.handshake .section-title {
  margin-bottom: 17px;
}
.handshake .section-subject {
  font-size: 20px;
}
.handshake .handshake-btn {
  margin-top: 71px;
}
.handshake .handshake-btn .btn {
  width: 272px;
  height: 50px;
  border-radius: 60px;
  opacity: 1;
  border: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0px;
  cursor: pointer;
}
.handshake .handshake-btn .btn:hover img.arrow-icon {
  display: inline-block;
}
.handshake .handshake-btn .btn img {
  margin-right: 11px;
  vertical-align: middle;
}
.handshake .handshake-btn .btn img.arrow-icon {
  display: none;
}
.handshake .handshake-btn .btn.user-btn {
  box-shadow: 0px 4px 5px 0px rgba(74, 76, 74, 0.3);
  background: #4A4C4A;
  color: #CCFF74;
  margin-right: 40px;
}
.handshake .handshake-btn .btn.build-btn {
  background: #FFFFFF;
  box-shadow: 0px 4px 5px 0px rgba(255, 255, 255, 0.4);
}
.footer {
  height: 397px;
  background: #4A4C4A;
  text-align: left;
  display: flex;
}
.footer .left {
  flex: 1;
  margin-top: 38px;
  margin-left: 83px;
}
.footer .left .desc {
  width: 331px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1px;
  font-feature-settings: "kern" on;
  color: #D1D5DB;
}
.footer .left .email {
  margin-top: 18px;
}
.footer .left .email,
.footer .left .tel {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  font-feature-settings: "kern" on;
  color: #D1D5DB;
  margin-bottom: 12px;
}
.footer .left .email img,
.footer .left .tel img {
  vertical-align: middle;
  margin-right: 14px;
}
.footer .right {
  flex: 1;
}
.footer .right img {
  margin-top: 126px;
  margin-right: 25px;
}
@font-face {
  font-family: 'Roboto';
  src: url(../../static/fonts/Roboto.d249ccec.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.customer-carousel /deep/ .el-carousel__arrow {
  background: transparent !important;
  border: 1px solid #4A4C4A !important;
}
.customer-carousel /deep/ .el-carousel__arrow i {
  color: #4A4C4A !important;
}
.tools {
  position: fixed;
  right: 0;
  z-index: 100;
  background: #6ECEDA;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 5px 0 0 5px;
}
.tools .call-phone {
  text-align: center;
  color: #fff;
  position: relative;
  cursor: pointer;
  padding: 3px 6px 3px 9px;
}
.tools .call-phone:hover .layer {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  right: 45px;
  left: unset;
}
.tools .call-phone .layer {
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0;
  background: #6ECEDA;
  width: 220px;
  text-align: left;
  padding: 10px;
  transform: translateX(20px);
  transition: all 0.3s ease;
  border-radius: 5px;
}
.tools .call-phone .layer.er {
  text-align: center;
}
.tools .call-phone .layer div {
  font-size: 14px;
  margin: 5px;
}

.customer-carousel /deep/ .el-carousel__arrow {
  background: transparent !important;
  border: 1px solid #4A4C4A !important;
}
.customer-carousel /deep/ .el-carousel__arrow i {
  color: #4A4C4A !important;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f0f4f8 0%, #e6e9ef 100%);
}
#container {
  width: 100%;
  height: 100%;
}
.coze-chat-sdk {
  width: 60% !important;
  height: calc(100% - 40px) !important;
  right: 20% !important;
  background: linear-gradient(135deg, #f0f4f8 0%, #e6e9ef 100%);
  border-radius: 20px !important;
  top: 40%/2 !important;
  position: absolute !important;
}
.web-sdk-area {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.9), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.web-sdk-area > div:first-child {
  border-bottom: 1px solid rgba(0, 212, 255, 0.2) !important;
}
.coze-chat-sdk > div {
  border-radius: 20px !important;
}
.coze-chat-sdk > div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.6) 0%, rgba(138, 43, 226, 0.6) 50%, rgba(0, 212, 255, 0.6) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: border-glow 3s ease-in-out infinite;
}
.coze-chat-sdk .web-sdk-area > div:nth-child(4) > div {
  max-width: 80%;
  margin: 0 auto;
}
.coze-chat-sdk .web-sdk-area > div:nth-child(5) {
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}
.coze-chat-sdk .web-sdk-area {
  background: url(../../static/img/ai-bg.ef0f466e.png) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.coze-chat-sdk .web-sdk-area > div:nth-child(4)::before {
  background: url(../../static/img/ai-bg.ef0f466e.png) !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  display: block;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.coze-chat-sdk :is(.bg-\[var\(--coz-mg-primary\)\]) {
  background: transparent !important;
  position: relative;
}
.coze-chat-sdk :is(.bg-\[var\(--coz-mg-primary\)\]) * {
  color: #000 !important;
}
.coze-chat-sdk .paragraph-element {
  font-size: 16px !important;
}
.coze-chat-sdk .message-group-wrapper > div > div > div:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: row-reverse;
  align-self: self-end;
  max-width: 50%;
}
.coze-chat-sdk .message-group-wrapper > div > div > div:nth-child(2) .coze-chat-message-wrapper > div:nth-child(1) {
  order: 2;
  margin-left: 12px;
  margin-right: 0px;
}
.coze-chat-sdk .message-group-wrapper > div > div > div:nth-child(2) .coze-chat-message-wrapper > div:nth-child(2) {
  max-width: unset !important;
}
.coze-chat-sdk .message-group-wrapper > div > div > div:nth-child(2) .coze-chat-message-wrapper > div:nth-child(2) > div > div:nth-child(1) {
  text-align: right;
  flex-direction: row-reverse;
}
.chat-uikit-message-box-bg-primary {
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(138, 43, 226, 0.2)) !important;
  border: 1px solid rgba(0, 212, 255, 0.3) !important;
  border-radius: 15px 0 15px 15px !important;
}
.chat-uikit-on-boarding__suggestions > div {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(0, 212, 255, 0.1), 0 0 0 1px rgba(0, 212, 255, 0.1);
}
.chat-uikit-on-boarding__suggestions > div > span {
  color: #00d4ff;
}
.chat-uikit-on-boarding__suggestions > div::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}
.chat-uikit-on-boarding__suggestions > div:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 212, 255, 0.2), 0 0 0 1px rgba(0, 212, 255, 0.3);
}
.input-wraper-for-reset > div:nth-child(2) > div {
  border: none;
}
.input-wraper-for-reset > div:nth-child(2) {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 212, 255, 0.15), 0 0 0 1.5px rgba(0, 212, 255, 0.4);
  transition: all 0.3s;
}
.chat-uikit-on-boarding__suggestions > div {
  background-color: #2A9D8F;
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.chat-uikit-on-boarding__suggestions > div > span {
  color: #FFFFFF !important;
}
.chat-uikit-on-boarding__suggestions > div:hover {
  background-color: #1D7874;
  /* 悬停时颜色加深 */
}
.chat-uikit-on-boarding__suggestions > div:hover > span {
  color: #2A9D8F !important;
}

