/* 提高优先级，确保覆盖其他样式 */
html body {
    background: #adbd7e !important;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}

/* 更强的选择器 */
body:not([class]) {
    background: #adbd7e !important;
}
.content-wrapper {
    width: 100%;
    max-width: 1200px;
}

a {
    text-decoration: none;
    color: inherit;
}

  #recordIframe {
    height: 250px;
}


@media (max-width: 375px) {
  #recordIframe {
    height: 250px;
}
  #xtopframe {
    height: 80px;
  }
 #linkframe{
    height: 430px;
}
}
  #recordIframe {
    height: 240px;
}

@media (max-width: 375px) {
  #recordIframe {
    height: 230px;
}
  #xtopframe {
    height: 80px;
  }
 #linkframe{
    height: 430px;
}


}

@media (max-width: 480px) {
  #recordIframe {
    height: 230px;
}
  #xtopframe {
    height: 80px;
  }
 #linkframe{
    height: 430px;
}


}


@media (min-width: 481px) and (max-width: 768px) {
  #recordIframe {
    height: 230px;
  }
  #xtopframe {
    height: 100px;
  }
 #linkframe{
    height: 650px;
}

}


@media (min-width: 769px) {
  #recordIframe {
    height: 450px;
  }
  #xtopframe {
    height: 120px;
  }
 #linkframe{
    height: 650px;
}

}
