﻿@charset "utf-8";

/*in*/
.in-main {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0 60px;
    overflow: hidden;
}
/*tab*/
.in-tab {
    float: left;
    position: relative;
    display: inline-block;
    left: 0;
    width: 240px;
    margin-right: 30px;
    background: #fff;
    margin-bottom: 60px;
}

    .in-tab .tab-tit {
        height: 70px;
        line-height: 70px;
        display: block;
        padding: 0 30px;
        font-size: 22px;
        color: #fff;
        position: relative;
        background-color: #ff6214;
    }

    .in-tab a {
        height: 54px;
        /* line-height: 68px;;/* float: left; */
        line-height: 54px;
        display: block;
        padding-left: 46px;
        padding-right: 30px;
        margin-top: 2px;
        font-size: 16px;
        color: #999;
        position: relative;
        border-bottom: 1px solid #f5f5f5;
        transition: .3s;
    }

        .in-tab a:last-child {
            /* margin-bottom: 60px; */
        }

        .in-tab a:before {
            font-family: 'icomoon' !important;
            content: '\e95d';
            position: absolute;
            left: 26px;
            font-size: 12px;
            -webkit-transition: all .3s;
        }

        .in-tab a.on:before {
            width: 30px;
        }

        .in-tab a.on,
        .in-tab a:hover {
            color: #333;
        }

            .in-tab a:hover:before {
                width: 30px;
            }
/*tab end*/
.in-main .in {
    width: calc(100% - 340px);
    position: relative;
    display: inline-block;
    right: 0;
    /* float: right; */
    min-height: 340px;
    padding: 40px 30px;
    margin-bottom: 20px;
    background-color: #fff
}

    .in-main .in.no-padding {
        padding: 0;
    }

    .in-main .in h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .in-main .in p {
        line-height: 25px;
        font-size: 14px;
        font-weight: 400
    }

.base .in {
    min-height: 340px;
    padding: 40px 30px;
    margin-bottom: 20px;
    background-color: #fff
}

    .base .in h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .base .in p {
        line-height: 25px;
        font-size: 14px;
        font-weight: 400
    }
/* price */
input, select, textarea, button {
    outline: 0;
    font-size: 12px;
}

.form {
    font-size: 12px;
}

    .form > form {
        min-height: 80px;
    }

.price-item {
    float: left;
    position: relative;
    width: 33.33%;
    padding-left: 0;
}

.price-item-gusuan {
    text-align: center; /* width: 10%; */ /* float: right; */
}

.price-item-tiji {
    width: 66.66%;
}

.price-item-tiji-input {
    width: calc(100% - 78px);
    display: inline-block;
    float: right;
}

.price-item > span { /* display:inline-block; */
    width: 80px;
    vertical-align: top;
    color: #000;
}

.price-item span {
    font-size: 13px;
    color: #606266;
    line-height: 40px;
}

.price-item label {
    width: calc(100% - 140px);
    float: right;
    padding: 0 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #1d2860;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
}

.price-item select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #333;
    border: none;
}

.price-item label input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #1d2860;
    border: none;
}

.price-item label .input_kg {
    background-color: #f5f7fa;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    padding: 0 20px;
    height: 42px;
    line-height: 40px;
    width: 24px;
    white-space: nowrap;
}

.price-item-tiji label {
    width: 24%;
    margin-right: 0.5%;
    float: left;
    font-size: 16px;
    color: #1d2860;
}

    .price-item-tiji label:last-child {
        margin-right: 0;
    }

@media(max-width:768px) {
    .price-item {
        width: 100%;
    }
}

@media(max-width:375px) {
    .price-item-tiji label {
        width: 100%;
    }
}

.p_input {
    padding: 0 70px;
    height: 44px;
    outline: none;
    background-color: #f5a700;
    color: #fff;
    font-size: 13px;
    border: none;
}

    .p_input:hover {
        opacity: 0.8;
    }

.inElement {
    width: calc(100% - 120px);
    display: inline-block;
}

.price-item-tiji .inElement {
    width: 20%;
    display: inline-block;
}

.inElement label {
    transition: all .5s;
}

    .inElement label:focus {
        background: #eee;
    }

.inText label {
    display: block;
    _zoom: 1;
    *display: inline;
    border: 1px solid #DDD;
}

    .inText label.hover {
        border-color: #c30d23;
    }

    .inText label.focus {
        border-color: #c30d23;
        box-shadow: 0 0 5px 0 rgba(195, 13, 35,.2);
    }

.inText input {
    border: 0;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
}

.inTextarea label { /* display:block; */ /* border:1px solid #DDD; */
}

    .inTextarea label.hover {
        border-color: #c30d23;
    }

    .inTextarea label.focus {
        border-color: #c30d23;
        box-shadow: 0 0 5px 0 rgba(195, 13, 35,.2);
    }

.inSelect label {
    display: block;
    width: 100%;
    border: 1px solid #DDD;
    font-weight: normal;
    color: #353535;
    vertical-align: top;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
}

    .inSelect label span,
    .inSelect label em {
        height: 36px;
        line-height: 36px;
        display: inline-block;
        vertical-align: top;
    }

    .inSelect label span {
        float: left;
        padding: 0 10px;
        left: 0;
    }

    .inSelect label em {
        float: right;
        width: 30px;
        background: url(../images/form-select-arrow-down.png) no-repeat center center;
        transition: all .5s;
    }

        .inSelect label em.open {
            background-image: url(../images/form-select-arrow-up.png);
        }

    .inSelect label.hover {
        border-color: #c30d23;
    }

        .inSelect label.hover em {
            background-image: url(../images/form-select-arrow-down-on.png);
        }

            .inSelect label.hover em.open {
                background-image: url(../images/form-select-arrow-up-on.png);
            }

    .inSelect label.focus {
        border-color: #c30d23;
        box-shadow: 0 0 5px 0 rgba(195, 13, 35,.2);
    }

        .inSelect label.focus em {
            background-image: url(../images/form-select-arrow-down-on.png);
        }

            .inSelect label.focus em.open {
                background-image: url(../images/form-select-arrow-up-on.png);
            }

    .inSelect label.disabled {
        background: #F5F5F5;
        color: #999;
        cursor: not-allowed;
    }

.inSelect .dropbox {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #DDD;
    clear: both;
    background: #FFF;
    z-index: 1;
    left: 0;
    box-sizing: border-box;
    border-top: 0;
    z-index: -1;
}

    .inSelect .dropbox .listbox dl,
    .inSelect .dropbox .listbox .option,
    .inSelect .dropbox .listbox .optgroup {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .inSelect .dropbox .listbox .option a,
        .inSelect .dropbox .listbox .optgroup a {
            display: block;
            text-decoration: none;
            color: #353535;
            margin: 0px;
            cursor: default;
        }

            .inSelect .dropbox .listbox .option a span,
            .inSelect .dropbox .listbox .optgroup a span {
                display: block;
                margin-left: 10px;
                line-height: 25px;
            }

        .inSelect .dropbox .listbox .optgroup dt a {
            color: #000;
            font-weight: bold;
            margin: 0px;
        }

    .inSelect .dropbox .listbox .selected {
        background-color: #F3F3F3;
    }

    .inSelect .dropbox .listbox .hover a {
        background-color: #c30d23;
        color: #FFF;
    }

    .inSelect .dropbox .listbox .option a:hover {
        background-color: #c30d23;
        color: #FFF;
    }

        .inSelect .dropbox .listbox .option a:hover span.selected {
            background-color: #c30d23;
            color: #FFF;
        }

    .inSelect .dropbox .listbox dd.disabled a {
        background-color: #FFF;
        color: #999;
        cursor: not-allowed;
    }

        .inSelect .dropbox .listbox dd.disabled a:hover {
            background-color: #FFF;
            color: #999;
        }

        .inSelect .dropbox .listbox dd.disabled a span.selected {
            background-color: #FFF;
        }

        .inSelect .dropbox .listbox dd.disabled a:hover span.selected {
            background-color: #FFF;
            color: #999;
        }

    .inSelect .dropbox .listbox dd.option {
        overflow: hidden;
    }

        .inSelect .dropbox .listbox dd.option a span {
            display: inline-block;
        }

        .inSelect .dropbox .listbox dd .option a span {
            margin-left: 20px;
        }

.calculator {
    background-color: #fff
}

    .calculator .calculation-main-content {
        display: grid;
        gap: 30px;
        align-items: center;
        grid-template-columns: 7fr 1fr;
        padding: 30px;
        padding-bottom: 10px;
    }

        .calculator .calculation-main-content .calculator-form {
            display: grid;
            grid-template-columns: repeat(3,1fr);
            gap: 20px
        }

            .calculator .calculation-main-content .calculator-form .package-size {
                grid-column-start: 2;
                grid-column-end: 4
            }

        .calculator .calculation-main-content .query {
            width: 80%;
            padding: 35px 0;
            border-radius: 10px;
            font-size: 15px;
            background-color: #ff6214;
            border: #ff6214;
            color: #fff;
            justify-self: center
        }

.result {
    padding: 30px;
    background-color: #fff;
    border-top: 20px solid #f5f5f5;
}

    .result .result-title {
        color: #393939;
        font-size: 18px
    }

/*price result*/
.form-result {
    width: 100%;
    margin-top: 20px;
}

    .form-result .table-title {
        display: block;
        margin: auto;
        max-width: 600px;
        padding: 5px;
        width: 100%;
    }

        .form-result .table-title h3 {
            color: #fafafa;
            font-size: 30px;
            font-weight: 400;
            font-style: normal;
            font-family: "Roboto", helvetica, arial, sans-serif;
            text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
            text-transform: uppercase;
        }

    .form-result .table-fill {
        background: white;
        border-radius: 3px;
        border-collapse: collapse;
        /* height: 320px; */
        /* margin: auto; */
        max-width: 100%;
        padding: 5px;
        width: 100%;
        /* box-shadow: 0 4px 10px rgb(0 0 0 / 5%); */
        animation: float 5s infinite;
        border-radius: 5px;
        border: 1px solid #eaeaea;
    }

    .form-result th {
        color: #000;
        text-align: center;
        /* background: #0b2154; */
        /* border-bottom:4px solid #9ea7af; */
        /* border-right: 1px solid #C1C3D1; */
        font-size: 15px;
        font-weight: 400;
        padding: 16px;
        /* height: 36px; */
        /* text-align:
    left; */
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        /* vertical-align:
    middle; */
    }

        .form-result th:first-child {
            border-top-left-radius: 3px;
        }

        .form-result th:last-child {
            border-top-right-radius: 3px;
            border-right: none;
        }

    .form-result tr {
        text-align: center;
        color: #746a6a;
        font-size: 12px;
        font-weight: normal;
        text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
        /* height: 36px; */
    }

        .form-result tr:hover td {
            color: #1d2860;
        }

        .form-result tr:first-child {
            border-top: none;
        }

        .form-result tr:last-child {
            border-bottom: none;
        }


        .form-result tr:nth-child(odd) td:hover {
            color: #ff6214;
        }

        .form-result tr:last-child td:first-child {
            border-bottom-left-radius: 3px;
        }

        .form-result tr:last-child td:last-child {
            border-bottom-right-radius: 3px;
        }

    .form-result td {
        background: #FFFFFF;
        padding: 16px;
        vertical-align: middle;
        font-size: 15px;
    }

        .form-result td:last-child {
            border-right: 0px;
        }

@media (max-width: 900px) {
    .calculator .calculation-main-content, .calculator .calculation-main-content .calculator-form {
        grid-template-columns: 1fr
    }

        .calculator .calculation-main-content .calculator-form .package-size {
            grid-column-start: 1;
            grid-column-end: 1
        }

        .calculator .calculation-main-content .query {
            width: 50%;
            padding: 15px 0
        }

    .calculation-main {
        gap: 5px !important;
        grid-template-columns: 1fr !important
    }
}
/* price end */


/* track */
.main-top {
    padding: 20px 0;
    text-align: center;
    background-color: #ff6214;
    color: #000
}

    .main-top .package-search {
        display: flex;
        justify-content: center;
        background-color: #ff6214;
        color: #000 !important
    }

        .main-top .package-search .search-input {
            display: flex;
            align-items: center;
            width: 880px;
            height: 50px;
            background-color: #fff;
            border-radius: 30px;
            margin: 0 10px
        }

            .main-top .package-search .search-input .icon-search-01 {
                flex: 1;
                cursor: pointer;
                margin-right: 10px;
                font-size: 25px;
                font-weight: 700;
                text-align: center;
                color: #ff6214;
            }

            .main-top .package-search .search-input .order-number {
                flex: 12;
                margin-left: 30px;
                border: none;
                outline: none;
                font-size: 16px;
}

            .main-top .package-search .search-input .submit-button{
                position: absolute;
                background: url(../picture/qk_01.png) center center no-repeat;
                background-size: 27px;
                height: 50px;
                width: 60px;
                border-radius: 10px;
                border: none;
                margin-top: 0;
                margin-right: 0;
                cursor: pointer;
                top: 40px;
                right: 158px;
                color: #fff;
                font-size: 16px;
            }

            .main-top .package-search .search-input .search-icon {
                flex: 1;
                cursor: pointer;
                margin-right: 10px;
                font-size: 25px;
                font-weight: 700;
                text-align: center;
                color: #ff6214
            }


.express-content {
    display: flex;
    justify-content: center;
    padding: 50px;
    font-size: 14px;
    text-align: center;
    /* border: 1px solid #f2f2f2; */
    background-color: #fff
}

    .express-content .start {
        height: 300px;
        color: #807996;
        line-height: 300px;
        font-size: 16px;
        font-weight: 700
    }

    .express-content .empty-box {
        margin: 39px 0;
        color: #323232
    }

        .express-content .empty-box img {
            width: 150px
        }

    .express-content .content-top {
        display: grid;
        margin-bottom: 50px;
        gap: 20px;
        grid-template-columns: 80px 20px 1fr;
        justify-items: center
    }

        .express-content .content-top .logistics-tracking-title {
            font-size: 16px;
            font-family: Microsoft YaHei;
            font-weight: 700;
            color: #323232
        }

    .express-content .result-list li {
        display: grid;
        gap: 20px;
        grid-template-columns: 80px 20px 1fr;
        justify-items: start;
        padding-bottom: 30px
    }

        .express-content .result-list li:last-child {
            padding-bottom: 0
        }

        .express-content .result-list li .logistics-tracking-time {
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #8e8e8e
        }

        .express-content .result-list li .dot {
            position: relative;
            width: 16px;
            height: 16px
        }

            .express-content .result-list li .dot .out-dot {
                width: 16px;
                height: 16px;
                background-color: #bcbcbc;
                opacity: .4;
                margin-top: 2px
            }

        .express-content .result-list li:first-child .dot .out-dot {
            background-color: #ff6214;
        }

        .express-content .result-list li .dot .in-dot {
            width: 10px;
            height: 10px;
            background-color: #bcbcbc;
            position: absolute;
            left: 3px;
            top: 5px
        }

        .express-content .result-list li:first-child .dot .in-dot {
            background-color: #ff971d;
        }

        .express-content .result-list li .dot .dot-box {
            display: inline-block;
            border-radius: 50%
        }

        .express-content .result-list li .text {
            flex: 1;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #8e8e8e;
            text-align: left;
        }


@media (max-width: 1024px) {
    .base {
        padding: 20px
    }
}

@media (max-width: 680px) {
    .express-content .content-top {
        grid-template-columns: 1fr 1fr
    }

    .express-content .result-list li {
        grid-template-columns: 27% 8% 65%;
        gap: 10px
    }
}
/* track end */



/* help */
.cookies-title {
    text-align: center;
    font-size: 26px;
}

.main {
    background-color: #fff;
    padding: 20px
}

    .main h4 {
        font-size: 17px;
        height: 38px;
        line-height: 38px;
        margin: 38px 0 10px;
        border-left: 3px solid #ff6214;
        background: rgba(255, 151, 29, 0.1);
        text-indent: 16px;
        color: #000;
        font-weight: 400
    }

        .main h4:before {
            content: "• ";
        }

    .main p {
        line-height: 30px
    }
/* help end */


/* news */
.in_news_list li {
    padding: 12px 0px;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    position: relative;
    transition: all .3s;
}

    .in_news_list li:last-child {
        border-bottom: 0px solid #e4e4e4;
    }

.in_news_list .news_img {
    width: 240px;
    height: 170px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}

    .in_news_list .news_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.in_news_list .news_txt {
    float: right;
    width: calc(100% - 280px);
}

    .in_news_list .news_txt h2 {
        font: 500 22px "microsoft yahei";
        margin-top: 14px;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.7;
        transition: .3s;
    }

.in_news_list li:hover h2 {
    color: #ff6214;
}

.in_news_list .news_txt span {
    position: initial;
    top: 29px;
    right: 34px;
    display: inline-block;
    color: #c0c0c0;
}

.in_news_list .news_txt p {
    margin-top: 5px;
    font-size: 15px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666666;
    line-height: 1.76;
    padding-top: 5px;
}

.in_news_list .news_txt button {
    font-size: 14px;
    margin: 12px 0 0 0;
    color: #fff;
    background-color: #3184c4;
    border: none;
    padding: 4px 16px;
}
/*page*/
.in_news_list .pagination {
    display: inherit;
    text-align: center;
    line-height: 34px;
    margin-top: 20px;
}

.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 #eaeaea;
    display: inline-block;
    color: #555;
    margin: 4px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px; /* -webkit-border-radius: 4px; */
    border-radius: 0;
}

.pagination .number {
    width: 34px;
    font-size: 14px;
    border: 1px solid #eaeaea;
    display: inline-block;
    color: #555;
    margin: 2px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px; /* -webkit-border-radius: 4px; */
    border-radius: 0;
    transition: .3s;
}

    .pagination .page-num.page-num-current, .pagination .number:hover {
        width: 34px;
        font-size: 14px;
        border: 1px solid #ff6214;
        display: inline-block;
        color: #fff;
        background: #ff6214;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px; /* -webkit-border-radius: 4px; */
        border-radius: 0;
    }

.pagination a:hover {
    text-decoration: underline;
}
/* news end */

/* news-detail */
/* 文章页 */
.article .a-title {
    padding-bottom: 20px;
    border-bottom: 2px solid #f5f5f5;
    text-align: center;
    margin-bottom: 20px;
}

    .article .a-title .h1 {
        width: 100%;
        line-height: 35px;
        font-size: 36px;
        margin-bottom: 8px;
        padding: 0 10px 10px 0;
        margin-top: 0;
        font-weight: bold;
        color: #333;
    }

    .article .a-title .info {
        width: 100%;
        line-height: 20px;
        font-size: 12px;
        color: #999;
    }

        .article .a-title .info em {
            margin-right: 18px;
            font-style: normal;
        }

.article .a-dd {
    padding: 10px;
    background: #f5f5f5;
    color: #666;
    font-size: 13px;
    line-height: 1.6em;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.article .a-body p {
    font-size: 14px;
    color: #666;
    line-height: 2em;
    text-indent: 2em;
}

.page_control .page_go {
    width: 50%;
    font-size: 14px;
    color: #ff6214;
    text-align: left;
}

    .page_control .page_go a {
        line-height: 33px;
        font-size: 13px;
        color: #333;
        margin: 0 8px;
        transition: .3s;
    }

        .page_control .page_go a:hover {
            color: #ff6214;
        }

    .page_control .page_go span i {
        font-size: 20px;
        position: relative;
        top: 4px;
        font-weight: bold;
        transition: 0.5s;
    }

    .page_control .page_go:hover span i {
        transform: rotateX(360deg);
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-right {
    text-align: right !important;
}
/* 返回样式 */
.page_control {
    margin-top: 30px;
    border: 1px solid #eaeaea;
    padding: 12px 30px;
    position: relative;
    overflow: hidden;
}

    .page_control:before {
        content: '';
        background: #d5d5d5;
        position: absolute;
        width: 1px;
        height: 34px;
        top: 50%;
        left: 50%;
        margin: -17px 0 0 -2px;
        z-index: 2;
    }

    .page_control:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 74px;
        left: 50%;
        margin-left: -1px;
        top: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(255,255,255,0.1);
    }

    .page_control .button {
        width: 120px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        padding: 0;
        text-align: center;
        margin-top: -18px;
        background: #fff;
        border-radius: 0;
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        top: 40px;
        left: 45%;
    }

.button.btn-main-em {
    color: #ff6214;
    border: 1px solid #ff6214;
}

    .button.btn-main-em:hover {
        color: #fff;
        border: 1px solid #ff6214;
        background-color: #ff6214;
    }
/* news-detail end */


