* {
    -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%
}
.QRcode {
    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%
}

#loca_search {
    top: 10px;
    position: fixed;
    left: 50px;
}
.select {
    background-color: #aeecff;
}
#autocomplete {
    min-width: 10em;
}

#loca_search_list {
    background-color: #ffffff;
    padding:  0.2em;
    list-style-type: none;
}

#loca_search_list li  {
    cursor: pointer;
}

#loca_search_list span {
    color: darkgrey;
    font-size: 0.8em;
    margin-left: 1em;
}

#map {
    height: 100%;
}

#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;
}



@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;
}

#zhezhao {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 30000;
    background-color: #000000;
    width: 100vw;
    height: 100vh;
}

#zhezhao img {
    position: fixed;
    max-width: 100%;
    top: 0;
    right: 0;
}

#loca_search, #icp {
    z-index: 20000;
}