html {
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    color: inherit;
    font: inherit;
}

a:focus,
input:focus,
button:focus,
textarea:focus,
[class*='van-']:focus {
    outline: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contract-content {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Roboto, 'Segoe UI', Arial, 'PingFang SC', 'PingFang TC', 'PingFang HK', 'Microsoft Yahei', 'Microsoft JhengHei', sans-serif;
    color: #333;
    font-size: 14px;
    margin: 0;
}

.contract-content article#zzxy-content {
    /*max-width: 718px;*/
    background-color: #fff;
    margin: 0 auto;
    padding: 16px;
    word-wrap: break-word;
}

.contract-content h1,
.contract-content h2,
.contract-content h3,
.contract-content p,
.contract-content li {
    margin: 0;
    margin-block-start: 14px;
    margin-block-end: 14px;
}

.contract-content h1 {
    font-weight: 600;
    font-size: 18px;
    white-space: break-spaces;
}

.contract-content h2 {
    font-weight: 500;
    font-size: 16px;
    white-space: break-spaces;
}

.contract-content h3 {
    font-weight: 500;
    font-size: 14px;
    white-space: break-spaces;
}

.contract-content p {
    line-height: 22px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.contract-content a {
    text-decoration: none;
    color: #3d8af5;
}

.contract-content hr {
    border: 0.5px solid #e6e6e6;
}

.contract-content ul {
    padding-inline-start: 16px;
}

.contract-content ol {
    padding-inline-start: 16px;
}

.contract-content ol > li {
    list-style-type: decimal;
}

.contract-content ul > li {
    list-style-type: disc;
}

.contract-content ul > li::marker {
    color: #ff2741;
}

.contract-content li {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 22px;
}

.contract-content table {
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
    border-collapse: collapse;
}

.contract-content table,
.contract-content th,
.contract-content td {
    border: 0.5px solid #e6e6e6;
}

.contract-content td {
    padding: 4px;
}

@media screen and (min-width: 768px) {
    .contract-content td {
        padding: 8px;
    }
}

.contract-content td > p,
.contract-content td > li {
    margin-block-start: 0;
    margin-block-end: 0;
}

.contract-content blockquote {
    border-left: 2px solid #ff2442;
    padding: 0 14px;
    font-size: 14px;
    margin-inline-start: 0;
    margin-inline-end: 0;
}