canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  /* background-color: #ff8a06; */
}
.install-header {
  position: relative;
  background: #ff8a00;
  height: 380px;
}
.header-content .left-content {
  padding-top: 68px;
  margin-bottom: 40px;
}
.header-content .left-content .title {
  text-align: center;
  margin-bottom: 20px;
  height: 70px;
  color: #fff;
  font-size: 56px;
  font-weight: 600;
}
.header-content .left-content .text {
  margin: 0 auto;
  text-align: center;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
}
/* ====== */

.appflag-container {
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #fff;
  height: max-content;
}

.home5-wrapper {
  margin-bottom: 40px;
}
.home5-wrapper .home5-grid {
  display: flex;
}
.home5-wrapper .item-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-align: center;
}
.home5-wrapper .item-row12 {
  margin-left: 10px;
  padding: 10px 15px 11px;
  background-color: #f5f6f7;
  border-radius: 10px 10px 0 0;
}
.home5-wrapper .home5-grid .select-btn {
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 42px;
  background: #f6f7f8;
  border-radius: 35px;
  opacity: 1;
  cursor: pointer;
}
.home5-wrapper .home5-grid .active-btn,
.home5-wrapper .home5-grid .select-dark:hover {
  background: #ff8a06;
  color: #fff;
}
.home5-wrapper .home5-grid .select-btn img {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.home5-wrapper .item-row01 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #f5f6f7;
  margin-bottom: 10px;
  padding: 10px 10px 2px;
  border-radius: 10px 0 0 10px;
}
.item-img {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 10px 12px 0;
}
.item-img .item-img-icon {
  width: 35px;
  height: 25px;
  box-shadow: 0 5px 12px rgba(112, 124, 132, 0.25);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all 0.2s ease 0s;
}
.item-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-weight: 600;
  box-shadow: 0 10px 0 #f5f6f7;
  background-color: #edeff1 !important;
}
.home5-wrapper .item-row02 {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 0 0 10px;
  background-color: #f5f6f7;
}
.last-con {
  box-shadow: 0 0 0 transparent;
}

/* .animate-button {
  background-color: red;
} */
