body {
  background-color: #fff;
  height: 100%;
}

.division_img {
  height: 72px;
  margin-top: 26vh;
  /* margin-top: 26%; */

}
.division_img img {
  width: 72px;
}

.prompt_below_img {
  margin-top: 20px;
  color: #161823;
  line-height: 20px;
}

.prompt_below_img_word {
  font-size: 17px;
}

/* .prompt_detail{
  width: 82.4%;
} */
.word_link {
  font-family: Proxima Nova Semibold;
  font-size: 17px;
}
.word_link a,
.prompt_detail {  
  font-size: 17px;
  color: #161823;
}

.prompt_detail_word {
  font-family: Proxima Nova Semibold;
  font-size: 17px;
  line-height: 20px;
}

.button {
  width: 240px;
  height: 44px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 19vh;
  /* margin-left: -155.5px; */
  background-color: #fe2c55;
  background-image: none;
  border-radius: 2px;
  border: 1px solid rgba(22, 24, 35, 0.12);
}
.button_word {
  font-family: Proxima Nova Semibold;
  font-size: 15px;
  line-height: 18px;
  height: 18px;
}
.button .button_word {
  color: #fff;
  font-size: 15px;
}
.suspicious .prompt_detail {
  font-size: 17px;
  line-height: 20px;
  color: #ff4c3a;
  /* width: 310px; */
}
.prompt_detail {
  width: 81.5%;
}

.suspicious .word_link_a,
.suspicious .prompt_detail_word {
  color: #ff4c3a;
}
.susbtn2 {
  position: absolute;
  bottom: calc(15vh + 52px);
  background: #ffffff;

  border: 1px solid rgba(22, 24, 35, 0.12);
  border-radius: 2px;
}
.susbtn1 {
  position: absolute;
  bottom: 15vh;
  background: #ffffff;

  border: 1px solid rgba(22, 24, 35, 0.12);
  border-radius: 2px;
}
.suspicious .button_word {
  color: black;
}

.malicious .button {
  background-color: #fe2c55;
}
.malicious .button .button_word {
  color: #fff;
}
.malicious .word_link_a,
.malicious .prompt_detail {
  color: #ff4c3a;
}

@media only screen and (max-width: 320px) {
  .button {
    /* margin-left: -132.5px; */
  }
  .button,
  .prompt_detail_word {
    /* width: 265px; */
  }

  .prompt_detail_word {
    margin: 0 auto;
  }

  #button_right {
    margin-right: 0;
  }
}
