*{list-style:none;}
#tabBoxR {float: left;width: 100%;font-size:12px}
.BoxR_nav {padding-left: 15px;padding-top: 15px;width:200px;overflow: hidden;margin-bottom: 30px;}
.BoxR_nav img {width:40px;height: 40px;float:left}
.BoxR_nav div {float:left }
.BoxR_nav div:first-of-type {font-weight:bold;font-size: 16px !important;margin-bottom: 3px}
.timetree {height:100%;overflow-x:hidden; box-sizing: border-box;width:100%;padding-left:0px !important}
.timetree li:first-child .radius {background:#fc9400;width: 31px;height: 20px;border-radius:4px;left:-15px}
.timetree li:first-child .time {color:#fc9400 }
.timetree li:first-child .time1 {color:#fc9400 }
.timetree li:first-child  { color:#fc9400 }
.timetree li:first-child .lu { color:#fc9400;padding-right: 13px }
.timetree .radius {width: 20px;height:20px;border-radius:50%;background:#FAC237;color: #fff; text-align: center;line-height: 20px;position: absolute;left:-10px;top:0}
.timetree .type {position:absolute;left:20px;top:0;color:#006E61;folat:none }
.timetree .time {color:#3E3E3E;float:none; margin-right:15px}
.timetree .time1 {color:#FAC237;float:none; margin-right:15px}
.timetree .lu {position:absolute;left:20px;top:20px;padding-right: 13px}
.timetree li {border-left:1px solid #FAC237;margin-left:30px;display: block;height: 130px; position: relative;width: 100%}
.companyName { width: 100%; font-size: 16px; font-weight: bold; padding: 10px 0; text-indent: 10px; background: #000; color: #fff;}
.footCopyRight { background: #7f7f7f; color: #fff; font-size: 12px; padding: 8px 0; text-align: center; position: fixed; bottom: 0; left: 0; width: 100%;}
body{
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}
input{
    -webkit-appearance: none;/****不希望按钮按苹果的默认UI来渲染。*****/
    border-radius: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.title-link{
    position: absolute;
    width: 77px;
    height: 34px;
    right: 36px;
    top: 20px;
}
.title-link a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 34px;
    text-align: center;
    font-size: 14px;

    font-weight: bold;
    background-color: #FAC237;
    color: #fff;
    text-decoration: none;
}
.main{
    width: 616px;
    margin: 0 auto;
}
.BoxR_nav {
display: none;
}

.logo-img{
    width: 100%;
    height: 100%;
}
.search{
    width: 650px;
    height: 34px;
    margin-top: 30px;
}
.search-input{
    outline: none;
    display: inline-block;
    width: 520px;
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border-style: none;
    border: 2px solid #FAC237;
}
.search-input::-webkit-input-placeholder{
    font-size: 14px;
    font-weight:normal;
    color: #b0b0b0;
}
.search-btn{
    display: inline-block;
    width: 74px;
    height: 100%;
    /*  background: #FAC237 url('../img/search.png') no-repeat center center; */
    background-size: 23px;
    text-align: center;
    line-height: 36px;
    color:#fff;
    background: #FAC237;
    outline: none;
    text-decoration: none;
    font-size:14px;
    cursor:pointer;
}
.search a:hover{
    background-color: #2226a1;
}

.all-result{
    width: 614px;
    min-height: 422px;
    margin-top: 40px;
}
.no-result{
    width: 100%;
    height: 269px;
}
.result-img{
    width: 309px;
    height: 193px;
    margin: 0 auto;
    margin-top: 48px;
}
.result-desc{
    margin-top: 20px;
    text-align: center;
}
.result-word,.result-order{
    font-size: 16px;
    font-weight: bold;
    color: #666;
}
.result-order{
    color: #FAC237;
    margin-right: 12px;
}
.table-info{
    width: 610px;
}
.delivery-table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d1d1d1;
    text-align: center;
}
.delivery-table td{
    border: 1px solid #d1d1d1;
}
.delivery-table thead tr{
    background-color: #f2f2f2;
    width: 610px;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}
.delivery-table thead tr td:first-child{
    width: 143px;
}
.delivery-table thead tr td:nth-child(2){
    width: 105px;
}
.delivery-table thead tr td:nth-child(3){
    width: 112px;
}
.delivery-table thead tr td:nth-child(4){
    width: 133px;
}
.delivery-table thead tr td:last-child{
    width: 117px;
}
.delivery-table tbody tr{
    height: 68px;
    font-size: 13px;
    color: #808080;
}
.hms{
    display: block;
    margin-top: 10px;
}
.content-info{
    width: 612px;
    margin-top: 20px;
    margin-bottom: 120px;
    border: 1px solid #d1d1d1;
}
.title-info{
    width: 612px;
    height: 36px;
    line-height: 36px;
    background-color: #f2f2f2;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.left-title{
    display: inline-block;
    margin-left: 12px;
}
.title-info a{
    display: inline-block;
    margin-right: 16px;
    font-weight: bold;
    font-size: 13px;
    color: #FAC237;
}

.normal-block{
    display: block;
    margin-top: 10px;
    margin-left: 12px;
    font-size: 13px;
    color: #808080;
}
.normal-block:first-child{
    margin-top: 16px;
}
.normal-block:last-child{
    margin-bottom: 16px;
}
.c-space{
    margin-left: 12px;
}
.time-line{
    width: 612px;
    height: 355px;
}
.time-info{
    width: 132px;
    margin-top: 24px;
    font-size: 14px;
    color: #FAC237;
}
.time-item{
    height: 35px;
    width: 84px;
    margin: 0 auto;
    text-align: center;
}
.time-item:not(:first-child){
    margin-top: 32px;
    color: #808080;
}
.time-hms{
    margin-top: 9px;
}
.line-info{
    width: 9px;
}
.divide-block{
    height: 9px;
    width: 9px;
    background-color: #ccc;
}
.divide-block:first-child{
    margin-top: 38px;
    background-color: #FAC237;
}
.divide-block:last-child{
    margin-bottom: 38px;
}
.divide-line{
    height: 60px;
    width: 1px;
    margin: 0 auto;
    background-color: #ccc;
}
.address-info{
    width: 471px;
    height: 100%;
}
.address-content{
    width: 423px;
    margin: 0 auto;
    margin-top: 24px;
}
.address-item{
    display:flex;
    flex-direction:row;
    justify-content:left;
    align-items:center;
    height: 37px;
    color: #FAC237;
    font-size: 14px;
}
.address-item:not(:first-child){
    margin-top: 32px;
    color: #808080;
}
.copyright{
    width: 630px;
    height: 95px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.code-goodsowner{
    height: 100%;
    width: 70px;
}
.code-img{
    width: 70px;
    height: 70px;
}
.code-font{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #4c4c4c;
    text-align: center;
}
.font-one{
    margin-top: 8px;
}
.font-two{
    margin-top: 6px;
}
.sp-line{
    display: block;
    height: 100%;
    margin-left: 16px;
    margin-right: 16px;
    border: 1px solid #f2f2f2;
}
.all-bottom-content{
    height: 100%;
    width: 404px;
    margin: 0 auto;
}
.copyright-info{
    height: 100%;
}
.copyright-row{
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    text-align: left;
}
.copyright-row a{
    text-decoration: none;
    color: #999;
}
.copyright-row a:hover{
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}
.row-one{
    margin-top: 15px;
}
img{border:none !important;}
@media (max-width: 1024px) {
    .all-result{
        min-height: 340px;
    }

}

@media (max-width: 600px) {
    .fl{float: none;}
    .all-result{min-height: 156px;width: 100%;}
    .copyright,.main{width: 95%;margin: 0 auto;}
    .search-input{width: 77%;float: left;box-sizing:border-box;height: 40px;}
    .search-btn{width: 23%;text-align: center; line-height: 40px;height: 40px;}
    .search-btn img{}
    .all-bottom-content{width:100%;text-align: center;}
    .code-goodsowner{width: 100%;}
    .code-img{width: auto;}
    .sp-line{display: none;}
    .copyright-info,.copyright-row{text-align: center;}
    .logo{width: 129px;height: 50px;margin-top:90px;}
    .title-link{right:18px;}
    .table-info ,.content-info,.title-info,.time-line,.address-content,.address-info{width: 100%;}
    .address-content{      box-sizing: border-box;    padding: 25px 7px;}
    .time-info {
        width: auto;
        margin-top: 24px;
        font-size: 14px;
        color: #FAC237;
        float: left !important;
        margin-left: 5px;
    }
    .line-info {
        margin: 0 5px;
        float: left !important;
    }
    .all-result{margin-top: 20px;}
    .divide-block {
        height: 8px;
        width: 8px;
        border-radius: 50%;

    }
    .time-hms{margin-top: 0;}
    .search{width: 100%;}
    .BoxRbody {
    padding-left:0
    }
    .timetree li{
     	height:180px;
    } 
    .all-result {
    overflow:hidden;
    }
    .timetree .type{
    	width:85%;
    } 
    .timetree .lu {
    	top:34px;
    	width: 85%;
    	
    }
    #tabBoxR {
    width:100%;
    }
}




