.icon, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block
    }

.p, .title {
        text-align: center
    }
    body, html {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #fff;
    }

    body {
        font-family: 'Helvetica Neue', Helvetica, STHeiTi, sans-serif;
        line-height: 1
    }

    ol, ul {
        list-style: none
    }

    blockquote, q {
        quotes: none
    }

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

    table {
        border-spacing: 0;
        border-collapse: collapse
    }

    a, button, input {
        -webkit-tap-highlight-color: transparent
    }

    a, img {
        -webkit-touch-callout: none
    }

    html {
        font-size: 16px
    }
    .container {
    margin-top: 210px;
    }
    .url {
    padding: 5px 0;
    word-break: break-all;
    font-size: 14px;
    color: #03081A;
    text-align: center;
    margin-top: 1.25rem;
    }
    .icon {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }

    .title {
        font-size: 1.25rem;
        margin-top: 28px;
    }
    .p {
        font-size: .875rem;
        line-height: 1.5;
        margin-top: 1.25rem;
        color: #878B99;
    }