* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
    background-color: rgb(255, 255, 255);
}

.addInfo {
    position: absolute;
    right: 0px;
    bottom: 70px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 0px solid #505050;
    cursor: pointer;
    outline: none;
    background-color: rgb(17, 70, 156);
    animation: colorchange 1s infinite alternate;
    box-shadow: 2px 2px 5px #000;
    display: inline-flex;
}

.addInfo img {
    width: 100%
}

.position {
    position: absolute;
    right: 0px;
    bottom: 130px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 0px solid #505050;
    cursor: pointer;
    outline: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 5px #000;
    display: inline-flex;
}

.position img {
    width: 100%
}

#tool {
    position: absolute;
    left: 20px;
    bottom: 30px;
    /* width: 160px; */
}

#map {
    height: 100%;
    width: 100%
}

#search_input {
    border: 1px solid #505050;
    height: 26px;
    width: 100px;
}

#search_button {
    height: 26px;
}

#autocomplete {
    width: 120px;
}

#Browser_tips {
    position: absolute;
    top: 80px;
    margin: 16px;
    text-indent: 2em;
}

p[data-zy] {
    color: red;
}

div.info p {
    text-indent: 2em;
}

.btn {
    position: relative;
    margin: 3px;
    padding: 3px;
    overflow: hidden;
    border-width: 0;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    background-color: #009ffc;
    color: #ecf0f1;
    transition: background-color .3s;
}

.btn:hover,
.btn:focus {
    background-color: #43b4ff;
    cursor: pointer
}

.btn>* {
    position: relative;
}

.btn:before,
.addInfo:before,
.position:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    padding-top: 0;
    border-radius: 100%;
    background-color: rgba(207, 219, 219, 0.452);
    transform: translate(-50%, -50%);
}

.btn:active:before,
.addInfo:active:before,
.position:active::before {
    width: 120%;
    padding-top: 120%;
    transition: width .2s ease-out, padding-top .2s ease-out;
}

#icp{
font-size: 11px;
position: fixed;
left:  0px;
bottom: 0px;
background: rgba(255, 255, 255, 0.7);
margin: 0px;
padding: 1px;
color: #0078A8;
}

@keyframes pos-div-icon-first
{
    0%  {border: 4px solid;border-color: #00a2ff;}
    2%  {border: 4px solid;border-color: #c5eaff;}
    80%  {border: 0px solid;border-color: #00a2ff;}
    100%  {border: 0px solid;border-color: #00a2ff;}
}

.pos-div-icon{
    background-color: #00a2ff;
    border-radius: 50%;
    animation: pos-div-icon-first 1s infinite;
}

.pos-div-icon-disable{
    background-color: #767a7c;
    border: 1px solid;border-color: #ffffff;
    border-radius: 50%;
}


.amap-sug-result{
    /* 高德地图组件 */
    position:fixed;
}

:root {
    --sat: env(safe-area-inset-top);
    --sar: env(safe-area-inset-right);
    --sab: env(safe-area-inset-bottom);
    --sal: env(safe-area-inset-left);
}

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215, .61, .355, 1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647;touch-action:none;user-select:none;-webkit-user-select:none;}.toastify.on{opacity:1}.toast-close{background:0 0;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width:360px){.toastify-left,.toastify-right{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}
