body {
    font-family: "Microsoft YaHei";
    text-align: center;
    color: #fff;
    width: 7.50rem;
/*    height: 13.34rem;*/
    background: url(/dev/product/temp_space/20180108_hpc/image/bg.png) no-repeat;
    background-size: 7.50rem 13.34rem;
    font-size: 0.26rem;
    padding-top: 1.85rem;
    box-sizing: border-box;
    margin: 0;
    height: 100vh;
    min-height: 12.2rem;
}

.avator__img {
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background: #fff5d4;
    display: block;
    margin: 0 auto;
}

.avator__info {
    padding-top: .18rem;
    display: none;
}

.friends {
    margin-top: .15rem;
}

.friends-avator-wrap {
    margin: .60rem .80rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.friends-avator__item {
    width: .86rem;
    height: .86rem;
    border: .02rem dashed #fff;
    border-radius: 50%;
    margin:  .04rem .10rem;
    overflow: hidden;
}

.friends-avator__item.like {
    border-color: transparent;
}

.friends-avator__item img {
    width: .86rem;
    height: .86rem;
    border: 0;
}

.operate {
    margin: .30rem auto .30rem;
}

.operate__participate, .operate__like {
    width: 2.80rem;
    height: .95rem;
    line-height: 0.95rem;
    color: #f51e55;
    font-size: .40rem;
    border-radius: 8px;
    display: block;
    margin: 0 auto .28rem;
    background: #fff;
    border: none;
    outline: 0;
    text-decoration: none;
    font-family: "Microsoft YaHei";
}

.disable.operate__like {
    background: #636363;
    color: #fff;
}

.participants {
    color: #fcff00;
    background: #000000;
    padding: 0 .12rem;
    border-radius: .07rem;
}

.footer-qr {
    border-top: 1px dashed #fb94a7;
    padding: 0.8rem 1rem;
    display: flex;
    justify-content: space-around;
}

.footer-qr .qr {
    width: 1.80rem;
    height: 1.80rem;
}

.footer-qr .qr img{
    width: 1.8rem;
    height: 1.8rem;
    border: 0;
}

.footer-qr .qr-text {
    background: url(/dev/product/temp_space/20180108_hpc/image/qr-text.png) center bottom no-repeat;
    background-size: 2.87rem 1.19rem;
    height: 1.8rem;
    width: 2.87rem;
}