body {
    background: #f7f9fd;
}

.titile {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 14px;
}

.titile img {
    margin: 0 0.08rem;
    height: 0.08rem;
}

.titile span {
    color: rgba(102, 102, 102, 1);
}

.inviteContent {
    background: rgba(255, 255, 255, 1);
    border-radius: 0.02rem;
    min-height: 10.6rem;
    margin-bottom: 0.6rem;
    border: 0.01rem solid rgba(243, 243, 243, 1);
}

.titleBox {
    padding: 0 0.2rem;
    font-size: 14px;
}

.titleBox h3 {
    font-size: 0.22rem;
    color: rgba(51, 51, 51, 1);
    margin: 0.48rem 0;
    text-align: center
}

.titleBox p {
    padding: 0 0.2rem 0.16rem 0.2rem;
    border-bottom: 0.01rem solid rgba(230, 230, 230, 1);
    /* width: 11.6rem; */
}

.source {
    margin-left: 0.2rem
}

.inviteBox {
    padding: 0 0.4rem
}

.invtit {
    margin-top: 0.3rem
}

.invtit .title {
    font-size: 0.16rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.15rem
}

.invtit p {
    text-indent: 2em;
    margin-top: 0.3rem;
    font-size: 0.14rem;
    line-height: 0.25rem;
    color: rgba(102, 102, 102, 1);
}

.invtit p.info {
    margin-top: 0.1rem;
    margin-left: 0
}

.invtit p:last-child {
    margin-bottom: 1.02rem
}
.wrapper span:first-child{
    cursor: pointer;
}
.wrapper span>a{
    color: rgba(102, 102, 102, 1);
}