﻿* {
    box-sizing: border-box;
    border-top: none;
    border-bottom: none;
    background: none;
    height: auto;
    position: relative;
    outline: none;
    user-select: none;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    border: none;
    overflow-y: auto;
}

button {
    background: #8C8;
    color: #FFF;
    outline: none;
    user-select: none;
    border-radius: 100px 0 0 100px;
    display: block;
    right: -10px;
    width: 80px;
    margin-top: 1vh;
    font-size: 10pt;
    border: 2px solid #FFF;
    padding: 5px 10px;
}

#map {
    height: auto;
    border: none;
}

#map .content {
    width: 100vw;
    height: 65vh;
    border: none;
}

#map .control {
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 2022;
    display: none;
}

#map .content .text {
    height: 30vh;
    border: none;
    display: none;
}

#map .content .cont {
    border: none;
    background: #FFF;
    height: 65vh;
}

#gps {
    position: fixed;
    height: auto;
    left: 0;
    top: 0;
    border: none;
    z-index: 900;
}

#gps .control {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 2022;
    height: auto;
    border: none;
}

#gps .content {
    width: 100vw;
    height: 100vh;
    border: none;
    background: #FFF;
    display: none;
}

#gps .content .cont {
    border: none;
    background: #FFF;
    width: 100vw;
    height: 70vh;
}

#gps .content .title {
    width: 100vw;
    height: 40px;
    line-height: 40px;
    border: none;
    text-align: center;
    position: absolute;
    background: #48C;
    top: 70vh;
    z-index: 905;
    color: #FFF;
    font-size: 14pt;
}

#gps .content .text {
    width: 100vw;
    height: 30vh;
    border: none;
    border-top: 40px solid #FFF;
    text-align: center;
    padding: 10px;
}

#list {
    background: #ffffff;
    width: 100vw;
    border: none;
}

#list nav {
    border: none;
}

#list nav a {
    font-size: 12pt;
    border: none;
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
}

#info .control {

    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    z-index: 500;
    padding-right: 1em;
}

#info .control button {
    display: inline-block;
    border-radius: 200px 200px 200px 200px;
}

#info .control .dshut {
    color: #FFF;
    background: #6D6;
    position: fixed;
    top: 10px;
    right: 10px;
    border: 1px solid #FFF;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 100%;
    font-size: 3px;
    display: none;
    margin: 0;
    padding: 2px;
    z-index: 920;
}

#info .detail .dshut {
    color: #FFF;
    background: #8D8;
    position: fixed;
    top: 10px;
    left: 10px;
    border: 1px solid #FFF;
    width: 22px;
    height: 2em;
    padding:0.5em;
    text-align: center;
    /*border-radius: 100%;*/
    font-size: 1em;
    display: none;
    line-height: 1em;
    margin: 0;
    padding: 2px;
    z-index: 920;
}

#simple {
    pointer-events: none;
}
#info #simple div.avatar {
    width: 40vw;
    height: 30vw;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background: #ffffff;
    border-left:10px solid #ffffff;
    
    pointer-events: auto;
}

#info #simple .title {
    width: 60vw;
    position: absolute;
    top: 0;
    right: 0;
    height: 25%;
    border: none;
    background: #FFF;
    margin-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12pt;
    border-bottom: 1px solid #DDD;
    font-weight: bold;
}

#info #simple .text {
    position: absolute;
    top: 26%;
    right: 0;
    background: #fcfcfc;
    width: 60vw;
    max-width: 60vw;
    max-height: 74%;
    border: none;
    padding-left: 10px;
    padding-right: 10px;

    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 10pt;
    height: auto;
}

#info #simple::after {
    content: '查看更多';
    display: block;
    width: auto;
    position: absolute;
    left:10px; 
    bottom: 0;
    font-size: 10pt;
    background: #f3f3f3;
    color: #444;
    pointer-events: auto;
    padding: 0 5px;
}

#info #detail {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #FFF;
    border: none;
    overflow-y: auto;
    z-index: 700;
    display: none;
}

#info #detail .title {
    border: none;
    height: 8vh;
    z-index: 800;
    text-align: center;
    font-size: 16pt;
    line-height: 8vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #FFF;
    color: #666;
    border-bottom: 1px solid #EEE;
}

::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    width: 1px;
    height: 1px;
    background-color: #ccc;
}

#info #detail .avatar {
    margin-top: 10vh;
    border-left: 5vw solid #FFF;
    border-right: 5vw solid #FFF;
    height: auto;
    margin-bottom: 5px;
    background: #FFF;
}

#info #detail .text {
    border: none;
    border-left: 5vw solid #FFF;
    border-right: 5vw solid #FFF;
    background: #FFF;
    min-height: 50vh;
    z-index: 700;
}

#info #detail .avatar img.avatar {
    width: 100%;
    border: none;
    height: auto;
    margin: 0;
    padding: none;
}

img.avatar {
    width: 100%;
    height: 100%;
    border: none;
}

#foot .nav {
    display: block;
    border: none;
    width: 100vw;
    height: 13.9vw;
    position: fixed;
    bottom: 0;
    background: url(./img/footbg.png);
    background-size: 100% 100%;
    z-index: 820;
	box-shadow: 0 10px 15px 0 #222222;
}

#info,
#info #simple {
    border: none;
    height: 30vw;
    width: 100vw;
}

#info .control .dopen,
#info #speech,
.anchorBL {
    display: none;
}

.BMap_scaleCtrl {
    display: block;
}

#foot,
.fix {
    background: #FFF;
    border: none;
    bottom: 0;
    height: 14vw;
    width: 100vw;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

#load
{
        width: 100vw; height: 100vh;
        position: fixed;
        background-color: #ffffff;
        display: block;
        top: 0;
        left: 0;
 
        z-index: 980;
}
#loadfix
{
        background: url(./img/load.jpg) center top no-repeat;
        background-size: contain;
        width:100vw; height:100vh;
        position: absolute;
        top: 0;
        left: 0;
}

#loadtip
{
    font-size: 25pt;
     padding: 2em;
 
    opacity: 0.95;
    margin: 0 auto;
    margin-top: 30vh;
    text-align: center;
    color: #ffffff;
    background-size: 100% 100%;
}