.member-page {
    position: relative;
}

.member-page .list {
    box-shadow:0px 0px 3px #dddddd;
    border-bottom: 1px solid #cccccc;
}


.member-page .member {
    position: relative;
    width: 100%;
    height: 85px;
    border-top: 1px solid #cccccc;
    background-color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    cursor: hand;
    cursor: pointer;
    font-size: 12px;
}

.member-page .member .creator {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 25px;
}

.member-page .member .name {
    position: absolute;
    left: 85px;
    top: 15px;
    width: 25px;
    font-size: 20px;
}

.member-page .member .role {
    position: absolute;
    left: 85px;
    top: 40px;
    width: 25px;
    font-size: 10px;
    color: red;
}

.member-page .member .creator img, .member-page .member .community img,.home .member .target img {
    position: absolute;
    vertical-align: -5px;
    left: 0px;
    top: -3px;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    box-shadow:0px 0px 3px #333333;
}

.member-page .header {
    width: 100%;
    top: 0px;
    width: 100%;
    height: 55px;
    padding-top: 18px;
    text-align: left;
}

.member-page .header .find {
    position: absolute;
    top: 20px;
    left: 80px;
    width: calc(100% - 220px);
}
.member-page .header .find input {
    width: 100%;
    height: 31px;
    border: 1px solid #1B5E20;
    border-radius: 3px;
    -moz-border-image: border-radius: 3px;
    -webkit-border-image: border-radius: 3px;
    background-image: url("/imgs/icons/find.png");
    background-repeat: no-repeat;
    background-position: left 5px bottom 5px;
    padding-left: 30px;
    padding-right: 5px;
    font-size: 16px;
}

.member-page .newbtn {
    position: absolute;
    top: 19px;
    right: 0px;
    display: inline-block;
    margin: 0 auto;
    width: 120px;
    padding: 5px 10px;
    color: #ffffff;
    background: #5fbb88;
    background: -webkit-linear-gradient(#5fbb88, #56af7e);
    background: linear-gradient(#5fbb88, #56af7e);
    border-bottom: solid 2px #429968;
    border-radius: 50px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    text-shadow: 0px 1px 2px #2b2f33;
    font-size: 13px;
    cursor: pointer;
    cursor: hand;
}

.member-page　.newbtn:active {
    border-bottom: solid 2px #429968;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/**
    lksdjfk
 */

.member-invite {
    position: relative;
}

.member-invite .title {
    margin: 5px;
}

.member-invite .text strong {
    display: block !important;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    margin-top: 5px;
}

.member-invite .list {
    box-shadow:0px 0px 3px #dddddd;
    border-bottom: 1px solid #cccccc;
}

.member-invite .list li {
    position: relative;
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.member-invite .list li .btn-close {
    color: #777;
    font: 20px/100% arial, sans-serif;
    position: absolute;
    right: 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 15px;
}

.member-invite .list li .btn-close:after {
    content: '×';
}

.member-invite .newbtn {
    position: absolute;
    top: 5px;
    right: 10px;
    display: inline-block;
    margin: 0 auto;
    width: 160px;
    padding: 5px 10px;
    color: #ffffff;
    background: #5fbb88;
    background: -webkit-linear-gradient(#5fbb88, #56af7e);
    background: linear-gradient(#5fbb88, #56af7e);
    border-bottom: solid 2px #429968;
    border-radius: 50px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    text-shadow: 0px 1px 2px #2b2f33;
    font-size: 13px;
    cursor: pointer;
    cursor: hand;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 500px;
    margin: 0px auto;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
}

.modal-default-button {
    float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-unsubscribe-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-unsubscribe-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
