@charset "utf-8";
    .container {
        display: none;
    }
    body {
        background: #fff;
    }
    /*隐私条款*/
    .security_privacy {
        width: 1000px;
        margin: 0 auto;
    }
    .security_privacy .privacy-title {
        width: 100%;
        height: 72px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .security_privacy .privacy-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .security_content {
        width: 1000px;
        margin: 0 auto;
    }
    .security_content > div {
        margin-top: 40px;
    }
    .security_content .title {
        color: #0376e8;
        margin-top: 42px;
        margin-bottom: 28px;
    }
    .security_content .contents {
        line-height: 29px;
        text-indent: 2em;
        margin-bottom: 20px;
    }