@charset "UTF-8";
/* ====================================================================== */
/*                        响应式设计 - 移动端优先                          */
/* ====================================================================== */

/* ---------------------------------------------------------------------- */
/*  全局字体柔化 & 设计感增强                                               */
/* ---------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif SC", "Noto Sans SC", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

section .con,
section .desc,
section .txt,
section .bd,
section .info,
section p {
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 300;
}

.uc-btn {
  font-family: "Noto Sans SC", "PingFang SC", -apple-system, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/* 柔化装饰性圆角 */
.uc-index-1-1 .box,
.uc-about-3 .box,
.uc-contact-2-2 .box {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* ---------------------------------------------------------------------- */
/*  移动端导航汉堡菜单                                                      */
/* ---------------------------------------------------------------------- */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #eabfbf 0%, #f0d0d0 100%);
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(217, 142, 142, 0.25);
  transition: all 0.25s ease;
}
.menu-toggle:hover {
  background: linear-gradient(135deg, #e5b3b3 0%, #ebc5c5 100%);
  box-shadow: 0 6px 16px rgba(217, 142, 142, 0.35);
  transform: translateY(-1px);
}
.menu-toggle:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(217, 142, 142, 0.25);
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 3px 0;
  transform-origin: center;
  position: relative;
}
.menu-toggle.active {
  background: linear-gradient(135deg, #d4908f 0%, #c07070 100%);
}
.menu-toggle.active span {
  background-color: #fff;
}
.menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ---------------------------------------------------------------------- */
/*  导航面板联系信息 (仅移动端显示)                                          */
/* ---------------------------------------------------------------------- */
.nav-contact-info {
  display: none;
}

/* ---------------------------------------------------------------------- */
/*  移动端遮罩层                                                            */
/* ---------------------------------------------------------------------- */
.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 998;
  transition: background 0.4s ease;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
.nav-overlay.active {
  display: block;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* ====================================================================== */
/*  平板及以下 (max-width: 1024px)                                         */
/* ====================================================================== */
@media screen and (max-width: 1024px) {
  .uc-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* 导航变汉堡菜单 */
  .menu-toggle {
    display: flex;
  }
  header nav {
    position: fixed;
    top: 12px;
    right: -320px;
    width: 300px;
    height: calc(100vh - 24px);
    background: linear-gradient(180deg, #fffbfb 0%, #fdf5f5 100%);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    font-size: 18px;
    z-index: 999;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.12);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 24px 0 0 24px;
  }
  header nav::before {
    content: '';
    display: block;
    height: 80px;
    background: linear-gradient(135deg, #eabfbf 0%, #f0d0d0 50%, #f6dede 100%);
    border-radius: 24px 0 0 0;
    flex-shrink: 0;
  }
  header nav.open {
    right: 0;
  }
  header nav a {
    margin-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #444;
    position: relative;
    transition: all 0.25s ease;
  }
  header nav a::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23eabfbf'><ellipse cx='12' cy='17' rx='5' ry='4'/><ellipse cx='5' cy='10' rx='2.2' ry='2.8'/><ellipse cx='19' cy='10' rx='2.2' ry='2.8'/><ellipse cx='8' cy='5' rx='2' ry='2.5'/><ellipse cx='16' cy='5' rx='2' ry='2.5'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.6;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 12px;
  }
  header nav a:hover {
    background: rgba(234, 191, 191, 0.12);
    color: #c07070;
    padding-left: 34px;
  }
  header nav a:hover::after {
    opacity: 1;
    transform: rotate(-15deg) scale(1.15);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d4908f'><ellipse cx='12' cy='17' rx='5' ry='4'/><ellipse cx='5' cy='10' rx='2.2' ry='2.8'/><ellipse cx='19' cy='10' rx='2.2' ry='2.8'/><ellipse cx='8' cy='5' rx='2' ry='2.5'/><ellipse cx='16' cy='5' rx='2' ry='2.5'/></svg>");
  }
  header nav a.on::after {
    opacity: 1;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c07070'><ellipse cx='12' cy='17' rx='5' ry='4'/><ellipse cx='5' cy='10' rx='2.2' ry='2.8'/><ellipse cx='19' cy='10' rx='2.2' ry='2.8'/><ellipse cx='8' cy='5' rx='2' ry='2.5'/><ellipse cx='16' cy='5' rx='2' ry='2.5'/></svg>");
  }
  header nav .nav-contact-info::after {
    display: none;
  }
  header nav a.on {
    color: #c07070;
    font-weight: 500;
    background: rgba(234, 191, 191, 0.12);
  }
  header nav a.on::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 3px;
    border-radius: 0 3px 3px 0;
    background: linear-gradient(180deg, #eabfbf, #d4908f);
  }
  header nav a:last-child {
    border-bottom: none;
  }
  header .logo img {
    width: 160px;
    height: auto;
    transition: width 0.3s ease;
  }
  header.fixed .logo img {
    width: 70px;
    height: auto;
  }
  header .uc-content {
    padding: 14px 0;
  }
  header.fixed .uc-content {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  header.fixed {
    clip-path: none;
    padding-bottom: 0;
    background: rgba(255, 250, 250, 0.92);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 12px rgba(234, 191, 191, 0.15);
  }

  /* Footer - 移动端隐藏 */
  footer {
    display: none;
  }

  /* 导航面板底部联系信息 */
  .nav-contact-info {
    display: block;
    padding: 24px 28px 30px;
    border-top: 1px solid rgba(0,0,0,0.06);
    margin-top: auto;
  }
  .nav-contact-info h4 {
    font-size: 14px;
    color: #c07070;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
  }
  .nav-contact-info p {
    font-size: 13px;
    color: #888;
    line-height: 1.8em;
    margin: 0;
  }
  .nav-contact-info .slogan {
    font-size: 13px;
    color: #b08080;
    font-style: italic;
    margin-top: 8px;
  }
  .nav-contact-info .nav-qr-list {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
  }
  .nav-contact-info .nav-qr-list img {
    width: calc(50% - 5px);
    max-width: 130px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #fff;
    padding: 4px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.06);
    box-sizing: border-box;
  }

  /* ------------------------------------------------------------------ */
  /*  首页 index                                                         */
  /* ------------------------------------------------------------------ */
  .uc-index-1 .uc-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .uc-index-1 .uc-content img {
    width: 60%;
  }
  .uc-index-1-1 .box {
    width: 80%;
    height: auto;
    padding: 20px 30px;
    font-size: 22px;
    border-radius: 20px;
  }
  .uc-index-2 {
    min-height: 400px;
    padding-top: 160px;
    clip-path: none;
    margin-top: 0;
  }
  .uc-index-2 .uc-content .uc-btn {
    height: 60px;
    min-width: 180px;
    font-size: 22px;
    border-radius: 60px;
    margin-left: 30px;
  }
  .uc-index-3 {
    clip-path: none;
    margin-top: 0;
  }
  .uc-index-3 h2 {
    font-size: 28px;
  }
  .uc-index-3 .con {
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 3px;
  }
  .uc-index-4 {
    padding: 30px 0;
  }
  .uc-index-4 .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .uc-index-4 .list li {
    width: 50%;
    margin: 0 0 20px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
  }
  .uc-index-4 .list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .uc-index-4 .list img {
    margin: 0 auto 10px;
  }
  .uc-index-5 .list li {
    padding: 25px 30px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .uc-index-5 .list .con {
    min-height: auto;
  }
  .uc-index-6 .title b {
    font-size: 32px;
    margin: 0 20px;
  }
  .uc-index-6 .con {
    font-size: 22px;
  }
  .uc-index-7 {
    background: linear-gradient(to bottom, #aecfe4 0%, #f5f2e7 100%);
    border-top: #eabfbf 6px solid;
  }
  .uc-index-7 .uc-content {
    flex-direction: column;
  }
  .uc-index-7 .img-box {
    text-align: center;
    margin-bottom: 10px;
  }
  .uc-index-7 .img-box img {
    width: 50%;
  }
  .uc-index-7 .list {
    padding-top: 0;
  }
  .uc-index-8 {
    clip-path: none;
    margin-top: 0;
  }
  .uc-index-8 h2 {
    font-size: 30px;
  }
  .uc-index-8 h3 {
    font-size: 22px;
  }
  .uc-index-9 .uc-btn {
    width: 260px;
    height: 60px;
    font-size: 22px;
    border-radius: 60px;
  }
  .uc-index-9 .dot {
    width: 40px;
    height: 40px;
  }
  .uc-index-10 h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .uc-index-10 .con {
    font-size: 22px;
    width: auto;
    margin: 0 20px 40px;
  }
  .uc-index-10 .uc-btn {
    width: 300px;
    height: 70px;
    font-size: 26px;
    border-radius: 70px;
  }

  /* ------------------------------------------------------------------ */
  /*  关于我们 about                                                      */
  /* ------------------------------------------------------------------ */
  .uc-about-1 .uc-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .uc-about-1 h3 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .uc-about-1 h2 {
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 6px;
  }
  .uc-about-1 .con {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 10px;
  }
  .uc-about-2 {
    margin-top: 0;
  }
  .uc-about-2 .uc-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .uc-about-2 .box {
    width: auto;
    max-width: 100%;
    padding: 30px 30px 40px;
    box-sizing: border-box;
  }
  .uc-about-2 h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .uc-about-2 h2 {
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
  .uc-about-2 .con {
    width: auto;
    font-size: 16px;
    line-height: 1.8em;
  }
  .uc-about-3 .box {
    width: 90%;
    border-radius: 80px;
    padding: 30px 20px;
  }
  .uc-about-3 h2 {
    font-size: 28px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .uc-about-3 h3 {
    font-size: 20px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .uc-about-4 .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .uc-about-4 .list li {
    flex: none;
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .uc-about-4 .list li:nth-child(odd) {
    margin-right: 2%;
  }
  .uc-about-5 .box {
    width: 90%;
    border-radius: 40px;
    height: auto;
    padding: 40px 30px;
  }
  .uc-about-5 .box img {
    width: 60%;
    height: auto;
    top: -120px;
  }
  .uc-about-5 .box h3 {
    font-size: 28px;
  }
  .uc-about-5 .box .con {
    font-size: 18px;
  }
  .uc-about-6 {
    clip-path: none;
    margin-top: 0;
  }

  /* ------------------------------------------------------------------ */
  /*  公司团队 company                                                     */
  /* ------------------------------------------------------------------ */
  .uc-company-1 .uc-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .uc-company-1 .uc-content img {
    width: 60%;
  }
  .uc-company-2 {
    clip-path: none;
    margin-top: 0;
  }
  .uc-company-2 .uc-content {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .uc-company-2 .title h2 {
    font-size: 36px;
  }
  .uc-company-2 .title .con {
    font-size: 22px;
  }
  .uc-company-2 .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .uc-company-2 .list li {
    flex: none;
    width: 80%;
    margin-right: 0;
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 25px 30px 40px;
  }
  .uc-company-2 .list .img {
    width: 140px;
    height: 140px;
  }
  .uc-company-2 .list h3 {
    font-size: 28px;
  }
  .uc-company-3 .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .uc-company-3 .list li {
    flex: none;
    width: 45%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 25px 20px 40px;
  }
  .uc-company-3 .list li:nth-child(odd) {
    margin-right: 3%;
  }
  .uc-company-3 .list li:nth-child(4) {
    margin-right: 0;
  }
  .uc-company-3 .title h2 {
    font-size: 36px;
  }
  .uc-company-4 .main {
    flex-direction: column;
    clip-path: none;
  }
  .uc-company-4 .part2 {
    display: none;
  }
  .uc-company-4 .intro {
    padding: 30px 40px;
  }
  .uc-company-4 .intro .con {
    width: auto;
    font-size: 20px;
  }
  .uc-company-4 h2 {
    font-size: 36px;
  }
  .uc-company-4 .operate .uc-btn {
    width: 320px;
    height: 70px;
    font-size: 26px;
    border-radius: 70px;
    top: -70px;
  }

  /* ------------------------------------------------------------------ */
  /*  联系我们 contact                                                     */
  /* ------------------------------------------------------------------ */
  .uc-contact-1 .uc-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .uc-contact-1 h3 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .uc-contact-1 h2 {
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 6px;
  }
  .uc-contact-1 .con {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 10px;
  }
  .uc-contact-2 {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0;
  }
  .uc-contact-2 .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .uc-contact-2 .list li {
    flex: none;
    width: 45%;
    margin-bottom: 30px;
  }
  .uc-contact-2-2 {
    height: auto;
    margin-top: 0;
    position: relative;
    z-index: 10;
  }
  .uc-contact-2-2 .box {
    width: 80%;
    padding: 20px 30px;
    border-radius: 80px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
  }
  .uc-contact-2-2 .box h2 {
    font-size: 26px;
    letter-spacing: 3px;
    padding-left: 3px;
    margin-bottom: 8px;
  }
  .uc-contact-2-2 .box .con {
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .uc-contact-3 {
    clip-path: none;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .uc-contact-3 .img {
    display: none;
  }
  .uc-contact-3 .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 0 4px;
  }
  .uc-contact-3 .list li {
    width: auto;
    margin: 0 !important;
    padding: 18px 14px;
    background: linear-gradient(145deg, #fff8f8 0%, #fff 100%);
    border-radius: 18px;
    box-shadow: 0 4px 14px rgba(217, 142, 142, 0.12);
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .uc-contact-3 .list li > img {
    width: 56px;
    height: 56px;
    max-width: 56px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
    object-fit: cover;
  }
  .uc-contact-3 .over {
    position: static;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .uc-contact-3 .over h3 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    color: #3f3027;
  }
  .uc-contact-3 .over .con {
    font-size: 12px;
    line-height: 1.5em;
    color: #7a6960;
  }
  .uc-contact-3 .over .con br {
    display: none;
  }
  .uc-contact-4 {
    clip-path: none;
    margin-top: 0;
  }
  .uc-contact-4 .uc-content {
    flex-direction: column;
  }
  .uc-contact-4 .img-box {
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .uc-contact-4 .detail {
    margin-left: 0;
    margin-top: 30px;
  }
  .uc-contact-4 .detail .name {
    width: auto;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
  }
  .uc-contact-5 {
    clip-path: none;
    margin-top: 0;
  }
  .uc-contact-5 .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .uc-contact-5 .list li {
    flex: none;
    width: 45%;
    margin-bottom: 30px;
  }
  .uc-contact-5 .list h3 {
    font-size: 26px;
  }
  .uc-contact-5 .list .con {
    font-size: 20px;
  }
  .uc-contact-5 .uc-btn {
    width: 260px;
    height: 56px;
    font-size: 26px;
    border-radius: 56px;
  }
  .uc-contact-6 .box {
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .uc-contact-7 {
    clip-path: none;
    margin-top: -40px;
    background-position: center 30%;
  }
  .uc-contact-7 .uc-btn {
    max-width: 400px;
    width: auto;
    height: 64px;
    font-size: 24px;
    border-radius: 64px;
    padding: 0 40px;
  }

  /* ------------------------------------------------------------------ */
  /*  下载 download                                                       */
  /* ------------------------------------------------------------------ */
  .uc-download-1 .uc-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    width: auto;
  }
  .uc-download-1 .uc-content h3 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .uc-download-1 .uc-content h2 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .uc-download-1 .uc-content h4 {
    font-size: 16px;
  }
  .uc-download-1 .uc-content .line {
    margin: 16px auto;
  }
  .uc-download-1 .uc-content .operate {
    justify-content: center;
  }
  .uc-download-1 .uc-content .uc-btn {
    height: 50px;
    border-radius: 50px;
    min-width: 160px;
    font-size: 18px;
  }
  .uc-download-2 {
    padding-top: 100px;
    padding-bottom: 80px;
    clip-path: none;
    margin-top: 0;
  }
  .uc-download-2 .desc {
    width: auto;
    font-size: 20px;
  }
  /* 移动端隐藏冗余的 download-3 重复展示区 */
  .uc-download-3 {
    display: none;
  }
  .uc-download-4 .list {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .uc-download-4 .list li {
    width: 48%;
  }
  .uc-download-4 .list .uc-btn {
    height: 60px;
    border-radius: 60px;
    font-size: 18px;
  }
  .uc-download-4 .box {
    flex-direction: column;
    align-items: center;
  }
  .uc-download-4 .box .right {
    width: 100%;
    margin-left: 0;
  }
  .uc-download-4 .code-box {
    height: auto;
    padding: 20px 10px;
  }
  .uc-download-4 .code-box li {
    margin-left: 30px;
  }
  .uc-download-4 .bottom-title {
    height: auto;
    position: relative;
    bottom: 0;
    padding: 40px 20px 0;
  }
  .uc-download-4 .bottom-title b {
    font-size: 28px;
    margin: 0 20px;
  }
  .uc-download-4 .bottom-title .con {
    font-size: 18px;
  }
  .uc-download-5 .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .uc-download-5 .list li {
    flex: none;
    width: 45%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .uc-download-5 .list li:nth-child(odd) {
    margin-right: 3%;
  }
  .uc-download-5 .operate {
    flex-direction: column;
    align-items: center;
  }
  .uc-download-5 .operate .btn {
    width: 90%;
    height: auto;
    min-height: 100px;
    border-radius: 50px;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 20px;
  }
  .uc-download-6 .box {
    width: auto;
  }
  .uc-download-6 .uc-btn {
    font-size: 22px;
    height: 70px;
    border-radius: 70px;
  }

  /* ------------------------------------------------------------------ */
  /*  业务服务 service                                                     */
  /* ------------------------------------------------------------------ */
  .uc-service-1 {
    clip-path: none;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .uc-service-1 h3,
  .uc-service-1 h2 {
    font-size: 36px;
  }
  .uc-service-1 .txt {
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 1px;
    max-width: 90%;
    margin: 0 auto;
  }
  .uc-service-2 .box {
    width: auto;
    padding: 50px 30px 50px 60px;
  }
  .uc-service-2 .title {
    font-size: 28px;
    width: auto;
    display: inline-block;
    padding-left: 2px;
    padding-right: 20px;
  }
  .uc-service-2 .title:after {
    display: none;
  }
  .uc-service-3 {
    clip-path: none;
    margin-top: 0;
    padding-bottom: 60px;
  }
  .uc-service-3 .uc-content {
    flex-direction: column;
  }
  .uc-service-4 {
    display: none;
  }
  .uc-service-3 .img-box {
    width: 100%;
    border-radius: 30px;
    height: auto;
    margin-bottom: 30px;
  }
  .uc-service-3 .detail {
    width: 100%;
  }
  .uc-service-3 .title {
    font-size: 28px;
  }
  .uc-service-3 .title:after {
    display: none;
  }
  .uc-service-5 {
    clip-path: none;
    margin-top: 0;
    padding-top: 60px;
  }
  .uc-service-5 .uc-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .uc-service-5 .detail {
    width: 100%;
    order: 2;
  }
  .uc-service-5 .center {
    order: 1;
    margin-bottom: 20px;
  }
  .uc-service-5 img {
    order: 3;
  }
  .uc-service-6 .uc-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .uc-service-6 .detail {
    width: 100%;
    order: 2;
  }
  .uc-service-6 .center {
    order: 1;
    margin-bottom: 20px;
  }
  .uc-service-6 img {
    order: 3;
  }
  .uc-service-7 {
    clip-path: none;
    margin-top: 0;
  }
  .uc-service-7 .desc {
    width: auto;
    font-size: 20px;
  }
  .uc-service-7 h2 {
    font-size: 30px;
  }
  .uc-service-7 .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .uc-service-7 .list li {
    margin: 0 15px 20px;
  }
  .uc-service-8 .uc-btn {
    min-width: 280px;
    height: 70px;
    border-radius: 70px;
    font-size: 20px;
  }
}

/* ====================================================================== */
/*  手机端 (max-width: 768px)                                              */
/* ====================================================================== */
@media screen and (max-width: 768px) {
  .uc-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Header */
  header .uc-content {
    padding: 10px 0;
  }
  header .logo img {
    width: 120px;
    height: auto;
  }
  header.fixed .logo img {
    width: 56px;
    height: auto;
  }
  header nav {
    width: 260px;
    right: -260px;
  }
  header nav::before {
    height: 70px;
  }
  header nav a {
    padding: 16px 24px;
    font-size: 16px;
  }
  header nav a:hover {
    padding-left: 30px;
  }
  header nav a.on::before {
    top: 10px;
    bottom: 10px;
  }
  .menu-toggle span {
    width: 20px;
    margin: 3.5px 0;
  }
  header.fixed .uc-content {
    padding-bottom: 8px;
    padding-top: 8px;
  }

  /* Footer - 移动端隐藏 */
  footer {
    display: none;
  }

  /* ------------------------------------------------------------------ */
  /*  首页 index                                                         */
  /* ------------------------------------------------------------------ */
  .uc-index-1 .uc-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .uc-index-1 .uc-content img {
    width: 80%;
  }
  .uc-index-1-1 {
    margin-top: -40px;
  }
  .uc-index-1-1 .box {
    width: 90%;
    font-size: 18px;
    border-radius: 16px;
    padding: 16px 20px;
    height: auto;
  }
  .uc-index-2 {
    min-height: 300px;
    padding-top: 120px;
    clip-path: none;
    margin-top: 0;
  }
  .uc-index-2 .uc-content .uc-btn {
    height: 50px;
    min-width: 150px;
    font-size: 18px;
    border-radius: 50px;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .uc-index-2 .uc-content {
    flex-direction: column;
  }
  .uc-index-3 {
    padding-top: 50px;
    padding-bottom: 30px;
    clip-path: none;
    margin-top: 0;
  }
  .uc-index-3 h2 {
    font-size: 22px;
  }
  .uc-index-3 .con {
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .uc-index-4 .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .uc-index-4 .list li {
    width: 50%;
    margin: 0 0 16px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .uc-index-4 .list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .uc-index-4 .list img {
    width: 40px;
    margin: 0 auto 8px;
  }
  .uc-index-5 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .uc-index-5 .list {
    flex-direction: column;
  }
  .uc-index-5 .list li {
    margin-right: 0;
    margin-bottom: 12px;
    padding: 20px 24px;
    font-size: 16px;
  }
  .uc-index-6 .uc-content {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .uc-index-6 .img {
    display: none;
  }
  .uc-index-6 .title b {
    font-size: 24px;
    margin: 0 12px;
  }
  .uc-index-6 .title img {
    width: 30px;
  }
  .uc-index-6 .con {
    font-size: 18px;
    margin-top: 12px;
  }
  .uc-index-7 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .uc-index-7 .img-box {
    margin-bottom: 0;
  }
  .uc-index-7 .img-box img {
    width: 42%;
    margin: 0 auto;
  }
  .uc-index-7 .list {
    flex-direction: column;
    padding-top: 20px;
  }
  .uc-index-7 .list li {
    padding: 0 0 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .uc-index-7 .list li:last-child {
    border-bottom: none;
  }
  .uc-index-7 .list .hd {
    margin-bottom: 10px;
  }
  .uc-index-7 .list h3 {
    font-size: 15px;
  }
  .uc-index-7 .list .bd {
    min-height: auto;
    padding: 20px;
    font-size: 14px;
    border-radius: 14px;
  }
  .uc-index-8 {
    padding-top: 50px;
    padding-bottom: 40px;
    clip-path: none;
    margin-top: 0;
  }
  .uc-index-8 .top {
    font-size: 22px;
  }
  .uc-index-8 h2 {
    font-size: 24px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .uc-index-8 h3 {
    font-size: 18px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .uc-index-9 .uc-content {
    padding: 30px 0;
  }
  .uc-index-9 .dot {
    width: 20px;
    height: 20px;
  }
  .uc-index-9 .uc-btn {
    width: 220px;
    height: 50px;
    font-size: 18px;
    border-radius: 50px;
  }
  .uc-index-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .uc-index-10 h2 {
    font-size: 26px;
    letter-spacing: 1px;
    padding-left: 1px;
    margin-bottom: 20px;
  }
  .uc-index-10 .con {
    font-size: 18px;
    margin: 0 16px 30px;
  }
  .uc-index-10 .uc-btn {
    width: 240px;
    height: 56px;
    font-size: 20px;
    border-radius: 56px;
  }

  /* ------------------------------------------------------------------ */
  /*  关于我们 about                                                      */
  /* ------------------------------------------------------------------ */
  .uc-about-1 .uc-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .uc-about-1 h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .uc-about-1 h2 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 4px;
  }
  .uc-about-1 .con {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 8px;
  }
  .uc-about-2 {
    margin-top: 0;
  }
  .uc-about-2 .uc-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .uc-about-2 .box {
    width: auto;
    max-width: 100%;
    padding: 24px 20px 30px;
    box-sizing: border-box;
  }
  .uc-about-2 h3 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .uc-about-2 h2 {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
  .uc-about-2 .con {
    width: auto;
    font-size: 15px;
    line-height: 1.8em;
  }
  .uc-about-3 {
    border-bottom-width: 40px;
    padding: 40px 0;
  }
  .uc-about-3 .box {
    width: 92%;
    border-radius: 50px;
    padding: 24px 16px;
  }
  .uc-about-3 h2 {
    font-size: 22px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .uc-about-3 h3 {
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .uc-about-4 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .uc-about-4 .list li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 16px;
  }
  .uc-about-4 .list .box {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .uc-about-4 .list img {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
  }
  .uc-about-4 .list h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .uc-about-4 .list .con {
    font-size: 16px;
    min-height: auto;
  }
  .uc-about-5 {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .uc-about-5 .box {
    width: 92%;
    border-radius: 30px;
    padding: 30px 20px;
  }
  .uc-about-5 .box img {
    width: 50%;
    height: auto;
    top: -100px;
  }
  .uc-about-5 .box h3 {
    font-size: 24px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .uc-about-5 .box .con {
    font-size: 16px;
  }
  .uc-about-6 {
    clip-path: none;
    margin-top: 0;
  }

  /* ------------------------------------------------------------------ */
  /*  公司团队 company                                                     */
  /* ------------------------------------------------------------------ */
  .uc-company-1 .uc-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .uc-company-1 .uc-content img {
    width: 70%;
  }
  .uc-company-2 {
    clip-path: none;
    margin-top: 0;
  }
  .uc-company-2 .uc-content {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .uc-company-2 .title h2 {
    font-size: 28px;
  }
  .uc-company-2 .title .con {
    font-size: 18px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .uc-company-2 .list li {
    width: 100%;
    border-radius: 24px;
    padding: 24px 24px 36px;
  }
  .uc-company-2 .list .img {
    width: 110px;
    height: 110px;
  }
  .uc-company-2 .list h3 {
    font-size: 24px;
  }
  .uc-company-2 .list h4 {
    font-size: 16px;
  }
  .uc-company-2 .list .con {
    font-size: 15px;
  }
  .uc-company-3 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
  }
  .uc-company-3 .title {
    margin-bottom: 30px;
  }
  .uc-company-3 .title h2 {
    font-size: 28px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .uc-company-3 .title .con {
    font-size: 18px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .uc-company-3 .list li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 12px;
    padding: 20px 20px 36px;
    border-radius: 18px;
  }
  .uc-company-3 .list img {
    width: 55px;
    height: 55px;
  }
  .uc-company-3 .list h3 {
    font-size: 20px;
  }
  .uc-company-3 .list .con {
    font-size: 14px;
    min-height: auto;
  }
  .uc-company-4 .main {
    padding-top: 60px;
    padding-bottom: 120px;
    clip-path: none;
  }
  .uc-company-4 .intro {
    padding: 24px 24px;
  }
  .uc-company-4 .intro .con {
    font-size: 16px;
    width: auto;
  }
  .uc-company-4 h2 {
    font-size: 28px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .uc-company-4 .operate .uc-btn {
    width: 240px;
    height: 56px;
    font-size: 20px;
    border-radius: 56px;
    top: -40px;
  }

  /* ------------------------------------------------------------------ */
  /*  联系我们 contact                                                     */
  /* ------------------------------------------------------------------ */
  .uc-contact-1 .uc-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .uc-contact-1 h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .uc-contact-1 h2 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 4px;
  }
  .uc-contact-1 .con {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 8px;
  }
  .uc-contact-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
  }
  .uc-contact-2 .list li {
    width: 100%;
    margin-bottom: 24px;
  }
  .uc-contact-2 .list img {
    margin: 0 auto 16px;
    width: 50px;
  }
  .uc-contact-2 .list h3 {
    font-size: 20px;
  }
  .uc-contact-2 .list .con {
    font-size: 15px;
  }
  .uc-contact-2-2 {
    height: auto;
    margin-top: 0;
    position: relative;
    z-index: 10;
  }
  .uc-contact-2-2 .box {
    width: 90%;
    padding: 16px 20px;
    border-radius: 50px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
  }
  .uc-contact-2-2 .box h2 {
    font-size: 20px;
    letter-spacing: 2px;
    padding-left: 2px;
    margin-bottom: 6px;
  }
  .uc-contact-2-2 .box .con {
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 1px;
  }
  .uc-contact-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    clip-path: none;
    margin-top: 0;
  }
  .uc-contact-3 .img {
    display: none;
  }
  .uc-contact-3 .list {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0 4px;
  }
  .uc-contact-3 .list li {
    padding: 16px 12px;
    border-radius: 16px;
  }
  .uc-contact-3 .list li > img {
    width: 50px;
    height: 50px;
    max-width: 50px;
    margin-bottom: 8px;
  }
  .uc-contact-3 .over h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .uc-contact-3 .over .con {
    font-size: 11px;
  }
  .uc-contact-4 {
    clip-path: none;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .uc-contact-4 .img {
    display: none;
  }
  .uc-contact-4 .img-box {
    border-radius: 24px;
  }
  .uc-contact-4 .detail .name {
    width: auto;
    font-size: 22px;
    height: 46px;
    line-height: 46px;
  }
  .uc-contact-4 .detail .con {
    font-size: 14px;
  }
  .uc-contact-5 {
    clip-path: none;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .uc-contact-5 .list li {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 10px;
  }
  .uc-contact-5 .list img {
    margin: 0 auto 16px;
    width: 50px;
  }
  .uc-contact-5 .list h3 {
    font-size: 24px;
  }
  .uc-contact-5 .list .con {
    font-size: 18px;
  }
  .uc-contact-5 .uc-btn {
    width: 220px;
    height: 50px;
    font-size: 22px;
    border-radius: 50px;
  }
  .uc-contact-6 .box {
    font-size: 16px;
    padding: 30px 16px 60px;
  }
  .uc-contact-7 {
    clip-path: none;
    margin-top: -30px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center 25%;
  }
  .uc-contact-7 .uc-btn {
    width: 260px;
    height: 52px;
    font-size: 20px;
    border-radius: 52px;
  }

  /* ------------------------------------------------------------------ */
  /*  下载 download                                                       */
  /* ------------------------------------------------------------------ */
  .uc-download-1 .uc-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    width: auto;
  }
  .uc-download-1 .uc-content h3 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .uc-download-1 .uc-content h2 {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .uc-download-1 .uc-content h4 {
    font-size: 14px;
  }
  .uc-download-1 .uc-content .line {
    width: 50px;
    margin: 12px auto;
  }
  .uc-download-1 .uc-content .operate {
    justify-content: center;
  }
  .uc-download-1 .uc-content .uc-btn {
    height: 44px;
    border-radius: 44px;
    min-width: 140px;
    font-size: 16px;
  }
  .uc-download-1 .uc-content .txt {
    font-size: 14px;
  }
  .uc-download-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    clip-path: none;
    margin-top: 0;
  }
  .uc-download-2 .desc {
    font-size: 16px;
  }
  .uc-download-3 .uc-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .uc-download-3 .list {
    flex-direction: column;
    align-items: center;
  }
  .uc-download-3 .list li {
    width: 100%;
    margin-bottom: 16px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .uc-download-3 .list img {
    width: 40px;
    margin-right: 12px;
  }
  .uc-download-3 .list h3 {
    font-size: 20px;
  }
  .uc-download-3 .list .txt {
    font-size: 14px;
  }
  .uc-download-4 {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-top: 0;
    background: #f7d5d3;
  }
  .uc-download-4 .list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .uc-download-4 .list li {
    width: 100%;
    margin-top: 12px;
  }
  .uc-download-4 .list .uc-btn {
    height: 56px;
    border-radius: 56px;
    font-size: 16px;
  }
  .uc-download-4 .box .img-box {
    display: none;
  }
  .uc-download-4 .box .right {
    width: 100%;
  }
  .uc-download-4 .box .title h2 {
    font-size: 26px;
  }
  .uc-download-4 .box .title p {
    font-size: 15px;
  }
  .uc-download-4 .code-box {
    height: auto;
    padding: 24px 16px;
    background: #fff;
    border-radius: 16px;
    justify-content: space-around;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  }
  .uc-download-4 .code-box li {
    margin-left: 0;
    flex: 1;
  }
  .uc-download-4 .code-box h3 {
    font-size: 13px;
    color: #594b41;
  }
  .uc-download-4 .code-box img {
    width: 90px;
    margin: 0 auto;
  }
  .uc-download-4 .bottom-title {
    height: auto;
    position: relative;
    bottom: 0;
    padding: 30px 16px 0;
    background: transparent;
  }
  .uc-download-4 .bottom-title b {
    font-size: 22px;
    margin: 0 12px;
  }
  .uc-download-4 .bottom-title img {
    display: none;
  }
  .uc-download-4 .bottom-title .con {
    font-size: 14px;
    margin-top: 8px;
  }
  .uc-download-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .uc-download-5 .list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .uc-download-5 .list img {
    width: 45px;
    margin: 0 auto 10px;
  }
  .uc-download-5 .list h3 {
    font-size: 20px;
  }
  .uc-download-5 .list .con {
    font-size: 15px;
    min-height: auto;
  }
  .uc-download-5 .operate .btn {
    width: 100%;
    min-height: 80px;
    border-radius: 40px;
    padding: 16px;
  }
  .uc-download-5 .operate img {
    width: 40px;
    margin-right: 10px;
  }
  .uc-download-5 .operate h3 {
    font-size: 18px;
  }
  .uc-download-5 .operate .txt {
    font-size: 14px;
  }
  .uc-download-6 {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .uc-download-6 .box {
    width: 100%;
  }
  .uc-download-6 .icon {
    width: 36px;
    margin: 0 auto 16px;
  }
  .uc-download-6 .uc-btn {
    font-size: 18px;
    height: 56px;
    border-radius: 56px;
  }
  .uc-download-6 .desc {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 24px;
  }
  .uc-download-6 .list li {
    width: 130px;
  }
  .uc-download-6 .list h3 {
    font-size: 12px;
  }

  /* ------------------------------------------------------------------ */
  /*  业务服务 service                                                     */
  /* ------------------------------------------------------------------ */
  .uc-service-1 {
    clip-path: none;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .uc-service-1 h3,
  .uc-service-1 h2 {
    font-size: 28px;
  }
  .uc-service-1 .txt {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding-left: 0;
    max-width: 86%;
    margin: 0 auto;
    line-height: 1.6;
  }
  .uc-service-2 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .uc-service-2 .box {
    border-radius: 24px;
    padding: 30px 20px 30px 24px;
    width: auto;
  }
  .uc-service-2 .box img {
    position: static;
    width: 50px;
    margin-bottom: 16px;
  }
  .uc-service-2 .title {
    font-size: 22px;
    line-height: 40px;
    width: auto;
    display: inline-block;
    padding-right: 16px;
  }
  .uc-service-2 .title:after {
    display: none;
  }
  .uc-service-2 .box h3 {
    font-size: 16px;
  }
  .uc-service-2 .line {
    margin: 12px 0;
  }
  .uc-service-2 .info {
    font-size: 15px;
    left: 0;
  }
  .uc-service-2 .info li {
    line-height: 24px;
  }
  .uc-service-3 {
    clip-path: none;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .uc-service-3 .img-box {
    border-radius: 24px;
  }
  .uc-service-3 .detail {
    width: 100%;
  }
  .uc-service-3 .title {
    font-size: 22px;
    line-height: 40px;
  }
  .uc-service-3 .title:after {
    display: none;
  }
  .uc-service-3 h3 {
    font-size: 20px;
  }
  .uc-service-3 .info {
    font-size: 15px;
    left: 0;
  }
  .uc-service-4 {
    display: none;
  }
  .uc-service-5 {
    clip-path: none;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .uc-service-5 .detail {
    width: 100%;
  }
  .uc-service-5 .title {
    font-size: 22px;
    line-height: 44px;
    border-radius: 44px;
  }
  .uc-service-5 .info {
    font-size: 15px;
  }
  .uc-service-5 .info li {
    line-height: 24px;
  }
  .uc-service-5 .center {
    width: 140px;
    height: 140px;
    font-size: 16px;
  }
  .uc-service-6 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .uc-service-6 .detail {
    width: 100%;
  }
  .uc-service-6 .title {
    font-size: 22px;
    line-height: 44px;
    border-radius: 44px;
  }
  .uc-service-6 .info {
    font-size: 15px;
  }
  .uc-service-6 .info li {
    line-height: 24px;
  }
  .uc-service-6 .center {
    width: 140px;
    height: 140px;
    font-size: 16px;
  }
  .uc-service-7 {
    clip-path: none;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .uc-service-7 h2 {
    font-size: 26px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
  .uc-service-7 .desc {
    font-size: 16px;
    width: auto;
    margin: 0 0 40px;
  }
  .uc-service-7 .list li {
    font-size: 20px;
    margin: 0 10px 16px;
  }
  .uc-service-7 .list img {
    width: 50px;
    margin: 0 auto 6px;
  }
  .uc-service-8 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .uc-service-8 .uc-btn {
    min-width: 280px;
    height: 70px;
    border-radius: 70px;
    font-size: 20px;
  }
}

/* ====================================================================== */
/*  超小屏 (max-width: 480px)                                             */
/* ====================================================================== */
@media screen and (max-width: 480px) {
  .uc-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  header .logo img {
    width: 100px;
    height: auto;
  }
  header.fixed .logo img {
    width: 50px;
    height: auto;
  }
  header nav {
    width: 230px;
    right: -230px;
  }
  header nav::before {
    height: 60px;
  }
  header nav a {
    padding: 14px 20px;
    font-size: 15px;
  }
  header nav a:hover {
    padding-left: 26px;
  }
  .menu-toggle span {
    width: 18px;
    margin: 3px 0;
  }

  .uc-index-1 .uc-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
  }
  .uc-index-1 .uc-content img {
    width: 90%;
  }
  .uc-index-1-1 .box {
    font-size: 16px;
  }
  .uc-index-1-1 {
    margin-top: -20px;
  }
  .uc-index-2 {
    min-height: 240px;
    padding-top: 100px;
  }
  .uc-index-4 .list li {
    width: 48%;
  }
  .uc-index-6 .title b {
    font-size: 20px;
  }
  .uc-index-10 h2 {
    font-size: 22px;
  }
  .uc-index-10 .uc-btn {
    width: 200px;
    height: 48px;
    font-size: 18px;
    border-radius: 48px;
  }

  .uc-about-5 {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .uc-about-5 .box img {
    width: 60%;
    top: -80px;
  }

  .uc-company-2 .list .img {
    width: 90px;
    height: 90px;
  }
  .uc-company-4 .operate .uc-btn {
    width: 220px;
    height: 52px;
    font-size: 18px;
    border-radius: 52px;
    top: -36px;
  }

  .uc-contact-1 h2 {
    font-size: 26px;
  }
  .uc-contact-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0;
  }
  .uc-contact-2-2 {
    height: auto;
    margin-top: 0;
    position: relative;
  }
  .uc-contact-2-2 .box {
    width: 92%;
    padding: 14px 16px;
    border-radius: 40px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
  }
  .uc-contact-2-2 .box h2 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 4px;
  }
  .uc-contact-2-2 .box .con {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .uc-contact-7 .uc-btn {
    width: 240px;
    height: 48px;
    font-size: 18px;
    border-radius: 48px;
  }

  .uc-download-1 .uc-content h2 {
    font-size: 24px;
  }
  .uc-download-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .uc-download-6 .list li {
    width: 110px;
  }
}
