.a-goods-white {
  width: 100%;
  height: 100px;
}
.a-goods-section1 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.a-goods-section1-bg {
  position: relative;
  width: 100%;
  height: auto;
}

.a-goods-section1-bg img {
  width: 100% !important;
  margin-left: 0 !important;
  height: auto;
}

.a-goods-section1-content {
  position: absolute;
  top: calc(6% - 1vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  padding: 20px;
}

.a-goods-section1-title {
  display: flex;
  gap: 10px;
  align-items: center;
  /* border-bottom: 1px solid rgb(176, 176, 176); */
}

.a-goods-section1-hr {
  height: 1px;
  width: 100%;
  background-color: rgb(176, 176, 176);
}

.a-goods-section1-title span:nth-child(1) {
  font-size: calc(100% + 5vw);
  color: rgb(38, 38, 38);
  font-weight: 600;
}

.a-goods-section1-title .side-text {
  display: flex;
  flex-direction: column;
}
.a-goods-section1-title .side-text span:nth-child(1) {
  font-size: calc(100% + 1.2vw);
  font-weight: normal;
  color: rgb(38, 38, 38);
  font-weight: 600;
  text-align: justify;
  text-align-last: justify;
}

.a-goods-section1-title .side-text span:nth-child(2) {
  font-size: calc(100% + 1.2vw);
  text-align: justify;
  text-align-last: justify;
  color: rgb(38, 38, 38);
  font-weight: 600;
}

.a-goods-section1-subtitle {
  margin-top: calc(3% + 0.1vw);
  display: flex;
  align-items: center;
  gap: 1vw;
  text-align: justify;
  font-size: calc(100% + 0.7vw);
  color: rgb(38, 38, 38);
  width: 100%;
}
.a-goods-section1-subtitle span {
  text-align: justify;
  text-align-last: justify;
  width: 100%;
}

.a-goods-section2 {
  height: auto;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.a-goods-section2-top {
  padding: 0 0 3vw 0;
  display: flex;
  justify-content: space-around;
  text-align: center;
  position: relative;
  width: 60%;
  border-bottom: 1px solid;
}
.a-goods-section2-1920 {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.a-goods-section2-top .topBox p:nth-child(1) {
  font-size: calc(100% + 1.8vw);
  color: rgb(38, 38, 38);
}

.a-goods-section2-top .topBox p:nth-child(2) {
  font-size: calc(100% + 0.1vw);
  color: rgb(154, 154, 154);
}

.a-goods-section2-center .centerBox p:nth-child(1) {
  font-size: calc(100% + 2.8vw);
  color: #383838;
  text-align: center;
  font-weight: bold;
  display: flex;
  padding: 6vw 0 6vw 0;
}

.a-goods-section2-center .centerBox p:nth-child(1) span {
  text-align: justify;
  text-align-last: justify;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
  font-weight: 600;
  white-space: nowrap;
  /* width: 22%; */
  /* margin-left: 2%; */
}
.a-goods-section2-center .centerBox p:nth-child(1) span:nth-child(2) {
  text-align: justify;
  text-align-last: justify;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
  margin-left: 8%;
  letter-spacing: 3vw;
}

.a-goods-section2-center .centerBox p:nth-child(2) {
  font-size: calc(100% + 0.5vw);
  color: rgb(115, 115, 115);
  text-align: center;
  margin-top: 0.6vw;
}
.a-goods-section2-center .centerBox p:nth-child(3) {
  font-size: calc(100% + 1.3vw);
  color: rgb(38, 38, 38);
  text-align: center;
  padding: 2vw 0 5vw 0;
}

.a-goods-section2-bottom {
  display: flex;
  justify-content: space-around;
  text-align: center;
  top: 10%;
  position: relative;
  width: 85%;
  padding-bottom: calc(5% + 1vw);
}

.a-goods-section2-bottom-A6M6S {
  width: 55%;
}

.a-goods-section2-bottom .bottomBoxHr {
  width: 1px;
  height: 3vw;
  margin-top: 3.3vw;
  background-color: rgba(38, 38, 38, 0.5);
}

.a-goods-section2-bottom .bottomBox p:nth-child(1) {
  font-size: 1.4vw;
  color: rgb(137, 137, 137);
}
.a-goods-section2-bottom .bottomBox p:nth-child(2) {
  font-size: 3.4vw;
  font-weight: 600;
  color: rgb(255, 130, 40);
  padding: 1vw 0;
}

.a-goods-section2-bottom .bottomBox p:nth-child(3) {
  font-size: 1.1vw;
  color: rgb(137, 137, 137);
}

.a-goods-section3 {
  position: relative;
}

.a-goods-section3-bg {
  position: sticky;
  width: 100%;
  height: auto;
  top: 0;
}

.a-goods-section3-bg img {
  width: 100%;
  height: auto;
  position: absolute;
}

.a-goods-section3-content {
  position: absolute;
  color: #ffffff;
  top: 18vw;
  left: 18vw;
}

.a-goods-section3-content p {
  font-size: 2.2vw;
  line-height: 1.5;
  margin-bottom: 2vw;
}
.a-goods-section3-black {
  width: 100%;
  height: 50vw;
  background-color: black;
}

.a-goods-section3-circle {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 4vw;
}
.a-goods-section3-circle-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.a-goods-section3-content .a-goods-section3-orangeCircle {
  width: 2.2vw;
  height: 2.2vw;
  border: 1px solid rgb(255, 176, 118);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  user-select: none;
  outline: none;
}
.a-goods-section3-inner-orangeCircle {
  width: 1.5vw;
  height: 1.5vw;
  background: linear-gradient(45deg, rgb(255, 176, 118), rgb(255, 110, 4));
  border-radius: 50%;
}
.a-goods-section3-content .a-goods-section3-grayCircle {
  width: 2.2vw;
  height: 2.2vw;
  border: 1px solid rgba(213, 213, 213, 0);
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  user-select: none;
  outline: none;
}
.a-goods-section3-inner-grayCircle {
  width: 1.5vw;
  height: 1.5vw;
  background: linear-gradient(45deg, rgb(158, 158, 158), rgb(213, 213, 213));
  border-radius: 50%;
}
.circle-color-text {
  font-size: 1.2vw !important;
  margin-top: 0.5vw;
}
:lang(en).a-goods-section1-content {
  top: -1vw;
}
:lang(en).a-goods-section1-title span:nth-child(1) {
  font-size: 6vw;
}
:lang(en).a-goods-section1-title .side-text span:nth-child(1) {
  font-size: 3.4vw;
}
:lang(en).a-goods-section1-title .side-text span:nth-child(2) {
  font-size: 1.66vw;
  margin-left: 0.15vw;
  margin-top: -0.5vw;
  margin-bottom: 0.3vw;
}
:lang(en).a-goods-section1-subtitle {
  font-size: 1.55vw;
}
:lang(en).a-goods-section1-subtitle-A6M12S {
  font-size: 1.75vw;
}
:lang(en).a-goods-section2-center .centerBox p:nth-child(1) span {
  display: inline;
}
:lang(en).a-goods-section2-center .centerBox p:nth-child(1) span:nth-child(2) {
  letter-spacing: 0;
}
:lang(en).a-goods-section3-content {
  top: 10vw;
  width: 20%;
}
:lang(en).a-goods-section3-content p {
  font-size: 2.1vw;
}
:lang(en).a-goods-section2-center .centerBox p:nth-child(2) {
  font-size: 1.32vw;
}
.a-goods-section2-1920 {
  display: flex;
}
/* .a-goods-white {
  display: none;
} */

.a-goods-section2-940 {
  display: none;
}
.section3-img-1920 {
  display: block;
}
.section3-img-940 {
  display: none;
}
.a-goods-section3-black {
  display: none;
}
.section2-title-940 {
  display: inline-block !important;
}
.section3-content-text1 {
  display: none;
}
.section3-content-text2 {
  display: block;
}

.section2-top {
  display: flex;
}
.section2-top-940 {
  display: none;
}

@media screen and (max-width: 940px) {
  .section2-top {
    display: none !important;
  }
  .section2-top-940 {
    display: flex;
  }
  .a-goods-section2-center .centerBox p:nth-child(1) span:nth-child(2) {
    width: auto;
    margin-left: 0;
  }
  .section3-content-text1 {
    display: block;
  }
  .section3-content-text2 {
    display: none;
  }
  .a-goods-section2-top {
    border: none;
  }

  .section2-title-940 {
    display: none !important;
  }
  .a-goods-section3-black {
    display: block;
  }
  .section3-img-1920 {
    display: none;
  }
  .section3-img-940 {
    display: block;
  }
  .a-goods-section2-1920 {
    display: none;
  }

  .a-goods-section2-940,
  .a-goods-white {
    display: block;
  }

  .a-goods-section2-940 {
    width: 100%;
  }
  .a-goods-section2-940box {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 10vw;
  }

  .a-goods-section1-content {
    padding: 0 20px;
  }
  .a-goods-section1-bg img {
    /* transform: scale(2.5); */
  }
  .a-goods-section1-title span:nth-child(1) {
    font-size: 15vw;
    white-space: nowrap;
  }
  .a-goods-section1-title .side-text span:nth-child(1) {
    font-size: 3.6vw;
    margin-top: 0.5vw;
  }
  .a-goods-section1-title .side-text span:nth-child(2) {
    font-size: 3.4vw;
  }
  .a-goods-section1-subtitle {
    font-size: 4vw;
  }
  .a-goods-section2-top {
    width: 85%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20vw 0;
  }
  .a-goods-section2-top .topBox:nth-child(2) {
    padding: 10vw 0;
  }
  .a-goods-section2-top .topBox p:nth-child(1) {
    font-size: 6.2vw;
    font-weight: bold;
  }
  .a-goods-section2-top .topBox p:nth-child(2) {
    font-size: 3.2vw;
  }
  .a-goods-section2-center {
    position: relative;
    padding-bottom: 6vw;
    width: 100%;
    background-color: #f9fafb;
  }
  .a-goods-section2-center .centerBox p:nth-child(1) {
    font-size: 8vw;
    display: block;
    padding: 15vw 0 3vw 0;
  }

  /* .a-goods-section2-center .centerBox p:nth-child(1) span {
    width: 50%;
  } */
  .a-goods-section2-center .centerBox p:nth-child(2) {
    font-size: 1.8vw;
  }
  .a-goods-section2-center .centerBox p:nth-child(3) {
    font-size: 2.8vw;
  }
  .a-goods-section2-bottom .bottomBox p:nth-child(1) {
    font-size: 3vw;
  }
  .a-goods-section2-bottom {
    width: 100%;
    background-color: #f9fafb;
  }
  .a-goods-section2-bottom .bottomBox p:nth-child(2) {
    font-size: 7vw;
    padding: 3vw 0;
  }
  .a-goods-section2-bottom .bottomBox p:nth-child(3) {
    font-size: 3vw;
  }
  .a-goods-section3-bg {
    height: 150vw;
  }
  .a-goods-section3-content p {
    font-size: 8vw;
    text-align: center;
  }
  .a-goods-section3-content .a-goods-section3-orangeCircle {
    width: 6vw;
    height: 6vw;
    border: 1px solid rgb(255, 176, 118);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
  }
  .a-goods-section3-inner-orangeCircle {
    width: 4.8vw;
    height: 4.8vw;
    background: linear-gradient(45deg, rgb(255, 176, 118), rgb(255, 110, 4));
    border-radius: 50%;
  }
  .a-goods-section3-content .a-goods-section3-grayCircle {
    width: 6vw;
    height: 6vw;
    border: 1px solid rgba(213, 213, 213, 0);
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  .a-goods-section3-inner-grayCircle {
    width: 4.8vw;
    height: 4.8vw;
    background: linear-gradient(45deg, rgb(158, 158, 158), rgb(213, 213, 213));
    border-radius: 50%;
  }
  .a-goods-section3-circle {
    justify-content: space-evenly;
  }

  .circle-color-text {
    font-size: 3vw !important;
    margin-top: 0.5vw;
    font-weight: 300;
  }
  .a-goods-section3-content {
    top: -25vw;
    left: 31vw;
  }
  .a-goods-section3 {
    height: auto;
  }

  :lang(en).a-goods-section1-content {
  }
  :lang(en).a-goods-section1-title span:nth-child(1) {
    font-size: 16vw;
  }
  :lang(en).a-goods-section1-subtitle {
    font-size: 4.2vw;
    margin-top: 2vw;
  }
  :lang(en).a-goods-section1-title .side-text span:nth-child(1) {
    font-size: 8vw;
  }
  :lang(en).a-goods-section1-title .side-text span:nth-child(2) {
    font-size: 3.75vw;
    margin-left: 0.4vw;
  }
  :lang(en).a-goods-section3-content {
    top: -25vw;
    width: 72vw;
    left: 14vw;
  }
  :lang(en).a-goods-section3-content p {
    font-weight: 600;
    font-size: 3vw;
  }
  :lang(en).circle-color-text {
    font-weight: normal !important;
  }
}
@media screen and (max-width: 540px) {
  :lang(en).a-goods-section3-content p {
    font-weight: 600;
    font-size: 6vw;
  }
  :lang(en).circle-color-text {
    font-weight: normal !important;
  }
}
