.content-box-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 2.25rem;
  color: #CB0000;
  position: relative;
}
.content-box-title > div:last-child {
  color: #666666;
  font-size: 0.75rem;
}
.content-box-title::before {
  content: '';
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: -0.5rem;
  left: -1.625rem;
  z-index: 0;
  background: rgba(203, 0, 0, 0.2);
  border-radius: 50%;
}
.afterSales-container {
  background: #F8FAFB;
}
.afterSales-container .module-1 {
  background: url("/views/english/public/img/afterSales/bg-01.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 14rem;
}
.afterSales-container .module-1 .m1-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  padding-bottom: 9.6875rem;
}
.afterSales-container .module-1 .m1-content .m1-con-left,
.afterSales-container .module-1 .m1-content .m1-con-right {
  width: 47%;
  min-width: 37.5rem;
  /*height: 16.25rem;*/
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 3.125rem 0 3.125rem;
  padding: 2.5rem;
  margin-top: 2.75rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .afterSales-container .module-1 .m1-content .m1-con-left,
  .afterSales-container .module-1 .m1-content .m1-con-right {
    width: 100%;
    height: auto;
    min-width: 0;
  }
}
.afterSales-container .module-1 .m1-content .m1-con-left img,
.afterSales-container .module-1 .m1-content .m1-con-right img {
  width: 5rem;
  margin-right: 1.875rem;
}
.afterSales-container .module-1 .m1-content .m1-con-left .m-1text :first-child,
.afterSales-container .module-1 .m1-content .m1-con-right .m-1text :first-child {
  font-size: 1.5rem;
  color: #111111;
  margin-top: 1.25rem;
}
.afterSales-container .module-1 .m1-content .m1-con-left .m-1text :last-child,
.afterSales-container .module-1 .m1-content .m1-con-right .m-1text :last-child {
  font-size: 1rem;
  color: #666666;
  margin-top: 0.9375rem;
  line-height: 1.875rem;
}
.afterSales-container .module-2 {
  padding-top: 3.75rem;
  margin-bottom: 4.125rem;
}
.afterSales-container .module-2 .m2-content {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .afterSales-container .module-2 .m2-content {
    justify-content: flex-start;
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1000px) {
  .afterSales-container .module-2 .m2-content {
    flex-wrap: nowrap;
  }
}
.afterSales-container .module-2 .m2-content .m2-con-left {
  margin-top: 1.75rem;
  z-index: 3;
  width: 40%;
  max-width: 25.75rem;
}
@media (max-width: 768px) {
  .afterSales-container .module-2 .m2-content .m2-con-left {
    width: 100%;
  }
}
.afterSales-container .module-2 .m2-content .m2-con-left div {
  width: 100%;
  height: 4.375rem;
  border-radius: 2.1875rem;
  line-height: 4.375rem;
  font-size: 1.125rem;
  padding: 0 1.5rem 0 2.5rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
.afterSales-container .module-2 .m2-content .m2-con-left div img {
  width: 2.5rem;
  display: none;
}
.afterSales-container .module-2 .m2-content .m2-con-left .selected {
  color: #FFFFFF;
  background: #CB0000;
  font-weight: bold;
}
.afterSales-container .module-2 .m2-content .m2-con-left .selected img {
  display: inline-block;
  /* 选中时显示图片 */
}
.afterSales-container .module-2 .m2-content .m2-con-right {
  flex: 1;
  max-width: 67.75rem;
  min-height: 29.875rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.03);
  border-radius: 1.25rem;
  margin-left: -3.5rem;
  padding: 3.125rem 3.125rem 4.25rem 6.5rem;
}
@media (max-width: 768px) {
  .afterSales-container .module-2 .m2-content .m2-con-right {
    width: 100%;
    flex: auto;
  }
}
.afterSales-container .module-2 .m2-content .m2-con-right .m2-con-right-item {
  display: none;
  transition: opacity 0.3s ease;
}
.afterSales-container .module-2 .m2-content .m2-con-right .m2-con-right-item .m2-con-right-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 1rem;
  color: #111111;
  line-height: 1.75rem;
}
.afterSales-container .module-2 .m2-content .m2-con-right .m2-con-right-item .m2-con-right-text img {
  width: 29.125rem;
}
@media (max-width: 768px) {
  .afterSales-container .module-2 .m2-content .m2-con-right .m2-con-right-item .m2-con-right-text img {
    width: 50%;
  }
}
.afterSales-container .contact {
  background: url("/views/english/public/img/afterSales/bg-02.png") no-repeat center;
  height: 11.25rem;
  font-size: 1rem;
  color: #FFFFFF;
  padding-top: 1.9375rem;
}
.afterSales-container .contact > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.afterSales-container .contact > div .contact-text :last-child {
  /*width: 12.5625rem;*/
  padding: 0rem 0.5rem;
  height: 3rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #FFFFFF;
  line-height: 3rem;
  text-align: center;
  margin-top: 1.25rem;
}
.afterSales-container .contact > div img {
  width: 7.125rem;
  margin-right: 14.625rem;
}
@media (max-width: 768px) {
  .afterSales-container .contact > div img {
    margin-right: 0;
  }
}
.afterSales-container .module-3 {
  margin-top: 5rem;
  padding-bottom: 6.875rem;
}
.afterSales-container .module-3 .m3-content {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.03);
  border-radius: 0.625rem;
  margin-top: 2.5rem;
  display: flex;
}
@media (max-width: 87.5rem) {
  .afterSales-container .module-3 .m3-content {
    flex-wrap: wrap;
  }
}
.afterSales-container .module-3 .m3-content img {
  width: 100%;
  height: 31.25rem;
  object-fit: cover;
}
.afterSales-container .module-3 .m3-content div {
  padding: 2.5rem 3rem;
  font-size: 1rem;
  color: #111111;
  line-height: 2rem;
}
