
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

p {
  margin: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
  border: 0 solid #ddd;
}

body,
html {
  display: flex;
  min-width: 320px;
  height: 100%;
  font-size: 16px;
  font-family: Arial, 微軟正黑體, Microsoft JhengHei, Roboto, PingFangTC,
    sans-serif;
  color: #292929;
  background-color: #f3f3f3;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  flex-direction: column;
}

.container {
  margin: 0 auto;
  min-width: 320px;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1320px;
  }
}

img {
  width: 100%;
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.font-700 {
  font-weight: 700;
}

.h-full {
  height: 100%;
}

.text-14 {
  font-size: 14px;
  line-height: 20px;
}

.text-20 {
  font-size: 20px;
  line-height: 28px;
}

.border-gray-200 {
  --border-opacity: 1;
  border-color: #eeeeee;
}

.border-b {
  border-bottom-width: 1px;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-40 {
  margin-bottom: 40px;
}

.px-16 {
  padding-right: 16px;
  padding-left: 16px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.relative {
  position: relative;
}

.text-gray-500 {
  --text-opacity: 1;
  color: #7e7e7e;
}

.text-red-200 {
  --text-opacity: 1;
  color: #ea475b;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.w-132 {
  width: 132px;
}

.w-full {
  width: 100%;
}

.text-center {
  text-align: center;
}

@font-face {
  font-size: 16px;
  font-family: Microsoft JhengHei Modify;
  font-weight: 400;
  unicode-range: 'U+7db0', 'U+78A7', 'U+7B75';
  font-style: normal;
  src: local('Microsoft JhengHei');
}

#app-maintenance {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

#app-maintenance .MyHeader {
  height: 45px;
}

#app-maintenance .MyHeader .MyHeader__logoPic {
  height: 16px;
}
@media (min-width: 1024px) {
  #app-maintenance .MyHeader {
    height: 70px;
  }

  #app-maintenance .MyHeader .MyHeader__logoPic {
    height: 25px;
  }
}

#app-maintenance .MaintenanceContent {
  flex: 1 0 auto;
}

#app-maintenance .MaintenanceContent__pic {
  width: 162px;
  height: 120px;
}
@media (min-width: 1024px) {
  #app-maintenance .MaintenanceContent__pic {
    width: 370px;
    height: 274px;
  }
}
@media (min-width: 1024px) {
  .md\:text-left {
    text-align: left;
  }

  .md\:rounded {
    border-radius: 4px;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-24 {
    margin-top: 24px;
  }

  .md\:mb-48 {
    margin-bottom: 48px;
  }

  .md\:mr-52 {
    margin-right: 52px;
  }

  .md\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:shadow-024 {
    box-shadow: 0 2px 4px 0 rgba(41, 41, 41, .2);
  }

}
