h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
div {
  box-sizing: border-box;
}
.tri-guard h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.tri-guard p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: left;
}
.tri-guard .tri-ov,
.tri-guard .tri-features,
.tri-guard .tri-brighter,
.tri-guard .tri-modes,
.tri-guard .tri-app {
  margin-bottom: 80px;
}
.tri-guard .tri-features .features-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tri-guard .tri-features .features-list .features-box {
  width: 30%;
  height: 160px;
  margin-bottom: 30px;
  text-align: center;
  padding: 20px 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 6px #999999;
}
.tri-guard .tri-features .features-list .features-box img {
  height: 45px;
  margin:0 auto;
  margin-bottom: 15px;
}
.tri-guard .tri-features .features-list .features-box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tri-guard .tri-features .features-list .features-box p {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.tri-guard .tri-brighter p {
  margin-bottom: 30px;
  text-align: center;
}
.tri-guard .tri-brighter .tri-brighter-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.tri-guard .tri-brighter .tri-brighter-list .tri-brighter-box {
  width: 45%;
}
.tri-guard .tri-brighter .tri-brighter-list .tri-brighter-box img {
  width: 100%;
}
.tri-guard .tri-modes .tri-modes-title ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.tri-guard .tri-modes .tri-modes-title ul li {
  width: 140px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin: 0 10px;
  font-weight: bold;
  box-shadow: 0px 0px 6px #999999;
  border-radius: 5px;
  cursor: pointer;
}
.tri-guard .tri-modes .tri-modes-title ul .current {
  box-shadow: none;
  color: white;
  background: linear-gradient(to right, #2977BC, #E43025);
}
.tri-guard .tri-modes .tri-modes-wrap {
  display: none;
}
.tri-guard .tri-modes .tri-modes-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
.tri-guard .tri-modes .tri-modes-list .tri-modes-box {
  width: 32%;
}
.tri-guard .tri-modes .tri-modes-list .tri-modes-box img {
  width: 100%;
}
.tri-guard .tri-app .tri-app-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .w1200 {
    width: 100%;
    padding: 0 10px;
  }
  .tri-guard h2 {
    font-size: 26px;
  }
  .tri-guard .tri-ov,
  .tri-guard .tri-features,
  .tri-guard .tri-brighter,
  .tri-guard .tri-modes,
  .tri-guard .tri-app {
    margin-bottom: 40px;
  }
  .tri-guard .tri-features .features-list .features-box {
    width: 100%;
  }
  .tri-guard .tri-brighter .tri-brighter-list .tri-brighter-box {
    width: 100%;
  }
  .tri-guard .tri-modes .tri-modes-title ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .tri-guard .tri-modes .tri-modes-list .tri-modes-box {
    width: 100%;
  }
}
/*# sourceMappingURL=./style.css.map */