html {
  font-size: 100px;
}

body {
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
}

@font-face {
  font-family: "BellaGothic";
  src: url("../../../Public/Hero/cookieM/css/fonts/BellaGothic.ttf");
}

.dishWashing {
  display: flex;
  width: 1170px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.dishWashing .bread-arrow {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url('https://hsimage.fotile.com/202601301431399675230.png');
    background-size: cover;
    margin: 0 5px;
}

.dishWashing_top_left {
  display: flex;
  align-items: center;
}
  
.dishWashing_top_left a, .dishWashing_top_left strong {
  font-weight: normal;
  color: #7F7F7F;
}

#privacy .dishWashing>.dishWashing_box,
#privacy .dishWashing>.dishWashing_box>.dishWashing_top {
  width: auto;

}

.privacy-tabs {
  display: flex;
}

.privacy-tabs div {
  margin-left: 25px;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 50px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  height: 50px;
  box-sizing: border-box;
  cursor: pointer;
}

.privacy-tabs .active {
  font-weight: 600;
  color: #000000;
  border-bottom: 2px solid #000000;
}

.privacy-title {
  padding-top: 60px;
  border-top: 1px solid #F3F3F3;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.privacy-context {
  width: 1170px;
  margin: 50px auto 100px;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
}