﻿.member {
    width: 100vw;
    background-color: #fff;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
}

.member__body {
    width: 100%;
    position: relative;
    background-color: #950602;
    top: 0;
    z-index: 1;
}

.member__body-img {
    height: 206px;
}

    .member__body-img img {
        height: 100%;
        width: 100%;
    }

.member__body-info {
    width: 100%;
    position: absolute;
    bottom: 67px;
    left: 0;
    padding: 0 35px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.member__body-info__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

    .member__body-info__avatar img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.member__body-info__name {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-left: 15px;
}

.member__content {
    padding-top: 10px;
    margin: 0 19px;
    position: relative;
    z-index: 100;
}

.member__content__card {
    width: 100%;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 15px 0 hsla(0, 0%, 63.9%, .35);
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: -33px;
    padding-left: 24px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.img-drawer {
    display: flex;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    inset: 0px;
    z-index: 10070;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.img-drawer__icon {
    position: absolute;
    right: 0;
    top: 0px;
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .img-drawer__icon img {
        height: 26px;
        width: 26px;
    }

.img-drawer__content {
    width: 100vw;
    height: 80vh;
    flex: 1;
}

.img-drawer__content-img {
    background-image: url("/static5/images/car/car.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100%;
    width: 100%;
}

.member__content__card-top {
    font-weight: 500;
    color: #626262;
    line-height: 1;
}

.member__content__card-bottom {
    font-size: 16px;
    font-weight: 700;
    color: #950602;
    line-height: 1;
    margin-top: 6px;
}

.member__content__box {
    background: #fff;
    border-radius: 3px;
    padding: 0 12px;
    margin-top: 9px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    height: 30px;
    align-items: center;
}

.member__content__box-img {
    width: 20px;
    height: 20px;
    margin-right: 9px;
}

    .member__content__box-img img {
        width: 100%;
        height: 100%;
    }

.member__content__box-text {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.member__content__box-icon {
    display: flex;
    align-items: center;
}

    .member__content__box-icon img {
        width: 5px;
        height: 9px;
    }

.member__content__btn {
    width: 113px;
    height: 41px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    opacity: .82;
}
