.list-mendian img {
    transition: all 0s
}

.list-mendian .select {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-mendian .tit {
    font-size: 48px;
    font-weight: 450;
    color: #fff;
    margin: 60px 0;
    text-align: center;
}

.list-mendian .select ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.list-mendian .select ul li {
    width: 100%;
}

.list-mendian .select ul li:first-child {
    margin-left: 0
}

.list-mendian .select ul li:nth-child(2) {
    margin-left: 15px;
}

.list-mendian .select ul li:nth-child(3) {
    margin-left: 15px;
}

.list-mendian .select ul li:nth-child(4) {
    margin-left: 15px;
}

.list-mendian .select ul li select {
    width: 200px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0 30px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    background: #fff;
    border-radius: 100px;
}

.zmdcx {
    position: relative;
}

.list-mendian .select button[type='button'] {
    width: 200px;
    height: 50px;
    border-radius: 50px;
    margin: 60px 0;
    background: #e7313b;
    color: #fff;
    font-size: 22px;
    border: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    transition: all .6s
}

.list-mendian .select button[type='button'] .iconfont {
    font-size: 30px;
    margin-right: 10px;
}

.list-mendian .select button[type='button']:hover {
    color: #fff
}

.list-mendian .kbox {
    position: relative;
    overflow: hidden;
    border: 1px solid #d8d8d8
}

.list-mendian .kbox #baidumap {
    position: absolute;
    left: 0;
    top: 0;
    right: 450px;
    height: 600px;
    border-right: 1px solid #d8d8d8
}

.list-mendian .kbox #baidumap .BMap_bubble_top {
    border-bottom: 1px solid #eee
}

.list-mendian .kbox #baidumap .BMap_bubble_top .BMap_bubble_title {
    color: #e7313b !important;
    font-size: 14px
}

.list-mendian .kbox #baidumap .BMap_bubble_content {
    padding: 5px 0;
    overflow: hidden;
    font-size: 12px !important;
    line-height: 20px !important
}

.list-mendian .kbox .list {
    float: right;
    width: 450px;
    height: 600px;
    overflow-y: auto
}

.list-mendian .kbox .list::-webkit-scrollbar {
    width: 5px;
    background-color: #dcdbdb
}

.list-mendian .kbox .list::-webkit-scrollbar-thumb {
    background-color: #e7313b
}

.list-mendian .kbox .list li {
    border-top: 1px solid #d8d8d8;
    padding: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer
}

.list-mendian .kbox .list li:first-child {
    border-top: 0
}

#mendian_tj {
    text-align: right;
    font-size: 16px;
    color: #666;
    padding-bottom: 10px
}

#mendian_tj span {
    color: #e7313b;
    font-weight: bold;
    padding: 0 5px
}

.list-mendian .kbox .list li i {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
    background: #e7313b
}

.list-mendian .kbox .list li .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 20px
}

.list-mendian .kbox .list li .bt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px
}

.list-mendian .kbox .list li .text {
    line-height: 1.75;
    color: #969696
}

.list-mendian .kbox .list .nodata {
    color: #999;
    display: none
}

.list-mendian .kbox .list li.cur {
    background: #efefef
}

@media screen and (min-width:1201px) and (max-width:1600px) {
    .list-mendian .kbox #baidumap {
        right: 350px;
        height: 500px
    }
    .list-mendian .kbox .list {
        width: 350px;
        height: 500px
    }
    .list-mendian .kbox .list li {
        padding: 15px
    }
}

@media screen and (min-width:1001px) and (max-width:1200px) {
    .list-mendian .select {
        margin-bottom: 30px
    }
    .list-mendian .select ul li {
        margin-left: 15px
    }
    .list-mendian .select ul li select {
        height: 44px;
        padding: 0 15px;
        font-size: 14px
    }
    .list-mendian .select button[type='button'] {
        width: 200px;
        height: 44px;
        font-size: 16px
    }
    .list-mendian .select button[type='button'] .iconfont {
        font-size: 24px
    }
    .list-mendian .kbox #baidumap {
        right: 380px;
        height: 450px
    }
    .list-mendian .kbox .list {
        width: 380px;
        height: 450px
    }
    .list-mendian .kbox .list li {
        padding: 15px
    }
    .list-mendian .kbox .list li i {
        width: 50px;
        height: 50px;
        font-size: 20px
    }
    .list-mendian .kbox .list li .box {
        margin-left: 10px
    }
    .list-mendian .kbox .list li .bt {
        font-size: 14px
    }
    .list-mendian .kbox .list li .text {
        font-size: 12px
    }
    .list-mendian .kbox .list .nodata {
        color: #999;
        display: none
    }
    .list-mendian .kbox .list li.cur {
        background: #efefef
    }
}

@media (max-width:999px) {
    .list-mendian {
        margin-top: 20px;
    }
    .list-mendian .select {
        display: block;
        margin-bottom: 20px
    }
    .list-mendian .select ul {
        width: 100%;
        flex-direction: column;
    }
    .list-mendian .select ul li {
        margin-bottom: 10px;
    }
    .list-mendian .select ul li select {
        width: 300px;
        height: 40px;
        padding: 0 10px;
        font-size: 12px;
        background: #fff;
    }
    .list-mendian .select ul li:nth-child(2),
    .list-mendian .select ul li:nth-child(3),
    .list-mendian .select ul li:nth-child(4) {
        margin-left: 0;
    }
    .list-mendian .select button[type='button'] {
        margin-top: 10px;
        width: 100%;
        height: 40px;
        padding: 0 12px;
        font-size: 16px
    }
    .list-mendian .select button[type='button'] .iconfont {
        font-size: 20px;
        margin-right: 5px
    }
    .list-mendian .kbox #baidumap {
        position: static;
        width: 100%;
        height: 380px;
        border-right: 0
    }
    .list-mendian .kbox .list {
        width: 100%;
        height: 200px
    }
    .list-mendian .kbox .list li {
        padding: 10px
    }
    .list-mendian .kbox .list li i {
        width: 34px;
        height: 34px;
        font-size: 16px
    }
    .list-mendian .kbox .list li .box {
        margin-left: 10px
    }
    .list-mendian .kbox .list li .bt {
        font-size: 14px;
        margin-bottom: 0
    }
    .list-mendian .kbox .list li .text {
        line-height: 20px
    }
    .list-mendian .kbox .noov {
        height: auto !important
    }
}

@media (max-width:600px) {
    .zmdcx {
        height: 430px;
    }
    .list-mendian .tit {
        font-size: 30px;
    }
}


/*门店样式结束*/