* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    height: 100%;
    margin: 0;
    overflow-x: hidden; /* 防止水平滚动 */
    color: #fff;
    font: 18px/1.5 "Ubuntu", sans-serif
}

h1, p {
    margin-top: 0
}

h1 {
    margin-bottom: .5em;
    font-size: 60px;
    font-weight: 700
}

p {
    margin-bottom: 2em
}

#wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -300px;
    height: 260px;
    width: 600px;
    text-align: center
}

#myssl_seal {
  position: fixed; /* 绝对定位 */
  bottom: 10px; /* 距离底部10px，根据需要调整 */
  right: 10px; /* 距离右侧10px，根据需要调整 */
  z-index: 1000; /* 确保它在页面其他内容的上方 */
}

