/*网点搜索*/
.search {
    height: 48px;
    width: 680px;
    position: relative;
    box-sizing: border-box;
    border: #4192e7 solid 2px;
    border-radius: 5px;
}
    .search .ipt-search {
        position: relative;
        width: 540px;
        height: 48px;
        border: none;
        display: inline-block;
        vertical-align: middle;
    }
.search .ipt-search > input {
    outline: none;
    border: none;
    padding-left: 10px;
    margin: 0;
    height: 44px;
    width: 540px;
    color: #333;
    font-size: 14px;
    border-radius: 4px 0 0 4px;
}

.search .ipt-search > input::-webkit-input-placeholder {
    color: #c6c6c6;
}

    .search .hot-list {
        padding: 10px 0;
        width: 680px;
        position: absolute;
        left: -2px;
        top: 50px;
        z-index: 9;
        margin: 0;
        line-height: 32px;
        font-size: 14px;
        border-radius: 2px;
        box-shadow: 0 1px 5px rgba(0,0,0,.2);
        background-color: #fff;
        display: none;
    }

.search .hot-list > a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}

.search .hot-list > a:hover {
        background-color: #f3f3f3;
    }

 .search .hot-list > a > div {
        float: left;
    }

        .jg-head .search .hot-list > a > div.number {
            text-align: center;
            float: right;
            color: #999;
        }

.search .btn-search {
    width: 150px;
    height: 46px;
    background-color: #4192e7;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    color: #fff;
    transition: .2s;
}

   .search .btn-search:hover {
        background-color: #589fe9;
        transition: .2s;
    }

    .search .btn-search .iconfont {
        font-size: 21px;
        margin-right: 10px;
        vertical-align: middle;
        margin-top: -2px;
        display: inline-block;
    }


.info-ls {
    padding: 16px 80px 15px 20px;
    color: #666;
    line-height: 30px;
    display: block;
    position: relative;
    padding-left: 100px;
    border-bottom: #eee 1px solid;
}

    .info-ls a.ls-n {
        font-size: 17px;
        color: #222;
        font-weight: 700;
        padding-bottom: 5px;
      
    }

.ls-xq {
    position: absolute;
    font-weight: 400;
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    padding: 4px 8px 4px 8px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #128bed;
    border: solid 1px #128bed;
    right: 30px;
    top: 40%;
}

.ls-ico {
    color: white;
    position: absolute;
    left: 20px;
    top: 24px;
    width: 60px;
    height: 60px;

    line-height: 21px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.STO {
    background-image: url(/img/com/STO.png);
}
.ls-ico {
    background-size: 45px 45px;
}
.lx-tag {
    padding-right: 10px;
    color: #128bed;
}

.rg-p {
    background-color: #fff;
    border: 1px solid #eaeef1;
}
.info-tit, .p-hd {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    background: #fcfcfc;
    color: #555;
    
    height: 35px;
}
    .p-hd h3, .tit-tab {
        color: #333;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0;
        display: block;
    }
.p1-c-list li {
    clear: both;
    display: block;
    border-bottom: #f3f5f7 solid 1px;
    padding: 12px 15px;
}
.p1-c-list li a {
    padding-left: 58px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    height: 30px;
}
.p1-c-list li span {
    
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 25px;
}
.p1-c-list li a, .p1-c-list li i, .p1-c-list li span {
    display: block;
}
    .ls-ico, .p1-c-list li i {
        width: 45px;
        height: 45px;
        float: left;
        border-radius: 6px;
        overflow: hidden;
    }
    .p1-c-list li i {
        background-size: 45px 45px;
        margin-top: 7px;
    }
.yuantong {
    background-image: url(https://cdn.aikuaidi.cn/images/ei/yuantong.png);
}



/*分页组件*/
.jg-pagination ul {
    list-style: none;
    padding-left: 0;
   padding-top:10px;

   text-align:center;
}

    .jg-pagination ul li {
        padding: 0 10px;
        vertical-align: top;
        display: inline-block;
        font-size: 14px;
        min-width: 36px;
        min-height: 28px;
        line-height: 28px;
        cursor: pointer;
        box-sizing: border-box;
        text-align: center;
        background-color: #fff;
        border-radius: 2px;
        margin: 0 3px;
        border: 1px solid #DCDADD;
        height: 30px;
    }



.jg-pagination li.active {
    background: #FC6A31;
    color: #fff;
    cursor: not-allowed;
}

.jg-pagination li.disabled {
    cursor: not-allowed;
    background-color: #F4F6F8;
    color: #bbb;
}

.jg-pagination li.totalPage {
    background: transparent;
    cursor: default;
    border: none;
    padding: 0 6px;
}

    .jg-pagination li.totalPage:hover {
        transform: none;
    }


.jg-pagination li input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: none;
    padding: 4px 5px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 40px;
    height: 25px;
    margin: 0 6px;
}

    .jg-pagination li input:focus {
        border-color: #98A6AD;
    }

.jg-pagination {
    user-select: none;
}

    .jg-pagination ul:nth-child(2) {
        border-radius: 2px;
    }


.jg-page-out {
    background-color: #fff;
    line-height: normal;
    padding: 10px 20px;
    line-height: 28px;
}

    .jg-page-out .jg-btn {
        vertical-align: middle;
        margin-top: 1px;
    }

.sel {
    border: solid 1px #0085e6;
    padding: 5px;
    color: #0085e6;
}

.kdactive {
    background-color: #0085e6;
    color: white;
    border-radius: 3px;
}

.wdi {
    width: 890px;
    float: left;
}

    .wdi .wdv1 {
        background-color: #FFF;
        text-indent: 8px;
        margin-top: 20px;
        height: 48px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px #f2f2f2;
    }

    .wdi .wdv2 {
        margin-top: 20px;
        padding: 10px;
        background-color: #FFF;
    }

        .wdi .wdv2 .wdv2-01 {
            font-size: 14px;
            border-left: solid 3px #0085e6;
            text-indent: 5px;
        }

        .wdi .wdv2 .wdv2-02 {
            text-indent: 8px;
            margin-top: 10px;
            padding-bottom: 10px;
            border-bottom: solid 1px #f2f2f2;
        }

        .wdi .wdv2 .wdv2-03 {
            text-indent: 8px;
            margin-top: 10px;
            padding-bottom: 10px;
            line-height: 35px;
            border-bottom: solid 1px #f2f2f2;
        }

            .wdi .wdv2 .wdv2-03 span {
                color: #7F7F7F;
            }

            .wdi .wdv2 .wdv2-03 a {
                padding: 5px;
            }

.color1 {
    color: #0085e6;
}

.wdi .wdv2 .wdv2-03 .wdv2-03-01 {
    text-indent: 8px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #f2f2f2;
}

.wdi .wdv2 .wdv2-04 {
    background-color: #ffffff;
    padding-top: 10px;
    margin-top: 20px;
}

    .wdi .wdv2 .wdv2-04 .wdv2-04-01 {
        font-size: 14px;
        margin-left: 10px;
        border-left: solid 3px #0085e6;
        text-indent: 5px;
    }

    .wdi .wdv2 .wdv2-04 .wdv2-04-02 {
        background-image: url(/kuaidiimg/img/kdbg.png);
        background-size: 75px 75px;
        background-repeat: no-repeat;
        background-position-y: 10px;
        background-position-x: 6px;
    }

.ninfo {
    width: 295px;
    float: right;
    padding-top: 20px;
}

    .ninfo .ndv1 {
        font-size: 14px;
        margin-left: 10px;
        margin-top: 10px;
        border-left: solid 3px #0085e6;
        text-indent: 5px;
    }

    .ninfo i {
        background-color: #4192e7;
        color: white;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .ninfo a.a1 {
        padding-left: 15px;
        overflow: hidden;
    }

    .ninfo i a {
        padding-left: 0px;
        font-size: 16px;
        color: white;
        line-height: 20px;
    }

.sp1 {
    display: block;
    height: 28px;
    padding-left: 15px;
    overflow: hidden;
    text-align: left;
}