﻿@charset "UTF-8";

/* ------------------------初始化样式------------------------ */
* {
    padding: 0;
    margin: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    overflow: auto;
    min-width: 1500px;
}

body {
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    font-family: '微软雅黑';
    background: #f2f3f7;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-size: 100%;
}

input, label, img, th {
    vertical-align: middle;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:visited, a:focus, a:active {
    color: inherit;
    text-decoration: none;
}

/* 清除浮动 */
.dm-cf {
    zoom: 1;
}

    .dm-cf:after {
        content: '';
        display: block;
        clear: both;
    }

.dm-fl {
    float: left !important;
}

.dm-fr {
    float: right !important;
}

/*栅格*/
.dm-u-1 {
    width: 8.33333333%;
}

.dm-u-2 {
    width: 16.66666667%;
}

.dm-u-3 {
    width: 25%;
}

.dm-u-4 {
    width: 33.33333333%;
}

.dm-u-5 {
    width: 41.66666667%;
}

.dm-u-6 {
    width: 50%;
}

.dm-u-7 {
    width: 58.33333333%;
}

.dm-u-8 {
    width: 66.66666667%;
}

.dm-u-9 {
    width: 75%;
}

.dm-u-10 {
    width: 83.33333333%;
}

.dm-u-11 {
    width: 91.66666667%;
}

.dm-u-12 {
    width: 100%;
}

/*等分*/
[class*=dm-avg-] {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    [class*=dm-avg-]:after, [class*=dm-avg-]:before {
        display: table;
        content: " ";
    }

    [class*=dm-avg-]:after {
        clear: both;
    }

    [class*=dm-avg-] > li {
        float: left;
        display: block;
        height: auto;
    }

.dm-avg-1 > li {
    width: 100%;
}

    .dm-avg-1 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-1 > li:nth-of-type(1n+1) {
        clear: both;
    }

.dm-avg-2 > li {
    width: 50%;
}

    .dm-avg-2 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

.dm-avg-3 > li {
    width: 33.33333333%;
}

    .dm-avg-3 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-3 > li:nth-of-type(3n+1) {
        clear: both;
    }

.dm-avg-4 > li {
    width: 25%;
}

    .dm-avg-4 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-4 > li:nth-of-type(4n+1) {
        clear: both;
    }

.dm-avg-5 > li {
    width: 20%;
}

    .dm-avg-5 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-5 > li:nth-of-type(5n+1) {
        clear: both;
    }

.dm-avg-6 > li {
    width: 16.66666667%;
}

    .dm-avg-6 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-6 > li:nth-of-type(6n+1) {
        clear: both;
    }

.dm-avg-7 > li {
    width: 14.28571429%;
}

    .dm-avg-7 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-7 > li:nth-of-type(7n+1) {
        clear: both;
    }

.dm-avg-8 > li {
    width: 12.5%;
}

    .dm-avg-8 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-8 > li:nth-of-type(8n+1) {
        clear: both;
    }

.dm-avg-9 > li {
    width: 11.11111111%;
}

    .dm-avg-9 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-9 > li:nth-of-type(9n+1) {
        clear: both;
    }

.dm-avg-10 > li {
    width: 10%;
}

    .dm-avg-10 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-10 > li:nth-of-type(10n+1) {
        clear: both;
    }

.dm-avg-11 > li {
    width: 9.09090909%;
}

    .dm-avg-11 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-11 > li:nth-of-type(11n+1) {
        clear: both;
    }

.dm-avg-12 > li {
    width: 8.33333333%;
}

    .dm-avg-12 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-12 > li:nth-of-type(12n+1) {
        clear: both;
    }


/*-------------常用类----------*/
.text-l {
    text-align: left !important;
}

.text-c {
    text-align: center !important;
}

.text-r {
    text-align: right !important;
}

.ver-u {
    vertical-align: unset !important;
}

.ver-m {
    vertical-align: middle !important;
}

.ver-t {
    vertical-align: top !important;
}

.dis-ib {
    display: inline-block;
    vertical-align: middle;
}

/*-------------距离----------*/
.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.padl-10 {
    padding-left: 10px !important;
}

.padl-15 {
    padding-left: 15px !important;
}

.padl-20 {
    padding-left: 20px !important;
}

.padl-30 {
    padding-left: 30px !important;
}

.padb-30 {
    padding-bottom: 30px !important;
}

/*-------------上传图片----------*/
.up-img {
    position: relative;
    width: 110px;
    text-align: center;
    overflow: hidden;
}

    .up-img img {
        width: 110px;
        height: 110px;
    }

    .up-img input {
        position: absolute;
        left: 0;
        width: 110px;
        height: 110px;
        opacity: 0;
        padding: 0;
        top: 0;
        cursor: pointer;
    }

    .up-img p {
        line-height: 30px;
    }

/*-------------table类----------*/
input, textarea, select {
    height: 34px;
    border: 1px solid #dddddd;
    padding: 0 5px;
    resize: none;
}

textarea {
    line-height: 150%;
    height: 100px;
}

input::-webkit-input-placeholder, table textarea::-webkit-input-placeholder {
    color: #dddddd;
}

table td {
    padding: 10px 0;
}


/*--------------------风格颜色--------------------*/
/*鼠标经过颜色*/
a:hover {
    color: #ff7142;
}


/*浏览器兼容性提示*/
.dmport {
    width: 100%;
    background-color: #2F3242;
    height: 100vh;
    position: fixed;
    min-width: 1200px;
    margin: auto;
}

.dmport-title {
    margin: 5% 0 2% 0;
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.dmport-sub-title {
    margin: 0 0 5% 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
}

.support-images {
    text-align: center;
}

    .support-images img {
        margin: 3%;
        box-shadow: 0 5px 5px rgba(60,143,230,.2);
        text-shadow: 1px 1px 1px #01b446;
        vertical-align: initial;
    }

.ban-down1 {
    cursor: pointer;
    display: inline-block;
    margin-top: 5%;
    width: 206px;
    height: 50px;
    background: #0fd25a;
    box-shadow: 0 5px 5px rgba(60,143,230,.2);
    color: #fff !important;
    text-shadow: 1px 1px 1px #01b446;
    font-size: 22px;
    line-height: 50px;
}

.dmport-btn {
    text-align: center;
}


/*banner*/
.am-slider {
    position: relative;
}

.am-slider-default {
    margin: 0;
    border-radius: 2px;
    background-color: #fff;
}

    .am-slider-default .am-viewport {
        max-height: 2000px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

.am-control-nav, .am-direction-nav, .am-slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.am-slider .am-slides > li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
}

.am-slider .am-slides img {
    display: block;
    width: 100%;
}

.am-slider-default .am-control-nav {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
}

    .am-slider-default .am-control-nav li {
        display: inline-block;
        margin: 0 6px;
    }

        .am-slider-default .am-control-nav li a {
            display: block;
            width: 10px;
            height: 10px;
            border: 2px solid #d9d9d9;
            border-radius: 50%;
            background-color: #d9d9d9;
            text-indent: -9999px;
            font-size: 0;
            line-height: 0;
            cursor: pointer;
        }

            .am-slider-default .am-control-nav li a.am-active {
                background-color: #fff;
                cursor: default;
                border-color: #ff7142;
            }

.am-control-nav, .am-direction-nav, .am-slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.am-slider-default .am-direction-nav a {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    overflow: hidden;
    margin: -18px 0 0;
    width: 29px;
    height: 50px;
    opacity: .45;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.am-slider-default .am-direction-nav .am-prev {
    left: 0;
    background: url("../images/leftarrow.png") no-repeat center;
}

.am-slider-default .am-direction-nav .am-next {
    right: 0;
    text-align: right;
    background: url("../images/rightarrow.png") no-repeat center;
}

.am-slider-default .am-direction-nav a:hover {
    opacity: 1;
}




/* 2019-03-04 唐飞龙 */
@charset "UTF-8";

.box {
    width: 1500px;
    margin: 0 auto;
}

.bg_bai {
    background-color: #fff;
}

/*------------------商城头部样式------------------*/
.header_top {
    background: #f2f3f7;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.header_top_left img {
    width: 13px;
    height: 13px;
}

.header_top_left p {
    display: inline-block;
}

.header_top_left .p1 {
    margin-left: 5px;
}

.header_top_left .p2 {
    margin-left: 15px;
}

.header_top_left .sp1 {
    color: #ff7142;
}

.header_top_left .cut_city {
    cursor: pointer;
    margin-left: 5px;
}

.header_top_right a {
    margin-right: 15px;
}

    .header_top_right a:last-child {
        margin-right: 0;
    }

.header_top_right .a1 i {
    /* vertical-align: text-bottom; */
    margin-right: 3px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/Template/BasicTemplate/images/ico_member.png) no-repeat;
    vertical-align: sub;
}

.header_top_right .a1:hover i {
    background: url(/Template/BasicTemplate/images/ico_member1.png) no-repeat;
}

.header_menu {
    height: 96px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.03);
    line-height: 96px;
}

.header_menu_left {
    width: 345px;
    font-size: 18px;
    line-height: initial;
    display: flex;
    align-items: center;
    height: 96px;
    font-weight: bold;
}

    .header_menu_left img {
        margin-right: 10px;
        overflow: hidden;
        max-height: 80px;
        max-width: 120px;
    }

.header_menu_right ul {
    display: inline-flex;
    line-height: 35px;
    width: 1100px;
}

    .header_menu_right ul li {
        padding: 0 6px;
        font-weight: bold;
        position: relative;
        width: 10%;
        overflow: hidden;
        text-align: center;
        font-size: 16px;
    }

        .header_menu_right ul li a {
            height: 96px;
            display: block;
            line-height: 96px;
        }

        .header_menu_right ul li:last-child {
            margin-right: 0;
        }

        .header_menu_right ul li.on {
            border-bottom: 2px solid #ff7142;
            color: #ff7142;
        }

        .header_menu_right ul li:hover a {
            color: #ff7142;
        }

        .header_menu_right ul li.t_mpbile_code_li {
            position: relative;
            margin: auto;
        }

            .header_menu_right ul li.t_mpbile_code_li .t_template_mobile {
                right: 0;
                top: 67px;
                z-index: 99;
                width: 160px;
                height: 165px;
                display: none;
                padding: 20px;
                text-align: center;
                position: absolute;
                background: #fff;
            }

            .header_menu_right ul li.t_mpbile_code_li:hover .t_template_mobile {
                display: block;
            }

            .header_menu_right ul li.t_mpbile_code_li .t_template_mobile > img {
                width: 100px;
                height: 100px;
            }

            .header_menu_right ul li.t_mpbile_code_li .t_template_mobile > p {
                font-size: 14px;
                margin-top: 5px;
                font-weight: normal;
            }

/*------------------商城首页悬浮样式------------------*/
.t_help_float_area {
    position: fixed;
    right: 1%;
    top: 25%;
    z-index: 999;
}

    .t_help_float_area ul {
        position: relative;
        height: 245px;
    }

.t_help_right {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 1px;
    cursor: pointer;
}

    .t_help_right:hover {
        background: #ff7142;
    }

.t_help_left {
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 205px;
    height: 243px;
    border: 1px solid #ff7142;
}

    .t_help_left > p {
        font-weight: bold;
        color: #333;
        line-height: 60px;
        text-align: center;
        border-bottom: 1px solid #f2f3f7;
    }

    .t_help_left ul {
        width: 100%;
        height: 185px;
        padding: 16px 25px;
        /*border-top: 1px solid #e6ecf2;*/
    }

        .t_help_left ul li {
            line-height: 34px;
            color: #999;
        }

            /*.t_help_left ul li img {
                width: 20px;
                height: 20px;
            }*/
            .t_help_left ul li p {
                margin-left: 5px;
                display: inline-block;
                vertical-align: middle;
            }

.t_help_float_qr_code {
    width: 100%;
    line-height: 180px;
    text-align: center;
    /* border-top: 1px solid #e6ecf2; */
}

    .t_help_float_qr_code img {
        max-width: 80%;
    }

ul.t_help_business_ul {
    height: 150px;
    font-size: 16px;
    font-weight: bold;
    color: #e60000;
}

    ul.t_help_business_ul li {
        line-height: 30px;
        font-size: 16px;
        color: #e60000;
    }

.t_help_left > p.t_help_tips {
    font-weight: 500;
    line-height: 35px;
    color: #999;
    border: none;
}

img.t_help_float_position_img {
    position: absolute;
    right: -8px;
}

/*------------------商城首页运费查询样式------------------*/
.t_waybill_search_area {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 118px;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.5);
}

    .t_waybill_search_area table th, .t_waybill_search_area table td {
        padding: 5px 0;
        text-align: left;
    }

    .t_waybill_search_area table th {
        padding-left: 15px;
    }

    .t_waybill_search_area table td input {
        border: none;
        outline: none;
        margin-top: -4px;
        border-radius: 4px;
    }

    .t_waybill_search_area table td select {
        border: none;
        outline: none;
        border-radius: 4px;
    }

    .t_waybill_search_area table th span {
        margin-left: 10px;
        vertical-align: middle;
    }

input.t_waybill_search_btn {
    color: #fff;
    width: 100px;
    height: 70px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    background: #ff7142;
}

    input.t_waybill_search_btn:hover {
        color: #ff7142;
        background: #fff;
    }

/*------------------商城首页主体样式------------------*/
.t_banner {
    width: 100%;
    height: 600px;
    /*background: url(/Template/BasicTemplate/images/img_mall_banner_bg.png) no-repeat;*/
    position: relative;
    /* background-size: cover; */
}

.t_waybill_track_area {
    top: 115px;
    left: 210px;
    color: #fff;
    width: 430px;
    height: 300px;
    padding: 30px;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
}

    .t_waybill_track_area p {
        font-size: 24px;
        font-weight: bold;
    }

    .t_waybill_track_area span {
        margin: 15px 0;
        font-size: 16px;
        display: inline-block;
    }

.t_waybill_track textarea {
    width: 100%;
    border: none;
    height: 100px;
    padding: 15px;
    font-family: '微软雅黑';
}

.t_waybill_track_btn {
    width: 100%;
    margin-top: -2px;
}

    .t_waybill_track_btn input {
        width: 49.75%;
        height: 50px;
        font-size: 18px;
        color: #666;
        background: #f2f3f7;
        border: none;
        padding: 0;
        outline: none;
        font-weight: bold;
        float: left;
        cursor: pointer;
    }

/*.t_waybill_track_btn input:hover {
    color: #fff;
    background: #ff7142;
}*/
.t_product_service_top {
    height: 190px;
    padding: 70px 0 0;
    text-align: center;
    border-bottom: 1px solid #e6ecf2;
    margin-bottom: 42px;
}

    .t_product_service_top p, .t_product_service_top h1 {
        font-size: 36px;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
    }

    .t_product_service_top span {
        display: block;
        font-size: 16px;
    }

.t_bottom_line {
    display: inline-block;
    margin-top: 19px;
    width: 80px;
    border-bottom: 4px solid #ff7142;
}

.t_product_service_area .t_product_service_bottom {
    padding-bottom: 110px;
}

    .t_product_service_area .t_product_service_bottom ul li img {
        height: 240px;
    }

.t_product_service_bottom ul li:hover .t_product_service_des {
    background: #ff7142;
    color: #fff;
    cursor: pointer;
}

.t_product_service_area .am-slider-default .am-control-nav, .t_cooperation_area .am-slider-default .am-control-nav {
    bottom: -60px;
}

    .t_product_service_area .am-slider-default .am-control-nav li a, .t_cooperation_area .am-slider-default .am-control-nav li a {
        border: 1px solid #ff7142;
        background-color: #fff;
        width: 15px;
        height: 15px;
    }

        .t_product_service_area .am-slider-default .am-control-nav li a.am-active, .t_cooperation_area .am-slider-default .am-control-nav li a.am-active {
            background-color: #ff7142;
        }

.t_product_service_des {
    padding: 25px 20px;
    background: #f1f1f1;
    position: relative;
}

    .t_product_service_des h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .t_product_service_des p {
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.t_customer_service_area .t_product_service_top {
    border-bottom: none;
    margin-bottom: 0;
}

.t_customer_services {
    text-align: center;
}

    .t_customer_services img {
        width: 120px !important;
        height: 120px;
        margin: 35px auto 30px;
    }

    .t_customer_services p.t_customer_service_name {
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }

    .t_customer_services p.t_customer_service_des {
        font-size: 14px;
        color: #666;
        padding: 0 25px;
        margin-bottom: 35px;
        line-height: 180%;
        margin-top: 5px;
    }

.t_customer_service_area .am-slider-default {
    background-color: #f2f3f7;
    padding: 0 60px;
}

.t_customer_service_list li:hover {
    background-color: #fff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.03);
}

.magictime {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.tinLeftOut {
    animation-name: tinLeftOut;
}

@keyframes tinLeftOut {
    0%, 50% {
        transform: scale(1, 1);
    }

    25%, 75% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1.1, 1.1);
    }
}

.t_customer_service_area .am-slider-default .am-direction-nav .am-prev {
    background-image: url("/Template/BasicTemplate/images/prev.cur");
    left: 10px;
}

.t_customer_service_area .am-slider-default .am-direction-nav .am-next, .t_customer_service_slider.am-slider-default .am-direction-nav .am-next {
    background-image: url("/Template/BasicTemplate/images/next.cur");
    right: 10px;
}

.t_customer_service_slider.am-slider-default .am-direction-nav .am-prev {
    background-image: url("/Template/BasicTemplate/images/leftarrow1.png");
    left: 40px;
    top: 27%;
}

.t_customer_service_slider.am-slider-default .am-direction-nav .am-next {
    background-image: url("/Template/BasicTemplate/images/rightarrow1.png");
    right: 40px;
    top: 27%;
}

.t_customer_service_area {
    margin-bottom: 35px;
}

.t_about_us_area {
    /*background: url("/Template/BasicTemplate/images/bg_about_us.png") no-repeat;*/
    height: 496px;
    background-size: 100% 276px;
}

.t_bg_opacity {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
}

.t_about_us_area .t_product_service_top {
    color: #fff;
    border-bottom: none;
    padding: 40px 0;
    margin-bottom: 0;
}

.t_bg_opacity .t_product_service_bottom {
    background: #fff;
    padding: 50px 75px;
}

    .t_bg_opacity .t_product_service_bottom > div {
        width: 50%;
    }

.t_about_us_div > p {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

    .t_about_us_div > p img {
        margin-right: 10px;
    }

.t_about_us_div p.t_about_us_des {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-right: 77px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 25px;
}

.t_about_us_div .t_go_about_us {
    display: inline-block;
    line-height: 30px;
    width: auto;
}

    .t_about_us_div .t_go_about_us a {
        color: #fff;
    }

    .t_about_us_div .t_go_about_us p, .t_about_us_div .t_go_about_us div {
        float: left;
        padding: 0 10px;
    }

    .t_about_us_div .t_go_about_us p {
        background-color: #ff7142;
        border-right: 1px solid #fff;
    }

.t_about_us_img {
    padding-left: 35px;
}

    .t_about_us_img img {
        width: 652px;
        height: 206px;
    }

.t_bai_mask {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.t_news_list_area .t_product_service_top {
    margin-bottom: 0;
    border-bottom: none;
}

.t_news_list_area .t_product_service_bottom ul li {
    margin-right: 25px;
    width: 356px;
    padding: 15px;
    background: #fff;
}

    .t_news_list_area .t_product_service_bottom ul li:nth-child(4) {
        margin-right: 0;
    }

    .t_news_list_area .t_product_service_bottom ul li img {
        width: 326px;
        height: 190px;
        margin-bottom: 15px;
    }

    .t_news_list_area .t_product_service_bottom ul li .t_news_title p {
        font-size: 16px;
        font-weight: bold;
    }

    .t_news_list_area .t_product_service_bottom ul li .t_news_title span {
        width: 100%;
        display: inline-block;
        font-size: 14px;
        color: #666;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.t_cooperation_area {
    margin: 70px 0 0;
    padding-bottom: 50px;
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.03);
}

    .t_cooperation_area .t_product_service_top {
        margin-bottom: 10px;
        border-bottom: none;
    }

/*------------------商城底部样式--------------------*/
footer {
    color: #aaa;
    font-size: 14px;
    background: #131219;
}

.footer_top {
    padding: 65px 0 50px;
}

    .footer_top > div {
        height: 100px;
    }

.footer_left {
    width: 358px;
    border-right: 1px solid #4a494e;
}

p.footer_left_EN {
    font-size: 36px;
    margin-top: 10px;
}

.footer_middle {
    width: 579px;
    text-align: center;
    border-right: 1px solid #4a494e;
}

    .footer_middle img {
        margin-top: 5px;
        vertical-align: top;
    }

    .footer_middle ul {
        width: 257px;
        text-align: left;
        margin-left: 25px;
        line-height: 30px;
        display: inline-block;
    }

.footer_right {
    width: 563px;
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: center;
}

    .footer_right img {
        vertical-align: top;
        margin-top: 5px;
    }

    .footer_right ul {
        display: inline-block;
        line-height: 30px;
        text-align: left;
        margin-left: 25px;
        max-width: 60%;
    }

.footer_bottom {
    height: 140px;
    text-align: center;
}

ul.footer_nav {
    display: inline-block;
    padding: 15px 0;
}

    ul.footer_nav li {
        padding: 0 10px;
    }

p.footer_bottom_p1 {
    font-size: 12px;
    margin-bottom: 20px;
}

p.footer_bottom_p2 {
    font-size: 12px;
    color: #4a494e;
}

.footer_visible {
    text-align: center;
    line-height: 60px;
    color: #4a494e;
    background: #000;
}

    .footer_visible > div {
        display: inline-block;
    }

.footer_visible_div1 {
    margin-right: 20px;
}

    .footer_visible_div1 img {
        margin-right: 10px;
    }

/*---------------------------产品服务样式---------------------------*/
.t_bg_banner {
    width: 100%;
    z-index: -1;
    height: 320px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .t_bg_banner img {
        width: 100%;
    }

.t_bg_banner_mask {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
}

.t_product_service_box {
    z-index: 1;
    position: relative;
    margin-top: -275px;
}

    .t_product_service_box .t_product_service_top {
        padding: 0;
        color: #f6f6f6;
        border-bottom: none;
        margin-bottom: 20px;
    }

        .t_product_service_box .t_product_service_top span {
            color: #aaa;
            font-size: 12px;
        }

        .t_product_service_box .t_product_service_top ul {
            margin-top: 25px;
        }

            .t_product_service_box .t_product_service_top ul li {
                width: 120px;
                margin: 0 5px;
                font-size: 14px;
                line-height: 40px;
                display: inline-block;
                border: 1px solid #fff;
            }

                .t_product_service_box .t_product_service_top ul li:hover, .t_product_service_box .t_product_service_top ul li.on {
                    font-size: 16px;
                    background: rgba(255, 255, 255, 0.2);
                }

                .t_product_service_box .t_product_service_top ul li a {
                    display: block;
                    color: #fff;
                }

.t_service_type {
    margin-bottom: 42px;
    margin-top: -40px;
}

ul.t_service_type_ul {
    display: flex;
    width: 100%;
}

    ul.t_service_type_ul li {
        display: inline-block;
        flex: 1;
        text-align: center;
        line-height: 52px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        margin-right: 5px;
    }

        ul.t_service_type_ul li:last-child {
            margin-right: 0;
        }

        ul.t_service_type_ul li:hover {
            background: rgba(255, 113, 66, 0.6);
        }

        ul.t_service_type_ul li.on {
            background: rgba(255, 113, 66, 0.6);
        }

        ul.t_service_type_ul li a {
            color: #fff;
            display: block;
        }

.t_service_list {
    background: #fff;
    border: 1px solid rgba(230, 236, 242, 1);
}

.t_service_list_title {
    color: #333;
    display: flex;
    padding: 50px 0;
    margin-top: 5px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    /*background: url(/images/bg_product_service2.png) no-repeat center;*/
}

    .t_service_list_title .left {
        width: 210px;
        height: 19px;
        margin-right: 20px;
        background: url(../images/icon_content_left.png) no-repeat center;
        background-size: 100% 100%;
    }

    .t_service_list_title .right {
        width: 210px;
        height: 19px;
        margin-left: 20px;
        background: url(../images/icon_content_right.png) no-repeat center;
        background-size: 100% 100%;
    }

.t_service_list_area * {
    max-width: 100% !important;
}

.t_service_list_area_ul {
    padding: 0 65px;
}

    .t_service_list_area_ul li {
        padding-bottom: 45px;
        color: #666;
    }

        .t_service_list_area_ul li .t_service_name {
            font-size: 18px;
            font-weight: bold;
        }

        .t_service_list_area_ul li .t_service_des {
            font-size: 14px;
            margin: 5px 0;
        }

/*-----------------------关于我们样式-----------------------*/
.t_bg_about_us {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
}

.t_about_us {
    position: relative;
    z-index: 1;
}

    .t_about_us .t_product_service_top {
        color: #fff;
        border-bottom: none;
    }

        .t_about_us .t_product_service_top p, .t_about_us .t_product_service_top h1 {
            font-size: 36px;
        }

        .t_about_us .t_product_service_top span {
            color: #aaa;
            font-size: 12px;
            margin: 10px;
        }

ul.t_about_us_ul {
    margin-top: 30px;
    display: inline-block;
}

    ul.t_about_us_ul li {
        float: left;
        min-width: 120px;
        line-height: 40px;
        margin: 0 5px;
    }

        ul.t_about_us_ul li a:hover {
            background: rgba(255, 255, 255, 0.2);
        }

        ul.t_about_us_ul li.on a {
            background: rgba(255, 255, 255, 0.2);
        }

        ul.t_about_us_ul li a {
            display: block;
            border: 1px solid #fff;
            color: #fff;
            padding: 0 10px;
        }

        ul.t_about_us_ul li .t_about_us_li {
            display: none;
        }

            ul.t_about_us_ul li .t_about_us_li.on {
                display: block;
            }

.t_about_us_tab {
    /* text-align: center; */
    padding-bottom: 85px;
}

.t_about_us_tab_title {
    border-bottom: 1px solid #e6ecf2;
    margin-bottom: 75px;
    text-align: center;
}

    .t_about_us_tab_title p, .t_about_us_tab_title h1 {
        font-size: 36px;
        padding: 20px 0;
        font-weight: bold;
        margin-bottom: -1px;
        display: inline-block;
        border-bottom: 4px solid #ff7142;
    }

.t_content_div {
    padding-bottom: 30px;
}

    .t_content_div .t_content_div_img {
        width: 560px;
        height: 250px;
    }

        .t_content_div .t_content_div_img img {
            width: 100%;
            height: 100%;
        }

    .t_content_div .t_content_div_des {
        text-align: left;
        width: 870px;
    }

        .t_content_div .t_content_div_des p.t_content_first_title {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
        }

        .t_content_div .t_content_div_des p.t_content_first_des {
            font-size: 14px;
            color: #666;
            line-height: 160%;
            padding-bottom: 35px;
            border-bottom: 1px solid #e6ecf2;
        }

/*---------------------合作伙伴样式------------------------*/
ul.t_cooperation_list_area_ul {
    padding: 0 65px 45px;
}

    ul.t_cooperation_list_area_ul li {
        margin-right: 128px;
        margin-bottom: 35px;
        width: 370px;
        height: 185px;
        position: relative;
        background: #f2f2f2;
        text-align: center;
    }

        ul.t_cooperation_list_area_ul li:nth-child(3n) {
            margin-right: 0;
        }

.t_cooperation_img {
    position: relative;
    width: 100%;
    height: 100%;
}

    .t_cooperation_img img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .t_cooperation_img .t_partner_img_mask {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.05);
    }

.t_cooperation_li_des {
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15px 25px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .t_cooperation_li_des.on {
        display: block;
    }

    .t_cooperation_li_des .t_cooperation_title {
        text-align: left;
    }

        .t_cooperation_li_des .t_cooperation_title p.t_cooperation_type {
            display: inline-block;
            padding-bottom: 15px;
            border-bottom: 1px solid #fff;
        }

    .t_cooperation_li_des p.t_cooperation_name {
        font-size: 22px;
        padding: 0 70px;
        padding-bottom: 15px;
    }

    .t_cooperation_li_des span {
        font-size: 12px;
        color: #aaa;
        display: block;
        line-height: 160%;
        padding: 0 70px;
    }

/*--------------------客户服务样式---------------------*/
.t_customer_service_slider {
    padding: 0 75px;
}

    .t_customer_service_slider .t_customer_service_list li {
        height: 358px;
        position: relative;
        z-index: 2;
    }

        .t_customer_service_slider .t_customer_service_list li:hover {
            background: #f2f3f7;
        }

        .t_customer_service_slider .t_customer_service_list li .t_customer_selected {
            width: auto;
            height: auto;
            margin: auto;
            display: none;
        }

            .t_customer_service_slider .t_customer_service_list li .t_customer_selected.on {
                display: block;
            }

.t_bottom_split_line {
    width: 100%;
    border: 1px solid #f2f3f7;
    position: absolute;
    top: 295px;
    left: 0;
}

.t_customer_problem_list {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0 65px 25px;
    color: #666;
}

    .t_customer_problem_list li {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

        .t_customer_problem_list li .t_customer_problem_question {
            font-size: 18px;
            font-weight: bold;
        }

        .t_customer_problem_list li .t_customer_problem_answer {
            font-size: 14px;
        }

/*--------------------联系我们样式--------------------*/
.t_contact_us {
    padding: 0 67px 50px;
    margin-bottom: 42px;
}

.t_contact_us_left {
    width: 630px;
    height: 210px;
    overflow: hidden;
}

    .t_contact_us_left img {
        width: 100%;
        height: 100%;
    }

.t_contact_us_right {
    width: 646px;
    color: #666;
    padding-top: 40px;
    border-top: 1px solid #e6ecf2;
    line-height: 180%;
}

    .t_contact_us_right > p {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
    }

.t_contact_us_list {
    width: 1366px;
    margin: 0 auto;
}

ul.t_contact_us_mode_list {
    display: flex;
    text-align: center;
    padding-bottom: 100px;
}

    ul.t_contact_us_mode_list li {
        flex: 1;
        font-size: 14px;
        color: #666;
    }

        ul.t_contact_us_mode_list li p {
            font-weight: bold;
        }

/*-------------------------人才招聘--------------------------*/
.t_job_des_list {
    width: 1366px;
    margin: auto;
    color: #666;
    line-height: 180%;
    padding-bottom: 60px;
}

    .t_job_des_list .t_job_des {
        font-size: 18px;
        font-weight: bold;
    }

    .t_job_des_list ul {
        font-size: 14px;
        margin-bottom: 40px;
    }

/*------------------新闻资讯样式------------------*/
.t_news_list_tab {
    padding: 40px 0;
}

.t_news_list_left {
    width: 1087px;
}

ul.t_news_list_ul li {
    margin-bottom: 40px;
}

    ul.t_news_list_ul li .t_news_img {
        width: 330px;
        height: 190px;
        margin-right: 35px;
    }

        ul.t_news_list_ul li .t_news_img img {
            width: 100%;
            height: 100%;
        }

    ul.t_news_list_ul li .t_news_info {
        padding-right: 45px;
    }

.t_news_info p.t_news_title_p {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    margin-bottom: 25px;
}

.t_news_info p.t_news_des {
    font-size: 14px;
    color: #666;
    line-height: 170%;
    height: 90px;
    width: 675px;
    overflow: hidden;
}

.t_news_info div.t_news_time_comment {
    font-size: 14px;
    color: #999;
    padding-bottom: 29px;
    border-bottom: 1px solid #e6ecf2;
}

div.t_news_time_comment > p {
    display: inline-block;
    padding: 0 10px;
    padding-left: 0;
}

    div.t_news_time_comment > p span {
        vertical-align: middle;
        margin: 0 5px;
    }

.t_news_list_right {
    width: 413px;
    padding: 20px 25px 0;
    border: 1px solid #e6ecf2;
}

p.t_news_list_right_title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    line-height: 100%;
    margin-bottom: 15px;
    border-left: 3px solid #ff7142;
}

ul.t_hot_news_lists li {
    width: 170px;
    margin-right: 20px;
    margin-bottom: 25px;
}

    ul.t_hot_news_lists li:nth-child(2n) {
        margin-right: 0;
    }

    ul.t_hot_news_lists li .t_hot_news_img {
        width: 170px;
        height: 96px;
        margin-bottom: 10px;
    }

        ul.t_hot_news_lists li .t_hot_news_img img {
            width: 100%;
            height: 100%;
        }

    ul.t_hot_news_lists li p.t_hot_news_des {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.page_two {
    text-align: center;
    margin: 30px auto 60px;
}

    .page_two > p {
        height: 42px;
        min-width: 37px;
        display: inline-block;
        line-height: 42px;
        cursor: pointer;
        color: #555555;
        margin: 0 5px;
    }

        .page_two > p a {
            display: block;
            padding: 0 14px;
            border: 1px solid #e6ecf2;
        }

        .page_two > p.on {
            color: #ff7142;
            /*border: 1px solid #ff7142;*/
        }

            .page_two > p.on a, .page_two > p a:hover {
                color: #ff7142;
                border: 1px solid #ff7142;
            }

/*------------------新闻详情样式------------------*/
.t_news_detail_div {
    margin: 40px 0;
    padding: 10px 40px;
    border: 1px solid rgba(230, 236, 242, 1);
}

.t_news_header {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}

    .t_news_header p.t_news_title, .t_news_header h1.t_news_title {
        font-size: 30px;
        font-weight: bold;
        color: #333;
        margin: 15px 0;
    }

.t_news_other_info {
    font-size: 14px;
    color: #999;
}

    .t_news_other_info > p {
        display: inline-block;
        padding: 0 20px;
    }

        .t_news_other_info > p span {
            vertical-align: middle;
            margin: 0 5px;
        }

.t_news_detail_body {
    padding: 40px 0 30px;
    margin: 0 20px;
    border-top: 1px solid #e6ecf2;
}

/*-----------------------运费查询样式-------------------------*/
.t_waybill_query_box {
    margin: 42px 0;
}

.t_title_name {
    margin: 0 60px;
    padding: 35px 0;
}

    .t_title_name p {
        font-size: 22px;
        line-height: 100%;
        padding-left: 15px;
        border-left: 3px #ff7142 solid;
    }

.t_table_box {
    margin: 0 230px 10px 245px;
}

    .t_table_box table tr td {
        font-size: 14px;
        color: #888;
    }

    .t_table_box select {
        border: 1px solid #bbbbbb;
        border-radius: 4px;
        width: 280px;
        height: 35px;
        font-size: 14px;
        padding: 0 10px;
    }

    .t_table_box input[type="text"] {
        border: 1px solid #bbbbbb;
        margin-right: 2px;
        border-radius: 4px;
        width: 96px;
        height: 33px;
        font-size: 14px;
        padding: 0 10px;
    }

    .t_table_box input.t_long {
        width: 300px;
    }

.t_jisuan {
    background: #ff7142;
    color: #fff;
    border-radius: 4px;
    min-width: 100px;
    display: inline-block;
    padding: 47px 0;
    font-size: 18px;
    line-height: 0;
    border: none;
    font-weight: bold;
}

    .t_jisuan:hover {
        cursor: pointer;
        background: #ff4a39;
    }

.t_source_table {
    margin: 0 75px;
    min-height: 380px;
    margin-bottom: 60px;
}

    .t_source_table table tr th {
        /*background: #f2f2f2;*/
        background: #f2f3f7;
        height: 60px;
        border: none;
        font-size: 14px;
        color: #333;
        text-align: center;
    }

    .t_source_table table tr td {
        color: #555;
        height: 60px;
        font-size: 14px;
        /*text-align: center;
        padding: 25px 0 25px 40px;*/
        border-bottom: 1px #f2f2f2 solid;
    }

        .t_source_table table tr td.t_pay {
            color: #da251d;
            font-weight: 600;
        }

        .t_source_table table tr td font {
            display: inline-block;
            margin-bottom: 10px;
        }

.t_none_source {
    text-align: center;
    display: none;
}

    .t_none_source img {
        padding: 20px 0;
    }

    .t_none_source .p1 {
        font-size: 20px;
        color: #555;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .t_none_source .p2 {
        font-size: 14px;
        color: #888;
    }

/*-----------------------运费查询样式-------------------------*/
.t_track_search_area {
    width: 1351px;
    margin: 0 auto;
    padding: 20px 0 20px;
}

.t_track_search_left {
    width: 163px;
}

p.t_track_search_left_big {
    font-size: 24px;
    color: #000;
}

p.t_track_search_left_small {
    font-size: 18px;
    color: #888;
}

.t_track_search_middle {
    width: 800px;
    height: 62px;
    margin: 0 15px;
}

textarea.t_track_search_middle_textarea {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    border-color: #000;
    font-family: '微软雅黑';
}

    textarea.t_track_search_middle_textarea:-moz-placeholder {
        font-size: 14px;
        font-weight: normal;
    }

    textarea.t_track_search_middle_textarea::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: normal;
    }

    textarea.t_track_search_middle_textarea:-moz-placeholder {
        font-size: 14px;
        font-weight: normal;
    }

    textarea.t_track_search_middle_textarea:-ms-input-placeholder {
        font-size: 14px;
        font-weight: normal;
    }

input[type='button'].t_track_search_btn {
    width: 350px;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #000;
    border: none;
    cursor: pointer;
    outline: none;
}

.wb_img {
    margin-bottom: 60px;
    padding: 75px 0;
    width: 100%;
    text-align: center;
}

    .wb_img img {
        max-width: 81px;
        max-height: 200px;
    }

    .wb_img b {
        display: block;
        padding-top: 8px;
        width: 100%;
        color: #999;
        text-align: center;
        font-size: 22px;
        line-height: 38px;
    }

.t_cooperation_area .t_product_service_bottom {
    padding-bottom: 50px;
}

.t_waybill_track_btn input.t_waybill_track_submit {
    color: #fff;
    background: #ff7142;
    margin-right: 0.5%;
}

.t_product_service_area.banerlibox {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.03);
}

/*-----------------------商机信息样式-------------------------*/
.business_opportunity ul.t_service_type_ul {
    margin-bottom: 0;
}

    .business_opportunity ul.t_service_type_ul li {
        margin-right: 3px;
    }

        .business_opportunity ul.t_service_type_ul li:last-child {
            margin-right: 0;
        }

.business_opportunity .t_product_service_top p {
    color: #f6f6f6;
}

ul.t_business_opportunity_ul {
    padding: 0 65px 25px;
}

    ul.t_business_opportunity_ul li {
        margin-bottom: 35px;
    }

    ul.t_business_opportunity_ul .t_business_opportunity_img {
        width: 180px;
        height: 180px;
        margin-right: 30px;
        display: inline-block;
        vertical-align: middle;
    }

        ul.t_business_opportunity_ul .t_business_opportunity_img img {
            width: 100%;
            height: 100%;
        }

    ul.t_business_opportunity_ul .t_business_opportunity_content {
        width: 1150px;
        height: 180px;
        display: inline-block;
        vertical-align: middle;
        border-bottom: 1px solid #e6ecf2;
    }

        ul.t_business_opportunity_ul .t_business_opportunity_content b.t_business_opportunity_title {
            color: #555;
            font-size: 18px;
            line-height: 100%;
            display: inline-block;
        }

    ul.t_business_opportunity_ul li a:hover .t_business_opportunity_content b.t_business_opportunity_title {
        color: #ff7142;
    }

    ul.t_business_opportunity_ul .t_business_opportunity_content p.t_business_opportunity_des {
        color: #666;
        width: 100%;
        font-size: 14px;
        overflow: hidden;
        margin: 25px 0 70px;
        /* white-space: nowrap; */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    ul.t_business_opportunity_ul .t_business_opportunity_content span {
        color: #999;
        font-size: 14px;
        margin-right: 40px;
    }

        ul.t_business_opportunity_ul .t_business_opportunity_content span.t_business_opportunity_time i {
            width: 13px;
            height: 13px;
            margin-right: 12px;
            display: inline-block;
            background: url(../images/ico_news_clock.png) no-repeat;
            background-size: cover;
        }

        ul.t_business_opportunity_ul .t_business_opportunity_content span.t_business_opportunity_browse i {
            width: 16px;
            height: 10px;
            margin-right: 12px;
            display: inline-block;
            background: url(../images/ico_news_comment.png) no-repeat;
            background-size: cover;
        }





.t_select_city {
    position: fixed;
    top: 26%;
    left: 26%;
    width: 843px;
    z-index: 11;
    background: #fff;
    border-radius: 4px;
    padding-bottom: 20px;
    display: none;
}

.t_city_position {
    line-height: 60px;
    padding: 0 40px;
    border-bottom: 1px solid #eee;
}

    .t_city_position p {
        display: inline-block;
    }

        .t_city_position p img {
            margin-right: 10px;
        }

        .t_city_position p span {
            font-size: 18px;
            color: #ff7142;
            font-weight: bold;
        }

    .t_city_position .t_close_city {
        float: right;
        cursor: pointer;
        padding: 5px;
        margin: 16px;
        padding-right: 0;
        margin-right: 0;
    }

.t_hot_city_lists {
    padding: 10px 40px 10px;
    border-bottom: 1px solid #eee;
}

    .t_hot_city_lists p {
        line-height: 50px;
    }

        .t_hot_city_lists p img {
            margin-right: 10px;
            vertical-align: sub;
        }

    .t_hot_city_lists ul li {
        min-width: 80px;
        padding-right: 30px;
        line-height: 36px;
    }

        .t_hot_city_lists ul li.t_more_city {
            color: #ff7142;
        }

.t_city_tips {
    padding: 0 42px;
    line-height: 59px;
}

.banner_nav b {
    color: #ff7142;
}

.t_now_city {
    line-height: 124px;
    font-size: 30px;
    color: #ff7142;
    margin-left: 20px;
}

    .t_now_city p {
        line-height: 48px;
        height: 48px;
        padding-left: 20px;
        display: inline-block;
        border-left: 1px solid #eee;
    }





/*地址选择start*/


.city-select {
    font-size: 0;
    position: relative;
    display: inline-block;
    line-height: 0.6;
}

    .city-select .city-cont dl, .city-select .city-txt {
        *zoom: 1
    }

        .city-select .city-cont dl:after, .city-select .city-txt:after {
            content: " ";
            display: table;
            height: 0;
            clear: both
        }

    .city-select.down .city-info {
        border-bottom: none
    }

        .city-select.down .city-info:after {
            border-top: none;
            border-bottom: 6px solid #ccc
        }

    .city-select.multi .city-pavilion + .city-info .not-search {
        display: none
    }

        .city-select.multi .city-pavilion + .city-info .not-search[class~="not-val"] {
            display: block
        }

    .city-select.multi .city-pavilion.hide + .city-info .city-input {
        display: none
    }

        .city-select.multi .city-pavilion.hide + .city-info .city-input[class~="not-val"] {
            display: block
        }

    .city-select.multi .city-pavilion + .multi-type .city-input {
        display: block
    }

    .city-select.multi .city-pavilion.hide + .multi-type .city-input[class~="not-val"] {
        display: block
    }

    .city-select.multi .city-pavilion.hide + .multi-type .search-show {
        display: block
    }

    .city-select.disabled .city-info {
        background-color: #eef1f6;
        cursor: not-allowed
    }

        .city-select.disabled .city-info span {
            background-color: #eef1f6
        }

            .city-select.disabled .city-info span:hover i {
                display: none
            }

            .city-select.disabled .city-info span + .city-input {
                display: none
            }

        .city-select.disabled .city-info input {
            cursor: not-allowed
        }

    .city-select.readonly .city-info {
        cursor: default
    }

        .city-select.readonly .city-info span:hover i {
            display: none
        }

        .city-select.readonly .city-info span + .city-input {
            display: none
        }

        .city-select.readonly .city-info input {
            cursor: default
        }

    .city-select .city-info {
        border: 1px solid #ccc;
        background-color: #fcfcfc;
        cursor: pointer;
        width: 280px;
        overflow: hidden;
        padding: 8px;
        padding-top: 0;
        position: relative;
        z-index: 2
    }

        .city-select .city-info:after {
            content: '';
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            border-top: 6px solid #ccc;
            border-radius: 2px;
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            top: 17px;
            right: 5px;
            -moz-transition: border .2s;
            -o-transition: border .2s;
            -webkit-transition: border .2s;
            transition: border .2s
        }

        .city-select .city-info.multi-type span {
            background: none;
            padding: 5px 0;
            margin-right: 0
        }

        .city-select .city-info.multi-type .span-over {
            width: 99%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            /* line-height: 0.6; */
        }

        .city-select .city-info.multi-type .city-input {
            display: block;
            width: 100%
        }

            .city-select .city-info.multi-type .city-input.hide {
                display: none
            }

        .city-select .city-info span {
            background-color: #f5f5f5;
            border-radius: 2px;
            color: #666;
            cursor: default;
            font-size: 14px;
            display: inline-block;
            vertical-align: middle;
            padding: 5px;
            margin-right: 5px;
            position: relative
        }

            .city-select .city-info span + .city-input {
                width: auto
            }

            .city-select .city-info span i {
                color: #fff;
                cursor: pointer;
                background: #ffbfbf;
                border-radius: 100%;
                display: block;
                width: 14px;
                height: 14px;
                line-height: 14px;
                text-align: center;
                font-size: 0;
                position: absolute;
                top: -5px;
                right: -5px;
                z-index: 1;
                visibility: hidden;
                opacity: 0;
                -moz-transition: all 1s;
                -o-transition: all 1s;
                -webkit-transition: all 1s;
                transition: all 1s
            }

                .city-select .city-info span i:after {
                    content: '\D7';
                    font-size: 12px
                }

            .city-select .city-info span:hover i {
                visibility: visible;
                opacity: 1
            }

        .city-select .city-info .city-input, .city-select .city-info span {
            display: inline-block;
            vertical-align: middle;
            margin-top: 8px
        }

    .city-select .city-input {
        width: 100%;
        position: relative;
        overflow: hidden
    }

        .city-select .city-input.hide {
            display: none
        }

        .city-select .city-input em {
            color: #999;
            display: block;
            font-style: normal;
            font-size: 12px;
            height: 24px;
            line-height: 24px
        }

    .city-select input[type="text"] {
        background: transparent;
        border: none;
        box-sizing: border-box;
        color: #333;
        font-size: 12px;
        width: 100%;
        height: 24px;
        line-height: 24px\9;
        padding: 0 5px;
        outline: none
    }

    .city-select .city-pavilion, .city-select .city-list {
        border: 1px solid #ccc;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        margin-top: -1px;
        transition-duration: 400ms;
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

        .city-select .city-pavilion.hide, .city-select .city-list.hide {
            transform: translateY(-2%);
            opacity: 0;
            visibility: hidden;
            z-index: 1;
        }

    .city-select .city-pavilion {
        box-shadow: 0 2px 5px #ddd;
        width: 467px
    }

    .city-select .city-tabs {
        border-bottom: 1px solid #ccc;
        background: #fbfbfb;
        font-size: 0
    }

        .city-select .city-tabs a {
            border-bottom: 1px solid transparent;
            display: inline-block;
            font-size: 14px;
            color: #666;
            padding: 0 6px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            position: relative;
            bottom: -1px;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            -webkit-transition: all 1s;
            transition: all 1s
        }

            .city-select .city-tabs a:hover {
                border-bottom-color: #000
            }

            .city-select .city-tabs a.active {
                border-bottom-color: #02aec7;
                color: #02aec7;
                cursor: default
            }

            .city-select .city-tabs a.forbid {
                color: #bbb;
                cursor: not-allowed
            }

                .city-select .city-tabs a.forbid:hover {
                    border-bottom-color: transparent
                }

    .city-select .city-cont {
        padding-top: 20px;
        padding-left: 20px;
        font-size: 0;
        position: relative;
        max-height: 200px;
        overflow-x: hidden;
        overflow-y: auto
    }

        .city-select .city-cont dl:first-child dd {
            margin-left: 0;
            /* line-height: 0.6; */
        }

        .city-select .city-cont dt, .city-select .city-cont dd {
            display: inline-block;
            vertical-align: top;
            float: left;
        }

        .city-select .city-cont dt {
            color: #02aec7;
            font-size: 16px;
            width: 28px
        }

        .city-select .city-cont dd {
            font-size: 14px;
            width: 410px;
            margin-top: -10px;
            margin-left: -10px;
            padding-bottom: 20px;
        }

            .city-select .city-cont dd a {
                color: #666;
                display: inline-block;
                padding: 5px 7px;
                margin-top: 5px;
                margin-left: 5px;
                -moz-transition: all .5s;
                -o-transition: all .5s;
                -webkit-transition: all .5s;
                transition: all .5s
            }

                .city-select .city-cont dd a:hover {
                    background: #f5f5f5;
                    border-radius: 2px
                }

                .city-select .city-cont dd a.active {
                    background: #02aec7;
                    border-radius: 2px;
                    color: #fff;
                    box-shadow: 0 0 5px #ddd
                }

        .city-select .city-cont dl {
            transition-duration: 400ms;
            opacity: 1;
            transform: translateX(0)
        }

            .city-select .city-cont dl.hide {
                display: none;
                opacity: 0;
                transform: translateX(5%)
            }

    .city-select .city-list {
        font-size: 0;
        width: 298px;
        max-height: 170px;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box
    }

        .city-select .city-list li {
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            cursor: pointer;
            padding: 10px 5px;
            position: relative;
            margin-bottom: -1px
        }

            .city-select .city-list li:first-child {
                border-top: none
            }

            .city-select .city-list li:hover {
                background-color: #f9f9f9
            }

            .city-select .city-list li.active {
                border-left: 2px solid #02aec7;
                background-color: #f0fbfd
            }

            .city-select .city-list li.hover {
                border-bottom-color: #02aec7;
                background-color: #f9f9f9;
                z-index: 2
            }

                .city-select .city-list li.hover span {
                    text-indent: 10px
                }

            .city-select .city-list li.not-have {
                background-color: #fff;
                color: #999;
                font-size: 14px;
                cursor: not-allowed;
                line-height: 1.5;
                padding: 5px
            }

                .city-select .city-list li.not-have strong {
                    color: #02aec7;
                    font-style: normal;
                    padding: 0 5px
                }

        .city-select .city-list span {
            display: inline-block;
            font-size: 14px;
            width: 50%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            -webkit-transition: all .5s;
            transition: all .5s
        }

            .city-select .city-list span.spell {
                text-align: right;
                font-size: 12px;
                color: #02aec7
            }

    .city-select .city-txt {
        color: #999;
        font-size: 12px;
        margin-bottom: 10px;
        vertical-align: text-bottom;
        padding-top: 10px;
        padding-left: 20px
    }

        .city-select .city-txt a, .city-select .city-txt span {
            display: block;
            float: right;
            margin-right: 10px;
            vertical-align: top
        }

        .city-select .city-txt em {
            font-style: normal
        }

        .city-select .city-txt a {
            color: #dc8383;
            margin-top: -3px
        }

            .city-select .city-txt a:hover {
                color: #02aec7
            }

            .city-select .city-txt a i {
                background: url(http://images.vrm.cn/2017/07/26/del.png) no-repeat;
                width: 16px;
                height: 16px;
                display: inline-block;
                vertical-align: middle
            }

        .city-select .city-txt span {
            letter-spacing: 2px
        }

        .city-select .city-txt i {
            color: #02aec7
        }

    .city-select .city-tips {
        background: rgba(0,0,0,0.7);
        border-radius: 2px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        padding: 0 10px;
        position: absolute;
        top: 5px;
        left: 50%;
        line-height: 36px;
        margin-left: -50px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B200000,endColorstr=#B200000);
        transition-duration: 400ms;
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        z-index: 5
    }

        .city-select .city-tips.hide {
            transform: translateY(5%);
            opacity: 0;
            visibility: hidden
        }

/*地址选择end*/
