* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

body {
  color: #333;
  line-height: 1.6;
}

/* 顶部导航栏 */
header {
  background: #ffffffcc;
  position: fixed;
  width: 100%;
  height: 60px;
  opacity: 1;
  top: 0;
  z-index: 1000;
  display: flex;
}

.nav-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.75rem;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 28px;
  height: 28px;
  margin-left: 295px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.logo-img {
  position: absolute;
  height: 28px;
  width: 28px;
}

.navbar {
  margin: 10px 0;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0px 0 0 51px;
}

nav ul li {
  margin: 0 32px;
  position: relative;
  width: 80px;
  height: 27px;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  font-family: "Microsoft YaHei UI";
}

nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 5px 0;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #0eb28e;
}

nav ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: width 0.3s;
}

nav ul li a:hover::after {
  width: 100%;
}
/* 激活状态的样式 */
.navbar ul li a.active {
  color: #0eb28e; /* 设置为绿色 */
}

/* 背景图 */
.banner {
  width: 100%;
  height: 100%;
  margin-top: 60px;
}
.image-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 0; /* 移除默认间距 */
}
/* 下拆线 */
.text {
  height: 67px;
  opacity: 1;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.5rem;
}
.text h2 {
  color: #132621;
  text-align: center;
  font-size: clamp(3rem, 1.5vw, 3rem);
  font-weight: 700;
  font-family: "Alibaba PuHuiTi 2.0";
  z-index: 1;
}
.coarse {
  width: auto;
  height: 36px;
  opacity: 1;
  color: #383e3b;
  text-align: justify;
  font-size: 24px;
  font-weight: 700;
  font-family: "Alimama ShuHeiTi";
}
.leve {
  width: auto;
  height: 39px;
  opacity: 1;
  color: #132621;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  font-family: "Alibaba PuHuiTi 2.0";
}
.mll {
  margin-left: 10rem;
}
.wh3 {
  color: #ffffff;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
}
.unline {
  width: 66px;
  height: 23px;
  opacity: 0.4000000059604645;
  background: linear-gradient(90deg, #5ce8cc 0%, #08d29b 100%);
  position: absolute;
  margin: 40px 100px 4px;
}
.tu1{
  width: 658px ;
  height: auto;
}
/* 主体部分 */
.big-box {
  width: 100%;
  padding: 92px 0px 0;
  gap: 2rem;
  display: flex;
  justify-content: center;
}

.card-b {
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.3s;
  width: 332px;
  height: 675px;
}

.card-b:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 1440px) {
  .big-box {
    width: 100%;
    padding: 64px 0px 0;
    margin: 0 auto;
    gap: 12px;
  }
  .card-b {
    width:auto; /* 一行显示两个，减去间距 */
    margin-top: 10px;
  }
  .mll{
    margin-left: 30px;
  }
}
/* 图片与文字间距 */
.card-image {
  position: relative;
  width: 332px;
  height: 240px;
  margin-bottom: 1.5rem;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-content1 {
  text-align: center;
  width: 332px;
  height: 408px;
  border-radius: 8px;
  opacity: 1;
  background: linear-gradient(270deg, #5ce8cc 0%, #08d29b 100%);
  box-shadow: 0 0 10px 0 #0000001f;
}
.card-content2 {
  text-align: center;
  width: 332px;
  height: 408px;
  border-radius: 8px;
  opacity: 1;
  background: linear-gradient(270deg, #5caee8 0%, #08b1d2 100%);
  box-shadow: 0 0 10px 0 #0000001f;
}
.card-content3 {
  text-align: center;
  width: 332px;
  height: 408px;
  border-radius: 8px;
  opacity: 1;
  background: linear-gradient(270deg, #7f73fa 4%, #598df4 100%);
  box-shadow: 0 0 10px 0 #0000001f;
}
.card-content4 {
  text-align: center;
  width: 332px;
  height: 408px;
  border-radius: 8px;
  opacity: 1;
  background: linear-gradient(270deg, #ffb41e 4%, #ff5900 100%);
  box-shadow: 0 0 10px 0 #0000001f;
}
.li-content {
  height: 60px;
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10%;
}

.dt-h3 {
  width: 71px;
  height: 50px;
  opacity: 1;
  color: #ffffff;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  font-family: "Alibaba PuHuiTi 2.0";
}
.card h3 {
  width: 75px;
  height: 50px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  font-family: "Alibaba PuHuiTi 2.0";
}
.card p {
  width: 224px;
  height: 25px;
  opacity: 1;
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  font-family: "Microsoft YaHei UI";
}
.li-content ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
}

.li-content li {
  color: #555;
  line-height: 1.8;
  padding-left: 1.3em;
  position: relative;
  margin-bottom: 10px;
  font-size: 0.95em;
}

.li-content li:before {
  content: "●";
  color: #007bff;
  position: absolute;
  left: 0;
  font-size: 0.85em;
  top: 1px;
}
.container h3 {
  width: 100px;
  height: 50px;
  opacity: 1;
  color: #ffffff;
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  font-family: "Alibaba PuHuiTi 2.0";
}

.big-box p {
  width: 220px;
  height: 25px;
  opacity: 1;
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  font-family: "Microsoft YaHei UI";
}

.dt-box1 {
  padding: 48px 229px 0px 32px;

  text-align: left;
  width: 332px;
  height: 182px;
  border-radius: 12px;
}
.dt-box2 {
  padding: 48px 229px 0px 32px;

  text-align: left;
  width: 332px;
  height: 182px;
  border-radius: 12px;
}
.dt-box3 {
  padding: 48px 229px 0px 32px;

  text-align: left;
  width: 332px;
  height: 182px;
  border-radius: 12px;
}
.dt-box4 {
  padding: 48px 229px 0px 32px;

  text-align: left;
  width: 332px;
  height: 182px;
  border-radius: 12px;
}
/*透明背景 */
.w-box {
  width: 332px;
  height: 236px;
  border-radius: 12px 12px 8px 8px;
  opacity: 1;
  background: linear-gradient(0deg, #ffffff 0%, #ffffffa6 98%);
  backdrop-filter: blur(10px);
  z-index: 1;
}
.w-box .wz {
  width: 301px;
  height: 140px;
  position: relative;
  color: #383e3b;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding: 32px 0 0 32px;
  font-family: "Microsoft YaHei UI";
}

.w-box ul {
  list-style-type: none;
}

.w-box ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 18px;
  text-align: left;
}

.w-box ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 2px;
}

.w-box ul li::after {
  content: "\2714"; /* 对勾符号的Unicode编码 */
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  color: white;
  font-size: 12px;
  background-color: #22c7a3; /* 绿色背景颜色 */
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}

/* 窗口交互 */
#icon {
  position: fixed;
  bottom: 120px;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
  height: 110px;
  transition: transform 0.3s ease;
}

#chat-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
#chat-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#icon-p {
  color: white;
  font-family: Arial, sans-serif;
  width: 98px;
  height: 30px;
  border-radius: 194px;
  opacity: 1;
  border: 2px solid #ffffff;
  background: linear-gradient(90deg, #0ed3ac 0%, #00c590 97%);
  box-shadow: 0 -4px 10px 0 #00352a33;
  margin-top: -18px;
}
#icon-p p {
  height: 20px;
  opacity: 1;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: "Alimama ShuHeiTi";
  letter-spacing: 1.92px;
}
#icon:hover #chat-icon {
  transform: scale(1.1);
  cursor: pointer;
}

#icon:hover #icon-p {
  transform: translateY(-2px);
  background-color: #059669;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#chat-window {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 300px;
  height: 400px;
  background-color: white;
  border: 1px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
}
#chat-window.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#chat-header {
  padding: 10px 15px;
  background-color: #22c7a3;
  color: white;
  font-weight: bold;
  cursor: move;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#chat-window img {
  width: 30px;
  height: 30px;
}
#chat-header p {
  margin-left: 10px;
}
#chat-messages {
  flex: 1;
  min-height: 200px;
  max-height: 450px;
  overflow-y: auto;
  padding: 10px;
  background-color: #f9f9f9;
}
#chat-input {
  display: flex;
  position: absolute;
  width: 300px;
  padding: 20px 20px;
  border-top: 1px solid #ebedf5;
  bottom: 1px;
}
#message-input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ebedf5;
  border-radius: 4px;
  margin-right: 10px;
}
#message-input:focus {
  outline: none; /* 移除默认的聚焦轮廓 */
  border: 1px solid #22c7a3;
}
#send-button {
  padding: 8px 15px;
  background-color: #22c7a3;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#send-button:hover {
  background-color: #0056b3;
}
.user-message,
.bot-message {
  margin: 8px 0;
  padding: 10px;
  border-radius: 6px;
  max-width: 85%;
}
.user-message {
  background-color: #f8fffd;
  margin-left: auto;
  border: 1px solid #ebedf5;
}
.bot-message {
  background-color: #ffffff;
  border: 1px solid #ebedf5;
}
.content {
  padding: 20px;
}
p {
  margin-bottom: 0 !important;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 0.75rem !important; /* 设置具体大小 */
  line-height: 0 !important; /* 设置具体行高 */
}

/* 底部         */
footer {
  background-color: #00cda0;
  text-align: center;
  padding: 35px;
  width: 100%;
  height: 204px;
  
}
footer p {
  color: #ffffff;
  font-weight: 400;
  font-family: "Microsoft YaHei UI";
  line-height: 24px;
  margin: 12px 0 0;
}
.foot{
  display: flex;
  align-items: center;
  justify-content: center;
  }
.fo-wz {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 48px;
}
.ft-w {
  position: relative;
}
.erw{
  width: 80px;
height: 80px;
margin-right: 3rem;
}
.foott{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media (max-width: 768px) {
  .mll{
    margin: auto;
  }
  .fo-wz{
    flex-direction: column;
    gap: 1px;
    text-align: left;
  }
}
/* 响应式调整 */
@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}

/* 响应式导航栏样式 */
@media (max-width: 1379.98px) {
  .navbar {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: #ffffffcc;
    padding: 1rem;
    display: none;
  }

  .navbar.show {
    display: block;
  }

  nav ul {
    flex-direction: column;
    margin: 0 !important;
    align-items: center;
  }

  nav ul li {
    margin: 10px 0 !important;
    width: auto !important;
  }

  .navbar-toggler {
    display: block;
    border: none;
    background-color: #ffffff00;
    padding: 1.5rem;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(19, 38, 33, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}

@media (min-width: 1380px) {
  .navbar {
    display: block !important;
  }

  .navbar-toggler {
    display: none;
  }

  nav ul {
    margin: 0px 0 4px 51px !important;
  }

  nav ul li {
    margin: 0 32px !important;
  }
}
@media (max-width: 768px) {
  .card-b {
    width: 46%;
  }
  .big-box {
    width: 100%;
    flex-wrap: wrap;
  }
}
