* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    min-height: 100vh;
    padding: 15px 10px;
}

.container {
    background: white;
    width: 100%;
    overflow: hidden;
}


h1 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

h2 {
    font-size: 18px;
    margin: 10px 0;
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
}

table {
    width: 100%;
    min-width: 1500px;
    border-collapse: collapse;
}
.table1 table {
    min-width: 100%;
}
.table2 table {
    min-width: 700px;
}

th {
    height: 40px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dee2e6;
}

td {
    padding: 8px 5px;
    border-bottom: 1px solid #e9ecef;
    border-left: 1px solid #e9ecef;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.4;
}
td:last-child {
    border-right: 1px solid #e9ecef;
}

.privacy-link {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    word-break: break-all;
}

.privacy-link:hover {
    text-decoration: underline;
}

h3 {
    margin: 12px 0;
    font-size: 16px;
}
p {
    margin: 12px 0;
    font-size: 14px;
}
h4 {
    font-size: 14px;
    margin: 12px 0;
}

ul {
    margin: 15px 0;
    padding-left: 20px;
}

li {
    margin: 8px 0;
    line-height: 1.5;
    font-size: 14px;
}
ol {
    margin: 15px 0;
    padding-left: 20px;
}

.smallText {
    font-size: 12px;
}

.link-title {
    margin: 20px 0;
    font-size: 20px;
    color: blue;
}