* {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #333;
}

img {
  width: 100%;
  height: 100%;
}

body {
  background-color: #888;
}

a,img,button,input,textarea,div{-webkit-tap-highlight-color:rgba(255,255,255,0);}

#map-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/****************************************************************************************************************************/
/* 弹出提示 */
.message-layer {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 12px;
  border-radius: 5px;
  top: 100px;
  z-index: 200;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
}

/****************************************************************************************************************************/
/* 加载动画 */

.loading-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F3FEFF;
  z-index: 999;
}

.loading-box .animation {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 80px;
}

.loading-box .animation img {
  width: 180px;
  height: 200px;
}

.loading-box .time-box {
  background-color: rgb(218, 218, 218);
  width: 70%;
  height: 10px;
  border-radius: 10px;
  left: 15%;
  position: absolute;
  top: 260px;
  overflow: hidden;
}

.loading-box .time-ball {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 260px;
  left: 15%;
  background-color: #09b1c7;
  animation: loding 2s;
  -webkit-animation: loding 2s;
}

@keyframes loding
{
  from { left: 15%; }
  to { left: 80%; }
}

@-webkit-keyframes loding
{
  from { left: 15%; }
  to { left: 80%; }
}

.loading-box .loading-text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 280px;
  color: #666;
  font-size: 14px;
  display: none;
}

.loading-box .loading-text span {
  color: #09b1c7;
  font-size: 14px;
}

/****************************************************************************************************************************/
/* 操作指引 */
.help-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
  display: none;
}

.help-box .top {
  position: fixed;
  top: 10px;
  left: 8px;
  right: 8px;
  height: 42px;
  border: 1px dashed #fff;
  border-radius: 5px;
}

.help-box .box {
  position: fixed;
  right: 7.5px;
  width: 44px;
  height: 44px;
  border: 1px dashed #fff;
  border-radius: 5px;
}

.help-box .there {
  top: 56px;
}

.help-box .shifts {
  top: 142px;
}

.help-box .share {
  top: 192px;
}

.help-box .flow {
  top: 242px;
}

.help-box .flow-box {
  top: 292px;
  height: 124px;
}

.help-box .callback {
  top: 422px;
}

.help-box .location {
  position: fixed;
  top: 472px;
  right: 7px;
  width: 44px;
  height: 44px;
  border: 1px dashed #fff;
  border-radius: 50%;
}

.help-box .view-tip {
  position: fixed;
  top: 82px;
  left: 13px;
  width: 90px;
  height: 45px;
}

.help-box .search-tip {
  position: fixed;
  top: 55px;
  left: 80px;
  width: 120px;
  height: 50px;
}

.help-box .there-tip {
  position: fixed;
  top: 58px;
  right: 60px;
  width: 130px;
  height: 70px;
}

.help-box .shift-tip {
  position: fixed;
  top: 132px;
  right: 60px;
  width: 215px;
  height: 40px;
}

.help-box .share-tip {
  position: fixed;
  top: 173px;
  right: 60px;
  width: 140px;
  height: 40px;
}

.help-box .flow-tip {
  position: fixed;
  top: 215px;
  right: 60px;
  width: 185px;
  height: 50px;
}

.help-box .flow-choose-tip {
  position: fixed;
  top: 340px;
  right: 60px;
  width: 135px;
  height: 20px;
}

.help-box .callback-tip {
  position: fixed;
  top: 415px;
  right: 60px;
  width: 180px;
  height: 30px;
}

.help-box .location-tip {
  position: fixed;
  top: 482px;
  right: 60px;
  width: 160px;
  height: 20px;
}

.help-box .btn-tip {
  position: fixed;
  bottom: 40px;
  left: 50%;
  margin-left: -65px;
  width: 130px;
  height: 60px;
}

/****************************************************************************************************************************/
/* 菜单按钮 */
.menu-box .top {
  position: fixed;
  z-index: 10;
  top: 13px;
  left: 10px;
  right: 10px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
}

.menu-box .search-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 12px;
  top: 10px;
}

.menu-box .microphone {
  position: absolute;
  right: 13px;
  top: 9px;
  width: 13px;
  height: 20px;
}

.menu-box .close {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 10px;
  top: 8px;
  display: none;
}

.menu-box .input {
  position: absolute;
  left: 40px;
  top: 8px;
  font-size: 16px;
  color: #fff;
}

.menu-box .there {
  position: absolute;
  z-index: 10;
  top: -76px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  box-shadow: 0px 3px 4px 0px rgba(8,157,176,0.3)
}

.menu-box .there img {
  margin-top: 2px;
  width: 28px;
  height: 25px;
}

.menu-box .text {
  position: absolute;
  z-index: 10;
  margin-top: -8px;
  margin-left: 6px;
  color: #09b1c7;
  transform: scale(0.8);
  letter-spacing: 3px;
}

.menu-box .share .text {
  margin-top: -12px;
}

.menu-box .right {
  position: fixed;
  z-index: 10;
  right: 10px;
  top: 135px;
}
.menu-box .shifts,
.menu-box .cars {
  display: none;
}

.menu-box .shifts,
.menu-box .cars,
.menu-box .share,
.menu-box .flow,
.menu-box .callback,
.menu-box .message {
  background-color: #fff;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 3px 4px 0px rgba(8,157,176,0.3);
}
.menu-box .message img {
  position: relative;
  margin-top: 8px;
  width: 25px;
  height: 25px;
}

.menu-box .message .message-num {
  display: none;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #ef4343;
  color: #fff;
  position: relative;
  border-radius: 50%;
  margin-top: -32px;
  margin-left: 22px;
}

.menu-box .message {
  display: none;
}

.menu-box .shifts img {
  margin: 2px 0;
  width: 27px;
  height: 23px;
}

.menu-box .cars img {
  margin: 2px 0;
  width: 27px;
  height: 23px;
}

.menu-box .share img {
  margin: 3px 0;
  width: 26px;
  height: 26px;
}

.menu-box .flow img {
  margin: 3px 0;
  width: 25px;
  height: 21px;
}

.menu-box .callback img {
  margin: 0;
  width: 28px;
  height: 27px;
}

.menu-box .flow-box {
  position: relative;
  width: 40px;
  height: 120px;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 2px 2px 0px rgba(8,157,176,0.5);
}

.menu-box .location {
  margin-top: 10px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 4px 0px rgba(8,157,176,0.3);
}

.menu-box .location img {
  width: 26px;
  height: 26px;
}

.menu-box .help {
  position: fixed;
  z-index: 2;
  left: 10px;
  bottom: 58px;
  padding: 2px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 4px 0px rgba(8,157,176,0.3);
}

/******************************** 楼层控件 ********************************/
.menu-box .mask-before {
  position: absolute;
  z-index: 11;
  top: 0px;
  height: 30px;
  width: 40px;
  border-radius: 5px;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0.2));
}

.menu-box .mask-after {
  position: absolute;
  z-index: 11;
  bottom: 0px;
  height: 30px;
  width: 40px;
  border-radius: 5px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), #fff);
}

.menu-box .flow-choose {
  position: absolute;
  z-index: 10;
  height: 120px;
  overflow-y: scroll;
}

.menu-box .background {
  position: absolute;
  z-index: 5;
  background-color: #09b1c7;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border-top: 40px #fff solid;
  border-bottom: 40px #fff solid;
}

.menu-box .flow-choose::-webkit-scrollbar {
  width: 0 !important
}

.menu-box .flow-choose div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #888;
}

/****************************************************************************************************************************/
/* 搜索页面 */
.search-box {
  position: fixed;
  left: 0;
  background-color: #F3FEFF;
  z-index: 15;
  width: 100%;
  margin-left: 120%;
}

.search-box .top {
  padding: 20px 10px;
}

.search-box .left {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background-color: #fff;
  border: rgba(9,177,199,1) 1px solid;
  display: flex;
  flex-direction: column;
  align-items: center
}

.search-box .map {
  margin-top: 0px;
  width: 28px;
  height: 24px;
}

.search-box .left div:last-child {
  position: absolute;
  color: #09B1C7;
  transform: scale(0.8);
  letter-spacing: 1px;
  margin-top: 19px;
}

.search-box .right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 48px;
  height: 36px;
  background-color: #fff;
  border-radius: 5px;
  border: rgba(9,177,199,1) 1px solid;
}

.search-box .search {
  width: 18px;
  height: 18px;
  margin-top: 9px;
  margin-left: 10px;
}

.search-box .microphone {
  width: 31px;
  height: 31px;
  margin-top: 1px;
}

.search-box .input {
  color: #888;
  padding: 8px 8px 0;
}

.search-box .input input {
  border: none;
  font-size: 16px;
  background: none;
  outline: none;
  border-radius: 0px;
}

.search-box .hot-wrp {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.search-box .hot-wrp div {
  margin-bottom: 20px;
  width: 20%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  color: #46A3DD;
}

.search-box .hot-wrp div img {
  width: 30px;
  margin: 0 auto;
  height: auto;
}

.search-box .history-wrp {
  border-top: rgba(9,177,199,0.15) 1px solid;
  margin: 10px 0 0 10px;
  padding: 10px 0;
}

.search-box .title {
  color: #666;
  font-weight: bold;
  font-size: 14px;
}

.search-box .list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-height: 80px;
  overflow: hidden;
}

.search-box .list div {
  font-size: 12px;
  color: #888;
  padding: 3px 8px;
  border: rgba(9,177,199,1) 1px solid;
  border-radius: 10px;
  margin-right: 18px;
  margin-top: 10px;
}

.search-box .clear {
  width: 100%;
  justify-content: center;
  margin-top: 50px;
  font-size: 12px;
  color: #666;
  height: 13px;
  line-height: 1px;
  display: flex;
  flex-direction: row;
  align-items: center
}

.search-box .clear img {
  width: 13px;
}

/****************************************************************************************************************************/
/* 搜索结果 */
.result-box {
  position: fixed;
  background-color: #fff;
  width: 100%;
  max-height: 250px;
  bottom: -250px;
  z-index: 15;
}

.result-box .all .icon .i {
  margin: 5px auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #09b1c7;
  border-right: 1px solid #09b1c7;
  transform: rotate(135deg);
}

.result-box .total {
  padding: 0 20px 5px;
  font-size: 14px;
  text-align: center;
}

.result-box .total span {
  font-size: 13px;
}

.result-box .list {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 2px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.result-box .list>div {
  width: 100%;
  height: 50px;
  border-bottom: #eee 1px solid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #444;
}

.result-box .list>div:last-child {
  border: none;
}

.result-box .list .left {
  display: flex;
  flex-direction: row;
  padding-left: 15px;
  height: 50px;
  align-items: center;
}

.result-box .list .left div:first-child {
  background-color: #09b1c7;
  color: #fff;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.result-box .list .left div:nth-of-type(2) {
  color: #333;
  font-size: 16px;
}

.result-box .list .left div:nth-of-type(3) {
  font-size: 14px;
}

.result-box .list .left div:nth-of-type(4) {
  font-size: 14px;
}

.result-box .list .right {
  padding-right: 15px;
  font-size: 12px;
  text-align: center;
}

.result-box .list .right img {
  width: 25px;
  height: 25px;
}

.result-box .list .right div:last-child {
  transform: scale(0.8);
  margin-top: -8px;
}

.result-box .min .icon {
  margin: 8px auto 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #09b1c7;
  border-right: 1px solid #09b1c7;
  transform: rotate(-45deg);
}

.result-box .min .p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: -5px;
}

.result-box .min .p .title {
  font-size: 16px;
}

.result-box .min .p .num {
  font-size: 18px;
  color: #09b1c7;
  font-weight: bold;
}

.result-box .list>div.focus {
  box-shadow: #ddd 0px 0px 10px 1px;
}

/****************************************************************************************************************************/
/* 导航底部模块 */
.navigation-bottom {
  position: fixed;
  width: 100%;
  height: 130px;
  bottom: -130px;
  left: 0;
  background-color: #fff;
  z-index: 15;
}

.navigation-bottom .information {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.navigation-bottom .wrp1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.navigation-bottom .wrp1 .name {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-right: 8px;
}

.navigation-bottom .wrp1 .car,
.navigation-bottom .wrp1 .num {
  color: #666;
  font-size: 15px;
  margin-right: 8px;
}

.navigation-bottom .wrp1 .share img {
  width: 18px;
  height: 16px;
  margin-top: 2px;
}

.navigation-bottom .wrp2 {
  color: #333;
  display: none;
  font-size: 12px;
}

.navigation-bottom .wrp2 span {
  color: #09b1c7;
}

.navigation-bottom .wrp3 {
  display: none;
}

.navigation-bottom .wrp3 .title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}

.navigation-bottom .wrp3 .name {
  font-size: 14px;
  color: #09b1c7;
}

.navigation-bottom .information .exit {
  padding: 5px;
}

.navigation-bottom .information .exit img {
  width: 18px;
  height: 18px;
}

.navigation-bottom .right {
  position: absolute;
  right: 16px;
  top: 15px;
  height: 100px;
  text-align: center;
  display: none;
}

.navigation-bottom .right img {
  width: 22px;
  height: 22px;
}

.navigation-bottom .right .close {
  position: absolute;
  bottom: 8px;
  width: 26px;
  right: 0px;
}

.navigation-bottom .right .close img {
  width: 18px;
  height: 18px;
}

.navigation-bottom .right .close div {
  font-size: 13px;
  transform: scale(0.8);
  margin-top: -5px;
}

.navigation-bottom .bottom {
  position: absolute;
  right: 5px;
  bottom: 25px;
  display: flex;
  flex-direction: row;
}

.navigation-bottom .bottom div {
  margin-right: 15px;
  width: 70px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  display: none;
  background-color: #e8e8e8;
  font-size: 12px;
}

.navigation-bottom .bottom div.true {
  background-color: #09b1c7;
  color: #fff;
}

/****************************************************************************************************************************/
/* 顶部模块 */
.navigation-top {
  position: fixed;
  width: 100%;
  height: 100px;
  top: -130px;
  left: 0;
  background-color: rgba(243,254,255,1);
  z-index: 15;
}

.navigation-top .right {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  top: 28px;
}

.navigation-top .right img {
  width: 20px;
  height: 20px;
}

.navigation-top .left {
  position: absolute;
  left: 50px;
  top: 0px;
  right: 55px;
}

.navigation-top .left>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
}

.navigation-top .left>div:first-child .circular {
  width: 12px;
  height: 12px;
  background-color: #79C95B;
  border-radius: 50%;
  margin-right: 12px;
}

.navigation-top .left>div:last-child .circular {
  width: 12px;
  height: 12px;
  background-color: #F04B4B;
  border-radius: 50%;
  margin-right: 12px;
}

.navigation-top .start,
.navigation-top .end {
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(9,177,199,0.05);;
  color: #333;
  width: 90%;
  border-radius: 5px;
  font-size: 14px;
}

.navigation-top .exit {
  position: absolute;
  top: 35px;
  left: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation-top .exit img {
  width: 40%;
  height: 60%;
}

.navigation-top .point-choose {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: row;
  display: none;
}

.navigation-top .flow-type {
  position: absolute;
  right: 10px;
  bottom: 8px;
  display: flex;
  flex-direction: row;
  display: none;
}

.navigation-top .flow-type div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
  /* background-color: #f3f3f3; */
  color: #09b1c7;
  margin-left: 15px;
  border: 1px solid rgba(243,254,255,1);
}

.navigation-top .flow-type div.selected {
  background-color: rgba(70,163,221,0.1);
  border: 1px solid #09b1c7;
}

.navigation-top .flow-type img{
  width: 15px;
  height: 15px;
}

/****************************************************************************************************************************/
/* 导航中的状态提示 */
.navi-tip {
  position: fixed;
  left: 1rem;
  right: 1rem;
  top: 0;
  z-index: 20;
  display: -webkit-flex;
  display: flex;
  margin-top: -7rem;
}

.navi-tip div.navi-dis {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.navi-tip div.navi-dis span {
  color: #fff;
}

.navi-tip>div {
  margin: 0 auto;
  width: 100%;
}

.navi-tip.show {
  -webkit-transform: translate(0, 0);
}

.navi-dis {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 100%;
  line-height: 45px;
}

.naviTipImg{
  width: 23px;
  height: 30px;
  margin-right: 8px;
}

.end-btn {
  display: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -1.2rem;
  height: 2.4rem;
  line-height: 2.4rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  color: #ea715e;
  border: 1px solid #ea715e;
  text-align: center;
  z-index: 10;
}

.anim-btn {
  display: none;
  position: absolute;
  right: 5rem;
  top: 50%;
  margin-top: -1.2rem;
  height: 2.4rem;
  line-height: 2.4rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  color: #ea715e;
  border: 1px solid #ea715e;
  text-align: center;
  z-index: 10;
}

.floor-tip {
  width: 100%;
  background: #008986;
  z-index: 21;
  position: absolute;
  margin-top: -16rem;
}

.floor-tip h4 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.f-img {
  height: 15rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  box-shadow: 0 8px 12px rgba(0, 0, 0, .3);
}
/****************************************************************************************************************************/
/* 车行导航结束设为停车点*/
.parking-space,
.car-searching,
.no-car-location,
.ios-permission,
.go-map {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
}
.parking-space .box,
.car-searching .box,
.no-car-location .box,
.ios-permission .box,
.go-map .box {
  background-color: #fff;
  position: absolute;
  border-radius: 5px;
  width: 220px;
  text-align: center;
  margin-left: -110px;
  left: 50%;
  margin-top: 200px;
  overflow: hidden;
}
/****************************************************************************************************************************/
/* 标记为停车点*/
.mark-car-location {
  position: fixed;
  height: 60px;
  bottom: -100px;
  padding: 12px 15px 20px;
  left: 0px;
  right: 0px;
  background-color: #F7FCFF;
  z-index: 10;
}

.mark-car-location .name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.mark-car-location .flow {
  margin-left: 8px;
  font-size: 18px;
  color: #555;
}

.mark-car-location .btn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.mark-car-location .btn div {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  background-color: #09b1c7;
  border-radius: 4px;
}

.mark-car-location .exit {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 10px;
  right: 8px;
  display: flex;
  align-items: center;
  text-align: center;
}

.mark-car-location .exit img {
  width: 70%;
  height: 70%;
}

/****************************************************************************************************************************/
/* 公告信息 */
.notice-box {
  background-color: rgba(0, 0, 0, 0.6);
  left: 60px;
  right: 15px;
  height: 28px;
  line-height: 32px;
  font-size: 16px;
  position: fixed;
  bottom: 58px;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
}

.notice-box .infor {
  color: #000;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 30%;
  animation: notice 8s linear infinite;
  -webkit-animation: notice 8s linear infinite;
}

.notice-box .infor span {
  color: #09b1c7;
  font-size: 16px;
}

@keyframes notice {
  from { left: 100%; }
  to { left: -120%; }
}
/****************************************************************************************************************************/
/* 位置共享 */
.share-top {
  position: fixed;
  top: -100px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 80px;
  z-index: 10;
  display: flex;
  flex-direction: row;
  padding: 5px 15px;
  justify-content: space-between;
}

.share-top .close,
.share-top .min {
  margin-top: 8px;
}

.share-top .close {
  padding: 5px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-top .close img {
  width: 85%;
  height: 85%;
}

.share-top .min {
  padding: 5px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-top .min img {
  width: 118%;
  height: 100%;
  transform: rotate(-90deg)
}

.share-top .person {
  margin-top: 10px;
}

.share-top .person .add {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #fff;
  margin-left: 4px;
  line-height: 59px;
  text-align: center;
}

.share-top .person .add img {
  width: 24px;
  height: 26px;
}

.share-top .person .list {
  display: flex;
}

.share-top .person .list .items img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 2px;
}

.share-top .person .text {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.share-bottom {
  position: absolute;
  bottom: -260px;
  opacity: 1;
  width: 100%;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 180px;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.share-bottom .min {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 20px;
  overflow: hidden;
}

.share-bottom .min div {
  margin-top: 5px;
  width: 0; 
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color:#ddd transparent transparent transparent;
}

.share-bottom .input {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.share-bottom .input input {
  position: absolute;
  width: 80%;
  height: 40px;
  border: none;
  background: none;
  color: #fff;
  outline: none;
  margin-left: 10px;
  font-size: 14px;
}

.share-bottom .input .send {
  position: absolute;
  right: 8px;
  width: 60px;
  height: 40px;
  text-align: center;
}

.share-bottom .input .send img {
  width: 45%;
  height: 32%;
}

.share-bottom .message-box {
  width: 94%;
  height: 100px;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 20px;
  padding: 10px 3%;
  -webkit-overflow-scrolling: touch;
}

.share-bottom .message-box .my,
.share-bottom .message-box .other {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}

.share-bottom .message-box .my {
  justify-content: flex-start;
}

.share-bottom .message-box .other {
  justify-content: flex-end;
}

.share-bottom .my .infor {
  text-align: left;
}

.share-bottom .other .infor {
  text-align: right;
}
.share-bottom .my .infor span,
.share-bottom .other .infor span  {
  color: #fff;
}

.share-bottom .my .icon img {
  width: 40px;
  height: 40px;
  border: #fff 1px solid;
  border-radius: 50%;
  margin-right: 8px;
}
.share-bottom .my .text {
  margin-right: 50px;
  background-color: #fff;
  border-radius: 4px;
  padding: 3px 5px;
  margin-top: 5px;
  line-height: 20px;
}

.share-bottom .other .icon img {
  width: 40px;
  height: 40px;
  border: #fff 1px solid;
  border-radius: 50%;
  margin-left: 8px;
}
.share-bottom .other .text {
  margin-left: 50px;
  background-color: #fff;
  border-radius: 4px;
  padding: 3px 5px;
  margin-top: 5px;
  line-height: 20px;
}

.share-bottom .other .text:after{
  position: absolute;
  margin-left: 2px;
  margin-top: -2px;
  content: '';
  border-top: 7px transparent dashed;
  border-left: 7px #fff solid;
  border-bottom: 7px transparent dashed;
  border-right: 7px transparent dashed;
 }


.end-infor {
  position: fixed;
  width: 92%;
  height: 80px;
  padding: 10px 4%;
  bottom: -100px;
  background-color: #fff;
  z-index: 10;
}

.end-infor .exit {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.end-infor .exit img {
  width: 80%;
  height: 80%;
}

.end-infor div {
  font-size: 12px;
  margin: 5px 0;
}
.end-infor .total {
  font-size: 16px;
}
.end-infor .total span.dis,
.end-infor .total span.time {
  font-size: 16px;
  color: #09b1c7;
}

.end-infor div span {
  font-size: 16px;
}

.end-infor .start span,
.end-infor .end span{
  color: #666;
  font-size: 12px;
}

.navi-tip .navi-status {
  position: absolute;
  width: 100%;
  height: 10px;
  margin-top: 35px;
}
.navi-tip .navi-status .bgc {
  position: relative;
  width: 0;
  height: 4px;
  margin-top: 6px;
  border-radius: 4px;
  background-color: #fff;
}

.navi-tip .navi-status .icon {
  position: relative;
  top: -13px;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: none;
}

.share-tips {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.share-tips img {
  position: absolute;
  width: 125px;
  height: 100px;
  right: 50px;
}

.share-tip1,
.share-tip2 {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 5px 8px;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  border-radius: 8px;
  font-size: 14px;
  z-index: 10;
  opacity: 0;
  display: none;
}

.open-blooth {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 15;
  display: none;
}

.open-blooth img {
  width: 50vw;
  height: auto;
  margin-top: 30vw;
  margin-left: 25vw;
}

.navi-markline-tips {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  /* background-color: rgba(0, 0, 0, 0.65); */
  z-index: 15;
  display: none;
  justify-content: center;
}

.navi-markline-tips div {
  margin-top: 80vw;
  width: 200px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  height: 38px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
}
/* 出口弹框 */
.myPopMarker {
  padding: 12px 15px;
  background: rgba(78, 196, 210, 0.9);
  border-radius: 10px;
}
.myPopMarker .title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}
.myPopMarker .list {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.myPopMarker .list .item {
  text-align: center;
  border: #fff 1px solid;
  border-radius: 8px;
  margin: 5px 10px 5px 0px;
  padding: 2px 10px;
  color: #fff;
}


.train-box {
  position: fixed;
  left: 120%;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #F3FEFF;
  z-index: 15;
  width: 100%;
}

.train-box > .top{
  padding: 20px 15px 10px;
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
}

.train-box .top .left {
  border: 1px solid #09b1c7;
  padding: 5px 4px 11px;
  border-radius: 5px;
  background-color: #fff;
}

.train-box .top .map {
  margin-top: -5px;
  width: 28px;
  height: 24px;
}

.train-box .top .left div:last-child {
  position: absolute;
  color: #09B1C7;
  transform: scale(0.8);
  letter-spacing: 1px;
  margin-top: -5px;
}

.train-box .top .right {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-left: 10px;
}

.train-box .top .right div {
  width: 50%;
  text-align: center;height: 37px;
  line-height: 37px;
  background-color: #dbfbff;
  color: #9DBADE;
  font-size: 16px;
}

.train-box .top .right div.active {
  background-color: #fff;
  color: #09B1C7;
  box-shadow: 0px 0px 17px 1px rgba(98,185,222,0.33);
}

.train-box .container-train {
  display: none
}

.train-box .container-station .list {
  padding: 10px 15px;
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.train-box .container-train .list {
  padding: 10px 15px;
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.train-box .list .item {
  width: 94%;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px 3%;
  box-shadow:0px 0px 18px 0px rgba(178,209,222,0.41);
  margin-bottom: 10px;
}

.train-box .container-station .item .title {
  border-bottom: #eee 1px solid;
  padding: 2px 0 5px;
  display: flex;
}


.train-box .container-station .item .title img {
  width: 22px;
  height: 20px;
  margin-right: 2px;
}

.train-box .container-station .item span{
  font-size: 14px;
}

.train-box .container-station .item .content .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 0 3px;
  font-size: 14px;
}

.train-box .container-station .item .content .to,
.train-box .container-station .item .content .infor,
.train-box .container-station .item .content .bottom div {
  font-size: 14px;
}

.train-box .container-station .item .content .to .name {
  color: #79C95B;
}

.train-box .container-station .item .content .bottom{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3px 0 15px;
  height: 22px;
  line-height: 22px;
  /* font-size: 14px; */
}

.train-box .container-station .item .content .bottom .now,
.train-box .container-station .item .content .bottom .next {
  color: #09B1C7;
}

.train-box .container-station .item .content .bottom .go {
  width: 60px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #09B1C7;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.train-box .container-station .item .content .bottom .go span {
  color: #fff;
}

.train-box .container-station .item .content .bottom .go img,
.train-box .container-train .item .content .bottom .go img {
  width: 12px;
  height: 12px;
  margin-right: 2px;
}

.refresh-time {
  padding: 10px 15px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.refresh-time span {
  color: #FF6D3A;
  font-size: 14px;
}

.refresh-time img {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

.train-box .container-train .search-wrp {
  margin: 10px 15px; 
  padding: 8px 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: rgba(9,177,199,1) 1px solid;
  border-radius: 8px;
  background-color: #fff;
}

.train-box .container-train .search-wrp input {
  border: none;
  font-size: 14px;
  background: none;
  outline: none;
}

.train-box .container-train .search-wrp img {
  width: 20px;
  height: 20px;
}

.train-box .container-train .item .title {
  border-bottom: #eee 1px solid;
  padding: 2px 0 5px;
  display: flex;
}


.train-box .container-train .item .title img {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

.train-box .container-train .item span{
  font-size: 14px;
}

.train-box .container-train .item .content .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 5px 0 3px;
  font-size: 14px;
}
.train-box .container-train .item .content .top > div {
  width: 50%;
  text-align: left;
}

.train-box .container-train .item .content .to,
.train-box .container-train .item .content .infor,
.train-box .container-train .item .content .bottom div {
  font-size: 14px;
}

.train-box .container-train .item .content .to .start,
.train-box .container-train .item .content .to .end {
  color: #79C95B;
}

.train-box .container-train .item .content .bottom{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3px 0 15px;
  height: 22px;
  line-height: 22px;
  /* font-size: 14px; */
}

.train-box .container-train .item .content .bottom .now,
.train-box .container-train .item .content .bottom .next {
  color: #09B1C7;
}

.train-box .container-train .item .content .bottom .go {
  width: 60px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #09B1C7;
  border-radius: 5px;
  color: #fff;
}
.train-box .container-train .item .content .bottom .go span {
  color: #fff;
}