ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

html, body {
   
}

.track-home {
    height: 100%;
    position: relative;
}




.home-footer {
    height: 40px;
    background: #04164c;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.home-ul {
    margin-top: 12px;
}

.home-ul li {
    float: left;
    padding: 0 16px;
    font-size: 16px;
}

.home-ul li a {
    color: #fff;
}

.home-ul li a:hover {
}

.home-logo {
	width: 35px;
    height: 35px;
    float: right;
}

.home-title {
    float: left;
    padding-left: 20px;
}



.home-title span .sub {
    color: #e2e2e2;
}

.first-title {
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
}

.search-con {

    width: 800px;
}

.home-search {
    margin: 0 auto;
    border-radius: 4px;
/*    background: rgba(255, 255, 255, 0.2);*/
    padding: 12px;
}

.search-div {
    border: #CCCCCC 1px solid;
    border-radius: 14px;
}

.btn-search {
    background: -webkit-linear-gradient(top, #FFAE06, #ff9c09);
    margin-top: 10px;
}

.home-search button {
    background: -webkit-linear-gradient(top, #26D3FF, #007BC7);
    background: -moz-linear-gradient(top, #26D3FF, #007BC7);
    background-color:#26D3FF\9\0;       /**IE**/
    background: -ms-linear-gradient(top, #26D3FF 0%, #007BC7 100%);
    background: linear-gradient(top bottom, #26D3FF 0%, #007BC7 100%);
    height: 44px;
    border-radius: 4px;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 18px;
}

.CodeMirror {
    height: 150px;
    
}

.CodeMirror-code > div:nth-child(odd) {
    
    color: #666;
}

.CodeMirror-code > div:nth-child(even) {
   
    color: #666;
}

.search-div .CodeMirror-sizer {
    margin-left: 0 !important;
}

.search-div .CodeMirror-line {
    padding-left: 34px !important;
    margin-left: 0;
    padding-left: 34px;
    font-size: 20px;
    font-family: Source Han Sans CN;
	color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}

.search-div .CodeMirror-gutters {
    background: transparent;
    border: none;
}

.CodeMirror-code {
    padding-right: 0px;
}

.opeate {
    background: #F2F3F6;
    border-radius: 0 0 14px 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #666;
    margin-top: -1px;
}

.opeate-col1 {
    float: left;
    cursor: pointer;
}

.opeate-col2 {
    float: right;
}

.opeate-col2 span {
    color: #ff9c00;
    font-weight: bold;
    font-size: 20px;
}

.home-search button i {
    font-size: 24px;
}

.three-a {
    display: block;
    margin: 13px auto 0 auto;
    width: 100px;
}

.three-a:hover i, .three-a:hover span {
    color: #019fe8;
}

.three-a i {
    color: #999;
    font-size: 40px;
}

.three-a span {
    display: block;
    color: #d2d2d2;
}

.contact-row {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-col1 {
    float: left;
}

.contact-col2 {
    float: left;
    color: #777;
}

.contact-col2 a {
    color: #777;
}

.contact-col1 i {
    font-size: 20px;
    padding-right: 10px;
    color: #666;
}

.track-contact {
    padding: 40px 0;
}

.track-h4 {
    margin-bottom: 20px;
    color: #019fe8;
}

.address-detail {
    margin: -12px 0 10px 30px;
    color: #999;
}

.partner-col {
    float: left;
    width: 120px;
    height: 55px;
    border: 1px solid #efefef;
    margin: 0 10px 10px 0;
    background: #fff;
}

.partner-col img {
    width: 100%;
    height: 100%;
}

.contact-con {
    position: relative;
}

.contact-method {
    position: absolute;
    bottom: 4px;
    left: 160px;
}

.contact-method i {
    font-size: 44px;
    padding: 0 4px;
    color: #999;
}

.footer-copy {
	text-align:center;
    color: #222;
    font-size: 12px;
    margin: 10px 0 0 0;
}

.track-header {
    background: #2E2E2E;
    padding: 10px 0;
}

.help-banner {

    height: 100px;
}

.fixed-top {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
}

.scroll-container {
    background: #fff;
    position: relative;
}

.scroll-nav i {
    padding-right: 6px;
}

.floor-nav {
    height: 100%;
    width: 280px;
    text-align: center;
    z-index: 999;
    background: #DFEBED;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}

.floor-nav.search {
    height: 100%;
    width: 280px;
    text-align: center;
    z-index: 999;
    background: #DFEBED;
    float: left;
    min-height: 700px;
    position: relative;
}

.scroll-nav {
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 16px 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #999;
}

.scroll-nav.active {
    color: #333;
    background: #fff;
}

.scroll-floor {
    width: 80%;
    margin: 56px auto;
}

.scroll-floor h3 {
    text-align: center;
    line-height: 50px
}

.scroll-container .content {
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    margin-left: 280px;
}

.scroll-container .content.search {
    margin-left: 0;
}

.floor-col {
    float: left;
    width: 20%;
    margin-bottom: 20px;
}

.floor-col-border {
    width: 123px;
    height: 93px
    text-align: center;
}

.floor-col span {
    display: block;
    padding: 10px 0;
    text-align: center;
}

.floor-title {
    margin: 30px 0 15px 0;
    border-left: 3px solid #019fe8;
    padding-left: 6px;
}

.floor-area {
    background: #f2f7f7;
    padding: 10px;
}

.area-ul {
    padding: 0;
    margin: 0;
}

.area-ul li {
    float: left;
    padding: 4px 10px;
    color: #888;
    width: 20%;
    display: flex;
    align-items: center;
    margin: 3px 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.area-ul li.active, .area-ul li:hover {
    background: #E2EAEB;
    border-radius: 4px;
}

.area-ul li span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #999;
    border-radius: 8px;
    margin-right: 4px;
}

.floor-col img {
    width: 123px;
    height: 80px;
}

.he_border1 {
    width: 90%;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 1px solid #dfebed;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    height: 80px;
    border-radius: 4px;
}

.he_border1 .he_border1_img {
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 1;
    overflow: hidden;
    max-width: 100%;
}

.floor-col-border2 {
    width: 90%;
    text-align: center;
    border: 1px solid #dfebed;
    border-radius: 4px;
}

.track-footer {
    background: #2E2E2E;
    padding: 30px 0;
}

.opeate-col1:hover {
    color: #ff9c00;
    cursor: pointer;
}

.search-total {
    padding: 12px 0 12px 12px;
    text-align: left;
    position: relative;
    color: #000;
}

.search-total .total-success {
    margin-right: 10px;
}

.search-total .total-success span {
    color: #15b1bf;
    font-size: 18px;
    padding-right: 4px;
}

.search-total .total-error span {
    color: red;
    font-size: 16px;
    padding-right: 4px;
}

.result-title {
    color: #fff;
    font-size: 20px;
    padding: 4px 0 6px 4px;
    text-align: left;
    position: relative;
}

.result-title i {
    font-size: 30px;
    padding-right: 4px;
}

.result-row i.icon-guanbi {
    font-size: 14px;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: rgba(10, 10, 10, 0.15);
    padding-left: 3px;
}

i.icon-guanbi:hover {
    transform: rotateZ(90deg);
    transition: all 0.3s;
}

.result-content {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0;
}

.result-order {
    font-size: 12px;
    color: #666;
}

.result-order span {
    font-size: 14px;
    color: #333;
}

.result-date {
    font-size: 12px;
    color: #666;
}

.result-country {
    margin: 6px 0;
}

.result-country span {
    display: inline-block;
    background: #44bbc6;
    color: #fff;
    padding: 0 4px;
}

.result-text {
    margin-bottom: 6px;
}

.result-title.info {
    background: #44bbc6;
}

.result-title.error {
    background: #ee5f18;
}

.result-title.success {
    background: #29aa35;
}

.result-text.error {
    color: #ee5f18;
}

.result-text.success {
    color: #29aa35;
}

.zhedie {
    position: absolute;
    right: 12px;
    top: 13px;
    color: #666;
    font-size: 12px;
    cursor: pointer;
}

i.icon-cloud-hourglass {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
}

.zhedie:hover {
    color: #019fe8;
}

.zhedie:hover i.icon-cloud-hourglass {
    transform: rotateZ(90deg);
    transition: all 0.3s;
}

.result-row {
    cursor: pointer;
    border-bottom: 1px solid #dfebed;
}

.rotateZ {
    transform: rotateZ(90deg);
    transition: all 0.3s;
}

.zhedie:hover i.icon-cloud-hourglass.rotateZ {
    transform: rotateZ(180deg);
    transition: all 0.3s;
}

.result-row.active, .result-row.active .result-title.info, .result-row.active .result-title.error, .result-row.active .result-title.success {
    background: #fff;
}

.result-row.active .result-title.info {
    color: #44bbc6;
}

.result-row.active .result-title.error {
    color: #ee5f18;
}

.result-row.active .result-title.success {
    color: #29aa35;
}

.result-row.active .result-title .icon-guanbi {
    color: #fff;
}

.order-info i {
    font-size: 36px;
    color: #BAC4CE;
}

.cusom-info {
    font-size: 14px;
    color: #666;
}

.cusom-info .span1 {
    font-size: 16px;
    color: #333;
    margin-right: 30px;
}

.cusom-info .span2 {
    color: #019fe8;
    font-size: 16px;
}

.order-info {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 26px;
}

.country-col {
    display: inline-block;
}

.country-row1 {
    font-size: 20px;
    background: #D6E6E8;
    padding: 14px 30px;
}

.country-row1 img {
    width: 80px;
    margin-right: 14px;
}

.country-row2 {
    background: #4A5867;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 6px 0;
}

.track-container {
    margin: 40px auto;
}

.status-list {
    margin: 0;
    padding: 0;
    margin-left: 12px;
    margin-top: -9px;
    padding-left: 10px;
    list-style: none;
    font-size: 12px;
}

.status-list li {
    margin-bottom: -2px;
}

.status-list li {
    height: auto;
    border-left: 1px solid #d9d9d9;
    padding: 10px 0;
}

.status-list .date {
    font-weight: 700;
    margin-right: 8px;
    font-family: Arial;
    width: 78px;
}

.status-list .time {
    margin-right: 28px;
    margin-left: 5px;
    width: 48px;
}

.status-list .text {
    display: inline-block;
    vertical-align: text-top;
    line-height: 1.3em;
    margin-left: 0;
    position: absolute;
}

.date.none {
    visibility: hidden;
}

.status-list li:before {
    content: '';    /* border: 3px solid #f3f3f3; */
    background-color: #d9d9d9;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    margin-left: -4px;
    margin-right: 10px;
    border-radius: 100%;
}

.status-list .latest:before {
    background-color: #fe4300;
    border-color: #f8e9e4;
}

.track-detail {
    margin: 20px 0;
}

.track-detail h4 {
    padding: 16px 0;
}

.track-detail h4 i {
    font-size: 20px;
    color: #BAC4CE;
}

.delLi {
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 99;
}

.delLi li {
}

.delLi li i {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    padding-left: 3px;
    font-size: 14px;
    border-radius: 100%;
    color: rgba(10, 10, 10, 0.5);
}

.CodeMirror-lines {
    line-height: 32px;
}

.search-contaier {
    background: #000;
    height: 40px;
    margin-top: 5px;
    border-radius: 4px;
    color: #666;
    padding: 0 10px;
    position: relative;
    display: flex;
}

.search-contaier i {
    font-size: 24px;
    font-weight: bold;
    margin-right: 4px;
}

.search-contaier input {
    height: 36px;
    width: 344px;
    background: #000;
    border: none;
    color: #999;
    flex: 1;
}

input, input:hover {
    outline: none;
}

.track-country {
    display: flex;
    align-items: center;
}

.country-col2 {
    display: inline-block;
    padding: 0 20px;
}

.country-col2 i {
    font-size: 40px;
    color: #019fe8;
}

.home-search.search2 {
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    left: 0;
    right: 0;
    z-index: 4;
    display: none;
    top: 42px;
}

.opeate-col1 i {
    font-size: 16px;
}


.search-head-input.search-input.search-contaier {
 	color:white;
 }

.iconfont.icon-search {
	color:white;
}




/*滑块验证的样式*/
.slider{
    margin: -.3em 0;
    padding: 0px;
    height: 3em;
}
.drag {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 100%;
    line-height: 3em;
    text-align: center;
    color: #959595;
}
.drag .drag-bg {
    background-color: #17AFE8;
    height: 100%;
    width: 0px;
}
.drag .drag-text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}
.drag .handler {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18%;
    height: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #f1f1f1;
    cursor: move;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}
.drag .drag-bg.off{
	-moz-transition: width .1s;	/* Firefox 4 */
	-webkit-transition: width .1s;	/* Safari 和 Chrome */
	-o-transition: width .1s;	/* Opera */
	transition: width .1s;
}
.drag .handler.off{
	-moz-transition: left .1s;	/* Firefox 4 */
	-webkit-transition: left .1s;	/* Safari 和 Chrome */
	-o-transition: left .1s;	/* Opera */
	transition: left .1s;
}
.drag .handler-ok-bg{
	background: #fff;
}
.handler-ok-bg .iconfont {
    display: inline-block;
    background-color: #17AFE8;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.4em;
    text-align: center;
    font-size: .9em;
    border-radius: 50%;
}
.footerp{
	font-size: 12px;
    color: #7E7B8E;
	padding: 10px 0 0 0;
    text-align: center;
}
/*公告*/
.notice img {
    position: absolute;
    float: left;
    margin: 18px 0;
}
.nwrap {
    color: #aaa;
    min-width: 998px;
    background: #11306e;
    position: absolute;
    width: 100%;
    z-index: 5;
    bottom: 40px;
}
.notice {
/*    width: 950px;*/
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 200px;
}
.container-left{
	float:left;
	width:50%
	}
.container-right{
	}
.container-right span {
	padding:0 0 0 20px;;
    display: block;
    color: #fff;
    font-size: 22px;
}
