html {
  font-size: 100px;
}

body {
  font-size: 12px;
  font-family: pingfangsc, pingfang sc;
}

@font-face {
  font-family: "bellagothic";
  src: ;
}

.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: ;
    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;
}