html {
  font-size: 19.2px;
  overflow: unset;
}

html body {
  all: initial;
}

html body .total-contain {
  all: initial;
}

.safety-content {
  width: 100%;
}

.safety-content .contents-safety {
  width: 100%;
  display: flex;
  margin: 3rem 0;
  margin-bottom: 2rem;
}

.safety-content .contents-safety .overview {
  width: 100%;
  opacity: 0;
  transition: all .35s ease-in;
}

.safety-content .contents-safety .overview .safety-overview {
  width: 80%;
  margin: 1.5rem auto;
  margin-top: 0;
  border-radius: 2rem;
  box-shadow: 2px 2px 10px #81ccbd;
  background-image: linear-gradient(to right, #fef2ec, #feeef1, #e7f6f6, #eef8f2);
  padding: 2.5rem;
  overflow: hidden;
}

.safety-content .contents-safety .overview .safety-overview .safety-title {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
}

.safety-content .contents-safety .overview .safety-overview .safety-title .title {
  display: inline-block;
  height: 4vw;
  line-height: 3vw;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: #9bf1ce;
  color: #f9a10b;
  font-size: 3vw;
  font-family: qiantuhou;
  box-shadow: 0.4vw 0.4vw 0vw #28ae78;
  order: 2;
}

.safety-content .contents-safety .overview .safety-overview .safety-title img {
  order: 1;
  width: 6vw;
  height: 6vw;
}

.safety-content .contents-safety .overview .safety-overview p {
  font-size: 1.5vw;
  font-family: NavTitle;
  line-height: 3vw;
  text-align: justify;
  text-justify: newspaper;
}

.safety-content .contents-safety .overview .safety-overview p img {
  border-radius: 0.5vw;
  width: 60%;
  display: block;
  margin: 0.5rem auto;
  margin-top: 0 !important;
}

.safety-content .contents-safety .overview .safety-overview p .safety-bold {
  font-weight: bolder;
}

.safety-content .contents-safety .overview .safety-overview p .dot {
  color: #fca75b;
  font-size: 2.5vw;
  margin-right: 0.3rem;
}

.safety-content .contents-safety .overview .safety-overview p .annotate {
  width: 85%;
  display: block;
  margin: 1.5rem auto;
  margin-top: 0rem;
  text-align: center;
  font-size: 1.3vw;
}

.safety-content .contents-safety .overview .safety-overview h1 {
  font-size: 3vw;
  font-family: hawk;
  color: #fca75b;
}

.safety-content .contents-safety .suspend {
  transition: all .35s ease-in;
  position: fixed;
  right: 0;
  top: 30%;
  transform: translateX(100px);
  opacity: 0;
}

.safety-content .contents-safety .suspend .catlogue-item {
  cursor: pointer;
  background-color: #F6A894;
  color: #fff;
  padding: 0.5vw;
  font-size: 1.5vw;
  border-radius: 0.5vw;
  font-family: hawk;
  margin: 0.5rem 0;
  transition: all .35s ease-in;
  transform: translateX(60px);
}

.safety-content .contents-safety .suspend .catlogue-item:hover {
  transform: translateX(0px);
}

.safety-content .contents-safety .active {
  border-left: none !important;
}