@charset "UTF-8";
.web-discount {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to top, #00385f 80%, #ffffff00 80%);
  width: 100%;
  z-index: 30;
  opacity: 0.89;
}

.web-discount .web-discount-img {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.web-discount .web-discount-img img {
  margin-bottom: -4px;
}

.web-discount .web-discount-img button {
  position: absolute;
  top: 45%;
  right: 0;
  transform: translateY(-25%);
  background: transparent;
  color: #fff;
  font-size: 2rem;
}

.bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000ad;
  z-index: 32;
}

.bg .alertBox {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg .alertBox .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  width: 80%;
  padding: 5px;
  border: 2px solid #b78846;
}

.bg .alertBox .box:before {
  content: "•";
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #b78846;
  border: 2px solid #b78846;
  line-height: 12px;
  top: 5px;
  text-align: center;
}

.bg .alertBox .box:before {
  left: 5px;
}

.bg .alertBox .box:after {
  right: 5px;
}

.bg .alertBox .box .box-inner {
  position: relative;
  border: 2px solid #b78846;
  padding: 40px;
}

.bg .alertBox .box .box-inner p, .bg .alertBox .box .box-inner a {
  text-align: left;
}

.bg .alertBox .box .box-inner:before, .bg .alertBox .box .box-inner:after {
  content: "•";
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #b78846;
  border: 2px solid #b78846;
  line-height: 12px;
  bottom: -2px;
  text-align: center;
}

.bg .alertBox .box .box-inner:before {
  left: -2px;
}

.bg .alertBox .box .box-inner:after {
  right: -2px;
}

.bg .alertBox .box button {
  cursor: pointer;
  border: none;
  color: #fff;
  background: transparent;
  border-radius: 3px;
  position: absolute;
  font-size: 1.25rem;
  top: -46px;
  right: 0;
  padding: 0 10px;
}

.bg .alertBox .box button:focus {
  outline: none;
}

@media screen and (max-width: 991px) {
  .bg .alertBox .box .box-inner {
    padding: 20px;
  }
  .box-inner-div {
    height: 300px;
    overflow-x: auto;
  }
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  ::-webkit-scrollbar-track {
    background: #ddd;
  }
  ::-webkit-scrollbar-thumb {
    background: #b78846;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #b78846;
  }
  ::-webkit-scrollbar-track:hover {
    background: blue;
  }
}

@media screen and (max-width: 812px) {
  .box-inner-div {
    height: 180px;
  }
}

@media screen and (max-width: 667px) {
  .bg .alertBox .box .box-inner {
    padding: 10px;
  }
}
/*# sourceMappingURL=float_mask.css.map */