body {
    font-size: 14px;
    background-color: #FFF;
}

.container {
    background-color: #FFF;
}

.main-container {
    background-color: #F5F5F5;
}

.user-info-container,
.address-manage-container {
    background-color: #FFF;
}

.user-info,
.address-manage {
    justify-content: space-between;
}

.user-info-left {
    /* align-items: flex-start; */
    margin-left: 16px;
}

.user-name {
    margin-bottom: .55rem;
}

.user-id {
    margin-bottom: .6rem;
}

.avatar {
    width: 3.3rem;
    height: 3.3rem;
    margin: .75rem;
    border-radius: 50%;
}

.address-manage-container {
    margin-top: 1px;
}

.address-manage {
    padding: .75rem 0;
}

.arrow-right {
    background: url('/image/mobile/arrow-right.png') no-repeat center/contain;
    transform: rotate(0);
}


/* 订单 */

.opertain-container {
    flex-wrap: wrap;
    margin-top: .4rem;
    justify-content: space-between;
}

.opertain-item {
    flex: 1;
    min-width: 45%;
    height: 4.65rem;
    flex-direction: column;
    margin-right: 1px;
    margin-bottom: 1px;
    background-color: #FFF;
}

.opertain-item:nth-child(2n) {
    margin-right: 0;
}

.opertain-item-top {
    position: relative;
    display: inline-block;
}

.opertain-item .number {
    position: absolute;
    top: -0.5rem;
    right: -1rem;
    /* display: inline-block; */
    /* min-width: 1rem; */
    padding: 0 .25rem;
    height: 1rem;
    /* line-height: 1rem; */
    border-radius: .5rem;
    font-size: 12px;
    text-align: center;
    color: #950C16;
    border: .08rem solid #950C16;
}

.go-home {
    display: block;
    background-color: #FFF;
    margin-top: 1px;
    padding: .75rem 0;
    text-align: center;
}

.user-submit-order {
    width: 1.2rem;
    height: 1.5rem;
}

.user-submit {
    width: 1.4rem;
    height: 1.4rem;
}

.user-appraisal-order {
    width: 1.4rem;
    height: 1.4rem;
}

.user-appraisal {
    width: 1.6rem;
    height: 1.6rem;
}