.mine {
    padding: 0;
}

.cephalometricLayer {
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 0.3rem 0;
    width: auto;
    margin: 0 0.2rem;
}

/*.headInvitationLayer {
    display: flex;
    width: 94%;
}*/
.mine span {
    color: #ff0a3b;
}

.shoppingCart {
    font-weight: normal;
    padding: 0;
    line-height: initial;
    border: none;
}

.headPortrait {
    height: 1.2rem;
    width: 1.2rem;
    overflow: hidden;
    border-radius: 50%;
    background: #000;
}

.headRight {
    margin-left: 0.3rem;
    width: 77%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.headRight > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/*箭头指向层*/
.arrowPointingLayer {
    width: 6%;
}

/*付钱类*/
.paymentCategory {
    background: #fff;
    margin: 0 0.2rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.paymentCategory div {
    float: left;
    text-align: center;
    width: 25%;
}

/*扫码签到*/
.paymentCategory div p:nth-child(1) {
    margin: 0 auto 0.08rem;
    width: 0.6rem;
}

.myPartner {
    margin-top: 0.5rem;
}

.paymentCategory > p {
    padding: 0 0.3rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.TextDescription {
    font-size: 0.25rem;
    background: #f2f5f7;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
}

.TextDescription p {
    height: 0.5rem;
    line-height: 0.5rem;
}

.downloadNow {
    font-size: 0.3rem;
    font-weight: bold;
    color: #87b2fc;
    text-decoration: underline;
}