.fs8-center {
  margin-top: 4%;
  margin-bottom: 2%;
  font-size: 0.8em;
  text-align: center;
  color: rgba(102,102,102,1);
}

.fs1-2 {
  margin-top: 1vw;
  margin-bottom: 0.5vw;
  font-weight: bold;
  font-size: 1.2em;
  color: #000;
}

.con-item {
  min-width: 8.5%;
  text-align: center;
}

.wid8vw {
  width: 7vw;
}

.font-black {
  color: #000;
  font-size: 0.8em;
}

.flexr-tween {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.margint4 {
  margin-top: 4%;
  margin-bottom: 2%;
  font-size: 0.8em;
  color: rgba(102,102,102,1);
  text-align: center;
}

.height30 {
  height: 30vw;
}

.flexrstart {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.fs08 {
  font-size: 0.8em;
  color: rgba(102,102,102,1);
}

.bg242bor0 {
  background: rgba(242,242,242,1);
  border: 0;
  border-radius: 2px;
}

.flex1textr {
  flex: 1;
  text-align: right;
}

.margr0 {
  margin-right: 0;
}

.margr5 {
  margin-right: 5%;
}

.flexr-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1%;
  margin-bottom: 1%;
}

.res-none {
  flex: 1;
  height: 7vw;
  resize: none;
}

.fc-white {
  font-size: 0.8em;
  color: #fff;
}

.block-line {
  display: inline-block;
  padding: 0.5% 3.5%;
  background: rgba(37,118,220,1);
  border-radius: 2px;
  font-size: 0.8em;
  color: rgba(255,255,255,1);
  cursor: pointer;
}

.mar-bot {
  margin-bottom: 1%;
}