
body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #fff;
}

a {
    color: #0000ee
}
.main-title {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #1A1A1A;
    margin-top: 32px;
    margin-bottom: 16px
}
.second-title {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #808080;
}
.privacy-content {
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
}
.privacy-content-title-common {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #1A1A1A;
}

.privacy-content-type-item-content {
    overflow-x: auto;
}
.privacy-content-type-item-content > div {
    font-family: PingFang SC;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.privacy-content-type-title {
    color: #1A1A1A;
}
.privacy-content-type-second-title {
    line-height: 20px;
    color: #808080;
    margin-top: 5px;
}
.content-table {
    width: 585px;
    color: #1A1A1A;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    border-right: none;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}
.content-table td {
    width: 120px;
    word-break: break-all;
    border-right: 1px solid #CCCCCC;
    border-bottom:  1px solid #CCCCCC;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #1A1A1A;
}
.content-table-header {
    background: #F2F2F2;
    height: 32px;
    text-align: center;
}

.content-table-content {
    background: #fff
}
.content-table-content td {
    vertical-align: super;
    padding: 10px;
    line-height: 18px;
}
.click-bit {
    color: red;
    text-decoration: underline;
}
