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

html body {
  all: initial;
}

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

.result-content {
  width: 100%;
}

.result-content .contents-result {
  width: 100%;
  display: flex;
}

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

.result-content .contents-result .overview .result-contents-title {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  height: 8rem;
}

.result-content .contents-result .overview .result-contents-title .result-img {
  width: 15vw;
  height: 15vw;
}

.result-content .contents-result .overview .result-contents-title .title {
  width: 100%;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 6vw;
  font-family: qiantuhou;
  background-image: -webkit-linear-gradient(#FAD972, #F9C67E, #F8BA87, #F6A894, #F79B98, #F494A0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.result-content .contents-result .overview .result-overview .module-title {
  font-size: 3vw;
  color: #28AE78;
  font-family: qiantuhou;
  margin-bottom: 0.5rem;
}

.result-content .contents-result .overview .result-overview .result-title {
  color: #f9a10b;
  font-size: 4vw;
  font-family: hawk;
  margin-bottom: 0.5rem;
}

.result-content .contents-result .overview .result-overview p {
  font-size: 1.5vw;
  margin-bottom: 1.125rem;
  font-family: NavTitle;
  line-height: 3vw;
  text-align: justify;
  text-justify: newspaper;
}

.result-content .contents-result .overview .result-overview p .annotate {
  width: 80%;
  display: block;
  margin: 2rem auto;
  margin-top: -2rem;
  text-align: center;
}

.result-content .contents-result .overview .result-overview p img {
  width: 80%;
  display: block;
  margin: 2rem auto;
  border-radius: 0.5vw;
}

.result-content .contents-result .overview .result-overview p .first-letter {
  color: #28AE78;
  font-size: 3vw;
  margin-right: 0.2125rem;
}

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

.result-content .contents-result .suspend .catlogue-item {
  cursor: pointer;
  background-color: #F6A894;
  color: #fff;
  padding: 0.5vw;
  font-size: 1.5vw;
  border-radius: 0.5vw;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  font-family: hawk;
  margin: 0.5rem 0;
  transition: all .35s ease-in;
  transform: translateX(50px);
  width: 12vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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