.font {
  width: 90%;
  margin: 0 auto;
  line-height: 1.6em;
}
.fontin {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6em;
}
.fonts {
  font-size: 0.9em;
  width: 90%;
  margin: 0 auto;
  line-height: 1.6em;
  color: #2f8274;
}
.fontss {
  font-size: 0.9em;
  width: 98%;
  margin: 0 auto;
  line-height: 1.6em;
  color: #612f82;
}
.fontinc {
  width: 100%;
  margin: 0 auto 1em auto;
  text-align: center;
  color: rgb(75, 71, 65);
  font-size: 1.3vw;
  font-weight: 600;
}
.fontl {
  width: 95%;
  line-height: 34px;
  font-size: 22px;
  padding: 10px 10px 10px 45px;
  color: rgb(255 247 224);
  font-weight: 600;
  background: url("../images/dot.png") no-repeat;

  background-position: 0 6px;
  text-align: left;
  height: 51px;
  margin: 0 auto;
  text-shadow: 0px 0px 10px #545454, 0px 0px 10px #545454, 0px 0px 10px #545454,
    0px 0px 10px #545454, 0px 0px 10px #545454, 0px 0px 10px #545454,
    0px 0px 10px #545454;
}
/* .fontl:before {
  height: 22px;
  width: 22px;
  padding-right: 5px;
  content: url("../images/dot.png");
  background-size: 100% auto;
  vertical-align: middle;
} */
.fontr {
  width: 90%;
  margin: 0 auto;
  padding: 1vw 0;
  color: rgb(159, 0, 0);
  line-height: 1.5em;
}
.fontrc {
  text-align: center;
  font-weight: 600;
  width: 90%;
  margin: 0 auto;
  padding: 1vw 0;
  color: rgb(159, 0, 0);
}
.fontd {
  padding-left: 10px;
  font-size: 1.2em;
  font-weight: 600;
  color: rgb(84, 80, 58);
  width: 90%;
  margin: 0.5em auto;
  line-height: 1.5em;
  /* border-left: 5px rgb(255, 213, 5) solid;
  border-bottom: 1px rgb(255, 213, 5) solid; */
}
.fontds {
  font-size: 1em;
  color: rgb(255, 244, 87);
  width: 90%;
  margin: 0 auto;
}
.fontbl {
  font-size: 1.3em;
  width: 95%;
  color: rgb(94, 85, 54);
  margin: 0.5em auto;
  font-weight: 600;
}

.fontc {
  width: 70%;
  margin: 1em auto;
  font-weight: 600;
  font-size: 1.3em;
  text-align: center;
  padding: 0.6em;
  border: 3px double rgb(120, 114, 82);
  border-radius: 1em;
  background: url("../images/bbg.jpg");
  color: #ffffd9;
}
.fontcl {
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  padding-bottom: 0.5em;
  color: rgb(246, 255, 0);
  border-bottom: 2px solid rgb(246, 255, 0);
}
.fontll {
  color: #ffcb00;
  font-weight: bold;
  font-size: 2em;
  border-bottom: 1px solid rgba(255, 200, 0, 0.7);
  padding: 10px;
  text-align: center;
  margin-bottom: 1%;
}
.fontcy {
  margin: 0 auto;
  width: 90%;
  font-size: 1.2em;
  line-height: 1.5em;
}
.pclose {
  position: absolute;
  right: 10px;
  font-size: 1.5em;
}

@media only screen and (max-width: 1230px) {
}
@media only screen and (max-width: 500px) {
  .fontbl {
    width: 90%;
    line-height: 1.5em;
  }
  .fontrc {
    width: 98%;
    font-size: 1.2em;
    padding: 1em 0;
  }
  .fontl {
    margin: 0.5em auto;
    font-size: 1.3em;
  }
}
