#track-container {
  position: relative;
}
.el-button.is-loading:before {
  background-color: transparent;
}
.track-top {
  position: relative;
  overflow: auto;
  padding-bottom: 3.125rem;
}
.track-top__bg {
  position: absolute;
  border-radius: 0 0 15.625rem 15.625rem;
  height: 49.3125rem;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.track-top__title,
.track-top__subtitle {
  height: 4.0625rem;
  font-size: 2.875rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 4.0625rem;
  text-align: center;
  margin-top: 12.25rem;
}
.track-top__subtitle {
  height: 2.3125rem;
  font-size: 1.625rem;
  line-height: 2.3125rem;
  margin-top: 1.125rem;
}
.track-top__search {
  width: 47.5rem;
  margin: 0 auto;
  margin-top: 3.125rem;
}
.search-form {
  width: 100%;
  border-radius: 1rem;
}

.track-top__search .el-select .el-input {
  width: 9.375rem;
  position: relative;
}
.track-top__search .el-select .el-input::after {
  content: " ";
  position: absolute;
  right: 0;
  z-index: 99;
  width: 0.0625rem;
  height: 1.75rem;
  background-color: #dededc;
  top: 1rem;
}
.track-top__search .el-input.el-input--suffix .el-input__inner {
  padding: 1.875rem;
}
.track-top__search .input-with-select .el-input-group__prepend {
  background-color: #fff;
  border-radius: 1rem 0 0 1rem;
  border: 0;
}
.track-top__search .input-with-select .el-input-group__append {
  border-radius: 0 1rem 1rem 0;
  border: 0;
  width: 7.5rem;
  background: linear-gradient(194deg, #cc140e 0%, #cc140e 25%, #f6c310 100%);
  color: #ffffff;
  font-size: 1.375rem;
  padding: 0;
  text-align: center;
  transition: all 0.5s;
}
.track-top__search .input-with-select .el-input-group__append:hover {
  background: linear-gradient(204deg, #cc140e 0%, #f6c310 100%);
}
.track-top__search .el-input__inner {
  height: 3.75rem;
  line-height: 3.75rem;
  border: 0;
  color: #1c1d1e !important;
}
.search-history {
  display: flex;
}
.search-history__label,
.search-history__item {
  height: 1.625rem;
  font-size: 1rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.625rem;
  margin-top: 1.125rem;
}

.search-history__label {
  flex: 0 0 5rem;
  margin-right: 1.25rem;
}

.search-history__wrap {
  display: flex;
  flex-wrap: wrap;
  flex: auto;
}
.search-history__item {
  padding-left: 0.875rem;
  padding-right: 0.3125rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 13px;
  margin-right: 1.875rem;
  cursor: pointer;
}
.search-history__item-close {
  background: url("/res/assets/images/track/round_close_fill.png") no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 0.5rem;
  background-size: 100%;
  cursor: pointer;
  margin-left: 0.5rem;
}
.search-result {
  background-color: #ffffff;
  margin-top: 0.625rem;
  border-radius: 1rem;
  font-size: 1rem;
  box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 0, 0, 0.1);
}

.search-result__wrap {
  scrollbar-width: none;
}
.search-result::-webkit-scrollbar,
.search-result__wrap::-webkit-scrollbar {
  width: 0;
}
.search-result__empty {
  text-align: center;
  height: 16.25rem;
}
.search-result__empty img {
  height: 8.125rem;
  width: auto;
  margin-top: 2.875rem;
}
.search-result__empty div {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: #1c1d1e;
  line-height: 1.3125rem;
}
.search-result__wrap {
  padding: 0.625rem 2.375rem;
  padding-right: 8rem;
  max-height: 30rem;
  overflow: auto;
}
.search-result__item {
  border-left: 1px dashed #979797;
  position: relative;
  padding-bottom: 1.5625rem;
  color: #1c1d1e;
}
.search-result__item:last-child {
  border-left: 0;
}
.search-result__item .icon-status {
  position: absolute;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-color: transparent;
  background-size: 100%;
  z-index: 9;
  border-radius: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -1rem;
  top: -0.125rem;
}
.search-result__item .icon-status .icon-status__img {
  background-size: 100%;
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
}
.o-status-11 {
  background: url("/res/assets/images/track/ostatus/11.png") no-repeat center;
}
.o-status-10 {
  background: url("/res/assets/images/track/ostatus/10.png") no-repeat center;
}
.o-status-9 {
  background: url("/res/assets/images/track/ostatus/09.png") no-repeat center;
}
.o-status-8 {
  background: url("/res/assets/images/track/ostatus/08.png") no-repeat center;
}
.o-status-7 {
  background: url("/res/assets/images/track/ostatus/07.png") no-repeat center;
}
.o-status-6 {
  background: url("/res/assets/images/track/ostatus/06.png") no-repeat center;
}
.o-status-5 {
  background: url("/res/assets/images/track/ostatus/05.png") no-repeat center;
}
.o-status-4 {
  background: url("/res/assets/images/track/ostatus/04.png") no-repeat center;
}
.o-status-3 {
  background: url("/res/assets/images/track/ostatus/03.png") no-repeat center;
}
.o-status-2 {
  background: url("/res/assets/images/track/ostatus/02.png") no-repeat center;
}
.o-status-1 {
  background: url("/res/assets/images/track/ostatus/01.png") no-repeat center;
}
.o-status-0 {
  background: url("/res/assets/images/track/ostatus/05.png") no-repeat center;
}
.search-result__item .icon-status-order {
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0.0625rem solid #319653;
  left: -0.625rem;
  top: 0;
}
.search-result__item .icon-status-order .icon-status-order__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #319653;
}
.search-result__item div {
  margin-top: 0.75rem;
  padding-left: 2rem;
  font-size: 1rem;
}
.copy-btn {
  position: absolute;
  top: 1rem;
  right: 2.375rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #ffffff;
}
.copy-btn i {
  background: url("/res/assets/images/track/icon-copy.png") no-repeat center;
  background-size: 100% 100%;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  margin-right: 0.3125rem;
}
.track-bottom {
  text-align: center;
  padding-bottom: 5rem;
}
.track-bottom__title {
  font-size: 1.125rem;
  color: #555555;
}
.track-bottom__company {
  width: 90rem;
  overflow-x: auto;
  height: 30.125rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  margin: 1.75rem auto 0;
  padding: 3.125rem;
  padding-bottom: 1.3rem;
  padding-right: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
  padding-top: 1px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide {
  height: 6.375rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 0 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide.express-sfkd {
  width: 13.625rem;
}
.swiper-slide.express-sfkd img {
  width: 8.75rem;
  height: 3.1875rem;
}
.swiper-slide.express-fedex {
  width: 14.5rem;
}

.swiper-slide.express-fedex img {
  width: 8.25rem;
  height: 2.625rem;
}
.swiper-slide.express-dhl {
  width: 18.75rem;
}

.swiper-slide.express-dhl img {
  width: 12.5625rem;
  height: 2.8125rem;
}

.swiper-slide.express-ups {
  width: 8.625rem;
}

.swiper-slide.express-ups img {
  width: 3rem;
  height: 3.5625rem;
}

.swiper-slide.express-debang {
  width: 16.125rem;
}

.swiper-slide.express-debang img {
  width: 9.875rem;
  height: 2.75rem;
}
.swiper-slide.express-kuayue {
  width: 14.375rem;
}

.swiper-slide.express-kuayue img {
  width: 9.125rem;
  height: 3.125rem;
}

.swiper-slide.express-hll {
  width: 15.75rem;
}

.swiper-slide.express-hll img {
  width: 9.5625rem;
  height: 2.75rem;
}

.swiper-slide.express-jdwl {
  width: 22.625rem;
}

.swiper-slide.express-jdwl img {
  width: 16.375rem;
  height: 2.75rem;
}
.swiper-slide.express-08 {
  width: 13.63rem;
}
.swiper-slide.express-08 img {
  width: 8.75rem;
  height: 3.19rem;
}
.swiper-slide.express-11 {
  width: 9.19rem;
}
.swiper-slide.express-11 img {
  width: 4.06rem;
  height: 3.63rem;
}
.swiper-slide.express-12 {
  width: 11.13rem;
}
.swiper-slide.express-12 img {
  width: 6.13rem;
  height: 3.75rem;
}
.swiper-slide.express-13 {
  width: 13.88rem;
}
.swiper-slide.express-13 img {
  width: 7.63rem;
  height: 2.75rem;
}
.swiper-slide.express-14 {
  width: 17rem;
}
.swiper-slide.express-14 img {
  width: 11.88rem;
  height: 3.13rem;
}
.swiper-slide.express-15 {
  width: 9.25rem;
}
.swiper-slide.express-15 img {
  width: 3.94rem;
  height: 3.88rem;
}
.swiper-slide.express-16 {
  width: 20.5rem;
}
.swiper-slide.express-16 img {
  width: 14.19rem;
  height: 3.88rem;
}

.swiper-slide.express-maersk {
  width: 9.1875rem;
}
.swiper-slide.express-21 img {
  width: 16.81rem;
  height: 2.88rem;
}

.swiper-slide.express-maersk img {
  width: 4.0625rem;
  height: 3.625rem;
}
.swiper-slide.express-22 img {
  width: 9.81rem;
  height: 3.06rem;
}

.swiper-slide.express-cma {
  width: 11.125rem;
}
.swiper-slide.express-23 img {
  width: 15.88rem;
  height: 2.88rem;
}

.swiper-slide.express-cma img {
  width: 6.125rem;
  height: 3.75rem;
}

.swiper-slide.express-oocl {
  width: 13.875rem;
}

.swiper-slide.express-oocl img {
  width: 7.625rem;
  height: 2.75rem;
}

.swiper-slide.express-zyhk {
  width: 17rem;
}

.swiper-slide.express-zyhk img {
  width: 11.875rem;
  height: 3.125rem;
}
.swiper-slide.express-evergreen {
  width: 9.25rem;
}

.swiper-slide.express-evergreen img {
  width: 3.9375rem;
  height: 3.875rem;
}

.swiper-slide.express-yangming {
  width: 20.5rem;
}

.swiper-slide.express-yangming img {
  width: 14.1875rem;
  height: 3.875rem;
}
.swiper-slide.express-27 img {
  width: 8.56rem;
  height: 3.5rem;
}

.swiper-slide.express-koreanair {
  width: 21rem;
}
.swiper-slide.express-28 img {
  width: 17.56rem;
  height: 3rem;
}

.swiper-slide.express-koreanair img {
  width: 16.8125rem;
  height: 2.875rem;
}

.swiper-slide.express-zggjhk {
  width: 14.25rem;
}

.swiper-slide.express-zggjhk img {
  width: 9.8125rem;
  height: 3.0625rem;
}
.swiper-slide.express-210 img {
  width: 9.56rem;
  height: 3.38rem;
}

.swiper-slide.express-zgdfhk {
  width: 20.1875rem;
}

.swiper-slide.express-zgdfhk img {
  width: 15.875rem;
  height: 2.875rem;
}
.swiper-slide.express-alianqiuhk {
  width: 9rem;
}

.swiper-slide.express-alianqiuhk img {
  width: 4.1875rem;
  height: 3.75rem;
}

.swiper-slide.express-qatarhk {
  width: 14.875rem;
}

.swiper-slide.express-qatarhk img {
  width: 10.9375rem;
  height: 3.1875rem;
}

.swiper-slide.express-zgnfhk {
  width: 9.375rem;
}

.swiper-slide.express-zgnfhk img {
  width: 4.9375rem;
  height: 3.875rem;
}

.swiper-slide.express-jinpenghk {
  width: 12.375rem;
}

.swiper-slide.express-jinpenghk img {
  width: 8.5625rem;
  height: 3.5rem;
}

.swiper-slide.express-kaair {
  width: 20.875rem;
}

.swiper-slide.express-kaair img {
  width: 17.5625rem;
  height: 3rem;
}
.swiper-slide.express-yuantonghk {
  width: 15.25rem;
}

.swiper-slide.express-yuantonghk img {
  width: 11.6875rem;
  height: 3.25rem;
}
.swiper-slide.express-sfhk {
  width: 13.3125rem;
}

.swiper-slide.express-sfhk img {
  width: 9.5625rem;
  height: 3.375rem;
}

@media (max-width: 768px) {
  header.hgj-header {
    margin-top: 0;
    height: 5rem;
    line-height: 5rem;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
  }
  .track-top__title,
  .track-top__subtitle {
    height: 37px;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 37px;
    margin-top: 111px;
  }
  .track-top__subtitle {
    height: 22px;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    margin-top: 12px;
  }
  .track-top__search {
    width: 100%;
    padding: 20px;
  }
  .track-top__search .el-select .el-input {
    width: 8rem;
    font-size: 14px;
  }
  .track-top__search .el-input.el-input--suffix .el-input__inner {
    padding: 0 15px;
  }
  .track-top__search .input-with-select .el-input-group__append {
    width: 70px;
  }
  .track-top__bg {
    display: none;
  }
  .track-top {
    background: url("/res/assets/images/track/banner.jpg") no-repeat center;
    background-size: cover;
    min-height: 370px !important;
    height: auto !important;
    border-radius: 0 !important;
    padding-bottom: 30px !important;
  }

  .search-result {
    max-height: 424px;
    overflow: auto;
  }
  .search-result__item div {
    font-size: 14px;
  }
  .el-icon-search {
    font-size: 20px;
  }
  .search-history__wrap {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .search-history__label {
    flex: 0 0 70px;
    margin-right: 0;
  }
  .search-history__item {
    margin-right: 16px;
  }
  .search-history__label,
  .search-history__item {
    font-size: 14px;
    height: 22px;
    line-height: 22px;
  }
  .copy-btn {
    height: 36px;
    background: #f3f3f3;
    position: absolute;
    bottom: 0;
    top: unset;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
  }
  .copy-btn i {
    background: url("/res/assets/images/track/icon-copy.png") no-repeat center;
    background-size: 100% 100%;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 5px;
  }
  .search-result__wrap {
    padding-bottom: 46px;
    padding-right: 2.375rem;
  }
  .track-bottom__company {
    width: 100%;
    height: 18.75rem;
    padding: 0;
    padding-left: 1.25rem;
    box-shadow: unset;
  }
  .track-bottom__title {
    color: #555555 !important;
    padding: 0 2.5%;
  }
  .track-bottom {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .swiper-slide {
    height: 5.1rem;
    background: #ffffff;
    box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 0 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-slide.express-sfkd {
    width: 10.9rem;
  }
  .swiper-slide.express-sfkd img {
    width: 7rem;
    height: 2.55rem;
  }
  .swiper-slide.express-fedex {
    width: 11.6rem;
  }

  .swiper-slide.express-fedex img {
    width: 6.6rem;
    height: 2.1rem;
  }
  .swiper-slide.express-dhl {
    width: 15rem;
  }

  .swiper-slide.express-dhl img {
    width: 10.05rem;
    height: 2.25rem;
  }

  .swiper-slide.express-ups {
    width: 6.9rem;
  }

  .swiper-slide.express-ups img {
    width: 2.4rem;
    height: 2.85rem;
  }

  .swiper-slide.express-debang {
    width: 12.9rem;
  }

  .swiper-slide.express-debang img {
    width: 7.9rem;
    height: 2.2rem;
  }
  .swiper-slide.express-kuayue {
    width: 11.5rem;
  }

  .swiper-slide.express-kuayue img {
    width: 7.3rem;
    height: 2.5rem;
  }

  .swiper-slide.express-hll {
    width: 12.6rem;
  }

  .swiper-slide.express-hll img {
    width: 7.65rem;
    height: 2.2rem;
  }

  .swiper-slide.express-jdwl {
    width: 18.1rem;
  }

  .swiper-slide.express-jdwl img {
    width: 7.35rem;
    height: 2.2rem;
  }

  .swiper-slide.express-maersk {
    width: 7.35rem;
  }

  .swiper-slide.express-maersk img {
    width: 3.25rem;
    height: 2.9rem;
  }

  .swiper-slide.express-cma {
    width: 8.9rem;
  }

  .swiper-slide.express-cma img {
    width: 4.9rem;
    height: 3rem;
  }

  .swiper-slide.express-oocl {
    width: 11.1rem;
  }

  .swiper-slide.express-oocl img {
    width: 6.1rem;
    height: 2.2rem;
  }

  .swiper-slide.express-zyhk {
    width: 13.6rem;
  }

  .swiper-slide.express-zyhk img {
    width: 9.5rem;
    height: 2.5rem;
  }
  .swiper-slide.express-evergreen {
    width: 7.4rem;
  }

  .swiper-slide.express-evergreen img {
    width: 3.15rem;
    height: 3.1rem;
  }

  .swiper-slide.express-yangming {
    width: 16.4rem;
  }

  .swiper-slide.express-yangming img {
    width: 11.35rem;
    height: 3.1rem;
  }

  .swiper-slide.express-koreanair {
    width: 16.8rem;
  }
  .swiper-slide.express-koreanair img {
    width: 13.45rem;
    height: 2.3rem;
  }

  .swiper-slide.express-zggjhk {
    width: 11.4rem;
  }

  .swiper-slide.express-zggjhk img {
    width: 7.85rem;
    height: 2.45rem;
  }

  .swiper-slide.express-zgdfhk {
    width: 16.15rem;
  }

  .swiper-slide.express-zgdfhk img {
    width: 12.7rem;
    height: 2.3rem;
  }
  .swiper-slide.express-alianqiuhk {
    width: 7.2rem;
  }

  .swiper-slide.express-alianqiuhk img {
    width: 3.35rem;
    height: 3rem;
  }

  .swiper-slide.express-qatarhk {
    width: 11.9rem;
  }

  .swiper-slide.express-qatarhk img {
    width: 8.75rem;
    height: 2.55rem;
  }

  .swiper-slide.express-zgnfhk {
    width: 7.5rem;
  }

  .swiper-slide.express-zgnfhk img {
    width: 3.95rem;
    height: 3.1rem;
  }

  .swiper-slide.express-jinpenghk {
    width: 9.9rem;
  }

  .swiper-slide.express-jinpenghk img {
    width: 6.85rem;
    height: 2.8rem;
  }

  .swiper-slide.express-kaair {
    width: 16.7rem;
  }

  .swiper-slide.express-kaair img {
    width: 14.05rem;
    height: 2.4rem;
  }
  .swiper-slide.express-yuantonghk {
    width: 12.2rem;
  }

  .swiper-slide.express-yuantonghk img {
    width: 9.35rem;
    height: 2.6rem;
  }
  .swiper-slide.express-sfhk {
    width: 10.65rem;
  }

  .swiper-slide.express-sfhk img {
    width: 7.65rem;
    height: 2.7rem;
  }
}
