.banner_title {
    position: absolute;
    left: 14.7vw;
    top: 20.23vw;
}

.form-control:focus{
    box-shadow: none;
}

.banner_title > div:first-child {
    font-size: 6.9vw;
    color: #000000;
    line-height: 6.9vw;
    letter-spacing: 1vw;
    margin-bottom: 2.79vw;
    font-weight: bold;
}

.banner_title > ul {
    font-size: 3vw;
    font-weight: normal;
    color: #000000;
    line-height: 2em;
    letter-spacing: 0.5vw;
}

.search_group .mobile .btn{
    width: 31.5vw;
    padding:2vw;
    height: 8.3vw;
}

.custom_badge .v_line {
    width: 1px;
    height: 3.48vw;
    background: #797979;
}

.custom_badge {
    border: 1px solid #afafaf;
}

.zoom_item {
    padding: 1vw 2.5vw;
    font-size: 3.48vw;
    cursor: pointer;
}

.zoom_button {
    margin: 3.5vw auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.park_data_label {
    font-size: 6.51vw;
    color: #333333;
    letter-spacing: 0.23vw;
    padding-top: 9.3vw;
    padding-bottom: 9.3vw;
}

.category_buy {
    border: 1px solid #eee;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.category_buy span > i {
    margin: 0 1.5vw;
}

.search_btn_group button {
    margin-right: 4vw;
}

.btn-group button div {
    width: 20vw;
    line-height: 6.9vw;
    padding: 0 1.8vw;
    overflow: hidden;
}

.btn-group button span {
    width: 20vw;
    height: 6.9vw;
    padding: 0 1vw;
    line-height: 6.9vw;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.search_group .search {
    display: inline-block;
    width: 7.67vw;
    height: 7.67vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.search_group {
    margin: 0 0 4vw;
}

input.form-control::placeholder{
    color:#a8abb2;
}

.list_item {
    width: 83.02vw;
    color: #484848;
    font-size: 3.02vw;
    border-radius: 3.48vw;
    box-shadow: 0 0.46vw 2.79vw 0 rgba(0, 0, 0, 0.15);
    padding: 3.48vw 6vw;
    margin-bottom: 4.4vw;
}

.list_item .title {
    font-size: 3.95vw;
    color: var(--danger-color);
    line-height: 5.8vw;
    letter-spacing: 0.23vw;
    padding-bottom: 3vw;
}

.list_item .shop_line {
    height: 1px;
    background: #797979;
}

.list_item .category_info {
    padding: 3vw 0;
}

.category_info p {
    line-height: 4.65vw;
    margin-bottom: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;
}

.list_item i.bi {
    color: var(--danger-color);
    font-size: 3.25vw;
}

.list_item .category_info > div:first-child {
    flex-basis: 10%;
}

.list_item .category_info > div:last-child {
    flex-basis: 90%;
}

.list_item .item_footer .footer_left {
    flex-basis: 50%;
    padding: 0;
}

.list_item .item_footer .footer_left > div:first-child {
    flex-basis: 20%;
}

.list_item .item_footer .footer_left > div:last-child {
    flex-basis: 80%;
}

.list_item .item_footer .footer_right {
    flex-basis: 50%;
    text-align: right;
    padding: 0;
}

.list_item .item_footer .footer_right > div:first-child {
    flex-basis: 40%;
}

.list_item .item_footer .footer_right > div:last-child {
    flex-basis: 60%;
}

.btn_bg_sm {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .btn-group .search_btn .el-input{
        height: 3vw;
        line-height: 3vw;
    }
    .btn-group .search_btn .el-cascader__tags span{
        font-size:.9vw;
        line-height: 1.8vw;
        height: 1.7vw;
    }
    .btn-group .search_btn .el-input__wrapper input{
        font-size:1.1vw;
        width: 20vw;
        height: 2.5vw;
        line-height: 2.5vw;
    }
}

.merchant_empty{
    min-height: 60vw;
    font-size:6vw;
}

/*大屏样式*/
@media (min-width: 992px) {

    .merchant_empty{
        min-height: 10vw;
        font-size:2.5vw;
        padding: 2.83vw;
    }

    .zoom_button_lg {
        bottom: 65vw;
        right: 2vw;
    }

    .zoom_button {
        margin: 0;
    }

    .banner_title > div:first-child {
        font-size: 3.9vw;
        font-weight: bold;
        margin-bottom: 0.625vw;
        letter-spacing: 1vw;
    }

    .banner_title ul li {
        letter-spacing: 0.5vw;
        line-height: 2em;
        font-size: 1.3vw;
    }

    .banner_title {
        top: 13.6vw;
    }

    .zoom_button {
        right: 2vw;
        top: 1.9vw;
        width: 2.5vw;
        height: 6vw;
        left: 92%;
    }

    .zoom_button > div {
        flex-direction: column;
    }

    .zoom_item {
        font-size: 1.25vw;
        padding: 0.75vw 0;
    }

    .custom_badge .v_line {
        height: 1px;
        width: 1.51vw;
    }

    .badge-pill {
        border-radius: 1rem;
    }

    .park_data_label {
        font-size: 3.12vw;
    }

    .btn-group button div {
        width: 9.5vw;
        line-height: 2.3vw;
    }

    .search_btn_group button {
        margin-right: 1.6vw;
    }

    .search_group {
        margin: 0;
        justify-content: flex-end;
    }

    .search_group .search {
        cursor: pointer;
        width: 2vw;
        height: 2vw;
    }

    .el-input{
        overflow: hidden;
    }
    .el-input .el-input-group__append{
        background: #d61c38;
    }

    .custom_search {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 2vw;
    }

    .list_item {
        width: 14.94vw;
        /*height: 19.63vw; 电话暂时不用缩小高度*/
        height: 17.63vw;
        padding: 2vw;
        font-size: 0.83vw;
        line-height: 1.3vw;
        margin: 3.28vw auto 0 auto;
        border-radius: 1vw;
        box-shadow: 0.1vw 0.2vw 0.78vw 0 rgba(0, 0, 0, 0.15);
        cursor: pointer;
    }

    .list_item .title {
        font-size: 1.3vw;
        line-height: 1.9vw;
        height: 4vw;
        overflow: hidden;
        padding-bottom: 0;
        margin-bottom: 1.4vw;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* 显示的行数 */
        -webkit-box-orient: vertical;
    }

    .category_info p {
        line-height: 1.3vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4; /* 显示的行数 */
        -webkit-box-orient: vertical;
    }

    .list_item i.bi {
        font-size: 1.04vw;
    }

    .list_item .item_footer .footer_left {
        flex-basis: 100%;
        padding: 0 0 0.62vw 0;
    }

    .list_item .item_footer .footer_right {
        flex-basis: 100%;
        text-align: left;
        padding: 0 0 0.62vw 0;
    }

    .list_item .item_footer .footer_left > div:first-child {
        flex-basis: 18%;
    }

    .list_item .item_footer .footer_left > div:last-child {
        flex-basis: 82%;
    }

    .list_item .item_footer .footer_right > div:first-child {
        flex-basis: 18%;
    }

    .list_item .item_footer .footer_right > div:last-child {
        flex-basis: 82%;
    }

    .list_item .category_info {
        padding: 1.6vw 0 0.52vw 0;
    }

    .list_item .category_info > div:first-child {
        flex-basis: 18%;
    }

    .list_item .category_info > div:last-child {
        flex-basis: 82%;
    }

    .btn-group .search_btn {
        margin-right: 1.66vw;
    }

    .btn-group .search_btn .el-input__wrapper {
        font-size: 0.93vw;
        /*height: 2.34vw;*/
        height: auto;
        /*width: 9.37vw;*/
        width: auto;
        line-height: 2.34vw;
    }

    .park_img_bg {
        padding: 2vw;
        background-color: #f8f8f8;
    }

    .park_model {
        background-color: #fff;
        border: 2px solid #eee;
    }

    .btn_zoom_group {
        position: absolute;
        right: 4vw;
        top: 4vw;
        height: 65vw;
    }

    .btn_zoom_sticky {
        position: sticky;
        top: 20px;
    }

    .park_m_bg img {
        /*height: 70vw;*/
    }

    .zoom_lg_btn button {
        border: 1px solid var(--font-color);
    }

    .zoom_tip {
        color: var(--font-color);
        position: absolute;
        right: 10vw;
        top: 4vw;
    }

    .btn-group-vertical button {
        width: 50px!important;
    }

    input.form-control::placeholder{
        color:#a8abb2;
    }
}


@media (min-width: 1200px){
    .btn-group .search_btn .el-input__wrapper{
        width: 17vw;
    }
    .btn-group .search_btn .el-input{
        height: 2.5vw;
        line-height: 2.5vw;
    }
    .btn-group .search_btn .el-cascader__tags span{
        font-size:.8vw;
        line-height: 1.8vw;
        height: 1.7vw;
    }
    .btn-group .search_btn .el-input__wrapper input{
        font-size:1.1vw;
        width: 16vw;
        height: 2.5vw;
        line-height: 2.5vw;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .list_item {
        height: 22.5vw;
    }
}