 html,
 body{
  width: 100%;
 }

 #container {
   width: 100%;
   height: 100vh;
 }

 * {
   padding: 0;
   margin: 0;
 }


 .search {
   position: absolute;
   top: 10px;
   right: 10px;
   height: 133px;
   width: 260px;
   padding: 14px 20px;
   background: #3d93fd;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
  //  border: 1px solid #3d93fd;
 }

 .tabs {
   display: flex;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   justify-content: space-between;
   margin-bottom: 15px;
   padding: 0 60px; 
 }

 .tab {
   opacity: 0.5;
   cursor: pointer;
 }

 .tab:hover {
   opacity: 0.7;
 }

 .tabs .tab:active,
 .tab.active {
   opacity: 1;
 }

 .tabs .tab img {
   width: 20px;
   height: 20px;
 }

 .s_start,
 .s_end {
   height: 34px;
   line-height: 34px;
   font-size: 14px;
   color: #acd7ff;
   background-color: #3587eb;
   border-radius: 2px;
   margin-top: 10px;
   padding-left: 10px;
   color: #e1f1ff;
 }


 #panel {
   margin-left: 10px;
   position: fixed;
   background-color: white;
   max-height: 90%;
   overflow-y: auto;
   top: 170px;
   right: 10px;
   width: 300px;
   padding-bottom: 60px;
   padding-top: 50px;
 }
 #panel_info{
  max-height: 500px;
  overflow-y: auto;
}

 #panel .amap-lib-driving,
 #panel .amap-lib-transfer {
   padding: 0px 20px;
   border: none;
 }

 #panel .amap-call {
   display: none;
 }

 #panel .amap-lib-driving {
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
   overflow: hidden;
 }

 .amap-logo,
 .amap-copyright {
   display: none !important;
 }

 .p_list {
   position: absolute;
   top: 0;
   left: 20px;
   width: 240px;
   display: flex;
   justify-content: space-between;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
 }
 .p_bus{
  display: none;
 }

 .p_list_item {
   line-height: 50px;
   color: #414141;
   font-size: 12px;
   cursor: pointer;
 }

 .p_list_item:last-of-type {
   border: none;
 }

 .p_list_item.active {
   color: #009cf9;
 }


 .print {
   width: 120px;
   height: 40px;
   text-align: center;
   line-height: 40px;
   font-size: 20px;
   color: #fff;
   background-color: #3d93fd;
   position: absolute;
   bottom: 10px;
   left: 20px;
   cursor: pointer;
   border-radius: 5px;
 }


 .dir_qrcode {
   position: fixed;
   left: 10px;
   bottom: 10px;
 }