body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%!important;
    font-family: arial;
    color: #666;
    background: #f6f7f8;
}
header{
    height: 64px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 20px rgb(0 0 0 / 5%);
    box-sizing: border-box;
}
header a{
    display: flex;
    align-items: center;
    text-decoration: none;
}
header a svg path{
    fill: #000;
}
ul{

}
ul li{
    border-bottom: 1px solid #ddd;
    overflow-wrap: break-word;
    margin-bottom: 20px;
}
p{

}
h3{
    color: #444;
}
h1{
    color: #00c0ff;
}
h1,h2,h3{
    text-align: left;
}
strong{
    color: #000;
}

.privacyWrapper{
    width: 100%;
    margin: 0;
}
.privacyContent{
    padding: 64px 120px;
    text-align: justify;
}
.btnTranslateLink{
    margin-left: auto;
    border: 1px solid #999;
    padding: 10px;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    font-weight: 560;
}
@media screen and (max-width: 768px){
    body{

    }
    header{

    }
    .privacyWrapper{
        width: 100%;
        margin: 0;
    }
    .privacyContent{
        padding: 64px 20px;
    }
}