.common_find_input{
    padding: 9px 12px;
    color: #333;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background-color: #f5f5f5;
    width:140px;
}
.common_find_input::-webkit-input-placeholder{
    color: #acacac;
}
.common_find_input::-moz-placeholder{
    color: #acacac;
}
.common_find_input:-ms-input-placeholder{
    color: #acacac;
}
.find_search{
    /* position: fixed;
    left: 55px;
    top: 55px;
    right: 0;
    padding: 15px 40px; */
    z-index: 9997;
    /* border-bottom: 1px solid #efefef; */
}
.find_search>div{
    margin-right: 20px;
}
.find_search_icon{
    color: #fff;
    padding: 9px 33px;
    background: #00a274;
    font-size: 14px;
    border-radius: 25px;
    position: relative;
    top: 8px;
    cursor: pointer;
}
.circle_icon{
    width:30px;
}
.change_card{
    color: #00a274;
    border: 1px solid #00a274;
    background: #fff;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 19px;
    cursor: pointer;
    -webkit-transition: background 0.4s,color 0.4s;
    -moz-transition: background 0.4s,color 0.4s;
    -ms-transition: background 0.4s,color 0.4s;
    -o-transition: background 0.4s,color 0.4s;
    transition: background 0.4s,color 0.4s;
}
.change_card:hover{
    color: #fff;
    background: #00a274;
}
.qudao{
    background: #008fd1;
    color: #fff;
    font-size: 12px;
    border-radius: 9px;
    padding: 3px 8px;
    position: relative;
    top: 2px;
}
.find_index_mes_all{
    padding-top: 15px;
}
.find_index_mes>p{
    width:calc(50% - 10px);
    float:left;
    margin-bottom: 5px;
    margin-right: 10px;
}
.find_contract{
   margin-top: 20px;
}

.find_contract>p{
    margin-bottom: 20px;
}
.find_index_mes{
    margin-top: 8px;
}


.index_list a:hover {
    color: #333 !important;
}

input {
    border: 0;
}

.common_content_list_search {
    margin: 20px 0;
}

.common_content_list_search .common_content_list_wrap_detail {
    height: 150px;
    min-width: 150px;
}

.select2-container--bootstrap {
    display: inline-block !important;
    width: 155px !important;
    z-index: 9998;
}

.select2-container--bootstrap .select2-selection--single {
    width: 155px;
    background: #fff;
    height: 38px;
    line-height: 38px;
    border-radius: 18px;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    text-indent: 10px;
    padding: 0 10px;
    font-size: 14px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #00a274;
}

.select2-dropdown {
    border-radius: 18px;
    color: #333;
    font-size: 14px;
    border-color: #00a274 !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-color: none;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    right: 18px;
}

#reason::-webkit-input-placeholder {
    color: #acacac;
}

#reason::-moz-placeholder {
    color: #acacac;
}

#reason:-ms-input-placeholder {
    color: #acacac;
}

.search_type .select2-container--bootstrap {
    width: 122px !important;
}

.search_type .select2-container--bootstrap .select2-selection--single {
    width: 120px !important;
    height: 30px;
    line-height: 30px;
    border-right: 0;
    border: none;
    justify-content: center;
    border-radius: 0;
    border-right: 1px solid #e5e5e5;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.search_input {
    width: 68%;

    background-color: #fff;
    height: 57px;
    line-height: 57px;
    padding: 0 10px;
    margin-left: -5px;
}

.search_input::-webkit-input-placeholder {
    color: #acacac;
}

.search_input::-moz-placeholder {
    color: #acacac;
}

.search_input:-ms-input-placeholder {
    color: #acacac;
}

.person_banner {
    position: relative;
    height: 226px;
    width: 100%;
    margin-bottom: 25px;
}

.person_banner .bg_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 226px;
    border-radius: 6px;
}

.search_type {
    position: absolute;
    left: 50%;
    top: 127px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    max-width: 839px;
    width: 38vw;
    height: 57px;
    background-color: #fff;
    height: 57px;
    line-height: 57px;
    border-radius: 5px;
}

.search_type .search_type .select2-container--bootstrap .select2-selection--single {
    height: 57px;
    line-height: 57px;
}

.find_search_icon {
    box-sizing: border-box;

    /* height: fit-content; */
    padding: 14px 40px;
    line-height: 1;
    text-align: center;
    background-color: #30483a;
    border-radius: 5px;
    background-color: #30483a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    white-space: nowrap;
}

#select2-search_type-container{
    margin-right: 20px;
}
.result {
    font-size: 14px;

    font-stretch: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
}

.result span {
    font-weight: bold;
    color: #18a179;
}

.select2-container--open .select2-dropdown {
    left: -1px;
    box-sizing: border-box;
}


#member-custom-select {
    position: relative;
    width: 100px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: white;
}

#member-custom-select .member-select-trigger {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    background-color: #459A6F;
    cursor: pointer;
}

#member-custom-select .options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 90%;
    background-color: #fff;
    color: black;
    border-radius: 4px;
    display: none;
}

#member-custom-select .member-option {
    margin: 4px 11px;
    padding: 5px 12px;
    cursor: pointer;
    line-height: 1;
    text-align: center;
}

#member-custom-select .member-option:hover {
    border-radius: 4px;
    background: #F2F2F2;
}


.searchdiv {
    visibility: visible; position: absolute; left: 0px; top: 0px; gap: 16px; height: 100%; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}

