.main {
  padding: 0 0 40px;
  color: #010914;
}

.sec1 {
  margin-bottom: 24px;
  padding: 48px 0;
  color: #0C203D;
  background-color: #fff;
}

.sec1-main {
  display: flex;
  margin: 0 auto;
  padding-right: 360px;
  width: 1440px;
}

.info-top {
  position: relative;
}

.sec1-l {
  flex-shrink: 0;
  padding-left: 0;
  padding-bottom: 92px;
  width: 452px;
  height: 544px;
  box-sizing: border-box;
}

.sec2.active {
  position: sticky;
  top: 80px;
  z-index: 9;
}

.sec1-l .carousel-l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  top: auto;
  bottom: -92px;
  right: 0;
  margin: 0;
  z-index: 2;
  width: 452px;
}

.sec1-r-text3-0,.sec1-r-text3-1,
.sec1-r-text3-2 {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  font-size: 20px;

}

/* .wrap1-l:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
} */
.sec1-r-text3-0 {
  background: url(../img/icon-06.png) center no-repeat;
  background-size: contain;
}
.sec1-r-text3-1 {
  background: url(../img/success.png) center no-repeat;
  background-size: contain;
}

.sec1-r-text3-2 {
  background: url(../img/diamond.png) center no-repeat;
  background-size: contain;
}

.carousel-scroll-box {
  /* width:  310px; */
  overflow: auto;
  display: flex;
}

.carousel-scroll-box::-webkit-scrollbar {
  display: block;
}

.carousel-scroll-box::-webkit-scrollbar {
  display: none;
  width: 4px;
  transition: opacity 0.3s;
}

.sec1-l .carousel-l [data-bs-target] {
  width: 20px;
  height: 20px;
  margin-right: 0;
  margin-left: 0;
  text-indent: 0;
  background-color: transparent;
  border: none;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.sec1-l .carousel-l .iconfont {
  font-size: 20px;
}

.sec1-l .carousel-l .left {
  margin-right: 10px;
}

.sec1-l .carousel-l .right {
  margin-left: 10px;
}

.sec1-l .carousel-l .carousel-l-item {
  position: static;
  float: none;
  display: block;
  margin-right: 0;
  border: 1px solid transparent;
  border-radius: 6px;
  width: 68px;
  height: 68px;
  transition: none;
  cursor: pointer;
}

.sec1-l .carousel-l .carousel-l-item.active {
  border: 1px solid #000;
}

.carousel-item video {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

#demo .carousel-item {
  height: 452px !important;
  position: relative;
  border-radius: 8px;

}

#demo .carousel-item img {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  height: auto !important;

}

.sec1-l .carousel-l .carousel-l-item+.carousel-l-item {
  margin-left: 10px;
}

.sec1-l .carousel-l .carousel-l-item video,
.sec1-l .carousel-l .carousel-l-item .img {
  display: block;
  border-radius: 6px;
  width: 68px;
  height: 68px;
  object-fit: cover;
}

.sec1-l .carousel-inner {
  border-radius: 8px;
}

.sec1-l .carousel .carousel-control-prev,
.sec1-l .carousel .carousel-control-next {
  display: none;
  margin-top: -36px;
  top: 50%;
  width: 32px;
  height: 72px;
  background-color: rgba(2, 9, 20, 0.38);
}

.sec1-l .d-block {
  height: 452px;
}

.sec1-m {
  /* flex: 1; */
  padding-left: 24px;
  height: 491px;
}

.sec1-m-title {
  font-size: 18px;
  line-height: 28px;
  /* font-weight: bold; */
}

.sec1-m-price {
  margin-top: 16px;
  line-height: 36px;
  font-size: 28px;
  font-weight: bold;
}

.sec1-m-price .time {
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #798494;
  font-weight: 400;
}

.sec1-r-text1 .logo {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat center;
  background-size: contain;
  margin-right: 6px;
  border: 1px solid #c7cdd4;
  border-radius: 2px;
}

.sec1-r-text1 .name {
  flex: 1;
  -webkit-line-clamp: 1;
}

.sec1-m-history {
  margin-top: 12px;
  /* border-top: 1px solid #E9ECF1; */
  padding: 12px;
  background-color: #F8F8FA;
}

.sec1-m-history .item {
  width: 580px;
  display: flex;
  line-height: 24px;
  color: #384860;
}

.sec1-m-history .item+.item {
  margin-top: 12px;
}

.sec1-m-history .item-l {
  width: 200px;
  font-size: 14px;
}

.sec1-m-history .item-r {
  margin-left: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #0C203D;
}

.sec1-m-info {
  margin-top: 24px;
}

.sec1-m-info .item {
  display: flex;
  font-size: 14px;
  line-height: 24px;
}

.sec1-m-info .item+.item {
  margin-top: 8px;
}

.sec1-m-info .item-l {
  width: 120px;
  color: #666;
}

.sec1-r {
  position: fixed;
  flex-shrink: 0;
  top: 184px;
  margin-left: 1120px;
  border: 1px solid #E9ECF0;
  border-radius: 8px;
  padding: 24px;
  width: 320px;
  height: 342px;
  background-image: linear-gradient(#F5F5F7, #fff);
}

.sec1-r.fixedActive {
  top: 100px;
}

.sec1-r.active {
  position: absolute !important;
  bottom: 0px;
  top: initial !important;
}

/* .sec1-r-active{
  top:100px;
} */
.sec1-r-text1 {
  color: #010914;
  line-height: 20px;
  font-weight: bold;
  font-size: 16px;
  display: flex;
}

.sec1-r-text1:hover {
  text-decoration: underline;
}

.sec1-r-text2 {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 24px;
  line-height: 20px;
  color: #798494;
}

.sec1-r-text2 .verified {
  display: inline-block;
  margin: 0 8px;
  color: #031229;
}

.sec1-r-text2 .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_1.png) center no-repeat;
  background-size: contain;
}

.sec1-r-text2 .customer {
  display: inline-block;
  margin-left: 12px;
  border-left: 1px solid #798494;
  padding-left: 12px;
  line-height: 12px;
}

.sec1-r-text3 {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: #475263;
  line-height: 20px;
}



.sec1-r-text3 .icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  fill: #06F;
}

.sec1-r-talk {
  margin-top: 24px;
}

.sec1-r-talk .xc-btn {
  width: 100%;
  font-weight: bold;
  border-radius: 100px;
}

.sec1-r-talk .xc-btn+.xc-btn {
  margin-top: 12px;
}

.sec1-r-talk .iconfont {
  margin-right: 8px;
}

.sec1-r-talk .xc-btn-default {
  color: #0C203D;
  background-color: #F2F3F5;
}

.sec1-share {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.sec1-share .text1 {
  margin-right: 18px;
  color: #798494;
  font-size: 16px;
  line-height: 24px;
}

.sec1-share .link {
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
}

.sec1-share .link+.link {
  margin-left: 12px;
}

.sec1-share .link-logo {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.sec2 {
  /* position: sticky;
  top: 80px; */
  margin: 0 auto;
  width: 1440px;
  color: #000;
  z-index: 101;
}

.sec2-bg {
  display: none;
}

.sec2-tags {
  display: flex;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #E9ECF1;
  width: 1080px;
  background-color: #fff;
  color: #000;
  z-index: 11;
}

.sec2-tags .item {
  position: relative;
  padding: 16px 24px;
  line-height: 32px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.sec2-tags .item+.item {
  margin-left: 24px;
}

.sec2-tags .item.active:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border: 1px solid #010914;
}

.info,
.info-sec4 {
  margin: 0 auto 0;
  width: 1440px;
  position: relative;
}

.info-sec4 {
  margin-bottom: 24px;
}

.sec4 {
  padding-top: 24px;
}

.sec3,
.sec4 {
  border-radius: 8px;
  padding: 24px;
  width: 1080px;
  background-color: #fff;
  color: #0C203D;
}

.sec3-title,
.sec4-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}

.sec3-title {
  padding-left: 24px;

}

.sec3-table,
.sec4-table {
  padding-top: 24px;
  color: #000;
}

.sec3-table-title,
.sec4-table-title {
  padding-bottom: 12px;
  /* font-weight: bold; */
  line-height: 20px;
  font-size: 18px;
}

.sec3-table-row,
.sec4-table-row {
  display: flex;
  text-align: right;
  border-bottom: 1px solid #E6E8ED;
  border-left: 1px solid #E6E8ED;
  border-right: 1px solid #E6E8ED;
}

.sec3-table-row:nth-of-type(1),
.sec4-table-row:nth-of-type(1) {
  border-top: 1px solid #E6E8ED;
}

.sec3-table-row .dt,
.sec4-table-row .dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  padding: 8px;
  width: 224px;
  min-height: 40px;
  font-weight: normal;
  background-color: #F8F8FA;
}

.sec3-table-row .dd,
.sec4-table-row .dd {
  display: flex;
  align-items: center;
  flex: 1;
  border-left: 1px solid #ebeef5;
  padding: 8px;
  font-weight: bold;
}

.sec3-table-img,
.sec4-table-img {
  display: block;
  border-radius: 8px;
  width: 100%;
  height: 384px;
}

.sec3 {
  border-radius: 0;
}

.sec3 .sec3-table:first-child {
  padding-top: 0;
}

.sec4 {
  margin-top: 16px;
  padding-bottom: 0;
}

.xc-good-item-img {
  height: 222px;
  width: 222px;
  display: flex;
  align-items: center;
  outline: 0;
  border-radius: 6px;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -webkit-user-select: none;
}

.xc-good-item-img :hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.xc-scale-img-bg {
  height: auto;
}

.sec4-carousel-l,
.sec4-carousel-r {
  display: block;
  width: 32px;
  font-size: 32px;
  cursor: pointer;
}

.sec4 .carousel {
  padding: 24px 0;
}

.sec4 .carousel .swiper-container {
  padding: 0 48px;
}

.sec4 .carousel .swiper-container:before,
.sec4 .carousel .swiper-container:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 100%;
  background-color: #fff;
  z-index: 9;
}

.sec4 .carousel .swiper-container:before {
  right: 0;
}

.sec4 .carousel .swiper-container:before {
  left: 0;
}

.sec4 .carousel-inner {
  margin: 0 14px;
  padding: 24px 2px;
}

.sec4 .carousel .img {
  display: block;
  width: 100%;
}

.sec4 .carousel .swiper-button-disabled {
  color: #c8c8c8;
  cursor: no-drop;
}

.sec4 .carousel .sec4-carousel-l,
.sec4 .carousel .sec4-carousel-r {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 10;
}

.sec4 .carousel .sec4-carousel-l {
  left: 0;
}

.sec4 .carousel .sec4-carousel-r {
  right: 0;
}

.productDesc img {
  width: 100%;
}

.sec1-m-mincount {
  margin-top: 4px;
  font-size: 20px;
  line-height: 24px;
  color: #798494;
  font-weight: 400;
}

.sec1-m-mincount span:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #0C203D;
}

.sec1-m-mincount span:nth-child(2) {
  font-size: 16px;

}

.xc-good-item-price span {
  font-size: 12px;
  line-height: 24px;
  color: #798494;
  font-weight: 400;
}

.xc-good-item-price {
  -webkit-line-clamp: 1;
}

/* .carousel-item .wrap1-l:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
} */

.carousel-item .wrap1-l-video {
  width: 100%;
  height: 100%;
}

.carousel-item .wrap1-l-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  left: 50%;
  top: 50%;
  margin-top: -28px;
  margin-left: -28px;
  z-index: 2;
  fill: #fff;
  pointer-events: none;
}

.play .wrap1-l-icon {
  display: none;
}

.wrap1-l {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

.wrap1-mini-l {
  position: relative;
  background-color: #000;
}

.wrap1-mini-l-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  fill: #fff;
}

.sec6 {
  margin-top: 24px;
  border-radius: 8px;
  padding: 24px;
  background-color: #fff;
}

.sec6-title {
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
}

.sec6-list {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.sec6 .item {
  /* flex: 1; */
  width: 230px;
  border-radius: 6px;
  padding: 12px;

  /* margin: 5px; */
  cursor: pointer;
}

.sec6 .item {
  margin: 5px;
}

.sec6 .item-img {
  display: block;
  border-radius: 6px;
  width: 100%;
  height: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec6 .item-img-bg:hover {
  transform: scale(1.1);
}

.sec6 .item-name {
  padding: 12px 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 52px;
  line-height: 20px;
}

.sec6 .item-name:hover {
  text-decoration: underline;
}

.item-price span {
  font-size: 12px;
  line-height: 24px;
  color: #798494;
  font-weight: 400;
}

.sec6 .item-price {
  padding: 8px 12px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  -webkit-line-clamp: 1;
}

.sec6 .item-img-bg {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.sec6 .item-date {
  padding: 4px 12px 12px;
  font-size: 12px;
  line-height: 16px;
}

.sec6 .item-date .gray {
  color: #798494;
}

.sec6 .item-img {
  height: 206px;
  overflow: hidden;
}

.sec6 {
  padding: 0 0 40px;
  padding-bottom: 0px;
  background-color: transparent;
}

.sec6 .item {
  background-color: #fff;
}