.my_top {
    background-color: #ddbb72;
    background: url("../../assets/image/center.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 4.15rem;
    overflow: hidden;
}

.my_top_icon_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.6rem 0.5rem 0 0;
    position: relative;
}

.my_top_icon_box .iconfont {
    font-size: 20px;
    color: #fff;
    transform: rotateY(180deg);
}

.my_header_boxs {
    height: 1.8rem;
    width: 1.8rem;
    border-radius: 50%;
    margin: 0.35rem auto;
    border: 0.02rem solid #e6ac56;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.my_header_box {
    height: 1.74rem;
    width: 1.74rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.my_header_box img {
    width: 100%;
}

.my_name {
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 0.16rem 0;
}

.my_count {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0.4rem 0;
    box-shadow: 0 0.1rem 0.05rem RGBA(243, 243, 243, 0.75);
}

.my_count .my_count_item:nth-child(2) {
    border-left: 1px solid #f2f2f2;
}

.my_count_item {
    flex: 1;
    font-size: 14px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0;
    text-align: center;
}

.my_price {
    color: #FF6F05;
    font-size: 18px;
    padding: 0.17rem 0;
}

.my_item_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0.45rem 0.28rem;
}

.my_item {
    width: 32%;
    border-bottom: 3px solid #f2f2f2;
    border-right: 3px solid #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
    color: #000;
    padding: 0.11rem 0 0.29rem 0;
    text-align: center;
    position: relative;
}

.my_item img {
    width: 0.76rem;
    height: 0.76rem;
    border-radius: 50%;
    margin-bottom: 0.13rem;
}

.border_1 {
    border-bottom: 0;
}

.border_2 {
    border-right: 0;
}

.login {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;

}

.login_btn {
    height: 1.74rem;
    width: 1.74rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 0.3rem;
    color: #424242;
}

.my_vip {
    position: absolute;
    top: -0.1rem;
    right: 0.1rem;
    font-size: 20px;
    height: 0.4rem;
    width: 0.4rem;
    text-align: center;
    color: #fff;
    line-height: 0.4rem;
    z-index: 0;
    border-radius: 50%;
}

.no_vip {
    background-color: #f2f2f2;
}

.vip_show {
    background-color: #FC8817;
}

.my_money {
    font-size: 10px;
    text-align: center;
    color: #B6B4B4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}