.member-center{
    width: 100%;
    background-color: #f5f5f5;
}
.center-top{
    position: relative;
    /*padding: 35px 0px 35px 40px;*/
    height: 165px;
    padding-left: 40px;
    display: flex;
    background-color: #ffffff;

}
.center-top-left{
    width: 310px;
    display: flex;
    align-items: center;
}
.portrait{
    width: 90px;
    height: 90px;
}
.portrait .el-image{
    width: 90px;
    height: 90px;
}
.portrait img {
    width: 100%;
    height: 100%;
}
.portrait-right{
    margin-left: 20px;
}
.portrait-right-one{
    display: flex;
    align-items: center;
}
.portrait-right-one span {
    font-size: 20px;
    color: #333333;
}
.portrait-right-one img {
    margin-left: 5px;
    width: 18px;
    height: 18px;
}
.portrait-right-two{
    margin: 10px 0px;
    position: relative;
    width: 86px;
    height: 28px;
}
.portrait-right-two img {
    width: 100%;
    height: 100%;
}
.portrait-right-two div{
    position: absolute;
    top: 3px;
    right: 4px;
    width: 58px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.portrait-right-three{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
.portrait-right-three .portrait-right-three-t{
    font-size: 13px;
    color: #333333;
}
.portrait-right-three-h{
    width: 90px;
    height: 10px;
    border-radius: 5px;
    background-color: #F0F0F0;
    overflow: hidden;
}
.portrait-right-three-hb{
    height: 10px;
    background-color: var(--themeColor);
}
.portrait-right-three-hbt{
    z-index: 99;
    position: absolute;
    top: 0px;
    left: 145px;
    /*width: 100px;*/
    height: 100%;
    text-align: center;
    font-size: 10px !important;
    color: #666666;
}
.portrait-shu{
    height: 156px;
    border: 1px dashed #F0F0F0;
}
.top-yuan{
    position: absolute;
    top: -12px;
    left: 338px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #f5f5f5;
}
.btm-yuan{
    position: absolute;
    bottom: -12px;
    left: 338px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #f5f5f5;
}
.center-top-right{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 618px;
}
.top-right-list{
    display: flex;
}
.top-right-list img {
    width: 66px;
    height: 66px;
}
.top-right-list-txt{
    margin-left: 20px;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top-right-list-txt div:first-child{
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
.top-right-list-txt div:last-child{
    font-size: 14px;
    color: #333333;
}
.center-btm{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.center-btm-left{
    width: 760px;
    background-color: #fff;
}
.my-order-txt{
    box-sizing: border-box;
    height: 55px;
    width: 100%;
    line-height: 55px;
    padding: 0px 20px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #F5F5F5;
}
.my-order-list{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 129px;
}
.order-list-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.order-list-item .order-img{
    position: relative;
    width: 40px;
    height: 40px;
}
.order-list-item .order-img img {
    width: 100%;
    height: 100%;
}
.order-list-item .order-img div {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--themeColor);
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}
.order-list-item .order-txt{
    margin-top: 15px;
    font-size: 14px;
    color: #333333;
}
.good-list-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #F5F5F5;
    padding: 20px 30px 20px 20px;
}
.good-left{
    display: flex;
    align-items: center;
}
.good-left .el-image{
    width: 60px;
    height: 60px;
}
.good-left .good-left-text {
    margin-left: 15px;
    width: 265px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.good-left .good-left-text div:first-child {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size: 14px;
    color: #333333;
    height: 38px;
    line-height: 20px;
    margin-top: -4px;
}
.good-left .good-left-text div:last-child {
    margin-top: 11px;
    font-size: 14px;
    color: var(--themeColor);
}
.good-right{
    display: flex;
    align-items: center;
}
.good-right div:nth-child(1) , .good-right div:nth-child(3) {
    cursor: pointer;
    font-size: 14px;
    color: #333333;
}
.good-right div:nth-child(2) {
    margin: 0px 15px;
    width: 1px;
    height: 14px;
    background-color: #F5F5F5;
}
.center-btm-right{
    width: 230px;
}
.collotion{
    width: 100%;
    background-color: #fff;
}
.collotion-txt{
    padding: 30px 20px;
}
.collotion-txt div{
    font-size: 14px;
    color: #333333;
}
.collotion-txt div:last-child {
    margin-top: 20px;
}
.footprint{
    margin-top: 20px;
    width: 100%;
    background-color: #FFFFFF;
}
.footprint-top{
    box-sizing: border-box;
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    border-bottom: 1px solid #F5F5F5;
}
.footprint-top-left{
    font-size: 16px;
    color: #333333;
}
.footprint-top-right{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.footprint-top-right div{
    font-size: 12px;
    color: #333333;
}
.footprint-top-right img {
    width: 10px;
    height: 10px;
    margin-left: 3px;
}
.footprint-list-item{
    width: 100%;
    padding: 10px 20px;
    display: flex;
}
.footprint-list-item .footprint-img{
    width: 60px !important;
    height: 60px !important;
}
.footprint-list-item .footprint-right{
    margin-left: 5px;
    width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footprint-list-item .footprint-right div:first-child{
    font-size: 14px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    color: #333333;
    height: 38px;
    line-height: 20px;
}
.footprint-list-item .footprint-right div:last-child {
    font-size: 14px;
    color: var(--themeColor);
}
.footprint-list-txt{
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    color: #333;
}
.no-order-index{
    margin-top: 30px;
    width: 100%;
    text-align: center;
    color: #333;
}