@charset "UTF-8";
body {
  background-color: #003578;
}

.coordinate-bar {
  position: fixed;
  left: 40px;
  bottom: 30px;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  width: 100px;
  line-height: 24px;
  text-align: right;
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.search-bar {
  /* position:fixed;
   left:30px;
   top:30px;
   padding:10px;*/
  width: 450px;
  height: auto;
  border: 1px solid #75b9ff;
  box-shadow: 0 0 2px rgba(117, 185, 255, 0.4), 0 0 4px #75b9ff, 0 0 8px #75b9ff;
  border-radius: 10px;
  overflow: hidden;
}
.search-bar .form-control {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  /* 支持旧版浏览器的伪类选择器 */
}
.search-bar .form-control::placeholder {
  color: #fff; /* 设置 placeholder 文本的颜色 */
  opacity: 0.6;
  font-size: 14px;
}
.search-bar .form-control:-webkit-input-placeholder { /* WebKit 浏览器 */
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
}
.search-bar .search-btn {
  display: none;
  background-color: #3366FF;
  padding: 0 20px;
  height: 40px;
  color: #fff;
  border-radius: 0 10px 10px 0;
}

.ship-info-box {
  width: 450px;
  background-color: #fff;
  position: fixed;
  right: 30px;
  top: 110px;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.ship-info-box .info-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #3366FF;
  color: #fff;
  font-size: 14px;
}
.ship-info-box .info-head .close-btn {
  font-family: "global-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.ship-info-box .info-head .close-btn:before {
  content: "\e724";
}
.ship-info-box .item {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ship-info-box .item .label {
  color: #999;
  width: 60px;
  flex: none;
  text-align: right;
  margin-right: 5px;
}
.ship-info-box .item .value {
  flex: auto;
  min-width: 0;
  color: #333;
}
.ship-info-box .info-foot {
  padding: 0 10px 20px;
}
.ship-info-box .info-foot .line-btn {
  background-color: #3366FF;
  padding: 0 20px;
  height: 40px;
  color: #fff;
  border-radius: 0 10px 10px 0;
}

.ship-popup {
  width: 450px !important;
  top: 65px !important;
  padding: 10px;
  background-color: #fff;
  z-index: 1;
  border: none !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.ship-popup .ship-item {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ship-popup .ship-item .icon {
  flex: none;
  margin-right: 10px;
  font-size: 24px;
  color: #999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ship-popup .ship-item .desc {
  display: flex;
  font-size: 12px;
  color: #999;
}
.ship-popup .ship-item .desc .item {
  margin-right: 10px;
}
.ship-popup .ship-item .desc .item:last-child {
  margin-right: 0;
}

.ship-list-box {
  width: 300px !important;
  left: 30px !important;
  top: 30px !important;
  padding: 10px;
  background-color: #fff;
  z-index: 1;
  border: none !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
}
.ship-list-box .ship-item {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ship-list-box .ship-item .icon {
  flex: none;
  margin-right: 10px;
  font-size: 24px;
  color: #999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ship-list-box .ship-item .desc {
  display: flex;
  font-size: 12px;
  color: #999;
}
.ship-list-box .ship-item .desc .item {
  margin-right: 10px;
}
.ship-list-box .ship-item .desc .item:last-child {
  margin-right: 0;
}
.ship-list-box .ship-item:hover {
  cursor: pointer;
  background-color: #3366FF;
  color: #fff;
}
.ship-list-box .ship-item:hover .icon, .ship-list-box .ship-item:hover .desc {
  color: #fff;
}

.chart-box {
  position: fixed;
  width: 450px !important;
  right: 30px !important;
  top: 410px;
  z-index: 1;
}
.chart-box .line-chart {
  width: 100%;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.chart-box .line-chart .chart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #3366FF;
  color: #fff;
  font-size: 14px;
}
.chart-box .line-chart .chart-head .sub-title {
  font-size: 12px;
}
.chart-box .line-chart .chart-head .close-btn {
  font-family: "global-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.chart-box .line-chart .chart-head .close-btn:before {
  content: "\e724";
}

.marker-item {
  width: 100px;
  height: 32px;
  position: relative;
}
.marker-item .icon {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border: 2px solid #3366FF;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}
.marker-item .time {
  width: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  color: #333;
  font-size: 12px;
  padding: 2px 5px;
  position: absolute;
  left: 60px;
  transform: rotate(-5deg);
  border: 1px solid #3366FF;
  top: 5px;
  z-index: 0;
}
.marker-item .content {
  display: none;
  z-index: 9;
}
.marker-item .content .item {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
}
.marker-item .content .item .label {
  flex: none;
}
.marker-item .content .item .value {
  flex: auto;
  min-width: 0;
}
.marker-item:hover .icon {
  background-color: #f60;
}
.marker-item:hover .content {
  width: 200px;
  display: block;
  position: absolute;
  background-color: #142630;
  left: 50%;
  top: 40px;
  padding: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.marker-item.active .icon {
  background-color: #fff;
  border-color: #f60;
  width: 14px;
  height: 14px;
}
.marker-item.train-item .time, .marker-item.truck-item .time {
  transform: rotate(0);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marker-item.ship-item .icon {
  width: 30px;
  height: 30px;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/static/home/images/ship.png");
  background-color: transparent;
}
.marker-item.ship-item .time {
  transform: rotate(0);
  left: 65px;
  top: 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marker-item.ship-item:hover .icon {
  background-color: transparent;
}
.marker-item.ship-item:hover .time {
  background-color: #3366FF;
  color: #fff;
}
.marker-item.ship-item:hover .content {
  top: 45px;
  left: 65px;
}

.screen-map-container {
  width: 100%;
  height: 0;
  padding-bottom: 42.81%;
  background-color: #003578;
  margin: 0 auto;
  position: relative;
  background-image: url("/static/home/images/screen_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.screen-map-container .map-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 1.5% 1.5%;
}
.screen-map-container .map-content .map-header {
  height: 15%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.screen-map-container .map-content .map-header .title {
  padding: 0 20px 10px;
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.screen-map-container .map-content .map-header .title:after {
  content: "";
  width: 140%;
  height: 4px;
  background-image: linear-gradient(to right, rgba(139, 171, 229, 0) 0%, #8babe5 30%, #8babe5 70%, rgba(139, 171, 229, 0) 100%);
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.screen-map-container .map-content .map-header .btn-group {
  height: 50px;
  border: 2px solid #0054ee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.screen-map-container .map-content .map-header .btn-group .item {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 30px;
  background-color: #0054ee;
  cursor: pointer;
  border-right: 1px solid rgba(117, 185, 255, 0.6);
}
.screen-map-container .map-content .map-header .btn-group .item:last-child {
  border-right: none;
}
.screen-map-container .map-content .map-header .btn-group .item .icon {
  width: 20px;
  height: 20px;
  flex: none;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/static/home/images/ship_icon.png");
}
.screen-map-container .map-content .map-header .btn-group .item .text {
  font-size: 18px;
  color: #fff;
}
.screen-map-container .map-content .map-header .btn-group .item.active {
  background-color: transparent;
}
.screen-map-container .map-content .map-header .btn-group .item:nth-child(2) .icon {
  background-image: url("/static/home/images/train_icon.png");
}
.screen-map-container .map-content .map-header .btn-group .item:nth-child(3) .icon {
  background-image: url("/static/home/images/truck_icon.png");
}
.screen-map-container .map-content .map-iframe-box {
  width: 100%;
  height: 85%;
  border: 1px solid #75b9ff;
  box-shadow: 0 0 2px #02aeff, 0 0 4px #75b9ff, 0 0 8px #75b9ff;
  position: relative;
  background-color: #003578;
}
.screen-map-container .map-content .map-iframe-box .corner {
  width: 17.4%;
  position: absolute;
  top: 8px;
  left: -5px;
  transform: translateY(-100%);
}
.screen-map-container .map-content .map-iframe-box .corner img {
  width: 100%;
}
.screen-map-container .map-content .map-iframe-box .map-iframe-item {
  width: 100%;
  height: 100%;
  display: none;
}
.screen-map-container .map-content .map-iframe-box .map-iframe-item iframe {
  width: 100%;
  height: 100%;
}

.map-page {
  background-color: #003578;
  padding: 0 20px 20px;
  width: 100%;
  height: 100%;
}
.map-page .map-header {
  height: 80px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map-page .map-header .title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.map-page .map-header .title .blue {
  color: #4bdee9;
}
.map-page .map-header .title .sub-title {
  font-size: 18px;
  font-weight: 500;
}
.map-page .amap-container {
  width: 100%;
  height: calc(100% - 80px);
  position: relative;
  z-index: 0;
}
.map-page .amap-container .amap-marker-label {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  width: 100px;
  font-size: 12px;
  border: 1px solid #3366FF;
}
.map-page .amap-container .marker-icon {
  width: 15px;
  height: 15px;
  border: 3px solid #3366FF;
  background-color: #fff;
  border-radius: 100%;
}

/*# sourceMappingURL=ship-map.css.map */
