.loading-container{
  /* position: relative; */
}

.loading-need-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.i-loading {
  position: fixed;
  left: 287px;
  top: 500px;
  z-index: 9999;
}

.loading-box {
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  width: 175px;
  height: 175px;
  background-color: rgba(0, 0, 0, 0.8);
}

.trip-loading {
  background-color: rgba(0, 0, 0, .2);
}

.loading-trip-image {
  height: 75px;
  width: 75px;
}

.loading-text {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  margin-top: 8px;
  text-overflow: ellipsis;
  width: 140px;
  text-align: center;
}
