@charset "UTF-8";
*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 4px;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff;
}

.btn-active {
  color: white;
  width: 90px;
  height: 40px;
}
.btn-active:active {
  color: #08372e;
  background-color: white;
  outline: 1px solid #08372e;
}

.location-input {
  background-color: transparent;
  border: none;
  border-bottom: none;
  color: white;
}

.location-input:focus {
  outline: none;
}

.border-line {
  width: 94%;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
}

.map-container {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* 声明自定义属性并设置初始值 */
}
.map-container .about-page-section {
  top: -100%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #303030;
  z-index: 2;
  transform: translateX(-50%);
  transition: 0.3s all ease-in;
  overflow: hidden;
}
.map-container .about-page-section .about-title-icon div {
  position: absolute;
  right: -15px;
  top: 15px;
  width: 21px;
  height: 21px;
  font-size: 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  background-color: red;
  border: 0.5px solid rgb(196, 196, 196);
}
.map-container .about-page-section .about-page-close {
  top: 15px;
  right: 17px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.map-container .about-page-section .about-page-close img {
  width: 25px;
}
.map-container .about-page-section .about-page-back {
  top: 15px;
  left: 17px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.map-container .about-page-section .about-page-back i {
  font-size: 23px;
}
.map-container .about-page-section .about-page {
  overflow: hidden;
}
.map-container .about-page-section .about-page .about-page-container {
  width: 200%;
  height: 90%;
  bottom: 0;
  left: 0;
  transition: 0.3s all ease-in;
}
.map-container .about-page-section .about-page .about-page-container .main-list .main-list-icon-wrap {
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-container .about-page-section .about-page .about-page-container .main-list li:active {
  background-color: white;
}
.map-container .about-page-section .about-page .about-page-container .main-list li:active i,
.map-container .about-page-section .about-page .about-page-container .main-list li:active span {
  color: #08372e !important;
}
.map-container .about-page-section .about-page .about-page-container .detail-list {
  overflow: scroll;
}
.map-container .about-page-section .about-page .about-page-container .detail-list li.avoid-items:active {
  background-color: white;
  color: #08372e;
}
.map-container .about-page-section .about-page .about-page-container .detail-list li {
  width: 100%;
  height: 10%;
  color: white;
}
.map-container .about-page-section .about-page .about-page-container .detail-list li .address,
.map-container .about-page-section .about-page .about-page-container .detail-list li .location {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}
.map-container .about-page-section .about-page .about-page-container .detail-list li .main-left:active {
  background-color: white;
  color: #08372e;
}
.map-container .about-page-section .about-page .about-page-container .detail-list li .set-right:active {
  background-color: white;
  color: #08372e;
}
.map-container .about-page-section .about-page .about-page-container .detail-list li .set-right > .favorite-setting-list,
.map-container .about-page-section .about-page .about-page-container .detail-list li .set-right > .history-setting-list {
  width: 100px;
  height: 150px;
  left: -160%;
  top: 50%;
  background-color: #000;
}
.map-container .about-page-section .about-page .about-page-container .detail-list li .set-right > .favorite-setting-list div,
.map-container .about-page-section .about-page .about-page-container .detail-list li .set-right > .history-setting-list div {
  font-size: 16px;
  border-right: 1px solid rgb(96, 96, 96);
  border-bottom: 1px solid rgb(96, 96, 96);
  border-left: 1px solid rgb(96, 96, 96);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.map-container .about-page-section .about-page .about-page-container .detail-list li .set-right > .favorite-setting-list div:first-child,
.map-container .about-page-section .about-page .about-page-container .detail-list li .set-right > .history-setting-list div:first-child {
  border-top: 1px solid rgb(96, 96, 96);
}
.map-container .about-page-section .about-page .about-page-container .detail-list li .set-right > .favorite-setting-list div:active,
.map-container .about-page-section .about-page .about-page-container .detail-list li .set-right > .history-setting-list div:active {
  background-color: white;
  color: #262626;
}
.map-container .about-page-section .about-page .about-page-container .detail-list :nth-child(n+5) .set-right > .favorite-setting-list,
.map-container .about-page-section .about-page .about-page-container .detail-list :nth-child(n+5) .set-right > .history-setting-list {
  top: -150%;
}
.map-container .speed-limit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  border: 3px solid red;
  color: black;
  transform: translateY(2px);
}
.map-container .setting-icon-wrap {
  width: 30px;
  height: 30px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-container .setting-icon-wrap i {
  transform: scale(1.25);
}
.map-container .setting-icon-wrap img {
  width: 20px;
  height: 20px;
}
.map-container .clear-input-wrap {
  width: 30px;
  height: 30px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
}
.map-container .clear-input-wrap i {
  transform: scale(1.25);
}
.map-container .compass-wrap {
  width: 55px;
  height: 55px;
  top: 56%;
  right: 3%;
  z-index: 1;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(9, 74, 63, 0.8156862745);
  border-radius: 50%;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.map-container .compass-wrap-user-mode {
  width: 55px;
  height: 55px;
  top: 56%;
  right: 3%;
  z-index: 1;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(9, 74, 63, 0.8156862745);
  border-radius: 50%;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.map-container .compass-north-wrap {
  width: 55px;
  height: 55px;
  top: 76%;
  right: 3%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.map-container .compass-north-wrap img {
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
}
.map-container .compass-wrap-modes {
  width: 55px;
  height: 55px;
  top: 66%;
  right: 3%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(9, 74, 63, 0.8156862745);
  border-radius: 50%;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.map-container .modes-list-wrap {
  width: 55px;
  height: 55px;
  top: 78%;
  right: 3%;
  z-index: 1;
}
.map-container .modes-list-wrap .modes-list {
  width: 100%;
  height: 100%;
}
.map-container .modes-list-wrap .modes-list .modes {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  color: white;
  justify-content: center;
  align-items: center;
  background-color: rgba(9, 74, 63, 0.8156862745);
  border-radius: 50%;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in;
}
.map-container .modes-list-wrap .modes-list .modes.mode-active {
  display: flex;
}
.map-container .back-page-wrap {
  position: absolute;
  top: 10.5px;
  left: 15px;
  width: 39.75px;
  height: 18.75px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.map-container .back-page-wrap span {
  font-size: 13.5px;
  color: #FFFFFF;
}
.map-container .search-wrap {
  width: 90%;
  top: 15px;
  left: 50%;
  height: 50px;
  display: flex;
  justify-content: start;
  align-items: center;
  z-index: 1;
  transform: translateX(-50%);
}
.map-container .search-wrap .search-input-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}
.map-container .search-wrap .search-input-wrap input {
  width: 100%;
  color: white;
  background-color: rgba(9, 74, 63, 0.8156862745);
  padding-right: 70px;
  padding-left: 45px;
  border-radius: 50px;
  border: none;
  outline: 1px solid #dedddd;
  transition: 0.2s all ease-in;
}
.map-container .search-wrap .search-input-wrap input:focus {
  border: none;
  outline: 1px solid #ffffff;
}
.map-container .search-wrap .search-input-wrap input::placeholder {
  color: white;
}
.map-container .search-wrap .search-input-wrap .search-icon-wrap {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-container .search-wrap .search-input-wrap .search-icon-wrap i {
  transform: scale(1.25);
}
.map-container .title {
  width: 100%;
  height: 39px;
  position: absolute;
  top: 0;
  background-color: #000;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.map-container .title span {
  margin-left: 5px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.map-container .title img {
  width: 28px;
  height: 28px;
}
.map-container .route-info-list-section {
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #08372e;
  z-index: 3;
  transition: 0.3s all ease-in;
}
.map-container .route-info-list-section .route-info-close {
  top: 4%;
  left: 4%;
}
.map-container .route-info-list-section .route-info-close img {
  width: 25px;
}
.map-container .gps-marker {
  transform: scale(2);
  --rotation: -90deg;
}
.map-container .gps-marker::after {
  background-color: #1d8bf2;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.map-container .gps-marker::before {
  background-color: #1d8bf2;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  transform-origin: center center;
  clip-path: polygon(50% 50%, 100% 100%, 100% 0);
  background: radial-gradient(circle, rgba(29, 139, 242, 0.8) 0%, rgba(29, 139, 242, 0.5) 25%, rgba(29, 139, 242, 0.2) 50%, rgba(29, 139, 242, 0) 75%, rgba(29, 139, 242, 0) 100%);
  opacity: 1;
  transform: scale(3.5) rotate(var(--rotation));
}
.map-container .fake-marker::after {
  background-color: #1d8bf2;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.map-container .fake-marker::before {
  background-color: #1d8bf2;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: custom-user-locate-dot-pulse;
}
@keyframes custom-user-locate-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.75);
    opacity: 0.5;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
.map-container .start-route-section {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  background-color: rgba(9, 74, 63, 0.8156862745);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.map-container .start-route-section .start-route-disable {
  width: 40%;
  height: 36px;
  background-color: #C8C8C8;
  border-radius: 20.25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-container .start-route-section .start-route-disable span {
  font-size: 18px;
  color: #707070;
}
.map-container .start-route-section .start-route {
  width: 40%;
  height: 36px;
  background-color: #08372e;
  border-radius: 20.25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-container .start-route-section .start-route span {
  font-size: 18px;
  color: #FFFFFF;
}
.map-container .start-route-section .cancel-route-disable {
  width: 40%;
  height: 36px;
  background-color: #C8C8C8;
  border-radius: 20.25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-container .start-route-section .cancel-route-disable span {
  font-size: 18px;
  color: #707070;
}
.map-container .start-route-section .cancel-route {
  width: 40%;
  height: 36px;
  background-color: #08372e;
  border-radius: 20.25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-container .start-route-section .cancel-route span {
  font-size: 18px;
  color: #FFFFFF;
}
.map-container .alert-modal,
.map-container .confirm-modal {
  background-color: #434343;
  border-radius: 3px;
}
.map-container .alert-certain {
  width: 70px;
  height: 40px;
  border-radius: 3px;
}
.map-container .alert-certain span {
  color: rgba(187, 167, 194, 0.8156862745);
}
.map-container .alert-certain:active {
  background: #fff;
}
.map-container .alert-certain:active span {
  color: black;
}
.map-container .comfirm-cancel {
  width: 70px;
  height: 40px;
  border-radius: 3px;
}
.map-container .comfirm-cancel span {
  color: rgba(223, 223, 223, 0.8156862745);
}
.map-container .comfirm-cancel:active {
  background: #fff;
}
.map-container .comfirm-cancel:active span {
  color: black;
}
.map-container .confirm-certain {
  width: 70px;
  height: 40px;
  border-radius: 3px;
}
.map-container .confirm-certain span {
  color: rgba(187, 167, 194, 0.8156862745);
}
.map-container .confirm-certain:active {
  background: #fff;
}
.map-container .confirm-certain:active span {
  color: black;
}

#map {
  height: 100%;
  width: 100%;
  transform: translateZ(0);
  /* 尝试禁用硬件加速 */
}

.gomp-popup-content {
  background-color: rgba(9, 74, 63, 0.8156862745) !important;
  border-radius: 10px !important;
  color: white;
}
.gomp-popup-content div {
  font-size: 16px;
}
.gomp-popup-content button {
  color: white;
  background-color: #08372e;
}

.gomp-popup-tip {
  display: none !important;
}

.dropdown-wrap {
  position: absolute;
  top: 100%;
  left: -0.5px;
  background-color: rgba(9, 74, 63, 0.8156862745);
  border: 1px solid lightgray;
  border-radius: 13px;
  width: 100%;
  height: auto;
  max-height: 800%;
  overflow-y: scroll;
}
.dropdown-wrap li {
  color: white;
}
.dropdown-wrap li:active {
  color: rgba(0, 0, 158, 0.725);
  background-color: white;
}

.arrow-wrap {
  width: 60px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow-wrap i {
  transform: translateY(3px) scaleY(2.2) scaleX(3) rotate(-45deg);
}

.user-arrow-path {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(50% 15%, 80% 80%, 50% 60%, 20% 80%);
}

.select-bar {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7490196078);
  top: 0;
  left: 0;
  z-index: 2;
}
.select-bar .select-section {
  width: 100%;
  height: 426.75px;
  border-radius: 10px 10px 0 0;
  background-color: #FFFFFF;
}
.select-bar .select-section .certain-section {
  width: 100%;
  height: 42px;
  font-size: 13.5px;
}
.select-bar .select-section .certain-section .cancel {
  color: #707070;
  margin-left: 12px;
}
.select-bar .select-section .certain-section .certain {
  color: #219149;
  margin-right: 12px;
}
.select-bar .select-section .area-title-section {
  width: 100%;
  height: 30px;
  font-size: 13.5px;
  color: #707070;
}
.select-bar .select-section .area-title-section .left-span {
  margin-left: 42px;
}
.select-bar .select-section .area-title-section .right-span {
  margin-right: 133px;
}
.select-bar .select-section .area-section {
  width: 100%;
  height: 354.75px;
  display: flex;
  position: relative;
}
.select-bar .select-section .area-section .area-select {
  position: absolute;
  width: 90%;
  height: 40.5px;
  background-color: rgba(112, 112, 112, 0.2);
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 7.5px;
  transform: translateY(5px);
  transition: 0.3s ease-in;
}
.select-bar .select-section .area-section .area-left,
.select-bar .select-section .area-section .area-right {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: scroll;
}
.select-bar .select-section .area-section .area-left::-webkit-scrollbar,
.select-bar .select-section .area-section .area-right::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.select-bar .select-section .area-section .area-left-list,
.select-bar .select-section .area-section .area-right-list {
  transition: top 0.3s linear;
}
.select-bar .select-section .area-section .area-left-list {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.select-bar .select-section .area-section .area-left-list span {
  height: 40.5px;
  line-height: 40.5px;
  text-align: center;
  color: rgba(94, 103, 112, 0.5019607843);
}
.select-bar .select-section .area-section .area-right-list {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.select-bar .select-section .area-section .area-right-list span {
  height: 40.5px;
  line-height: 40.5px;
  text-align: center;
  color: rgba(94, 103, 112, 0.5019607843);
}

.route-message-top-slider {
  position: absolute;
  width: 96%;
  height: 11.5%;
  top: 2%;
  left: 2%;
  border-radius: 10px;
  z-index: 3;
}
.route-message-top-slider .route-msg-top {
  background-color: rgba(9, 74, 63, 0.8156862745);
  border-radius: 10px;
}
.route-message-top-slider .route-msg-top .route-msg-top-left {
  padding-top: 18.75px;
  padding-left: 8px;
  padding-bottom: 10px;
}
.route-message-top-slider .route-msg-top .route-msg-top-left img {
  width: 25px;
}
.route-message-top-slider .route-msg-top .route-msg-top-left span {
  color: white;
}
.route-message-top-slider .route-msg-top .route-msg-top-left .unit {
  font-size: 16px;
}
.route-message-top-slider .road-name {
  color: white;
}

.next-and-then-wrap {
  z-index: 1;
  left: 2%;
  top: 13.5%;
}
.next-and-then-wrap .next-and-then {
  background-color: #08372e;
  color: white;
}
.next-and-then-wrap .next-and-then span {
  font-size: 14px;
}

.jview-wrap {
  z-index: 1;
  left: 2%;
  top: 18.5%;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
.jview-wrap img {
  border-radius: 0 0 10px 10px;
}

.direction {
  width: 24px;
}

.route-message-bottom-slider {
  /* display: none; */
  background-color: rgba(9, 74, 63, 0.8156862745);
  color: whitesmoke;
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: -57%;
  left: 0;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  z-index: 3;
  transition: 0.3s all ease-in;
}

.speed-camera-wrap {
  z-index: 1;
  left: 3%;
  top: 50%;
  width: 60px;
  height: 200px;
  display: flex;
  flex-direction: column;
}
.speed-camera-wrap .camera.danger-status {
  background-color: rgba(248, 0, 0, 0.82);
}
.speed-camera-wrap .camera.danger-status .polygon {
  background-color: rgba(248, 0, 0, 0.82);
}
.speed-camera-wrap .camera {
  width: 100%;
  height: 20%;
  background-color: rgba(9, 74, 63, 0.8156862745);
  position: relative;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.speed-camera-wrap .camera .polygon {
  position: absolute;
  width: 55%;
  height: 5px;
  background-color: rgba(9, 74, 63, 0.8156862745);
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 100%, 0 100%);
}
.speed-camera-wrap .camera .camera-speed-limit {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid red;
  outline: 1px solid white;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.speed-camera-wrap .camera .camera-speed-limit span {
  color: black;
}
.speed-camera-wrap .speed-camera-distance-wrap {
  width: 100%;
  height: 35%;
  background-color: rgba(9, 74, 63, 0.8156862745);
  border: 1px solid #08372e;
  border-radius: 3px;
}
.speed-camera-wrap .speed-camera-distance-wrap .camera-title {
  width: 100%;
  height: 50%;
}
.speed-camera-wrap .speed-camera-distance-wrap .camera-title i {
  font-size: 12px;
}
.speed-camera-wrap .speed-camera-distance-wrap .camera-title span {
  font-size: 12px;
  color: white;
}
.speed-camera-wrap .speed-camera-distance-wrap .camera-distance {
  width: 100%;
  height: 50%;
}
.speed-camera-wrap .speed-camera-distance-wrap .camera-distance span {
  color: white;
}
.speed-camera-wrap .speed-camera-duration-wrap {
  width: 100%;
  height: 80%;
  background-color: rgba(9, 74, 63, 0.8156862745);
  border: 1px solid #08372e;
  border-radius: 3px;
}
.speed-camera-wrap .speed-camera-duration-wrap .camera-duration-time {
  width: 100%;
  height: 33%;
}
.speed-camera-wrap .speed-camera-duration-wrap .camera-duration-time i {
  font-size: 16px;
}
.speed-camera-wrap .speed-camera-duration-wrap .camera-duration-time span {
  color: white;
  font-size: 16px;
}
.speed-camera-wrap .speed-camera-duration-wrap .camera-duration-dist {
  width: 100%;
  height: 34%;
}
.speed-camera-wrap .speed-camera-duration-wrap .camera-duration-dist i {
  font-size: 16px;
}
.speed-camera-wrap .speed-camera-duration-wrap .camera-duration-dist span {
  color: white;
  font-size: 16px;
}
.speed-camera-wrap .speed-camera-duration-wrap .camera-duration-speed {
  width: 100%;
  height: 33%;
}
.speed-camera-wrap .speed-camera-duration-wrap .camera-duration-speed i {
  font-size: 16px;
}
.speed-camera-wrap .speed-camera-duration-wrap .camera-duration-speed span {
  color: white;
  font-size: 16px;
}
.speed-camera-wrap .speed-camera-duration-wrap .camera-duration-speed .camera-speed-unit::after {
  content: "km/h";
  padding-left: 2px;
  font-size: 12px;
  color: white;
}

.slider-btn {
  width: 40px;
  height: 3px;
  border-radius: 5px;
  background-color: #e0e0e0;
}

.end-list-wrap {
  width: 180px;
  height: 100px;
  bottom: 50px;
  right: 0px;
  border-radius: 10px;
  color: white;
  background-color: rgba(9, 74, 63, 0.8156862745);
}
.end-list-wrap .end-route {
  border-radius: 10px 10px 0 0;
}
.end-list-wrap .end-route:active {
  background-color: #eaeaea;
  color: rgba(9, 74, 63, 0.8156862745);
}
.end-list-wrap .route-list {
  border-radius: 0 0 10px 10px;
}
.end-list-wrap .route-list:active {
  background-color: #eaeaea;
  color: rgba(9, 74, 63, 0.8156862745);
}

.end-route-img-wrap {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.route-list-icon-wrap {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.route-list-icon-wrap i {
  font-size: 20px;
}

.route-list-info-wrap {
  width: 100%;
  background-color: transparent;
}
.route-list-info-wrap .route-list-info li {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  list-style: none;
}

.end-route {
  width: 40px;
  height: 40px;
  bottom: 2px;
  border-radius: 50%;
  right: 5px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #08372e;
}

#now-road {
  width: 180px;
  /* 設置合適的寬度 */
  white-space: nowrap;
  /* 不換行 */
  overflow: hidden;
  /* 超出部分隱藏 */
  text-overflow: ellipsis;
  /* 顯示省略號 */
}

.user-dropdown-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(9, 74, 63, 0.8156862745);
  border: 1px solid lightgray;
  border-radius: 13px;
  width: 85%;
  height: auto;
  /* max-height: 200px; */
  overflow-y: hidden;
}
.user-dropdown-wrap li {
  color: white;
}
.user-dropdown-wrap li:active {
  color: rgba(0, 0, 158, 0.725);
  background-color: white;
}

.gomp-popup-close-button {
  border: 3px solid #fff !important;
  font-size: 30px !important;
  font-weight: unset !important;
  height: 1.3em !important;
  line-height: calc(1em - 5px) !important;
  right: -0.65em !important;
  top: -0.65em !important;
  transition: none !important;
  width: 1.3em !important;
}/*# sourceMappingURL=map8papago.css.map */