
body {
    background: #f4f6f9;
}
.member_div {
    position: relative;
    display: grid;
    width: 100%;
    background-color: #fff;
    grid-template-columns: 70px auto;
    padding: 20px;
    font-size: 12px;
    color: #666;
}
.member_div .avator {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 2px 2px 8px 1px #eeeeee;
    overflow: hidden;
}
.member_div .avator span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    color: #fff;
}

.member_info {
    padding-top: 8px;
    padding-bottom: 5px;
}
.member_info .member_name {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.member_info span {
    margin-right: 5px;
}
.member_status a {
    display: inline-block;
    margin-left: 5px;
    background-color: #e8faf8;
    color: #2b9286;
    border-radius:20px;
    padding: 1px 8px;
    font-weight: 700;
    transform: scale(0.8);
    transform-origin: left center;
}
.member_per {
    position: absolute;
    right: 0;
    top: 26px;
    padding: 8px 10px 5px 20px;
    background-color: #e8faf8;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #2b9286;
    line-height: 20px;
}
.member_per span {
    display: block;
    font-size: 12px;
}
.member_per .per {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.member_per .per_title {
    padding-left: 10px;
    background: url('../images/gr05.png') no-repeat left center;
    background-size: 9px;
}



.member_number {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    font-size: 12px;
    color: #666;
    margin-top: 14px;
}
.member_number ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0;
}
.member_number a {
    display: block;
    text-align: center;
    color: #333;
}
.member_number a span {
    display: block;
}
.member_number a span.number {
    font-size: 20px;
    font-weight: 700;
}

.member_item {
    position: relative;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    color: #666;
    margin-top: 14px;
    padding: 5px 0;
}
.member_item li {
    position: relative;
    padding: 14px 20px;
    border-bottom: 1px solid #f4f6f9;
}
.member_item li a {
    display: block;
    padding: 0 20px;
    background: url('../images/right.png') no-repeat right center;
    background-size: 8px;
}
.member_item li a img {
    position: absolute;
    top: 16px;
    left: 20px;
    width: 14px;
}
.member_item li a.resume img {
    top: 18px;
}
.member_item li a .right {
    float: right;
    opacity: 0.6;
}


.div_dengji {
    display: none;
}
.div_dengji .dengji_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.div_dengji .dengji_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background: url('../images/member_url.jpg') no-repeat center center;
    background-size: contain;
}
