.main_content {
    color: #222222;
}

.header_chunk {
    height: 1.2rem;
    padding-top: 0.4rem;
    font-size: 0.36rem;
    background-color: #FFC514;
    text-align: center;
    position: relative;
}

.white_arrow {
    width: 0.18rem;
    height: 0.33rem;
    margin-left: 0.3rem;
    margin-top: -0.7rem;
    position: absolute;
}

.my_money {
    background: url('../images/operate/kefubg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 3.1rem;
    padding: 0.37rem 0.32rem;
    margin: 0.5rem 0.2rem;
    /* text-align: center; */
}

.text_chunk {
    /* margin-top: 0.3rem; */
}

.step_text {
    font-size: 0.3rem;
}

.text_line {
    width: 0.6rem;
    height: 0.05rem;
    background-color: #ffffff;
    margin-top: 0.16rem;
    margin-bottom: 0.25rem;
}

.money_box {
    /* display: flex;
    justify-content: space-around;
    margin-top: 0.15rem; */
    color: #ffffff;
    font-size: 0.4rem;
}

.all_count {
    font-size: 0.8rem;
}

.money_count {
    font-size: 0.36rem;
}

.money_title {
    font-size: 0.2rem;
}

.intro_people {
    margin-top: 0.26rem;
    margin-left: 0.3rem;
    font-size: 0.24rem;
    color: #FFC514;
}

/* -------------------标题----start----------------- */
.grab_title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFC514;
    margin-top: 0.67rem;
}

.line {
    width: 2.7rem;
    height: 0.02rem;
    margin-right: 0.17rem;
    background-color: #ffffff;
}

.dotted {
    width: 2.7rem;
    height: 0.02rem;
    margin-left: 0.17rem;
    background-color: #ffffff;
}

/* -------------------标题----end----------------- */
.next_member {
    padding-bottom: 2rem;
}

.my_info {
    width: 6.9rem;
    height: 1.6rem;
    margin: 0 auto;
    border-radius: 0.08rem;
    background-color: #ffffff;
    margin-top: 0.13rem;
}

.account_money {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    padding-right: 0.3rem;
}

.my_avator {
    width: 1.14rem;
    height: 1.14rem;
    border-radius: 50%;
    padding-top: 0.2rem;
}

.qq {
    width: 0.71rem;
    height: 0.79rem;
}

.wx {
    width: 0.85rem;
    height: 0.69rem;
}

.user_info {
    border-left: 0.04rem solid #D7D4D4;
    padding: 0 0.3rem;
    margin-top: 0.1rem;
}

.account_title {
    display: flex;
    flex-direction: row;
    padding-top: 0.25rem;
    margin: 0 0.3rem;
}

.user_name {
    font-size: 0.32rem;
    color: #595FE7;
}

.user_intro {
    font-size: 0.24rem;
    color: #666666;
    margin-top: 0.22rem;
}

.user_level {
    background-color: #595FE7;
    color: #ffffff;
    padding: 0.08rem 0.4rem;
    border-radius: 0.5rem;
    margin-top: 0.2rem;
}