html, body {
    width: 100%;
    height: 100%;
}

html {
  box-sizing: border-box;
} 

*, *:before, *:after {
  box-sizing: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.amap-geolocation-con {
  display: none !important;
  visibility: hidden !important;
}

.amap-logo {
  display: none !important;
  visibility: hidden !important;
}
 
.amap-copyright {
  display: none !important;
  visibility: hidden !important;
}

:root {
  --van-picker-toolbar-height: 60px !important;
  --van-cell-background-color: #f6f6f6 !important;
}

.van-picker__frame {
  background-color: rgba(153, 153, 153, 0.156) !important;
  border-radius: 6px !important;
}