.changingcabinet-banner {
    position: relative;
    /* 使用百分比高度，以便适应不同屏幕尺寸 */
    height: 540px;
    /* 使用 cover 让背景图片覆盖整个容器 */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* 添加过渡效果，使得背景图片在改变尺寸时更平滑 */
    transition: background-size 0.5s ease-in-out;
}

.changingcabinet-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: black;
}

.changingcabinet-text img {
    /* 根据需要调整图片大小 */
    max-width: 100%;
    height: auto;
}

.changingcabinet-text h3 {
    font-weight: bold;
    margin-top: 20px;
}
/* 基础样式 */
.cptx {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.changingcabinet-banner-text{
  font-size: 46px;
}
.cptx1 {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background-color: #1989fa;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cptx2 {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #cfe6fe;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  font-weight: bold;
  color: black;
}

/* 响应式样式 */
@media (max-width: 768px) {
  .cptx1 {
    width: 240px;
    height: 240px;
  }
.changingcabinet-banner{
height: 260px;
}
.changingcabinet-text{
  top: 60%;
}
  .cptx2 {
    width: 180px;
    height: 180px;
    font-size: 36px;
  }
  .changingcabinet-banner-text{
    font-size: 18px !important;
  }
  .changingcabinet-text img{
    width: 160px;
    height: 120px;
  }
}

@media (max-width: 576px) {
  .cptx1 {
    width: 240px;
    height: 240px;
  }
.changingcabinet-banner{
height: 260px;
}
.changingcabinet-text{
  top: 60%;
}
  .cptx2 {
    width: 180px;
    height: 180px;
    font-size: 36px;
  }
  .changingcabinet-banner-text{
    font-size: 18px !important;
  }
  .changingcabinet-text img{
    width: 160px;
    height: 120px;
  }
}
/* 多租户 */
.cptx3 {
  padding-top: 75px;
  padding-bottom: 75px;
  margin: 0 auto;
  margin-top: -65px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f2f2f2;
}

.cptxitem {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 4px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px;
}

.cptxitem:nth-child(1) {
  background-color: #63A103;
}

.cptxitem:nth-child(2) {
  background-color: #00AAAA;
}

.cptxitem:nth-child(3) {
  background-color: #F59A23;
}

.cptxitem:nth-child(4) {
  background-color: #016FA0;
}

.cptxitem:nth-child(5) {
  background-color: #C280FF;
}

.cptxitem .cptxnum {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}

.cptxitem:nth-child(1) .cptxnum {
  background-color: #63A103;
}

.cptxitem:nth-child(2) .cptxnum {
  background-color: #00AAAA;
}

.cptxitem:nth-child(3) .cptxnum {
  background-color: #F59A23;
}

.cptxitem:nth-child(4) .cptxnum {
  background-color: #016FA0;
}

.cptxitem:nth-child(5) .cptxnum {
  background-color: #C280FF;
}

.cptxitem img {
  width: 100px;
  height: 100px;
}

.cptxitemtxt {
  display: flex;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: white;
  margin-top: 20px;
}
.changingcabinet-hardware{
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 响应式样式 */
@media (max-width: 768px) {
  .cptx3 {
    height: auto;
    flex-direction: column;
  }

  .cptxitem {
    width: 180px;
    height: 180px;
  }

  .cptxitemtxt {
    font-size: 20px;
  }

  .cptxitem .cptxnum {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .cptxitem img {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 576px) {
  .cptx3 {
    padding-top: 75px;
    height: auto;
  }

  .cptxitem {
    width: 140px;
    height: 140px;
  }

  .cptxitemtxt {
    font-size: 16px;
  }

  .cptxitem .cptxnum {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }

  .cptxitem img {
    width: 60px;
    height: 60px;
  }
}
/* 现代后台管理 */
.htgl {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  font-weight: 650;
  font-style: normal;
  font-size: 36px;
  color: #000000;
  margin-bottom: 100px;
}
.htgl1 {
  padding: 0 260px;
  display: flex;
  flex-wrap: wrap; /* 允许子元素换行 */
  justify-content: center;
}

.htgl2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 300px;
  flex-basis: calc(33% - 20px);
  justify-content: center;
}
.htgl4 {
  display: flex;
  justify-content: center;
  font-weight: 650;
  font-style: normal;
  font-size: 36px;
  color: #cdcdcd;
  margin-top: 20px;
  margin-bottom: 70px;
}

.htgl4 {
  text-align: center; /* 文字居中对齐 */
}
.htgl-line{
  width: 70%;
  border: 3px solid #cdcdcd;
}
.vertical-line{
  height: 208px;
 border-right: 6px solid #cdcdcd;
}
.vertical-line {
  display: block;
}
.htgl-none{
  display: none;
}
.htgl3-img{
  width: 128px;
  height: 128px;
}
/* 响应式设计 */
@media (max-width: 768px) { /* 当屏幕宽度小于等于768px时 */
  .htgl2 {
    height: 150px;
      flex-basis: calc(50% - 20px); /* 每行显示两个元素 */
  }
  .vertical-line{
    display: none;
  }
  .htgl1{
    padding: 0;
  }
  .htgl-none{
    display: block;
  }
  .htgl3-img{
    width: 64px;
    height: 64px;
  }
  .htgl{
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
  }
  .htgl4{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .htgl-line {
    border: 1px solid #cdcdcd;
}
}
@media (max-width: 1366px) { /* 当屏幕宽度小于等于768px时 */
  .changingcabinet-banner-text{
    font-size: 36px;
  }
  .vertical-line{
    display: none;
  }
  .htgl-none{
    display: block;
  }
  .htgl2 {
    height: 150px;
      flex-basis: calc(50% - 20px); /* 每行显示两个元素 */
  }
  .vertical-line{
    display: none;
  }
  .htgl1{
    padding: 0;
  }
  .htgl-none{
    display: block;
  }
  .htgl3-img{
    width: 64px;
    height: 64px;
  }
  .htgl{
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
  }
  .htgl4{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .htgl-line {
    border: 1px solid #cdcdcd;
}
}

@media (max-width: 480px) { /* 当屏幕宽度小于等于480px时 */
  .htgl2 {
      flex-basis: 50%; /* 每行显示一个元素 */
  }
  .htgl3-img{
    width: 64px;
    height: 64px;
  }
  .vertical-line{
    display: none;
  }
  .htgl1{
    padding: 0;
  }
  .htgl-none{
    display: block;
  }
}
/* 现代后台管理结束 */
/* 门店开始 */
.changing-shop {
  width: 100%;
  height: 265px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  padding-top: 36px;
  position: relative;
}

.changing-shopmanagement {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.changing-shopmanagement-text {
  font-size: 24px;
  color: #666666;
}

.changing-shop-text {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}

.changing-shop-line-size {
  font-weight: 700;
  font-size: 24px;
}

.changing-shop-line {
  margin-top: 25px;
  width: 25%;
  height: 6px;
  background: #2b65d9;
}

.changing-computer {
   height: 830px;
    width: 35%;
  margin-top: -7%;
  margin-left: 10%;
  background-size: cover;
  position: relative;
  overflow: hidden; /* 隐藏超出的部分 */
}
/* 屏幕内的图片 */
.changing-computer-img {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 46%;
  z-index: 2;
}
/* 为了适应手机端，我们将添加一个媒体查询 */
@media (max-width: 768px) { /* 假设768px为平板和手机的分界线 */
  .changing-computer {
    height: 300px !important; /* 减小高度 */
    width: 100%; /* 减小宽度 */
    margin-left: 0;
    margin-top: 0;
  }
  .changing-shop{
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center
  }
}

/* 为了适应平板端，我们将添加一个媒体查询 */
@media (min-width: 769px) and (max-width: 1366px) { /* 假设769px到1366px为平板的范围 */
  .changing-shop{
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center
  }
  .changing-computer {
    height: 830px !important; /* 减小高度 */
    width: 100%; /* 减小宽度 */
    margin-left: 0;
    margin-top: 0;
  }
}
.changing-outlet {
  width: 100%;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-evenly;
  padding-top: 36px;
  height: 265px; /* 自动高度 */
}

.changing-outlet-compute {
  height: 830px;
  width: 35%;
  margin-top: -33%;
  margin-right: 14%;
  background-size: cover;
  position: relative;
  overflow: hidden; /* 隐藏超出的部分 */
}

/* 屏幕内的图片 */
.changing-outlet-box {
  width: 100%;
  display: flex;
  justify-content: end;
}
.changing-shopmanagement-setmeal {
  margin-top: -26%;
}
/* 为了适应手机端，我们将添加一个媒体查询 */
@media (max-width: 768px) { /* 假设768px为平板和手机的分界线 */
  .changing-outlet-compute {
    height: 300px !important; /* 减小高度 */
    width: 100%; /* 减小宽度 */
    margin-right: 0;
    margin-top: 0;
  }

  .changing-outlet {
    width: 100%;
    background-color: #f2f2f2;
    display: flex;
    padding-top: 0px;
    height: 265px;
    margin-top: 0%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}
  .changing-shopmanagement-setmeal {
    margin-top: 0;
  }
}
.changing-outlet-text{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* 为了适应平板端，我们将添加一个媒体查询 */
@media (min-width: 769px) and (max-width: 1366px) { /* 假设769px到1366px为平板的范围 */
  .changing-outlet-compute {
    height: 830px !important; /* 减小高度 */
    width: 100%; /* 减小宽度 */
    margin-right: 0;
    margin-top: 0;
  }
  .changing-outlet {
    width: 100%;
    background-color: #f2f2f2;
    display: flex;
    padding-top: 0px;
    height: 265px;
    margin-top: 0%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}
  .changing-shopmanagement-setmeal {
    margin-top: 0;
  }
}
.htglblock {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #ffffff;
  right: -50px;
  bottom: -50px;
}
.htglblock2 {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #ffffff;
  left: -50px;
  bottom: -50px;
}
.mdgl {
  padding: 0 260px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  justify-content: space-around;
  position: relative;
}

.mdgl0 {
 display: flex;
 flex-direction: column;
align-items: end;
gap: 15px;
}

.mdgl1 {
  width: 87px;
  height: 8px;
  background: #2b65d9;
  margin-top: 50px;
}

.mdgl2 {
  font-weight: 650;
  font-style: normal;
  font-size: 36px;
  text-align: center;
  margin-top: 20px;
}

.mdgl3 {
  width: 100%;
  height: 265px;
  background: #f2f2f2;
  position: absolute;
  z-index: -1;
  top: 98px;
}

.mdgl4 {
  width: 100%;
  height: 265px;
  background: #f2f2f2;
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.mdgl-top-400{
  margin-top: 400px;
}
/* 适应手机端添加一个媒体查询 */
@media (max-width: 768px) { 
  .mdgl {
    padding: 0 20px; 
    margin-top: 0px;
  }

  .mdgl1 {
    margin-top: 20px; 
  }

  .mdgl2 {
    font-size: 24px; 
  }
}
@media (max-width: 1366px) { 
  .mdgl-top-400{
    margin-top: 50px;
  }
}
/* 门店结束 */
/* 夏季推出开始 */
.mdgl-footbox {
  display: flex;
  /* background: linear-gradient(to right, rgba(30, 136, 255, 0.05), rgba(45, 87, 127, 0.25)); */
  position: relative; /* 添加相对定位 */
}

.foottxt1 {
  font-weight: 650;
  font-style: normal;
  font-size: 36px;
  text-align: center;
}

.foottxt2 {
  margin-top: 20px; /* 减少间距 */
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  text-align: center;
}

.foottxt {
  height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.foottxt3 {
  width: 50%;
  display: flex;
  justify-content: end;
}

.footimg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* 添加相对定位 */
}

.mdgl-footbox-img {
  width: 600px;
  height: 400px;
  z-index: -1; /* 提升图片的层级 */
}

/* 为了覆盖图片，我们添加一个伪元素 */
.footimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(to right, rgba(30, 136, 255, 0), rgba(45, 87, 127, 0.25));  */
  z-index: 2; /* 确保伪元素在图片之上 */
}
.mdgl-footbox-none{
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  
}
.mdgl-footbox-block{
visibility: visible; /* 取消隐藏 */
}
/* 为了适应手机端，我们将添加一个媒体查询 */
@media (max-width: 768px) { /* 假设768px为手机和平板的分界线 */
  .mdgl-footbox-block{
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
.mdgl-footbox-none{
  visibility: visible; /* 取消隐藏 */
  position: static; /* 取消绝对定位 */
  width: auto; /* 取消宽度为0 */
  height: auto; /* 取消高度为0 */
  overflow: visible; /* 取消溢出隐藏 */
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foottxt1{
  font-size: 18px;
}
.foottxt2{
  font-size: 14px;
}
}
/* 夏季推出结束 */
/* 微信小程序 */
.xcx {
  padding: 0 260px; /* 添加一些内边距以保持内容与边缘的距离 */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 100px;
  align-items: center;
}

.xcx2 {
  width: 87px;
  height: 8px;
  background: #2b65d9;
  margin-top: 20px;
}

.xcx3 {
  font-weight: 650;
  font-style: normal;
  font-size: 36px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
 
}

.xcx4 {
  font-style: normal;
  font-size: 16px;
  color: #000000;
  line-height: 36px;
}

.xcx-2{
  width: 100%;
  display: flex;
  justify-content: end;
}
.xcx6 {
  width: 100%;
  background: #f2f2f2;
  position: absolute;
  z-index: -1;
  bottom: 96px;
}
.xcx4-1{
  position: absolute;
  top: 100%;
  left: 22%;
}
/* 微信小程序结束 */
/* 产品设计开始 */
.cpsj {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 200px;

 
}
.cpsj-block{
  visibility: visible;
}
.cpsj2 {
  width: 100%;
  height: 436px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 20px;
  /* border: 1px solid #000000; */
  background-image: linear-gradient(to right, #f4f7ff, #e8edfe);
}

.cpsj3 {
  font-weight: 650;
  color: #2254f4;
  font-size: 36px;
}

.cpsj4 {
  color: #4d4e51;
  font-size: 16px;
  line-height: 38px;
  margin-top: 20px;
}

.line0 {
  width: 67%;
  height: 2px;
  background: linear-gradient(to right, transparent, #a4b9fa); /* 渐变效果 */
  position: relative;
  left: 44%;
  margin-top: 20px;
}

.line0::before {
  content: "";
  position: absolute;
  width: 100%; /* 线段长度 */
  height: 2px;
  background: linear-gradient(to right, #a4b9fa, transparent); /* 渐变效果 */

  top: 0;
  left: 100%;
  transform: rotate(47deg); /* 调整这个值来改变角度 */
  transform-origin: 0 0; /* 旋转的基点 */
}

.line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #becdfc, #587ef7); /* 渐变效果 */
  position: relative;
  margin-top: 20px;
}

.line::before {
  content: "";
  position: absolute;
  width: 100%; /* 线段长度 */
  height: 2px;
  background: linear-gradient(to right, #587ef7, #3260f4); /* 渐变效果 */

  top: 0;
  left: 100%;
  transform: rotate(47deg); /* 调整这个值来改变角度 */
  transform-origin: 0 0; /* 旋转的基点 */
}

.line2 {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #becdfc, #587ef7); /* 渐变效果 */
  position: relative;
}

.line2::before {
  content: "";
  position: absolute;
  width: 100%; /* 线段长度 */
  height: 2px;
  background: linear-gradient(to right, #587ef7, #3260f4); /* 渐变效果 */
  top: 0.5px;
  left: 99.6%;
  transform: rotate(313deg); /* 调整这个值来改变角度 */
  transform-origin: 0 0; /* 旋转的基点 */
}

.line3 {
  width: 67%;
  height: 2px;
  background: linear-gradient(to right, transparent, #a4b9fa); /* 渐变效果 */
  position: relative;
  left: 44%;
  margin-top: 20px;
}

.line3::before {
  content: "";
  position: absolute;
  width: 100%; /* 线段长度 */
  height: 2px;
  background: linear-gradient(to right, #a4b9fa, transparent); /* 渐变效果 */

  top: 0.5px;
  left: 99.6%;
  transform: rotate(313deg); /* 调整这个值来改变角度 */
  transform-origin: 0 0; /* 旋转的基点 */
}

.line4 {
  width: 67%;
  height: 2px;
  background: linear-gradient(to right, #a4b9fa, transparent); /* 渐变效果 */
  position: relative;
  left: 25%;
  margin-top: 20px;
}

.line4::before {
  content: "";
  position: absolute;
  width: 100%; /* 线段长度 */
  height: 2px;
  background: linear-gradient(to right, #a4b9fa, transparent); /* 渐变效果 */

  top: 1px;
  left: 1%;
  transform: rotate(133deg); /* 调整这个值来改变角度 */
  transform-origin: 0 0; /* 旋转的基点 */
}

.line5 {
  width: 67%;
  height: 2px;
  background: linear-gradient(to right, #a4b9fa, transparent); /* 渐变效果 */
  position: relative;
  left: 25%;
  margin-top: 20px;
}

.line5::before {
  content: "";
  position: absolute;
  width: 100%; /* 线段长度 */
  height: 2px;
  background: linear-gradient(to right, #a4b9fa, transparent); /* 渐变效果 */

  top: 2px;
  left: 0%;
  transform: rotate(227deg); /* 调整这个值来改变角度 */
  transform-origin: 0 0; /* 旋转的基点 */
}

.triangle-right {
  margin-top: 41px;
  width: 0;
  height: 0;
  border-top: 217px solid transparent;
  border-bottom: 215px solid transparent;
  border-left: 200px solid #e8edfe;
}

.cpsj5 {
  width: 188px;
  height: 188px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #bdccfc, #1848e2);
  position: relative;

  top: 166px;
  right: 60px;
}

.cpsj6 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.cpsj7 {
  width: 188px;
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
.cpsj-move{
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media (min-width: 769px) and (max-width: 1366px) { /* 假设769px到1366px为平板的范围 */
  .cpsj-block{
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .cpsj3{
    font-size: 16px;
  }
  .cpsj4{
    font-size: 12px;
  }
  .cpsj5{
   top: 0;
   right: 0;
  }
  .cpsj-move {
    visibility: visible; /* 取消隐藏 */
    position: static; /* 取消绝对定位 */
    width: auto; /* 取消宽度为0 */
    height: auto; /* 取消高度为0 */
    overflow: visible; /* 取消溢出隐藏 */
  }
  .cpsj-top{
    margin-top: 25%;
  }
}
@media (max-width: 768px) {
  .triangle-right {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #e8edfe;
  }
  .cpsj-block{
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .cpsj3{
    font-size: 16px;
  }
  .cpsj4{
    font-size: 12px;
  }
  .cpsj5{
    top: 0;
    right: 0;
   }
   .cpsj-move {
    visibility: visible; /* 取消隐藏 */
    position: static; /* 取消绝对定位 */
    width: auto; /* 取消宽度为0 */
    height: auto; /* 取消高度为0 */
    overflow: visible; /* 取消溢出隐藏 */
  }
  .cpsj-top{
    margin-top: 45%;
  }
}

@media (max-width: 576px) {
  .triangle-right {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #e8edfe;
  }
  .cpsj-block{
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .cpsj3{
    font-size: 16px;
  }
  .cpsj4{
    font-size: 12px;
  }
  .cpsj5{
    top: 0;
    right: 0;
   }
   .cpsj-move {
    visibility: visible; /* 取消隐藏 */
    position: static; /* 取消绝对定位 */
    width: auto; /* 取消宽度为0 */
    height: auto; /* 取消高度为0 */
    overflow: visible; /* 取消溢出隐藏 */
  }
  .cpsj-top{
    margin-top: 45%;
  }
}
/* 产品设计结束 */
/* 手机本体 */
.iPhone-14-pro {
  position: relative;
  width: 100%;
  max-width: 291px;
  height: 600px; 
  background-color: #998c9e;
  border-radius: 36px;
  overflow: hidden;
}

/* 手机屏幕 */
.iPhone-14-pro .screen {
  position: absolute;
  inset: 2px;
  background-color: black;
  border-radius: 36px;
  padding: 10px;
}

/* 屏幕内容 */
.iPhone-14-pro .screen .wrapper {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

/* 静音键 */
.mute-btn {
  position: absolute;
  top: calc(100px / (291px / 1.6));
  left: -3px;
  height: calc(20px / (291px / 1.6));
  width: 3px;
  background: radial-gradient(#ccc, #666, #222);
}

/* 音量增大键 */
.volume-up-btn {
  position: absolute;
  top: calc(145px / (291px / 1.6));
  left: -3px;
  height: calc(40px / (291px / 1.6));
  width: 3px;
  background: radial-gradient(#ccc, #666, #222);
}

/* 音量减小键 */
.volume-down-btn {
  position: absolute;
  top: calc(205px / (291px / 1.6));
  left: -3px;
  height: calc(40px / (291px / 1.6));
  width: 3px;
  background: radial-gradient(#ccc, #666, #222);
}

/* 电源键 */
.power-btn {
  position: absolute;
  top: calc(175px / (291px / 1.6));
  right: -3px;
  height: calc(70px / (291px / 1.6));
  width: 3px;
  background: radial-gradient(#ccc, #666, #222);
}

/* 响应式样式 */
@media (max-width: 768px) {
  .xcx3{
    font-size: 18px;
  }
  .xcx4{
    font-size: 15px;
  }
  .changing-shopmanagement{
    font-size: 18px;
  }
  .changing-shopmanagement-text {
    font-size: 15px;
  }
  .changing-shop-line-size{
    font-size: 18px;
  }
  .xcx{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px; /* 添加一些内边距以保持内容与边缘的距离 */
    margin-top: 20px;
  }
  .iPhone-14-pro {
    width: 100%;
    height: 600px; /* 设置为 100% */
  }

  .mute-btn {
    top: calc(100px / (200px / 1.6));
    height: calc(20px / (200px / 1.6));
  }

  .volume-up-btn {
    top: calc(145px / (200px / 1.6));
    height: calc(40px / (200px / 1.6));
  }

  .volume-down-btn {
    top: calc(205px / (200px / 1.6));
    height: calc(40px / (200px / 1.6));
  }

  .power-btn {
    top: calc(175px / (200px / 1.6));
    height: calc(70px / (200px / 1.6));
  }
}
.changingcabinet-product-character{
  margin-left: 480px;
  margin-top: 24px;
}
.changingcabinet-product-h3{
  font-weight: 700;
  font-size: 36px;
}
.changingcabinet-product-imgbox{
width: 100%;
display: flex;
justify-content: center;
}
.changingcabinet-product-img{
  opacity: 0.6;
  width: 800px;
  height: 800px;
  background-size: cover;
}
.changingcabinet-product-text{
  margin-top: -445px;
  width: 100%;
  min-height: 320px;
  padding: 86px 0px;
  display: flex;
  justify-content: center;
  background-color: rgba(242, 242, 242, 1);
  gap: 70px;
  flex-wrap: wrap;
}
.changingcabinet-product-text img{
  width: 40px;
  height: 40px;
}
.changingcabinet-product-introduce{
  width: 300px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #124dc5;
  border-radius: 12px;
  min-height: 60px;
  margin-bottom: 32px;
}
.changingcabinet-product-myself{
  width: 300px;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 768px)  {
.changingcabinet-product-character{
  display: flex;
  justify-content: center;
  margin-left: 0;
}
.changingcabinet-product-text{
  display: flex;
  flex-direction: column;
  padding: 48px 0px;
  gap: 12px;
  margin-top: 0;
}
.changingcabinet-product-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.changingcabinet-product-h3{
  font-size: 18px;
  margin-bottom: 24px;
}
.changingcabinet-product-img{
 width: 100%;
 height: auto;
}
.changingcabinet-product-h3{
  font-weight: 700;
  font-size: 36px;
}
.changingcabinet-product-content{
  width: 100%;
  min-height: 180px;
  background-color: rgba(242, 242, 242, 1);
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 180px;
}
.changingcabinet-product-letter{
  text-align: center;
}
.changingcabinet-product-textthree{
  font-size: 90px;
  color: #1f6eda;
}
.changingcabinet-product-letter{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 margin-top: -160px;
}
.changingcabinet-product-textone {
  width: 200px; /* 可以根据需要调整 */
  height: 100px; /* 高度为宽度的一半 */
  border-radius: 100px 100px 0 0; /* 左上和右上的圆角为50% */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #1f6eda;
  font-weight: 700;
}
.changingcabinet-product-itemone{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.changingcabinet-product-texttow{
  width: 60%;
  font-size: 16px;
  line-height: 1.5;
}
.changingcabinet-product-block{
  visibility: visible;
}
.changingcabinet-product-none{
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px)  {
.changingcabinet-product-block{
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
.changingcabinet-product-none{
  visibility: visible; /* 取消隐藏 */
  position: static; /* 取消绝对定位 */
  width: auto; /* 取消宽度为0 */
  height: auto; /* 取消高度为0 */
  overflow: visible; /* 取消溢出隐藏 */
}
.changingcabinet-product-textthree{
  font-size: 36px;
}
.changingcabinet-product-textone {
  width: 100px;
  height: 50px;
  font-size: 14px;
}
.changingcabinet-product-letter {
  margin-top: -70px;
}
.changingcabinet-product-content {
  margin-top: 80px;
  min-height: 80px;
}
.changingcabinet-product-itemone {
  gap: 8px;
}
  }
@media (max-width: 1024px)  {
.changingcabinet-product-block{
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
.changingcabinet-product-none{
  visibility: visible; /* 取消隐藏 */
  position: static; /* 取消绝对定位 */
  width: auto; /* 取消宽度为0 */
  height: auto; /* 取消高度为0 */
  overflow: visible; /* 取消溢出隐藏 */
}
.changingcabinet-product-textthree{
  font-size: 36px;
}
.changingcabinet-product-textone {
  width: 100px;
  height: 50px;
  font-size: 14px;
}
.changingcabinet-product-letter {
  margin-top: -70px;
}
.changingcabinet-product-content {
  margin-top: 80px;
  min-height: 80px;
}
.changingcabinet-product-itemone {
  gap: 8px;
}
  }

