.app_nav {
    position: relative;
    background-color: #F3F3F3;
}

.app_nav_left {
    font-size: 0.17rem;
    color: #000000;
}

.app_nav_left {
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding-left: 0.3rem;
    background: url(../image/back.png) no-repeat;
    background-size: 0.24rem, auto;
}

.app_body {
    min-height: calc(100vh - 0.6rem);
    background-color: #F3F3F3;
}

.my_body {
    padding: 0.4rem;
}

.logo {
    display: block;
    width: 1.17rem;
    height: 0.62rem;
    object-fit: cover;
    padding-left: 0.2rem;
    margin: 0 auto;
}

.user_top {
    position: relative;
    height: 0.67rem;
    background: #84191F;
    border-radius: 0.34rem;
    margin-top: 0.8rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_top::before {
    content: '';
    position: absolute;
    left: 0.03rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.61rem;
    height: 0.61rem;
    background: url(../image/my/lings.png) no-repeat;
    background-size: 100% 100%;
}

.user_num {
    flex: 1;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user_num span {
    font-size: 0.2rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}



.user_num_go {
    font-size: 0.16rem;
    color: #FFFFFF;
}

.controls_cont {
    padding: 0.12rem 0.27rem;
    padding-top: 0.15rem;
    background: #FFFFFF;
    border-radius: 0.13rem;
    margin-top: 0.2rem;
}

.title {
    font-weight: 500;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.21rem;
}

.controls_list {
    display: flex;
    justify-content: space-between;
}

.controls_list_item img {
    display: block;
    width: 0.29rem;
    height: 0.29rem;
    object-fit: cover;
    margin: 0 auto;
}

.item_name {
    font-size: 0.16rem;
    color: #707070;
    text-align: center;
    margin-top: 0.12rem;
    white-space: nowrap;
}

.row_list {
    background: #FFFFFF;
    border-radius: 0.13rem;
    overflow: hidden;
    margin-top: 0.15rem;
    padding: 0 0.16rem;
}

.row_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.69rem;
    border-bottom: 1px solid #E3E3E3;
    padding-left: 0.1rem;
    padding-right: 0.16rem;
}

.row_item:last-child {
    border-bottom: none;
}

.row_item_l {
    flex: 1;
    display: flex;
    align-items: center;
}

.row_item_l img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.icon_box {
    width: 0.31rem;
    height: 0.31rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.row_item .right {
    width: auto;
    height: 0.13rem;
    object-fit: cover;
}

.row_item_title {
    font-size: 0.2rem;
    color: #000000;
    margin-left: 0.12rem;
}

.product_buy {
    width: 2.15rem;
    height: 0.56rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    background: #84191F;
    border-radius: 0.1rem;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_buy:hover {
    background-color: #841a20;
}
