.suzhoubase {
  cursor: pointer;
}
.enDigital{
  font-family: "Arial";
}
.section_content {
  font-family: Source Han Sans;
}

/* lists_single_base_distribution_content */
.a1_con1 {
  padding: 120px 0 0 0;
}

.a_tit1 {
  font-size: 40px;
}

.a1_con1_txt {
  font-size: 24px;
}

.float-data {
  position: absolute;
  top: 10%;
  left: 10%;
  font-size: 24px;
  line-height: 1;
  color: #222;
  font-family: "ssl-gilroy", "ssl-font";
  font-weight: 400;
}

.img-bg {
  background-image: url('/static/base_distribution_images/base_distribution_bg.png');
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 850px;
  max-width: 1440px;
  background-position: top center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

.float {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
}

.float-card {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.float-item {
  position: absolute;
}

.float-item1 {
  top: 22.5%;
  left: calc(87%);
  z-index: 10;
}

.float-item2 {
  top: 60%;
  left: calc(62%);
  z-index: 10;
}

.label-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

label {
  order: 1;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: bold;
  color: #222222;
}

.blue_location {
  order: 2;
  width: 30px;
  height: 43.5px;
  border: none;
  background-image: url('/static/base_distribution_images/blue_location.png');
  background-size: cover;
  background-position: center;
  background-color: #98C4ED;
}

.orange_location {
  order: 2;
  width: 30px;
  height: 43.5px;
  border: none;
  background-image: url('/static/base_distribution_images/orange_location.png');
  background-size: cover;
  background-position: center;
  background-color: #FFE6D9;
}

.float-item3 {
  top: 5%;
  left: calc(44%);
  z-index: 10;
}

.float-item4 {
  top: 48%;
  left: calc(15%);
  z-index: 10;
}

.label-container-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 408px;
  height: 324px;
  background: white;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
}

.label-card1 {
  order: 1;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  font-size: 16px;
  color: #222222;
}

.label-card2 {
  order: 2;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  font-size: 26px;
  color: #0047BA;
}

.img-card {
  order: 3;
  width: 384px;
  height: 216px;
}

/* lists_single_base_distribution_content */

.base-title {
  padding-top: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #0047BA;
}

.base-bg {
  background-image: url('/static/images/base_distributhion/su1@1x.png');
  background-size: contain;
  background-position: right center;
  width: 100%;
  min-width: 1024px;
  max-width: 2560px;
  height: 0;
  padding-bottom: 55.57%;
  /* 1067/1920 = 0.5557 */
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.base-float {
  position: absolute;
  top: 0;
  left: 5%;
  width: 100%;
  height: 100%;
}

.base-label-card1 {
  margin-top: 25px;
  text-align: left;
  width: 100%;
  font-size: 30px;
  color: #222222;
}

.base-label-card2 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 500;
  text-align: left;
  width: 100%;
  font-size: 60px;
  color: #0047BA;
}

.base-detail-card {
  .factory-info {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align:center;
  }

  .factory-name {
    font-size: 24px;
    color: #282929;
    background-image: url(/static/images/base_distributhion/title_bg@1x.png);
    line-height: 30px;
    background-size: 100% 26%;
    background-position: bottom;
    width: 20%;
    background-repeat: no-repeat;
    display: inline-block;
}

  .factory-address {
    font-size: 16px;
    color: #fff
  }

  .factory-capacity {
    font-size: 22px;
    color: #FF5C35;
    font-weight: 500;
  }
}

.img-bgAll {
  background-image: url('/static/images/base_distributhion/su1@1x.png');
}

.img-bg1 {
  background-image: url('/static/images/base_distributhion/factory1.png');
}

.img-bg2 {
  background-image: url('/static/images/base_distributhion/factory2.png');
}

.img-bg3 {
  background-image: url('/static/images/base_distributhion/factory3.png');
}

.img-bg4 {
  background-image: url('/static/images/base_distributhion/factory4.png');
}

.img-bg5 {
  background-image: url('/static/images/base_distributhion/factory5.png');
}

.base-bk {
  padding-bottom: 55% !important;
}

.base-hangzhoubg {
  background-image: url('/static/images/base_distributhion/hangzhouAll.png');

}


.base-hangzhoubg1 {
  background-image: url('/static/images/base_distributhion/hangzhouFactory1.png');
}

.base-hangzhoubg2 {
  background-image: url('/static/images/base_distributhion/hangzhouFactory2.png');
}

.base-hangzhoubg3 {
  background-image: url('/static/images/base_distributhion/hangzhouFactory3.png');
}

.base-hangzhoubg4 {
  background-image: url('/static/images/base_distributhion/hangzhouFactory4.png');
}

.base-hangzhoubg5 {
  background-image: url('/static/images/base_distributhion/hangzhouFactory5.png');
}

.base-hangzhoubg6 {
  background-image: url('/static/images/base_distributhion/hangzhouFactory6.png');
}

.base-hangzhoubg7 {
  background-image: url('/static/images/base_distributhion/hangzhouFactory7.png');
}

.float-point {
  cursor: pointer;
  position: absolute;
  background-image: url('/static/images/base_distributhion/point@1x.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 28px;
  width: 28px;
  transition: background-image 0.3s ease;
}

.float-point:hover {
  background-image: url('/static/images/base_distributhion/point_selt@1x.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.float-point1 {
  top: 40%;
  left: 78%;
}

.float-point2 {
  top: 67%;
  left: 63%;
}

.float-point3 {
  top: 44%;
  left: 38%;
}

.float-point4 {
  top: 28%;
  left: 59%;
}

.float-point5 {
  top: 40%;
  left: 66%;
}

.factory-info {
  display: none;
  margin-top: 24px;
}

.factory-info {
    text-align: left !important;
}

.float-pointHZ1 {
  top: 47%;
  left: 28%;
}

.float-pointHZ2 {
  top: 32%;
  left: 60%;
}

.float-pointHZ3 {
  top: 49%;
  left: 47%;
}

.float-pointHZ4 {
  top: 44%;
  left: 73%;
}

.float-pointHZ5 {
  top: 55%;
  left: 64%;
}

.float-pointHZ6 {
  top: 61%;
  left: 84%;
}

.float-pointHZ7 {
  top: 60%;
  left: 96%;
}


.factory-capacity-info {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
}

.base-back {
  line-height: 45px;
  font-size: 20px;
  /* 字体大小 */
  color: #0056b3;
  /* 文字颜色（蓝色） */
  cursor: pointer;
  /* 鼠标指针变为手形 */
  transition: color 0.3s ease;
  /* 颜色过渡动画 */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 90px;
}

.base-back img {
  height: 15px;
  transform: scaleX(-1);
}

.base-back:hover {
  color: #0056b3;
  /* 悬停时的文字颜色（深蓝色） */
}

@media screen and (max-width: 1920px) {

  /* lists_single_base_distribution_content */
  .a1_con1 {
    padding: 110px 0 0 0;
  }

  .a_tit1 {
    font-size: 36px;
  }

  .a1_con1_txt {
    font-size: 22px;
  }

  .float-data {
    font-size: 22px;
  }

  .img-bg {
    height: 800px;
  }

  label {
    font-size: 26px;
  }

  .blue_location,
  .orange_location {
    width: 28px;
    height: 40.6px;
  }

  .label-container-card {
    width: 380px;
    height: 300px;
  }

  .label-card1 {
    font-size: 15px;
  }

  .label-card2 {
    font-size: 24px;
  }

  .img-card {
    width: 356px;
    height: 200px;
  }

  .float-item1 {
    top: 23%;
    left: 86%;
  }

  .float-item2 {
    top: 59%;
    left: 61%;
  }

  .float-item3 {
    top: 6%;
    left: 43%;
  }

  .float-item4 {
    top: 47%;
    left: 16%;
  }

  /* lists_single_base_distribution_content */

  .base-title {
    font-size: 26px;
  }

  .base-label-card1 {
    font-size: 26px;
  }

  .base-label-card2 {
    font-size: 50px;
  }

  .base-detail-card {
    .factory-name {
      font-size: 22px;
    }

    .factory-capacity {
      font-size: 20px;
    }

  }

  .float-point {
    height: 28px;
    width: 28px;
  }

  .factory-capacity-info {
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
  }
}

@media screen and (max-width: 1440px) {

  /* lists_single_base_distribution_content */
  .a1_con1 {
    padding: 100px 0 0 0;
  }

  .a_tit1 {
    font-size: 32px;
  }

  .a1_con1_txt {
    font-size: 20px;
  }

  .float-data {
    font-size: 20px;
  }

  .img-bg {
    height: 750px;
  }

  label {
    font-size: 24px;
  }

  .blue_location,
  .orange_location {
    width: 26px;
    height: 37.7px;
  }

  .label-container-card {
    width: 280px;
    height: 248px;
  }

  .label-card1 {
    font-size: 14px;
  }

  .label-card2 {
    font-size: 22px;
  }

  .img-card {
    width: 260px;
    height: 160px;
  }

  .float-item1 {
    top: 23%;
    left: 82%;
  }

  .float-item2 {
    top: 58%;
    left: 60%;
  }

  .float-item3 {
    top: 6%;
    left: 52%;
  }

  .float-item4 {
    top: 48%;
    left: 25%;
  }

  /* lists_single_base_distribution_content */

  .base-title {
    font-size: 24px;
  }

  .base-label-card1 {
    font-size: 24px;
  }

  .base-label-card2 {
    font-size: 40px;
  }

  .base-detail-card {
    .factory-name {
      font-size: 20px;
    }

    .factory-capacity {
      font-size: 18px;
    }
  }

  .float-point {
    height: 26px;
    width: 26px;
  }

  .factory-capacity-info {
    font-size: 22px;
  }
}

@media screen and (max-width: 1300px) {

  /* lists_single_base_distribution_content */
  .a1_con1 {
    padding: 95px 0 0 0;
  }

  .a_tit1 {
    font-size: 30px;
  }

  .a1_con1_txt {
    font-size: 19px;
  }

  .float-data {
    font-size: 19px;
  }

  .img-bg {
    height: 720px;
  }

  label {
    font-size: 25px;
  }

  .blue_location,
  .orange_location {
    width: 27px;
    height: 39.2px;
  }

  .label-container-card {
    width: 288px;
    height: 232px;
  }

  .label-card1 {
    font-size: 14px;
  }

  .label-card2 {
    font-size: 22px;
  }

  .img-card {
    width: 272px;
    height: 135px;
  }

  .float-item1 {
    top: 20%;
    left: 76%;
  }

  .float-item2 {
    top: 57%;
    left: 56%;
  }

  .float-item3 {
    top: 8%;
    left: 44%;
  }

  .float-item4 {
    top: 50%;
    left: 20%;
  }

  /* lists_single_base_distribution_content */

  .base-title {
    font-size: 22px;
  }

  .base-label-card1 {
    font-size: 22px;
  }

  .base-label-card2 {
    font-size: 35px;
  }

  .base-detail-card {
    .factory-name {
      font-size: 18px;
    }

    .factory-capacity {
      font-size: 16px;
    }
  }

  .float-point {
    height: 26px;
    width: 26px;
  }

  .factory-capacity-info {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {

  /* lists_single_base_distribution_content */
  .a1_con1 {
    padding: 90px 0 0 0;
  }

  .a_tit1 {
    font-size: 28px;
  }

  .a1_con1_txt {
    font-size: 18px;
  }

  .float-data {
    font-size: 18px;
  }

  .img-bg {
    height: 700px;
  }

  label {
    font-size: 22px;
  }

  .blue_location,
  .orange_location {
    width: 24px;
    height: 34.8px;
  }

  .label-container-card {
    width: 240px;
    height: 200px;
  }

  .label-card1 {
    font-size: 13px;
  }

  .label-card2 {
    font-size: 20px;
  }

  .img-card {
    width: 227px;
    height: 110px;
  }

  .float-item1 {
    top: 23%;
    left: 73%;
  }

  .float-item2 {
    top: 56%;
    left: 52%;
  }

  .float-item3 {
    top: 9%;
    left: 44%;
  }

  .float-item4 {
    top: 52%;
    left: 21%;
  }

  /* lists_single_base_distribution_content */

  .base-title {
    font-size: 22px;
  }

  .base-label-card1 {
    font-size: 22px;
  }

  .base-label-card2 {
    font-size: 28px;
  }

  .base-detail-card {
    .factory-name {
      font-size: 16px;
    }

    .factory-capacity {
      font-size: 14px;
    }
  }

  .float-point {
    height: 26px;
    width: 26px;
  }

}

@media screen and (max-width: 1130px) {

  /* lists_single_base_distribution_content */
  .a1_con1 {
    padding: 85px 0 0 0;
  }

  .a_tit1 {
    font-size: 28px;
  }

  .a1_con1_txt {
    font-size: 17px;
  }

  .float-data {
    font-size: 17px;
  }

  .img-bg {
    height: 680px;
  }

  label {
    font-size: 23px;
  }

  .blue_location,
  .orange_location {
    width: 25px;
    height: 36.3px;
  }

  .label-container-card {
    width: 217px;
    height: 190px;
  }

  .label-card1 {
    font-size: 12px;
  }

  .label-card2 {
    font-size: 20px;
  }

  .img-card {
    width: 204px;
    height: 100px;
  }

  .float-item1 {
    top: 20%;
    left: 74%;
  }

  .float-item2 {
    top: 55%;
    left: 52%;
  }

  .float-item3 {
    top: 9%;
    left: 46%;
  }

  .float-item4 {
    top: 52%;
    left: 20%;
  }

  /* lists_single_base_distribution_content */

  .base-title {
    font-size: 22px;
  }

  .base-label-card1 {
    font-size: 22px;
  }

  .base-label-card2 {
    font-size: 28px;
  }

  .base-detail-card {
    .factory-name {
      font-size: 16px;
    }

    .factory-capacity {
      font-size: 14px;
    }
  }

  .float-point {
    height: 26px;
    width: 26px;
  }

  .factory-capacity-info {
    font-size: 20px;
  }
}

@media screen and (max-width: 1060px) {

  /* lists_single_base_distribution_content */
  .a1_con1 {
    padding: 80px 0 0 0;
  }

  .a_tit1 {
    font-size: 26px;
  }

  .a1_con1_txt {
    font-size: 16px;
  }

  .float-data {
    font-size: 16px;
  }

  .img-bg {
    height: 640px;
  }

  label {
    font-size: 22px;
  }

  .blue_location,
  .orange_location {
    width: 24px;
    height: 34.8px;
  }

  .label-container-card {
    width: 220px;
    height: 190px;
  }

  .label-card1 {
    font-size: 12px;
  }

  .label-card2 {
    font-size: 18px;
  }

  .img-card {
    width: 200px;
    height: 100px;
  }

  .float-item1 {
    top: 20%;
    left: 72%;
  }

  .float-item2 {
    top: 55%;
    left: 52%;
  }

  .float-item3 {
    top: 8%;
    left: 44%;
  }

  .float-item4 {
    top: 50%;
    left: 19%;
  }

  /* lists_single_base_distribution_content */

  .base-title {
    font-size: 20px;
  }

  .base-label-card1 {
    font-size: 20px;
  }

  .base-label-card2 {
    font-size: 28px;
  }

  .base-detail-card {
    .factory-name {
      font-size: 16px;
    }

    .factory-capacity {
      font-size: 14px;
    }
  }

  .float-point {
    height: 26px;
    width: 26px;
  }

  .factory-capacity-info {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .base-back{
    margin-top: 24px;
  }
  /* lists_single_base_distribution_content */
  .a1_con1 {
    padding: 80px 0 0 0;
  }

  .a_tit1 {
    font-size: 26px;
  }

  .a1_con1_txt {
    font-size: 16px;
  }

  .float-data {
    font-size: 16px;
  }

  .img-bg {
    height: 650px;
  }

  label {
    font-size: 20px;
  }

  .blue_location,
  .orange_location {
    width: 22px;
    height: 31.9px;
  }

  .label-container-card {
    width: 184px;
    height: 180px;
  }

  .label-card1 {
    font-size: 12px;
  }

  .label-card2 {
    font-size: 18px;
  }

  .img-card {
    width: 165px;
    height: 138px;
  }

  .float-item1 {
    top: 15%;
    left: 72%;
  }

  .float-item2 {
    top: 45%;
    left: 50%;
  }

  .float-item3 {
    top: 8%;
    left: 42%;
  }

  .float-item4 {
    top: 38%;
    left: 18%;
  }

  /* lists_single_base_distribution_content */

  /* 基础样式 */
  .base-title {
    margin-top: 40px;
    font-size: 24px;
  }

  .base-label-card1 {
    margin-top: 40px;
    font-size: 24px;
  }

  .base-label-card2 {
    margin-top: 12px;
    font-size: 60px;
  }

  /* 工厂信息卡片样式 */
  .base-detail-card {
    .factory-name {
      font-size: 16px;
    }

    .factory-capacity {
      font-size: 14px;
    }
  }

  .factory-capacity-info {
    font-size: 16px;
  }

  /* 浮动点样式 */
  .float-point {
    height: 26px;
    width: 26px;
    cursor: pointer;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease;
  }

  /* 浮动点位置 */
  .float-point1 {
    top: 56%;
    left: 75%;
  }

  .float-point2 {
    top: 72%;
    left: 52%;
  }

  .float-point3 {
    top: 56%;
    left: 19%;
  }

  .float-point4 {
    top: 50%;
    left: 47%;
  }

  .float-point5 {
    top: 57%;
    left: 56%;
  }

  /* 背景图片容器样式 */
  .base-bg {
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-width: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 120%;
    position: relative;
  }

  /* 背景图片样式 */
  .img-bgAll {
    background-image: url('/static/images/base_distributhion/mfactory.png');
  }

  .img-bg1 {
    background-image: url('/static/images/base_distributhion/mfactory1.png');
  }

  .img-bg2 {
    background-image: url('/static/images/base_distributhion/mfactory2.png');
  }

  .img-bg3 {
    background-image: url('/static/images/base_distributhion/mfactory3.png');
  }

  .img-bg4 {
    background-image: url('/static/images/base_distributhion/mfactory4.png');
  }

  .img-bg5 {
    background-image: url('/static/images/base_distributhion/mfactory5.png');
  }

  .base-float {
    top: -450px;
  }

  .base-bg {
    margin-top: 450px;
  }

  .base-hangzhoubg {
    background-image: url('/static/images/base_distributhion/MhangzhouAll.png');
  }


  .base-hangzhoubg1 {
    background-image: url('/static/images/base_distributhion/MhangzhouFactory1.png');
  }

  .base-hangzhoubg2 {
    background-image: url('/static/images/base_distributhion/MhangzhouFactory2.png');
  }

  .base-hangzhoubg3 {
    background-image: url('/static/images/base_distributhion/MhangzhouFactory3.png');
  }

  .base-hangzhoubg4 {
    background-image: url('/static/images/base_distributhion/MhangzhouFactory4.png');
  }

  .base-hangzhoubg5 {
    background-image: url('/static/images/base_distributhion/MhangzhouFactory5.png');
  }

  .base-hangzhoubg6 {
    background-image: url('/static/images/base_distributhion/MhangzhouFactory6.png');
  }

  .base-hangzhoubg7 {
    background-image: url('/static/images/base_distributhion/MhangzhouFactory7.png');
  }


  .float-pointHZ1 {
    top: 39%;
    left: 13%;
  }

  .float-pointHZ2 {
    top: 21%;
    left: 50%;
  }

  .float-pointHZ3 {
    top: 44%;
    left: 38%;
  }

  .float-pointHZ4 {
    top: 34%;
    left: 65%;
  }

  .float-pointHZ5 {
    top: 48%;
    left: 56%;
  }

  .float-pointHZ6 {
    top: 58%;
    left: 79%;
  }

  .float-pointHZ7 {
    top: 59%;
    left: 94%;
  }
}

@media screen and (max-width: 768px) {

  /* lists_single_base_distribution_content */
  .a1_con1 {
    padding: 80px 0 0 0;
  }

  .a_tit1 {
    font-size: 26px;
  }

  .a1_con1_txt {
    font-size: 16px;
  }

  .float-data {
    font-size: 16px;
  }

  .img-bg {
    height: 650px;
  }

  label {
    font-size: 16px;
  }

  .blue_location,
  .orange_location {
    width: 22px;
    height: 31.9px;
  }

  .label-container-card {
    width: 160px;
    height: 160px;
  }

  .label-card1 {
    font-size: 12px;
  }

  .label-card2 {
    font-size: 16px;
  }

  .img-card {
    width: 140px;
    height: 120px;
  }

  .float-item1 {
    top: 10%;
    left: 72%;
  }

  .float-item2 {
    top: 32%;
    left: 50%;
  }

  .float-item3 {
    top: 2%;
    left: 42%;
  }

  .float-item4 {
    top: 28%;
    left: 16%;
  }

  /* lists_single_base_distribution_content */
}

@media (max-width: 480px),
(max-device-width: 480px) {

  /* 基础布局重置 */
  .a1_con1 {
    padding: 12vw 0 0 0;
  }

  /* 背景图容器优化 */
  .img-bg {
    background-image: url('/static/base_distribution_images/base_distribution_bg1.png');
    background-size: 100% auto;
    background-position: top center;
    width: 100vw;
    height: 150vw;
    margin: 0 auto;
    position: relative;
  }

  /* 文字内容适配 */
  .a_tit1 {
    font-size: 6vw;
    line-height: 1.3;
  }

  .a1_con1_txt,
  .float-data {
    font-size: 3.5vw;
  }

  /* 定位标记优化 */
  .label-container {
    transform: scale(0.85);
  }

  label {
    font-size: 5vw;
    white-space: nowrap;
  }

  .blue_location,
  .orange_location {
    width: 5vw;
    height: 7.25vw;
  }

  /* 卡片容器响应式改造 */
  .label-container-card {
    width: 46.25vw;
    height: 41vw;
    padding: 2vw;
  }

  .label-card1 {
    font-size: 3vw;
  }

  .label-card2 {
    font-size: 4vw;
  }

  .img-card {
    width: 43vw;
    height: 24.25vw;
  }

  /* 浮动元素精准定位 (基于背景图比例) */
  .float-item1 {
    top: 28%;
    left: 68%;
  }

  .float-item2 {
    top: 58%;
    left: 22%;
  }

  .float-item3 {
    top: 14%;
    left: 8%;
  }

  .float-item4 {
    top: 69%;
    left: 45%;
  }

  /* 横屏特殊适配 */
  @media (orientation: landscape) {
    .img-bg {
      height: 56vh;
      /* 改为视窗高度比例 */
      background-size: auto 100%;
    }

    .float-item1 {
      left: 85%;
    }
  }
}