
.discount-banner-box[data-v-4e864c99] {
    width: 100%;
    height: 100%;
}
.discount-banner[data-v-4e864c99] {
    position: relative;
    width: 100%;
    height: 60px;
    background-image: url("https://picsman.biku8.com/images/discount_banner_background.svg");
    box-sizing: border-box;
}
.discount-banner-content[data-v-4e864c99] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-right: 90px;
    max-width: 1160px;
    height: 60px;
    transform: translate(32px);
}
.bell[data-v-4e864c99] {
    position: relative;
    width: 268px;
    height: 40px;
    background-image: url("https://picsman.biku8.com/images/discount_banner_bell.webp");
    background-size: 100% 100%;
}
.bell span[data-v-4e864c99] {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #7D2202;
    line-height: 40px;
}
.bell span[data-v-4e864c99]:nth-child(1) {
    position: absolute;
    left: 11.5px;
}
.bell span[data-v-4e864c99]:nth-child(2) {
    position: absolute;
    left: 53px;
}
.bell span[data-v-4e864c99]:nth-child(3) {
    position: absolute;
    left: 107.5px;
}
.bell span[data-v-4e864c99]:nth-child(4) {
    position: absolute;
    left: 148px;
}
.bell span[data-v-4e864c99]:nth-child(5) {
    position: absolute;
    left: 202px;
}
.bell span[data-v-4e864c99]:nth-child(6) {
    position: absolute;
    left: 244.5px;
}
.desc[data-v-4e864c99] {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.desc img[data-v-4e864c99] {
    margin: 0 9px;
    width: 36px;
    height: 36px;
}
.desc span[data-v-4e864c99] {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 28px;
  text-shadow: 0px 1px 2px rgba(180, 19, 19, 0.5);
  vertical-align: middle;
  white-space: nowrap;
}
.desc strong[data-v-4e864c99] {
    font-size: 36px;
    color: #F2FF00;
    line-height: 42px;
    white-space: nowrap;
    text-shadow: 0px 2px 1px rgba(164, 11, 11, 0.5);
}
.getitnow[data-v-4e864c99] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 46px;
    font-size: 16px;
    color: #812504;
    line-height: 18px;
    background-image: url("https://picsman.biku8.com/images/discount_banner_button.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
}
.close[data-v-4e864c99] {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 48px;
    height: 48px;
    background-image: url("https://picsman.biku8.com/images/discount_banner_close.svg");
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(0, -50%);
    cursor: pointer;
}
.content[data-v-4e864c99] {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
.content.show[data-v-4e864c99] {
    height: calc(100% - 60px);
}
@media (max-width: 1280px) {
.discount-banner-content[data-v-4e864c99] {
        transform: none;
}
.bell[data-v-4e864c99] {
        display: none;
}
}
@media (max-width: 908px) {
.desc > span[data-v-4e864c99]:nth-child(2) {
        display: none;
}
}
@media (max-width: 640px) {
.discount-banner[data-v-4e864c99] {
        display: none;
}
.content.show[data-v-4e864c99] {
        height: 100%;
}
}
