@CHARSET "UTF-8";
ul,li { list-style:none; margin:0px;padding:0px;}
body {margin:0px 0px; font-size:12px;height:100%;}
}
.clear { clear:both;}
.clearfix { zoom:1;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.fl{
	float: left;
}
.fr{
	float: right;
}
.pr{
	position: relative;
}
.text-right{
	text-align: right;
}
.v-top{
	vertical-align: top;
}
.v-middle{
	vertical-align: middle;
}
.none{
	display: none;
}
.text-ellipsis{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table{
	width: 100%;
	table-layout: fixed;
}
a{
	text-decoration: none;
	color:#A57848;
}
a:visited {
	color:#A57848;
}
a:hover {
	text-decoration: underline;
}
.disabled{
	color: #999;
	cursor:not-allowed !important;
}
.text-center{
	text-align: center;
}
.inline-block {
	position: relative;
	display: inline-block !important;
	*display: inline !important;
	zoom: 1;
}
.hidden{
	overflow: hidden !important;
}
.y-auto{
	overflow-y: auto !important;
}
.word-wrap{
	word-wrap: break-word;
}
.m-auto{
	margin:0 auto
}
.m-t-10{
	margin-top: 10px;
}
.m-t-30{
	margin-top: 30px;
}
.m-r-30{
	margin-right: 30px;
}
.m-r-15{
	margin-right: 15px;
}
.m-l-10{
	margin-left: 10px;
}
.m-l-15{
	margin-left: 15px;
}
.m-r-15{
	margin-right:15px;
}
.m-r-5{
	margin-right:5px;
}
.m-l-20{
	margin-left:20px;
}
.m-r-18{
	margin-right: 18px;
}
.m-b-10{
	margin-bottom: 10px;
}
.m-r-10{
	margin-right: 10px;
}
.p-t-5{
	padding-top: 5px;
}
.p-r-20{
	padding-right: 20px;
}
.top{height:55px;background:#fff; position: relative; z-index: 9;min-width: 1200px;}
.header{width:1180px; margin:0px auto; position:relative;}
.winit-logo{
	position:relative;
	min-width:353px;
	width: 500px;
}
.logo-describe{
	position: absolute;
	top: 30px;
	left: 188px;
	color: #777777;
}
.content{
	box-sizing: border-box;
	padding: 0 20px;
	height: 100%;
	margin: 0 auto;
}
.center-content{
	width: 1000px;
	height: 330px;
	position: relative;
	left: 50%;
	margin-top: 50px;
	margin-left: -500px;
}
@media screen and (max-width: 1100px){
	.center-content{
		margin-left: 100px;
		left: 0;
	}
	#trackingNo{
		width: 786px;
	}
	#layerInfo{
		width: auto !important;
		margin:40px 20px !important;
	}
}
.footer{
	position: fixed;
	bottom: 0;
	width:100%; 
	margin:0px auto; 
	line-height: 40px; 
	border-top:1px solid #dfdfdf; 
	text-align:center; color:#898989; 
	font-size:10px; 
	background: #fff;
	z-index: 9;
}

.del {
	position:absolute;
	background:url(../images/del.png) center no-repeat;
	width:20px;
	height:20px;
	right:6px;
	top:6px;
	cursor:pointer;
	display:none;
}
.language {
	position:absolute;
	font-size:12px; 
	z-index:9;
	top:14px;
	right:10px;
	padding:4px 0px;
}
.language label { 
	position:relative;
	color:#777777;
	padding-right:12px;
	cursor: pointer;
}
.language label .arrow {
	position:absolute;
	right:0px;
	top:7px;
	border:4px solid transparent;
	border-top-color:#a9abb3;
}
.language ul { 
	position:absolute;
	list-style:none;
	margin:0px; 
	padding:0px;
	border:1px solid #E6E6E6;
	top:100%;
	background:#FFFFFF;
	display:none;
}
.language ul li {
	margin:4px;
}
.language ul li a {
	text-decoration: none;
	color:#777777;
	display: block;
	padding:4px 2px 2px;
	min-width: 60px;
	font-size:12px; 
}
.language ul li a:hover {
	background:#A57848;
	color:#FFFFFF;
}
.language:hover > ul {
	display:block;
}

.placeholder-label {
	position:absolute;
	left:0px;
	top:0px;
	color:#A9ABB3;
	cursor: text;
}

[class^='btn-'] {
	position:relative;
	display:inline-block;
	*zoom:1;
	*display:inline;
	border:none;
	background:none;
}
.timeline { list-style:none; margin:0px; padding:10px 10px;}
.timeline li { position:relative;line-height: 30px; padding-left:20px;}
.timeline li span { margin-left:20px;}
.timeline li .time { margin-left:0px;}
.timeline .line {
	position:absolute;
	left:5px;
	top:10px;
	width:0px;
	height:100%;
	border-left:1px solid #E1E1E1;
}
.timeline li:last-child .line {
	height:0px;	
}
.timeline .node {
	position:absolute;
	top:-2px;
	left:0px;
	font-size:20px;
	color:#E1E1E1;
	z-index: 1;
}
.timeline li:first-child .node {
	color:#A57848;
}
.timeline li:first-child {
	color:#A57848;
}
.timeline>li>div{
	position: relative;
	display: inline-block !important;
	*display: inline !important;
	zoom: 1;
	word-wrap: break-word;
	margin-right: 10px;
	vertical-align: top;
}
.icon {
	position: relative;
	display: inline-block;
	*zoom:1;
	*display: inline;
	background: url(../images/track_icons.png);
	vertical-align: middle;
	margin-right: 3px;
}
.tracking-arrow {
	color:#3F63BB;
	text-decoration: none;
	background:url(../images/down-arrow.jpg) right center no-repeat;
	padding-right:18px;
}

.icon.des{
	width: 16px;
	height: 16px;
	background-position: -79px -26px;
}
.icon.des-white{
	width: 16px;
	height: 16px;
	background-position: -80px -57px;
}
.icon.clear{
	width: 30px;
	height: 30px;
	background-position: -60px -30px;
}
.icon.search{
	width: 30px;
	height: 30px;
	background-position: -110px -30px;
}
.icon.delete{
	width: 28px;
	height: 28px;
	background-position: 0 -80px;
}
.icon.cancel{
	width: 15px;
	height: 15px;
	background-position: -85px -88px;
}
.title-active .icon.track-all{
	width: 22px;
	height: 22px;
	background-position: 0 0 ;
}
.icon.track-all{
	width: 22px;
	height: 22px;
	background-position: -32px 0 ;
}
.title-active .icon.track-noQuery{
	width: 22px;
	height: 22px;
	background-position: 2px -37px ;
}
.icon.track-noQuery{
	width: 22px;
	height: 22px;
	background-position: -30px -37px ;
}
.icon.t-noQuery{
	width: 30px;
	height: 30px;
	background-position: -40px -250px ;
}
.title-active .icon.track-sendPost{
	width: 22px;
	height: 22px;
	background-position: 2px -110px ;
}
.icon.track-sendPost{
	width: 22px;
	height: 22px;
	background-position: -30px -110px ;
}
.icon.t-sendPost{
	width: 30px;
	height: 30px;
	background-position: -40px -210px ;
}
.title-active .icon.track-transportation{
	width: 22px;
	height: 22px;
	background-position: 2px -183px ;
}
.icon.track-transportation{
	width: 22px;
	height: 22px;
	background-position: -30px -183px;
}
.icon.t-transportation{
	width: 30px;
	height: 30px;
	background-position: 0 -342px ;
}
.title-active .icon.track-failed{
	width: 22px;
	height: 22px;
	background-position: 2px -73px ;
}
.icon.track-failed{
	width: 22px;
	height: 22px;
	background-position: -30px -73px ;
}
.icon.t-failed{
	width: 30px;
	height: 30px;
	background-position: 65px -342px ;
}
.title-active .icon.track-haveSignedIn{
	width: 22px;
	height: 22px;
	background-position: 2px -219px ;
}
.icon.track-haveSignedIn{
	width: 22px;
	height: 22px;
	background-position: -30px -219px ;
}
.icon.t-haveSignedIn{
	width: 30px;
	height: 30px;
	background-position: 0px -300px ;
}
.title-active .icon.track-exception{
	width: 22px;
	height: 22px;
	background-position: 2px -147px ;
}
.icon.track-exception{
	width: 22px;
	height: 22px;
	background-position: -30px -147px ;
}
.icon.t-exception{
	width: 30px;
	height: 30px;
	background-position: 0px -255px ;
}
.titleInfo{
	position: absolute;
	left: -200px;
	z-index: 11;
	width: 460px;
	min-width:200px;
	padding: 10px;
	background: #fff;
	text-align: left;
	top: 40px;
	border: 1px solid #ccc;
}
.titleInfo>p{
	margin:5px 0 5px 10px;
}
.titleInfo:after{
  content: '';
  position: absolute;
  top:-20px;
  left:50%;
  width:0;
  height:0;
  margin-left:-5px;
  border: 10px solid ;
  border-color: transparent transparent  #fff transparent ;
 }
 .titleInfo:before{
  content: '';
  position: absolute;
  top:-22px;
  left:50%;
  width:0;
  height:0;
  margin-left:-6px;
  border: 11px solid ;
  border-color: transparent transparent  #ccc transparent ;
 }
#exception .titleInfo{
	left: -328px;
}
#exception .titleInfo:after{
	left: 358px;;
}
#exception .titleInfo:before{
	left: 358px;
}
#noQuery .titleInfo{
	left: -125px;
}
#noQuery .titleInfo:after{
	left: 173px;;
}
#noQuery .titleInfo:before{
	left: 173px;
}
.title-line{
	border-bottom:  3px solid rgb(76,166,255);
}
table{
	border-collapse: collapse;
}
.tableList th{
	background: #f7f7f7;
	height: 40px;
	color: #888;
	border-bottom: 1px solid #e9e9e9;
	text-align: left;
	padding: 0 10px;
}
.tableList td{
	height: 60px;
	vertical-align: middle;
	padding:0 10px;
	border-bottom: 1px solid #e9e9e9;
	text-align: left;
}
.tableList .th-line{
	font-size: 14px ;
	font-weight: normal;
	margin-right: 10px;
}
.pointer{
	cursor: pointer;
	cursor: hand;
}

#layerout{
	display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
}
 #layer{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    filter:alpha(opacity=50);
 }
 #layerInfo{
 	width:920px;
 	min-height: 480px;
 	background-color:#fff;
 	margin: 40px auto;
 	position: relative;
 }
.layerInfo-title{
 	position: relative;
 	height: 40px; 
 	line-height: 40px;
 	padding-left:14px;
 	border: 1px solid #ededed;
 	font-weight: bold;
 	font-size: 14px;
 }
.layerInfo-header{
	background: #fff0e5;
	color: #ff7221;
	padding: 14px 0 14px 64px;
	font-size: 14px;
}
.layerInfo-content{
	padding: 20px 64px;
	font-size: 14px;
}
.loading{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 8;
	background-color: #fff !important;
	background-image: url(../images/loading_2.gif);
	background-repeat: no-repeat;
	background-position: center !important;
}
.tableListCount>ul>li{
	padding:10px 0;
	min-width: 80px;
	margin: 0 10px;
	text-align: center;
	cursor: pointer;
}
.track-search .submit-btn{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background:#A57848;
}
.track-search .descriptionBtn{
	width: 128px;
	height: 48px;
	border: 1px solid #66b3ff;
	line-height: 48px;
	border-radius: 3px;
}
.table-content{
	background: #fff; 
	padding-bottom: 15px;
	margin-bottom: 80px;
}
.pre-table{
	margin:-1px 20px 0 20px; 
	min-height: 460px;
	background: #fff;
	border: 1px solid #f5f5f5;
}
.tableListCount{
	height: 46px;
	background: #fff;
}
.descriptionBtn-en{
	color: #3d85cc;
	line-height: 1 !important;
	display: inline-block;
	width: 80px; 
	margin-left: 57px;
	margin-top: -45px;
}
.title-active{
	border-bottom:  3px solid #A57848;
}
#tableListContent tr:last-child{
	border-bottom: 1px solid #f7f7f7; 
}

.center-title{
	font-size: 36px;
	margin-bottom: 25px;
	color: #fff;
}
.form-content{
	background:#fff;
}
.form-clear{
	width: 100%;
    min-height: 40px;
    background: #dcdcdc;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    line-height: 24px;
}
.form-search{
	padding-top: 20px;
	color: ##ffffff; 
	text-align: center;
}
.form-search .searchBtn{
	width: 380px;
	height: 50px;
	line-height: 50px;
	background: #A57848;
	margin:0 auto;
	font-size: 20px;
}
.center-content-bg{
	width: 337px;
	margin: 0 auto;
	position: absolute;
	bottom: 40;
	right: -100px;
	text-align: right;
}
.center-content-footer{
	width:100%;
	text-align:center;
	color: #fff;
	margin-top: 50px;
}
#trackingNo:focus { 
	-webkit-transition:border linear .2s,
	-webkit-box-shadow linear .5s; 
	border-color:rgba(64,137,233,.75); 
	-webkit-box-shadow:0 0 18px rgba(135,176,231,3); 
}
.shrink-up{
	background: url(../images/shrink_1.png) no-repeat 93% center;
}
.shrink-down{
	background: url(../images/shrink_2.png) no-repeat 93% center;
}

.icon-17track {
	background: url(../images/17track.png) no-repeat 0 0;
	width: 240px;
	height: 40px;
	display: inline-block;
}
.icon-17track.zh-tw {
	background-position: 0 -40px;
}
.icon-17track.en-us {
	background-position: 0 -80px;
}


.container {
	width: 66%; /* 设置容器宽度为100% */
}
@media screen and (max-width: 1600px) {
	.container {
		width: 54%; /* 当屏幕宽度小于1100px时，容器宽度为80% */
	}
}

