﻿#serviceContainer {
    background-color: white;
    height: 460px;
    width: 350px;
    position: absolute;
    margin-left: 690px;
    margin-top: 20px;
    z-index: 1;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0,0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0,0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0,0.15);
}

#mapNeigh {
    background: white;
    text-align: center;
    border-radius: 5px;
    color: #ED2424;
}

    #mapNeigh .title {
        padding: 10px 0;
        font-size: 16px;
    }

    #mapNeigh .bot {
        height: 10px;
        width: 10px;
        background: white;
        position: absolute;
        ransform: rotate(45deg);
        -ms-transform: rotate(45deg); /* IE 9 */
        -moz-transform: rotate(45deg); /* Firefox */
        -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
        -o-transform: rotate(45deg); /* Opera */
        margin-top: -5px;
        z-index: -1;
        border: 1px solid #eee;
    }

#serviceContainer {
    padding: 10px;
}

#serviceBar {
    height: 40px;
}

    #serviceBar li {
        float: left;
    }

        #serviceBar li i {
            display: none;
        }

        #serviceBar li p {
            width: 55px;
            text-align: center;
            height: 40px;
            line-height: 40px;
            font-size: 15px;
            color: #666;
        }

            #serviceBar li.select p, #serviceBar li p:hover {
                color: #EE2D2D;
                font-weight: bold;
                border-bottom: 2px solid #EE2D2D;
                cursor: pointer;
            }

#serviceContentCover {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 10px;
}

#serviceUl {
    width: calc(100% + 17px);
    height: 400px;
    overflow-y: scroll;
}

    #serviceUl li {
        height: 50px;
        padding-left: 10px;
        overflow: hidden;
    }

        #serviceUl li.select {
            cursor: pointer;
            background: #F5F5F5;
        }

        #serviceUl li .dIcon {
            width: 30px;
            height: 50px;
            float: left;
            background-image: url("../../img/shuidi.png");
            background-size: 30px 30px;
            background-position: center center;
            background-repeat: no-repeat;
            margin-right:10px;
            text-align:center;
        }

        #serviceUl li.select .dIcon {
            background-image: url("../../img/shuidi2.png");
        }

        #serviceUl li .dIcon i {
            color: white;
            font-size: 20px;
            line-height: 45px;
        }

        #serviceUl li .dTitle {
            height: 50px;
            line-height: 50px;
            width: 210px;
            float: left;
            overflow: hidden;
        }

        #serviceUl li .dDistance {
            width: 60px;
            float: right;
            height: 50px;
            line-height: 50px;
        }

.myMarker {
    width: 40px;
    height: 40px;
    font-size: 12px;
    color: white;
}

    .myMarker.serviceMarker {
        background-image: url(../../img/shuidi.png);
        background-size: contain;
        text-align: center;
        font-size: 22px;
    }

        .myMarker.serviceMarker.select {
            background-image: url(../../img/shuidi2.png);
        }

    .myMarker p:first-child {
        line-height: 20px;
    }

    .myMarker.storeMarker .d {
        width: 10px;
        height: 10px;
        background-color: #28AA35;
        display: block;
        position: absolute;
        top: 24px;
        ransform: rotate(45deg);
        -ms-transform: rotate(45deg); /* IE 9 */
        -moz-transform: rotate(45deg); /* Firefox */
        -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
        -o-transform: rotate(45deg); /* Opera */
        z-index: -1;
        left: calc(50% - 5px);
    }

    .myMarker.storeMarker {
        border-radius: 0;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        position: absolute;
        background-color: #28AA35;
    }
