.detail-content {
  background: #fff;
  margin: 50px auto 120px;
  max-width: 1200px;
}

.back {
  color: #666;
  font-size: 14px;
}
.ar .back {
  text-align: right;
}

.back a:hover {
  color: #37F;
  cursor: pointer;
}

.accessories_detail .intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}

.ar .accessories_detail .intro {
  flex-direction: row-reverse;
}

.accessories_detail .intro .pics {
  flex: 1;
  align-self: stretch;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
}

.accessories_detail .intro .pics .big_pic,
.accessories_detail .intro .pics #bigPic,
.accessories_detail .intro .pics .big_video {
  max-width: 580px;
  height: 494px;
  border-radius: 4px;
  object-fit: cover;
  background: #F6F8F9;
}

.accessories_detail .intro .pics .big_video {
  object-fit: contain !important;
}

.accessories_detail .intro .pics .small_pics {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;

}

.accessories_detail .intro .pics .small_pics img,
.accessories_detail .intro .pics .small_pics .video {
  width: 72px;
  height: 61.6px;
  margin-top: 40px;
  border-radius: 4px;
  background: #F6F8F9;
  cursor: pointer;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid #F6F8F9;
}

.accessories_detail .intro .pics .small_pics .active {
  border: 1px solid #37F;
}

.accessories_detail .intro .info {
  flex: 1;
}

.ar .accessories_detail .intro .info {
  text-align: right;
}

.accessories_detail .intro .info h1 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 48px */
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 15px;
}

.accessories_detail .intro .info h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 32px */
  text-transform: capitalize;
}

.accessories_detail .intro .info .overview {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-top: 20px;
  margin-bottom: 32px;

}

.accessories_detail .intro .info .color_box .color_title {
  padding-top: 32px;
  border-top: 1px solid #dcdcdc;
}

.accessories_detail .intro .info .color {
  margin-top: 20px;
}

.accessories_detail .intro .info .color span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 20px;
}

.accessories_detail .intro .info button {
  margin-top: 60px;
  display: flex;
  padding: 14px 55px;
  justify-content: center;
  align-items: center;
  background: #37F;
  color: #FFf;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  border-radius: 60px;
  cursor: pointer;
  border: none;
  outline: none;
}

.accessories_detail .desc {
  margin-top: 110px;
  margin-bottom: 30px;
}

.accessories_detail .desc .desc_title {
  color: #222;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 40px */
  text-transform: uppercase;
}

.accessories_detail .desc .desc_content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
}

.accessories_detail .desc .desc_content .desc_label {
  color: #666;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 32px */
  text-transform: capitalize;
  margin-right: 80px;
  max-width: 200px;
  width: 200px;
}
.ar .accessories_detail .desc .desc_content .desc_label {
  margin-right: 0px;
  margin-left: 80px;
  text-align: right;
}

.accessories_detail .desc .desc_content .desc_text {
  flex: 1;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.ar .accessories_detail .desc .desc_content .desc_text {
  text-align: right;
}

.accessories_detail .desc .desc_content .desc_pics {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.accessories_detail .desc .desc_content .desc_pics .desc_pics_item {
  width: 101px;
  margin-right: 20px;
}

.accessories_detail .desc .desc_content .desc_pics .desc_pics_item img {
  width: 100%;
  height: 150px;
  background: #F6F8F9;
  object-fit: contain;
}

.accessories_detail .desc .desc_content .desc_pics .desc_pics_item p {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  margin-top: 8px;
}

.recommended {
  max-width:1200px;
  margin:0 auto;
  padding-top:120px;
  padding-bottom:120px;
  position: relative;
}

.recommended .recommended_title {
  color: #222;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 40px */
  text-transform: uppercase;
  margin-bottom: 80px;
}

.swiper-container {
  max-width: 886px;
}

.swiper-next,
.swiper-prev {
  position: absolute;
  top: 55%;
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-prev {
  background-image: url('https://www.orionstar.com/res/orics/down/ow001_20241014_30058d09c1206dc23562f559b4114dce.png');
}

.swiper-next {
  right: 0;
  background-image: url('https://www.orionstar.com/res/orics/down/ow001_20241014_615a6fa87fc724cc2cf48ff2f81f7488.png');
}

.ar .swiper-prev {
  left: 0;
  right: auto;
}

.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  /* 更改鼠标样式，表示不可点击 */
}



.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.recommended-swiper .swiper-wrapper .swiper-slide {
  width: calc((100% - 100px) / 3) !important;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 4px;
  cursor: pointer;
}

.recommended-swiper .swiper-wrapper .swiper-slide a {
  border-radius: 4px;
  background: #F6F8F9;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.recommended-swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.5s ease;
}

.recommended-swiper .swiper-wrapper .swiper-slide .img:active,
.recommended-swiper .swiper-wrapper .swiper-slide .img:hover {
  transform: scale(1.15);
}


.recommended-swiper .swiper-wrapper .swiper-slide .color {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recommended-swiper .swiper-wrapper .swiper-slide .color span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  margin-top: 8px;
  margin-bottom: 15px;
}

.recommended-swiper .swiper-wrapper .swiper-slide .color span:last-child {
  margin-right: 0;
}

.ar .recommended-swiper  .swiper-wrapper .swiper-slide .color span:last-child {
  margin-left: 0px;
  margin-right:6px;
}

.recommended-swiper  .swiper-wrapper .swiper-slide .title {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  height: 40px;
}

@media (max-width: 1000px) {
  .back {
    display: none;
  }

  .detail-content {
    margin: 0 auto;
    margin-bottom: 30vw;
  }

  .accessories_detail .intro {
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
  }
  .ar .accessories_detail .intro {
    flex-direction: column;
  }

  .accessories_detail .intro .pics {
    margin-right: 0;
  }

  .accessories_detail .intro .pics .big_pic,
  .accessories_detail .intro .pics #bigPic,
  .accessories_detail .intro .pics .big_video {
    width: 100vw;
    height: 70vw;
    border-radius: 0px;
  }

  .accessories_detail .intro .pics .small_pics {
    gap: 3vw;
  }

  .accessories_detail .intro .pics .small_pics img,
  .accessories_detail .intro .pics .small_pics .video {
    width: 12vw;
    height: 12vw;
    margin-top: 6vw;
  }

  .info {
    margin: 0 4vw;
  }

  .accessories_detail .intro .info h1 {
    font-size: 6vw;
    line-height: 1.2;
    margin-top: 15vw;
    margin-bottom: 8vw;
  }

  .accessories_detail .intro .info h2 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }

  .accessories_detail .intro .info .overview {
    font-size: 3.5vw;
  }

  .accessories_detail .intro .info .color span {
    width: 3.5vw;
    height: 3.5vw;
    margin-right: 1.5vw;
  }

  .accessories_detail .intro .info button {
    margin-top: 12vw;
    padding: 3.5vw 10vw;
    font-size: 4.5vw;
  }

  .accessories_detail .desc {
    margin-top: 20vw;
    margin-bottom: 10vw;
  }

  .accessories_detail .desc .desc_title {
    font-size: 6vw;
    margin-left: 4vw;
    margin-right: 4vw;
    text-align: left;
    margin-bottom: 5vw;
  }
  .ar .accessories_detail .desc .desc_title {
    text-align: right;
  }

  .accessories_detail .desc .desc_content {
    flex-direction: column;
    align-items: flex-start;
    padding: 6vw 4vw;
    border: none;
  }

  .accessories_detail .desc .desc_content .desc_label {
    margin-right: 0px;
    margin-bottom: 5vw;
    font-size: 4.5vw;
    color: #000;
    font-weight: 600;
  }
  .ar .accessories_detail .desc .desc_content .desc_label {
    text-align: right;
    margin-left:0px;
  }

  .accessories_detail .desc .desc_content .desc_text {
    font-size: 3.5vw;
    color: #666;
  }

  .accessories_detail .desc .desc_content .desc_pics {
    padding-bottom: 1.5vw;
    overflow-x: auto;
    width: 92vw;
  }

  .accessories_detail .desc .desc_content .desc_pics .desc_pics_item {
    min-width: 22vw;
    width: 22vw;
    margin-right: 4vw;
  }

  .accessories_detail .desc .desc_content .desc_pics .desc_pics_item img {
    height: 30vw;
  }

  .accessories_detail .desc .desc_content .desc_pics .desc_pics_item p {
    font-size: 3vw;
    margin-top: 2vw;
  }

  .recommended {
    padding-top:20vw;
    padding-bottom:20vw;
  }

  .recommended .recommended_title {
    font-size: 6vw;
    margin-left: 4vw;
    margin-right: 4vw;
    text-align: left;
    margin-bottom: 10vw;
  }
  .ar .recommended .recommended_title {
    text-align: right;
  }

  .swiper-container {
    max-width: 92vw;
    margin-left: 4vw !important;
    margin-right: 4vw !important;
  }

  .swiper-wrapper {
    gap: 4vw;
  }

  .recommended-swiper .swiper-wrapper .swiper-slide {
    width: 41vw !important;
  }

  .recommended-swiper .swiper-wrapper .swiper-slide a {
    padding: 3.5vw;
  }

  .recommended-swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: 40vw;
  }

  .recommended-swiper .swiper-wrapper .swiper-slide .color span {
    width: 2.2vw;
    height: 2.2vw;
    margin-right: 1.5vw;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .recommended-swiper .swiper-wrapper .swiper-slide .title {
    font-size: 3.5vw;
    line-height: 1.2;
    height: 7vw;
  }

  .swiper-container {
    max-width: 100%;
  }

  .swiper-next,
  .swiper-prev {
    display: none;
  }
}