<style>
    .hr0 {
        border-color: #D3D3D3; /* Light Gray */
        border-style: dotted;
        font-size: 0px;
    }

    .hr0::before {
        content: "自动打水";
        font-size: 20px;
        font-style: oblique;
        color: #F00;
        position: absolute;
        line-height: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hr1 {
        border-color: #D3D3D3; /* Light Gray */
        border-style: dotted;
        font-size: 0px;
    }

    .hr1::before {
        content: "看水手打";
        font-size: 20px;
        font-style: oblique;
        color: #2A5FFF;
        position: absolute;
        line-height: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hr2 {
        border-color: #D3D3D3; /* Light Gray */
        border-style: dotted;
        font-size: 0px;
    }

    .hr2::before {
        content: "自动跟单";
        font-size: 20px;
        font-style: oblique;
        color: #2A7F00;
        position: absolute;
        line-height: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hr3 {
        border-color: #D3D3D3; /* Light Gray */
        border-style: dotted;
        font-size: 0px;
    }

    .hr3::before {
        content: "彩票软件";
        font-size: 20px;
        font-style: oblique;
        color: #50A;
        position: absolute;
        line-height: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hr4 {
        border-color: #D3D3D3; /* Light Gray */
        border-style: dotted;
        font-size: 0px;
    }

    .hr4::before {
        content: "运行工具";
        font-size: 20px;
        font-style: oblique;
        color: #2ABF55;
        position: absolute;
        line-height: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hr5 {
        border-color: #D3D3D3; /* Light Gray */
        border-style: dotted;
        font-size: 0px;
    }

    .hr5::before {
        content: "远程协助/即时通讯";
        font-size: 20px;
        font-style: oblique;
        color: #7F00FF;
        position: absolute;
        line-height: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hr6 {
        border-color: #D3D3D3; /* Light Gray */
        border-style: dotted;
        font-size: 0px;
    }

    .hr6::before {
        content: "打水必赢dsby.org";
        font-size: 20px;
        font-style: oblique;
        color: #808080;
        position: absolute;
        line-height: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

      /* 添加水印样式 */
  body::after {
    content: '打水必赢dsby.org';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 24px;
    color: rgba(169, 169, 169, 0.5); /* 浅灰色，透明度为0.5 */
    pointer-events: none; /* 防止水印遮挡页面的交互 */
    z-index: -1; /* 将水印放置在页面的底层 */
    transform: rotate(-45deg);
    margin: 20px; /* 间距，根据需要调整 */
    line-height: 1.5; /* 控制重复显示的间距，根据需要调整 */
    content: "打水必赢dsby.org";
    white-space: nowrap;
    overflow: hidden;
  }
</style>
