.top-placeholder {
  width: 100%;
  height: 4.95vw;
  background-color: #212d39;
}

.banner {
  width: 100%;
  height: 26.67vw;
  position: relative;
}

.banner img {
  width: 100%;
  height: 26.67vw;
  position: absolute;
}

.banner .content {
  position: relative;
}

.banner .sup {
  color: #fff;
  font-size: 2.60vw;
  font-weight: bold;
  padding-top: 8.54vw;
  margin-left: 9.06vw;
}

.banner .sub {
  color: #fff;
  font-size: 0.83vw;
  margin-left: 9.06vw;
  width: 31.25vw;
}


.content1 {
  display: flex;
  font-size: 1.04vw;
  width: 100%;
  padding-left: 36.46vw;
  padding-top: 9.17vw;
  /* margin-top: -39.06vw; */
  margin-bottom: 7.81vw;
}

#diesel-more-ui-left {
  position: sticky;
  padding-top: 9.38vw;
  margin-left: 12.50vw;
  top: 0;
}

#diesel-more-ui-left .text-one {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.15vw;
  font-weight: bold;
}

#diesel-more-ui-left .text-one #clear-btn {
  color: #17BBEF;
  cursor: pointer;
}


#diesel-more-ui-left .t-hr {
  margin-top: 1.15vw;
  margin-bottom: 0.10vw;
  width: 100%;
  height: 0.05vw;
  background-color: #B8B8B8;
}

#diesel-more-ui-left .text-two {
  font-weight: bold;
  height: 3.13vw;
  line-height: 3.13vw;
  margin-bottom: -0.52vw;
  margin-top: 0.52vw;
  font-size: 1.15vw;
}

#diesel-more-ui-left .checkbox-option {
  display: flex;
  align-items: center;
  height: 2.08vw;
  margin-left: 0.10vw;
}

#diesel-more-ui-left .checkbox-option label {
  margin-left: 0.52vw;
  height: 2.08vw;
  line-height: 2.08vw;
  font-weight: lighter;
  cursor: pointer;
  font-size: 0.94vw;
  letter-spacing: 0.05vw;
  padding-left: 0.21vw;
}

#diesel-more-ui-right {
  margin-left: 0;
  padding: 0;
  position: relative;
  width: 55.21vw;
}

#diesel-more-ui-right .right-total {
  font-size: 0.83vw;
  font-weight: lighter;
  color: #676767;
  height: 1.77vw;
  line-height: 1.77vw;
  width: fit-content;
}

#diesel-more-ui-right .card-info {
  width: 14.43vw;
  height: 20.42vw;
  background-color: #F5F5F5;
  margin-right: 3.44vw;
  margin-bottom: 3.02vw;
  overflow: hidden;
}

#diesel-more-ui-right .card-info img {
  margin-top: 2.60vw;
  margin-bottom: 1.46vw;
}

#diesel-more-ui-right .card-info .txt {
  height: 1.56vw;
}

#diesel-more-ui-right .card-info .know-more {
  display: none;
  background-color: #17bbef;
  width: 5.94vw;
  text-align: center;
  height: 1.35vw;
  line-height: 1.25vw;
  font-size: 0.73vw;
  color: #fff;
  border-radius: 0.68vw;
  margin: auto;
}
#diesel-more-ui-right .card-info:hover .know-more {
  display: block;
}