.privacy-content {
    position: relative;
    overflow: hidden;
    zoom: 100%;
    min-height: 100%;
    background: #fff;
    margin: 2%;
    padding: 5%;
    border-radius: 10px;
    line-height: 1.7em;
    font-family: "宋体", Verdana;
}

body {
    color: #333;
    margin: 0;
    position: relative;
    font-size: 17px;
    line-height: 24px;
    background: #ebefef;
    padding: 0;
    border: 0;
}

.privacy-content .content_top,
.privacy-content .content_title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

.privacy-content .content img {
    width: 100%;
    margin: 2% 0;
    min-width: 300px;
    max-width: 480px;
}

.privacy-content .content p {
    padding: 5px 0;
}