body {
  margin: 0;
  min-width: 340px;
  overflow-x: hidden; }

.q-area {
  padding: 30px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: calc(100vh - 150px); }
.q-card {
  color: #3f3f3f;
  font-family: "Segoe UI", sans-serif;
  position: relative;
  overflow: hidden;
  min-width: 300px; }
.q-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
.q-level {
  font-size: 30px;
  font-weight: bold; }
.q-content {
  font-size: 1rem; }
.q-img-utilize {
  font-size: 0.9rem;
  padding: 20px 0;
  color: #5a5a5a; }
.q-graphic {
  display: flex;
  align-items: center;
  justify-content: center; }
.q-graphic img {
  width: 200px;
  height: 200px; }
.q-answer {
  width: calc(100% - 20px);
  max-width: 420px;
  position: relative; }
  .q-answer-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40px; }
  .q-answer input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border-width: 0 0 1px 0;
    border-color: #8f8f8f;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-size: 1rem;
    background: none;
    outline: 0 !important;
    position: absolute;
    bottom: 0; }
  .q-answer .submit-btn {
    position: absolute;
    right: 3px;
    bottom: 5px;
    font-family: "Segoe UI", sans-serif;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #4E4E4E;
    background: #9C9C9C;
    width: 30px;
    height: 30px;
    color: #fff;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer; }
.q-difficulty {
  display: none; }
  .q-difficulty-bar {
    display: none; }
.q-incorrect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: incorrect 0.3s ease-out forwards; }
@keyframes incorrect {
  0% {
    background: #fff0; }
  100% {
    background: #fff; } }
.dataCollect-wrap {
  position: absolute;
  transform: translateX(100vw);
  height: calc(100vh - 50px);
  width: 100vw;
  top: 50px;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  color: #fff; }
  .dataCollect-wrap h1 {
    font-family: "Segoe UI", Tahoma, sans-serif;
    /** text-decoration: underline */
    font-weight: normal;
    font-size: 20px;
    grid-column: 1/3;
    text-align: center;
    margin-bottom: 30px;
    max-width: 310px; }
  .dataCollect-wrap .dataCollect {
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-size: 1.1rem;
    font-weight: bold; }
    .dataCollect-wrap .dataCollect h1 {
      font-weight: bold; }
    .dataCollect-wrap .dataCollect input[type="text"] {
      border: 2px solid #006cd1;
      border-radius: 100px;
      padding: 3px;
      text-align: center;
      background: #ffffff85;
      color: #494949; }
    .dataCollect-wrap .dataCollect .data_form_item {
      margin-bottom: 20px;
      width: 270px;
      margin-left: calc((100% - 270px) / 2); }
      .dataCollect-wrap .dataCollect .data_form_item button[type="submit"] {
        width: 75px;
        font-size: 1rem;
        font-family: "Segoe UI", Tahoma, sans-serif;
        border-radius: 100px;
        background: #1556e2;
        border: 1px solid #1048be;
        color: #fff;
        font-weight: bold;
        padding: 5px;
        box-sizing: border-box;
        margin-left: calc(100% - 90px);
        margin-top: 20px;
        cursor: pointer; }
      .dataCollect-wrap .dataCollect .data_form_item .data_field {
        margin-left: 10px; }

@media screen and (max-width: 530px) {
  .dataCollect-wrap {
    background: #00b3ff; } }
@media(min-width: 530px) {
  body {
    background: #e6e6e6; }

  .q-area {
    padding: 50px; }
  .q-card {
    box-shadow: 0 0 10px #8b8b8b;
    max-width: 900px;
    min-width: 500px;
    box-sizing: border-box;
    min-height: 400px;
    background: #fff;
    padding: 25px 50px;
    padding-bottom: 100px;
    border: 1px solid #9C9C9C;
    border-radius: 5px; }
  .q-answer {
    max-width: 520px; }
  .q-difficulty {
    display: block;
    font-size: 0.8rem;
    color: #646464;
    position: absolute;
    left: 3px;
    bottom: 5px; }
    .q-difficulty-bar {
      display: block;
      width: 100%;
      height: 5px;
      background: #40FF40;
      position: absolute;
      bottom: 0;
      left: 0; }

  .dataCollect {
    background: #00b3ff;
    color: #fff;
    border: 2px solid #0086c4;
    border-radius: 10px; }

  @keyframes incorrect {
    0% {
      background: rgba(255, 0, 0, 0); }
    100% {
      background: rgba(255, 0, 0, 0.2); } } }
@media(min-width: 630px) {
  .q-card {
    min-width: 600px; } }
@media(min-width: 830px) {
  .q-card {
    min-width: 800px; } }
@media(min-width: 930px) {
  .q-card {
    min-width: 900px; } }
@media(max-width: 530px) {
  .q-area {
    align-items: flex-start;
    padding: 30px 10px; } }

/*# sourceMappingURL=index.css.map */
