
.logistics_icon{
    width:50px;
    height:50px;
    margin:7.2vw auto 0 auto;
    display: block;
}
.logistics_select{
    width: 84vw;
    height:40px;
    line-height: 40px;
    border: 1px solid #E5E5E5;
    border-radius:2px;
    margin: 5.6vw auto 0 auto;
}
.logistics_code{
    width: 84vw;
    height:40px;
    line-height: 40px;
    border: 1px solid #E5E5E5;
    border-radius:2px;
    margin: 5.6vw auto 0 auto;
}
.location{
    text-align: center;
    text-align-last: center;
    appearance:none;
    -moz-appearance:none;   
    -webkit-appearance:none;
    background-color:#014098;
    border:none;
    color:#fff;
    width:86px;
    padding:0 15px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    outline: none;
    display: inline-block;
    vertical-align: middle;
}
.logistics_select input{
    display: inline-block;
    vertical-align: top;
    width:calc(74.4vw - 86px);
    height:40px;
    outline: none;
    border:none;
    font-size:15px;
    padding:0 4.8vw;
}
.logistics_code input{
    display: inline-block;
    vertical-align: top;
    width:calc(74.4vw - 96px);
    height:40px;
    outline: none;
    border:none;
    font-size:15px;
    padding:0 4.8vw;
}

.logistics_code .verify_code{
    display: inline-block;
    width:96px;
    height:40px;
    cursor:pointer;
}
.logistics_code .get_code{
    display: inline-block;
    width:94px;
    height:39px;
    text-align: center;
    border:1px solid #014098;
    color:#014098;
    cursor:pointer;
    font-size: 10px;

}
.logistics_submit{
    margin:16vw auto 0 auto;
    width:67.2vw;
    height: 9.6vw;
    line-height: 9.6vw;
    font-size:15px;
    color:#fff;
    text-align: center;
    background-color:#014098;
    border-radius:4px;
}
/* 物流结果 */
.logistics_query_result{
    margin-top: 10px;
}
.code{
    font-size:15px;
    color:#333;
    line-height: 21px;
    padding-top:5.6vw;
    text-align: center;
}

.express_type{
    font-size:15px;
    color:#333;
    line-height: 21px;
    text-align: center;
}
.express_code{
    font-size:13px;
    color:#666;
    line-height: 18px;
    margin-top:2.4vw;
    padding-bottom:3.2vw;
    text-align: center;
    border-bottom: 1px dashed #ECECEC;
}
.logistics_item{
    width:73.6vw;
    margin: 9.2vw auto;
    box-shadow: 0 0 10px 0 #c2c2c2;
    padding: 11.2vw 4.8vw 8.8vw 3.2vw;
    position: relative;
}
.logistics_item .icon{
    width:13.6vw;
    height:13.6vw;
    position: absolute;
    top: -6.8vw;
    left:34vw;
}
.logistics_query_result .express_list{
    border-left:1px solid #014098;
    margin-left:50px;
    position: relative;
    margin-top:6.4vw;
}
.logistics_query_result .express_item{
    position: relative;
    min-height:32px;
    margin-top:4vw;
}
.logistics_query_result .express_item:first-child{
    margin-top:0;
}
.logistics_query_result .date_time{
    position: absolute;
    left:-50px;
    padding-right:15px;
    text-align: right;
}
.logistics_query_result .date{
    font-size:13px;
    color:#666;
    line-height: 17px;
}
.logistics_query_result .time{
    font-size:12px;
    color:#999;
    line-height: 14px;
}
.logistics_query_result .point{
    position: absolute;
    width: 3px;
    height: 3px;
    border: 1px solid #014098;
    border-radius: 50%;
    left: -3px;
    top: 6px;
    background-color:#fff;
}
.logistics_query_result .last .point{
    width: 7px;
    height: 7px;
    background-color:#014098;
    top:4px;
    left:-5px;
}
.logistics_query_result .label{
    line-height: 16px;
    font-size:11px;
    color:#666;
    padding-left:9px;
}