a {
    text-decoration: none;
}

/* 面包屑导航样式 */
.breadcrumb {
    padding: 0;
    font-size: 12rem;
    max-width: 1000rem;
    margin: 0 auto;
    margin-top: 17rem;
}

.breadcrumb-item a {
    color: #666666;
    text-decoration: none;
    font-size: 12rem;
    font-family: Inter, Inter-400;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 6rem;
}

.breadcrumb-item.active {
    color: #333333;
    font-size: 12rem;
    font-family: Inter, Inter-400;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #666666;
}

/* 内容区域样式 */
.privacyBox {
    max-width: 1000rem;
    height: auto;
    margin: 0 auto;
}
.privacyInfo{
    margin-top: 44rem;
}

.privacyTitleBox {
    width: 100%;
    height: 170rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 3rem solid #0A1D3D;
}

.privacyH1 {
    height: 55rem;
    margin-top: 44rem;
    font-size: 48rem;
    font-family: Open Sans, Open Sans-400;
    color: #333333;
}

.privacyUploadTime {
    height: 19rem;
    font-size: 16rem;
    margin-top: 16rem;
    font-family: Inter, Inter-400;
    color: #666666;
}

.companyInfo {
    width: 100%;
    height: 56rem;
    margin-top: 28rem;
    font-size: 18rem;
    font-family: Inter, Inter-400;
    color: #333333;
    display: flex;
    align-items: center;
}

/* part2 */
.privacyTitle {
    font-size: 24rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #0A1D3D;
    height: 29rem;
}

.privacyDesc {
    font-size: 16rem;
    font-family: Inter, Inter-400;
    color: #333333;
    line-height: 24rem;
    margin-top: 12rem;
}

.privacyList {
    margin-top: 20rem;
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.privacyList span {
    font-size: 16rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #333333;
}

.privacyList li {
    font-size: 16rem;
    font-family: Inter, Inter-400;
    color: #555555;
    line-height: 28rem;
    position: relative;
    padding-left: 24rem;
    height: auto;
}

.privacyList li::before {
    content: "•";
    position: absolute;
    left: 8rem;
    color: #333333;
}

.notes {
    margin-left: 28rem;
    margin-top: 18rem;
}

.notesTitle {
    font-size: 13rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #FF9F00;
}

.notesDetail {
    font-size: 13rem;
    font-family: Inter, Inter-400;
    color: #FF9F00;
}

.part3-notesDetail {
    font-size: 13rem;
    font-family: Inter, Inter-400;
    color: #333333;
}

.dataSharingList {
    margin-top: 20rem;
    height: 180rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dataSharingList span {
    font-size: 16rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #333333;
}

.dataSharingList li {
    height: auto;
    font-size: 16rem;
    font-family: Inter, Inter-400;
    color: #555555;
    position: relative;
    padding-left: 24rem;
}

.dataSharingList li::before {
    content: "•";
    position: absolute;
    left: 8rem;
    color: #333333;
}
.childPrivacy{
    font-size: 16rem;
    font-family: Inter, Inter-400;
    color: #333333;
    margin-top: 12rem;
}

.suggestBox{
    width: 896rem;
    margin: 0 auto;
    margin-top: 64rem;
    height: 114rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.suggestItem{
    width: 280rem;
    height: 152rem;
    background: #f1f4f5;
    border-radius: 4rem;
    padding-top: 24rem;
    padding-left: 24rem;
}
.itemTitle a,.itemTitle{
    font-size: 17rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    height: 21rem;
    line-height: 21rem;
    color: #0068D7;
}
.itemText3{
    width: 240rem;
    font-size: 13rem;
    font-family: Inter, Inter-400;
    color: #485a64;
    margin-top: 12rem;
}

.itemText3 a{
    font-size: 14rem;
    font-family: Inter, Inter-400;
    color: #485a64;
    margin-top: 8rem;
}