body {
  background-color: white;
}
/* header{
    position: relative;
    padding: 50px;
    background-color: #2993d193;
    z-index: 3;
    width: 100vw;
    color: white;
} */
/* header{
    position: relative;
    top: 0;
    padding: 10px;
    background-color: white;
    z-index: 3;
    width: 100vw;

} */
.main {
  margin: 0 auto;
  border: 1px solid #c1c1c1;
  width: 900px;
  height: 361px;
  background: url("./23.jpg");
  background-size: 900px 361px;
  background-repeat: no-repeat;

  /* overflow: auto; */
}

.hotsport-1 {
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}
.checkbox-wrapper {
  display: flex;
  flex-wrap: nowrap;

  /* width: 900px; */
}
.checkbox-wrapper > div {
  margin: 0 20px;
}
.checkbox-wrapper label .bullet {
  position: relative;
  width: 10px;
  height: 100%;
  padding: 0 3px;
}
.bullet::after {
  content: "";
  position: absolute;

  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

/* .VacuumTechnique-filter .bullet::after{
    border: 3px solid #c8102e;
}
.IndustrialTechnique-filter .bullet::after{
    border: 3px solid #ffcd00;
}
.PowerTechnique-filter .bullet::after{
    border: 3px solid #6d1a78;
}
.CompressorTechnique-filter .bullet::after{
    border: 3px solid #43b02a;
} */

.VacuumTechnique-filter label {
  border-bottom: 3px solid #c8102e;
}
.IndustrialTechnique-filter label {
  border-bottom: 3px solid #ffcd00;
}
.PowerTechnique-filter label {
  border-bottom: 3px solid #6d1a78;
}
.CompressorTechnique-filter label {
  border-bottom: 3px solid #43b02a;
}

.scroll {
  overflow: auto;
  width: 100%;
  height: 368px;
  cursor: grab;
}

.modal-wrapper {
  background-color: #0078a1;
  padding: 1rem;
  position: relative;
  width: 80%;
  margin: 1rem auto;
}
.modal-header {
  right: 0;
  border: none;
  background: black;
  border-radius: 50%;
  padding: 0;
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  transform: translate(50%, -30%);
}
.modal-header button {
  padding: 0;
  margin: 0 !important;
  background-color: black;
  opacity: 1;
  display: inline-block;
  background: transparent url(./Path.svg) center no-repeat;
}

.modal-body {
  padding: 0;
  background-color: #0078a1;
  color: white;
  display: flex;
  flex-direction: column;
}
#modal-image {
  width: 100%;
}
#modal-image img {
  width: 100%;
}
.modal-content {
  padding: 25px 0;
  background-color: #0078a1;
  border-radius: 0;
  border: none;
}
.modal-content h5 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}
.modal-content a {
  color: white;
  text-decoration: none;
  font-style: italic;
  font-size: 24px;
  font-weight: 400;
}
.main {
  position: relative;
}
.mobile-ani {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.arrows {
  width: 35px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}
.arrows-left {
  transform: rotate(90deg);
  left: 10%;
}
.arrows-right {
  transform: rotate(-90deg);
  left: 100%;
}

.arrows path {
  stroke: #2994d1;
  fill: transparent;
  stroke-width: 4px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}
/* .cust-tooltip{
    background-color: white;
    color: black;
} */
.cust-tooltip {
  position: relative;
  /* display: inline-block; */
  /* border-bottom: 1px dotted black; */
}

.cust-tooltip .tooltiptext {
  visibility: hidden;
  /* width: 120px; */
  background-color: #ffcd00;
  color: #373d41;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  /* border-radius: 6px; */
  padding: 12px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  left: 20px;
  top: -40px;
  transform: translate(-50%, -106%);
}

.hotsport-1:hover .tooltiptext {
  visibility: visible;
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

@media screen and (min-width: 900px) {
  .mobile-ani {
    display: none;
  }

  .modal-wrapper {
    width: unset;
    margin: unset;
  }

  .modal-body {
    flex-direction: row;
  }

  .modal-content {
    padding: 0 25px;
  }
  .modal-content a{
      font-size: 18px;
  }
}
@media screen and (min-width: 1200px){
  h1{
    font-size: 35px;
  }
}