
.loading_shade{
    position: absolute;
    left:0;
    top: 0;
   width:100%;
   background-color:rgba(220, 220, 220, .5);
   z-index:999;
   display: none;
}
.loading_shade img{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.logistics_logo{
    padding:5px;
    width:50px;
    height:50px;
    display: block;
    margin:45px auto 0 auto;
}
.logistics_search{
    width:330px;
    height:40px;
    line-height: 40px;
    margin:40px auto 0 auto;
    border: 1px solid #E2E2E2;
    border-radius:21px;
}
.logistics_select{
    position: relative;
    display: inline-block;
    height:40px;
}
.logistics_select .value{
    position: relative;
    font-size:15px;
    color:#fff;
    display: inline-block;
    width:100px;
    height:40px;
    background-color:#106ACE;
    border-radius:100px  0px  0px  100px;
    text-align: center;
    z-index:1;
    cursor:pointer;
    vertical-align: middle;
}
.logistics_select .image{
    width:10px;
    height:10px;
    position: absolute;
    right:10px;
    top:15px;
    z-index: 1;
}
.logistics_select .list{
    width:120px;
    background-color:#fff;
    padding-top:42px;
    position: absolute;
    top:-1px;
    left:-1px;
    border:1px solid #E5E5E5;
    box-shadow:0 0 10px 0 RGBA(171, 171, 171, 0.5);
    border-radius:21px 0 4px 4px;
    display: none;
    
}
.logistics_select .list>div{
    height:219px;
    overflow: hidden;
}
.logistics_select .list .item{
    line-height: 33px;
    width:100%;
    text-align: center;
    font-size:15px;
    border-bottom:1px solid #E5E5E5;
    cursor:pointer;
}
.logistics_select .list .item:hover{
    background-color:#F4F4F4;
}
.logistics_input_container{
    display:inline-block;
    padding:0 15px;
    vertical-align: middle;
    height:40px;
    line-height: 40px;
    position: relative;
}
.logistics_input_container input{
    background:none;
    padding:0;
    margin:0;
    font-size:15px;
    color:#333;
    width:194px;
    line-height: 40px;
    height:40px;
    border:none;
    outline: none;
    display: inline-block;
}
/* .logistics_input_container img{
    position: absolute;
    width:16px;
    height:16px;
    right:23px;
    top:12px;
    cursor:pointer;
} */
.logistics_code{
    width: 330px;
    margin: 15px auto 0 auto;
}
.logistics_code input{
    border: 1px solid #E2E2E2;
    border-radius: 21px;
    background:none;
    padding:0 15px;
    margin:0;
    font-size:15px;
    color:#333;
    width:154px;
    line-height: 40px;
    height:40px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
}
.logistics_code .verify_code{
    width:120px;
    height:40px;
    float:right;
    cursor:pointer;
}
.logistics_code .get_code{
    width:120px;
    height:40px;
    line-height: 40px;
    float:right;
    text-align: center;
    font-size:14px;
    border:1px solid #014193;
    color:#014193;
    cursor:pointer;
    border-radius:4px;
}
.message_code{
    width: 298px;
    margin: 15px auto 0 auto;
    border: 1px solid #E2E2E2;
    border-radius: 21px;
    background:none;
    padding:0 15px;
    font-size:15px;
    color:#333;
    line-height: 40px;
    height:40px;
    outline: none;
    display:block;
}
.query_btn{
    width:190px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size:14px;
    background-color:#004193;
    color:#fff;
    cursor:pointer;
    border-radius:4px;
    margin:30px auto;
}
.logistics_result{
    margin-top:40px;
    width:574px;
    margin:40px auto;
}
.logistics_result .tips{
    font-size:14px;
    line-height: 18px;
    color:#666;
    margin-bottom:12px;
}
.logistics_result .item{
    background-color:#F6F6F7;
    border-radius:4px;
    padding:20px 110px 30px 110px;
    margin-bottom:40px;
}
.logistics_result .express_type{
    font-size:16px;
    color:#333;
    line-height: 21px;
    text-align: center;
}
.logistics_result .express_code{
    font-size:14px;
    color:#666;
    line-height: 18px;
    margin-top:9px;
    text-align: center;
}
.logistics_result .express_list{
    border-left:1px solid #EE8C0D;
    margin-left:50px;
    position: relative;
    margin-top:38px;
}
.logistics_result .express_item{
    position: relative;
    min-height:32px;
    margin-top:23px;
}
.logistics_result .express_item:first-child{
    margin-top:0;
}
.logistics_result .date_time{
    position: absolute;
    left:-50px;
    padding-right:15px;
    text-align: right;
}
.logistics_result .date{
    font-size:13px;
    color:#666;
    line-height: 17px;
}
.logistics_result .time{
    font-size:12px;
    color:#999;
    line-height: 14px;
}
.logistics_result .point{
    position: absolute;
    width: 3px;
    height: 3px;
    border: 1px solid #EE8C0D;
    border-radius: 50%;
    left: -3px;
    top: 6px;
    background-color:#fff;
}
.logistics_result .label{
    line-height: 18px;
    font-size:12px;
    color:#666;
    padding-left:9px;
}
.no_logistics{
    text-align: center;
}
.no_logistics .no_result{
    font-weight: 500;
    font-size: 18px;
}
.no_logistics .reason{
    font-size: 14px;
    height: 55px;
}
.no_logistics .contact{
    font-size: 16px;
}
.no_logistics .contact span{
    font-weight: 900;
    font-size: 16px;
}
.no_logistics .tip{
    font-size:12px;
    text-align: center;
}
.page_main{
    width: 1200px;
    margin: 0 auto;
}
.nav{
    opacity: 0.7;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    margin-bottom: 35px;
}
.nav a{
    opacity: 0.7;
    color: #666666;
}