#mainWrite ul, #mainWrite h1,
#mainWrite h2,
#mainWrite h3,
#mainWrite h4,
#mainWrite h5,
#mainWrite h6,
#mainWrite p,
#mainWrite li,
#mainWrite span {
  margin: 0;
  padding: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

html {
  font-size: 10px;
}

@media (min-width: 1171px) {
  .w3-container .w3-dropdown-click .dropBtn {
    font-size: 15px;
    padding: 25px 8px 15px;
    margin: 0;
    color: #fff !important;
  }
}

.w3-input {
  padding: 10px;
}

@media (max-width: 500px) {
  .w3-container,
  .w3-panel {
    padding: 0.01em 0;
  }
}

#mainWrite h1,
#mainWrite h2,
#mainWrite h3,
#mainWrite h4,
#mainWrite h5,
#mainWrite h6,
#mainWrite p,
#mainWrite li,
#mainWrite span {
  line-height: normal;
  font-family: PingFang, "Microsoft JhengHei", Arial, sans-serif;
}

#mainWrite h1,
#mainWrite h2 {
  font-size: 4rem;
  margin-bottom: 20px;
}

#mainWrite h3 {
  font-size: 3rem;
}

#mainWrite h4 {
  font-size: 2rem;
}

#mainWrite p,
#mainWrite li {
  font-size: 1.6rem;
}

#mainWrite .menu_bottom ul li {
  display: inline;
  font-size: 16px;
  margin: 5px;
  font-weight: 700;
}

section {
  max-width: 1600px;
  min-width: 375px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

font {
  width: 100%;
}

.text-bold {
  font-weight: bold;
}

.pchide {
  display: none;
}

.mhide {
  display: block;
}

.text-box {
  position: absolute;
}

.title-box {
  position: static;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

@media (max-width: 999px) {
  .pchide {
    display: block;
  }
  .mhide {
    display: none;
  }
}

.w-auto {
  width: auto;
}

.margin-auto {
  margin: 0 auto;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

img {
  width: 100%;
}

.flex {
  display: flex;
}

.justifyContent {
  justify-content: center;
}

.alignItems {
  align-items: center;
}

.flexWrap {
  flex-wrap: wrap;
}

#formContainer {
  padding: 2% 0;
  background-image: url("https://plustek.com/content/en/customized-scan-modules/securescan/myImages/interlaced.png");
}

#formContainer > h2 {
  color: #fc7d1f;
  margin-bottom: 50px;
}

#formContainer #submitForm {
  background-color: transparent;
  width: 100%;
  max-width: 1200px;
}

#formContainer #submitForm .row {
  margin-bottom: 30px;
}

#formContainer #submitForm .row:nth-child(2) {
  margin-bottom: 10px;
}

#formContainer #submitForm input,
#formContainer #submitForm span,
#formContainer #submitForm img {
  display: inline-block;
}

#formContainer #submitForm textarea {
  resize: none;
}

#formContainer #submitForm #retryBtn {
  width: auto;
  cursor: pointer;
}

#formContainer #submitForm #createImg img {
  width: auto;
}

#mainWrite h1,
#mainWrite h2 {
  font-size: 3.4rem;
}

@media (max-width: 680px) {
  #mainWrite p,
  #mainWrite li {
    font-size: 1.4rem;
  }
}

#mainWrite > section:first-of-type {
  background-image: url(https://plustek.com/content/en/faq/da2-ip-images/banner-bg.jpg);
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  #mainWrite > section:first-of-type {
    background-image: none;
    margin-top: 36px;
  }
}

#mainWrite > section:first-of-type h1 {
  background-color: #ff9300;
  margin: 5% auto;
  padding: 24px;
  font-weight: bold;
}

@media (max-width: 1280px) {
  #mainWrite > section:first-of-type h1 {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  #mainWrite > section:first-of-type h1 {
    font-size: 3.2rem;
    margin: 0;
    padding: 24px 0 0;
    width: 100%;
    background-color: #464240;
    color: #fff;
  }
}

@media (max-width: 768px) {
  #mainWrite > section:first-of-type h1 {
    font-size: 3rem;
  }
}

@media (max-width: 680px) {
  #mainWrite > section:first-of-type h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 415px) {
  #mainWrite > section:first-of-type h1 {
    font-size: 2rem;
  }
}

#mainWrite > section:nth-of-type(2) {
  padding: 36px 0;
  background-color: #464240;
}

#mainWrite > section:nth-of-type(2) .flex {
  width: 98%;
}

#mainWrite > section:nth-of-type(2) .flex .flex-box {
  padding: 24px 0;
  width: 14.5%;
  margin: 16px 1%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: .3s;
}

@media (max-width: 1024px) {
  #mainWrite > section:nth-of-type(2) .flex .flex-box {
    width: 22%;
    margin: 16px 1.5%;
  }
}

@media (max-width: 680px) {
  #mainWrite > section:nth-of-type(2) .flex .flex-box {
    width: 45%;
    margin: 16px auto;
  }
}

#mainWrite > section:nth-of-type(2) .flex .flex-box img {
  width: 40%;
  transition: .2s;
}

#mainWrite > section:nth-of-type(2) .flex .flex-box h4 {
  margin-top: 10px;
  font-weight: bold;
  transition: .3s;
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  #mainWrite > section:nth-of-type(2) .flex .flex-box:hover {
    background-color: #ffffffc2;
    border-radius: 10px;
    transform: scale(0.95);
  }
  #mainWrite > section:nth-of-type(2) .flex .flex-box:hover h4 {
    color: #000;
  }
}

#mainWrite > section:nth-of-type(2) .flex .flex-box.active {
  background-color: #ffffffda;
  border-radius: 10px;
  transform: scale(0.9);
}

#mainWrite > section:nth-of-type(2) .flex .flex-box.active h4 {
  color: #000;
}

@media (max-width: 680px) {
  #mainWrite > section:nth-of-type(2) .flex {
    width: 98%;
  }
  #mainWrite > section:nth-of-type(2) .flex .flex-box h4 {
    font-size: 1.5rem;
  }
}

#mainWrite > section:nth-of-type(3) {
  padding: 32px 16px;
}

@media (max-width: 768px) {
  #mainWrite > section:nth-of-type(3) {
    padding: 16px 5px;
  }
}

#mainWrite > section:nth-of-type(3) > div {
  margin: 24px auto;
  display: none;
}

@media (max-width: 1024px) {
  #mainWrite > section:nth-of-type(3) > div {
    width: 90%;
  }
}

@media (max-width: 768px) {
  #mainWrite > section:nth-of-type(3) > div .w50 {
    width: 70%;
  }
  #mainWrite > section:nth-of-type(3) > div .w30 {
    width: 45%;
    margin: 2.5%;
  }
}

#mainWrite > section:nth-of-type(3) > div:first-child {
  display: block;
}

#mainWrite > section:nth-of-type(3) > div .title-box h3 {
  margin: 0 auto;
  padding-bottom: 4px;
  border-bottom: 6px solid #ff9c00;
}

@media (max-width: 1024px) {
  #mainWrite > section:nth-of-type(3) > div .title-box h3 {
    width: 90%;
  }
}

#mainWrite > section:nth-of-type(3) > div p {
  margin: 24px auto 36px;
}

#mainWrite > section:nth-of-type(3) > div p.grey-text {
  color: #a5a3a2;
  font-size: 1.4rem;
}
