.netherlands {
  width: auto;
  height: 193px;
  background-color: #fff;
  overflow: hidden;
}

.word {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  height: 17px;
  font-size: 14px;
}

.content-text {
  width: 100vw;
  height: 50vh;
  background: #fff;
  margin-top: 10px;
  padding-left: 20px;
  overflow: hidden;
}

.content-text-box {
  margin-top: 20px;
}

.content-box-item {
  margin-top: 25px;
  height: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.copy-btn,
.goOff {
  position: absolute;
  right: 20px;
  height: 15px;
}

.content-box-item > span {
  margin-left: 5px;
}

.copy-alert {
  position: fixed;
  top: 60%;
  left: 50%;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  /* background-color: rgba(#717171, 1); */
  background-color: #717171;
  text-align: center;
  display: none;
}

.copy-alert > span {
  color: #fff;
  line-height: 30px;
}
