.wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    opacity: 0.6;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.visually-hidden {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.wrap:hover {
    opacity: 0.9;
}

.wraps {
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 30px;
    line-height: 27px;
    position: absolute;
    top: 30px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 1px #000, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
    background: rgb(1, 132, 127);
}

.flash {
    font-weight: bold;
    font-size: calc(10px + 4vh);
    line-height: calc(10px + 6.6vh);
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
    font-family: "Sacramento", cursive;
    text-align: center;
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite;
    margin: 1rem 0;
}
.bling{text-align:center;margin: 2rem 0;}
.bling1 {
    margin: 0;
    padding: 0;
    color: white;
    display: inline-block;
    font-size: 2.3rem;;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}

/* 复制邮箱地址按钮样式 start */
.post-content .email-copy-row {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}

.post-content .email-copy-button {
  appearance: none;
  -webkit-appearance: none;
  min-height: 2.45rem;
  padding: 0 1.15rem;
  border: 1px solid #c2a64a;
  border-radius: 4px;
  background: #333;
  box-shadow: 0 0 5.7px 3px rgba(233, 225, 107, 0.25);
  color: #ffe75b;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.post-content .email-copy-button:hover,
.post-content .email-copy-button:focus-visible {
  border-color: #e2c65a;
  box-shadow: 0 0 7px 4px rgba(233, 225, 107, 0.32);
  outline: none;
}

@media (max-width: 767px) {
  .post-content .email-copy-row {
    gap: 0.75rem;
    width: 100%;
    flex-wrap: nowrap;
  }

  .post-content .email-copy-row a {
    min-width: 0;
    flex: 1 1 auto;
    overflow-wrap: anywhere;
  }

  .post-content .email-copy-button {
    flex: 0 0 auto;
    min-height: 2.15rem;
    padding: 0 0.5rem;
    font-size: 12px;
  }
}
/* 复制邮箱地址按钮样式 end */