@font-face {
    font-display: swap;
    font-family: GoogleSans;
    font-weight: 400;
    font-style: normal;
    src: local('googleSans-Regular'), url(../fonts/googleSans-Regular.woff2) format('woff2');
}
@font-face {
    font-display: swap;
    font-family: GoogleSans;
    font-weight: 500;
    font-style: normal;
    src: local('googleSans-Medium'), url(../fonts/googleSans-Medium.woff2) format('woff2');   
}
@font-face {
    font-display: swap;
    font-family: GoogleSans;
    font-weight: 500;
    font-style: normal;
    src: local('googleSans-Bold'), url(../fonts/googleSans-Bold.woff2) format('woff2');   
}
@font-face {
    font-display: swap;
    font-family: Gilroy-Bold;
    font-weight: 700;
    font-style: normal;
    src: local('Gilroy-Bold'), url(../fonts/Gilroy-Bold.woff2) format('woff2');   
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
  }
.index-tit, 
.page404-tit,
.layout-mintit,
.index-desitem-tit,
.footer-info-tit {
    font-family: Gilroy-Bold,GoogleSans, Helvetica, Arial, system-ui, sans-serif, serif; 
    font-weight: 700; 
    line-height: 1.2;
}

.detail-tit,
.tip-tit,
.notfound-des-tit,
.results-timeline-tit {
    font-weight: 700;
    line-height: 1.2;
}
.list-titdes,
.list-teitem-tit,
.list-tebtn,
.results-info-num,
.results-btn span,
.header-tebtn {
    font-weight: 500;
    line-height: 1.2;
}
* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    font-family: GoogleSans, Helvetica, Arial, system-ui, sans-serif, serif;
    font-weight: 400;
    fill: #333;
    color: #333;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 1em;
    margin-block-start: 0;
    margin-block-end: 0;
}
a {
    text-decoration: none;
    display: block;
    color: #333;
}
li {
    list-style: none;
}
input:focus {
    outline: 0;
}
.bc-green {
    background-color: #34bb79 !important;
}
.bc-green:hover {
    background-color: #22a767 !important;
    color: #fff!important;
}
/* back-drop */
#back-drop {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/80%);
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
}

#back-drop img {
    width: 80px;
    position: absolute;
    top: -90px;
    transform: scaleX(-1) rotate(24deg);
}

#back-drop .inner {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    width: 600px;
    position: absolute;
    top: 240px;
    left: 24%;
}

#back-drop .inner-text {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}

#back-drop .inner-text strong {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}
/* ads */
.layout-ads-mt20 {
    margin-top: 20px;
}
.layout-ads-mb20 {
    margin-bottom: 20px;
}
.layout-ads-mb28 {
    margin-bottom: 28px;
}
/* layout */
.layout-maxbox {
    max-width: 1132px;
    padding: 24px 20px 80px;
    margin: auto;
    box-sizing: border-box;
}
.layout-doublebox {
    display: flex;
    padding: 24px 20px 80px;
    max-width: 1132px;
    justify-content: space-between;
    margin: auto;
    box-sizing: border-box;
}
.layout-leftbox {
    width:100%;
    /* width: calc( 100% - 180px); */
    /* max-width: 728px; */
}
/* .layout-rightbox {
    width: 160px;
    margin-left: 20px;
} */
.layout-mintit {
    font-size: 28px;
    margin: 28px 0 12px;
}
.index .list .layout-mintit,
.page404 .list .layout-mintit {
    text-align: center;
    margin: 0 0 16px;
}
.couriers .list .layout-mintit {
    margin-top: 0px;
}
/* list */
.list-tebox {
    width: calc( 100% + 16px );
    margin-left: -8px;
    display: flex;
    flex-wrap: wrap;
}
.list-teitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    width: 25%;
    box-sizing: border-box;
    border-radius: 8px;
}
.index .list-teitem,
.page404 .list-teitem {
    width: 12.5%;
}
.list-teitem:hover {
    background-color: #f4f5f6;
}
.list-teitem-img {
    width: 100%;
    box-shadow: 0px 2px 8px 0px 
		rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}
.list-teitem-tit {
    margin: 10px 0 2px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-teitem-score {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}
.list-teitem-score .icon-star {
    fill: #666;
    margin-left: 4px;
}
.list-tebtn {
    background-color: #f4f5f6;
    width: 50%;
    max-width: 528px;
    margin: auto;
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 28px;
    margin-top: 20px;
}
.list-tebtn:hover {
    background-color: #34bb79;
    color: #fff;
}
.list-titdes {
    display: none;
    color: #34bb79;
    text-align: center;
    margin: 28px 0 12px;
}
.index .list-titdes,
.page404 .list-titdes {
    display: block;
}
/* icon */
.icon-star {
    width: 10px;
    height: 10px;
}
.icon-search {
    width: 24px;
    height: 24px;
}
/* header */
.header {
    height: 56px;
	box-shadow: 0px 0px 12px 0px 
		rgba(0, 0, 0, 0.05);
}
.header-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 20px;
    max-width: 1132px;
    box-sizing: border-box;
}
.header-logo {
    height: 32px;
    margin-top: 4px;
}
.header-btnbox {
    display: flex;
    align-items: center;
}
.header-tebtn-box {
    display: flex;
    align-items: center;
}
.header-tebtn {
    padding: 8px 20px;
    border-radius: 8px;
}
.header-tebtn:hover {
    background-color: #f4f5f6;
}
/* footer */
.footer {
    background-color: #f4f5f6;
}
.footer-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto;
    max-width: 1132px;
    padding: 40px 20px;
    box-sizing: border-box;
}
.footer-logo {
    height: 36px;
    /* margin-bottom: 4px; */
}
.footer-item {
    margin-top: 20px;
    text-decoration: underline;
    color: #666;
    text-align: center;
}
.footer-list {
    display: flex;
    gap: 24px;
}

/* index */
.index-banner,
.page404-banner {
    height: 450px;
    margin-bottom: 6px;
    background: url(../Images/Desktop-Banner.avif) no-repeat center center;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.index-banner-main,
.page404-banner-main {
    max-width: 1132px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
}
.index-tit,
.page404-tit {
    color: #fff;
    font-size: 64px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
}
.page404-tit {
    text-align: left;
}
.index-titdes {
    color: #fff;
    font-size: 24px;
    margin: 12px 0 24px;
    display: flex;
}
.page404-a {
    color: #34bb79;
    margin-right: 8px;
    font-weight: 700;
}
.index-allbtn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 454px;
}
.index-btn,
.page404-btn {
	height: 52px;
    line-height: 52px;
    width: calc( 50% - 8px );
    margin-bottom: 0px;
	background-color: #fff;
    color: #fff;
	border-radius: 26px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.page404-btn {
    margin-top: 24px;
}
.index-select {
    font-family: GoogleSans, Helvetica, Arial, system-ui, sans-serif, serif;
    font-weight: 400;
    height: 100%;
    border: none;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding: 0 calc( 50% - 68px);
    color: #000;
}
.index-select:hover {
    background-color: #f4f5f6;
    /* color: #666; */
}
.icon-start {
    position: absolute;
    fill: #999;
    top: 22px;
    right: calc( 50% - 68px );
    width: 7px;
	height: 10px;
    transform: rotate(90deg);
}
.index-desbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.index-desitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc( 50% - 16px );
}
.index-desitem:first-of-type {
    margin-top: 0;
}
.index-desitem-img {
    height: 64px;
    border-radius: 8px;
}
.index-desitem-tit {
    font-size: 22px;
    margin: 28px 0 16px;
    text-align: center;
}
.index-desitem-p {
    text-align: center;
    color: #666;
}
/* detail */
.deatil-search {
    display: flex;
    height: 56px;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.deatil-search-input {
    font-family: GoogleSans, Helvetica, Arial, system-ui, sans-serif, serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #f4f5f6;
    height: 100%;
    width: calc( 100% - 56px );
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail-search-btn {
    background-color: #34bb79;
    width: 56px;
    height: 100%;
    border: none;
    outline: none;
}
.detail-search-btn:hover {
    background-color: #22a767;
}
.detail-track {
    display: flex;
    margin: 28px 0;
}
.detail-img {
    height: calc( 20% + 3.2vw - 16vw );
    width: calc( 20% + 3.2px - 16px );
    border-radius: 8px;
    flex-shrink: 0;
    box-shadow: 0px 2px 8px 0px 
    rgba(0, 0, 0, 0.1);
}
.detail-info {
    margin-left: 20px;
    width: calc( 80% - 23.2px + 16px );
}
.detail-maininfo {
    width: calc( 100% - 26px );
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}
.detail-tit {
    margin-bottom: 12px;
    font-size: 22px;
}
.detail-info .icon-star,
.detail-info .icon-call,
.detail-info .icon-web {
    height: 16px;
    width: 16px;
    margin-right:10px;
}
.detail-score,
.detail-tel,
.detail-web {
    display: flex;
    align-items: center;
    margin-top: 8px;
    width: 100%;
}
/* tips */
.checkbox {
    display: none;
}
.tips {
    margin: 28px 0;
}
.tip {
    overflow: hidden;
    background-color: #f4f5f6;
	border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}
.tip p {
    margin-top: 20px;
}
.tip-titbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tip-titbox:hover .icon-more{
    fill: #34bb79;
}
.tip-titbox:hover .tip-tit{
    color: #34bb79;
}
.tip-tit {
    font-size: 18px;
    width: calc( 100% - 16px );
}
/* results */
.results-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.results-img {
    height: 58px;
    margin-right: 12px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px 0px 
    rgba(0, 0, 0, 0.1);
}
.results-info-tit {
    color: #666;
    font-size: 14px;
}
.results-info-num {
    font-size: 24px;
    display: flex;
    align-items: center;
}
.results-info-num span {
    font-size: 24px;
}
.icon-copy {
    height: 16px;
    width: 16px;
    fill: #999;
    margin-left: 12px;
}
.copy-tip {
    position: fixed;
    top: 60px;
    text-align: center;
    margin: auto;
    z-index: -1;
    opacity: 0;
    left: calc( 50% - 140px );
    width: 200px;
    background-color: #f4f5f6;
    color: #666;
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 30px;
    /* transition: 1s; */
}
.icon-copy:hover {
    fill: #34bb79;
}
.results-btnbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 28px;
}
.results-btn {
    width: calc( 50% - 8px );
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content:center;
    background-color: #454545;
	border-radius: 26px;
    box-sizing: border-box;
}
.results-btn:hover {
    background-color: #353535; 
}
.results-btn:first-of-type {
    margin-top: 0px;
}
.results-btn span {
    color: #fff;
    margin-left: 8px;
}
.icon-again,
.icon-morecouriers {
    width: 18px;
	height: 18px;
    fill: #fff;
}
.results-line {
    height: 2px;
	background-color: #f4f5f6;
    width: 100%;
    margin-top: 28px;
}
.notfound-des {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 28px 0;
}
.notfound-des-img {
    height: 46px;
}
.notfound-des-tit {
    color: #666;
    font-size: 22px;
    text-align: center;
    margin: 16px 0 24px;
}
.notfound-des-p {
    color: #666;
    text-align: center;
}
.results-timeline {
    margin: 28px 0;
}
.results-timeline-top,
.icon-tracking {
    width: 32px;
}
.icon-tracking {
    height: 28px;
}
.results-timeline-item {
    display: flex;
}
.results-timeline-top {
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.results-timeline-line,
.results-timeline-spline {
    position: absolute;
    top: -42px;
    width: 2px;
    background-color: #f5f5f5;
    height: 100%;
    z-index: -1;
}
.results-timeline-spline {
    background: linear-gradient(#fff 10%, #f5f5f5 40%);
}
.results-timeline-c {
    margin-top: 32px;
    width: 8px;
	height: 8px;
    border-radius: 26px;
    background-color: #999;
}
.results-timeline-tit {
    font-size: 18px;
    padding: 24px 0 8px;
}
.results-timeline-item:first-of-type .results-timeline-tit {
    padding-top: 0;
}
.results-timeline-local {
    color: #666;
}
.results-timeline-date {
    color: #999;
}
/* couriers */
.couriers-box {
    display: flex;
    flex-wrap: wrap;
}
.couriers-col {
    width: 33.3333%;
}
.couriers-col h5{
    color: #34bb79;
    font-size: 26px;
    font-weight: 400;
    margin-top: 8px;
    font-style: italic;
}
.couriers-col-info {
    margin-bottom: 20px;
}
.couriers-col-info a {
    display: block;
    line-height: 30px;
}
.couriers-col-info a:hover {
    color: #34bb79;
}
@media screen and (min-width: 901px) {
    .list-teitem {
        width: 16.6666%;
    }
    .detail-img {
        height: calc( 16.6666% + 2.66666vw - 16vw );
        width: calc( 16.6666% + 2.66666px - 16px );
    }
    .detail-info {
        width: calc( 83.3333% - 22.66666px + 16px );
    }
}
@media screen and (min-width: 1025px) {
    /* .layout-rightbox {
        width: 300px;
    } */
}