* {
  margin: 0;
  padding: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

article,
aside,
body,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

body {
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #EEEEEE;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

section {
  width: 100%;
  height: 100%;
}

main {
  flex: 1;
}

.content-section {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.content-main {
  width: 600px;
  margin-top: 114px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E2E2E2;
}
.content-main > img {
  width: 100%;
}

.content-products {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.product-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  background: white;
  border-radius: 8px;
  padding: 16px;
  margin-top: 24px;
}
.product-item > .product-icon {
  margin-bottom: auto;
  margin-right: 24px;
}
.product-item > .product-icon > img {
  width: 112px;
}

.product-des {
  display: flex;
  flex-direction: column;
}
.product-des > a {
  width: -moz-fit-content;
  width: fit-content;
}

.center {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ma-t-n {
  margin-top: 36px;
}

.w600 {
  max-width: 600px;
}

html,
.root {
  font-size: 15px;
  line-height: 23px;
}

body,
input,
textarea,
.article {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 23px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI", sans-serif;
}

h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 16px;
  margin-bottom: 24px;
  padding-bottom: 8px;
}

p {
  font-size: 15px;
  font-weight: 300;
  color: #636363;
  text-align: justify;
}

p, ul, ol, pre, table, blockquote {
  margin-top: 0;
  margin-bottom: 18px;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

hr, .hr {
  border: 1px solid;
  margin: -1px 0;
}

a, b, i, strong, em, small, code {
  line-height: 0;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul > li {
  display: list-item;
  margin-left: 32px;
  list-style-type: disc;
}

ul > li:before {
  display: list-item;
}

.top-line {
  border-top: 1px solid #fff;
}

.navbar-main {
  display: flex;
  height: 50px;
  align-items: center;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0px;
}

.navbar-brand {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  height: 22px;
}

.navbar-button {
  position: absolute;
  right: 24px;
}

.header-wrapper {
  background: #fff;
  margin-top: 52px;
}

.header-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 500px;
}

.header-title {
  flex-basis: 50%;
  max-width: 50%;
}

.header-image {
  margin-right: auto;
}

footer {
  width: 100%;
  height: 50px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  border-top: 1px solid #E2E2E2;
  display: flex;
}
footer > p {
  text-align: center;
  margin: auto;
  font-size: 14px;
}

@media (max-width: 599px) {
  .content-main,
  .content-products {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  img {
    max-width: 100%;
    max-height: 100%;
  }
  .product-item {
    flex-direction: column;
    text-align: center;
  }
  .product-item > .product-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .product-item > .product-icon > img {
    width: 142px;
  }
  .product-des > a {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .product-des > p {
    order: 2;
    margin-top: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 320px) {
  .content-main,
  .content-products {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 240px) {
  .content-main,
  .content-products {
    width: 240px;
    padding-left: 16px;
    padding-right: 16px;
  }
}