@import url('css/base.css');
@import url('css/flag.css');
@import url('css/form.css');
@import url('css/table.css');
html {
  font-size: 10px; scrollbar-color: #c1c1c1 #f1f1f1
}
body {
  background: #005f9b; font-size: 1.2rem; font-family: "Microsoft YaHei", Arial, Verdana; color: #333; --page-max-width: 1400px; --page-gap: 20px; --page-outer-padding: 0px var(--page-gap); --page-inner-padding: var(--page-gap) 0px
}
h1 {
  font-size: 3.2rem; line-height: 140%
}
h2 {
  font-size: 2.4rem; line-height: 140%
}
h3 {
  font-size: 2rem; line-height: 140%
}
h4 {
  font-size: 1.6rem; line-height: 140%
}
h5 {
  font-size: 1.4rem; line-height: 140%
}
h6 {
  font-size: 1.2rem; line-height: 140%
}
.hand {
  cursor: pointer
}
.hide {
  display: none !important
}
header {
  display: block; box-sizing: border-box; width: 100%; padding: var(--page-outer-padding); background: #fff; border-top: #005f9b 2px solid; border-bottom: #eee 1px solid; position: fixed; top: 0px; left: 0px; z-index: 1000
}
header box {
  display: flex; box-sizing: border-box; width: 100%; max-width: var(--page-max-width); margin: auto; padding: var(--page-inner-padding); align-items: center; justify-content: space-between
}
header box logo {
  display: block; width: 25%; height: 32px
}
header box logo a {
  display: inline-block; height: 100%
}
header box logo a img {
  display: inline-block; height: 100%
}
header box navicon {
  display: none
}
header box mainmenu {
  display: block; flex: 1
}
header box mainmenu ul {
  display: flex; justify-content: space-between
}
header box mainmenu ul li {
  padding-left: var(--page-gap); position: relative
}
header box mainmenu ul li a {
  display: inline-block; font-size: 1.4rem; font-weight: bold; height: 32px; line-height: 32px; color: #005f9b; position: relative; transition: color .2s ease
}
header box mainmenu ul li.has-submenu ul.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(0) translateY(-8px);
  min-width: 100px;
  width: auto;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1001;
  padding: 4px 0;
  margin-top: 8px;
  display: block !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
}
header box mainmenu ul li.has-submenu ul.submenu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 40px;
  transform: translateX(0);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  z-index: 1002;
}
header box mainmenu ul li.has-submenu ul.submenu::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 38px;
  transform: translateX(0);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e8e8e8;
  z-index: 1001;
}
header box mainmenu ul li.has-submenu:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(0);
}
header box mainmenu ul li ul.submenu li {
  padding: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
  display: block !important;
  border: none !important;
  float: none !important;
  clear: both !important;
}
header box mainmenu ul li ul.submenu li a {
  display: block;
  padding: 8px 16px;
  font-size: 1.3rem;
  font-weight: normal;
  height: auto;
  line-height: 1.4;
  color: #333333;
  white-space: nowrap;
  transition: all 0.2s ease;
  border-radius: 0;
  text-align: center;
}
header box mainmenu ul li ul.submenu li:first-child a {
  border-radius: 3px 3px 0 0;
}
header box mainmenu ul li ul.submenu li:last-child a {
  border-radius: 0 0 3px 3px;
}
header box mainmenu ul li ul.submenu li a:hover {
  background: #f5f5f5;
  color: #333333;
}
header box mainmenu ul li a::before,
header box mainmenu ul li a::after {
  content: ''; position: absolute; width: 0%; bottom: 0px; height: 2px; background: #333; transition: width .2s ease, background-color .2s ease
}
header box mainmenu ul li a::before {
  left: 50%
}
header box mainmenu ul li a::after {
  right: 50%
}
header box mainmenu ul li a:hover {
  color: #333 !important
}
header box mainmenu ul li a:hover::before,
header box mainmenu ul li a:hover::after {
  width: 50%; background: #333 !important
}
header box mainmenu ul li.on a::before,
header box mainmenu ul li.on a::after {
  width: 50%; background: #005f9b
}
header.sticky {
  box-shadow: 0px 2px 2px rgb(0 0 0 / 5%)
}
headerholder {
  display: block; width: 100%; height: calc(var(--page-gap) * 2 + 35px); background: #eee
}
navigation {
  display: block; box-sizing: border-box; width: 100%; padding: var(--page-outer-padding); background: #f8f8f8; border-bottom: #eee 1px solid
}
navigation box {
  display: block; box-sizing: border-box; width: 100%; max-width: var(--page-max-width); margin: auto; padding: var(--page-inner-padding)
}
container {
  display: block; box-sizing: border-box; width: 100%; padding: var(--page-outer-padding); background: #fff
}
container[bg=variety] {
  background: #f9f9f9
}
container box {
  display: flex; box-sizing: border-box; width: 100%; max-width: var(--page-max-width); margin: auto; padding: var(--page-inner-padding); align-items: flex-start; justify-content: space-between; gap: var(--page-gap)
}
container box div.main {
  width: 100%; padding-bottom: var(--page-gap)
}
container box main {
  display: block; width: 100%
}
container box sidebar {
  display: block; width: 25%
}
container box sidebar section {
  display: block; box-sizing: border-box; padding: 20px; margin-bottom: var(--page-gap); background: #ffffff; border: 1px solid #e8e8e8; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}
container box sidebar section h3 {
  font-size: 1.8rem; font-weight: bold; color: #005f9b; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 2px solid #005f9b
}
container box sidebar section ul {
  list-style: none; padding: 0
}
container box sidebar section ul li {
  box-sizing: border-box; padding: 10px 0; line-height: 160%
}
container box sidebar section ul li a {
  display: block; padding: 8px 12px; color: #333; text-decoration: none; border-radius: 4px; transition: all 0.2s ease
}
container box sidebar section ul li a:hover {
  background: #f0f7ff; color: #005f9b
}
container box sidebar section ul li a[jtbc-pitchon] {
  background: #005f9b; color: #fff; font-weight: bold
}
container box sidebar section:last-child {
  margin-bottom: 0px
}
footer {
  display: block; box-sizing: border-box; width: 100%
}
footer bottom {
  display: block; box-sizing: border-box; width: 100%; padding: var(--page-outer-padding); background: #333
}
footer bottom box {
  display: flex; flex-wrap: wrap; box-sizing: border-box; width: 100%; max-width: var(--page-max-width); margin: auto; padding: var(--page-inner-padding); align-items: flex-start
}
footer bottom box section {
  display: block; width: 25%; box-sizing: border-box; padding-right: var(--page-gap)
}
footer bottom box section:last-child {
  padding-right: 0px
}
footer bottom box section h3 {
  font-size: 1.4rem; color: #fff; line-height: 100%; padding-bottom: var(--page-gap)
}
footer bottom box section p {
  color: #fff; line-height: 160%
}
footer bottom box section p.phone {
  font-size: 2.4rem; line-height: 100%; padding-bottom: 10px
}
footer bottom box section p.qrcode img {
  width: 50%; max-width: 215px; display: block
}
footer bottom box section ul {
  list-style: disc; padding-left: 20px
}
footer bottom box section ul li {
  padding-bottom: 5px; color: #fff; line-height: 160%
}
footer bottom box section a {
  color: #fff; display: inline-block; padding-bottom: 2px; border-bottom: transparent 1px solid
}
footer bottom box section a:hover {
  color: #fff; border-color: #fff
}
footer copyright {
  display: block; box-sizing: border-box; width: 100%; padding: var(--page-outer-padding)
}
footer copyright box {
  display: flex; flex-wrap: wrap; justify-content: space-between; box-sizing: border-box; width: 100%; max-width: var(--page-max-width); margin: auto; padding: 15px 0px
}
footer copyright box section {
  display: block; color: #fff; line-height: 160%
}
footer copyright box section a {
  display: inline-block; padding: 0px 2px; color: #fff
}
footer copyright box section a:hover {
  color: #fff; text-decoration: underline
}
footer copyright box section a.beian {
  padding-left: 10px
}
footer copyright box section a.beian:empty {
  display: none
}
footer copyright box section a.icp-beian {
  padding-left: 10px;
  color: #fff;
  font-size: 1.2rem;
}
footer copyright box section a.icp-beian:hover {
  color: #fff;
  text-decoration: underline;
}
div.list {
  width: 100%; display: grid; grid-template-columns: 1fr; grid-gap: var(--page-gap)
}
div.list div.row {
  width: 100%; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center; padding-bottom: var(--page-gap); border-bottom: #eee 1px solid
}
div.list div.row:last-of-type {
  border-bottom: 0px
}
div.list div.row div.image {
  width: 25%; box-sizing: border-box; padding-right: var(--page-gap)
}
div.list div.row div.text {
  flex: 1
}
div.list div.row p[type=title] {
  font-size: 1.6rem; line-height: 160%; font-weight: bold; padding-bottom: calc(var(--page-gap) / 2)
}
div.list div.row p[type=title] a {
  color: #005f9b; transition: all 0.3s ease
}
div.list div.row p[type=title] a:hover {
  color: #000000
}
div.list div.row p[type=image] img {
  width: 100%; display: block
}
div.list div.row p[type=info] {
  line-height: 160%; color: #999; padding-bottom: calc(var(--page-gap) / 2)
}
div.list div.row p[type=summary] {
  font-size: 1.4rem; line-height: 160%; color: #666
}
div.list div.row.wrapped {
  padding: var(--page-gap); border: #eee 1px solid
}
div.list div.item {
  background: #ffffff; border: 1px solid #e8e8e8; border-radius: 8px; padding: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); transition: all 0.3s ease
}
div.list div.item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); transform: translateY(-2px)
}
div.list div.item p[type=title] {
  padding: 0; padding-bottom: 12px; line-height: 140%; font-size: 1.8rem; text-align: left; font-weight: bold
}
div.list div.item p[type=title] a {
  color: #333; transition: all 0.3s ease; display: block
}
div.list div.item p[type=title] a:hover {
  color: #005f9b
}
div.list div.item p[type=summary] {
  padding-top: 0; padding-bottom: 12px; font-size: 1.3rem; line-height: 160%; color: #666
}
div.list div.item p[type=date] {
  font-family: inherit; font-size: 1.2rem; color: #999; padding: 0; border: none
}
div.list div.item p[type=image] img {
  width: 100%; display: block
}
div.list div.item p[type=image] img.avatar {
  width: 75%; margin: auto; border-radius: 100%
}
div.list div.item p[type=image] img.circle {
  border-radius: 100%
}
div.list div.item p[type=icon] {
  text-align: center
}
div.list div.item p[type=icon] jtbc-svg {
  width: 40px; height: 40px; --fore-color: #005f9b
}
div.list div.item p[align=left] {
  text-align: left
}
div.list div.item p[align=center] {
  text-align: center
}
div.list div.item p[align=right] {
  text-align: right
}
div.list div.item.wrapped {
  padding: var(--page-gap); border: #eee 1px solid
}
div.list[mode=a] {
  grid-template-columns: 1fr
}
div.list[mode=b] {
  grid-template-columns: repeat(2, 1fr)
}
div.list[mode=c] {
  grid-template-columns: repeat(3, 1fr)
}
div.list[mode=d] {
  grid-template-columns: repeat(4, 1fr)
}
div.list[mode=f] {
  grid-template-columns: repeat(6, 1fr)
}
div.detail {
  width: 100%
}
div.detail h1.title {
  font-size: 2.4rem; line-height: 160%; padding: 0px 0px var(--page-gap) 0px; border-bottom: #eee 1px solid
}
div.list div.content,
div.detail div.content {
  width: 100%; padding: 1rem 0rem; font-size: 1.4rem; line-height: 140%; word-break: break-all
}
div.list div.content img,
div.detail div.content img {
  max-width: 100%
}
div.list div.content h1,
div.detail div.content h1 {
  padding: 1.6rem 0rem
}
div.list div.content h2,
div.detail div.content h2 {
  padding: 1.2rem 0rem
}
div.list div.content h3,
div.detail div.content h3 {
  padding: 1rem 0rem
}
div.list div.content h4,
div.detail div.content h4 {
  padding: 0.8rem 0rem
}
div.list div.content h5,
div.detail div.content h5 {
  padding: 0.7rem 0rem
}
div.list div.content h6,
div.detail div.content h6 {
  padding: 0.6rem 0rem
}
div.list div.content a,
div.detail div.content a {
  color: #5b9dd9; text-decoration: underline
}
div.list div.content a:hover,
div.detail div.content a:hover {
  color: #e7505a; text-decoration: underline
}
div.list div.content p,
div.detail div.content p {
  margin: 0px; padding: 1rem 0px
}
div.list div.content ul,
div.detail div.content ul {
  list-style: disc; margin: 1rem 0rem; padding-left: 2rem
}
div.list div.content ol,
div.detail div.content ol {
  list-style: decimal; margin: 1rem 0rem; padding-left: 2rem
}
div.list div.content table,
div.detail div.content table {
  border-color: #cccccc
}
div.list div.content table th,
div.list div.content table td,
div.detail div.content table th,
div.detail div.content table td {
  padding: 1rem
}
div.pagination {
  width: 100%; padding: var(--page-gap) 0px; text-align: center
}
div.pagination[total='1'] {
  display: none
}
div.section_title {
  width: 100%; margin-top: var(--page-gap); padding-bottom: var(--page-gap)
}
div.section_title h3 {
  width: 100%; font-size: 2.4rem; color: #005f9b; font-weight: normal; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: calc(var(--page-gap) / 2)
}
div.section_title h3::before,
div.section_title h3::after {
  display: block; content: ''; width: 50px; height: 2px; background: #005f9b
}
container.track-container {
  min-height: calc(100vh - 200px); display: flex; flex-direction: column; background: linear-gradient(180deg, #f8fbff 0%, #eef5fa 50%, #f5f8fc 100%); padding-top: 0 !important
}
container.track-container box {
  max-width: 100%; padding-top: 0 !important
}
container.track-container box main {
  flex: 1; display: flex; flex-direction: column; align-items: center; padding-top: 0 !important
}
.track-search-wrapper {
  display: flex; align-items: center; justify-content: center; padding: 40px 20px; width: 100%; min-height: calc(100vh - 250px)
}
.track-search-wrapper .track-search {
  margin: 0 auto; width: 100%; max-width: 900px
}
div.track-search {
  width: 94%; max-width: 900px; margin-left: auto !important; margin-right: auto !important; padding: 48px 40px; background: #ffffff; border-radius: 16px; box-shadow: 0 4px 24px rgba(0, 60, 120, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04)
}
div.track-search .search-header {
  text-align: center; margin-bottom: 36px
}
div.track-search .search-header h2 {
  font-size: 2.8rem; color: #1565C0; margin: 0 0 12px 0; font-weight: 700; letter-spacing: 1px; line-height: 1.3
}
div.track-search .search-header .subtitle {
  font-size: 1.4rem; color: #666; margin: 0; font-weight: 400; letter-spacing: 0.5px
}
div.track-form {
  width: 100%
}
div.track-form .form-group {
  margin-bottom: 0
}
div.track-form .form-row {
  display: flex !important; gap: 16px !important; align-items: stretch !important; flex-wrap: nowrap !important
}
div.track-form .form-row textarea {
  flex: 1 !important; min-width: 0 !important; height: 140px !important; line-height: 1.6 !important; padding: 18px 20px !important; border: 2px solid #E0E6ED !important; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.04) !important; border-radius: 12px !important; outline: none !important; transition: all .3s ease !important; resize: none !important; box-sizing: border-box !important; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important; background: #FAFBFC !important; color: #1a2530 !important; font-size: 15px !important
}
div.track-form .form-row textarea::placeholder {
  color: #9AA5B1
}
div.track-form .form-row textarea:focus {
  border-color: #FF6B00 !important; background: #fff !important; box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.1), inset 0 2px 4px rgba(0, 0, 0, 0.04) !important
}
div.track-form .form-row .btn-group {
  display: flex; flex-direction: column; gap: 12px; flex-shrink: 0
}
div.track-form .form-row input[type="submit"] {
  width: 140px !important; height: 140px !important; min-height: 140px !important; padding: 0 !important; font-size: 18px !important; color: #ffffff !important; background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%) !important; background-image: none !important; border: none !important; border-radius: 12px !important; cursor: pointer !important; font-weight: 700 !important; letter-spacing: 2px !important; white-space: nowrap !important; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important; box-shadow: 0 4px 14px rgba(255, 107, 0, 0.35), 0 2px 6px rgba(255, 107, 0, 0.2) !important; margin: 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; transition: all 0.3s ease !important; position: relative !important; overflow: hidden !important
}
div.track-form .form-row input[type="submit"]::before {
  content: '🔍'; font-size: 24px; margin-right: 4px
}
div.track-form .form-row input[type="submit"]:hover {
  transform: translateY(-2px) !important; box-shadow: 0 6px 20px rgba(255, 107, 0, 0.45), 0 3px 10px rgba(255, 107, 0, 0.25) !important; background: linear-gradient(135deg, #FF7700 0%, #FF9547 100%) !important
}
div.track-form .form-row input[type="submit"]:active {
  transform: translateY(0) !important; box-shadow: 0 2px 8px rgba(255, 107, 0, 0.3) !important
}
div.track-search .query-history {
  margin-top: 24px; padding-top: 20px; border-top: 1px solid #F0F2F5
}
div.track-search .query-history .history-label {
  font-size: 1.3rem; color: #666; margin-bottom: 12px; font-weight: 500
}
div.track-search .query-history .history-list {
  display: flex; flex-wrap: wrap; gap: 10px
}
div.track-search .query-history .history-item {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: #F5F7FA; border: 1px solid #E0E4E8; border-radius: 20px; font-size: 1.3rem; color: #555; cursor: pointer; transition: all 0.2s ease; font-family: 'Courier New', monospace; font-weight: 500
}
div.track-search .query-history .history-item:hover {
  background: #E8F4FD; border-color: #1565C0; color: #1565C0
}
div.track-search .query-history .history-item .delete-btn {
  display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: #D0D5DD; color: #fff; font-size: 1.2rem; line-height: 1; cursor: pointer; transition: all 0.2s ease
}
div.track-search .query-history .history-item:hover .delete-btn {
  background: #FF6B00
}
div.track-result {
  width: 100%; margin-top: 32px
}
.track-result-container {
  display: grid; grid-template-columns: 1fr 320px; gap: 24px; width: 100%; max-width: 1200px; margin: 0 auto
}
.track-result-main {
  display: flex; flex-direction: column; gap: 20px
}
.track-card {
  background: #fff; border: #E8ECF0 1px solid; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); transition: all 0.3s ease
}
.track-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); transform: translateY(-2px)
}
.track-card:last-child {
  margin-bottom: 0
}
.track-card-header {
  display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; background: linear-gradient(135deg, #F5F9FF 0%, #EBF4FF 100%); border-bottom: #E4EEF8 1px solid
}
.track-no-info {
  display: flex; align-items: center; gap: 16px
}
.track-status-icon {
  width: 48px; height: 48px; min-width: 48px; border-radius: 12px; background: linear-gradient(135deg, #1565C0, #1976D2); color: #fff; font-size: 1.8rem; font-weight: bold; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(21, 101, 192, 0.3)
}
.track-no-detail {
  display: flex; flex-direction: column; gap: 4px
}
.track-no-wrap {
  display: flex; align-items: baseline; gap: 10px
}
.track-no-wrap .track-no-label {
  font-size: 1.2rem; color: #8899AA; white-space: nowrap; font-weight: 500
}
.track-no-wrap .track-no-value {
  font-size: 1.8rem; color: #1565C0; font-weight: 700; letter-spacing: 0.5px; font-family: 'Courier New', monospace
}
.track-card-header .order-status {
  font-size: 1.2rem; color: #fff; padding: 6px 18px; background: linear-gradient(135deg, #FF6B00, #FF8533); border-radius: 20px; font-weight: 600; letter-spacing: 0.5px; box-shadow: 0 2px 8px rgba(255, 107, 0, 0.25)
}
.track-card-body {
  padding: 24px
}
.track-meta {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: #F0F2F5 1px dashed
}
.track-meta .meta-item {
  display: flex; flex-direction: column; gap: 6px
}
.track-meta .meta-item .meta-label {
  font-size: 1.15rem; color: #9AA5B1; text-transform: uppercase; letter-spacing: 0.8px; font-weight: 500
}
.track-meta .meta-item .meta-value {
  font-size: 1.4rem; color: #1A2530; font-weight: 600
}
.pod-timeline {
  margin-top: 24px
}
.pod-timeline .pod-timeline-title {
  font-size: 1.5rem; color: #1A2530; margin-bottom: 20px; font-weight: 600; display: flex; align-items: center; gap: 10px
}
.pod-timeline .pod-timeline-title::before {
  content: ''; width: 4px; height: 22px; background: linear-gradient(180deg, #FF6B00, #FF8533); border-radius: 2px
}
.pod-timeline .pod-timeline-list {
  list-style: none; padding: 0; margin: 0; position: relative; padding-left: 32px
}
.pod-timeline .pod-timeline-list::before {
  content: ''; display: block; position: absolute; left: 11px; top: 16px; bottom: 16px; width: 2.5px; background: linear-gradient(180deg, #FF6B00, #E0E0E0); border-radius: 2px
}
.pod-timeline-list li.pod-timeline-item {
  display: flex; gap: 20px; padding: 16px 0; position: relative; transition: all 0.2s ease
}
.pod-timeline-list li.pod-timeline-item:last-child {
  padding-bottom: 0
}
.pod-timeline-item .pod-dot {
  width: 24px; height: 24px; min-width: 24px; border-radius: 50%; background: #fff; border: #FF6B00 3px solid; margin-top: 2px; position: absolute; left: -32px; z-index: 1; transition: all 0.2s ease
}
.pod-timeline-list li.pod-timeline-item:first-child .pod-dot {
  background: #FF6B00; border-color: #FF6B00; box-shadow: 0 0 0 6px rgba(255, 107, 0, 0.15)
}
.pod-timeline-item .pod-content {
  flex: 1; min-width: 0; background: #FAFBFC; padding: 14px 18px; border-radius: 10px; border: #F0F2F5 1px solid; transition: all 0.2s ease
}
.pod-timeline-item .pod-content:hover {
  background: #FFF9F5; border-color: #FFE8D6
}
.pod-timeline-item .pod-header {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 8px
}
.pod-timeline-item .pod-header .pod-code {
  font-size: 1.2rem; padding: 4px 14px; background: linear-gradient(135deg, #FFF4E6, #FFE8CC); border-radius: 6px; color: #FF6B00; font-weight: 700; white-space: nowrap; letter-spacing: 0.3px
}
.pod-timeline-item .pod-header .pod-remark {
  font-size: 1.35rem; color: #1A2530; font-weight: 600
}
.pod-timeline-item .pod-footer {
  display: flex; flex-wrap: wrap; gap: 20px; font-size: 1.2rem; color: #8899AA; margin-top: 6px
}
.pod-timeline-item .pod-footer .pod-time {
  color: #666; font-weight: 500
}
.pod-timeline-item .pod-footer .pod-location::before {
  content: '📍 '; margin-right: 3px
}
.track-sidebar {
  position: sticky; top: 100px; height: fit-content
}
.track-sidebar .sidebar-card {
  background: #fff; border: #E8ECF0 1px solid; border-radius: 12px; padding: 24px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); margin-bottom: 20px
}
.track-sidebar .sidebar-card h3 {
  font-size: 1.4rem; color: #1A2530; margin: 0 0 16px 0; font-weight: 600
}
.track-sidebar .quick-query-form textarea {
  width: 100% !important; height: 80px !important; padding: 12px !important; border: 2px solid #E0E6ED !important; border-radius: 10px !important; outline: none !important; resize: none !important; font-size: 13px !important; font-family: inherit !important; background: #FAFBFC !important; transition: all 0.3s ease !important; box-sizing: border-box !important
}
.track-sidebar .quick-query-form textarea:focus {
  border-color: #FF6B00 !important; background: #fff !important
}
.track-sidebar .btn-actions {
  display: flex; gap: 10px; margin-top: 12px
}
.track-sidebar .btn-actions button {
  flex: 1; padding: 10px; border: none; border-radius: 8px; font-size: 1.2rem; font-weight: 600; cursor: pointer; transition: all 0.2s ease
}
.track-sidebar .btn-actions .btn-copy {
  background: #F5F7FA; color: #555
}
.track-sidebar .btn-actions .btn-copy:hover {
  background: #E8ECF0
}
.track-sidebar .btn-actions .btn-requery {
  background: linear-gradient(135deg, #FF6B00, #FF8533); color: #fff; box-shadow: 0 2px 8px rgba(255, 107, 0, 0.25)
}
.track-sidebar .btn-actions .btn-requery:hover {
  transform: translateY(-1px); box-shadow: 0 4px 12px rgba(255, 107, 0, 0.35)
}
.track-error {
  width: 100%; margin-top: 32px; padding: 28px; background: linear-gradient(135deg, #FFF5F5 0%, #FFEAEA 100%); border: #FFCDD2 1.5px solid; border-radius: 12px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 16px; box-shadow: 0 2px 12px rgba(239, 83, 80, 0.1)
}
.track-error .error-icon {
  width: 42px; height: 42px; min-width: 42px; border-radius: 50%; background: linear-gradient(135deg, #EF5350, #E53935); color: #fff; font-size: 2.2rem; font-weight: bold; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 10px rgba(239, 83, 80, 0.3)
}
.track-error p {
  margin: 0; font-size: 1.5rem; color: #C62828; font-weight: 500
}
@media screen and (max-width: 960px) {
  body {
    --page-gap: 15px
  }
  header box logo {
    height: 24px
  }
  header box navicon {
    display: block; width: 30px; height: 30px; position: relative; z-index: 100; cursor: pointer
  }
  header box navicon span {
    display: block; width: 100%; height: 2px; background: #005f9b; margin-top: -1px; border-radius: 2px; position: absolute; top: 50%; z-index: 100; transition: all .2s ease
  }
  header box navicon span::before,
  header box navicon span::after {
    content: ''; display: block; width: 100%; height: 2px; background: #005f9b; border-radius: 2px; position: absolute; top: 50%; z-index: 100; transition: all .2s ease
  }
  header box navicon span::before {
    margin-top: -10px
  }
  header box navicon span::after {
    margin-top: 8px
  }
  header box navicon.on span {
    background: #fff
  }
  header box navicon.on span::before {
    transform: rotate(45deg); margin-top: -2px
  }
  header box navicon.on span::after {
    transform: rotate(-45deg); margin-top: -2px
  }
  header box mainmenu {
    width: 100%; height: 0px; overflow: hidden; background: rgba(0, 95, 155, .95); display: flex; align-items: center; position: absolute; top: calc(100% + 1px); left: 0px; z-index: 200; transition: height .3s ease
  }
  header box mainmenu ul {
    display: block; width: 100%
  }
  header box mainmenu ul li {
    padding: 4px 0px; text-align: center
  }
  header box mainmenu ul li a {
    font-size: 2rem; font-weight: normal; height: 40px; line-height: 40px; color: #fff
  }
  header box mainmenu ul li.has-submenu ul.submenu {
    position: static;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    padding: 4px 0;
    transition: all 0.2s ease;
    display: block !important;
    flex-direction: column !important;
  }
  header box mainmenu ul li.has-submenu:hover ul.submenu,
  header box mainmenu ul li.has-submenu ul.submenu:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  header box mainmenu ul li.has-submenu ul.submenu li {
    border-bottom: none;
    padding: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
    display: block !important;
    float: none !important;
    clear: both !important;
  }
  header box mainmenu ul li.has-submenu ul.submenu li a {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.95);
    padding: 10px 16px;
  }
  header box mainmenu ul li.has-submenu ul.submenu li a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
  }
  header box mainmenu ul li a::before,
  header box mainmenu ul li a::after {
    background: #fff; height: 1px
  }
  header box mainmenu ul li a:hover {
    color: #fff !important
  }
  header box mainmenu ul li a:hover::before,
  header box mainmenu ul li a:hover::after {
    background: #fff !important
  }
  header box mainmenu ul li.on a::before,
  header box mainmenu ul li.on a::after {
    background: #fff !important
  }
  header box mainmenu.on {
    height: max(480px, calc(100vh - 63px))
  }
  headerholder {
    height: 63px
  }
  container box {
    flex-direction: column-reverse; flex-wrap: wrap
  }
  container box main {
    display: block; width: 100%
  }
  container box sidebar {
    display: block; width: 100%
  }
  container box sidebar section ul {
    display: flex; flex-wrap: wrap
  }
  container box sidebar section ul li {
    width: 33.33%; padding-right: 20px
  }
  footer bottom box section {
    width: 50%; padding-right: 0px
  }
  footer bottom box section:nth-last-child(1),
  footer bottom box section:nth-last-child(2) {
    width: 100%; margin-top: var(--page-gap)
  }
  footer copyright box section {
    width: 100%; text-align: center
  }
  footer copyright box section span.copyright {
    display: block
  }
  footer copyright box section a.beian {
    display: inline-block; padding: 0px
  }
  footer copyright box section a.icp-beian {
    display: block;
    padding: 5px 0 0 0;
    font-size: 1.1rem;
  }
  div.list div.row div.image {
    width: 100%; padding-right: 0px; padding-bottom: calc(var(--page-gap) / 2)
  }
  div.list[mode=b],
  div.list[mode=c] {
    grid-template-columns: 1fr
  }
  div.list[mode=d] {
    grid-template-columns: repeat(2, 1fr)
  }
  div.list[mode=f] {
    grid-template-columns: repeat(3, 1fr)
  }
  div.track-card-header {
    flex-direction: column; align-items: flex-start; gap: 12px
  }
  .track-no-info {
    flex-direction: column; gap: 12px; align-items: flex-start
  }
  div.track-meta {
    grid-template-columns: 1fr !important; gap: 16px
  }
  div.pod-timeline-item .pod-header {
    flex-direction: column; align-items: flex-start; gap: 6px
  }
  div.pod-timeline-item .pod-footer {
    flex-direction: column; gap: 6px
  }
  .track-result-container {
    grid-template-columns: 1fr !important
  }
  .track-sidebar {
    position: static !important
  }
  /* 运费查询表单移动端适配 */
  .price-query-box {
    padding: 0 15px !important;
  }
  .price-query-form {
    padding: 15px !important;
  }
  .price-query-form .form-item-group {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column;
    gap: 12px !important;
    margin-bottom: 12px !important;
  }
  .price-query-form .form-item {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .price-query-form .form-item.form-btn-item {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .price-query-form .form-input,
  .price-query-form .form-select {
    width: 100% !important;
    max-width: 100% !important;
    height: 42px !important;
    font-size: 1.4rem !important;
  }
  .price-query-form .form-item label {
    font-size: 1.3rem !important;
  }
  .query-btn {
    width: 100% !important;
    height: 44px !important;
    font-size: 1.5rem !important;
  }
  .price-query-title {
    font-size: 2rem !important;
  }
  .price-query-desc {
    font-size: 1.2rem !important;
  }
  /* 自定义提示框移动端适配 */
  .custom-toast {
    top: 15px;
    left: 15px;
    right: 15px;
    transform: translateY(-20px);
  }
  .custom-toast.show {
    transform: translateY(0);
  }
  .toast-content {
    padding: 14px 16px;
    min-width: auto;
  }
  .toast-text {
    font-size: 14px;
  }
  /* 关于我们移动端适配 */
  .aboutus-box {
    padding: 20px !important;
  }
  .aboutus-content .aboutus-title {
    font-size: 1.8rem !important;
  }
  .aboutus-content .aboutus-text {
    font-size: 1.3rem !important;
  }
  /* 弹窗移动端适配 */
  .result-modal {
    width: 95% !important;
    height: 90% !important;
  }
  .result-modal-header {
    padding: 12px 15px !important;
  }
  .result-modal-title {
    font-size: 1.6rem !important;
  }
  .result-modal-body {
    padding: 15px !important;
  }
  .result-table {
    font-size: 1.2rem !important;
  }
  .result-table th,
  .result-table td {
    padding: 8px 6px !important;
  }
  .result-total-price {
    font-size: 1.4rem !important;
  }
  .result-detail-btn {
    font-size: 1.2rem !important;
    padding: 4px 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .track-search-wrapper {
    padding: 20px 16px !important; min-height: auto !important
  }
  div.track-search {
    padding: 32px 24px !important
  }
  div.track-search .search-header h2 {
    font-size: 2.2rem !important
  }
  div.track-search .search-header .subtitle {
    font-size: 1.2rem !important
  }
  div.track-form .form-row {
    flex-direction: column !important; gap: 16px !important
  }
  div.track-form .form-row textarea {
    width: 100% !important; height: 120px !important; min-height: 120px !important
  }
  div.track-form .form-row input[type="submit"] {
    width: 100% !important; height: 56px !important; min-height: 56px !important; font-size: 17px !important
  }
  div.track-form .form-row input[type="submit"]::before {
    font-size: 20px
  }
  .track-status-icon {
    width: 40px; height: 40px; min-width: 40px; font-size: 1.5rem
  }
  .track-no-wrap .track-no-value {
    font-size: 1.5rem !important
  }
}
div.view-more {
  width: 100%; text-align: center; padding-top: var(--page-gap)
}
div.view-more a {
  display: inline-block; padding: 10px 30px; font-size: 1.4rem; color: #005f9b; background: transparent; border: 1px solid #005f9b; border-radius: 4px; text-decoration: none; transition: all 0.3s ease
}
div.view-more a:hover {
  background: #005f9b; color: #fff
}
div.aboutus-box {
  width: 100%; background: #ffffff; border: 1px solid #e8e8e8; border-radius: 8px; padding: 30px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}
div.aboutus-content {
  width: 100%
}
div.aboutus-content .aboutus-title {
  font-size: 2.2rem; color: #005f9b; font-weight: bold; margin-bottom: 20px; line-height: 140%
}
div.aboutus-content .aboutus-text {
  font-size: 1.5rem; color: #333; line-height: 180%; margin-bottom: 20px
}
div.aboutus-content .aboutus-more {
  text-align: center; margin-top: 20px
}
div.aboutus-content .aboutus-more a {
  display: inline-block; padding: 10px 30px; font-size: 1.4rem; color: #005f9b; background: transparent; border: 1px solid #005f9b; border-radius: 4px; text-decoration: none; transition: all 0.3s ease
}
div.aboutus-content .aboutus-more a:hover {
  background: #005f9b; color: #fff
}
/* 会员登录按钮样式 */
header box mainmenu ul li.login-btn a {
  display: inline-block;
  padding: 5px 16px;
  background: linear-gradient(135deg, #005f9b 0%, #007acc 100%);
  color: #ffffff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.4;
  height: auto;
  transition: all 0.3s ease;
}
header box mainmenu ul li.login-btn a:hover {
  background: linear-gradient(135deg, #007acc 0%, #005f9b 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 95, 155, 0.3);
}
header box mainmenu ul li.login-btn a::before,
header box mainmenu ul li.login-btn a::after {
  display: none;
}
/* 运费查询表单样式 */
.price-query-section {
  width: 100%;
  background: linear-gradient(180deg, #005f9b 0%, #004a7c 100%);
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
.price-query-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.price-query-header {
  text-align: center;
  margin-bottom: 13px;
}
.price-query-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.price-query-desc {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.85);
}
.price-query-form {
  background: rgba(255, 255, 255, 0.12);
  padding: 17px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.price-query-form .form-item-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 13px;
  gap: 40px;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.price-query-form .form-item-group:last-child {
  margin-bottom: 0;
}
.price-query-form .form-item {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 0 0 400px;
  width: 400px;
}
.price-query-form .form-item.form-btn-item {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  justify-content: flex-start;
}
.price-query-form .form-item label {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}
.price-query-form .form-input,
.price-query-form .form-select {
  height: 36px;
  padding: 0 14px;
  font-size: 1.4rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  outline: none;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  line-height: 32px;
}
.price-query-form .form-input:focus,
.price-query-form .form-select:focus {
  border-color: #ff8c00;
  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.2);
}
.price-query-form .form-select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23666' d='M7 10L2 5h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px 50%;
  padding-right: 36px;
}
.query-btn {
  height: 36px;
  padding: 0 40px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #ff8c00 0%, #ff6b00 100%);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
  line-height: 36px;
}
.query-btn:hover {
  background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 107, 0, 0.4);
}
.query-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(255, 107, 0, 0.3);
}
/* 弹窗样式 */
.result-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.result-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 8px;
  z-index: 9999;
  width: 70%;
  max-width: none;
  height: 70%;
  max-height: none;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.result-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
  background: linear-gradient(180deg, #005f9b 0%, #004a7c 100%);
  border-radius: 8px 8px 0 0;
}
.result-modal-title {
  font-size: 2rem;
  font-weight: 700;
  color: white;
}
.result-modal-close {
  background: none;
  border: none;
  font-size: 2.8rem;
  color: white;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background 0.3s;
}
.result-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.result-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
/* 查询表格样式 */
.result-info-bar {
  background: #e8f5e9;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  color: #2e7d32;
}
.result-table-wrapper {
  overflow-x: auto;
}
.result-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.result-table th {
  background: #005f9b;
  color: white;
  padding: 12px 10px;
  text-align: left;
  font-weight: 600;
}
.result-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
}
.result-table tr:hover {
  background: #f5f9ff;
}
.result-channel {
  font-weight: 600;
  color: #333;
}
.result-total-price {
  font-weight: 700;
  color: #ff6b00;
  font-size: 1.6rem;
}
.result-detail-btn {
  background: none;
  border: none;
  color: #007acc;
  cursor: pointer;
  font-size: 1.3rem;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s;
}
.result-detail-btn:hover {
  background: #007acc;
  color: white;
}
.result-detail-btn .arrow {
  display: inline-block;
  transition: transform 0.3s;
}
.result-detail-btn.expanded .arrow {
  transform: rotate(90deg);
}
.result-detail-row td {
  padding: 0;
}
.result-detail-content {
  background: #f5f9ff;
  padding: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.result-detail-content.expanded {
  max-height: 500px;
  padding: 15px;
}
.result-detail-content .remark {
  color: #666;
  line-height: 1.8;
  white-space: pre-wrap;
}
.loading-status {
  padding: 20px;
}
.loading-text {
  font-size: 1.4rem;
  color: #fff;
}
/* 滚动淡入动画 */
.price-query-section,
container box,
container box .list,
container box .aboutus-box {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.price-query-section.animate-show,
container box.animate-show,
container box .list.animate-show,
container box .aboutus-box.animate-show {
  opacity: 1;
  transform: translateY(0);
}

/* 自定义提示框 */
.custom-toast {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  z-index: 10000;
  opacity: 0;
  transition: all 0.3s ease;
}

.custom-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.toast-content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 280px;
  max-width: 450px;
}

.toast-text {
  font-size: 15px;
  color: #333;
  flex: 1;
  line-height: 1.5;
}

.toast-close {
  background: none;
  border: none;
  color: #999;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
}

.toast-close:hover {
  color: #333;
  background: #f5f5f5;
}