.page-center {
    width: 1200px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

@media only screen and (max-width: 768px) {
    body {
        width: 100% !important;
        height: 100% !important;
        overflow: scroll !important;
    }
    .page-center {
        width: 1200px;
        position: absolute;
        left: 0 !important;
        transform: translate(100px, 0) !important;
    }
}

.copy-succeed-notify {
    width: 275px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    padding: 15px 0;
    border: 1px solid #cccccc;
    border-radius: 15px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -60%);
    box-shadow: rgba(0, 0, 0, .3) 0px 0px 15px;
    z-index: 3999;
}

.download-copy-container {
    position: relative;
    height: 30px;
}

.download-box,
.copy-box {
    width: 80px;
    height: 30px;
    border: 1px solid #666;
    border-radius: 5px;
    cursor: default;
}

.download-box {
    position: absolute;
    right: 95px;
}

.copy-box {
    position: absolute;
    right: 0px;
}

.download-box .download-btn,
.copy-box .copy-btn {
    width: 45px;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    text-decoration: none;
    padding-left: 35px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.download-icon {
    width: 15px !important;
    height: 15px !important;
    background: url(https://elifetransfer.s3.us-east-2.amazonaws.com/art/icon/consumer_pc/download_icon.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    position: absolute;
    top: 8px;
    left: 16px;
}

.copy-icon {
    width: 15px !important;
    height: 15px !important;
    background: url(https://elifetransfer.s3.us-east-2.amazonaws.com/art/icon/consumer_pc/copy_icon.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    position: absolute;
    top: 8px;
    left: 16px;
}

.wait-for-copy {
    position: absolute;
    top: -500px;
}

.privacy-policy-title {
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.publish-date {
    width: 100%;
    text-align: center;
    margin: 30px 0 20px 0;
}

.privacy-policy-statements,
.privacy-policy-content-part-name,
.privacy-policy-content-part-detail-name,
.privacy-policy-content-part-detail-desc {
    font-size: 14px;
    color: #666;
    font-weight: normal !important;
    line-height: 40px;
    margin: 0 !important;
}