footer {
    background: url("/officialsite/public/img/Vector 3 (Stroke).png") no-repeat center, linear-gradient(to right, #fff6de, #e5faf3);
    background-size: 1920px 79%;
    padding-top: 60px;
    font-size: 14px;
    color: #333;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  flex: 1;
  margin-right: 20px;
  margin-bottom: 20px;
}
.footer-column:nth-child(1){
   width: 220px;
}
.footer-column:last-child{
  display: none;
}
.footer-column h3 {
  margin-bottom: 30px;
  font-size: 18px;
}

.footer-column ul {
  list-style: none;
}

.footer-column li {
  margin-bottom: 10px;
  cursor: pointer;
  color: #666;
  transition: color 0.3s ease;
  font-size: 14px;
}
.footer-column li  a{

  cursor: pointer;
  color: #666;
  transition: color 0.3s ease;
  font-size: 14px;
  text-decoration: none;
}

.footer-column li a:hover {
  color: #117865;
  font-weight: 700;
}

.contact-info {
  margin-top: 10px;
}

.social-icons {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.social-icons span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 示例图标，实际请替换成对应图标链接或使用字体图标 */
.wechat {
    background-image: url("/officialsite/public/img/footer(1).png");
    position: relative;
}

    .wechat::after {
        content: "";
        /* 必须有这个属性才能使用伪元素 */
        display: none;
        /* 默认不显示 */
        position: absolute;
        top: -500%;
        left: -180%;
        width: 114px;
        /* 根据实际二维码大小调整 */
        height: 114px;
        /* 根据实际二维码大小调整 */
        background-image: url("/officialsite/public/img/QRCODE/wenxingongzhonghao.jpg");
        /* 二维码图片路径 */
        background-size: cover;
        border: 1px solid #ccc;
        /* 可选，为二维码添加边框 */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* 可选，为二维码添加阴影 */
        border-radius: 20px;
    }

.wechat:hover::after {
  display: block;
  /* 鼠标悬浮时显示二维码 */
}

.bilibili {
    background-image: url("/officialsite/public/img/footer(2).png");
    position: relative;
}

    .bilibili::after {
        content: "";
        /* 必须有这个属性才能使用伪元素 */
        display: none;
        /* 默认不显示 */
        position: absolute;
        top: -500%;
        left: -180%;
        width: 114px;
        /* 根据实际二维码大小调整 */
        height: 114px;
        /* 根据实际二维码大小调整 */
        background-image: url("/officialsite/public/img/QRCODE/xiaohongshu.jpg");
        /* 二维码图片路径 */
        background-size: cover;
        border: 1px solid #ccc;
        /* 可选，为二维码添加边框 */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* 可选，为二维码添加阴影 */
        border-radius: 20px;
    }

.bilibili:hover::after {
  display: block;
  /* 鼠标悬浮时显示二维码 */
}

.douyin {
    background-image: url("/officialsite/public/img/footer(4).png");
    position: relative;
}

    .douyin::after {
        content: "";
        /* 必须有这个属性才能使用伪元素 */
        display: none;
        /* 默认不显示 */
        position: absolute;
        top: -500%;
        left: -180%;
        width: 114px;
        /* 根据实际二维码大小调整 */
        height: 114px;
        /* 根据实际二维码大小调整 */
        background-image: url("/officialsite/public/img/QRCODE/抖音.jpg");
        /* 二维码图片路径 */
        background-size: cover;
        border: 1px solid #ccc;
        /* 可选，为二维码添加边框 */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* 可选，为二维码添加阴影 */
        border-radius: 20px;
    }

.douyin:hover::after {
  display: block;
  /* 鼠标悬浮时显示二维码 */
}

.other {
    background-image: url("/officialsite/public/img/footer(3).png");
    position: relative;
}

    .other::after {
        content: "";
        /* 必须有这个属性才能使用伪元素 */
        display: none;
        /* 默认不显示 */
        position: absolute;
        top: -500%;
        left: -180%;
        width: 114px;
        /* 根据实际二维码大小调整 */
        height: 114px;
        /* 根据实际二维码大小调整 */
        background-image: url("/officialsite/public/img/QRCODE/哔哩哔哩.jpg");
        /* 二维码图片路径 */
        background-size: cover;
        border: 1px solid #ccc;
        /* 可选，为二维码添加边框 */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* 可选，为二维码添加阴影 */
        border-radius: 20px;
    }

.other:hover::after {
  display: block;
  /* 鼠标悬浮时显示二维码 */
}

.copyright {
  text-align: center;
  margin-top: 20px;
  color: #999;
  font-size: 12px;
  background: #f1f9f7;
  height: 40px;
  line-height: 40px;
}

.copyright-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.copyright-link-ICP {
  color: #999;
  /* float: left; */
}

.copyright-link {
  color: #999;
  float: right;
}

/* 媒体查询：移动端适配 */
@media (max-width: 768px) {
  .footer-column {
      flex: 0 0 50%;
      margin-right: 0;
  }

  .footer-container {
      padding-left: 20px;
  }

  .copyright-link-ICP {
      color: #999;
      float: none;
      display: block;
  }

  .copyright-link {
      color: #999;
      float: none;
      display: block;
  }
}

.Tips {
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 999;
}

.TipsContent {
  width: 64px;
  height: 248px;
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.TipsContent:after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  content: "";
  background: linear-gradient(180deg, #117865 0%, #1aae92 99.63%);
  border-radius: 50px;
  content: "";
  z-index: -1;
}

.phone {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    background-image: url("/officialsite/public/img/Tips/phone.png");
    background-size: cover;
    background-repeat: no-repeat;
}
    .phone:hover {
        width: 32px;
        height: 32px;
        background-image: url("/officialsite/public/img/Tips/phoneActive.png");
    }

.phone::after {
  content: attr(title); /* 使用title属性的值 */
  position: absolute;
  top: 0px;
  right: 55px;
  white-space: nowrap; /* 防止换行 */
  background-color: #333; /* 背景颜色 */
  color: #fff; /* 文字颜色 */
  padding: 10px; /* 内边距 */
  border-radius: 3px; /* 圆角 */
  display: none; /* 默认不显示 */
  z-index: 1000; /* 确保在上方显示 */
}

.phone:hover::after {
  display: block;
  /* 鼠标悬浮时显示二维码 */
}

.Wechat {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    background-image: url("/officialsite/public/img/Tips/Wechat.png");
    background-size: cover;
    background-repeat: no-repeat;
}
    .Wechat:hover {
        width: 32px;
        height: 32px;
        background-image: url("/officialsite/public/img/Tips/WechatActive.png");
    }


    .Wechat::after {
        content: "";
        /* 必须有这个属性才能使用伪元素 */
        display: none;
        /* 默认不显示 */
        position: absolute;
        top: 0px;
        right: 55px;
        width: 114px;
        /* 根据实际二维码大小调整 */
        height: 114px;
        /* 根据实际二维码大小调整 */
        background-image: url("/officialsite/public/img/Tips/wx.jpg");
        /* 二维码图片路径 */
        background-size: cover;
        border: 1px solid #ccc;
        /* 可选，为二维码添加边框 */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* 可选，为二维码添加阴影 */
        border-radius: 20px;
    }

.Wechat:hover::after {
  display: block;
  /* 鼠标悬浮时显示二维码 */
}

.Email {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: relative;
  background-image: url("/officialsite/public/img/Tips/Email.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.Email:hover {
    width: 32px;
    height: 32px;
    background-image: url("/officialsite/public/img/Tips/EmailActive.png");
}

.Email::after {
  content: attr(title); /* 使用title属性的值 */
  position: absolute;
  top: 0px;
  right: 55px;
  white-space: nowrap; /* 防止换行 */
  background-color: #333; /* 背景颜色 */
  color: #fff; /* 文字颜色 */
  padding: 10px; /* 内边距 */
  border-radius: 3px; /* 圆角 */
  display: none; /* 默认不显示 */
  z-index: 1000; /* 确保在上方显示 */
}

.Email:hover::after {
  display: block;
  /* 鼠标悬浮时显示二维码 */
}

.HR {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    background-image: url("/officialsite/public/img/Tips/HR.png");
    background-size: cover;
    background-repeat: no-repeat;
}
    .HR:hover {
        width: 32px;
        height: 32px;
        background-image: url("/officialsite/public/img/Tips/HRActive.png");
    }


.HR::after {
  content: attr(title); /* 使用title属性的值 */
  position: absolute;
  top: 0px;
  right: 55px;
  white-space: nowrap; /* 防止换行 */
  background-color: #333; /* 背景颜色 */
  color: #fff; /* 文字颜色 */
  padding: 10px; /* 内边距 */
  border-radius: 3px; /* 圆角 */
  display: none; /* 默认不显示 */
  z-index: 1000; /* 确保在上方显示 */
}

.HR:hover::after {
  display: block;
  /* 鼠标悬浮时显示二维码 */
}

.TopPosition {
  width: 60px;
  height: 60px;
  cursor: pointer;
}


#message{
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -165px;
  width: 300px;
  max-width: 100% !important;
  padding: 15px;
  font-size: 14px;
  z-index: 9999;
  border-radius: 10px;
  display: none;
  opacity: 0;
  transition:  0.5s;
}
#message.success{
  border: 1px solid #e1f3d8;
  background: #f0f9eb;
  color: #67c23a;
  box-shadow: 0 0 10px #98ec6e;
}
#message.warning{
  border: 1px solid #faecd8;
  background: #fdf6ec;
  color: #e6a23c;
  box-shadow: 0 0 10px #e4c08b;
}
