﻿/*门店咨询*/
.about-us-shop-counsel {
    height: 700px;
    padding-bottom: 55px;
}

    .about-us-shop-counsel .shop-list {
        float: left;
        width: 288px;
        height: 100%;
        padding-top: 24px;
        border: 1px solid #dcdcdc;
    }

        .about-us-shop-counsel .shop-list .shop-header-wrap {
            padding: 0 24px;
        }

            .about-us-shop-counsel .shop-list .shop-header-wrap h5 {
                color: #1a1a1a;
                font-weight: 700;
                font-size: 20px;
                line-height: 1;
            }

.yd-select .yd-select-main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 36px;
    border: 1px solid #bbb;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .yd-select .yd-select-main * {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .yd-select .yd-select-main .select-word {
        margin-left: 12px;
        margin-right: 18px;
        height: 100%;
        color: #1a1a1a;
        font-size: 14px;
        line-height: 36px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .yd-select .yd-select-main .tri-angel {
        position: absolute;
        top: 15px;
        right: 12px;
        width: 8px;
        height: 5px;
    }

    .yd-select .yd-select-main .select-option-panel {
        position: absolute;
        top: 40px;
        left: -1px;
        width: 100%;
        max-height: 306px;
        min-height: 36px;
        border: 1px solid #bbb;
        -webkit-box-shadow: 0 0 2px #e5e5e5 inset;
        box-shadow: inset 0 0 2px #e5e5e5;
        background: #fff;
        z-index: 13;
        overflow-y: scroll;
        -webkit-transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
        transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out,opacity .2s ease-in-out;
        transition: transform .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        display: none;
    }

.about-us-shop-counsel .shop-list .shop-local-list h6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px;
    margin: 0;
    padding-top: 24px;
    padding-left: 24px;
    color: #666;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
}

.about-us-shop-counsel .shop-list .shop-local-list ul {
    height: 390px;
    overflow-y: scroll;
}

    .about-us-shop-counsel .shop-list .shop-local-list ul::-webkit-scrollbar {
        display: none;
    }


    .about-us-shop-counsel .shop-list .shop-local-list ul li {
        padding: 16px 24px;
        cursor: pointer;
    }

        .about-us-shop-counsel .shop-list .shop-local-list ul li:hover {
            background-color: #f2f2f2;
        }

        .about-us-shop-counsel .shop-list .shop-local-list ul li .shop-name {
            display: block;
            padding-bottom: 14px;
            color: #1a1a1a;
            font-size: 14px;
        }

        .about-us-shop-counsel .shop-list .shop-local-list ul li .shop-contact {
            color: #666;
            font-size: 12px;
            overflow: hidden;
            display: flex;
        }

            .about-us-shop-counsel .shop-list .shop-local-list ul li .shop-contact em {
                /*float: left;*/
                width: 38px;
                font-style: normal;
            }

            .about-us-shop-counsel .shop-list .shop-local-list ul li .shop-contact p {
                /*float: left;*/
                /*width: 200px;*/
                word-wrap: break-word;
                word-break: break-all;
                flex: 1;
            }


.yd-select .yd-select-main .select-option-panel li {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .yd-select .yd-select-main .select-option-panel li:hover {
        background-color: #f2f2f2
    }

.amap-container {
    float: right;
    /*width: 692px;
    height: 100%;*/
    overflow: hidden;
}

/*地图*/
.amap-info-content {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 12px #a6a6a6;
    box-shadow: 0 0 12px #a6a6a6;
}

.amap-info-close {
    right: 10px !important;
}

.shop-name {
    display: block;
    padding-bottom: 10px;
    color: #1a1a1a;
    font-size: 14px;
}

.shop-contact {
    margin-top: 4px;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    display: flex;
}

    .shop-contact em {
        /*float: left;*/
        width: 38px;
        font-style: normal;
    }

    .shop-contact p {
        /*  float: left;
        width: 200px;*/
        flex: 1;
    }
