.qrpart {
    color: #27303c;
    text-align: center;
    font-size: 14px;
}
.qrpart-title {
    margin-bottom: 20px;
    font-weight: bold;
}
.qrpart-imgbox {
    position: relative;
    margin: 0 auto;
    width: 120px;
    height: 120px;
}
.qrpart-imgbox img {
    width: 100%;
    height: 100%;
}
.qrpart-cover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}
.qrpart-cover.active {
    display: table;
}
.qrpart-cover .rtxt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #ed1b23;
    cursor: pointer;
}
.qrpart-cover .rtxt .ei {
    font-size: 16px;
}
.qrpart-count {
    height: 32px;
    line-height: 32px;
    color: #ed1b23;
    font-size: 12px;
    font-weight: bold;
}