* {
    padding: 0;
    margin: 0
}

body {
    background: #ce3e3e;
    font-family: '微软雅黑';
    color: #fff;
    padding: 3.5ex
}

.error {
    padding-top: 6%;
    padding-left: 8.5%;
}

.face {
    font-size: 18ex;
    font-weight: 400;
    line-height: 1.1ex;
    margin-bottom: 6%
}

.title {
    font-size: 7.5ex
}

.info {
    margin-top: 3ex;
    margin-left: 1ex;
}

.info > p {
    margin-top: 0.7ex;
    font-size: 2.8ex
}

.image-text-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3ex 0;
}

.QR {
    overflow: hidden;
    white-space: nowrap
}

.text-container {
    float: right;
    padding-left: 2.5ex;
}

.text-container > * {
    margin: 0.3ex 0;
    font-size: 4ex;
}

#percent {
    text-align: left;
}


#to-homepage {
    margin: 0;
    color: #fff;
    text-decoration: none
}

#community {
    height: 20%;
    width: 20%
}

#communityPage {
    transform: scale(.2, .2)
}