/**********首页**********/
/*Query waybill--查询运单，qw*/

.qw_L {
	position: absolute;
	width: 30px;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 2;
}

.qw_L li {
	height: 30px;
	width:30px;
}

.qw_L li span {
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../images/Sprite_1.png) no-repeat -170px -308px;
	vertical-align: top;
}

.qw_L li span:hover {
	background-position: -140px -308px;
}

.qw_btn {
	margin: 0;
	padding: 0;
	display: block;;
	height: 41px;
	line-height: 41px;
	text-align: center;
	border:2px solid #1abc9c;
	color: #fff;
	font-size: 16px;
	background: #1abc9c;
	/*box-shadow: 0 0 5px #999 inset;
	text-shadow: 1px 1px rgba(0,0,0,.2);*/
}
.qw_btn:hover{ background: #213246; border-color: #1bbc9b; color: #fff; -moz-transform:translateY(10px);-webkit-transform:translateY(10px);-o-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);}
.qw_area {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.qw_pd {
	padding: 60px 0;
	background: #1b2527;
}

.qw_scroll,.wd_scroll{
	height: 210px;
	overflow-y: auto;
	overflow-x: hidden;
}
.wd_scroll{ height: 150px; width: 490px;}
/*.qw_position {
	top:50%;
	position: absolute;
	text-align: center;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	color: #999;
}*/

.qw_Textarea {
	background: #fff;
	color: #666;
	line-height: 30px;
	border: none;
	word-wrap: break-word;
	display: block;
	font-size: 12px;
	outline: 0 none;
	position:absolute;
	left:0;
	top:0;
	/*height: 210px;*/
	margin: 0;
	width: 2000px;
	overflow: hidden;
	padding: 0 10px;
}
.qe_textSw{font-size:14px; text-shadow:1px 1px rgba(0,0,0,.5); padding-top: 10px;}

/**********详情页**********/
/*Waybill Filter--订单过滤~wf*/
.wf_w {
	display: inline-block;
}
.wf_TbI{margin: 30px 0 15px 0}
.wf_TbI td{ cursor: pointer; border: 1px solid #cccccc; text-align: center; padding:12px 0; font-size: 14px; font-weight: bold;}
.wf_Tb {
	background: #f9f9f9;
	color: #FF5C19;
	line-height: 60px;
	text-align: center;
	border:1px solid #ccc;
	font-weight: bold;
}
/*Waybill details--查询运单，前缀wd*/
.wd_box {
	height: 210px;
	background: #0E86D5;
	line-height: 210px;
}
.wd_few{width:490px; line-height:30px;}
.wd_Tb {
	text-align: center;
	cursor: pointer
}
.wd_Tb td{ padding: 12px 5px}
.wd_btn{margin:0; padding:0; border:none; height:100%; display: block; width:100%;  font-size:16px; background:#FF5C19;}
.wd_btn:hover{ background: #1b2527; border-color: #1bbc9b;}
.wd_btn:hover .u147{background-position: -97px -314px;}
.wd_Tb_on {
	background-color: #f2f2f2;
	color: #444444;
}

.wd_Tb_on .u116 {
	background-position: -50px -250px
}

.wd_Tb_on .u122 {
	background-position: -100px -50px
}

.wd_Tb_on .u123 {
	background-position: -100px -100px
}

.wd_Tb_on .u124 {
	background-position: -100px -150px
}

.wd_w {
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}

.wd_time_new{ color: #1abc9c}
.wd_time{ left:-150px;}

.wd_dasher {
	border-top: 1px #eaeaea dashed;
}
.wd_count{line-height: 20px;margin-right: 4px;}


.wd_excess{margin-left:150px; line-height:30px; font-size:14px;}


/*Step*/
.Step_line {
	height: 4px;
	background: #e8e8e8;
	overflow: hidden;
	margin: auto;
	position: relative
}

.Step_line_in {
	width: 50%;
	background: #27979b;
	height: 100%;
	overflow: hidden;
}

.Step_area {
	margin-top: -22px;
	line-height: 38px;
}

.Step_Dib {
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
}

.Step_color,.Step_black {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	border-radius: 9px;
	border: 2px solid #27979b;
	background: #fff
}

.Step_black {
	border-color: #484645
}
/**********Waybill list--运单列表,前缀wl**********/
.wl_L {
}

/**********Mini Waybill details--查询运单，前缀mwd*********/
.mwd_area {
	position: absolute;
	top: 50%;
	left: -234px;
	background: #fff;
	z-index: 10;
	width: 234px;
	margin-top: -118px;
}

.mwd_ovh {
	width: 230px;
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	border: 2px solid #484745;
}

.mwd_L {
	position: absolute;
	width: 25px;
	top: 0;
	left: 205px;
	height: 100%;
	text-align: center;
	line-height: 25px;
	z-index: 2;
}

.mwd_L li {
	cursor: pointer;
}

.mwd_L li span {
	display: inline-block;
	width: 0;
	overflow: hidden;
	vertical-align: middle;
}

.mwd_L li i {
	display: inline-block;
	width: 16px;
	height: 17px;
	background: url(../images/Sprite_1.png) no-repeat 0 -321px;
	vertical-align: middle;
}

.mwd_search,.mwd_detele,.mwd_close {
	background: #245a5c;
	cursor: pointer;
	text-align: center
}

.mwd_detele {
	background: #e1ab2d
}

.mwd_close {
	background: #484745
}

.mwd_opsition {
	position: absolute;
	left: 22%;
	*left: 21.3%;
	top: 50%;
	margin-top: -39px;
	margin-left: -49px;
	z-index: 10;
}

.mwd_Testarea {
	background: url(../images/mwd_bg.Gif) repeat top left;
	line-height: 25px;
	border: none;
	word-wrap: break-word;
	font-size: 12px;
	padding: 0 10px;
	outline: 0 none;
	height: 200px;
	margin: 0;
	width: 2000px;
	overflow: hidden;
}

.u1 {
	background: url(../images/Sprite_1.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 36px;
}

.u111 {
	background-position: 0 0;
}

.u112 {
	background-position: 0 -36px;
}

.u113 {
	background-position: 0 -72px;
}

.u114 {
	background-position: 0 -108px;
}

.u115 {
	background-position: 0 -144px;
}

.u116 {
	background-position: 0 -250px; width:50px; height: 50px;
}

.u119{
	 background-position:-130px -52px;
}

.u122 {
	background-position: -50px -50px;
}

.u123 {
	background-position: -50px -100px;
}

.u124 {
	background-position: -50px -150px;
}

.u117 {
	background-position: 0 -310px;
	width: 26px;
	height: 28px;
}

.u127 {
	background-position: -29px -320px;
	width: 18px;
	height: 18px;
}

.u137 {
	background-position: -47px -320px;
	width: 16px;
	height: 18px;
}
.u147 {
	background-position: -73px -314px;
	width: 24px;
	height: 24px;
}
.p12 {
	padding: 12px;
}

.mt-60 {
	margin-top: -60px;
}

.lh32 {
	line-height: 32px;
}

.brf {
	border-right: 1px solid #fff;
}
.h150{ height: 150px;}
.btc{ border-top: 1px solid #ccc;}
.bdc{ border:1px solid #ccc;}
.min_h60{ min-height: 60px;}


/*跟踪号查询状态颜色*/
.track_detail_Transit 
{
    color: rgb(45, 151, 139);
    font-size: 14px;
    font-weight: bold;
}
.track_detail_Processing
{
    color: rgb(255,79,79);
     font-size: 14px;
    font-weight: bold;
}
.track_detail_Delivered
{
    color: rgb(0,187,0);
     font-size: 14px;
    font-weight: bold;
}
.track_detail_Alert
{
    color: rgb(255,187,0);
     font-size: 14px;
    font-weight: bold;
}
.track_detail_NotFound
{
    color: rgb(153,153,153);
     font-size: 14px;
    font-weight: bold;
}
/*跟踪号查询状态颜色*/
/*Delivered*/
.track_detail_Delivered_title {
	background: url(../images/Delivered.png) no-repeat 50% 40%;
}
.track_detail_Delivered_title:hover{background: url(../images/Delivered_hover.png) no-repeat 50% 40%;color: white;}
.t_Delivered_hover{background: url(../images/Delivered_hover.png) no-repeat 50% 40%;color: white;}
/*NotFound*/
.track_detail_NotFound_title {
	background: url(../images/NotFound_bg.png) no-repeat 50% 40%;
}
.track_detail_NotFound_title:hover{background: url(../images/NotFound_bg_hover.png) no-repeat 50% 40%;color: white;}
.t_NotFound_hover{background: url(../images/NotFound_bg_hover.png) no-repeat 50% 40%;color: white;}
/*Alert*/
.track_detail_Alert_title {
	background: url(../images/Alert_bg.png) no-repeat 50% 40%;
}
.track_detail_Alert_title:hover{background: url(../images/Alert_bg_hover.png) no-repeat 50% 40%;color: white;}
.t_Alert_hover{background: url(../images/Alert_bg_hover.png) no-repeat 50% 40%;color: white;}
/*Transit*/
.track_detail_Transit_title {
	background: url(../images/Transit.png) no-repeat 50% 40%;
}
.track_detail_Transit_title:hover{background: url(../images/Transit_hover.png) no-repeat 50% 40%;color: white;}
.t_Transit_hover{background: url(../images/Transit_hover.png) no-repeat 50% 40%;color: white;}
/*Processing*/
.track_detail_Processing_title {
	background: url(../images/Processing_bg.png) no-repeat 50% 40%;
}
.track_detail_Processing_title:hover{background: url(../images/Processing_bg_hover.png) no-repeat 50% 40%;color: white;}
.t_Processing_hover{background: url(../images/Processing_bg_hover.png) no-repeat 50% 40%;color: white;}
/*all*/
.track_detail_all_title {
	background: url(../images/all_bg.png) no-repeat 50% 40%;
}
.track_detail_all_title:hover{background: url(../images/all_bg_hover.png) no-repeat 50% 40%;color: white;}
.t_all_hover{background: url(../images/all_bg_hover.png) no-repeat 50% 40%;color: white;}

.track_detail_all_title div,.track_detail_Delivered_title div,.track_detail_NotFound_title div,.track_detail_Alert_title div,.track_detail_Transit_title div,.track_detail_Processing_title div{margin-top: 45px;}
.t_all_hover div,.t_Delivered_hover div,.t_NotFound_hover div,.t_Alert_hover div,.t_Transit_hover div,.t_Processing_hover div{margin-top: 45px;}

/*begin浮动层*/
   .msgBox {
    position: fixed;
    width: 490px;
    height: auto !important;
    min-height: 190px;
    padding: 10px;
    background-color: #FFF;
    font-family: Tahoma,"Microsoft YaHei",微软雅黑;
font-size: 12px;
line-height: 150%;
}
    .msgBox-close {
    height: 16px;
    margin-bottom: 14px;
}
     .msgBox-message i.msgBox-icon-question {
         background-position: 0px -76px;
     }
     .msgBox-close a {
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../images/msgboxicon.png?v=140920aVB");
    background-repeat: no-repeat;
    background-position: -76px 0px;
}
    .msgBox-message i {
        float: left;
        display: block;
        width: 76px;
        height: 76px;
        margin-left: 0px;
        background-image: url("../images/msgboxicon.png?v=140920aVB");
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    .msgBox-message p {
    font-size: 16px;
    color: #999;
}
    .msgBox-button a.msgBox-button-red {
    background-color: #B20000;
        text-decoration: none;
}

.msgBox-button a {
    display: inline-block;
    width: 90px;
    min-width: 90px;
    height: 40px;
    padding: 0px 10px;
    margin-right: 12px;
    font-size: 18px;
    line-height: 40px;
    color: #FFF;
}
.msgBox-button a.msgBox-button-green {
    background-color: #3ABA6F;
    text-decoration: none;
}
.msgBox-message strong {
    display: block;
    padding: 10px 0px;
    font-size: 28px;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

    .msgBox-button {
    padding-left: 114px;
    margin: 28px 0px 16px;
    text-align: center;
    font-size: 0px;
}


.jqmOverlay {
    background-color: #000;
}
/*end浮动层*/

/*begin top样式*/

      *{padding:0;margin:0}
p{line-height:28px}

.go{width:47px;cursor:pointer;display:none;height:36px;background-color:#FFF;position:fixed;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||200)-(parseInt(this.currentStyle.marginBottom,10)||0)));right:12px;bottom:5%;border-radius:5px;box-shadow:0 0 2px #6E6E6E}
.go a{background:url(/images/a.png) no-repeat;display:block;text-indent:999em;width:37px;margin:5px;border:0;overflow:hidden;float:left}
.go .top{background-position:0 -33px;height:22px}
.go .top:hover{background-position:-38px -33px}
p,p a{font-size:12px;color:#666;}
    /*end top样式*/


    .sort {
    }
    .nd {
        width: 98px;
        display:block;
    }
    .wd {
        width: 98px;
        display:block;
    }
    .avgdeliv {
        /*float:left;*/
        height:18px;
        line-height:18px;
        vertical-align:middle;
    }
    .avgwddeliv {
        /*float:left;*/
        height:18px;
        line-height:18px;
        vertical-align:middle;
    }
    .sortdeli {
        float:right;
        /*margin-top:12px;*/
        margin-right:4px; 
        cursor:pointer ;
    }
    .sortdeliasc {
        background-image:url('../../images/jtbq_asc.png');
        background-repeat:no-repeat;
        height:15px;
        width:14px;
    }
    .sortdelidesc {
        background-image:url('../../images/jtbq_desc.png');
        background-repeat:no-repeat;
        height:15px;
        width:14px;
    }

    .sortwddeli {
        float:right;
        /*margin-top:12px;*/
        margin-right:4px; 
        cursor:pointer ;
    }
    .sortwddeliasc {
        background-image:url('../../images/jtbq_asc.png');
        background-repeat:no-repeat;
        height:15px;
        width:14px;
    }
    .sortwddelidesc {
        background-image:url('../../images/jtbq_desc.png');
        background-repeat:no-repeat;
        height:15px;
        width:14px;
    }

    .ndstatus {
        
    }
    .dstatus {
        /*float:left;*/ 
        margin-top:0px;
        height:20px;
        line-height:20px;
        vertical-align:middle;
    }
    .distatus {
        float:left;
        /*height:40px;*/
        width:60px;
    }
    .ndistatus {
        float:left;
        /*height:40px;*/
        width:100%;
    }
.additionnote {
}
