body,
div,
span,
header,
footer,
nav,
section,
aside,
article,
ul,
dl,
dt,
dd,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
img,
textarea,
button,
input,
select,
figure,
figcaption {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

html {
  font-size: 100px;
}

html,
body {
  width: 100%;
}

#home {
  position: relative;
  background: url(../img/home.webp) no-repeat;
  color: #ffffff;
  background-size: cover;
  height: 100vh;
}

.header {
  text-align: center;
}
.header img {
  width: 2rem;
  height: 1rem;
}

#home .fp-tableCell {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.6rem;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: fadeIn 2s forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

#home .home-title {
  text-align: center;
  font-size: 0.8rem;
  padding-bottom: 0.2rem;
  font-weight: 700;
}
#home .row-three {
  text-align: center;
  font-size: 0.3rem;
}

#service .service-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.1rem;
}
.service-item img {
  transform: rotate(90deg);
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.serviceBox {
  text-align: left;
}

.serviceBox span {
  color: #333333;
  font-size: 0.3rem;
  font-weight: 700;
}

.serviceBox p {
  color: #666666;
  font-size: 0.2rem;
  /* width: 10rem; */
}

#service .service-left .service-item img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.26rem;
}

#service .service-right .title {
  width: 100%;
  text-align: right;
}

#service .service-right h3 {
  color: #333333;
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 0.87rem;
  margin-right: 0.32rem;
}

#service .service-right img {
  width: 7.04rem;
  height: 5.04rem;
}

.about-box {
  width: 50%;
  margin: 0 auto;
  font-size: 0.6rem;
}
.icon {
  width: 0.5rem;
  height: 0.5rem;
}
.footer {
  margin-top: 1rem;
  background-color: #363636;
  padding: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  color: #ffffff;
}
.footer-box {
  width: 100%;
}
.footer-top {
  width: 100%;
  padding-bottom: 0.2rem;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.footer-bottom {
  margin-top: 0.1rem;
  text-align: center;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 50px;
  }
  #home .home-title {
    font-size: 0.5rem;
  }

  .header img {
    width: 4rem;
    height: 1.95rem;
  }

  .about-box {
    padding: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    font-size: 0.6rem;
  }
}
