﻿* {
    margin: 0;
    padding: 0
}

html, body {
    height: 100%;
    background: #fafafa;
}

.logistics-box {
    min-height: 100%;
    position: relative;
}

.topnav-bg {
    background: url(../../images/bg_headertop.jpg) no-repeat center top #17c160;
    height: 6px;
}

/*头部*/
.header {
    background: #ffffff;
    width: 100%;
}

.wcontainer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    width: 1200px
}

.wcontainer:after,
.wcontainer:before {
    content: " ";
    display: table
}

.wcontainer:after {
    clear: both
}

.header-wrap {
    height: 82px;
    padding: 0 16px;
}

.p-icon {
    background-color: transparent;
    background-image: url("../images/iconspirit.png?v=191016");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.header-wrap .hm-left {
    float: left;
    width: 410px;
    padding-top: 20px;
}

.header-wrap .hm-left .logo {
    background-position: 0 0;
    height: 41px;
    overflow: hidden;
    width: 141px;
    float: left;
}

.header-wrap .hm-left .logo a {
    display: block;
    width: 141px;
    height: 41px;
    text-indent: -999em;
}

.header-wrap .hm-left .secondary-branding {
    float: left;
    margin-left: 27px;
    width: 242px;
}

.header-wrap .hm-left .secondary-branding p.h1 {
    color: #00a63f;
    font-size: 16px;
    font-weight: bold;
}

.header-wrap .hm-left .secondary-branding p {
    color: #999999;
    font-size: 12px;
}

.header-wrap .hm-right {
    position: relative;
    float: right;
    font-size: 13px;
    padding-left: 20px;
    z-index: 11;
}

.top_sign a{
    margin-top: 16px;
    padding: 14px 12px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 25px;
    display: inline-block;
}

.top_sign a:visited, .top_sign a:link, .top_sign a:active {
    color: #ffffff;
    background: #00a63f;
}

.top_sign a:hover {
    color: #ffffff;
    background: #008332;
    transition: all .3s ease-in;
}

.top_sign_logged a{
    margin-top: 16px;
    padding: 14px 12px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.top_sign_logged a:visited, .top_sign_logged a:link, .top_sign_logged a:active {
    color: #00a63f;
}

.top_sign_logged a:hover {
    color: #ff6600;
    transition: all .3s ease-in;
}

/*头部结束*/
.schedule-box {
    width: 1200px;
    min-height: 500px;
    margin: 16px auto 0;
    padding-top: 1px;
    background-color: #ffffff;
}

.schedule-box:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.the-divider {
    height: 80px;
    background: #ffffff;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.the-divider:after {
    display: block;
    content: '';
    width: 1200px;
    background: url(../images/spider_search_v4.png) 0 -1210px repeat-x;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.the-divider .cost-time {
    float: left;
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
}

.the-divider .cost-time .pack-img {
    float: left;
}

.the-divider .cost-time .cost-text {
    float: left;
    margin: 8px 0 0 10px;
    font-size: 16px;
}

.the-divider .cost-time .cost-name{
    font-size: 14px;
    color: #666666;
}

/*发货方式*/
.the-divider .the-way {
    float: left;
    font-size: 14px;
    padding: 15px;
    box-sizing: border-box;
}

.the-divider .the-way .area {
    float: left;
    width: 120px;
    text-align: right;
    height: 40px;
    padding-top: 8px;
    box-sizing: border-box;
}

.the-divider .the-way .icon {
    background: url("../images/the-point.png") no-repeat center;
    width: 40px;
    height: 48px;
    float: left;
}
.the-divider .the-way .destination{
    float: left;
    height: 48px;
    line-height: 48px;
}

.the-divider .the-way .destination-to{
    float: left;
    height: 48px;
    line-height: 48px;
    max-width: 290px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.the-divider .send-time {
    font-size: 14px;
    float: left;
    margin-top: 15px;
    margin-left: 60px;
    width: 490px;
    height: 46px;
    line-height: 1.5;
    overflow: hidden;
}

.the-divider .send-time .state{
    max-height: 48px;
    overflow: hidden;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    height: 48px;
}
.the-divider .send-time .state .time{
    float: left;
    margin-right:10px;
}
/*search-order*/
.schedule-box .search-order {
    background: #ffffff;
}

.schedule-box .search-box {
    margin: 24px 141px 24px;
    background: #fafafa;
}

.schedule-box .search-box:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.schedule-box .search-box .search {
    background: #f1f3fa;
    padding: 6px 12px;
    width: 790px;
    height: auto;
    float: left;
    font-size: 14px;
}

.schedule-box .search-box .search .get-order {
    background: #f1f3fa;
    outline: none;
    border: none;
    height: 36px;
    min-width: 600px;
    font-size: 14px;
}

/*添加单号*/
.token {
    box-sizing: border-box;
    display: inline-block;
    border-radius: 3px;
    margin: 4px 4px 4px 0;
    vertical-align: top;
    padding: 0 7px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    float: left;
}

.token:hover {
    border-color: #e08484;
}

.token .token-label {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: gray;
    white-space: nowrap;
    float: left;
    font-size: 14px;
}

.token .close {
    font-family: "Hiragino Sans GB", simsun, "Microsoft YaHei", sans-serif;
    display: inline-block;
    margin-left: 7px;
    line-height: 24px;
    color: #333;
}

/* error*/
.error {
    border: 1px solid transparent;
    border-bottom: 1px dotted #b94a48;
    /*background: 0 0;*/
    background: #ffffff;
}
.error:hover {
    /*background: 0 0;*/
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 1px dotted #d6d9e7;
}

.schedule-box .search-box .find-btn {
    width: 104px;
    height: 48px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
    background-color: #ff6600;
    outline: none;
    border: none;
}

.schedule-box .search-box .find-btn:hover {
    background-color: #ff4e00;
    transition: all .3s ease-in;
}

.schedule-box .search-box .find-btn:active {
    color: #fff;
    -webkit-transition: none;
    transition: none;
    background-color: #de605e;
    border-color: #c54c4a;
    font-size: 14px;
}

/*the-state-box*/
.the-state-box {
    margin-top: 20px;
}

.the-state-box .content-box {
    width: 1200px;
    min-height: 400px;
    margin: 10px 0 0 0px;
}

/*record-box*/
.record-box {
    *position: relative;
    transition: all .3s ease-in;
    margin: 20px auto 0;
    min-height: 448px;
    padding: 0 40px;
}
/*loading-data*/
.loading-data{
    background: url("../images/loading.gif") no-repeat center;
    width: 100%;
    height: 400px;
}
/*空状态*/
.delivery-wrapper {
    padding: 25px 80px;
    background: #fff;
}

.delivery-wrapper .not-found {
    margin: 25px auto;
    color: #999999;
    width: 800px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.delivery-wrapper .empty-pack{
    background: url("../images/no-nums.png") no-repeat center;
    width: 160px;
    height: 160px;
    margin: 0 auto ;
}

.record-box .time-compare {
    font-size: 16px;
    padding: 10px;
    font-weight: 700;
    color: #333333;
}

.record-box .time-compare .actual-time {
    color: #333333;
    float: left;
    width: 154px;
    font-size: 14px;
}

.record-box .time-compare .center-time {
    width: 526px;
    float: left;
    height: 20px;
}

.record-box .time-compare .plane-time {
    color: #333333;
    float: left;
    margin-left: 24px;
    font-size: 14px;
}

.record-box .time-compare:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.record-box table {
    width: 100%;
    padding-bottom: 60px;
}
.record-box table tr:hover{
    background: #f5f5f5;
}
.record-box td {
    font-size: 14px;
    vertical-align: top;
    ;line-height: 20px;
}

.record-box .time {
    padding-top: 2px;
    position: relative;
    color: #999999;
    padding: 10px;
}

.record-box .time:after {
    display: block;
    content: '';
    background: url("../images/position.png") no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: -11px;
    z-index: 99;
}


.record-box tr:last-child .time:before {
    height: 16%;
}

.record-box tr:last-child .record-text {
    position: relative;
}
.record-box tr:last-child .record-text:after {
    position: absolute;
    left: -2px;
    bottom:0;
    z-index: 3;
    display: block;
    content: '';
    width: 4px;
    height: 10px;
    background: #ffffff;
}
.record-box tr:last-child:hover .record-text:after {
    background-color: #f5f5f5;
}
.record-box .record-text {
    padding: 10px 20px;
    position: relative;
    border-left: 1px solid #ddd;
}

.record-box .active .record-text {
    color: #00a500;
    font-weight: bold;
}

/*current  active*/
.record-box .active .time:after {
    background: url("../images/position_hover.png") no-repeat center;
    width: 20px;
    height: 20px;
    right: -11px;
    top: 20px;
    margin-top: -10px;
}

.record-box .active .record-text:before {
    display: block;
    content: '';
    background: #ffffff;
    width: 4px;
    height: 10px;
    left: -3px;
    top: 0;
    z-index: 6;
    position: absolute;
}
.record-box table tr:hover .record-text:before{
    background: #f5f5f5;
}
.record-box .actived .time {
    color: #333333;
    font-weight: bold;
}

.record-box .actived .record-text {
    color: #333333;
    font-weight: bold;
}

.record-box .sign-point {

}


/*底部版权*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #232F3E;
}

.copyright {
    height: 40px;
    line-height: 40px;
    color: #dddddd;
    font-size: 13px;
}

.copyright .fl {
    margin: 0px auto;
    text-align: center;
}

.copyright .fr {
    float: right;
    margin-right: 12px;
}

.copyright .fr a {
    color: #ffffff;
}


/*查看全部与部分*/
/*.the-state-box .content-box .toggle-btn {*/
/*    margin-top: 20px;*/
/*    max-width: 100px;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    margin-bottom: 30px;*/
/*    margin-left: 300px;*/
/*    text-align: center;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    cursor: pointer;*/
/*}*/

/*.the-state-box .content-box .toggle-btn .down-up {*/
/*    display: inline-block;*/
/*    background: url("../images/smtsearch.png") no-repeat -10px -293px;*/
/*    width: 20px;*/
/*    height: 10px;*/
/*}*/

/*.the-state-box .content-box .active .down-up {*/
/*    background: url("../images/smtsearch.png") no-repeat -10px -283px;*/
/*}*/