@CHARSET "UTF-8";
ul,li { list-style:none; margin:0px;padding:0px;}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Noto Sans,Verdana,sans-serif;
    color: #000;
    background-color: #fff;
    /*background: rgb(242, 242, 242);*/
    min-width: 320px;
}

a {
    cursor: pointer;
    color: #0067b8;
}
.clear { clear:both;}
.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: auto;
	/*table-layout: fixed;*/
}
a{
	text-decoration: none;
}
a:visited {
	color:#3c82c8;
}
a:hover {
	text-decoration: underline;
}
.disabled{
	color: #999;
	cursor:not-allowed !important;
}
.text-center{
	text-align: center;
}
.hidden{
	overflow: hidden !important;
}
.y-auto{
	overflow-y: auto !important;
}
.word-wrap{
	word-wrap: break-word;
}
.m-auto{
	margin:0 auto
}
@media screen and (max-width: 1100px){
	#trackingNo{
		width: 786px;
	}
	#layerInfo{
		width: auto !important;
		margin:40px 20px !important;
	}
}
.footer{
	position: inherit;
	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;
}

.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;
}

table{
	border-collapse: collapse;
}
.pointer{
	cursor: pointer;
	cursor: hand;
}

.navbar.navbar-default {
    height: 100px!important;
    opacity: 0.9;
    z-index: 999;
}
.logo-describe.inline-block {
    letter-spacing: 1px;
    color: #14295e;
    font-size: 19px;
    font-weight: 600;
    position: absolute;
    margin: 35px 343px;
}
.logo-describe.inline-block::before {
    position: absolute;
    top: -8px;
    left: -25px;
    display: block;
    width: 2px;
    height: 39px;
    content: "";
    background-color: rgba(117,117,117,.3);
}
.searchBtn:hover {
    background: #ffaa44!important;
    color: #fff;
}
.c-uhff-lang-selector {
    float: left;
}
.context-foot ul.c-list {
    float: right;
}
.c-list.f-bare {
    padding-left: 0;
    list-style-type: none;
}
.context-foot ul.c-list li, .c-uhff-lang-selector {
    padding: 20px 10px;
    display: inline-block;
    white-space: nowrap;
}
.context-foot a {
    background-color: transparent;
    color: #0067b8;
}
a.c-uhff-link:active, a.c-uhff-lang-selector:active {
    background: none;
    color: #ff7f00 !important;
}
a.c-uhff-link:focus, a.c-uhff-link:hover, a.c-uhff-lang-selector:hover, a.c-uhff-lang-selector:focus, .language label:hover {
    color: #ff7f00 !important;
    text-decoration: underline;
}

.language {
    position: absolute;
    font-size: 13px;
    z-index: 9;
    top: 14px;
    right: 10px;
    padding: 28px 12px;
}

.language label {
    position: relative;
    color: #616161;
    padding-right: 12px;
    cursor: pointer;
}

.tracking-item-number {
    font-size: 17px;
    color: #111111;
    font-family: 'Neo Sans Pro',sans-serif;
}

.trackru-footer {
    /*background: #f2f2f2;*/
    font-size: 14px;
    line-height: 18px;
    height: 50px;
    box-sizing: border-box;
}

/*CSS 自定义input placeholder 的颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 16px;
    color: #cccccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    color: #cccccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #cccccc;
}
:-ms-input-placeholder {  /* Internet Explorer 10+ */
    font-size: 16px;
    color: #cccccc;
}

/*客户列表*/
.table-responsive {
   text-align: center;
}
.table thead tr {
    color: #707070;
    font-weight: normal;
    font-size: 16px;
}
.table thead tr th {
    text-align: center;
}
.pagination-container .paging-stat {
    text-align: left;
}
.pagination-container .paging-links {
    text-align: center;
}
.pagination-container .pagination {
    margin: 0;
}
.pagination-container .paging-jump {
    text-align: right;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
     vertical-align: inherit;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 0 0 0 0 !important;
    color: #858585;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 4px;
    transition-duration: 0.1s;
    box-shadow: none;
}
.pagination-container .paging-jump input.form-control, .paging-stat input.form-control {
    font-size: 12px;
    line-height: 1;
    padding: 2px;
    height: 22px;
}
.btn {
    transition: all 0.3s ease 0s !important;
}
.modal-footer {
    background: #ECF0F1;
    border-radius: 0 0 6px 6px;
}
.symbol.required:before {
    content: "*";
    display: inline;
    color: #E6674A;
}
label {
    font-weight: normal;
}
.input-red {
    border-color: #e92f2f!important;
}
.pagination-container {
    margin-bottom: 90px;
}

.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;
}

/*轨迹信息显示页面*/
.info-head {
    height: auto;
    font-size: 15px;
    font-weight: 400;
    padding: 30px 0;
}
.ih {
    padding-bottom: 10px;
}
.lt {
    float: left;
}
.lr {
    float: right;
}


