html,
body,
#map,
#map2 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei"
}
[title=userIcon]
{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;  /* Chrome all / Safari all /opera15+*/
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

/*  list 下拉刷新   */
.preloader {
    position: absolute;
    left: 0;
    bottom:0px;
    z-index: 0;
    color: #fff;
    text-align: center;
    line-height: 100px;
    height: 100px;
    width: 100%;
    opacity: 0;
    font-size: 25px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    background: rgba(0,0,0,0.1);
}
.list-block .swiper-slide{
    width: 100%;
    height: 100px;
}
.preloader.visible {
    bottom:0px;
    opacity: 1;
    display: block;
}
.swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 10;
}
.swiper-slide {
    height: 100px;
    width: 100%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.swiper-slide-visible {
    opacity: 1;
}
* {
    margin: 0;
    padding: 0;
}

.leaflet-zoom-animated {
    visibility: visible;
    overflow: visible;
}

.loding {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 999
}

/*页面按钮样式*/

.button {
    display: inline;
    transform-origin: 0px 0px 0px;
    opacity: 1;
    transform: scale(1, 1);
    width: 0.7rem;
}

.hidden {
    display: none
}

/*左下角层叠样式*/

.bottomleft {
    padding-bottom: 30px;
}

/*右下角层叠样式*/

.bottomright {
    padding-bottom: 2px;
}

/*左上角层叠样式*/

.topleft {
    padding-bottom: 2px;
}

/*找车按钮*/

.findCarbtn {
    background-color: #0887fc;
    width: 0.9rem;
    height: 0.65rem;
    line-height: 0.65rem;
    border-radius: 16px;
    display: inline-block;
    color: #fff;
    font-size: 0.28rem;
    text-align: center;
    box-shadow: 2px 2px 3px #aaaaaa;
}

.input_search {
    -moz-appearance: none;
    background-color: #fff;
    border: medium none;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    height: 46.875px;
    box-shadow: 2px 2px 3px #aaaaaa;
    position: absolute;
    width: 94%;
    border-radius: 10px;
    transition-duration: 300ms;
    transform: translate3d(0, 0, 0);
}

.inputStaus2 {
    width: 280px;
    margin-left: 10px;
    display: inline-block;
}

.input_search input[type="search"] {
    width: 86%;
    height: 100%;
    font-size: 18px;
    border: none;
    margin-left: 30px;
    z-index: 100;
}

.input_search .right_icon1 {
    background-image: url("../images/search_icon.png");
    width: 14px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: 15px;
    background-size: 14px 16px;
}

.input_search .right_icon2 {
    background-image: url("../images/search_right_icon.png");
    width: 30px;
    height: 24px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-size: 25px 15px;
    padding: 18px 8px 7px 4px;
    top: 0px;
    background-position: center center;
}

#colorfulPulse {
    position: absolute;
    z-index: 999;
    left: 30%;
    top: 36%;
}

#colorfulPulse span {
    display: inline-block;
    width: 10px;
    height: 40px;
    animation-name: scale;
    -webkit-animation-name: scale;
    -moz-animation-name: scale;
    -ms-animation-name: scale;
    -o-animation-name: scale;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}

span.item-1 {
    background: #2ecc71;
}

span.item-2 {
    background: #3498db;
}

span.item-3 {
    background: #9b59b6;
}

span.item-4 {
    background: #e67e22;
}

span.item-5 {
    background: #c0392b;
}

span.item-6 {
    background: #e74c3c;
}

span.item-7 {
    background: #e74c8c;
}

.item-1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -ms-animation-delay: -1s;
    -o-animation-delay: -1s;
}

.item-2 {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -ms-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
}

.item-3 {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -ms-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
}

.item-4 {
    animation-delay: -0.7s;
    -webkit-animation-delay: -0.7s;
    -moz-animation-delay: -0.7s;
    -ms-animation-delay: -0.7s;
    -o-animation-delay: -0.7s;
}

.item-5 {
    animation-delay: -0.6s;
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
    -ms-animation-delay: -0.6s;
    -o-animation-delay: -0.6s;
}

.item-6 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -ms-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
}

.item-7 {
    animation-delay: -0.4s;
    -webkit-animation-delay: -0.4s;
    -moz-animation-delay: -0.4s;
    -ms-animation-delay: -0.4s;
    -o-animation-delay: -0.4s;
}

@-webkit-keyframes scale {
    0%,
    40%,
    100% {
        -moz-transform: scaleY(0.2);
        -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2);
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }
    20%,
    60% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-moz-keyframes scale {
    0%,
    40%,
    100% {
        -moz-transform: scaleY(0.2);
        -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2);
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }
    20%,
    60% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-ms-keyframes scale {
    0%,
    40%,
    100% {
        -moz-transform: scaleY(0.2);
        -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2);
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }
    20%,
    60% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes scale {
    0%,
    40%,
    100% {
        -moz-transform: scaleY(0.2);
        -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2);
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }
    20%,
    60% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.sn-absolute-container {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
}

.leaflet-container {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2
}

.shopSearch {
    position:absolute;
    left: 0px;
    top: 0px;
    z-index: 998;
    width: 100%;
    height: 100%;
    display: none;
}

.mask_div {
    opacity: 0.9;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mask_div2 {
    opacity: 0.9;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 25;
    position: absolute;
    left: 0px;
    top: 2.3rem;
    display: none;
}

.leaflet-top,
.leaflet-bottom {
    z-index: 400;
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

.footer_control {
    height: 1.4rem;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: #e2e2e2;
    z-index: 399;
    font-size: 0.32rem;
    border-top: 1px #B6B6B7 solid;
}

.footer_info {
    height: 1.6rem;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    z-index: 399;
    font-size: 0.32rem;
    display: none;
    border-top: 1px #B6B6B7 solid;
}

.control_left {
    width: 4.35rem;
    height: 1.02rem;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 0.2rem;
    margin-top: 0.2rem;
    border: 1px #acacac solid;
}

.control_left .icon {
    background-image: url(../images/control.png);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-size: 50% 50%;
}

.icon.icon_search {
    background-image: url(../images/search.png);
    width: 26px;
    height: 36px;
    display: inline-block;
    background-size: 70%;
    background-repeat: no-repeat;
    vertical-align: top;
    margin: 4px 0px 0px 7px;
}

.icon.icon_findcar {
    background-position: 0px 0px;
    width: 41px;
    height: 37px;
    background-size: 400%;
}

.footer_control .navigationBottom .control_finding {
    color: #000
}

.parkeBottom .control_finding:active .icon.icon_findcar {
    background-position: 0px -38px;
    background-repeat: no-repeat;
}

.icon.icon_park {
    background-position: -86px 0px;
    width: 41px;
    height: 37px;
    background-size: 400%;
}

.navigationBottom .icon.icon_park {
    background-image: url(../images/disableicon1.png);
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
    background-position: 0px 0px;
    margin-right: 5px;
}

.navigationBottom .icon.icon_findcar {
    background-image: url(../images/ico_over_n.png);
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
    background-position: 0px 0px;
    margin-right: 5px;
}

.navigationBottom .icon.icon_findcar:active {
    background-image: url(../images/ico_over_c.png);
}

.control_parking:active .icon.icon_park {
    background-position: -86px -38px;
    background-repeat: no-repeat;
}

.navigationBottom .control_parking:active .icon.icon_park {
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.icon.icon_repark {
    background-position: -130px 0px;
    width: 41px;
    height: 37px;
    background-size: 400%;
    background-repeat: no-repeat;
}

.control_repark:active .icon.icon_repark {
    background-position: -130px -38px;
}

.control_left .control_repark {
    display: none;
}

.icon.icon_searching {
    background-position: -41px 0px;
    width: 41px;
    height: 37px;
    background-size: 400%;
    background-repeat: no-repeat;
}

.control_search:active .icon.icon_searching {
    background-position: -41px -38px;
}

.control_left p {
    display: inline-block;
    margin: 5px 0 0px 0.28rem;
    line-height: 0.8rem;
    font-size: 0.36rem;
}

.control_left,
.control_right {
    display: inline-block;
}

.shopBottom .control_right,
.navigationBottom .control_right,
.parkeingbottom .control_right{
    border: 1px #acacac solid;
    border-radius: 5px;
    line-height: 30px;
padding: 0.2rem 0.1rem 0.2rem 0.1rem;
    font-size: 0.36rem;
    background-color: #fff;
    text-indent: 9px;
    margin-left: -1px;
}

.navigationBottom {
    display: none;
}

.navigationBottom .control_left p,
.navigationBottom .control_right {
    color: #cecece
}

.parkeBottom .control_right {
    color: #fff;
    background-color: #0887FC;
    border-radius: 5px;
    line-height: 30px;
    padding: 0.18rem 0.2rem 0.05rem 0.1rem;
    font-size: 0.36rem;
}
.parkeingbottom{display: none;}
.parkeBottom .control_right:active {
    background-color: #057AE4;
}

.left_border {
    border-right: 1px #ACACAC solid;
    width: 1.9rem;
}

.icon.icon_up {
    background-image: url(../images/triangle.png);
    width: 23px;
    height: 19px;
    display: inline-block;
    background-position: 0px -10px;
    background-repeat: no-repeat;
    background-size: 80%;
    margin-left: 5px;
}

.icon.icon_down {
    background-image: url(../images/triangle.png);
    width: 23px;
    height: 19px;
    display: inline-block;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    background-size: 80%;
    margin-left: 5px;
}

.shopBottom {
    position: relative;
    display: none;
}

.control_eject {
    border: 1px #acacac solid;
    border-radius: 6px 6px 0px 0px;
    position: absolute;
    right: 0.22rem;
    top: -2.52rem;
    width: 1.48rem;
    background-color: #fff;
    display: none;
}

.control_eject p {
    border-bottom: 1px #acacac solid;
    height: 0.9rem;
    text-align: center;
    line-height: 0.9rem;
}

.control_eject p:active {
    background-color: #f2f2f2;
}

.shopInput {
    border-bottom: 1px #B4B4B4 solid;
    background-color: #F8F8F8;
}

.shopInput span {
    color: #1C8AFD;
    font-size: 16px;
    margin: 0.4rem 0px 0px 0.1rem;
    display: inline-block;
    vertical-align: top;
}

.icon.icon_back {
    background-image: url(../images/back.png);
    width: 23px;
    height: 41px;
    display: inline-block;
    margin: 0.25rem 0.2rem 0px 0.15rem;
    background-size: 71%;
    background-repeat: no-repeat;
    vertical-align: top;
}

.indexInput {
    background-color: #EBEBEB;
    border-radius: 10px;
    background-image: url(../images/inputsearch.png);
    background-position: 9px center;
    background-repeat: no-repeat;
    border: none;
    height: 0.8rem;
    vertical-align: top;
    margin: 0.2rem 0px 0px -0.35rem;
    background-size: 9%;
    text-indent: 38px;
    width: 4.6rem;
        font-size: 0.3rem;
}

.screenSort {
    border-bottom: 1px #A4A4A4 solid;
}

.screenSort ul {
    background-color: #F8F8F8;
}

.screenSort li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    width: 33%;
    vertical-align: top;
    margin-top: 22px;
    text-indent: 16px;
}

.item-content:active {
    background-color: #e4e4e4;
}

.item-content img {
    margin: 0.2rem;
}

.item-title {
    display: inline-block;
    font-size: 16px;
    border-bottom: 1px #a6a6a6 solid;
    width: 100%;
    vertical-align: top;
    height: 100px;
    text-align: left;
}

.list-block .swiper-slide img{
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    max-height: 57px;
    max-width: 169px;
    width: 169px;
}
.item-title p {
    color: #000;
    font-size: 0.26rem;
    text-indent: 7px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
    width:45%;
    line-height: 51px;
        overflow: hidden;
    margin-right: 5px;
    white-space: nowrap;
        text-overflow: ellipsis;
}

.item-title span {
        color: #333;
    font-size: 0.2rem;
    display: inline-block;
    padding-bottom: 15px;
    width:100%;
    overflow: hidden;
    margin-right: 5px;
    white-space: nowrap;
    padding-top: 0.1rem;
    vertical-align: text-bottom;
}

.icon.icon_local {
    background-image: url(../images/icon_local.png);
    width: 19px;
    height: 21px;
    display: inline-block;
    background-size: 75%;
    background-repeat: no-repeat;
    vertical-align: top;
}

.sortBg {
    background-color: #f8f8f8;
    position: absolute;
    left: 0px;
    top: 2.49rem;
    width: 100%;
    max-height: 100%;
    display: none;
    min-height: 6rem;
    z-index: 26
}

.sortBg ul li {
    font-size: 20px;
    color: #333333;
    display: inline-block;
    width: 100%;
    text-indent: 47px;
    background-repeat: no-repeat;
    background-position: 17px 0px;
    border-bottom: 1px #a6a6a6 solid;
    height: 0.7rem;
    vertical-align: top;
    margin-top: 10px;
    line-height: 0.5rem;
}

.border_cortop1 {
    border-color: transparent transparent #f8f8f8 transparent;
    border-style: dotted dotted solid dotted;
    position: absolute;
    border-width: 7px;
    top: -14px;
    left: 16px;
}

.border_cortop2 {
    border-color: transparent transparent #f8f8f8 transparent;
    border-style: dotted dotted solid dotted;
    position: absolute;
    border-width: 7px;
    top: -14px;
    left: 3.2rem;
}

.border_cortop3 {
    border-color: transparent transparent #f8f8f8 transparent;
    border-style: dotted dotted solid dotted;
    position: absolute;
    border-width: 7px;
    top: -14px;
    left: 5.5rem;
}

.floodSort ul li.choose {
    background-image: url(../images/chooseicon.png);
}

.shopTypeSort ul li.choose {
    background-image: url(../images/chooseicon.png);
    background-position: 2px 8px;
    background-size: 22%;
}

.sortBg ul li.choose {
    background-image: url(../images/chooseicon.png);
}

.shopTypeSort ul li {
    background-color: #f8f8f8;
    border-right: 1px #a6a6a6 solid;
    height:2rem;
    width: 24.6%;
    text-align: center;
    text-indent: 0px;
    border-bottom: 1px #a6a6a6 solid;
    overflow: hidden;
    margin-top: 1px;
}

.shopTypeSort ul li span {
        white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1.5rem;
    font-size: 17px;
    text-indent: 0px;
    width: 100%;
    height: 25px;
    overflow: hidden;
    margin-bottom:1rem;
    line-height: 25px;
}

.shopTypeSort.sortBg,
.initSort.sortBg {
    min-height: auto;
}

.shopTypeSort ul li img {
    vertical-align: middle;
    width: 44px;
    height: 44px;
    margin:15px 0px 9px 0px;
        display: inline-block;
        overflow: hidden;
}

.content-block {
    width: 100%;
    height: 100%;
    position: relative;
}

.content-block .button,
.footer_info .button {
    color: #007aff;
    text-align: center;
    display: block;
    border-radius: 5px;
    line-height: 0.9rem;
    padding: 0 10px;
    margin: 0;
    height: 0.9rem;
    width: 80%;
    left: 7%;
    position: relative;
    font-size: 0.4rem;
}

.footer_control .button {
    bottom: 0.35rem;
    border: 1px solid #007aff;
}

.button.active,
.content-block .showmego {
    background: #0887fc;
    color: #fff;
    position: inherit;
    margin-top:0.3rem;
}

.content-block .showmego {
    margin-top: 1rem;
}

.button.active:active {
    background-color: #067ae4;
}

.button.noclick {
    background-color: #DDDDDD;
    color: #F6F6F6;
    border: none;
}

/*   地图选点样式  */

.locationMap {
    position: absolute;
    left: -999px;
    top: 0px;
    background-color: #EEEEEE;
    z-index: 998;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.navbar-inner {
    width: 100%;
    background-color: #F8F8F8;
    border-bottom: 1px #a6a6a6 solid;
    font-size: 0.35rem;
    text-align: left;
    height: 1.3rem;
    line-height: 1.3rem;
}

.navbar-inner .center {
    color: #333333;
    text-indent: 0.8rem;
}

.navbar-inner .right {
    color: #0887fc;
}

.startLocation {
    background-color: #fff;
    font-size: 16px;
    position: relative;
    padding-top: 0.4rem;
    display: inline-block;
    width: 100%;
    margin-top: 0.4rem;
}

.startLocation div {
    position: relative;
    margin-bottom: 0.3rem;
}

.startLocation p {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.2rem;
    margin-right: 0.1rem;
    font-size: 17px;
    text-indent: 12px;
}

.startLocation input {
    display: inline-block;
    height: 1rem;
    background-color: #f3f3f3;
    position: relative;
    border: none;
    border-radius: 10px;
    width: 2.7rem;
    font-size: 16px;
    text-indent: 9px;
    padding-right: 1.75rem;
}

.icon.locateIcon {
    background-image: url(../images/localIcon.png);
    width: 28px;
    height: 36px;
    position: absolute;
    background-size: 84%;
    background-repeat: no-repeat;
    right: 1.83rem;
    top: 7px;
    border-left: 1px #ccc solid;
    z-index: 1;
    padding-left: 0px;
    background-position: right center;
}

.icon.mapIcon {
    background-image: url(../images/mapchoose.png);
    width: 29px;
    height: 39px;
    position: absolute;
    background-size: 80%;
    background-repeat: no-repeat;
    right: 1rem;
    top: 5px;
    border-left: 1px #ccc solid;
    z-index: 1;
    padding-left: 3px;
    background-position: right center;
}

.icon.placeIcon {
        background-image: url(../images/changeIcon.png);
    width: 33px;
    height: 31px;
    position: absolute;
    background-size: 89%;
    background-repeat: no-repeat;
    right: 0px;
    top: 1.3rem;
}

.firstChoose span {
    background-image: url(../images/priorietype.png);
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-size: 320%;
    background-repeat: no-repeat;
    margin-top: 0.8rem;
    margin-left: 0.7rem;
}

.type1 {
    background-position: 0px -1.12rem;
}

.type1:active {
    background-position: 0px 0px;
}

.type1.choose {
    background-position: 0px 0px;
}

.type2 {
    background-position: -1.12rem -1.12rem;
}

.type2:active {
    background-position: -1.12rem 0px;
}

.type2.choose {
    background-position: -1.12rem 0px;
}

.type3 {
    background-position: -2.25rem -1.12rem;
}

.type3.choose {
    background-position: -2.25rem 0px;
}

.type3:active {
    background-position: -2.25rem 0px;
}

/*  底部商铺信息  */

.footer_control .footer_shopinfo {
    width: 100%;
    display: none;
}

.shopLogo {
  width: 1.2rem;
margin: 13px 0.2rem 0px 8px;
vertical-align: middle;
max-height: 1rem;
height: 1rem;
}

.shopname {
  color: #3092FD;
  font-size: 17px;
  margin: 6px 0px 6px 0px;
  width: 3rem;
  display: inline-block;
}

.sign1,
.sign2,
.sign3 {
    display: inline-block;
    width: 0.8rem;
    height: 0.4rem;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 0.4rem;
    margin: 1px -2px 0px 0px;
    padding: 0px;
    font-size: 12px;
    vertical-align: top;
}

.controlLine {
    color: #fff;
    background-color: #0887FC;
    border-radius: 5px;
    line-height: 30px;
    padding: 8px 5px 0px 0px;
    font-size: 0.36rem;
        margin: 23px 10px 0px 0px;
    -webkit-transition: all 3s ease-in;
    -moz-transition: all 3s ease-in;
    -o-transition: all 3s ease-in;
    transition: all 3s ease-in;
}

.icon.icon_Line {
    background-image: url(../images/ico_route.png);
    width: 33px;
    height: 39px;
    display: inline-block;
    background-size: 93%;
    background-repeat: no-repeat;
    vertical-align: top;
    margin: 0px 0px 0px 7px;
}

.bgcolor1 {
    background-color: #EF8732;
}

.bgcolor2 {
    background-color: #52BC71;
}

.bgcolor3 {
    background-color: #3AA1FE;
}

.shopType,
.shopLocal {
    font-size: 12px;
    line-height: 15px;
    vertical-align: top;
    text-indent: 6px;
    display: inline-block;
    margin-top: 3px;
    max-width: 2.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.shopLocal {
    margin:3px 0px -6px 0.2rem;
}

.shopLocal .icon.icon_local {
    background-size: 50%
}

/*   各种弹框样式 */

.alert {
    position: absolute;
    top: 1.5rem;
    left: 0.25rem;
    z-index: 9999999;
    width: 6rem;
    border-radius: 0.1rem;
    display: none;
}

.alertTop {
    background-image: url(../images/pic_close.png);
    width: 6rem;
    height: 3.1rem;
    background-size: 6rem 3.6rem;
}

.hisPark {
    background-image: url(../images/pic_close02.png);
    width: 6rem;
    height: 8.2rem;
    left: 0.2rem;
    background-size: 6rem 8.2rem;
}

.hisPark h4 {
    font-size: 24px;
    color: #333;
    margin: 0px 0px 0px 0px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    width: 100%;
    text-align: center;
}

.hisPark li {
    list-style: none;
    height: 66px;
    line-height: 66px;
    background-color: #f7f7f7;
    position: relative;
}

.hisPark li:nth-child(even) {
    background-color: #fff;
}

.hisPark .parkIcon2 {
    background-image: url(../images/his_icon_tingche.png);
    width: 0.52rem;
    height: 0.52rem;
    margin-left: 20px;
    display: inline-block;
    margin-top: 17px;
    vertical-align: top;
    background-size: 0.52rem 0.52rem;
}

.hisPark .parkIcon1 {
    background-image: url(../images/his_icon_chongting.png);
    width: 3.25rem;
    height: 3.25rem;
    margin-left: 20px;
    display: inline-block;
    margin-top: 17px;
    vertical-align: top;
}

.hisPark .dataname {
    margin-left: 10px;
    font-size: 14px;
    vertical-align: top;
       white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1.5rem;
    text-indent: 0px;
}

.hisPark .dataTop {
    font-size: 15px;
    color: #666;
    position: absolute;
    right: 20px;
    top: -11px;
}

.hisPark .timeBottom {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 20px;
    top: 3px;
}

.hisPark ul,
.help ul {
    height: 6.6rem;
    overflow-y: scroll;
}

.help {
    background-image: url(../images/pic_close02.png);
    width: 6rem;
    height: 8.2rem;
    left: 0.2rem;
    background-size: 6rem 8.2rem;
}

.help h4 {
    font-size: 24px;
    color: #333;
    margin: 0px 0px 0px 0px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    width: 100%;
    text-align: center;
    position: relative;
}

.help ul li {
    border-top: 10px #f2f2f2 solid
}

.help ul li h4 {
    height: 50px;
}

.help ul li h4 span {
    font-size: 16px;
    color: #333;
    position: absolute;
    left: 1.7rem;
    top: 0.1rem;
    font-weight: normal;
}

.help ul li p {
    font-size: 15px;
    color: #333;
    margin: 0px 10px 28px 15px;
    line-height: 29px;
}

.help ul li i {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    position: absolute;
    left: 29px;
    top: 26px;
}

.help ul li i.helpIcon1 {
    background-image: url(../images/help_icon1.png);
}

.help ul li i.helpIcon2 {
    background-image: url(../images/help_icon2.png);
}

.help ul li i.helpIcon3 {
    background-image: url(../images/help_icon3.png);
}

.help ul li i.helpIcon4 {
    background-image: url(../images/help_icon4.png);
}

.help ul li i.helpIcon5 {
    background-image: url(../images/help_icon5.png);
}

.help ul li i.helpIcon6 {
    background-image: url(../images/help_icon6.png);
}

.stopNavigation {
    background-image: url('../images/pic_close03.png');
    width: 5.39rem;
    height: 3.8rem;
    top: 2rem;
    background-size: 5.39rem 3.8rem;
}

.stopNavigation .parkCue {
    font-size: 22px;
    color: #333;
    margin: 0.7rem 0px 0.1rem 0px;
    text-align: center;
    text-indent: 0.3rem;
}

.stopNavigation p {
    font-size: 0.27rem;
    color: #333;
    margin-top: 0.2rem;
    text-align: center;
    text-indent: 0.6rem;
    width: 5.8rem;
    line-height: 0.45rem;
}

.stopNavigation .closeBlock {
    top: 0.6rem;
}

.stopBottom span {
    width: 1.4rem;
    height: 0.6rem;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 0.6rem;
    text-align: center;
    margin-left: 0.5rem;
}

.stopBottom .cancelButton {
    background-color: #aeaeae;
    margin-left: 1.2rem;
}

.stopBottom .sureButton {
    background-color: #0887fc
}

.alertFont {
    background-color: #f2f2f2;
    height: 0.9rem;
    line-height: 0.9rem;
    text-indent: 0.3rem;
    font-size: 0.3rem;
}

.alertIcon {
    background-image: url(../images/ico_tingche.png);
    width: 0.87rem;
    height: 1.23rem;
    display: inline-block;
        margin: 0.2rem 0px 0rem 2.5rem;
    background-size: 0.87rem 1.23rem;
}

.alertIconfail {
    background-image: url(../images/pic_superman_unhappy.png);
    width: 0.87rem;
    height: 1.23rem;
    display: inline-block;
    margin: 0.5rem 0px 0rem 2.6rem;
    background-size: 0.87rem 1.23rem;
}

.IconlocalSuc {
    background-image: url(../images/pic_superman_happy.png);
    width: 1.85rem;
    height: 1.83rem;
    display: inline-block;
    margin: 0.2rem 0px -0.1rem 2rem;
    background-size: 1.85rem 1.83rem;
}

.iconFindcar {
    background-image: url(../images/ico_car01.png);
    width: 1.29rem;
    height: 1.14rem;
    display: inline-block;
    margin: 0.5rem 0px 0rem 2.4rem;
    background-size: 1.29rem 1.14rem;
}

.planFail .alertIcon {
    background-image: url(../images/faile.png);
    width: 0.87rem;
    height: 1.23rem;
    display: inline-block;
    margin: 0.5rem 0px 0rem 2.6rem;
    background-size: 0.87rem 1.23rem;
}

.alertTop h4 {
    font-size: 0.35rem;
    text-align: center;
    line-height: 0.7rem;
}

.alertTop p {
    color: #535353;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.3rem;
}

.closeBlock {
    position: absolute;
    right: 0px;
    top: 0rem;
    width: 0.8rem;
    height: 0.8rem;
}

.alertPrompt {
    background-color: #fff;
    border-radius: 0px 0px 7px 7px;
        padding-top: 0.2rem;
}

.alertPrompt li {
    display: inline-block;
    margin-left: 0.25rem;
    margin-right: 0.2rem;
    text-align: center;
}

.alertPrompt li img {
    width: 1rem
}

.alertPrompt li p {
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.5rem;
    margin-top: -10px;
}

.alertPrompt li span {
    background-image: url("../images/navigationicon.png");
    width: 51px;
    height: 51px;
    display: inline-block;
    z-index: 9;
    background-repeat: no-repeat;
    margin-left: 0.1rem;
    background-size: 852%;
    margin-top: 13px;
}

.alertPrompt li span.navigationIcon1 {
    background-position: 0px 0px;
}

.alertPrompt li span.navigationIcon1:active {
    background-position: 0px -55px;
}

.alertPrompt li span.navigationIcon2 {
    background-position: -55px 0px;
}

.alertPrompt li span.navigationIcon2:active {
    background-position: -55px -55px;
}

.alertPrompt li span.navigationIcon3 {
    background-position: -110px 0px;
}

.alertPrompt li span.navigationIcon3:active {
    background-position: -110px -55px;
}

.alertPrompt li span.navigationIcon4 {
    background-position: -165px 0px;
}

.alertPrompt li span.navigationIcon4:active {
    background-position: -165px -55px;
}

.alertPrompt li span.navigationIcon5 {
    background-position: -220px 0px;
}

.alertPrompt li span.navigationIcon5:active {
    background-position: -220px -55px;
}

.alertPrompt li span.navigationIcon6 {
    background-position: -275px 0px;
}

.alertPrompt li span.navigationIcon6:active {
    background-position: -275px -55px;
}

.alertPrompt li span.navigationIcon7 {
    background-position: -330px 0px;
}

.alertPrompt li span.navigationIcon7:active {
    background-position: -330px -55px;
}

.alertPrompt li span.navigationIcon8 {
    background-position: -385px 0px;
}

.alertPrompt li span.navigationIcon8:active {
    background-position: -385px -55px;
}

.leaflet-bottom.leaflet-left {
    bottom: 0.5rem;
}

.leaflet-bottom.leaflet-right {
    bottom: 0.9rem;
}

.pullAD {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 600;
    height: 100%;
    width: 100%;
    display: none;
}

.pullAD img {
    width: 100%;
    height: 100%;
}

.countdown {
    position: absolute;
    right: 21px;
    top: 19px;
    font-size: 16px;
    background-image: url(../images/custbg.png);
    width: 104px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

ul .item-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #EEEEEE;
    width: 100%;
    display: inline-block;
}

.sn-leaflet-div-icon {
    font-size: 0.1rem;
}

.imgflood {
    position: absolute;
    bottom: 3.9rem;
    font-size: 0.3rem;
    text-align: center;
    color: #2d78f4;
    background-image: url("../images/icon_flood.png");
    width: 0.76rem;
    height: 0.9rem;
    line-height: 1.2rem;
    background-size: 0.76rem 0.9rem;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0.76rem;
    text-indent: 0px;
    z-index: 3;
    left: 0.2rem;
}

.floodAll {
    position: absolute;
    bottom: 4.5rem;
    background-color: #fff;
    border-radius: 2px;
    border: 1px #aaaaaa solid;
    display: none;
    width: 0.7rem;
    padding-bottom: 0.2rem;
    z-index:99;
    left: 0.2rem;
    border-bottom: none;
}

.floodAll li {
    list-style: none;
    font-size: 0.3rem;
    color: #767676;
    overflow: hidden;
    text-align: center;
    height: 0.6rem;
    line-height: 0.6rem;
    width: 100%;
    float: left;
    z-index: 99;
}

.floodAll li:active {
    background-color: #2d78f4;
    color: #fff;
}

.list-block {
    background-color: #EEEEEE;
    height: 100%;
}
#localPostion{
    position: absolute;
    z-index: 3;
    left: 0.23rem;
        bottom: 2.97rem;
}
#imgrecord{
    position: absolute;
    z-index: 3;
    left: 0.23rem;
    bottom: 2rem;
}
#surebutton {
    display: none;
}

#imgRecord {
    bottom: 2.2rem;
    position: absolute;
}

.shopranges {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 0.1rem;
    height: 10px;
    position: absolute;
}

.swiper-pagination span {
        display: inline-block;
    width:10px;
    height:10px;
    border-radius: 8px;
    background: #555;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
#swiper-container1 .swiper-pagination{
    position: absolute;
        bottom: 0px;
    left: 3rem;
}
.swiper-pagination .swiper-active-switch {
    background: #fff;
}
#swiper-container1 .swiper-slide {
    height: 1.7rem;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

#guide {
    visibility: hidden;
    width: 100%;
    z-index:599;
    height: 100%;
}

#guide img {
        width: 100%;
    max-width: 100%;
    display: block;
    vertical-align: middle;
    height: 100%;
}
#guide .swiper-pagination{
        bottom: 0.1rem;
    position: absolute;
    left: 2.7rem;
}
#guide .swiper-pagination .swiper-pagination-switch:last-child{
    display: none
}
#imgMode {
    bottom: 1.2rem;
    position: absolute;
}

#imgHelp {
        position: absolute;
    bottom: 2rem;
    right: 0.2rem;
    z-index: 3;
}

#swiper-container1 img {
    width: 100%;
    height: 100%;
}

#swiper-container1 {
    width: 100%;
    height: 1.65rem;
    box-shadow: 1px 0px 26px #000;
}

.close {
    background-image: url("../images/close.png");
    width: 30px;
    height: 29px;
    position: absolute;
    right: -6px;
    top: 0px;
    z-index: 2;
    background-size: 23px 23px;
    background-repeat: no-repeat;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
}

/*地图出错时，提示信息*/
.sn-map-error {
    display: none;
    text-align: center;
    background-color: rgb(238, 135, 51);
    z-index: 3;
    padding: 0.2rem;
    color: white;
    font-size: 25%;
}

.compass{
    background-image: url("../images/ico_compass.png");
    width: 0.52rem;
    height: 0.5rem;
    position: absolute;
    top: 2rem;
    z-index: 3;
    background-size: 0.5rem;
    left: 0.23rem;
    background-repeat: no-repeat;
}
.screenSort span{
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 64px;
    font-size: 15px;
    text-indent: 0px;
}
.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive{
    transform-origin: center;
    -webkit-transform-origin: center;
}
@media all and (orientation : landscape) {
  html{
    font-size: 50px!important
  }
  .indexInput{
    background-size: 4%;
        background-position: 11px center;
            width: 79%;
  }
  /*.control_left {
    height: 0.61rem;
    margin-top: 0.1rem;
  }
  .control_left p{
        font-size: 0.26rem;
            line-height: 0.5rem;
  }
  .left_border{
    width: 2.4rem;
  }
  .control_left{
    width: 5rem;
  }
  .shopBottom .control_right, .navigationBottom .control_right, .parkeingbottom .control_right {
    padding: 0.14rem 0.1rem 0.17rem 0.1rem;
    font-size: 0.26rem;
  }
  .imgflood{
    width: 0.46rem;
    font-size: 0.24rem;
    bottom: 2.6rem!important;
    height: 0.7rem;
    line-height: 0.9rem;
    background-size: 0.46rem 0.7rem;
        top: 1.5rem;
  }
  .compass{
    top: 0.5rem;
  }
  .button{
        width: 0.45rem;
  }
  #imgrecord{
    bottom: 1rem;
  }
  #imgHelp{
    bottom: 1rem;
  }*/
}
