/* CSS Document */
.main{width: 100%; height: 100%; overflow: hidden; display: flex; flex-direction: column; align-items: center;}
#mapContainer{flex-shrink: 0; width: 100%; height: 6rem;}
/*列表*/
.list{flex: 1; width: 100%; height: 1px; overflow-y: auto;}
.one{width: calc(100% - 0.6rem); margin-left: 0.3rem; display: flex; flex-direction: row; align-items: center; height: 0.85rem; text-align: center;}
.title{flex-shrink: 0; color: #0089ff; margin-left: 0;}
.title img{width: 0.13rem; height: 0.08rem; margin-left: 0.07rem;}
.one span:nth-child(1){flex: 0.8; display: flex; flex-direction: row; align-items: center; justify-content: center;}
.one span:nth-child(2){flex: 0.8; display: flex; flex-direction: row; align-items: center; justify-content: center;}
.one span:nth-child(3){flex: 1;}
.one:nth-child(even){background: #ebf4ff;}
.list .one:active{background: rgba(0, 0, 0, 0.1) !important;}
.yjimg{width: 0.7rem; height: 0.56rem;}
/*没有记录*/
.viewno{display: flex; flex-direction: column; align-items: center; padding-top: 0.3rem; color: #b6b6b6;}
/*切换按钮*/
.switch{position: fixed; right: 0.3rem; top: 0.15rem; width: 0.4rem; height: 0.4rem; display: none;}
.switch:hover{background: rgba(0,0,0,0.1);}
/*隐藏滚动条*/
::-webkit-scrollbar{width: 0; height: 0; color: transparent;}