.cm-flex, .cm-flex-wrap, .cm-flex-column, .cm-flex-content-center, .cm-flex-between, .cm-flex-between-center, .cm-flex-center {
  display: flex;
}

.cm-flex-center, .cm-flex-content-center, .cm-flex-between-center {
  align-items: center;
}

.cm-flex-between, .cm-flex-between-center {
  justify-content: space-between;
}

.cm-flex-content-center {
  justify-content: center;
}

.cm-flex-column {
  flex-direction: column;
}

.cm-flex-wrap {
  flex-wrap: wrap;
}

.cm-flex-1 {
  flex: 1;
}

.track .track-list > img {
  width: 80%;
  margin: 12px 0 0 10%;
}
.track .track-list .list-item {
  margin-bottom: 18px;
  background: #fff;
  border-bottom: 1px dotted #001a31;
  padding: 14px 20px 20px;
}
.track .track-list .track-item {
  width: 100%;
  display: flex;
  color: #000;
}
.track .track-list .track-item .hui {
  color: #a2a2a3;
}
.track .track-list .track-item .item-left {
  flex: 1;
}
.track .track-list .track-item .item-left .l1 {
  font-size: 20px;
  line-height: 36px;
  display: flex;
  flex-direction: column;
}
.track .track-list .track-item .item-left .l1 .f16 {
  font-size: 16px;
}
.track .track-list .track-item .item-left .l1 > p {
  margin: 0;
}
.track .track-list .track-item .item-left .l1 .fba {
  display: inline-flex;
  font-size: 14px;
  padding: 4px;
  line-height: 20px;
  flex-wrap: wrap;
  border-radius: 4px;
  margin-bottom: 4px;
}
.track .track-list .track-item .item-left .l2 {
  display: flex;
  align-items: center;
}
.track .track-list .track-item .item-left .l2 span {
  font-size: 20px;
}
.track .track-list .track-item .item-left .l2 .arrow {
  width: 70px;
  border-bottom: 3px solid #ddd;
  margin: 0 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.track .track-list .track-item .item-left .l2 .arrow .jiao {
  position: absolute;
  width: 20px;
  height: 3px;
  background: #ddd;
  transform: rotate(45deg);
  bottom: 2px;
  right: -4px;
}
.track .track-list .track-item .item-left .l3 {
  line-height: 30px;
}
.track .track-list .track-item .item-right {
  margin-top: 24px;
  width: 400px;
  height: 90px;
  display: flex;
}
.track .track-list .track-item .item-right .time {
  border-right: 1px solid #ddd;
  text-align: right;
  padding-right: 30px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.track .track-list .track-item .item-right .time p {
  font-size: 18px;
  font-weight: bold;
}
.track .track-list .track-item .item-right .action {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.track .track-list .track-item .item-right .action .el-icon {
  transition: all;
}
.track .track-list .track-item .item-right .action .open {
  transform: rotate(90deg);
}
.track .track-list .map-logistics {
  width: 100%;
  height: auto;
  max-height: 600px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-top: 8px;
  box-sizing: border-box;
  overflow-y: auto;
}
.track .track-list .map-logistics .map {
  border-radius: 8px;
  width: 650px;
  height: 380px;
  background: #a2a2a3;
}
.track .track-list .map-logistics .logistics {
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 8px;
  width: calc(50% - 12px);
  height: 380px;
  overflow-y: auto;
  padding: 0 24px;
  padding-bottom: 0;
}
.track .track-list .map-logistics .logistics + .logistics {
  margin-left: 12px;
}
.track .track-list .map-logistics .logistics ::v-deep(.ant-tabs-tab) {
  font-size: 16px;
}
.track .track-list .map-logistics .logistics .item {
  padding-left: 4px;
}
.track .track-list .map-logistics .logistics .item .black {
  color: #000;
}
.track .track-list .map-logistics .logistics .item .strong {
  font-weight: bold;
  font-size: 16px;
  padding-right: 24px;
}
.track .track-list .map-logistics .logistics .item .title {
  display: flex;
  justify-content: space-between;
}
.track .track-list .map-logistics .logistics .item .title span {
  flex: 1;
}
.track .track-list .map-logistics .logistics .item .desc {
  padding-top: 4px;
}

.tlist {
  width: 100%;
  height: auto;
}
.tlist .tlist-item {
  border-bottom: 1px solid #eee;
  display: flex;
  padding: 12px;
}
.tlist .tlist-item p {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.tlist .tlist-item .remark {
  line-height: 2em;
}
.tlist .tlist-item .titem-left {
  flex: 1;
}
.tlist .tlist-item .titem-right {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.tlist .tlist-item .lhover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
}
.tlist .tlist-item .lhover:hover {
  background: #efefef;
}

.el-collapse {
  border-bottom: 0;
  border: 1px solid #eee;
  padding: 0 12px;
  border-radius: 4px;
}

.el-collapse-item__header {
  font-size: 16px;
}

.el-collapse-item__arrow {
  margin: 0 8px 0;
}

/*# sourceMappingURL=track.css.map */
