/* 商品详情页面样式表 */

.dt-container {
  box-sizing: border-box;
  margin: auto;
  padding: 0 2.4rem 0 2.4rem;
  max-width: 144rem;
  background-color: #fff;
}

.outermost-container {
  padding-top: 0.8rem;
}


/* 面包屑Start */


.dt-breadcrumbs_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 -0.4rem 0 -0.4rem;
  padding: 0 0.4rem 0 0.4rem;
}

.dt-breadcrumbs_list {
  color: #666;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  /* height: 3.6rem; */
  line-height: 1.5rem;
  margin-top: 0.8rem;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: auto;
  overflow: hidden;
}

.dt-breadcrumbs_item {
  white-space: nowrap;
}

.dt-breadcrumbs_item:not(:first-child)::before {
  content: '/';
  margin-right: 0.4rem;
}

.dt-breadcrumbs_item:not(:last-child) {
  margin-right: 0.8rem;
}

.dt-breadcrumbs_item_link {
  color: #1c49c2;
  display: inline-block;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -.03em;
}

.dt-breadcrumbs_item_link:hover {
  text-decoration: underline;
}


/* 面包屑End */

.dt-main-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* margin-top: 0.8rem; */
}

.dt-content_item {
  margin: 0 0.8rem 1.6rem 0.8rem;
}

.product-carousel_wrapper {
  position: relative;
  padding-bottom: 0.8rem;
  margin: 0 1rem 0 1rem;
  width: 52.3rem;
}

.dt-prod-favorite {
  position: absolute;
  top: 0.8rem;
  right: -1.8rem;
  padding: 0.8rem;
  height: 3.6rem;
  width: 3.6rem;
  border-radius: 50%;
  background-color: #eee;
  box-sizing: border-box;
  transition: background-color .1s ease-out;
  cursor: pointer;
}

.product-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.4rem 3.75rem;
  height: 40rem;
}

.product-image {
  position: relative;
  /* width: 100%; */
  width: 400px;
  height: 400px;
}

.product-image_n {
  width: 100%;
  max-height: 40rem;
  object-fit: contain;
  aspect-ratio: 1;
}

.carousel-wrapper {
  position: relative;
  padding: 0 4rem;
}

.carousel-wrapper .kib-carousel__wrapper__btn i {
  color: #fff;
}

#dtSwiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  width: 6.4rem !important;
  height: 6.4rem !important;
  border-radius: 0.8rem;
  border: 0.1rem solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

#dtSwiper .swiper-wrapper .swiper-slide-thumb-active {
  border: 0.2rem solid #1c49c2 !important;
}

.prev {
  left: 3.2rem;
}

.next {
  right: 3rem;
}

#dtSwiper,
#mtSwiper,
#mobileProductSwiper {
  /* visibility: hidden; */
}

#mtSwiper { height: 100%; }

#mtSwiper .swiper-wrapper { height: 100%; }

.product-image_s {
  display: block;
  margin: auto;
  width: 100%;
  user-select: none;
}

#dtSwiper .product-image_s {
  height: 5.4rem;
  width: 5.4rem;
  cursor: pointer;
}

.swiper-btn {
  position: absolute;
  top: calc(50% - 1rem);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  height: 4rem;
  width: 4rem;
  color: #1c49c2;
  line-height: 2rem;
  visibility: hidden;
  background-color: #fff;
  border-radius: 50%;
  border: 0.2rem solid #DBEBF9;
  box-sizing: border-box;
  user-select: none;
  cursor: pointer;
}

.swiper-btn:hover {
  background-color: #DBEBF9;
}

.swiper-btn i {
  font-size: 1rem;
}

.prev-btn {
  left: -2rem;
  transform: rotate(180deg);
}

.next-btn {
  right: -2rem;
}

.image-mark {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 10rem;
  width: 10rem;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: zoom-in;
  z-index: 1;
}

.img-details {
  display: none;
  position: absolute;
  top: 0;
  /* right: 0; */
  left: 55.9rem;
  height: 60rem;
  width: 60rem;
  /* padding: calc(100% - 55.9rem) 0 0; */
  /* background-color: #eee; */
  overflow: hidden;
  z-index: 1002;
}

.big-image {
  position: absolute;
  /* height: 110rem; */
  width: 110rem;
  max-width: unset;
}

.dt-content_column {
  display: flex;
  flex-direction: column;
}

.product_title {
  color: #121212;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin-bottom: 0.2rem;
}

.facture_name,
.facture_name a {
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.8rem;
}

.facture_name a {
  color: #1c49c2;
  letter-spacing: -.03em;
}

.facture_name a:hover {
  text-decoration: underline;
}

.ratings-reviews {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 0.4rem;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  white-space: nowrap;
}

.ratings-reviews img {
  padding-right: 1rem;
  margin: 0;
  order: 0;
}

.ratings-reviews a {
  cursor: pointer;
  color: #1c49c2;
  font-family: Work Sans,Noto Sans,Franklin Gothic Medium,Tahoma,sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 0.1rem 0 0;
}

/* .ratings-reviews a:last-child {
    border-left: 0.1rem solid #eee;
    padding-left: 0.5rem;
    margin-left: 0.5rem;
} */

.ratings-reviews a:hover {
  color: #09267a;
  text-decoration: underline;
}

.autoship_message {
  margin-top: 0.8rem;
  color: #1c49c2;
  background-color: #dbebf9;
  border-radius: 0.8rem;
  padding: 1.2rem;
}

.autoship_message h2 {
  margin: 0;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: .01em;
}

.autoship_message ul {
  font-weight: 400;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  line-height: 1.8rem;
  margin: 0.4em 0;
  padding-left: 2.8rem;
}

.autoship_message ul li {
  margin-bottom: 0.1rem;
  font-size: 1.4rem !important;
  font-weight: 400;
  letter-spacing: -.03em;
  list-style-type: disc;
}

.price_origin,
.price_autoship {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 2rem;
}

.product_price {
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #bc2848;
  font-weight: normal;
  letter-spacing: -.03em;
}

.price_origin, .dt-m-sku-price {
  flex-wrap: wrap;
  color: #666;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}

.price_origin div {
  white-space: nowrap;
}

.price_autoship {
  margin-top: 1rem;
}

.price_autoship img {
  margin-left: 0.8rem;
  height: 2rem;
}

.dashed {
  border-bottom: 0.1rem dashed #666;
}

.price_autoship span {
  color: #bc2848;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.choose-autoship {
  display: block;
  color: #666;
  margin-bottom: 0;
  margin-top: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-weight: 400;
  letter-spacing: -.03em;
}

.variants-select {
  margin-top: 1.6rem;
}

.variant-name {
  margin-bottom: 1.6rem;
  color: #4d4d4d;
  font-size: 1.6rem;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -.03em;
}

.variants-items {
  display: flex;
  /* gap: 0.8rem;
  -webkit-column-gap: 0.8rem; */
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.4rem;
}

.variant-item , .dt-m-variant-item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  padding: 0.8rem 1.2rem;
  min-width: 1.2rem;
  color: rgb(0 0 0 / 30%);
  background-color: rgb(242, 242, 242);
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 2rem;
  border: 0.1rem solid #e8e8e8;
  border-radius: 2.4rem;
  transition: background-color .1s ease-out;
  word-break: break-word;
  cursor: not-allowed;
  user-select: none;
}

.variant-item:not(:last-child), 
.dt-m-variant-item:not(:last-child) {
  margin-right: 0.8rem;
}

.variant-item.handle-variant-click.selected,
.dt-m-variant-item.handle-variant-click.selected {
  background-color: #dbebf9;
  border: 0.1rem solid #1c49c2;
}
.variant-item.handle-variant-click,
.dt-m-variant-item.handle-variant-click{
  cursor: pointer;
  color: #1c49c2;
  background-color: #fff;
  border: 0.1rem solid #dbebf9;
}
.variant-item.handle-variant-click:hover {
  background-color: #dbebf9;
  box-shadow: 0 0 0.5rem rgba(219, 235, 249, .75);
}

.variants-select.type-select {
  position: relative;
  border-radius: 0.8rem;
}

.variants-select.type-select label {
  position: absolute;
  top: -.8rem;
  left: 1rem;
  padding: 0 0.4rem;
  color: rgba(18, 18, 18, .8);
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.variants-select.type-select select {
  width: 100%;
  padding: 0 4.8rem 0 1.6rem;
  height: 5.6rem;
  color: #121212;
  font-size: 1.6rem;
  border-radius: 0.8rem;
  cursor: pointer;
  border: 0.1rem solid #666;
  transition: all .1s ease-in-out;
  outline: none;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  -ms-appearance:none;
}

.variants-select.type-select select:focus,
.variants-select.type-select select:hover {
  border: 0.1rem solid #1C49C2;
}

.variants-select.type-select i.icon-shouye-xiala {
  display: block;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 2rem;
  color: #121212;
}

.prod-summary.rich-text-comm {
  margin-top: -0.8rem;
}


/* 商品信息右侧数量邮费信息Start */

.buy_box {
  border: 0.1rem solid #eee;
  border-radius: 0.8rem;
  padding: 1.6rem;
  width: 17vw;
  box-sizing: border-box;
}

.quantity-shipping_message {
  display: flex;
  align-items: center;
  /* column-gap: 1.6rem; */
}

.quantity_selector {
  margin-right: 1.6rem;
}

.shipping_message {
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: -.03em;
}

.kib-input-select {
  display: block;
  padding-top: 0.8rem;
  margin-bottom: 1.6rem;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -.03em;
  width: 8rem;
}

.dt_message {
  letter-spacing: .07em;
}

.stock_message {
  color: #0a8e4e;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: -.03em;
  margin-bottom: 0.4rem;
}

.buy-now {
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #ef6c00;
  height: 4.8rem;
  width: 100%;
  border: 0;
  border-radius: 4rem;
  transform: translate(0);
  transition: background-color .1s ease-out;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
}

.buy-now:hover {
  background-color: #F17B1A;
}

.buy-now.add-to-cart {
  color: #F17B1A;
  background-color: #fff;
  border: 0.2rem solid #F17B1A;
}

.kib-input-select_field {
  position: relative;
}

.kib-input-select_field:hover .kib-input-select_outline {
  border-color: #1C49C2;
}

.dt-input-select__control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  outline: none;
  border-radius: 0.8rem;
  box-shadow: none;
  color: #121212;
  display: block;
  font: inherit;
  height: 5.6rem;
  padding-left: 2.4rem;
  padding-right: 4rem;
  position: relative;
  width: 100%;
}

.kib-input-select_outline {
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid #666;
  border-radius: 0.8rem;
  display: block;
  height: 100%;
  width: 100%;
}

.kib-input-select__label {
  position: absolute;
  top: -0.8rem;
  left: 18%;
  margin: auto;
  padding: 0 0.1rem;
  color: #666;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.kib-input-select_icon {
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 0.5rem;
  height: 1.4rem;
  width: 1.4rem;
  transform: rotate(90deg);
}

.kib-input-select_icon .iconfont.icon-shouye-cela {
  height: 100%;
  width: 100%;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.compare-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.4rem 0 2.4rem;
}

.compare-wrapper a {
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: -.03em;
  border: none;
  color: #1c49c2;
  cursor: pointer;
}

.compare-wrapper a:hover {
  text-decoration: underline;
}


/* 商品信息右侧数量邮费信息End */

.dt-page_divider {
  margin: 0.8rem 0 1.4rem;
  height: 0.4rem;
  background-color: #eee;
  border: 0;
  color: #eee;
}

.dt-section {
  position: relative;
  margin-bottom: 2.4rem;
  margin-top: 0;
  width: 100%;
}

.dt-section-title {
  color: #121212;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: .01em;
  margin-bottom: 1.6rem;
  margin-top: 0;
}

.freq-box {
  display: flex;
  align-items: center;
}

.freq-product-cell {
  margin: 0;
  max-width: 26.3rem;
  min-width: 18.6rem;
}

.product-cell_canvas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.6rem;
  width: 20rem;
}

.product-cell_canvas img {
  height: 14.4rem;
  width: 14.4rem;
  margin: 0.6rem auto 0.6rem;
}

.product-cell_details {
  display: flex;
}

.dt-checkbox {
  margin-right: 0.8rem;
}

.dt-checkbox input[type=checkbox] {
  height: 2rem;
  width: 2rem;
}

.dt-info {
  display: flex;
  flex-direction: column;
}

.dt-product_title {
  display: block;
  margin-bottom: 0.8rem;
  color: #121212;
  font-family: Poppins, Work Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  cursor: default;
}

.dt-product_rating {
  display: flex;
  align-items: center;
  height: 1.6rem;
  cursor: pointer;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.5rem;
}

.dt-rating_count,
.mobile-prod-rating span {
  padding-left: 0.8rem;
  color: #1c49c2;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 400;
}

.dt-rating_count:hover {
  text-decoration: underline;
}

.dt-product_price {
  margin-bottom: 0.8rem;
  color: #bc2848;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
}

.freq-plus-cell {
  margin: 0 1.6rem;
  text-align: center;
}

.freq-totalprice-cell {
  margin-left: 4.8rem;
  margin-bottom: 1.6rem;
  min-width: 16rem;
  text-align: center;
}

.total-price {
  color: #121212;
  font-weight: 600;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: .01em;
  margin-bottom: 1.6rem;
}

.total-price span {
  color: #bc2848;
}

.dt-add-to-cart {
  height: 4rem;
  padding: 0 2rem;
  width: 100%;
  background-color: #ef6c00;
  color: #fff;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  border: 0;
  border-radius: 4rem;
  transition: background-color .1s ease-out;
  cursor: pointer;
}

.dt-add-to-cart:hover {
  background-color: #F17B1A;
}

.contant-enhanced {
  margin: 0 .8rem 1.2rem;
}

.contant-enhanced img {
  width: 100%;
}

.enhanced-title {
  margin-top: 5.6rem;
  margin-bottom: 4rem;
  padding-bottom: 0.8rem;
  text-align: center;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 4.5rem;
}
/* 移动端 sku弹框 */
.dt-mobile-sku-fixed-wrapper{
  display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
}
.dt-mobile-sku-fixed{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 1.2rem;
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
  max-height: 60%;
  overflow-y: auto;
  border-radius: 1.5rem 1.5rem 0 0;
  background-color: #fff;
}
.dt-m-sku-header{
  display: flex;
  margin-bottom: 20px;
}
.dt-m-sku-close{
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  color: #666666;
  font-size: 1.5rem;
}
.dt-m-sku-img{
  width: 7rem;
  height: 7rem;
  border-radius: 4px;
}
.dt-m-sku-img img{
  max-width: 100%;
  max-height: 100%;
}
.dt-m-sku-price{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 1.6rem;
  font-size: 1.2rem;
}
.dt-m-sku-price .product_price{font-size: 2rem;line-height:2rem}
.dt-m-sku-select .variant-name{font-size: 1.4rem; margin-bottom:10px}
.dt-m-variants-items .variant-item{font-size:1.4rem}
.dt-m-variant-quantity{
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.dt-m-variant-quantity_field{
  position: relative;
  margin-right: 10px;
  width: 75px;
  height: 40px;
}
.dt-m-variant-quantity_field .kib-input-select_outline{border-radius: 2px; border-color: #999;}
.dt-m-variant-quantity_field .dt-input-select__control{height: 100%;padding: 0 19px;}
.dt-m-variant-quantity strong{
  color: #0A8E64;
  font-size: 13px;
}

.m-sku-btn{display: flex; margin-top: 20px;}
.m-sku-btn .buy-now.add-to-cart{margin-right: 10px;}
.variants-select.type-select .dt-m-size_specs{
  width: 50%;
  border-color: #999;
  border-radius: 2px;
  font-size: 1.4rem;
}
.dt-m-variants-select.variants-select i.icon-shouye-xiala{
  right: calc(50% + 16px);
  top: calc(50% + 7px);
}
#prodSwiper .swiper-slide .kib-product-card {
  max-width: 24.8rem;
  min-width: 20rem;
}

#prodSwiper>.swiper-wrapper>.swiper-slide {
  width: 24.8rem;
}

.dt-product-image {
  width: 100%;
}

.dt-product-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.original-price {
  margin-left: 0.4rem;
  color: #666;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.kib-product__autoship-price {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #bc2848;
  font-weight: 600;
}

.kib-product__autoship-price img {
  margin-left: 0.4rem;
  height: 1.6rem;
}

.reviews-container {
  display: flex;
  width: 100%;
}

.reviews-side {
  margin: 0 0.8rem 1.6rem 0.8rem;
  width: calc(33.33333% - 1.6rem);
}

.reviews-header {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #121212;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: .01em;
}

.reviews-header span,
.rv-content-header span {
  align-self: center;
  color: #1c49c2;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin-left: 1.6rem;
  cursor: pointer;
  user-select: none;
}

.reviews-header span:hover,
.rv-content-header span:hover,
.btn-report:hover {
  text-decoration: underline;
}

.product-reviews-summary {
  display: flex;
  margin-bottom: 1.6rem;
  width: 100%;
}

.reviews-summary_side {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 2rem;
  text-align: center;
  width: 11rem;
}

.product-reviews-rating {
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: .01em;
  margin-top: 0;
}

.product-reviews-stars {
  display: flex;
  margin-bottom: 0.4rem;
}

.product-reviews-stars img {
  height: 1.6rem;
}

.product-typography-caption {
  margin-bottom: 0;
  color: #666;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -.01em;
  margin-top: 0;
}

.product-recommend-rate {
  margin-top: 1.2rem;
  margin-bottom: 0;
  color: #4d4d4d;
  font-size: 1.4rem;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.8rem;
}

.reviews-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  /* row-gap: 1rem; */
}

.reviews-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.reviews-summary-row:not(:last-child) {
  margin-bottom: 1rem;
}

.reviews-summary-row span {
  color: #1c49c2;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -.03em;
}

.summary-score {
  margin: 0 0.9rem 0 0;
}

.score-rate {
  text-align: right;
  min-width: 3.4rem;
}

.reviews-summary-bar {
  position: relative;
  height: 0.8rem;
  width: calc(100% - 0.9rem);
  border-radius: 0.8rem;
  background-color: #dbebf9;
  overflow: hidden;
  /* cursor: pointer; */
}

.summary-bar-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 0.8rem;
  background-color: #1c49c2;
}

.terms-and-conditions {
  text-align: center;
  color: #1c49c2;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -.03em;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
}

.terms-and-conditions:hover {
  color: #09267a;
  text-decoration: underline;
}

.reviews-content {
  width: calc(66.66666% - 1.6rem);
  margin: 0 0.8rem 1.6rem 0.8rem;
}

.customers-Photos {
  margin-bottom: 3.2rem;
}

.rv-content-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.8rem;
  color: #121212;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}

.reviews-divider {
  margin: 1.6rem 0 2.4rem 0;
  background-color: #eee;
  border: 0;
  color: #eee;
  height: 0.1rem;
}

.review-from {
  color: #666;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: -.03em;
  margin-bottom: 1.6rem;
}

.review-title {
  margin: 0 0 0.8rem;
  padding: 0;
  color: #121212;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 2rem;
  overflow-wrap: break-word;
}

.review-article {
  margin: 0 0 1.6rem;
  color: #4d4d4d;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -.03em;
  overflow-wrap: break-word;
}

.review-pictures {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* gap: 1.6rem; */
}

.review-pictures img,.review-pictures div {
  height: 13.6rem;
  width: 13.6rem;
  margin-bottom: 1.6rem;
  border-radius: 0.8rem;
  cursor: pointer;
  object-fit: cover;
}
.review-pictures video {
  max-height: 100%;
  max-width: 100%;
}
.review-pictures div{
  position:relative;
   text-align: center;
  }
.review-pictures .review-pictures-item-i{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-color: transparent rgb(255 255 255 / 50%) transparent transparent;
  border-style: solid;
  border-width: 11px 11px 11px 0;
  transform: translate(-70%, -70%);
  cursor: default;
}
.review-pictures img:not(:last-child), .review-pictures div:not(:last-child) {
  margin-right: 1.6rem;
}

.review-bottom {
  display: flex;
  justify-content: space-between;
}

.btn-like {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1.2rem;
  height: calc(100% - 1.6rem);
  color: #121212;
  background-color: #eee;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  border: none;
  border-radius: 2.4rem;
  cursor: pointer;
  white-space: nowrap;
}

.btn-like img {
  height: 1.6rem;
  width: 1.6rem;
}

.btn-like_label {
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -.03em;
  margin-left: 0.8rem;
}

.btn-like:hover,
.dt-prod-favorite:hover,
.review-reply-btn:hover {
  box-shadow: 0 0 0.4rem rgb(0 0 0 / 8%);
}

.btn-report {
  margin-bottom: 3rem;
  color: #666;
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -.03em;
  cursor: pointer;
}

.review-image .swiper-review-image-item {
  background-color: #c4c4c4;
  height: 20.4rem;
  width: 20.4rem;
  border-radius: 0.8rem;
  object-fit: cover;
  user-select: none;
  cursor: pointer;
}
.review-image i{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-color: transparent rgb(255 255 255 / 50%) transparent transparent;
  border-style: solid;
      border-width: 17px 17px 17px 0;
  transform: translate(-50%, -50%);
  display: inline-block;
  cursor: pointer;
}


#photoSwiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 20.4rem;
  font-size: 0;
}

.last-photo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.photo-carousel-wrapper {
  position: relative;
  height: 20.4rem;
}

.load-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  padding: 0 4rem;
  height: 4.8rem;
  color: #1c49c2;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: .02em;
  background-color: #fff;
  border: 0.2rem solid #1c49c2;
  border-radius: 4rem;
  transform: translate(0);
  transition: background-color .1s ease-out;
  cursor: pointer;
  margin-bottom: 10px;
}

.load-more-btn:hover {
  background-color: #DBEBF9;
}

.rv-checkbox-group {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}

.rv-input-select__wrapper {
  padding-top: 0.8rem;
}

.rv-input-select__field {
  position: relative;
  display: flex;
  align-items: center;
  border: 0.1rem solid #666;
  border-radius: 0.8rem;
}

.rv-input-select__field i {
  margin-right: 4px;
}

.rv-input-select {
  padding-right: 1.6rem;
  height: 4rem;
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 0.8rem;
  box-shadow: none;
  color: #121212;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  padding-left: 1.6rem;
  position: relative;
  width: 100%;
  outline: none;
}

.rv-input-select__outline {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0 !important;
  height: 100%;
  width: 100%;
  border: 0.1rem solid #666;
  border-radius: 0.8rem;
}

.rv-input-select__label {
  position: absolute;
  top: -0.8rem;
  left: 1.2rem;
  display: inline-flex;
  padding: 0 0.4rem;
  color: #666;
  font-family: Work Sans,Noto Sans,Franklin Gothic Medium,Tahoma,sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  background-color: #fff;
}

.mobile-prodPic {
  /* margin-top: 0.8rem; */
  width: 100%;
}

.mobile-prodPic img {
  display: block;
  margin: auto;
  width: 100%;
  aspect-ratio: 1;
}

.mobile-product-carousel {
  position: relative;
}

.favorite {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  padding: 0.8rem;
  height: 3.6rem;
  width: 3.6rem;
  background-color: #eee;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 2;
}

.dt-mobile-container {
  padding-top: 0.8rem;
}

.dt-mobile-list {
  display: flex;
  align-items: center;
  padding: 0 1.6rem;
  margin-bottom: 2.4rem;
  height: 9.7rem;
}

.dt-mobile-list a,
.dt-mobile-list a img {
  height: 100%;
}

.dt-mobile-plus {
  width: 5%;
  margin: 0 0.5rem;
}

.dt-mobile-plus img {
  width: 100%;
}

.show-more-wrapper {
  margin: auto;
  width: fit-content;
}

.dt-prod-showmore {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1.2rem;
  background-color: #eee;
  border-radius: 2.4rem;
  color: #121212;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 400;
  height: 3.6rem;
  line-height: 2rem;
  white-space: nowrap;
  box-sizing: border-box;
}

.dt-prod-showmore img {
  height: 1.2rem;
  width: 1.2rem;
  margin: 0 0.4rem;
}

.dt-prod-showmore_label {
  margin-left: 0.8rem;
}

.mobile-prod-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 1.6rem;
}

.mobile-prod-box {
  display: flex;
  margin-bottom: 1.6rem;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -0.8rem 1.6rem;
}

.mobile-prod-item input[type=checkbox] {
  cursor: pointer;
  height: 2rem;
  width: 2rem;
  margin: 0.4rem 0.8rem 0 0;
}

.mobile-prod-rating {
  display: flex;
  align-items: center;
}

.mobile-prod-title {
  display: block;
  padding-right: 1.6rem;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.mobile-prod-rating img {
  height: 1.6rem;
}

.mobile-prod-price {
  margin-left: 0.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  color: #bc2848;
}

.mobile-prod-subtotal {
  text-align: center;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #121212;
  margin-bottom: 1.6rem;
}

.mobile-prod-totalprice {
  font-size: 1.8rem;
  font-weight: 600;
  color: #bc2848;
}

.mobile-prod-expand {
  display: none;
}

.product-carousel-prev,
.product-carousel-next {
  position: absolute;
  top: 22.4rem;
  display: flex;
  align-items: center;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  border: 0.2rem solid #dbebf9;
  padding: 0.8rem;
  box-sizing: border-box;
}

.product-carousel-prev:hover,
.product-carousel-next:hover {
  background-color: #dbebf9;
}

.product-carousel-prev {
  left: -2rem;
}

.product-carousel-next {
  right: -2rem;
}

.mobile-fixed {
  display: none;
  position: fixed;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 16px rgb(0 0 0 / 16%);
  margin: 0;
  padding: 0.8rem 1.6rem;
  z-index: 2;
  box-sizing: border-box;
}

.mobile-fixed .buy-now {
  width: calc(100% - 3.2rem);
}

.no-reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -3.2rem;
  width: 100%;
}

.no-reviews h2 {
  display: block;
  text-align: center;
  width: 100%;
  color: #121212;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 2rem;
  padding-bottom: 1.6rem;
  text-align: center;
  border-bottom: 0.1rem solid #eee;
}

.write-review-btn {
  appearance: none;
  margin: 0.8rem auto 2.4rem;
  padding: 0 1.2rem;
  color: #1c49c2;
  background-color: #fff;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  height: 4rem;
  border: 0.2rem solid #1c49c2;
  border-radius: 4rem;
  transition: background-color .1s ease-out;
  cursor: pointer;
  user-select: none;
}

.write-review-btn:hover {
  background-color: #DBEBF9;
}

.icon-fenleiye-dianliangxingxing,
.icon-fenleiye-weidianliangxingxing,
.icon-fenleiye-banxing {
  color: #FFB400;
}

/* .product-reviews-stars {
  gap: 0.2rem;
} */

.product-reviews-stars .radiogroup {
  margin-right: 0;
}

.product-reviews-stars .radiogroup .ratings-item:not(:last-child),
.reviews-content .product-reviews-stars li {
  margin-right: 0.2rem;
}

.fresnel-container .carousel-wrapper .kib-carousel__wrapper__btn {
  justify-content: center;
  visibility: hidden;
}

.kib-carousel__wrapper__btn.prev i {
  transform: rotate(180deg);
}

.fresnel-container .carousel-wrapper .kib-carousel__wrapper__btn i {
  font-size: 1.4rem;
}

.coment-con {
  padding: 16px;
  color: #333;
  font-size: 14px;
  line-height: 21px;
  font-family: Roboto, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 32px;
  overflow: hidden;
  padding: 0 20px;
  display: none;
}

.coment-title {
  border-bottom: 1px solid #f7f7f7;
  color: #333;
  font-size: 18px;
  height: 63px;
  line-height: 63px;
  padding: 0 8px;
  position: relative;
  font-family: Roboto, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

.coment-title i {
  color: #333;
  cursor: pointer;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 20px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
}

.coment-con .form-wrap {
  padding: 30px 40px;
}

.coment-con .form-wrap .form-item {
  margin-bottom: 20px;
}

.coment-con .form-wrap .form-item .form-title {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  margin-right: 6px;
  vertical-align: text-bottom;
  font-family: Roboto, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

.coment-con .form-wrap .form-item .form-title.required::before {
  color: #e61717;
  content: "*";
}

.c-rate-item {
  position: relative;
  cursor: pointer;
}

.error-label {
  display: none;
  color: red;
}

.coment-con .form-wrap .form-item .input-nav {
  margin-top: 4px;
}

.coment-con .form-wrap .form-item .input-nav input {
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: rgb(51, 51, 51);
  font-family: Roboto, sans-serif !important;
  padding: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(216, 216, 216);
  border-image: initial;
}

.coment-con .form-wrap .form-item .input-nav textarea {
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  cursor: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  width: 100%;
  resize: none;
  font-family: Roboto, sans-serif !important;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(216, 216, 216);
  border-image: initial;
  background: rgb(255, 255, 255);
  transition: border 0.1s ease 0s;
  padding: 12px;
}

.c-muli-semibold {
  font-family: Roboto, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

.form-label {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  vertical-align: text-bottom;
}

.c-uploader {
  display: inline-block;
  width: 100%;
}

.c-uploader__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.c-uploader__input-wrapper {
  position: relative;
}

.uploader-wrapper {
  border: 1px solid #d8d8d8;
  text-align: center;
  box-sizing: border-box;
}

.c-uploader__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
}

.c-btn {
  display: block;
  margin-top: 34px;
  width: 216px;
  height: 44px;
  color: #fff;
  border: 1px solid #EF6C00;
  background: #EF6C00;
  border-radius: 0.4rem;
  transform-origin: left center;
  transform: scale(1, 1);
  transition: transform .45s cubic-bezier(.785, .135, .15, .86);
  cursor: pointer;
}

.coment-con .radiogroup {
  margin-bottom: 1.4rem;
}

.file-upload-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.upload-img-delete {
  position: absolute;
  z-index: 11;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .6);
  padding: 2px 4px;
  color: #fff;
  font-size: 12px;
}
.upload-img-pause{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-color: transparent rgb(255 255 255 / 50%) transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.iconfont.icon-fenleiye-dianliangxingxing.half::before {
  content: "\e6d7";
}

.mobile-bottom-btn {
  display: flex;
  /* gap: 0.8rem; */
}

.mobile-bottom-btn .buy-now {
  background-color: #1c49c2;
}

.mobile-bottom-btn .buy-now:not(:last-child) {
  margin-right: 0.8rem;
}

.mobile-bottom-btn .buy-now.add-to-cart {
  background-color: #fff;
  color: #1c49c2;
  border-color: #1c49c2;
}
 .mobile-fixed .sold-out, .buy_box .sold-out, .sold-out {
   width: 100%;
   pointer-events: none;
   color: rgb(0, 0, 0);
   border: none;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  height: 4.8rem;
  border-radius: 4rem;
 }
/* 评价详情弹窗begin */

.review-detail {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1002;
}

.review-detail .review-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.review-detail .review-flex .review-wrap {
  position: relative;
  display: flex;
  margin: auto;
  height: 65vh;
  min-height: 584px;
  background-color: #fff;
}

.review-wrap .review-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 11px;
  border-radius: 8px;
  font-size: 0;
  cursor: pointer;
  z-index: 10;
}

.review-wrap .review-close-btn i {
  color: rgb(51, 51, 51);
  font-size: 14px;
}

.review-detail-content {
  display: flex;
  flex-direction: row;
}

.upper-section {
  position: relative;
  display: block;
  height: 60px;
}

.review-detail-photo {
  display: none;
}

.hasImg .review-detail-photo {
  position: relative;
  display: block;
  width: 400px;
  background-color: #000;
  user-select: none;
}

.review-detail-img {
  height: 100%;
  width: 400px;
  object-fit: contain;
}

.review-detail-content .review-detail-container {
  width: 400px;
  overflow-y: auto;
}

.review-detail-container .review-author {
  padding: 10px 24px 0;
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.review-detail-container .review-date, .review-detail-container .review-content {
  padding: 10px 24px 0;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
}

.review-detail-content .review-detail-container .review-content {
  padding-top: 16px;
}

.rd-content {
  padding-bottom: 24px;
  height: calc(100% - 60px);
}

.review-info.ratings-list {
  display: flex;
  padding: 0 24px;
}

.review-info.ratings-list i {
  margin-right: 2px;
  font-size: 30px;
}

.rd-content .review_btn {
  margin: 10px 0;
  padding: 0 24px;
  font-size: 14px;
}

.review-detail-photo .photo-control {
  position: absolute;
  top: 46%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 49px;
  border: 1px solid rgb(244, 244, 244);
  border-radius: 6px;
  color: rgb(89, 89, 89);
  font-size: 1rem;
  background-color: #fff;
  cursor: pointer;
}

.review-detail-photo .prev-photo-btn {
  left: 0;
  transform: rotate(180deg);
}

.review-detail-photo .next-photo-btn {
  right: 0;
}

.content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.content-footer .review-reply-btn {
  padding: 8px 12px;
  background-color: #eee;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #E8E8E8;
  border-radius: 24px;
  cursor: pointer;
}

.content-footer .review-reply-btn .icon-pinglun {
  color: #aaa;
}

.review-reply-form {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  margin-top: 16px;
  border-top: 1px solid #eee;
}

.review-reply-form .form-group {
  margin-bottom: 15px;
}

.review-reply-form .form-group label {
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
}

.review-reply-form .form-group input, .review-reply-form .form-group textarea {
  margin-top: 4px;
  padding: 6px 12px;
  width: 100%;
  color: #555;
  font-family: PetcoCircularTT-Regular, arial;
  font-size: 14px;
  outline: none;
  resize: vertical;
  border: 1px solid rgb(216, 216, 216);
  box-sizing: border-box;
}

.review-reply-form .form-group .replySubmit {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  background-color: #EF6C00;
  border: 1px solid #EF6C00;
  border-radius: 4px;
  cursor: pointer;
}

.review-reply-form .form-group .red {
  display: none;
}

.review-reply-form .form-group.invalid .red {
  display: block;
  margin-top: 4px;
  color: #f1152f;
  font-size: 10px;
}

.review-answer-list {
  display: none;
}

.review-answer-list .review-answer-item {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #e9e9e9;
}

.review-answer-item .review-answer-info {
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
}

@media screen and (max-width:767px) {
  .photo-carousel-wrapper{
    height: 13.5rem
  }
  .review-detail .review-flex .review-wrap {
    height: 100%;
    width: 100%;
  }

  .review-wrap .review-detail-content {
    flex-direction: column;
    width: 100%;
  }

  .list-review-content .content-item {
    width: 47%;
    margin: 5px;
  }

  .upper-section {
    height: 30px;
  }

  .review-wrap .review-close-btn {
    position: fixed;
    top: 1px;
    right: 6px;
  }

  .rd-content {
    height: calc(100% - 30px);
  }

  .hasImg .review-detail-photo {
    height: 60vh;
    width: 100%;
  }

  .review-detail-content .review-detail-container {
    height: 40vh;
  }

  .hasImg .review-detail-content::before {
    display: block;
    content: "";
    height: 39px;
    width: 100%;
    background-color: #fff;
  }

  .review-detail .review-detail-content .review-detail-img,
  .review-detail .review-detail-content .review-detail-container {
    width: 100%;
  }
}

/* 评价详情弹窗end */

/* 手机端 */

@media screen and (max-width: 768px) {
  .dt-container {
    padding: 0 1.6rem 0 1.6rem;
  }

  .dt-breadcrumbs {
    margin-bottom: 0;
  }

  /* .dt-breadcrumbs_list {
        padding: 0;
    } */
  .dt-content_column.desk-show {
    display: none;
  }

  .dt-main-content {
    flex-direction: column;
    width: 100%;
    margin-top: 0.8rem;
  }

  .dt-content_item {
    margin-left: 0;
    margin-right: 0;
  }

  .product_title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    margin-top: 0;
  }

  .facture_name,
  .facture_name a {
    font-size: 1rem;
  }

  .ratings-reviews a {
    font-size: 1rem;
  }

  /* .product_price {
        font-size: 1.8rem;
    } */
  .price_origin {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .price_autoship img {
    height: 1.6rem;
    margin-left: 0.8rem;
  }

  .choose-autoship {
    font-size: 1.4rem;
    white-space: nowrap;
  }

  .buy_box {
    margin-top: 0.8rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .compare-wrapper {
    padding: 0.4rem 0 1.2rem;
  }

  #prodSwiper>.swiper-wrapper>.swiper-slide {
    width: 20rem;
  }

  .reviews-container {
    flex-direction: column;
  }

  .reviews-side {
    width: 100%;
    margin-left: 0;
    /* margin-bottom: 3.2rem; */
  }

  .reviews-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .reviews-header,
  .rv-content-header {
    justify-content: space-between;
  }

  /* .rv-input-select__wrapper {
    width: calc(50% - 0.8rem);
  } */

  .rv-checkbox-group {
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .load-more-btn {
    width: 100%;
  }

  .back-to-top__btn {
    border-radius: 2.4rem;
    border: 0.2rem solid #1C49C2 !important;
  }

  #photoSwiper .swiper-wrapper .swiper-slide {
    width: 13.5rem;
  }

  .review-image .swiper-review-image-item {
    height: 13.5rem;
    width: 13.5rem;
  }

  .review-pictures img, .review-pictures div {
    margin-bottom: 0.8rem;
    width: calc((100% - 1.6rem) /3);
    height: unset;
    aspect-ratio: 1;
  }
  

  .review-pictures img:not(:last-child), .review-pictures div:not(:last-child) {
    margin-right: 0.8rem;
  }

  .review-pictures::-webkit-scrollbar {
    display: none;
  }

  .contant-enhanced.desk-show {
    display: none;
  }

  .uploader-wrapper {
    height: 9.8rem;
    /* padding-top: 3.8rem; */
    padding-top: 2rem;
    width: 9.8rem;
  }

  .coment-con .form-wrap {
    padding: 15px 5px;
  }

  .coment-con .form-wrap input {
    margin: 20px auto;
    width: 100%;
  }

  .upload-img-wrapper {
    width: 96px;
    height: 96px;
    margin-right: 0;
    border: 1px solid #d8d8d8;
    position: relative;
  }

  .c-uploader__wrapper {
    gap: 0.6rem;
  }

  .no-reviews .coment-con {
    width: 100%;
  }

  .img-details {
    display: none;
  }

  .desc-and-win .pord-details {
    order: 2;
    padding-bottom: 0;
    border-bottom: 0;
    border-top: 0.4rem solid #eee;
  }

  .desc-and-win .prod-win-container {
    order: 1;
  }
}


/* 电脑端 */

@media screen and (min-width: 769px) {
  .mobile-prod-expand {
    display: none;
  }

  .uploader-wrapper {
    height: 13.8rem;
    padding-top: 4.8rem;
    width: 13.8rem;
  }

  .uploader-icon {
    height: 40px;
    width: 40px;
  }

  .no-reviews .coment-con {
    width: 80%;
  }

  .upload-img-wrapper {
    position: relative;
    height: 136px;
    width: 136px;
    margin-right: 5px;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
  }
}

/* 页签 */
/* pc */
.pord-details {
  position: relative;
  /* height: 390px; */
  margin-top: 0.5rem;
  padding-bottom: 2rem;
  border-bottom: 0.4rem solid #eee;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem;
  order: 1;
}

.tab-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow-y: auto;
}

.tab-list>li {
  color: #4d4d4d;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: -.03em;
}

.tab-list>li button {
  /* width: 100%; */
  padding: 0;
  line-height: 2rem;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: rgb(101, 101, 101);
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}

.tab-list>li button .icon {
  width: 16px;
  height: 16px;
  display: none;
}

.tab-list>li {
  box-sizing: border-box;
}

.tab-list .active button {
  /* font-size: 16px; */
  /* font-weight: bold; */
  color: rgb(0, 25, 82);
  /* border-bottom: 1px solid rgb(204, 204, 204); */
}

.tab-list button .title {
  padding: 1rem;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: .01em;
  color: #121212;
}

.tab-list .active button .title {
  border-bottom: 1px solid #121212;
}

.tab-list .details .content {
  /* position: absolute; */
  top: 56px;
  left: 0px;
  width: 100%;
  display: none;
  flex-direction: column;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -.03em;
  padding: 0 1rem 1rem;
  box-sizing: border-box;
}

.tab-list .details .content p {
  margin: 0;
  color: #4d4d4d;
}

/* .tab-list .details .content ul {
  padding-left: 3.2rem;
} */

.tab-list .details .content ul li {
  list-style-type: disc;
}

.tab-list .details.active .content {
  display: flex;
}

.tab-list .details .content .show-more {
  position: relative;
  height: 300px;
  /* padding-bottom: 20px; */
  overflow: hidden;
  box-sizing: border-box;
}

.details .details-container {
  /* padding: 0px 1rem 1rem; */
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}

.details .description {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.details .description .title {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 0px;
}

.details .description .subtitle {
  margin-bottom: 1rem;
  font-weight: bold;
}

.details .description .desc-content {
  margin-bottom: 1rem;
}

.details .specifications {
  min-width: 30rem;
  flex: 1;
  box-sizing: border-box;
}

.details .specifications h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.15;
}

.details .specifications .details-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.specifications .details-list .item {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  background: rgb(242, 242, 242);
  font-family: Work Sans, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 1.4rem;
  color: #454545;
  box-sizing: border-box;
}

.specifications .details-list .item:nth-child(2n) {
  background: none;
}

.specifications .details-list .item h3 {
  width: 50%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 0.25px;
}

.specifications .details-list .item p {
  width: 50%;
  /* text-align: right; */
  word-break: break-word;
}

.details .details-container .placeholder {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-top: -18px;
  content: " ";
  opacity: 0.9;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
}

.details .show-more-btn {
  text-align: center;
}

.details .show-more-btn span {
  font-weight: 600;
  cursor: pointer;
}

.details-ctner .description.content {
  display: block;
}

.details-ctner .content {
  display: none;
  padding: 1rem 1rem 0;
}

.rv-input-select__field .current-sort {
  height: 4rem;
  width: 19rem;
  line-height: 4rem;
}

.rv-input-select__field .sort-options {
  top: 41px;
}

.control-bar-sort i {
  line-height: 25px;
}

.sort-options {
  position: absolute;
  top: 41px;
  display: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  user-select: none;
}

.sort-options li {
  padding: 8px;
  font-weight: 400;
  cursor: pointer;
}

.sort-options li.selected, .sort-options li:hover {
  background-color: #f7f7f7;
}

.desc-and-win {
  display: flex;
  flex-direction: column;
}

.prod-win-container {
  order: 2;
}

/* pc */

@media screen and (min-width: 1090px) {
  .specifications.content {
    margin: auto;
    width: 72%;
  }
}

/* screen max-width: 1089px */
@media screen and (max-width: 1089px) {
  .review-pictures .review-pictures-item-i {
    border-width: 9px 9px 9px 0;
  }
  .pord-details {
    margin: 0;
    height: auto;
  }

  .tab-list button .title {
    padding: 1rem 0;
  }

  .tab-list .active button .title {
    border-bottom: none;
  }

  .tab-list {
    flex-direction: column;
    border-top: none;
    border-bottom: none;
  }

  .tab-list>li {
    border-top: 0.2rem solid #eee;
  }

  .tab-list>li:first-child {
    border-top: none;
  }

  .tab-list>li:last-child {
    /* border-bottom: 1px solid rgb(204, 204, 204); */
    -webkit-tap-highlight-color: transparent;
  }

  .tab-list .active {
    border-bottom: none;
  }

  .tab-list li:first-child button .expand {
    display: block;
  }

  .tab-list li:first-child button .close {
    display: none;
  }

  .tab-list>li button .expand {
    display: block;
  }

  .tab-list .details .content,
  .sku .content {
    position: unset;
    display: none;
  }

  .tab-list .details.active .content {
    display: none;
    
  }

  .details .show-more-btn {
    display: none !important;
  }

  .details .details-container .placeholder {
    display: none;
  }

  .details .details-container {
    flex-direction: column;
  }

  .tab-list .details .content .show-more {
    height: auto;
  }

  .details .specifications {
    margin-left: 0;
  }

  .tab-list>li button {
    width: 100%;
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .01em;
    color: rgb(0, 25, 82);
    text-align: left;
    box-sizing: border-box;
  }

  .details-ctner .description.content {
    display: none;
  }
}

/* screen max-width: 1089px */

/* screen and (max-width: 637px) */
@media screen and (max-width: 637px) {
  .pord-details {
    padding: 0;
    box-sizing: border-box;
  }

  .details .specifications,
  .sku .details-list {
    min-width: unset;
  }
}

/* screen and (max-width: 637px) */

/* 页签 */