.afterSale-list {
  padding: 4.16667vw 3.125vw;
  background: #fafafa;
}
.afterSale-list .title-name {
  margin-bottom: 3.125vw;
  font-size: 1.875vw;
  color: #393939;
  line-height: 2.44792vw;
  letter-spacing: 0.10417vw;
  text-align: center;
}
.afterSale-list .tab-list {
  display: flex;
  align-items: center;
  gap: 0.52083vw;
}
.afterSale-list .tab-list .tab-item {
  height: 35.41667vw;
  position: relative;
}
.afterSale-list .tab-list .active .tab-btn {
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  opacity: 0;
}
.afterSale-list .tab-list .active .tab-btn span {
  opacity: 0;
}
.afterSale-list .tab-list .active .tab-btn .btn {
  transform: rotate(45deg);
}
.afterSale-list .tab-list .active .tab-body {
  width: 66.66667vw;
}
.afterSale-list .tab-btn {
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.41667vw);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 2.08333vw 0;
  opacity: 1;
  cursor: pointer;
  transition: all 0.6s;
}
.afterSale-list .tab-btn span {
  font-size: 1.5625vw;
  color: #ffffff;
  line-height: 1.66667vw;
  width: 1.82292vw;
  letter-spacing: 0.10417vw;
  writing-mode: vertical-lr;
  text-orientation: upright;
  opacity: 1;
  transition: all 0.4s;
}
.afterSale-list .tab-btn .btn {
  width: 2.08333vw;
  height: 2.08333vw;
  background: #ffffff;
  border-radius: 2.08333vw;
  margin-top: 1.04167vw;
  transition: all 0.4s;
}
.afterSale-list .tab-btn .btn svg {
  width: 100%;
  height: 100%;
}
.afterSale-list .tab-body {
  width: 6.25vw;
  height: 100%;
  position: relative;
  transition: all 0.6s;
}
.afterSale-list .tab-body .bg {
  width: 100%;
  height: 100%;
}
.afterSale-list .tab-body .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.afterSale-list .tab-body .body-title {
  position: absolute;
  bottom: 3.64583vw;
  left: 4.16667vw;
}
.afterSale-list .tab-body .body-title h1 {
  font-size: 1.5625vw;
  margin-bottom: 1.5625vw;
  color: #ffffff;
}
.afterSale-list .tab-body .body-title p {
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--afterSale-list {
    padding: 3.33333rem 0;
}
.mob--afterSale-list .title-name {
    font-size: 1.6rem;
    color: #313131;
    line-height: 2.13333rem;
    margin-bottom: 2.16667rem;
}
.mob--afterSale-list .tab-list {
    flex-direction: column;
    gap: 0.33333rem;
}
.mob--afterSale-list .tab-list .tab-item {
    width: 100%;
    height: auto;
}
.mob--afterSale-list .tab-list .active .tab-btn {
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0);
    opacity: 0;
}
.mob--afterSale-list .tab-list .active .tab-btn span {
    opacity: 0;
}
.mob--afterSale-list .tab-list .active .tab-btn .btn {
    transform: rotate(45deg);
}
.mob--afterSale-list .tab-list .active .tab-body {
    width: 100%;
    height: 22.66667rem;
}
.mob--afterSale-list .tab-btn {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 1.66667rem;
    backdrop-filter: blur(0.26667rem);
}
.mob--afterSale-list .tab-btn span {
    writing-mode: horizontal-tb;
    text-orientation: upright;
    font-size: 1.4rem;
    line-height: 1.96667rem;
    width: auto;
    height: auto;
}
.mob--afterSale-list .tab-btn .btn {
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
}
.mob--afterSale-list .tab-body {
    width: 100%;
    height: 6.66667rem;
    transition: height 0.6s 0.4s;
}
.mob--afterSale-list .tab-body .body-title h1 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #ffffff;
}
.mob--afterSale-list .tab-body .body-title p {
    font-size: 0.86667rem;
    line-height: 2rem;
    color: #ffffff;
}
}