* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 500;
  font-family: cera-round-pro, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
::-webkit-scrollbar {
  width: 1.5vw;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: orangered;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e63e00;
}
.coverlogo {
  margin: 3vh auto;
  width: 80vw;
}
.coverlogo .logo {
  width: 100%;
}
.coverlogo .logo img {
  width: 15vw;
}
form {
  width: 40vw;
  margin: 0 auto;
}
form .datimu h1 {
  font-size: 3vw;
  line-height: 4vw;
  text-align: justify;
}
form .question {
  border-top: 3vh solid orangered;
  border-radius: 5px;
  border-left: 1px solid #acacac;
  background-color: ghostwhite;
  box-shadow: 5px 5px 5px gainsboro;
  text-align: justify;
  padding: 2vw;
  margin-bottom: 5vh;
  box-sizing: content-box;
}
form .question .datimu2 {
  font-size: 1.3vw;
}
form .question .timu {
  font-size: 1.5vw;
  text-align: justify;
}
form .question .timu .rAXpye {
  color: red;
}
form .question .timu .rAXpye::before {
  content: " ";
}
form .question .timuvalue {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
  line-height: 60px;
  font-weight: bold;
}
form .question .timuvalue input[type="radio"] {
  width: 3vw;
  height: 3vh;
}
form .question .zhiliao {
  font-size: 2vw;
  display: flex;
  flex-direction: column;
}
form .question .zhiliao .tianzhiliao .M7eMe {
  width: 30%;
}
form .question .zhiliao .tianzhiliao input {
  width: 70%;
  border: none;
  padding: 0 2vw;
  font-size: 2vw;
  color: #021160;
}
form .question .zhiliao div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}
form .question input[type="submit"] {
  color: white;
  border: none;
  background-color: orangered;
  margin-top: 10px;
  line-height: 5vw;
  border-radius: 5px;
  font-size: 3vw;
}
form .name {
  margin-bottom: 0;
}
footer {
  position: relative;
  bottom: 0;
  width: 100%;
}
.footer {
  position: relative;
  border-bottom: 3vh solid orangered;
}
.footer h5 {
  font-weight: bold;
  text-align: center;
  line-height: 6vw;
  font-size: 3vw;
}
.footer .flogo {
  height: 3vw;
  margin-bottom: 2vw;
}
.footer .flogo .flogo-display {
  width: 40vw;
  display: flex;
  justify-content: space-evenly;
  height: 3vw;
  margin: auto;
}
.footer .flogo .flogo-display .flogo-image {
  position: relative;
  width: 3vw;
}
.footer .flogo .flogo-display .flogo-image .flogo-show,
.footer .flogo .flogo-display .flogo-image .flogo-hide {
  position: absolute;
}
.footer .flogo .flogo-display .flogo-image .flogo-show {
  opacity: 1;
  transition: 0.3s ease;
}
.footer .flogo .flogo-display .flogo-image .flogo-show:hover,
.footer .flogo .flogo-display .flogo-image .flogo-show:active {
  opacity: 0;
}
.footer .flogo .flogo-display img {
  width: 3vw;
}
@media only screen and (max-width: 600px) {
  .coverlogo {
    margin: 3vh auto;
    width: 80%;
  }
  .coverlogo .logo {
    width: 100%;
    text-align: center;
  }
  .coverlogo .logo img {
    width: 70vw;
  }
  form {
    width: 92vw;
    margin: 0 auto;
  }
  form .datimu h1 {
    font-size: 9vw;
    line-height: 18vw;
    text-align: justify;
  }
  form .question {
    border-top: 10px solid orangered;
    border-radius: 5px;
    border-left: 1px solid #acacac;
    background-color: ghostwhite;
    box-shadow: 5px 5px 5px gainsboro;
    text-align: justify;
    padding: 10vw;
    margin-bottom: 5vh;
    box-sizing: content-box;
  }
  form .question .datimu2 {
    font-size: 4vw;
  }
  form .question .timu {
    font-size: 4.5vw;
    text-align: justify;
  }
  form .question .timu .rAXpye {
    color: red;
  }
  form .question .timu .rAXpye::before {
    content: " ";
  }
  form .question .timuvalue {
    display: flex;
    justify-content: space-around;
    font-size: 30px;
    line-height: 60px;
    font-weight: bold;
  }
  form .question .timuvalue input[type="radio"] {
    width: 5vw;
    height: 5vh;
  }
  form .question .zhiliao {
    font-size: 5vw;
    display: flex;
    flex-direction: column;
  }
  form .question .zhiliao .tianzhiliao .M7eMe {
    width: 30%;
  }
  form .question .zhiliao .tianzhiliao input {
    width: 70%;
    border: none;
    padding: 0 2vw;
    font-size: 5vw;
    color: #021160;
  }
  form .question .zhiliao div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  form .question input[type="submit"] {
    color: white;
    border: none;
    background-color: orangered;
    margin-top: 10px;
    line-height: 10vw;
    border-radius: 5px;
    font-size: 6vw;
  }
  form .name {
    margin-bottom: 0;
  }
  .footer {
    position: relative;
    border-bottom: 5vh solid orangered;
  }
  .footer h5 {
    font-weight: bold;
    text-align: center;
    line-height: 10vw;
    font-size: 5vw;
  }
  .footer .flogo {
    height: 10vw;
    margin-bottom: 5vw;
  }
  .footer .flogo .flogo-display {
    display: flex;
    justify-content: space-evenly;
    height: 10vw;
    width: auto;
  }
  .footer .flogo .flogo-display .flogo-image {
    position: relative;
    width: 10vw;
  }
  .footer .flogo .flogo-display .flogo-image .flogo-show,
  .footer .flogo .flogo-display .flogo-image .flogo-hide {
    position: absolute;
  }
  .footer .flogo .flogo-display .flogo-image .flogo-show {
    opacity: 1;
    transition: 0.3s ease;
  }
  .footer .flogo .flogo-display .flogo-image .flogo-show:hover,
  .footer .flogo .flogo-display .flogo-image .flogo-show:active {
    opacity: 0;
  }
  .footer .flogo .flogo-display img {
    width: 10vw;
  }
}
/*answer page*/
#answer {
  width: 40vw;
  margin: 0 auto;
}
#answer .question {
  border-top: 10px solid orangered;
  border-radius: 5px;
  border-left: 1px solid #acacac;
  background-color: ghostwhite;
  box-shadow: 5px 5px 5px gainsboro;
  text-align: justify;
  padding: 2vw;
  margin-bottom: 4vh;
}
#answer .question .alogo {
  height: 3vw;
}
#answer .question .alogo .alogo-display {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  height: 3vw;
  margin: auto;
}
#answer .question .alogo .alogo-display .alogo-image {
  position: relative;
  width: 3vw;
}
#answer .question .alogo .alogo-display .alogo-image .alogo-show,
#answer .question .alogo .alogo-display .alogo-image .alogo-hide {
  position: absolute;
}
#answer .question .alogo .alogo-display .alogo-image .alogo-show {
  opacity: 1;
  transition: 0.3s ease;
}
#answer .question .alogo .alogo-display .alogo-image .alogo-show:hover,
#answer .question .alogo .alogo-display .alogo-image .alogo-show:active {
  opacity: 0;
}
#answer .question .alogo .alogo-display img {
  width: 3vw;
}
#answer div {
  line-height: 3.5vw;
  font-size: 2vw;
}
#answer div span {
  font-size: 1.5vw;
}
#answer #showName {
  display: flex;
}
#answer #showEmail {
  display: flex;
}
#answer #showContact {
  display: flex;
}
#answer hr {
  display: none;
  margin-bottom: 0vw;
}
#demos {
  display: flex;
  flex-wrap: wrap;
}
#demos div {
  width: 50%;
}
.disc-font {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2vh;
}
.disc-font h2 {
  font-size: 8vw;
  margin-right: 1vw;
  line-height: initial;
}
.beizhu {
  margin: 2vh 0;
  font-size: 1.5vw;
}
.beizhu p {
  font-size: 1.5vw;
}
@media only screen and (max-width: 600px) {
  #answer {
    width: 90vw;
    margin: 0 auto;
  }
  #answer .question {
    border-top: 10px solid orangered;
    border-radius: 5px;
    border-left: 1px solid #acacac;
    background-color: ghostwhite;
    box-shadow: 5px 5px 5px gainsboro;
    text-align: justify;
    padding: 10vw;
    margin-bottom: 5vh;
  }
  #answer .question .alogo {
    height: 10vw;
    margin-top: 5vw;
  }
  #answer .question .alogo .alogo-display {
    display: flex;
    justify-content: space-evenly;
    height: 10vw;
    width: auto;
  }
  #answer .question .alogo .alogo-display .alogo-image {
    position: relative;
    width: 10vw;
  }
  #answer .question .alogo .alogo-display .alogo-image .alogo-show,
  #answer .question .alogo .alogo-display .alogo-image .alogo-hide {
    position: absolute;
  }
  #answer .question .alogo .alogo-display .alogo-image .alogo-show {
    opacity: 1;
    transition: 0.3s ease;
  }
  #answer .question .alogo .alogo-display .alogo-image .alogo-show:hover,
  #answer .question .alogo .alogo-display .alogo-image .alogo-show:active {
    opacity: 0;
  }
  #answer .question .alogo .alogo-display img {
    width: 10vw;
  }
  #answer div {
    line-height: 8vw;
    font-size: 5vw;
  }
  #answer div span {
    font-size: 4vw;
  }
  #answer #showName {
    display: flex;
  }
  #answer #showEmail {
    display: flex;
  }
  #answer #showContact {
    display: flex;
  }
  #answer hr {
    margin-bottom: 10vw;
  }
  #demos {
    display: flex;
    flex-wrap: wrap;
  }
  #demos div {
    width: 50%;
  }
  .disc-font {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 2vh;
  }
  .disc-font h2 {
    font-size: 20vw;
    margin-right: 2vw;
    line-height: initial;
  }
  .beizhu {
    margin: 2vh 0;
    font-size: 4vw;
  }
  .beizhu p {
    font-size: 4vw;
  }
}
/*admin page*/
.record-disc h1 {
  text-align: center;
  margin: 10px 0;
}
.searchBar {
  display: flex;
  justify-content: space-between;
}
.searchBar input[type="text"] {
  width: 69%;
  border-radius: 5px;
  padding-left: 5px;
  border: 0.5px solid;
}
.searchBar button[type="submit"] {
  height: 30px;
  width: 30%;
  border: none;
  background: orangered;
  color: white;
  border-radius: 5px;
}
.search-table {
  height: 70vh;
  width: 45vw;
  margin: 5vh auto;
  overflow: auto;
}
.search-table table,
.search-table th,
.search-table td {
  border-collapse: collapse;
  border: 1px solid;
  padding: 10px;
  width: max-content;
}
@media only screen and (max-width: 600px) {
  .searchBar {
    display: flex;
    justify-content: space-between;
  }
  .searchBar input[type="text"] {
    width: 69%;
    border-radius: 5px;
    padding-left: 5px;
    border: 0.5px solid;
  }
  .searchBar button[type="submit"] {
    height: 30px;
    width: 30%;
    border: none;
    background: orangered;
    color: white;
    border-radius: 5px;
  }
  .search-table {
    width: 90vw;
    margin: 5vh auto;
    overflow-y: auto;
  }
  .search-table table,
  .search-table th,
  .search-table td {
    border-collapse: collapse;
    border: 1px solid;
    padding: 10px;
    width: max-content;
  }
}
/*# sourceMappingURL=./index.css.map */