@charset "UTF-8";
/* 引入字体包 */
@font-face {
  font-family: "MiSans";
  src: url("../fonts/font_115436_snycwzgd34.woff2");
}
* {
  margin: 0;
  padding: 0;
  font-size: 0;
}

body {
  font-family: "MiSans";
  background: #fff;
  min-width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 780px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 780px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
}
.link-navbar {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 28px;
  height: 78px;
  background: #0084f4;
}
.link-navbar .logo {
  text-align: left;
  margin-right: 48px;
}
.link-navbar .logo img {
  width: 210px;
  max-width: 100%;
}
.link-navbar .to-customer {
  margin-right: 33px;
}
.link-navbar .to-customer a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.link-navbar .to-customer a:hover {
  color: #000;
}
.link-navbar .title {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 780px) {
  .link-navbar {
    display: none;
  }
}

.link-navbar-mb {
  width: 100%;
  display: none;
  box-sizing: border-box;
  background: #0084f4;
  position: relative;
  z-index: 10;
}
.link-navbar-mb .logo {
  width: 100%;
  height: 1rem;
  text-align: left;
  box-sizing: border-box;
  padding-left: 0.2rem;
  display: flex;
  align-items: center;
}
.link-navbar-mb .logo .title {
  color: #fff;
  font-size: 24px;
  
}
.link-navbar-mb .logo img {
  width: 3.3rem;
}
.link-navbar-mb .link-navbar-open,
.link-navbar-mb .link-navbar-close {
  width: 1rem;
  height: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.link-navbar-mb .link-navbar-open img,
.link-navbar-mb .link-navbar-close img {
  width: 0.6rem;
}
.link-navbar-mb .link-navbar-close {
  display: none;
}
.link-navbar-mb .link-navbar-list {
  width: 100%;
  position: absolute;
  top: 1rem;
  left: 0;
  background: #0084f4;
  height: 0;
  overflow: hidden;
  transition: 0.6s;
}
.link-navbar-mb .link-navbar-list-item {
  padding-left: 0.3rem;
  margin: 0.1rem 0;
}
.link-navbar-mb .link-navbar-list a {
  color: #fff;
  font-size: 0.28rem;
  text-decoration: none;
}
.link-navbar-mb .link-navbar-list.active {
  height: 1.2rem;
}

@media (max-width: 780px) {
  .link-navbar-mb {
    display: block;
  }
}
.content {
  width: 100%;
  height: calc(100vh - 78px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #f1f3fa;
}
.content-left {
  width: calc(100% - 330px);
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 28px;
}
.content-left .result-tab {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 18px;
  box-sizing: border-box;
  border-bottom: 1px solid #c4c4c4;
}
.content-left .result-tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  margin-right: 12px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  top: 2px;
}
.content-left .result-tab-item-icon {
  width: 30px;
  margin-right: 4px;
}
.content-left .result-tab-item-icon img {
  width: 100%;
}
.content-left .result-tab-item-text {
  font-size: 16px;
  color: rgb(27, 27, 27);
}
.content-left .result-tab-item.active {
  border-bottom: 2px solid #0084f4;
}
.content-left .result-tab-item.active .result-tab-item-text {
  color: #0084f4;
}
.content-left .result-tab-item.logo img {
  width: 120px;
}
.content-left .result-content {
  width: 100%;
}
.content-left .result-content-nodata {
  width: 100%;
  height: 100%;
  display: none;
}
.content-left .result-content-nodata-icon {
  width: 100%;
  text-align: center;
}
.content-left .result-content-nodata-icon img {
  width: 120px;
  margin-top: 48px;
}
.content-left .result-content-nodata-text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #919191;
  margin-top: 16px;
}
.content-left .result-content-data {
  width: 100%;
  margin-bottom: 18px;
  display: none;
}
.content-left .result-content-data-item {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.content-left .result-content-data-item-header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content-left .result-content-data-item-header .tcgj-ps {
  max-width: 300px;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}
.content-left .result-content-data-item-header .tcgj-ps-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.content-left .result-content-data-item-header .tcgj-ps-icon img {
  width: 100%;
}
.content-left .result-content-data-item-header .tcgj-ps-text {
  font-size: 12px;
  line-height: 20px;
}
.content-left .result-content-data-item-header .tcgj-ps-text-status, .content-left .result-content-data-item-header .tcgj-ps-text-number {
  max-width: 191px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-left .result-content-data-item-header .tcgj-transit {
  max-width: 340px;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-left .result-content-data-item-header .tcgj-transit-start, .content-left .result-content-data-item-header .tcgj-transit-end {
  display: block;
  overflow: hidden;
  line-height: 20px;
  color: #212121;
  text-overflow: ellipsis;
  font-size: 14px;
}
.content-left .result-content-data-item-header .tcgj-transit-icon {
  width: 28px;
  margin: 0 12px;
}
.content-left .result-content-data-item-header .tcgj-transit-icon img {
  width: 100%;
}
.content-left .result-content-data-item-header .tcgj-event {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.content-left .result-content-data-item-header .tcgj-event-time {
  display: block;
  overflow: hidden;
  line-height: 20px;
  color: #212121;
  text-overflow: ellipsis;
  font-size: 14px;
  flex: 1;
}
.content-left .result-content-data-item-header .tcgj-event-contro {
  line-height: 20px;
  color: #0084f4;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
}
.content-left .result-content-data-item .tracklist-details {
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
  border-top: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.content-left .result-content-data-item .tracklist-details-first {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.content-left .result-content-data-item .tracklist-details-first-icon {
  width: 12px;
  position: relative;
}
.content-left .result-content-data-item .tracklist-details-first-icon img {
  width: 12px;
}
.content-left .result-content-data-item .tracklist-details-first-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin-left: 12px;
}
.content-left .result-content-data-item .tracklist-details-first-text-time {
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
}
.content-left .result-content-data-item .tracklist-details-first-text-track {
  font-size: 14px;
  line-height: 20px;
  margin-right: 12px;
}
.content-left .result-content-data-item .tracklist-details-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.content-left .result-content-data-item .tracklist-details-item-icon {
  width: 12px;
  position: relative;
}
.content-left .result-content-data-item .tracklist-details-item-icon img {
  width: 12px;
}
.content-left .result-content-data-item .tracklist-details-item-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: rgb(153, 153, 153);
  line-height: 20px;
  margin-left: 12px;
}
.content-left .result-content-data-item .tracklist-details-item-text-time {
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
}
.content-left .result-content-data-item .tracklist-details-item-text-track {
  font-size: 14px;
  line-height: 20px;
  margin-right: 12px;
}
.content-left .result-content-data-item .tracklist-details.active {
  height: auto;
}
.content-right {
  width: 330px;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 10px;
}
.content-right #track-number {
  width: 100%;
  height: 310px;
  border: 2px solid #0084f4;
  outline: 0;
  border-radius: 12px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px;
  font-family: "MiSans";
  resize: none;
}
.content-right-tip {
  width: 100%;
  font-size: 12px;
  color: #686868;
  margin-top: 12px;
  letter-spacing: wrap;
  word-wrap: wrap;
  word-break: break-all;
  line-height: 20px;
}
.content-right-button {
  width: 100%;
  height: 32px;
  color: #fff;
  background: #0084f4;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 12px;
  cursor: pointer;
}
.content-right .bottom {
  display: none;
}

@media (max-width: 780px) {
  .content {
    width: 100%;
    height: calc(100vh - 1rem);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #f1f3fa;
  }
  .content-left {
    width: 100%;
    height: calc(100vh - 1rem);
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 0.28rem;
    padding-bottom: 0.8rem;
  }
  .content-left .result-tab {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0.18rem;
    box-sizing: border-box;
    border-bottom: 1px solid #c4c4c4;
  }
  .content-left .result-tab-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.08rem 0.12rem;
    margin-right: 0.12rem;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    top: 0.02rem;
  }
  .content-left .result-tab-item-icon {
    width: 0.6rem;
    margin-right: 0.08rem;
  }
  .content-left .result-tab-item-icon img {
    width: 100%;
  }
  .content-left .result-tab-item-text {
    font-size: 0.32rem;
    color: rgb(27, 27, 27);
  }
  .content-left .result-tab-item.active {
    border-bottom: 2px solid #0084f4;
  }
  .content-left .result-tab-item.active .result-tab-item-text {
    color: #0084f4;
  }
  .content-left .result-content {
    width: 100%;
  }
  .content-left .result-content-nodata {
    width: 100%;
    height: 100%;
    display: none;
  }
  .content-left .result-content-nodata-icon {
    width: 100%;
    text-align: center;
  }
  .content-left .result-content-nodata-icon img {
    width: 2.1rem;
    margin-top: 0.96rem;
  }
  .content-left .result-content-nodata-text {
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #919191;
    margin-top: 0.32rem;
  }
  .content-left .result-content-data {
    width: 100%;
    margin-bottom: 0.18rem;
    display: none;
  }
  .content-left .result-content-data-item {
    width: 100%;
    position: relative;
    margin-bottom: 0.1rem;
    background: #fff;
    border: 1px solid #e0e0e0;
  }
  .content-left .result-content-data-item-header {
    width: 100%;
    height: auto;
    display: block;
    justify-content: flex-start;
    align-items: center;
  }
  .content-left .result-content-data-item-header .tcgj-ps {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
  }
  .content-left .result-content-data-item-header .tcgj-ps-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
  }
  .content-left .result-content-data-item-header .tcgj-ps-icon img {
    width: 100%;
  }
  .content-left .result-content-data-item-header .tcgj-ps-text {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .content-left .result-content-data-item-header .tcgj-ps-text-status, .content-left .result-content-data-item-header .tcgj-ps-text-number {
    max-width: 100%;
    overflow: hidden;
    font-size: 0.24rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content-left .result-content-data-item-header .tcgj-transit {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
  }
  .content-left .result-content-data-item-header .tcgj-transit-start, .content-left .result-content-data-item-header .tcgj-transit-end {
    display: block;
    overflow: hidden;
    line-height: 0.4rem;
    color: #212121;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.28rem;
  }
  .content-left .result-content-data-item-header .tcgj-transit-icon {
    width: 0.46rem;
    margin: 0 0.24rem;
  }
  .content-left .result-content-data-item-header .tcgj-transit-icon img {
    width: 100%;
  }
  .content-left .result-content-data-item-header .tcgj-event {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0.2rem;
  }
  .content-left .result-content-data-item-header .tcgj-event-time {
    display: block;
    overflow: hidden;
    line-height: 0.4rem;
    color: #212121;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.28rem;
  }
  .content-left .result-content-data-item-header .tcgj-event-contro {
    line-height: 0.4rem;
    color: #0084f4;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.28rem;
    cursor: pointer;
  }
  .content-left .result-content-data-item .tracklist-details {
    width: 100%;
    overflow: hidden;
    height: 0;
    transition: 0.3s;
    border-top: 1px solid #e0e0e0;
    box-sizing: border-box;
  }
  .content-left .result-content-data-item .tracklist-details-first {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0.2rem;
  }
  .content-left .result-content-data-item .tracklist-details-first-icon {
    width: 0.24rem;
    position: relative;
  }
  .content-left .result-content-data-item .tracklist-details-first-icon img {
    width: 0.24rem;
  }
  .content-left .result-content-data-item .tracklist-details-first-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.28rem;
    color: #000;
    line-height: 0.4rem;
    margin-left: 0.24rem;
  }
  .content-left .result-content-data-item .tracklist-details-first-text-time {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .content-left .result-content-data-item .tracklist-details-first-text-track {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-right: 0.24rem;
  }
  .content-left .result-content-data-item .tracklist-details-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0.2rem;
  }
  .content-left .result-content-data-item .tracklist-details-item-icon {
    width: 0.24rem;
    position: relative;
  }
  .content-left .result-content-data-item .tracklist-details-item-icon img {
    width: 0.24rem;
  }
  .content-left .result-content-data-item .tracklist-details-item-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.28rem;
    color: rgb(153, 153, 153);
    line-height: 0.4rem;
    margin-left: 0.24rem;
  }
  .content-left .result-content-data-item .tracklist-details-item-text-time {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .content-left .result-content-data-item .tracklist-details-item-text-track {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-right: 0.24rem;
  }
  .content-left .result-content-data-item .tracklist-details.active {
    height: auto;
  }
  .content-right {
    width: 100%;
    height: 5rem;
    background: #fff;
    overflow-y: auto;
    box-shadow: 0 -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0.2rem;
    position: fixed;
    bottom: -5rem;
    left: 0;
    transition: 0.6s;
    z-index: 9;
  }
  .content-right #track-number {
    width: 100%;
    height: 2rem;
    border: 2px solid #0084f4;
    outline: 0;
    border-radius: 0.24rem;
    font-size: 0.28rem;
    box-sizing: border-box;
    padding: 0.2rem;
    font-family: "MiSans";
    resize: none;
  }
  .content-right-tip {
    width: 100%;
    font-size: 0.24rem;
    color: #686868;
    margin-top: 0.24rem;
    letter-spacing: wrap;
    word-wrap: wrap;
    word-break: break-all;
    line-height: 0.4rem;
  }
  .content-right-button {
    width: 100%;
    height: 0.64rem;
    color: #fff;
    background: #0084f4;
    border-radius: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.32rem;
    margin: 0 auto;
    margin-top: 0.24rem;
    cursor: pointer;
  }
  .content-right .bottom {
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-top: 0.2rem;
  }
  .content-right .bottom img {
    width: 0.6rem;
  }
  .content-right.active {
    bottom: 0;
  }
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

@media (max-width: 780px) {
  /* 设置滚动条的样式 */
  ::-webkit-scrollbar {
    width: 0.08rem;
    height: 0.12rem;
  }
  /* 滚动槽 */
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 0.2rem;
  }
  /* 滚动条滑块 */
  ::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
  }
}
.top {
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 -0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 0.2rem;
  cursor: pointer;
}
.top img {
  width: 0.6rem;
}

@media (min-width: 780px) {
  .top {
    display: none !important;
  }
}

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