a {
    text-decoration: none;
}

.ev_select_div,
.ev_selectCom {
    width: 100%;
}


.ev_tab_content {
    display: none;
}

.ev_tab_body.top {
    /* overflow: hidden; */
    height: auto;
}

.ev_tab_content,
.distributor_content {
    height: 100%;
}


.ev_tab_title.display {
    display: inline-block;
}

.ev_tab_title.active.lastActive {
    margin-right: 0rem;
    padding-right: 0;
}

.ev_tab_title.active {
    color: #0067d1;
    margin-bottom: 0;
    border-bottom: 2px solid #0067d1;
    height: 2rem;
    border-radius: 0;
    border-radius: initial;
}


.ev_tab_title {
    color: #191919;
    display: none;
    cursor: pointer;
    border: none;
    font-size: 0.875rem;
    height: 2rem;
    line-height: 2rem;
    padding-right: 0;
    vertical-align: bottom;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 3.4375rem;
    outline: medium none currentcolor;
    outline: initial;
    box-sizing: border-box;
    position: relative;
    margin-right: 1.5rem;
    background: transparent;
    transition: none 0s ease 0s;
    transition: initial;
}

.ev_tab_content.active {
    background-color: #fff;
    display: block;
    color: #191919;
    font-size: 1rem;
}


.find_sales .ev_tab_header {
    height: 35px;
    padding-right: 0;
    text-align: center;
    background-color: #F5F5F5;
    border-bottom: none;
    position: sticky;
    /* top: 82px; */
    left: 0;
    z-index: 99;
}

.find_sales .ev_tab_header>div {
    display: inline-block;
    height: 35px;
}

.find_sales .ev_tab_header>div .ev_tab_title {
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
}

.ev_tab_title.active {
    font-weight: 700 !important;
}


.find_sales .find_sale_main {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}



.find_sales .find_sale_main .main_left .select {
    width: 100%;
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0 8px;
    border-bottom: 1px solid #EBEBEB;
}

.find_sales .find_sale_main .main_left .select h2 {
    font-size: 16px;
    line-height: 24px;
    /* font-weight: 400; */
}

.find_sales .find_sale_main .main_left .select h2 span {
    color: #007BFF;
    font-weight: 400;
}


.main_left {
    background-color: rgba(255, 255, 255, 0.8);
}


.card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card .card_box {
    width: calc((100% / 3) - 10px);
    border: 1px solid #dedede;
    padding: 16px;
    border-radius: 8px;
    margin-top: 16px;
    display: flex;
    position: relative;
}

.card .card_box:hover {
    border: 1px solid #0072e8;
}


.card_right {
    flex: 1;
    z-index: 9;
}


.card_right .right_title {
    font-size: 16px;
    color: #0a0a0a;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 8px;
}


.card_right .icon_location {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
  }

.card_right .icon_location .location_img {
    width: 16px;
    margin-right: 8px;
}

.card_right .icon_location .location_list {
    font-size: 12px;
    color: #4d4d4d;
    line-height: 1.25;
    word-break: break-word;
}

.icon_width {
    width: 77%;
  }



.main_left {
    width: 1280px;
    max-width: 90vw;
    margin: 0 auto;
}



.ev_tab_content * {
    box-sizing: border-box;
}


.not_in_current_page {
    display: none !important;
}

.not_in_current_filter {
    display: none;
}








.card_box:last-child:nth-child(3n + 2) {
    margin-right: calc((100% - ((100% / 3) - 10px)) / 2 * 1);
}


.installer-find-input{
    width: 640px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    margin-top: 24px;
}
.installer-find-input input{
        width: 100%;
    border-radius: 4px;
    height: 40px;
    padding-inline-end: 60px;
    padding-inline-start: 48px;
    box-sizing: border-box;
    border: 1px solid #dee1e6;
    color: #323232;
    cursor: pointer;
    font-size: 14px;
    outline: none;
}
.installer-search{
    width: 24px;
    height: 24px;
    position: absolute;
   top: 50%;
    transform: translateY(-50%);
    left: 18px;
    cursor: pointer;
}
.installer-search img{
    width: 100%;
}
.installer-clear{
     width: 16px;
    height: 16px;
    position: absolute;
      top: 50%;
    transform: translateY(-50%);
    right: 12px;
       cursor: pointer;
}
.installer-clear img{
    width: 100%;
}

.find-pop{
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: rgba(000, 000, 000, .1);
    z-index: 99;
    display: none;
}
.find-pop > div{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background-color: #fff;
    width: 600px;
    position: relative;
    padding: 66px 20px 40px 20px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, .16);
    outline: 0;
    max-width: 90%;
}
.find-pop div span{
       position: absolute;
    font-size: 14px;
    top: 20px;
    left: 20px;
    font-weight: bold;

}
.find-pop div img{
       position: absolute;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px;
}

.find-pop div p{
    font-size: 16px;
}
.find-pop div div{
    background: #fff;
    border: 1px solid #c7000b;
    color: #c7000b;
    border-radius: 4px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    opacity: .9;
    overflow: hidden;
    padding: 0 16px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: fit-content;
    margin: 20px auto 0;
}

/* 自适应 */
@media all and (max-width: 768px) {
    .ev_tab1 {
        height: calc(100vh - 87px) !important;
    }



    .find_sales {
        width: 100%;
    }

    .find_sales .find_sale_main .main_left .select {
        padding: 24px 0 12px;
    }

    .ev_select_div {
        width: 160px;
    }

    .ev_select {
        width: 160px !important;
    }

    .ev_select_div #ev_slt_10000_pop {
        width: 160px;
    }

    .main_left .ev_selectCom .icon {
        width: 40px;
        height: 40px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        margin-left: 8px;
    }

    .main_left .ev_selectCom .icon img {
        width: 20px;
        height: 20px;
    }

    .find_sales .find_sale_main .main_top {
        display: none;
    }

    .main_left {
        width: 100%;
        max-width: 93.333333vw;
    }

    .main_left .card {
        width: 100%;
    }

    .pagination-wrapper {
        flex-direction: column;
        gap: 20px 0;
    }

    .ev_popup_container_scroll::-webkit-scrollbar {
        display: none;
    }

    .mainMobile {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: 85% 75%;
    }

    .mainMobile .mainMobile_top {
        opacity: 0.9;
        background: #ffffff;
        border-radius: 0.5rem;
        padding: 0.625rem
            /* 10/16 */
            1rem
            /* 16/16 */
        ;
        margin: 0.75rem 1.5rem
            /* 24/16 */
        ;
        display: flex;
        justify-content: space-between;
    }

    .mainMobile .mainMobile_top .top_left {
        display: flex;
        align-items: center;
    }

    .mainMobile .mainMobile_top .top_left .location_icon {
        width: 1.25rem
            /* 20/16 */
        ;
        height: 1.25rem;
        cursor: pointer;
    }

    .mainMobile .mainMobile_top .top_left .location_text {
        color: #0067d1;
        border-bottom: 1px solid #0067d1;
        cursor: pointer;
        margin-left: 0.5rem;
    }

    .mainMobile .mainMobile_top .top_right {
        display: flex;
        justify-content: center;
    }

    .mainMobile .mainMobile_top .top_right .show_map {
        font-size: 0.875rem;
        margin-right: 0.5rem;
        color: #1c1c1c;
        text-align: right;
        line-height: 1.25rem;
    }

    .mainMobile .main_right {
        min-height: 46.875rem;
    }

    .ev_popup {
        width: 160px;
    }

    .ev_select_div>p {
        display: none;
    }

    .card .card_box {
        width: 100%;
        display: block;
        margin-top: 12px;
    }

    ::-webkit-scrollbar {
        width: 0;
    }

    .card .card_box .card_left {
        width: 64px;
    }

    .card_bottom {
        width: 56px;
    }

    .icon_width {
        width: calc(100% - 80px);
    }

    .distributor-des {
        margin: 16px 0 20px;
        line-height: 20px;
    }

    .spage-skip {
        margin-left: 0 !important;
    }

    .card .card_box:last-child:nth-child(3n + 2) {
        margin-right: 0;
    }

    .ev_tab_body.top {
        overflow: visible;
        overflow: initial;
    }

    .spage-skip {
        margin-left: 0 !important;
    }

}