html,
body {
    min-height: 100%;
    background-color: #ececec;
    letter-spacing: .7px;
}

#content {
    padding-top: 30px;
}

.page {
    max-width: 677px;
    padding: 0 15px;
    position: relative;
    background-color: #fff;
}

.qrcode,
.sortnav,
.loginBox {
    position: fixed;
    top: 30px;
    /* border: 1px solid #D9DADC; */
    background-color: #fff;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.sortnav {
    margin-left: -190px;
    text-align: left;
    width: 160px;
    font-size: 14px;
    padding: 10px 15px;
}

.sortnav li {
    color: #333;
    padding: 3px 0;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sortnav li a:hover {
    color: #18bc37;
}

.sortnav li:nth-child(1) {
    border-bottom: solid 1px #f8f8f8;
    padding-bottom: 12px;
    margin-bottom: 8px;
}

.qrcode {
    margin-left: 677px;
    padding: 16px;
    text-align: center;
    width: 140px;
    height: 210px;
}

.loginBox {
    top: 255px;
    margin-left: 677px;
    text-align: center;
    width: 140px;
    font-size: 17px;
    color: #333;
    padding: 5px;
}

.loginBox .post {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAWxJREFUWEftlj1OxDAQhWd8h+3pKYjHjkRBsSvRUFDQbMsBOATLaUBwB+AA66TbhoKCBgQNBQWNBxk5koWcP9ZRpGhd237fPD+PjTDywJH1YQcwfQfyPN9n5tl6vX6M5a3WAaXULQDM+oTUWntRluWmWiOlPBBCXAPAmzFm0ReAASBKXQcVAkgptRf/ttYuQ7BwfZMDzMyroiiu+rjg5hLRISK6yr+axN3c5ABKqSMAcOKfbeLJAbTWc2a+AYCPLuJJAfI8P7bWOvHXruLJALTWJ77yl1DcOVJ3/apcbZ0BIjpFRFf5cyhORJeIuDLGNDa7rQCI6MyLP/21fXAAH7h7ANjEznxwgCzL9oQQ58x8F2syyQFcxVVw2oLlm1HaDCilXGv+HW3BGgRgdAf+8R6kOwKf+IcuEIi4cBlJHkK3YReA6vVMDtBFPJwzDYC+P6KIS/O2K5v0TxgBeDfGLJuOb/rf8rbw7hwY3YEfEcpgMEqVaUYAAAAASUVORK5CYII=");
    background-position: 30px center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    padding: 10px;
    padding-left: 30px;
    border-top: solid 0.5px #f8f8f8;
}

.loginBox .user {
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding: 10px;
    line-height: 24px;
    /* border-bottom: solid .5px #f8f8f8; */
    font-size: 14px;
    color: #666;
    text-align: left;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.loginBox .user .headpic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: solid .5px #f8f8f8;
    float: left;
    margin-right: 5px;
}

.qrcode>div {
    width: 102px;
    height: 102px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.qrcode>p {
    letter-spacing: 1px;
    color: #717375;
    font-size: 14px;
    line-height: 20px;
}

.qrcode>a {
    font-size: 12px;
}

.author .showUserQrcode {
    display: inline-block;
    cursor: pointer;
    margin-right: 9px;
}

.author .userqrcode {
    position: absolute;
    width: 150px;
    text-align: center;
    font-size: 14px;
    z-index: 99;
    letter-spacing: 1px;
    color: #717375;
}

.author .userqrcode>div:nth-child(2) {

    border: 1px solid #D9DADC;
    background-color: #fff;
    padding: 7px 0;
}

.author .userqrcode>div:nth-child(2)>div {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    padding: 10px 7px 4px;
}

.author .userqrcode>div:nth-child(2)>div>img {
    width: 100%;
    height: 100%;
}

.author .userqrcode>div:nth-child(1) {
    position: absolute;
    margin-top: -7px;
    left: 22px;
}

.author .userqrcode>div:nth-child(1)>i:nth-child(1),
.author .userqrcode>div:nth-child(1)>i:nth-child(2) {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: dashed;
    border-color: transparent;
    border-top-width: 0;
    border-bottom-color: #d9dadc;
    border-bottom-style: solid;
    position: absolute;
    top: 0;
}

.author .userqrcode>div:nth-child(1)>i:nth-child(2) {
    margin-top: 1px;
    border-bottom-color: #fff;
}

#footer {
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}

#fixedTool {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 32px;
}

#fixedTool a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #736EFE;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    margin-bottom: 10px;
}

#fixedTool a:nth-last-of-type(1) {
    margin-bottom: 0;
}

@media screen and (max-width:1000px) {
    #content {
        padding-top: 0;
    }

    .sortnav {
        top: 50%;
        left: 50%;
        margin: 0;
        width: 70%;
        height: 80%;
        box-shadow: 0 0 20px #ccc;
        border-top: solid 1px #f8f8f8;
        border-radius: 10px;
        transform: translate(-50%, -50%);
        z-index: 999;
    }

    .sortnav .times {
        position: absolute;
        right: 7px;
        top: 0px;
        color: red;
        font-weight: bold;
        font-size: 20px;
    }
}