@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../font/SourceHanSansCN-Regular.otf");
}

* {
  font-family: "SourceHanSansCN-Regular";
  color: #000;
}
a {
  text-decoration: none;
}

body {
  background-image: url(../img/login.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  background-color: #f7f4eb;
}

.row_1 {
  margin-top: 30vw;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 10px;
}

.row_2 {
  margin-top: 0px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.over18 {
  /* display: none; */
}

.choice {
  display: flex;
  justify-content: center;
  margin: 70px auto;
}

.bt {
  text-align: center;
  line-height: 70px;
  border: 5px #1f640b solid;
  border-color: #1f640b;
  height: 70px;
  width: 130px;
  background-color: #fff;
  cursor: pointer;
  font-size: 50px;
  font-weight: 500;
  margin: auto 20px;
}

.bt_yes {
  background-color: #1f640b;
  color: #fff;
}

.clause {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
}
.ystk {
  text-decoration: underline;
}
