﻿@charset "utf-8";

.inbanner {
    text-align: center;
    overflow: hidden;
    position: relative;
    background: url(../images/inbanner_about.jpg) no-repeat;
    background-position: center;
    height: 100px;
    background-size: cover;
    position: relative;
}

.inbanner_serv {
    background-image: url(../images/inbanner_serv.jpg);
}

.inbanner_news {
    background-image: url(../images/inbanner_news.jpg);
}

.inbanner_track {
    background-image: url(../images/inbanner_track.jpg);
}

.inbanner_help {
    background-image: url(../images/inbanner_help.jpg);
}

.inbanner_about {
    background-image: url(../images/inbanner_about.jpg);
}

/* innav */
.innav {
    position: relative;
    z-index: 2;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 12px 10px;
    padding: 10px;
    background: #fff; /* border-radius: 10px; */
    margin-top: 62px;
}

    .innav:after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        content: '';
        /* background-color: #e5e5e5; */
    }

    .innav ul {
        width: auto;
        white-space: nowrap;
    }

    .innav li {
        display: block;
        float: left;
        width: 33.33%;
        margin: 0.5% 0%;
        text-align: center;
        border: 1px solid #ddd;
        border-right: none;
    }

        .innav li:nth-child(3n+3) {
            border-right: 1px solid #ddd;
        }

        .innav li.on { /* border-color: #022245; */
            background-color: #ff9563 !important;
            border-color: #ff9563;
        }

        .innav li a {
            color: #666;
            display: block;
            width: 100%;
            height: 38px;
            font-size: 13px;
            line-height: 38px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 0.1%; /* background-color: #15100d!important; */ /* box-shadow: 0 2px 7px 0 rgba(5,34,97,.1); */ /* border: 1px solid #ddd; */
            border-right: 0px;
            background: url(../images/li_san.png) right center no-repeat;
            position: relative;
        }

            .innav li a:before {
                content: "";
                display: inline-block;
                padding-bottom: 0;
                position: absolute;
                top: 13px;
                right: 6px;
                color: #666;
                font-size: 18px;
                background: url(../images/innav_jian.png) no-repeat 0 -8px;
                width: 14px;
                height: 11px;
                display: none;
            }

        .innav li.on a { /* background: #ff9563!important; */
            color: #fff; /* border: 0; */
        }

            .innav li.on a:before {
                background-position: -39px -8px;
            }

.inmain {
    background: #fff;
    padding: 12px 14px;
    font-size: 0.95rem;
    color: #444;
    line-height: 2em;
    overflow: hidden;
    margin: 10px;
    margin-top: 60px;
    width: calc(100% - 20px);
}

.page-name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
/*滑动导航*/
.swiper1 {
    width: 100%;
}

    .swiper1 .swiper-slide {
        width: 33%;
        text-align: center;
        font-size: 0.95em;
        height: 24px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        cursor: pointer;
        /* background-color: #2f2f2f; */
        color: #999;
        margin-right: 4px !important;
    }

    .swiper1 .selected {
        /* background-color: #ff9563; */
        color: #000;
        /* font-weight: bold; */
    }

        .swiper1 .selected:after {
            position: absolute;
            z-index: 2;
            bottom: -5px;
            left: 22%;
            display: block;
            height: 2px;
            content: '';
            -webkit-transition: all .4s;
            /* background-color: #ff9563; */
            width: 20px;
        }

.swiper2 {
    width: 100%;
}

    .swiper2 .swiper-slide {
        height: calc(100vh - 50px);
        background-color: #ccc;
        color: #fff;
        text-align: center;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }


/*查询*/
.query {
    /* max-width:1033px; */
    margin: -12px -14px;
}

.query_kuang {
    /* border-radius: 10px; */
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 10px;
    padding-top: 20px;
}

    .query_kuang input {
        float: left;
    }

.query_kuang_left {
    width: calc(100% - 60px);
    height: 40px;
    padding-left: 20px;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    padding-right: 50px;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    outline: none;
}

.query_kuang_right {
    border: 0;
    width: 60px;
    height: 40px;
    background-color: #ff6214;
    color: white;
    border-radius: 0 5px 5px 0 !important;
}

.query > h1 {
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0 10px 0;
    text-align: center;
    border-bottom: 4px solid #f1f1f1;
    padding-bottom: 10px;
}

    .query > h1 span {
        color: #d92628;
        font-weight: bold;
    }

@media(min-width: 320px) {
    .query_kuang {
        width: 100%;
    }

    .query_kuang_left {
        width: calc(100% - 60px);
    }
}

.query ul {
    /* padding-bottom:20px; */
    border-top: none;
    border-radius: 10px;
    overflow: hidden;
}

    .query ul li {
        font-size: 14px;
        padding: 5px 12px;
        border-bottom: 1px solid #f1f1f1;
        position: relative;
    }

        .query ul li:last-child:before, .query ul li:last-child:after {
            display: none;
        }

        .query ul li span {
            font-size: 12px;
            color: #999;
        }

.query .query_cur {
    color: #ff6214;
}

@media(max-width:1920px) {
    .footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}





/* 标签页 */
.tab-box { /* margin-bottom: 20px; */
}

    .tab-box .abgne_tab {
        width: 100%;
        clear: left;
    }

        .tab-box .abgne_tab ul.tabs {
            margin: 0 auto;
            margin-bottom: 10px; /* padding: 0 10px; */
        }

            .tab-box .abgne_tab ul.tabs li {
                float: left;
                line-height: 30px;
                position: relative;
            }

                .tab-box .abgne_tab ul.tabs li a {
                    display: block;
                    text-align: center;
                    text-decoration: none;
                    padding: 6px 18px;
                    height: 100%;
                    font-size: 14px;
                    color: #333;
                }

                .tab-box .abgne_tab ul.tabs li.active a, .tab-box .abgne_tab ul.tabs li:hover a {
                    background: #ff9563; /*主色*/
                    color: #fff;
                }

                .tab-box .abgne_tab ul.tabs li:after {
                    content: ' ';
                    display: none;
                    width: 0;
                    height: 0; /*主色*/
                    position: absolute;
                    border-top: 6px solid #ff9563;
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent;
                    bottom: -5px;
                    left: 50%;
                    margin-left: -5px;
                }

                .tab-box .abgne_tab ul.tabs li.active:after {
                    display: block;
                }

        .tab-box .abgne_tab .tab_container {
            clear: both;
        }

            .tab-box .abgne_tab .tab_container .tab_content {
                display: none; /* padding: 10px 0; */ /* background: #fff; */
            }

            .tab-box .abgne_tab .tab_container .table.col50 {
                width: 580px !important; /* margin: 0 9px 20px 9px !important; */
                float: left;
            }

.tab_content .table { /* margin-bottom: 20px; */
}

/* website */
.logistics-website {
    position: relative;
}

    .logistics-website h3 {
        height: 50px;
        font-size: 14px;
        color: #333;
        line-height: 50px;
        font-weight: normal;
    }

    .logistics-website li {
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 10px;
    }

        .logistics-website li:nth-child(5n+5) {
            margin-right: 0;
        }

        .logistics-website li:hover p {
            background: #ff9563;
            color: #fff
        }

    .logistics-website p {
        height: 20px;
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #666;
        line-height: 20px; /* background: #f2f2f2; */
    }

    .logistics-website a {
        display: block;
        cursor: pointer;
        text-decoration: none;
        border: 1px solid #d8d8d8;
    }

/* 计算结果 */
.qudao-result {
    margin-top: 20px;
}

/* track */
.trackw {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #16741c;
}

.track_f {
    position: relative;
    padding-right: 130px;
}

    .track_f .track_text {
        position: relative;
        width: 100%;
        height: 40px;
        border: 1px solid #ccc;
        background: #fff;
        line-height: 30px;
        padding: 0 20px;
        font-size: 14px;
        color: #333;
        border-radius: 4px;
        overflow: hidden;
    }

    .track_f .track_submit {
        position: absolute;
        right: 0;
        top: 0;
        margin-left: 14px;
        width: 124px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-radius: 4px;
        background-color: #167e1c;
        color: #fff;
        text-align: center;
    }

        .track_f .track_submit:hover {
            background-color: #0ba113;
        }

.track_tip {
    color: #f60;
    font-size: 14px;
    line-height: 24px;
}

.queryContext {
    width: 100%;
    z-index: 4;
    font-size: 16px;
}

.result-list {
    margin: 10px;
}


.result-top {
    height: 43px;
    margin: 10px 0;
    border-bottom: none;
    font-size: 14px;
    font-weight: normal;
    background-color: #f7f7f7;
    text-align: center;
    position: relative;
    line-height: 38px;
}

    .result-top span, .result-top a {
        display: inline-block;
        height: 43px;
        line-height: 43px;
        vertical-align: middle;
        font-size: 0.95rem;
    }

    .result-top .numbers span {
        color: #ff6214;
    }

    .result-top .col1 {
        width: 124px;
        text-align: center;
        font-weight: bold;
        border-right: 1px solid #ddd;
        color: #333;
    }

    .result-top .col2 {
        width: 123px;
        text-align: center;
        font-weight: bold;
        color: #333;
    }

.result-info2 {
    border: 1px solid #ddd;
    width: 100%;
    border-bottom: 0;
}

    .result-info2 td {
        padding: 10px;
        color: #000;
        border-bottom: 1px solid #d8d8d8;
        background-color: #fbfbfb;
        font-size: 12px;
        padding: 6px;
        line-height: 18px;
    }

    .result-info2 .row1 {
        width: 100px;
        text-align: right;
    }

    .result-info2 .status {
        width: 40px;
        background: url("../images/ico_status.gif") -50px center no-repeat #fbfbfb;
    }

    .result-info2 .status-first {
        background: url("../images/ico_status.gif") 0px center no-repeat #fbfbfb;
    }

    .result-info2 .status-check {
        background: url("../images/ico_status.gif") -150px center no-repeat #fbfbfb;
    }

/* priceform */
.priceform {
    width: 100%;
}

    .priceform .form-group {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

    .priceform .input-group {
        position: relative;
        width: 100%;
        padding-left: 80px;
    }

        .priceform .input-group.col50 {
            width: 50%;
            float: left;
        }

        .priceform .input-group.col30 {
            width: calc(33.3333% - 6px);
            float: left;
        }

        .priceform .input-group.spaninput {
            padding-right: 30px;
        }

            .priceform .input-group.spaninput.big_spaninput {
                padding-right: 160px;
            }

    .priceform label, .priceform span {
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        height: 40px;
        line-height: 40px;
        color: #333;
        text-align: left;
        font-size: 0.95rem;
    }

    .priceform span {
        left: auto;
        width: 36px;
        background-color: #f5f7fa;
        color: #909399;
        top: 0;
        right: 0;
        border: 1px solid #dcdfe6;
        border-radius: 4px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        white-space: nowrap;
    }

    .priceform .input-group.spaninput.big_spaninput span {
        width: 160px;
    }

        .priceform .input-group.spaninput.big_spaninput span img {
            display: inline-block;
            vertical-align: middle;
        }

    .priceform .form-control {
        position: relative;
        display: block;
        width: 100%;
        height: 40px;
        border: 1px solid #dcdfe6;
        padding: 0 16px;
        line-height: 24px;
        border-radius: 4px;
        outline: none;
        font-size: 0.95rem;
        background: #fff;
    }

    .priceform .form-btn {
        display: block;
        width: 120px;
        height: 36px;
        line-height: 36px;
        background: #ff6214;
        color: #fff;
        margin-left: 80px;
        text-align: center;
        font-size: 0.95rem;
        margin: 0 auto;
        border-radius: 50px;
    }

        .priceform .form-btn.form-btn2 {
            background: #f2f2f2;
            color: #000;
        }

    .priceform .form-link {
        float: left;
        font-size: 12px;
        line-height: 34px;
        padding: 0 10px;
        color: #ff9563;
    }

    .priceform .input-group.col30 {
        padding-left: 30px;
        margin-right: 9px;
    }

        .priceform .input-group.col30:last-child {
            padding-left: 30px;
            margin-right: 0px;
        }

        .priceform .input-group.col30 label {
            width: 30px;
        }


/*仓库*/
.canku_di li {
    width: 70px;
    height: 30px;
    float: left;
    margin: 10px 10px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.canku_di .canku_cur {
    background-color: #ff9563;
    color: white;
}

.canku_biao {
    width: calc(100% - 20px);
    text-align: center;
    margin: 10px 10px;
}

    .canku_biao th {
        font-weight: normal;
        border: 1px solid #e5e5e5;
        padding: 4px 0;
        background-color: #ffeef2;
    }

    .canku_biao td {
        width: 50%;
        padding: 4px 0;
        border: 1px solid #e5e5e5;
    }

.canku {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}


/*help*/
.qamain {
    width: 100%; /* margin-top: 52px; */
}

.qarside {
    width: 318px;
}

    .qarside .imgb {
        width: 100%;
        padding-bottom: 30px;
    }

        .qarside .imgb img {
            width: 100%;
            height: auto;
        }

.qamain .b {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
}

    .qamain .b:last-child {
        margin-bottom: 0px;
    }

    .qamain .b:hover {
        border-color: #eee;
    }

    .qamain .b.on { /* border: 2px solid #eee; */
    }

    .qamain .b .q {
        cursor: pointer;
        line-height: 20px;
        font-size: 15px;
        padding-left: 10px;
        color: #000;
        background-color: rgba(255, 151, 29, 0.1);
        border-left: 3px solid #ff6214;
        padding: 10px;
    }

        .qamain .b .q:before {
            content: "• ";
        }

    .qamain .b.on .q { /* color: #fff; */ /* font-weight: bold; */
    }

    .qamain .b .a {
        display: none;
        padding: 10px 12px; /* border: 2px solid #fafafa; */
        border-top: 0;
        font-size: 14px;
        line-height: 24px;
        color: #333;
    }

        .qamain .b .a p {
            margin: 0;
        }


/*serv*/
.inmain .serv_box .servlist {
    margin-top: 0px;
}

    .inmain .serv_box .servlist li {
        padding: 14px 0px;
        padding-bottom: 8px;
    }

        .inmain .serv_box .servlist li:first-child {
            padding-top: 0;
        }

.serv_box .servlist li::before {
    right: 10px;
}



/*case*/
.case_box {
    background: #fff;
    border-radius: 10px;
}

    .case_box .caselist {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

        .case_box .caselist li {
            position: relative;
            width: 100%;
            font-size: 12px;
            line-height: 20px;
            padding: 14px 0px;
            padding-bottom: 6px;
            border-radius: 5px;
        }

            .case_box .caselist li:first-child {
                padding-top: 50px;
            }

            .case_box .caselist li .case-txt {
                background-color: #f7f7f7;
                padding: 14px 20px;
            }

            .case_box .caselist li .tit {
                display: block;
                width: 100%;
                font-size: 15px;
                text-align: center;
                color: #595959;
                line-height: 30px;
                padding: 0 10px;
            }

            .case_box .caselist li p {
                width: 100%;
                line-height: 24px;
                color: #B1AFAF;
                font-size: 13px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                height: 24px;
                text-align: center;
                background-color: #f7f7f7;
            }

            .case_box .caselist li .case_img {
                width: 100%;
                text-align: center;
                color: #ff6214;
                line-height: 20px;
            }
/*case end*/



/* newslist */
/*index*/
.news-box {
    margin-top: 12px;
    padding: 0 6px;
    background: #fff;
}

    .news-box .newslist li:last-child {
        border-bottom: none;
    }
/*index end*/
.newslist {
    position: relative;
    width: 100%;
}

    .newslist li {
        position: relative;
        width: 100%;
        font-size: 0.95rem;
        line-height: 20px;
        padding: 10px;
        border-bottom: solid 1px #f8f8f8;
    }

        .newslist li:first-child .news_img {
            top: 44%;
        }

        .newslist li .tit {
            display: block;
            width: 100%;
            font-size: 0.95rem;
            color: #333;
            line-height: 26px;
            font-weight: bold;
            max-width: 200px;
        }

        .newslist li p {
            line-height: 20px;
            color: #999;
            font-size: 0.9rem;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            /* max-width: calc(100% - 20px); */
        }

        .newslist li .tit:hover {
            color: #ff9563;
        }

        .newslist li .news_time {
            font-size: 12px;
            color: #bdbdbd;
        }

        .newslist li .news_img {
            position: absolute;
            top: 50%;
            left: 11px;
            height: 60px;
            text-align: center;
            color: #ff9563;
            transform: translateY(-50%); /* background-color: #ff9563; */
            border-radius: 4px;
            line-height: 20px; /* border-right: 1px solid #efefef; */
        }

        .newslist li .time p {
            font-size: 16px;
            font-weight: bold;
            color: #ff9563;
        }
/*新闻详情*/
.news_detail {
    width: 100%;
}

.global_editor_content {
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.news_detail .ad {
    width: 275px;
}

.news_detail h2 {
    font-size: 20px;
    color: #202020;
    text-align: center;
    font-weight: bold; /* margin-bottom: 20px; */
}

.news_detail .param {
    text-align: center;
    line-height: 36px;
    padding: 4px 0; /* border-top: 3px solid #f5f5f5; */
    border-bottom: 3px solid #f5f5f5;
    margin-bottom: 5px;
}

    .news_detail .param * {
        font-size: 12px;
        color: #747373;
    }

.news_detail .near { /* border-top: 1px solid #e5e5e5; */
    padding-top: 15px;
}

    .news_detail .near a {
        display: block;
    }

    .news_detail .near label {
        color: #ff6214;
    }


/*新闻分页*/
.pagination {
    text-align: center;
    line-height: 30px;
}

    .pagination a:nth-child(1), .pagination a:nth-child(2), .pagination a:nth-last-child(2), .pagination a:last-child {
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #e9e9e9;
        display: inline-block;
        color: #555;
        text-decoration: none;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin: 10px 0;
    }

    .pagination .number {
        width: 30px;
        font-size: 12px;
        border: 1px solid #e9e9e9;
        display: inline-block;
        color: #555;
        margin: 0px;
        text-decoration: none;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .pagination .number.current {
            border: 1px solid #ff6214;
            color: #fff;
            background: #ff6214;
        }

    .pagination a:hover {
        text-decoration: underline;
    }


/*price*/
.price-all {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
    margin-top: 20px;
    text-align: right;
}

.price-num {
    font-size: 0.9em;
    margin-right: 10px;
}

.price-weight {
    font-size: 1.1em;
}


.price-tab-box {
    /* background: #f7f8fa; */
    /* height: auto; */
    /* overflow: hidden; */
    padding-top: 20px;
    padding-bottom: 2px;
}

.price-tab {
    width: 100%;
    margin: 0 auto;
}

    .price-tab h2 {
        font-size: 24px;
        color: #333;
        line-height: 1;
        font-weight: 400;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .price-tab .category {
        width: 100%;
        overflow: hidden;
        position: relative;
        overflow: hidden;
    }


        .price-tab .category a:after {
            content: "";
            display: inline-block;
            width: 0;
            height: 100%;
            vertical-align: middle;
        }

        .price-tab .category .prev {
            display: none;
            position: absolute;
            top: 0;
            width: 59px;
            height: 100%;
            box-shadow: 0 0 3px #c6c6c7;
            background: #fff;
            text-align: center;
            font-size: 0;
            left: 0;
            border-right: 1px solid #e1e3e6;
        }

            .price-tab .category .prev span {
                display: inline-block;
                vertical-align: middle;
                width: 9px;
                height: 14px;
                background-repeat: no-repeat;
                background-image: url(../images/arrow.svg);
                background-position: 96.77% 25%;
                background-size: initial;
            }

        .price-tab .category .next span {
            display: inline-block;
            vertical-align: middle;
            width: 9px;
            height: 14px;
            background-repeat: no-repeat;
            background-image: url(../images/arrow.svg);
            background-position: 61.29% 25%;
            background-size: initial;
        }

        .price-tab .category .next {
            position: absolute;
            top: 0;
            width: 59px;
            height: 100%;
            box-shadow: 0 0 3px #c6c6c7;
            background: #fff;
            text-align: center;
            font-size: 0;
            right: 0;
            border-left: 1px solid #e1e3e6;
        }

        .price-tab .category ul li {
            padding: 18px 20px;
            border: none;
            background: #fff;
            color: #333;
            margin: 0;
            margin-right: 0px !important;
            border-top: 1px solid #f5f5f5;
            border-bottom: 1px solid #f5f5f5;
            font-size: 0.95rem;
        }

            .price-tab .category ul li.selected {
                background: #707070;
                color: #fff;
            }

    .price-tab .cont {
        display: none;
    }

        .price-tab .cont.active {
            display: block;
        }

        .price-tab .cont ul li {
            width: calc(100% - 10px);
            float: left;
            margin: 20px 10px;
            box-sizing: border-box;
        }

            .price-tab .cont ul li:nth-child(4n) {
                margin-right: 0px !important;
            }

            .price-tab .cont ul li a {
                display: block;
                border: 1px solid #E5E5E5;
                background-color: #fff;
                margin-top: 20px;
                padding: 13px 20px 15px;
            }

                .price-tab .cont ul li a:hover {
                    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
                    border-color: rgba(229, 229, 229, .73);
                }

                    .price-tab .cont ul li a:hover .cont_main h3.title {
                        color: #00a4ff;
                    }

                .price-tab .cont ul li a .cont_main {
                    display: table-cell;
                    vertical-align: top;
                }

                    .price-tab .cont ul li a .cont_main h3.title {
                        font-size: 18px;
                        font-weight: 400;
                        color: #333;
                        line-height: 32px;
                        white-space: nowrap;
                        overflow: hidden;
                        display: block;
                        text-overflow: ellipsis;
                    }

                    .price-tab .cont ul li a .cont_main p.desc {
                        font-size: 14px;
                        line-height: 1.5;
                        color: #666;
                        height: 42px;
                        margin-top: -2px;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
                    }

.price-result-box {
    padding: 10px;
    font-size: 0.95rem;
}

.price-result {
    border-top: 1px solid #f5f5f5;
    padding: 10px;
    line-height: 30px;
}

    .price-result:last-child {
        border-bottom: 1px solid #f5f5f5;
    }

.price-result-tit {
    text-align: left;
}

.price-result-num {
    float: right;
}

.price-result-all {
    float: right;
    color: red;
    font-size: 1.2em;
}

.dizhi {
    width: 100%;
    border: 1px solid #dcdfe6;
    height: 42px;
    border-radius: 5px;
    padding-left: 0;
    background: #fff;
}

    .dizhi .dizhi-select {
        width: 33.33%;
        padding-left: 10px;
        font-size: 0.95rem;
        float: left;
        border-radius: 5px;
        height: 40px;
        outline: none;
        background: #fff;
    }
/*price*/
