@media screen and (min-width: 768px) {
  :root {
    --d-fz: .875rem;
    --line-height: 1.25rem;
  }
  /*cookie弹窗*/
  .attestationDialog .attestationDialogMain{
    width: 60%;
  }
  .attestationDialog .attestationTitle {
    padding: 2rem;
  }
  .attestationDialog .attestationTitle h3{
    font-size: 22px;line-height: 30px;
  }
  .attestationDialog .attestationButtonContainer {
    padding: 2%; display: flex;justify-content: flex-end;align-items: center;
  }
  .attestationDialog .attestationButtonContainer button{
    width: auto;display: inline-block;margin: 0 .5rem;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --d-fz: .875rem;
    --line-height: 1.25rem;
  }
  .page-main-banner .cmp-hero__header .a-btn {
    display: block;text-align: center;
  }
}