/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0.2rem;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box; /* Ensure padding and borders are included in element sizes */
}
a {
    color: inherit;
    text-decoration: none;
    outline: none;
  }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,body{
    height: 100%;
    width: 100%;
    min-width: 900px;
    min-height: 700px;
    font-size: 0.2rem;
    font-family: Arial;
}


.content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.logo{
    width: 3rem;
    height: 0.5rem;
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 0.9rem;
    cursor: pointer;
}
.header{
    height: 1rem;
    background: #004A7C;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav{
    margin-left: 3.3rem;
    height: .625rem;
    display: flex;
    align-items: flex-end;
    font-size: 0.3rem;
    color: #fff;
}
.nav a{
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 10px;
}
.current{
    border-bottom: 2px solid #E77B17;
    color: #E77B17;
}
.main{
    flex: 1;
    background-image: url('img/bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-box{
    display: flex;
border: 4px solid rgba(0,0,0,0.2);
border-radius: 8px;
overflow: hidden;
height: 1.1125rem;
position: relative;
background: #fff;
}
.rows-num{
    position: absolute;
    bottom: 3px;
    right: 2.9rem;
    font-size: 12px;
}
.search-list{
    display: none;
    /* flex-wrap: wrap; */
    flex-direction: column;
    width: 9.94rem;
    font-size: 12px;
    color: #333;
    max-height: 3.2rem;
    overflow-y: scroll;
}
.search-list i{
    margin-right: 10px;
    line-height: .4rem;
    padding: 0 2px;
    cursor: pointer;

}
.search-list span{
    margin-bottom: 0.1rem;
    background: #f5f5f5;
    border-radius: 0.08rem;
    height: 0.5rem;
    line-height: .4rem;
    padding: 0 0.1rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.search-box .search-input{
    width: 9.94rem;
    border: none;
    font-size: 0.25rem;
    outline: none;
}
.search-btn-group{
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.trsearch-btn{
    display: none;
    background-image:url('img/17search.png') ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 0.55rem;
    width: 2.78rem;
}
.aftsearch-btn{
    display: none;
    background-image:url('img/aftsearch.png') ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 0.55rem;
    width: 2.78rem;
}
.search-btn{
    background-image:url('img/search.png') ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1.03rem;
    width: 2.78rem;
}
.footer{
    position: absolute;
    bottom: 0.406rem;
    width: 100%;
    text-align: center;
    font-size: 0.2625rem;
}


/* tracking */
.tr-search-box{
    margin: 0.5rem auto 0.2rem auto;
    display: flex;
    border: 0.05rem solid rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
    height: 1.13rem;
}
.tr-search-group{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tr-search-input{
    width: 9.94rem;
    height: 100%;
    border: none;
    line-height: 0.625rem;
    font-size: 0.25rem;
    outline: none;
}
.tracking-list{
    background: #F6F6F6;
    padding: 0.35rem 1rem;
    flex: 1;
    display: none;
    overflow: auto;
}
.tracking-item-row{
    height: 1.225rem;
    margin: 0.1rem auto;
    display: flex;
    font-size: 0.225rem;
    background: #fff;
}
.organtbg{
    background: #0E5BA5;
    color: #fff;
}
.tracking-item-row .item1{
    width: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tracking-item-row .item1 div{
    width: 0.4875rem;
    height: 0.4875rem;
    /* background-image: url('./img/qianshoulu.png'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.tracking-item-row .item2{
    white-space: nowrap;
    padding-left: 0.4125rem;
    width: 3.263rem;
    line-height: 1.225rem;
    font-size: 0.263rem;
    font-weight: 400;
}
.tracking-item-row .item3,.tracking-item-row .item5{
    padding-left:1.238rem;
    font-size: 0.225rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content:space-around;
}
.tracking-item-row .item3{
    width: 5.4375rem;
}
.tracking-item-row .item4{
    width: 5.075rem;
    line-height: 1.225rem;
    text-align: center;
    font-size: 0.375rem;
    font-weight: 400;
}
.tracking-info-list{
    background-color: #fff;
    font-size: 0.225rem;
    font-weight: 400;
    display: none;
}
.info-item{
    border-bottom: 2px solid rgba(49,49,49,0.2);
    display: flex;
    padding-left: 2.175rem;

}
.info-item-item1{
    padding: 0.2875rem 0;
    line-height: 0.6rem;
}
.info-item-item1 .item1-box{
    display: flex;
}
.info-item-item1 p{
    line-height: 0.6rem;
    height: 0.6rem;
    margin-right: 0.5rem;
}
.info-item-item1 .p1{
    height: 0.5rem;
    line-height: 0.5rem;
    width: 3rem;
}
.info-item-item1 .p2{
    font-size: 0.375rem;
    height: 0.5rem;
    line-height: 0.5rem;
    width: 3rem;
}
.info-item:last-of-type{
    border: none;
}
.info-item-item2{
    padding-right:1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info-item-item2 .div1,.info-item-item2 .div3,.info-item-item2 .div5{
    border-right: 2px solid #888;
}
.info-item-item2 .div1{
    height: 1.5rem;
}
.info-item-item2 .div3{
    height: 0.2rem;
}
.info-item-item2 .div5{
    flex: 1;
}
.info-item-item2 .div4,.info-item-item2 .div2{
    height: 0.25rem;
    width: 0.25rem;
    background-image: url('./img/yunshutuzhong.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.info-item:first-of-type .info-item-item2 .div2{
    background-image: url('./img/qianshoulu.png');
}

.info-item:last-of-type .info-item-item2 .div5,.info-item:first-of-type .info-item-item2 .div1{
    opacity: 0;
}
.info-item:last-of-type .info-item-item2 .div4:last-of-type{
    background-image: url('./img/yunshuqi.png');
}
.info-item-item3{
    flex: 1;
    display: flex;
    padding: 1.2875rem 0;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 2.5rem;
}
.info-item-item3 .item3-box{
    margin: 5px 0;
    line-height: 0.3rem;
}

