﻿body {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

* {
    margin: 0;
    padding: 0;
}
/*numbersearch*/
.wlname {
    width: 100%;
    text-align: center;
    padding: 1.25rem 0;
}

.number {
    font-size: 1rem;
    width: 100%;
    text-align: center;
}

#number {
    width: 90%;
    height: 2.5rem;
    text-indent: .625rem;
    font-size: 1rem;
    border: 0.063rem solid #ccc;
}

#search {
    margin-top: 1.25rem;
    width: 90.5%;
    height: 1.875rem;
    background: #f08600;
    color: #fff;
    border: none;
    font-size: 1rem;
}

.resultList {
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
}

.time {
    color: #f08600;
    width: 50%;
    float: left;
}

.row {
    /*padding: .3125rem;*/
    width: 94%;
    margin: 0 auto;
    line-height: 1.438rem;
}

.resultList {
    margin-top: 1.3125rem;
    background: #ECECEC;
    width: 100%;
}

#first {
    border-bottom: .0625rem #ccc solid;
}

.operator {
    text-align: right;
    font-size: .75rem;
    width: 50%;
    float: left;
}

.rowOne {
    line-height: 1.438rem;
    width: 94%;
    margin: 0 auto;
    border-bottom: 0.063rem solid #ccc;
}

    .rowOne:after, .row:after {
        content: "";
        display: block;
        clear: both;
    }


label.label {
    float: left;
}
/*order.html*/
.order {
    font-size: .875rem;
    /*font-size: 14px;*/
    margin: 0 auto;
    width: 98%;
    height: 1.875rem;
    color: #333;
    text-align: left;
    line-height: 1.875rem;
    /*background: #fead46;*/
     border-bottom:1px solid #f08600;
 
}
.searchTime {
    width:100%;
    height:1.875rem;
    color:#fff;
    background:#f08600;
    line-height:1.875rem;
    text-align:center;
     position:fixed;
  bottom:0;
}
    .order span {
        display: inline-block;
        /*padding: .625rem;*/
    }

.order-son {
    line-height: 1.875rem;
    font-size: .875rem;
    /*font-size:1.25rem;*/
    margin: 0 auto;
    /*line-height: 150%;*/
    width: 95%;
    height: 1.875rem;
    background: #FFD399;
    margin-top: .625rem;
}

.order-son-content {
    width: 93%;
    margin: 0 auto;
    background: #F7F7F7;
}

label.order-label {
    width: 30%;
    display: inline-block;
    text-align: right;
}

.order-row {
    line-height: 1.25rem;
    font-size: .813rem;
}
/* 字体*/
i.fa.fa-plus {
    color: #F08600;
    margin-left: 0.25rem;
}

i.fa.fa-plus {
    color:#F08600;
    margin-left: 0.25rem;
}

i.fa.fa-minus {
    color: #F08600;
    margin-left: 0.25rem;
}

.order-box {
    margin: .625rem 0;
}
/*selectQuery*/
.mode {
    width: 100%;
    height: 1.875rem;
    border-bottom: 0.0625rem solid #ccc;
}

.modeOne, .modeTwo {
    width: 50%;
    /*color: #fff;*/
    color: #333;
    /*background: #ccc;*/
    height: 100%;
    float: left;
    text-align: center;
    line-height: 1.875rem;
    /*font-weight:bold;*/
}

.modeBtn {
    display: block;
    width: 97%;
    height: 1.875rem;
    color: #fff;
    background: #f08600;
    border: none;
    margin: .625rem auto;
}

p.txt {
    word-wrap: break-word;
    word-break: normal;
    width: 95%;
    line-height: 1.5625rem;
    margin: .625rem auto;
}

.mode-content-one {
    /*width: 90%;
   margin:20px auto;*/
}

.inputTxt {
    text-indent: .3125rem;
    display: block;
    width: 95%;
    height: 1.875rem;
    margin: .625rem auto;
}

.changeBg {
    border-bottom: .125rem solid #f08600;
}

.line {
    position:relative;
    margin: .625rem auto;
    line-height: 1.875rem;
    width: 96%;
    border-bottom: .0625rem solid #FFDFB7;
    /*height: 30px;*/
    /*background: #FFD399;*/
}

    .line:after {
        content: "";
        display: block;
        clear: both;
    }
/*boundmember*/
p.xh {
    width: 1.375rem;
    height:1.375rem;
    background: #F08600;
    border-radius: 50%;
    display: inline-block;
    /* padding: 0 4px; */
    text-align: center;
    line-height: 1.375rem;
    margin: 1.25rem .25rem;
    color: #fff;
}

span.span-xh {
    margin-right: .0625rem;
}

.line-left {
    float: left;
}

.line-right {
    float: left;
    width: 80%;
}

.line-label {
    color: #888;
}

.line-end {
    margin: .875rem 0;
    float: right;
}
.line-center {
    margin: .875rem 0;
    float: left;
}

/*querylogistics*/
.inputSelect {
    width: 97%;
    height: 2.5rem;
    border: 0.0625rem solid #ccc;
    text-indent: 0.3125rem;
    display: block;
    margin: 1.25rem auto;
}

.wlBox {
    width: 99%;
    display: table;
    margin: 0 auto;
}

.table-tr {
    display: table-row;
}

.table-td {
    height: 1.875rem;
    width: 32%;
    text-align: center;
    display: table-cell;
}

.wl-label {
    margin:0 auto;
    margin-top:10px;
    height: 2.1875rem;
    width: 93%;
    display: block;
    border-bottom: 0.0625rem solid #f08600;
    font-size:25px;
}

/*querylogistics2*/
.queryRow {
    width:98%;
    margin:.625rem auto;
}
.queryLabel {
    display:inline-block;
    width:25%;
    text-align:right;
}
.queryLabel_hwgz {
    display:inline-block;
    width:32%;
    text-align:right;
}
.queryInput {
   width: 70%;
    text-align: left;
    text-indent: 5px;
    height: 1.875rem;
    border:0.0625rem solid #ccc;
    line-height:1.875rem;
}
.queryInput2 {
   width: 70%;
    text-align: left;
    text-indent: 5px;
    border:0.0625rem solid #ccc;
    line-height:1.875rem;
}
.queryDropDown {
   width: 70.3%;
    text-align: left;
    text-indent: 5px;
    height: 1.875rem;
    border:0.0625rem solid #ccc;
    line-height:1.875rem;

}
.queryDropDown2 {
   width: 33.2%;
    text-align: left;
    text-indent: 5px;
    height: 1.875rem;
    border:0.0625rem solid #ccc;
    line-height:1.875rem;

}
.queryInput_hwgz {
   width: 62%;
    text-align: left;
    text-indent: 5px;
    height: 1.875rem;
    border:0.0625rem solid #ccc;
    line-height:1.875rem;

}
.all {
    display:block;
    margin:0 auto;
    border:none;
    width:95%;
    height:2.1875rem;
    line-height:2.1875rem;
    color:#fff;
    background:#f08600;
}
.all1 
{   text-align:  center;
    margin:0 auto;
    border:none;
    width:30%;
    height:2.1875rem;
    line-height:2.1875rem;
    color:#fff;
    background:#f08600;
}

.allLogistics {
    margin-top:1.25rem;
}
span.deldte {
    display:inline-block;
    position:absolute;
    right:10px;
    top:8px;
    font-size:14px;
    color:#ff6a00;
}
span.deldte_center {
    display:inline-block;
    position:absolute;
    right:80px;
    top:8px;
    font-size:14px;
    color:#ff6a00;
    text-decoration:underline;
}