/* 禁止页面复制 */
body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ / Edge */
    user-select: none; /* Standard */
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
}

table {
    width: 100%;
    font-size: 1em;
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
    margin-top: 32px;
    margin-bottom: 32px;
}

a {
    color: rgb(17, 112, 255);
    text-decoration: none;
}

a:link {
    color: rgb(17, 112, 255);
}

a:visited {
    color: rgb(17, 112, 255);
}

ul {
    padding: 0px 20px;
}

ul li {
    padding: 2px 0 2px 0;
}