.banner .box h3 {
  background: none !important;
  text-indent: 0 !important;
}

.title_b {
  display: inline-block;
  position: relative;
  z-index: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  color: #fe7f00;
  text-align: center;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0px;
}

.sale_b {
  font-size: 62px;
  color: #fe2a00;
  transform: translateY(10px);
}

.sale_b.small_b {
  font-size: 24px;
}

.small_b {
  font-size: 18px;
}

.title_b::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0px;
  font: inherit;
  z-index: -1;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  -webkit-text-stroke: 8px #fff;
}

.banner {
  height: 900px;
  background: url(../images/bg.jpg) no-repeat top center;
}

.banner h1 {
  height: 130px;
  margin-bottom: 8px;
  background: url(../images/title.png) no-repeat center bottom;
}

.feature .message dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.feature .message dl dt {
  float: none;
  margin-right: 0;
  width: 90px;
  text-align: left;
  flex-shrink: 0;
}

.feature .message dl dt img {
  width: 100%;
  height: auto;
}

.feature .message dl dd {
  float: none;
  margin-right: 0;
  flex: 1 1 0;
  text-align: left;
}
.feature .message dl p {
  text-align: left;
  font-weight: 600;
}
.feature .message dl h3 {
  margin-top: 0;
}
.floatlayer .buy-content strong::after {
  right: -96px;
  top: -51px;
  background: url(../images/float_off.png) center center no-repeat;
}