.tlx {
  text-align: center;
  font-size: 1.7rem;
  color: #5dbeff;
  border-bottom: 1px solid rgba(84, 221, 255, 0.7);
  font-weight: 600;
  padding-bottom: 1%;
  margin-bottom: 1%;
}
.font {
  font-size: 1.2rem;
  color: #fffdef;
}
.font2 {
  font-size: 1.2rem;
  color: #ffad50;
}
.fontl {
  font-size: 1.4rem;
  color: #c2ff7c;
}
.ftl {
  font-size: 1.3rem;
  color: #ffd607;
  border-bottom: 2px dotted rgba(84, 221, 255, 0.2);
  font-weight: 600;
}
.ftl2 {
  font-size: 1.4rem;
  color: #ffb485;
  border-bottom: 2px dotted rgba(255, 170, 0, 0.5);
  font-weight: 400;
  text-align: center;
  padding: 1%;
}
.fontr {
  color: #ff8c8c;
  font-size: 1.2rem;
}
.ftlc {
  text-align: center;
  color: #ffd752;
  font-size: 2.5vw;
  margin-bottom: 2%;
  padding-bottom: 1.5%;
  border-bottom: 2px dotted #ffd752;
}
.tl {
  position: relative;
  color: #ffc531;
  font-size: 1.3rem;
  padding-left: 25px;
  margin-top: 2%;
}
.tl:before {
  position: absolute;
  display: block;

  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  content: "★";
}
.ftll {
  font-size: 1.7rem;
  text-align: center;
  color: #d5f9ff;
  border-bottom: 2px dotted rgba(84, 221, 255, 0.4);
  padding-bottom: 2%;
  margin-bottom: 3%;
}
.ftlll {
  font-size: 2em;
  text-align: center;
  color: #ffec3e;
  border-bottom: 2px dotted rgba(240, 255, 74, 0.4);
  padding-bottom: 2%;
  margin-bottom: 3%;
}
/*  */
.ftbl {
  font-size: 2rem;
  text-align: center;
  color: #513919;
  /* border-bottom: 2px dotted rgba(84, 221, 255, 0.4); */
  padding-bottom: 2%;
  font-weight: 600;
  margin-bottom: 1%;
}
.ftsl {
  width: 100%;
  text-align: center;
  color: #726530;
  border-bottom: 2px solid rgba(66, 54, 15, 0.2);
}
.ftsll {
  width: 100%;
  text-align: center;
  color: #dcbb37;
  border-bottom: 2px solid rgba(66, 54, 15, 0.2);
}
.qatl {
  font-size: 1.5rem;
  margin: 2% auto;
  text-align: center;
  color: #3a3329;
  font-weight: 400;
}
.qatll {
  text-align: center;
  font-size: 1.2rem;
  color: #30271a;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 430px) {
  .ftlll {
    font-size: 7vw;
    text-align: center;
    color: #ffec3e;
    border-bottom: 2px dotted rgba(240, 255, 74, 0.4);
    padding-bottom: 2%;
    margin-bottom: 3%;
  }
  .ftlc {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .ftsll {
    font-size: 5vw;
  }
  .ftlc {
    text-align: center;
    color: #ffd752;
    font-size: 1.5rem;
  }
}
