  html {
  font-size: 20px;
}
@media only screen and (min-width: 400px) {
  html {
    font-size: 21.33333333px !important;
  }
}
@media only screen and (min-width: 414px) {
  html {
    font-size: 22.08px !important;
  }
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 25.6px !important;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
body {
  margin: 0;
}
article, aside, footer, header, nav, section {
  display: block;
}
 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption, figure, main { /* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
 dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
optgroup {
  font-weight: bold;
}

button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details, /* 1 */
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body{
  background: #eee;
}
/*main start*/
/*

.banner{
  height: 8rem;
}
.logo{
  text-align: center;
  margin-top:3rem;
}
.text{
  text-align:center;
  font-size:0.8rem;
  color: #666;
}
.text2{
  margin-left:45%;
  margin-top:-40px;
}
.main{
  position: absolute;
  width: 100%;
  left:0;
  bottom:0;
}
#nav {
  position: relative;
  width: 100%;
}
#nav ul {
  display: block;
  width: 100%;
  padding: 0;
}
#nav ul li{
  display:block;
  list-style-type:none;
  text-align:center;
  height: 100px;
  float:left;
}
#nav ul li.b{
  height: 120px;
}
#nav ul li.b a{
  height: 110px;
  line-height: 110px;
}
#nav ul li a{
  display: block;
  line-height: 90px;
  margin:5px;
  text-decoration: none;
  color: #fff;
}
#temp{
  width: 50%;
}
#temp a{
  background: #92d050;
  background: #84c43f;
  margin-right:0 !important;
}
#lease{
  width: 50%;
}
#lease a{
  background: #ffc000;
  background: #ff9d06;
}
#group{
  width: 33%;
  margin-bottom: -5px;
}
#group a{
  margin-top:0 !important;
  margin-right:0 !important;
  background: #eeb402;
  background: #ff9d06;
}
#match{
  width:33%;
  margin-bottom: -5px;
}
#match a{
  margin-top:0 !important;
  margin-right:0 !important;
  background: #4bacc6;
  background: #6daa2c;
  background: #7fb743;
  background: #00aaef;
  background: #2f9df6;
  background: #c7a770;
  background: #68b1ff;
}
#life{
  width: 33%;
  margin-bottom: -5px;
}
#life a{
  margin-top:0 !important;
  margin-right:0 !important;
  background: #82b947;
  background: #ff7629;
}
*/
.clear{
  clear:both;
}
/*park temp*/
#temp-map{
width: 100%;height: 100%;overflow: hidden;margin:0;
}

#scan{
    position: absolute;
    top:-40px;
    left:-50px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size:0.8rem;
    color:#666;
    background: #fff;
    padding:3px;
    border:1px solid #d0cfcf;
    box-shadow: 1px 1px 5px #ededed;
    border-radius: 4px;
    /*margin-top:-20px;*/
    cursor: pointer;
}
#location-img{
  margin-top:-10px;
}
.park-bottom-wrap{
  padding: 5px 10px;
  position: relative;
  font-size:0.7rem;
  background: #fff;
  min-height: 80px;
}
.park-bottom-wrap p{
  max-width: 80%;
}
.park-bottom-wrap .down{
  position:absolute;
  height: 12px;
  position: absolute;
  top: -6px;
  left:50%;
  margin-left:-30px;
  width: 40px;
  text-align: center;
  background: #fff;
  line-height: 20px;
  border-radius: 100px;
  box-shadow:0px -6px 5px rgba(0,0,0,.1) ;
}
.park-bottom-wrap .down i{
  position: relative;
  display: block;
  top:0;
}
.park-name{
  padding-left: 32%;
  font-size:.8rem;
  color: #000;
}
.price{
  position: relative;
}
.price-item{
  font-size:0.7rem;
  color:#777;
}
.qrcode{
  position: absolute;
  color:#ed4c39;
  right:0;
  top:0;
  /* new */
  background: #08c472;
  color:#fff;
  padding:5px 4px;
  border-radius: 4px;
}
.go-arr{
  position: absolute;
  bottom: 10px;
  font-size:0.7rem;
  color:#ed4c39;
  color: #ff7629;
  right:10px;
  padding: 0px;
  /*width: 70px;*/
  text-align: center;
  padding:2px 3px;
  background: #08c472;
  color: #fff;
  border-radius: 4px;
}
.go-arr p{
  line-height: 0.9rem;
  max-width: 100%;
}
.go-arr i{
  position: absolute;
  display: block;
  top:0;
  right: 0;
  height:100%;
  line-height: 2rem;
  font-size:0.9rem;
}
.error-to{
  position: absolute;
  right:10px;
  top:-44px;
  width: 55px;
  height: 55px;
  background: #01a16b;
  z-index: 9999;
  border-radius: 50%;
  box-shadow: 0px 1px 1px rgba( 0,0,0,.1);
  overflow: visible;
  text-align: center;
  font-size:0.6rem;
  color: #fff;
}

.error-to-text{
  font-size: 0.5rem;
}

.nav-to{
  position: absolute;
  right:80px;
  top:-44px;
  width: 55px;
  height: 55px;
  background: #ed4c39;
  background: #ff7629;
  z-index: 9999;
  border-radius: 50%;
  box-shadow: 0px 1px 1px rgba( 0,0,0,.1);
  overflow: visible;
  text-align: center;
  font-size:0.6rem;
  color: #fff;
}
.nav-to i{
  font-size:1rem;
  margin:8px auto;
  margin-bottom: 0;
}
.detail-nav-to{
  top:auto;
  bottom:10px;
  right:10px;
}

#status-discount{
  left:85px;
  top:39px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.05);
}
.seller-discount{
  display:inline-block;
}
.info-title{
  font-size:0.65rem;
}

.status-good .t{
  color:#49d914;
  color:#3ca117;
  color:#808080;
}
.status-few .t{
  color:#ffba00;
  color:#808080;
}
.status-lack .t{
  color:#ec4f39;
  color:#808080;
}
.seller-discount span{
  background-size:10px 10px !important;
}
.park-tags{
  text-indent: 0;
  display: inline-block;
  border:1px solid #9daaef;
  margin-right:5px;
  font-size:0.6rem;
  padding:0 4px;
  background: #fefefe;
}
#new-scan{
}
#find-location{
}
#search{
  font-size:1.1rem;
  border-bottom:1px solid #8b8b8b;
  text-align: center;
  cursor: pointer;
}
#search_bar{
  position: absolute;
  top:0px;
  left:0;
  width: 100%;
  padding: 3px 3px;

}
#search i {
  display: block;
}
#search_input{
  color: red !important;
}
#copy-brand{
  position:absolute;
  top:40px;
  right:5px;
  border-radius: 5px;
  background: rgba(255,255,255,0.95);
  background: #49d914;
  font-size:0.7rem;
  padding: 4px;
  color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.park-entry-photo{
  position: relative;
}
.park-entry-photo img{
  display: block;
}
.address{
  position: absolute;
  bottom:0;
  width: 100%;
  height: 30px;
  background: rgba( 0,0,0,.3);
  color: #fff;
  text-align: left;
  text-indent:10px;
  padding-right:20px;
  line-height: 30px;
}
.back{
  position: absolute;
  left:10px;
  top:10px;
  width: 40px;
  height: 40px;
  z-index: 999;
  background:rgba(255,255,255,.9);
  text-align:center;
  line-height: 40px;
  border-radius: 50%;
  color: #333;
  font-size:1rem;
  box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}
.status-point{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.green-point {
  background: #49d914;
}
.orange-point{
  background: #ffba00;
}
.red-point{
  background: #ec4f39;
}
.status-big-point-wrap{
  margin-right:-15px;
}
.status-big-point-wrap .item{
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.status-big-point-wrap .item .point{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin:0 auto;
}
.status-big-point-wrap .item .time{
  font-size:0.6rem;

}
#select-star i{
  font-size:2rem;
  color:#ffbe00;
  cursor:pointer;
}

#bottom-info {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    font-size: 0.7rem;
    left: 0;
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 2px rgba(0,0,0,.1);
}
#bottom-info p {
    padding: 0 10px;
    color:#808080;
}
#bottom-info p strong{
  color:#08c472;
}
#bottom-info p a {
  color:#08c472;
}
#park-lot-list-menu{
    background: #efeff4 ;
    /*background: #ff9d06;*/
    color:#ff9d06;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    text-align: right;
    padding-right:8px;
  }
  #park-lot-list-menu span{
    color: #fff;
    background: #08c472;
    border-radius: 10px;
    font-size:0.7rem;
    padding: 3px 8px;
  }
  #search_bar{
    width: 80%;
    padding-left:8px;
  }
  #search_text::after{
    content : "\f0a5";
    font-family : "FontAwesome";
    margin-left: 10px;
    padding: 0 3px;
    position: absolute;
    /*background: #fff;*/
    border-radius: 5px;
    font-size:0.9rem;
    color:#08c472;
    animation:scan 0.8s ease alternate infinite  ;
    -webkit-animation:scan 0.8s ease alternate infinite ;
}
@keyframes  scan{
    from { margin-left:6px;}
    to {margin-left:0px;}
}
@-webkit-keyframes scan{
    from { margin-left:6px;}
    to {margin-left:0px;}
}
.park-small-img-wrap{
  width: 100%;
  position: absolute;
  left:0;
  top:0;
  height: 1px;
}
.park-small-img{
  width: 30%;
  position: absolute;
  left:0px;
  bottom:-59px;
  padding:2px;
  padding-bottom: 0;
  background: #fff;
}
.park-small-img img{
  width: 100%;
}
.park-smaill-img-ico{
  color: #fff;
  position: absolute;
  right:5px;
  top:0;
}
 .full-view-img-wrap{
      position: fixed;
      cursor:pointer;
      left:0;
      top:0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: 99999;
  }
  .full-view-img-wrap img{
      position: absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      margin:auto;
  }
  .weui_media_box .weui_media_title{
  margin-right:30px;
}
.respond{
    position: absolute;
    right:10px;
    top:10px;
    color:#fff !important;
    background: #08c472;
    padding: 0 4px;
    border-radius: 4px;
    font-size:14px;
}

.price .price-item{
    color:#333;
    width:80%;
    width: 100%;
}
.parkbasep{
    color: #666;
}
.park-ads{
    max-width: 80%;
}
.park-ads a{
    margin-right:10px;
}
.park-ads img{
    height: 40px;
    padding-top:10px;
}
