/* 工艺/服务详情页样式 - 基于 mold.vue 和 model.vue 的 scoped SCSS 完整转换 */

/* ========== 页面背景色设置 ========== */
/* 确保工艺服务页面背景为白色，覆盖 body 的灰色背景 */
.page,
.craft-page {
  background-color: #fff;
}

.page .main,
.craft-page .main {
  background-color: #fff;
}

/* ========== Header 组件样式（对应 c/header.vue）========== */
/* 只匹配 main 内部的 header，避免匹配导航栏的 header */
.page .main .header,
.craft-header,
.craft-page .main .craft-header {
  padding-top: 270px;
  background-color: #fff;
}

.page .main .header .header_title .title,
.craft-header .header_title .title,
.craft-page .main .craft-header .header_title .title {
  display: flex;
}

.page .main .header .header_title .title img,
.craft-header .header_title .title img,
.craft-page .main .craft-header .header_title .title img {
  width: 17px;
  height: 11px;
  margin: 8px 8px 0 0;
}

.page .main .header .header_title .title h2,
.craft-header .header_title .title h2,
.craft-page .main .craft-header .header_title .title h2 {
  font-size: 26px;
  font-family: Source-Han-Sans-CN, 'Microsoft YaHei', sans-serif;
  font-weight: 500;
  text-align: left;
  color: #0e0f11;
  margin: 0;
}

.page .main .header .header_title .con,
.craft-header .header_title .con,
.craft-page .main .craft-header .header_title .con {
  margin-top: 32px;
}

.page .main .header .header_title .con h1,
.craft-header .header_title .con h1,
.craft-page .main .craft-header .header_title .con h1 {
  font-size: 20px;
  margin: 0;
  color: #5b6170;
  font-weight: 400;
  font-family: Source-Han-Sans-CN, 'Microsoft YaHei', sans-serif;
  text-align: left;
}

/* ========== mold.vue 的 foot-section 样式 ========== */
.page .foot-section {
  background-color: #fff;
  position: relative;
}

.page .foot-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page .foot-section .overlay .text_box {
  width: 50%;
}

.page .foot-section .overlay .text_box h3 {
  font-size: 32px;
  font-family: OPPOSANS-B;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.page .foot-section .overlay .text_box p {
  font-size: 18px;
  font-family: Roboto-Medium;
  font-weight: 400;
  text-align: center;
  color: #ebd47e;
}

.page .foot-section .foot-content {
  text-align: center;
  color: white;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.page .foot-section .foot-content .foot_item {
  width: 100%;
  height: 551px;
}

.page .foot-section .foot-content .foot_item img {
  width: 100%;
  height: 100%;
}

/* ========== mold.vue 的 one-stop 样式 ========== */
.page .one-stop {
  background-color: #fff;
  padding: 200px 0;
}

.page .one-stop .yzsfwTitle h3 {
  display: none;
}

.page .one-stop .yzsfwBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.page .one-stop .yzsfwBox .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page .one-stop .yzsfwBox .item .icon {
  width: 116px;
  height: 116px;
  background: #e1e4f3;
  border-radius: 50%;
}

.page .one-stop .yzsfwBox .item .icon img {
  width: 100%;
  height: 100%;
}

.page .one-stop .yzsfwBox .item .item_info {
  padding: 0 16px;
  width: calc(100% - 116px);
  box-sizing: border-box;
}

.page .one-stop .yzsfwBox .item .item_info .title {
  margin-bottom: 10px;
  display: flex;
}

.page .one-stop .yzsfwBox .item .item_info .title .caretRight_icon {
  font-size: 22px;
  color: #474de3;
  margin: 6px 6px 0 0;
}

.page .one-stop .yzsfwBox .item .item_info .title h3 {
  font-size: 22px;
  font-family: PingFang HK, PingFang HK-500;
  font-weight: 500;
  text-align: left;
  color: #0e0f11;
}

.page .one-stop .yzsfwBox .item .item_info p {
  font-size: 16px;
  font-family: Source-Han-Sans-CN;
  font-weight: 400;
  color: #5b6170;
  padding-left: 6px;
}

.page .one-stop .yzsfwBox .left,
.page .one-stop .yzsfwBox .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page .one-stop .yzsfwBox .ccenter {
  width: 369px;
  height: 368px;
  margin: 20px auto;
}

.page .one-stop .yzsfwBox .ccenter img {
  width: 100%;
  height: 100%;
}

/* ========== model.vue 的 device 样式 ========== */
.page .device {
  padding-bottom: 240px;
  background-color: #fff;
}

.page .device .device_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

.page .device .device_list .device_item {
  height: 968px;
  border-radius: 12px;
  position: relative;
}

.page .device .device_list .device_item img {
  width: 100%;
  height: 100%;
}

.page .device .device_list .device_item .device_name {
  position: absolute;
  top: 0;
  left: 0;
  width: 149px;
  height: 89px;
  background: #474de3;
  border-radius: 12px 0px 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page .device .device_list .device_item .device_name span {
  font-size: 22px;
  font-family: Source-Han-Sans-CN;
  font-weight: 500;
  color: #ffffff;
}

/* ========== model.vue 的 feature 样式 ========== */
.page .feature {
  background-color: #fff;
}

.page .feature .feature_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -90px;
}

.page .feature .feature_list .feature_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page .feature .feature_list .feature_item img {
  width: 160px;
  height: 160px;
  background: rgba(211, 218, 255, 0.5);
  border-radius: 50%;
}

.page .feature .feature_list .feature_item img img {
  width: 100%;
  height: 100%;
}

.page .feature .feature_list .feature_item .feature_title h4 {
  font-size: 24px;
  font-family: PingFang HK, PingFang HK-500;
  font-weight: 500;
  text-align: center;
  color: #0e0f11;
  margin: 24px 0 16px;
}

.page .feature .feature_list .feature_item p {
  font-size: 18px;
  font-family: Source-Han-Sans-CN;
  font-weight: 400;
  text-align: center;
  color: #5b6170;
}

/* ========== model.vue 的 contact-link 样式 ========== */
.page .contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #475ced;
  transition: all 0.3s ease;
  width: 202px;
  height: 68px;
  border-radius: 37px;
  font-size: 22px;
  line-height: 68px;
  font-family: Source-Han-Sans-CN;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  margin: 100px auto;
  text-decoration: none;
}

.page .contact-link .plus-icon {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  margin-left: 6px;
}

.page .contact-link:hover {
  background-color: #191423;
  transform: translateY(-3px);
}

/* ========== Case 组件样式（对应 c/case.vue）========== */
.page .case {
  padding: 12px;
}

.page .case .headerTitle {
  margin: 106px 0;
}

.page .case .headerTitle .chinese-text {
  font-size: 32px;
  font-family: OPPOSANS-B;
  font-weight: 400;
  text-align: left;
  color: #0e0f11;
  margin-bottom: 16px;
  margin: auto;
  display: flex;
  justify-self: center;
}

.page .case .headerTitle .english-text {
  font-size: 18px;
  font-family: Roboto-Regular;
  font-weight: 500;
  text-align: left;
  color: #474de3;
  margin: auto;
  display: flex;
  justify-self: center;
}

.page .case .swiper-container {
  position: relative;
  width: 100%;
}

.page .case .my-swiper,
.page .case .case-swiper {
  width: 100%;
  height: 457px;
}

.page .case .slide-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  position: relative;
}

.page .case .slide-item img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.page .case .slide-item img:hover {
  transform: scale(1.1);
}

.page .case .contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #475ced;
  transition: all 0.3s ease;
  width: 202px;
  height: 68px;
  border-radius: 37px;
  font-size: 22px;
  line-height: 68px;
  font-family: Source-Han-Sans-CN;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  margin: 82px auto 92px;
  text-decoration: none;
}

.page .case .contact-link .plus-icon {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  margin-left: 6px;
}

.page .case .contact-link:hover {
  background-color: #191423;
  transform: translateY(-3px);
}

.page .case .swiper-pagination-bullet {
  background: #c4c6cd;
  opacity: 1;
  transition: transform 0.2s ease;
}

.page .case .swiper-pagination-bullet:hover {
  transform: scale(1.3);
}

.page .case .swiper-pagination-bullet-active {
  width: 36px;
  height: 10px;
  background: linear-gradient(90deg, #007aff, #00c6ff);
  border-radius: 6px;
}

/* ========== plastic.vue 的 content 样式 ========== */
.page .content,
.craft-page .content {
  background-color: #fff;
  padding-bottom: 1px;
}

/* ========== imgLeft 和 imgRight 组件样式（对应 c/imgLeft.vue 和 c/imgRight.vue）========== */
.page .imgLeft,
.craft-page .imgLeft,
.page .imgRight,
.craft-page .imgRight {
  margin-bottom: 120px;
}

.page .imgLeft .content,
.craft-page .imgLeft .content,
.page .imgRight .content,
.craft-page .imgRight .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  gap: 80px;
}

.page .imgLeft .introduction,
.craft-page .imgLeft .introduction,
.page .imgRight .introduction,
.craft-page .imgRight .introduction {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.page .imgLeft .item_name .title,
.craft-page .imgLeft .item_name .title,
.page .imgRight .item_name .title,
.craft-page .imgRight .item_name .title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.page .imgLeft .item_name .title .caretRight_icon,
.craft-page .imgLeft .item_name .title .caretRight_icon,
.page .imgRight .item_name .title .caretRight_icon,
.craft-page .imgRight .item_name .title .caretRight_icon {
  font-size: 19px;
  color: #474de3;
  margin: 0px 16px 0 0;
}

.page .imgLeft .item_name .title h3,
.craft-page .imgLeft .item_name .title h3,
.page .imgRight .item_name .title h3,
.craft-page .imgRight .item_name .title h3 {
  font-size: 24px;
  font-family: PingFang HK, PingFang HK-500;
  font-weight: 500;
  text-align: left;
  color: #0e0f11;
  margin-bottom: 0;
}

.page .imgLeft .item_name p,
.craft-page .imgLeft .item_name p,
.page .imgRight .item_name p,
.craft-page .imgRight .item_name p {
  font-size: 20px;
  font-family: Source-Han-Sans-CN;
  font-weight: 400;
  text-align: left;
  color: #5b6170;
}

.page .imgLeft .ys_cont,
.craft-page .imgLeft .ys_cont,
.page .imgRight .ys_cont,
.craft-page .imgRight .ys_cont {
  padding-bottom: 10%;
}

.page .imgLeft .ys_cont h4,
.craft-page .imgLeft .ys_cont h4,
.page .imgRight .ys_cont h4,
.craft-page .imgRight .ys_cont h4 {
  font-size: 24px;
  font-family: PingFang HK, PingFang HK-500;
  font-weight: 500;
  text-align: left;
  color: #0e0f11;
}

.page .imgLeft .ys_cont p,
.craft-page .imgLeft .ys_cont p,
.page .imgRight .ys_cont p,
.craft-page .imgRight .ys_cont p {
  font-size: 18px;
  font-family: Source-Han-Sans-CN;
  font-weight: 400;
  text-align: left;
  color: #5b6170;
}

.page .imgLeft .bgc,
.craft-page .imgLeft .bgc,
.page .imgRight .bgc,
.craft-page .imgRight .bgc {
  width: 100%;
  height: 540px;
  overflow: hidden;
}

.page .imgLeft .bgc img,
.craft-page .imgLeft .bgc img,
.page .imgRight .bgc img,
.craft-page .imgRight .bgc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.page .imgLeft .bgc img:hover,
.craft-page .imgLeft .bgc img:hover,
.page .imgRight .bgc img:hover,
.craft-page .imgRight .bgc img:hover {
  transform: scale(1.05);
}

/* ========== craft-page 特定样式（兼容 craft-plastic.ejs）========== */
/* 注意：.craft-page .craft-header 的 padding-top 已在上面统一定义 */

.craft-page .craft-section {
  margin-top: 100px;
}

.craft-page .craft-case {
  padding: 12px;
}

.craft-page .craft-case .headerTitle {
  margin: 106px 0;
}

.craft-page .craft-case .headerTitle .chinese-text {
  font-size: 32px;
  font-family: OPPOSANS-B;
  font-weight: 400;
  text-align: left;
  color: #0e0f11;
  margin-bottom: 16px;
  margin: auto;
  display: flex;
  justify-self: center;
}

.craft-page .craft-case .headerTitle .english-text {
  font-size: 18px;
  font-family: Roboto-Regular;
  font-weight: 500;
  text-align: left;
  color: #474de3;
  margin: auto;
  display: flex;
  justify-self: center;
}

.craft-page .craft-case .swiper-container {
  position: relative;
  width: 100%;
}

.craft-page .craft-case .case-swiper {
  width: 100%;
  height: 457px;
}

.craft-page .craft-case .slide-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  position: relative;
}

.craft-page .craft-case .slide-item img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.craft-page .craft-case .slide-item img:hover {
  transform: scale(1.1);
}

.craft-page .craft-case .contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #475ced;
  transition: all 0.3s ease;
  width: 202px;
  height: 68px;
  border-radius: 37px;
  font-size: 22px;
  line-height: 68px;
  font-family: Source-Han-Sans-CN;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  margin: 82px auto 92px;
  text-decoration: none;
}

.craft-page .craft-case .contact-link .plus-icon {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  margin-left: 6px;
}

.craft-page .craft-case .contact-link:hover {
  background-color: #191423;
  transform: translateY(-3px);
}

/* ========== 通用 yx 样式（分类标题和说明）========== */
.page .yx,
.craft-page .yx,
.craft-page .craft-section {
  margin-top: 100px;
}

.page .yx .title,
.craft-page .yx .title,
.craft-page .craft-section .title {
  font-size: 24px;
  font-family: Source-Han-Sans-CN, 'Microsoft YaHei', sans-serif;
  font-weight: 500;
  text-align: left;
  color: #0e0f11;
  padding-bottom: 32px;
}

.page .yx .con,
.craft-page .yx .con,
.craft-page .craft-section .con {
  font-size: 20px;
  font-family: Source-Han-Sans-CN, 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  text-align: left;
  color: #5b6170;
  padding-bottom: 70px;
}

/* ========== 响应式样式 ========== */
@media (max-width: 992px) {
  .page .main .header,
  .craft-header,
  .craft-page .main .craft-header {
    padding-top: 55px;
  }

  .page .main .header .header_title .title img,
  .craft-header .header_title .title img,
  .craft-page .main .craft-header .header_title .title img {
    width: 14px;
    height: 14px;
    margin: 4px 4px 0 0;
  }

  .page .main .header .header_title .title h2,
  .craft-header .header_title .title h2,
  .craft-page .main .craft-header .header_title .title h2 {
    font-size: 20px;
  }

  .page .main .header .header_title .con,
  .craft-header .header_title .con,
  .craft-page .main .craft-header .header_title .con {
    margin-top: 20px;
  }

  .page .main .header .header_title .con h1,
  .craft-header .header_title .con h1,
  .craft-page .main .craft-header .header_title .con h1 {
    font-size: 16px;
  }

  .page .foot-section .overlay .text_box {
    width: 80%;
  }

  .page .foot-section .overlay .text_box h3 {
    font-size: 20px;
  }

  .page .foot-section .overlay .text_box p {
    font-size: 16px;
  }

  .page .foot-section .foot-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .page .foot-section .foot-content .foot_item {
    width: 100%;
    height: 300px;
  }

  .page .foot-section .foot-content .foot_item img {
    width: 100%;
    height: 100%;
  }

  .page .one-stop {
    padding: 30px 0 0 0;
  }

  .page .one-stop .yzsfwTitle h3 {
    display: block;
    font-size: 20px;
    font-family: PingFang HK, PingFang HK-500;
    font-weight: 500;
    text-align: center;
    color: #0e0f11;
  }

  .page .one-stop .yzsfwBox .ccenter {
    display: none;
  }

  .page .one-stop .yzsfwBox .item {
    margin-bottom: 30px;
    justify-content: center;
  }

  .page .one-stop .yzsfwBox .item .icon {
    width: 80px;
    height: 80px;
  }

  .page .one-stop .yzsfwBox .item .item_info .title h3 {
    margin: 0;
    font-size: 18px;
  }

  .page .one-stop .yzsfwBox .item .item_info p {
    font-size: 15px;
  }

  .page .one-stop .yzsfwBox {
    grid-template-columns: repeat(1, 1fr);
  }

  .page .device {
    padding-bottom: 140px;
  }

  .page .device .device_list {
    gap: 60px 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .page .device .device_list .device_item {
    height: 550px;
  }

  .page .device .device_list .device_item .device_name {
    width: 110px;
    height: 60px;
    border-radius: 10px 0px 30px 0px;
  }

  .page .device .device_list .device_item .device_name span {
    font-size: 18px;
  }

  .page .feature .feature_list {
    margin-top: -60px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .page .feature .feature_list .feature_item img {
    width: 120px;
    height: 120px;
  }

  .page .feature .feature_list .feature_item .feature_title h4 {
    font-size: 22px;
    margin: 18px 0 12px;
  }

  .page .feature .feature_list .feature_item p {
    font-size: 18px;
  }

  .page .contact-link {
    margin: 30px auto;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .page .case .my-swiper,
  .page .case .case-swiper {
    height: 380px;
  }

  .page .case .headerTitle {
    margin: 30px 0;
  }

  .page .case .headerTitle .chinese-text {
    font-size: 24px;
  }

  .page .case .headerTitle .english-text {
    font-size: 16px;
  }

  .page .case .contact-link {
    margin: 40px auto 45px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }

  .page .yx {
    margin-top: 50px;
  }

  .page .yx .title {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .page .yx .con {
    font-size: 16px;
    padding-bottom: 40px;
  }

  /* ========== imgLeft 和 imgRight 响应式样式 ========== */
  .page .imgLeft,
  .craft-page .imgLeft,
  .page .imgRight,
  .craft-page .imgRight {
    margin-bottom: 40px;
    padding: 10px 0 10px;
  }

  .page .imgLeft .content,
  .craft-page .imgLeft .content,
  .page .imgRight .content,
  .craft-page .imgRight .content {
    grid-template-columns: 1fr;
    gap: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  .page .imgLeft .introduction,
  .craft-page .imgLeft .introduction,
  .page .imgRight .introduction,
  .craft-page .imgRight .introduction {
    padding: 12px;
  }

  .page .imgLeft .item_name .title,
  .craft-page .imgLeft .item_name .title,
  .page .imgRight .item_name .title,
  .craft-page .imgRight .item_name .title {
    margin-bottom: 16px;
  }

  .page .imgLeft .item_name .title h3,
  .craft-page .imgLeft .item_name .title h3,
  .page .imgRight .item_name .title h3,
  .craft-page .imgRight .item_name .title h3 {
    font-size: 18px;
  }

  .page .imgLeft .item_name p,
  .craft-page .imgLeft .item_name p,
  .page .imgRight .item_name p,
  .craft-page .imgRight .item_name p {
    font-size: 16px;
  }

  .page .imgLeft .ys_cont,
  .craft-page .imgLeft .ys_cont,
  .page .imgRight .ys_cont,
  .craft-page .imgRight .ys_cont {
    padding-bottom: 1%;
  }

  .page .imgLeft .ys_cont h4,
  .craft-page .imgLeft .ys_cont h4,
  .page .imgRight .ys_cont h4,
  .craft-page .imgRight .ys_cont h4 {
    font-size: 18px;
  }

  .page .imgLeft .ys_cont p,
  .craft-page .imgLeft .ys_cont p,
  .page .imgRight .ys_cont p,
  .craft-page .imgRight .ys_cont p {
    font-size: 16px;
  }

  .page .imgLeft .bgc,
  .craft-page .imgLeft .bgc,
  .page .imgRight .bgc,
  .craft-page .imgRight .bgc {
    height: 240px;
    padding: 0;
    margin-bottom: 0px;
  }

  .page .imgLeft .bgc img,
  .craft-page .imgLeft .bgc img,
  .page .imgRight .bgc img,
  .craft-page .imgRight .bgc img {
    height: 100%;
  }

  /* ========== craft-page 响应式样式 ========== */
  /* 注意：.craft-page .craft-header 的 padding-top 已在上面统一定义 */

  .craft-page .craft-section {
    margin-top: 50px;
  }

  .craft-page .craft-case {
    padding: 12px;
  }

  .craft-page .craft-case .headerTitle {
    margin: 30px 0;
  }

  .craft-page .craft-case .headerTitle .chinese-text {
    font-size: 24px;
  }

  .craft-page .craft-case .headerTitle .english-text {
    font-size: 16px;
  }

  .craft-page .craft-case .case-swiper {
    height: 380px;
  }

  .craft-page .craft-case .contact-link {
    margin: 40px auto 45px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }

  .craft-page .craft-section .title {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .craft-page .craft-section .con {
    font-size: 16px;
    padding-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .page .main .header,
  .craft-header,
  .craft-page .main .craft-header {
    padding-top: 25px;
    margin-top: 54px;
  }

  .page .main .header .header_title .title img,
  .craft-header .header_title .title img,
  .craft-page .main .craft-header .header_title .title img {
    width: 12px;
    height: 12px;
    margin: 2px 2px 0 0;
  }

  .page .header .header_title .title h2,
  .craft-header .header_title .title h2 {
    font-size: 18px;
  }

  .page .header .header_title .con,
  .craft-header .header_title .con {
    margin-top: 10px;
  }

  .page .header .header_title .con h1,
  .craft-header .header_title .con h1 {
    font-size: 14px;
  }

  .page .foot-section .overlay .text_box {
    width: 80%;
  }

  .page .foot-section .overlay .text_box h3 {
    font-size: 16px;
  }

  .page .foot-section .overlay .text_box p {
    font-size: 14px;
  }

  .page .foot-section .foot-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .page .foot-section .foot-content .foot_item {
    width: 100%;
    height: 160px;
  }

  .page .foot-section .foot-content .foot_item img {
    width: 100%;
    height: 100%;
  }

  .page .one-stop {
    padding: 30px 0 0 0;
  }

  .page .one-stop .yzsfwTitle h3 {
    display: block;
    font-size: 20px;
    font-family: PingFang HK, PingFang HK-500;
    font-weight: 500;
    text-align: center;
    color: #0e0f11;
  }

  .page .one-stop .yzsfwBox .ccenter {
    display: none;
  }

  .page .one-stop .yzsfwBox .item {
    margin-bottom: 30px;
    justify-content: center;
  }

  .page .one-stop .yzsfwBox .item .icon {
    width: 60px;
    height: 60px;
  }

  .page .one-stop .yzsfwBox .item .item_info .title h3 {
    margin: 0;
    font-size: 16px;
  }

  .page .one-stop .yzsfwBox .item .item_info p {
    font-size: 14px;
  }

  .page .one-stop .yzsfwBox {
    grid-template-columns: repeat(1, 1fr);
  }

  .page .device {
    padding-bottom: 100px;
  }

  .page .device .device_list {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .page .device .device_list .device_item {
    height: 300px;
  }

  .page .device .device_list .device_item .device_name {
    width: 90px;
    height: 40px;
    border-radius: 10px 0px 20px 0px;
  }

  .page .device .device_list .device_item .device_name span {
    font-size: 14px;
  }

  .page .feature .feature_list {
    margin-top: -40px;
    grid-template-columns: repeat(2, 1fr);
  }

  .page .feature .feature_list .feature_item img {
    width: 80px;
    height: 80px;
  }

  .page .feature .feature_list .feature_item .feature_title h4 {
    font-size: 18px;
    margin: 12px 0 6px;
  }

  .page .feature .feature_list .feature_item p {
    font-size: 14px;
  }

  .page .contact-link {
    margin: 30px auto;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .page .case .my-swiper,
  .page .case .case-swiper {
    height: 300px;
  }

  .page .case .headerTitle {
    margin: 30px 0;
  }

  .page .case .headerTitle .chinese-text {
    font-size: 20px;
    text-align: center;
  }

  .page .case .headerTitle .english-text {
    font-size: 14px;
    text-align: center;
  }

  .page .case .contact-link {
    margin: 20px auto 25px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .page .yx {
    margin-top: 20px;
  }

  .page .yx .title {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .page .yx .con {
    font-size: 14px;
    padding-bottom: 20px;
  }

  /* ========== imgLeft 和 imgRight 小屏响应式样式 ========== */
  .page .imgLeft,
  .craft-page .imgLeft,
  .page .imgRight,
  .craft-page .imgRight {
    padding: 0;
    margin-bottom: 30px;
  }

  .page .imgLeft .content,
  .craft-page .imgLeft .content,
  .page .imgRight .content,
  .craft-page .imgRight .content {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page .imgLeft .item_name .title,
  .craft-page .imgLeft .item_name .title,
  .page .imgRight .item_name .title,
  .craft-page .imgRight .item_name .title {
    margin-bottom: 8px;
  }

  .page .imgLeft .item_name .title h3,
  .craft-page .imgLeft .item_name .title h3,
  .page .imgRight .item_name .title h3,
  .craft-page .imgRight .item_name .title h3 {
    font-size: 16px;
  }

  .page .imgLeft .item_name p,
  .craft-page .imgLeft .item_name p,
  .page .imgRight .item_name p,
  .craft-page .imgRight .item_name p {
    font-size: 14px;
  }

  .page .imgLeft .ys_cont h4,
  .craft-page .imgLeft .ys_cont h4,
  .page .imgRight .ys_cont h4,
  .craft-page .imgRight .ys_cont h4 {
    font-size: 16px;
  }

  .page .imgLeft .ys_cont p,
  .craft-page .imgLeft .ys_cont p,
  .page .imgRight .ys_cont p,
  .craft-page .imgRight .ys_cont p {
    font-size: 14px;
  }

  .page .imgLeft .bgc,
  .craft-page .imgLeft .bgc,
  .page .imgRight .bgc,
  .craft-page .imgRight .bgc {
    height: 200px;
    padding: 0;
    margin-bottom: 10px;
  }

  .page .imgLeft .bgc img,
  .craft-page .imgLeft .bgc img,
  .page .imgRight .bgc img,
  .craft-page .imgRight .bgc img {
    height: 100%;
  }

  /* ========== craft-page 小屏响应式样式 ========== */
  /* 注意：.craft-page .craft-header 的 padding-top 已在上面统一定义 */

  .craft-page .craft-section {
    margin-top: 20px;
  }

  .craft-page .craft-case .headerTitle {
    margin: 30px 0;
  }

  .craft-page .craft-case .headerTitle .chinese-text {
    font-size: 20px;
    text-align: center;
  }

  .craft-page .craft-case .headerTitle .english-text {
    font-size: 14px;
    text-align: center;
  }

  .craft-page .craft-case .case-swiper {
    height: 300px;
  }

  .craft-page .craft-case .contact-link {
    margin: 20px auto 25px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .craft-page .craft-section .title {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .craft-page .craft-section .con {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
