.uf-notice {
  position: sticky;
  top: 106px;
  z-index: 38;
  height: 100px;
  background: url('https://www.ufinebattery.com/images/upload/europe-2025-banner-pc.webp') no-repeat center center;
  background-size: cover;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.uf-notice .notice-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.uf-notice .notice-center {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100px;
}
.uf-notice .notice-center p {
  text-align: center;
}
.uf-notice .notice-center .top-tit {
  font-size: 32px;
  color: #222222;
  font-weight: bold;
  line-height: 36px;
}
.uf-notice .notice-center .top-tit span {
  color: #222222;
}
.uf-notice .notice-center .bottom-tit {
  font-size: 20px;
  color: #222222;
  font-weight: 300;
}
.uf-notice .notice-center .uf-notice-btn {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background-color: #eb3d00;
  border-radius: 45px;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
}
.uf-notice .close-ad {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-10%);
  cursor: pointer;
  transition: opacity 0.3s;
  pointer-events: all;
}
.uf-notice .close-ad svg {
  width: 30px;
}
.h5 {
  display: none;
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .h5 {
    display: block;
  }
  .pc {
    display: none;
  }
  .uf-notice {
    position: sticky;
    top: 59rem;
    z-index: 38;
    height: 59rem;
    background: url('https://www.ufinebattery.com/images/upload/the-battery-show-europe-2025-banner-m.webp') no-repeat;
    background-size: cover;
    width: 100%;
  }
  .uf-notice .notice-center {
    margin: 0 auto;
    display: inline;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }
  .uf-notice .notice-center p {
    text-align: center;
  }
  .uf-notice .notice-center .notice-text {
    line-height: 15rem;
    padding: 8rem 0;
  }
  .uf-notice .notice-center .notice-text .top-tit {
    font-size: 18rem;
    color: #222222;
    font-weight: bold;
    line-height: normal;
  }
  .uf-notice .notice-center .notice-text .top-tit span {
    font-size: 16rem;
  }
  .uf-notice .notice-center .notice-text .bottom-tit {
    font-size: 10rem;
    color: #252525;
    display: none;
  }
  .uf-notice .notice-center .notice-text .bottom-tit span {
    color: #222222;
    font-weight: 500;
    font-size: 10rem;
  }
  .uf-notice .close-ad {
    position: absolute;
    right: 8rem;
    top: 24%;
    transform: translateY(-10%);
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .uf-notice .close-ad svg {
    width: 15rem;
    height: 15rem;
  }
}