.bk{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}
.tab-conten {
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
    margin-right: 30px;
}
.tab-item{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    position: relative;
    margin-right: 30px;
}
.tab-item.active{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #3F84F7;
    line-height: 33px;
    text-align: left;
    font-style: normal;
}
.tab-item.active .bd-back{
    width: 40px;
    height: 3px;
    background: #3F84F7;
    border-radius: 2px;
    margin: 0 auto;
}

.content-box .content-item {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding-bottom: 40px;
}

.content-box .content-item.active {
    display: block;
    opacity: 1;
}

.key-word-search-content{
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    margin-bottom: 20px;
}
.key-word-search-content input {
    width: 280px;
    height: 40px;
    border-radius: 6px;
    border: 2px solid #E2E2E2;
}

.key-word-search-content span{
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: right;
    font-style: normal;
}
.key-word-search-content .dept-search{
    position: relative;
    padding:0 10px;
}
 .serach-member-name #search-icon{
    font-size: 18px;
    color: #225BCC;
    position: absolute;
    right: 36px;
    bottom: 12px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.key-word-search-content .serach-member-name {
    position: relative;
    display: flex;
    align-items: center;
}

.serach-member-type{
    display: flex;
    align-items: center;
}
.option-serach-content .area-conten{
    margin-bottom: 20px;
}
.option-serach-content .area-conten .area-item,
.option-serach-content .level-content .level-item{
    margin-right: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    cursor: pointer;
}
.option-serach-content .area-conten .area-item.active,
.option-serach-content .level-content .level-item.active{
    color: #3F84F7;
}
.option-serach-content .area-conten .area-item,
.option-serach-content .level-content .level-item{
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    cursor: pointer;
}
.member-content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.member-item {
    display: flex;
    padding: 30px 40px 30px 0px;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
    margin-right: 20px;
}
.member-item .member-logo{ 
    width: 114px;
    height: 114px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.member-item img{
    width: 114px;
    height: 114px;
    object-fit: contain;
}
.member-info {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.member-item .member-name {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}
.member-item .member-type{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #3F84F7;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    padding: 9px 0px 14px 0px;
}
.member-item .member-attribute{
    display: flex;
    align-items: center;
}
 .member-attribute .member-area{
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
 .member-attribute .member-field{
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
  .member-attribute .line{
    width: 1px;
    height: 12px;
    border: 1px solid #E2E2E2;
    margin: 0 6px;
}
.province-select .layui-form-select dl dd.layui-this {
    background-color:#FFFFFF;
    color: #3F84F7;
}
.new-menber-flag{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #ffaf49;
    border-radius: 4px;
    width: 20px;
    text-align: center;
}