.membership-directory-header-box{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 17px;
}
h3.title{
    display: inline-block;
}
span.advanced-serach .advanced-serach-button{
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    padding: 8px 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #282968;
}
.neon-advanced-search-button{
    display: flex;
    align-items: center;
}
.neon-advanced-search-button .nasb-clear-num{
    display: contents;
}
.neon-advanced-search-button .clear-all-search{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #0074D9;
    margin-right: 4px;
    cursor: pointer;
}
.neon-advanced-search-button .search-num{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #002D41;
    background: #E2F2FE;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    margin-right: 12px;
}
.membership-directory-header-input-box{
    margin-top: 20px;
}
.membership-directory-header-input-box .msd-search-box{
    position: relative;
    width: 430px;
    display: inline-block;
    color: #54698D;
    margin-right: 12px;
    vertical-align: middle;
}
.membership-directory-header-input-box .msd-search-box .msd-input-prefix{
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 14px;
    color: #54698D;
}

.membership-directory-header-input-box .search-name{
    border: 1px solid #C0C8D7;
    border-radius: 4px;
    background: #fff;
    width: 430px;
    height: 44px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 14px;
    color: #3C4144;
    margin-right: 12px;
}
.membership-directory-header-input-box .select-sort-by{
    border: 1px solid #C0C8D7;
    border-radius: 4px;
    background: #fff;
    width: 430px;
    height: 44px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #3C4144;
    padding: 12px 14px;
    display: inline-block;
}
.membership-directory-header-input-box .msd-search-box .search-name:focus {
    border-color: #0074d9!important;
    outline: 0;
}
.membership-card-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 28px;
    justify-content: space-between;
}
.membership-card-box{
    background: #fff;
    max-height: 379px;
    width: 216px;
    border: 1px solid #E6E9EE;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 21px 28px 50px 28px;
    margin-top: 16px;
    overflow: hidden;
    position: relative;
}
.membership-card-box.placeholder {
    background: transparent;
    border: none;
    box-shadow: none;
}
.membership-card-header{
    position: relative;
}
.membership-card-header .avatar-frame .avatar-frame-img{
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.membership-card-header .avatar-frame .avatar-frame-text {
    line-height: 100px;
    color: #fff;
    background: #3C4144;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-family: 'Lato';
    font-style: normal;
    font-size: 28px;
}
.membership-card-header .avatar-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: center;
    background-size: cover;
}
.membership-card-header .quick-lick{
    width: 33px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    position: absolute;
    right: -18px;
    top: -10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #282968;
    cursor: pointer;
    display: flex;
}
.show-expand-box{
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
}
.membership-card-information-segmentation{
    height: 1px;
    background: #E6E9EE;
}
.membership-card-information{
    margin-top: 16px;
    text-align: center;
    margin-bottom: 24px;
}
.membership-card-box.is-expand-height{
    height: auto;
    max-height: none;
    padding-bottom: 10px;
}
.membership-profile-desc .plain-text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #3C4144;
    word-break: break-word;
}
.membership-profile-desc .plain-text a{
    text-decoration: none;
    color: #0074D9;
}
.membership-profile-desc .link-text{
    color: #0074D9;
    cursor: pointer;
}
.membership-profile-desc .membership-name{
    color: #002D41;
}
.membership-profile-desc .account-name{
    font-family: 'Lato'!important;
    font-size: 18px!important;
    min-height: 42px!important;
}
.membership-card-box .membership-card-expand{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #282968;
    padding: 5px 0;
    cursor: pointer;
}
.membership-card-box .membership-card-expand span{
    margin-right: 12px;
}
.membership-directory-header-input-box .msd-mini-show{
    display: none;
}
@media screen and (max-width: 1211px) and (min-width: 992px) {
    .membership-card-list{
        column-gap: 16px;
    }
}
@media screen and (max-width: 1211px) and (min-width: 769px) {
    .membership-directory-header-input-box .msd-search-box,
    .membership-directory-header-input-box .search-name,
    .membership-directory-header-input-box  .select-sort-by{
        max-width: 300px;
    }
}

@media screen and (min-width: 667px)  {
    .membership-directory-header-input-box{
        display: flex;
    }
}
/* 宽度小于768的屏幕显示此样式 */
@media screen and (max-width: 768px)  {
    .membership-directory-header-input-box .msd-search-box,
    .membership-directory-header-input-box .search-name{
        height: 32px;
        width: 100%;
        max-width: 400px;
        font-size: 12px;
    }
    .membership-directory-header-input-box  .select-sort-by{
        display: none;
    }
    .membership-directory-header-input-box .msd-search-box .msd-input-prefix{
        top:7px;
        left: 4%;
        width: 12px;
    }
    .membership-directory-header-input-box .search-name{
        padding-left: 10%;
    }
    .membership-card-list{
        column-gap: 18px;
    }
    .membership-directory-header-input-box .msd-mini-show{
        display: flex;
    }
    .membership-directory-header-input-box .msd-mini-show .advanced-serach{
        margin-right: 18px;
    }
    .membership-directory-header-box .neon-advanced-search-button{
        display: none;
    }
    .membership-directory-header-input-box .neon-advanced-search-box.msd-mini-show{
        display: flex;
        flex-direction: row-reverse;
    }
    .membership-directory-header-input-box .neon-advanced-search-box .nasb-clear-num{
        display: flex;
        align-items: center;
        margin-left: 18px;
    }
}

/* 小于667的屏幕显示此样式. */
@media screen and (max-width: 700px) and (min-width: 667px){
    .membership-card-list{
        column-gap: 18px;
    }
    .membership-card-box{
        width: 199px;
    }
    .membership-directory-header-input-box .neon-advanced-search-box.msd-mini-show{
        display: flex;
        flex-direction: row-reverse;
    }
    .membership-directory-header-input-box .neon-advanced-search-box .nasb-clear-num{
        display: flex;
        align-items: center;
        margin-left: 18px;
    }
}
@media screen and (max-width: 677px) and (min-width: 667px){
    .membership-directory-header-input-box .msd-search-box, .membership-directory-header-input-box .search-name{
        max-width: 350px;
    }
}
/* 小于419的屏幕显示此样式. */
@media screen and (max-width: 666px) {
    .membership-card-box,
    .membership-directory-header-input-box .msd-search-box,
    .membership-directory-header-input-box .search-name{
        width: 100%;
        max-width: 100%;
    }
    .membership-directory-header-input-box .select-sort-by{
        display: none;
    }
    .membership-directory-header-input-box .msd-search-box{
        margin-bottom: 12px;
    }
    .membership-directory-header-input-box .neon-advanced-search-box{
        width: fit-content;
    }
}
/*宽度小于320px时展示更小的一列*/
@media screen and (max-width: 320px) {
    .membership-card-box,
    .membership-directory-header-input-box .msd-search-box,
    .membership-directory-header-input-box .search-name{
        min-width: 240px;
        width: 100%;
    }
    .membership-directory-header-input-box .msd-search-box,
    .membership-directory-header-input-box .search-name{
        height: 32px;
    }
}
.view-more-footer {
    background: #FFFFFF;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
}
.view-more-footer .loading {
    color: #54698D;
}
.view-more-footer .more {
    font-weight: 500;
    color: #0074D9;
    cursor: pointer;
}
