html,body{
    padding: 0;
    margin: 0;
    background: #f5f7fa;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
a{
    text-decoration: none;
}
a {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
input{  
    border:0rem;
    outline: none;
}
.pageBody{
    position: relative;
    padding: 0 3rem 1.5rem;
    display: inline-block;
    margin-bottom: 2.5rem;
    width: 100%;
    box-sizing: border-box;
}
.pageBody h4{
    font-weight: 600;
    font-size: 1.25rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}
.primary-button
{
	display: block;
	width: 4.25rem;
	padding: 0;
	text-align: center;
	line-height: 2.625rem;
	border-radius: 0 0.5rem 0.5rem 0;
	height: 2.625rem;
	background: linear-gradient(135deg, #dc1e32 0%, #e63946 100%);
	color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0.25rem 0.75rem rgba(220, 30, 50, 0.3);
    font-weight: 500;
    letter-spacing: 0.5px;
}
a:hover{
    color: #fff;
}
.primary-button:hover
{
	display: block;
	width: 4.25rem;
	padding: 0;
	text-align: center;
	line-height: 2.625rem;
	border-radius: 0 0.5rem 0.5rem 0;
	height: 2.625rem;
	background: linear-gradient(135deg, #e63946 0%, #dc1e32 100%);
	color: #fff;
	font-size: 1rem;
	transform: translateY(-0.125rem);
	box-shadow: 0 0.375rem 1.25rem rgba(220, 30, 50, 0.4);
}

.primary-button:active {
	transform: translateY(0);
	box-shadow: 0 0.125rem 0.5rem rgba(220, 30, 50, 0.3);
}
.nav-bar
{
	height: 4.4375rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: linear-gradient(135deg, #dc1e32 0%, #e63946 100%);
	min-width: 80rem;
	box-shadow: 0 4px 12px rgba(220, 30, 50, 0.3);
	position: relative;
	z-index: 100;
}

.nav-bar a
{
	color: rgba(255, 255, 255, 0.95);
	padding: 0.75rem 3.125rem;
	margin: 0 2px;
	position: relative;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.nav-bar a:after
{
	content: '';
	left: 50%;
	right: 50%;
	height: 3px;
	position: absolute;
	background: #fff;
	top: 2.5rem;
	transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 2px;
}

.nav-bar a.active,.nav-bar a:hover
{
	color: #fff;
	transform: translateY(-1px);
}

.nav-bar a.active:after,.nav-bar a:hover:after
{
	left: 0;
	right: 0;
	box-shadow: 0 2px 8px rgba(255, 255, 255, 0.5);
}
.content_wrapper
{
	background: #f5f7fa;
	padding-bottom: 4.4375rem;
	min-width: 80rem
}

.content
{
	width: 60rem;
    margin: 0 auto;
    background:#fff;
    margin-top: 4.6875rem;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.content:after,.content:before
{
	content: " ";
	display: table
}

.content:after
{
	clear: both
}
.content a:hover
{
	color: #dc1e32
}
.search-detail{
    position: relative;
    padding: 2rem 3rem 1.5rem;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.search-detail .input-line{
    margin: 0.375rem 0;
    background: #f8f9fa;
    padding-left: 1.25rem;
    float: left;
    border-radius: 0.5rem 0 0 0.5rem;
    border: 0.125rem solid #e9ecef;
    border-right: none;
    transition: all 0.3s ease;
    box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.03);
}

.search-detail .input-line:focus-within {
    border-color: #dc1e32;
    background: #fff;
    box-shadow: 0 0 0 0.1875rem rgba(220, 30, 50, 0.1);
}

.queryBtu{
    float: left;
}
.search-detail .input-line .input{
    background: 0 0;
    min-width: 5.625rem;
    width: 34rem;
    border: none!important;
    line-height: 2.625rem;
    font-size: 0.9375rem;
    box-shadow: none;
    height: 2.625rem;
    padding: 0;
    border:0rem;
    outline: none;
    float: left;
    color: #333;
    font-weight: 400;
}

.search-detail .input-line .input::placeholder {
    color: #adb5bd;
}
.pageBody .layui-timeline-axis{
    color: #dc1e32;
    font-size: 1.125rem;
}

.logisticsList {
    padding: 0 3rem 2rem;
}

.logisticsList .layui-timeline {
    padding-left: 0.625rem;
}

.logisticsList .layui-timeline-item {
    padding-bottom: 1.5rem;
    position: relative;
}

.logisticsList .layui-timeline-item:last-child {
    padding-bottom: 0;
}

.logisticsList .layui-timeline-axis {
    position: absolute;
    left: -0.5rem;
    top: 25%;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    border: 0.1875rem solid #dc1e32;
    box-shadow: 0 0.125rem 0.5rem rgba(220, 30, 50, 0.2);
    font-size: 0.75rem;
    color: #dc1e32;
    z-index: 10;
    transition: all 0.3s ease;
}

.logisticsList .layui-timeline-item:hover .layui-timeline-axis {
    transform: scale(1.2);
    box-shadow: 0 0.25rem 0.75rem rgba(220, 30, 50, 0.3);
}

.logisticsList .layui-timeline-content {
    margin-left: 1.875rem;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 0.75rem;
    border-left: 0.25rem solid #dc1e32;
    transition: all 0.3s ease;
}

.logisticsList .layui-timeline-item:hover .layui-timeline-content {
    background: #fff;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
    transform: translateX(0.25rem);
}

.logisticsList .layui-timeline-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.logisticsList .layui-timeline-content p {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.6;
}
.historyList .history{
    height: 3.5rem;
    line-height: 3.5rem;
    width: 100%;
    margin: 0.75rem 0;
    background: #f8f9fa;
    border-radius: 0.5rem;
    padding: 0 1.25rem;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border: 0.0625rem solid #e9ecef;
}

.historyList .history:hover {
    background: #fff;
    border-color: #dc1e32;
    box-shadow: 0 0.25rem 0.75rem rgba(220, 30, 50, 0.15);
    transform: translateX(0.25rem);
}

.historyList .orderno{
    float: left;
    width: calc(100% - 5.5rem);
    height: 3.5rem;
    line-height: 3.5rem;
    color: #495057;
    font-size: 0.9375rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.historyList .primary-button{
    float: left;
    width: 4.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    margin-top: 0.625rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    background: linear-gradient(135deg, #dc1e32 0%, #e63946 100%);
    box-shadow: 0 0.125rem 0.5rem rgba(220, 30, 50, 0.25);
    transition: all 0.3s ease;
}

.historyList .primary-button:hover {
    transform: translateY(-0.125rem);
    box-shadow: 0 0.25rem 0.75rem rgba(220, 30, 50, 0.35);
}
.noCheck{
    margin: 0 auto;
    text-align: center;
    width: 40.8125rem;
    padding: 3.75rem 0;
}

.noCheck img {
    opacity: 0.6;
    transition: all 0.3s ease;
    filter: grayscale(20%);
}

.noCheck:hover img {
    opacity: 0.8;
    transform: scale(1.05);
    filter: grayscale(0%);
}

.noCheck .noCheckDate{
    font-size: 1.125rem;
    margin-bottom: 3rem;
    color: #6c757d;
    font-weight: 500;
}

hr {
    border: none;
    height: 0.0625rem;
    background: linear-gradient(90deg, transparent, #e9ecef, transparent);
    margin: 0;
}