﻿@charset "UTF-8";

/* 通用样式表 */
* {
    margin: 0;
    padding: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    min-width: 1500px;
}

body {
    height: 100%;
    min-width: 1500px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-family: "Arial","Microsoft Yahei";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-size: 100%;
}

img, input, label, th {
    display: inline-block;
    outline: 0;
    border: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
}

li, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:active, a:focus, a:visited {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: #1788e8 !important;
    }

.box {
    margin: 0 auto;
    width: 1500px;
}

.main {
    min-height: 500px;
}

.bjColor {
    background: #f1f5fc;
}

/* 顶部 */
.headerBox {
    display: flex;
    padding: 0 20px;
    height: 82px;
    min-width: 1500px;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
}

.header_l {
    width: 15%;
    max-width: 336px;
}

    .header_l img {
        width: 100%;
    }

.header_r {
    display: flex;
    width: 80%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.header_nav {
    display: flex;
    width: 71%;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

    .header_nav li {
        position: relative;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-right:6%;
        width: auto;
    }

        .header_nav li:nth-child(1) {
            width: auto;
        }

            .header_nav li:nth-child(1) a {
                padding: 0;
            }

            .header_nav li:nth-child(1) b {
                width: 100%;
            }

        .header_nav li.on b, .header_nav li:hover b {
            background: #1788e8;
        }

        .header_nav li:hover .header_navTwo {
            display: block;
        }

    .header_nav b {
        position: absolute;
        top: 60px;
        width: 66%;
        height: 2px;
        max-width: 70px;
    }

    .header_nav a {
        display: flex;
        width: 100%;
        height: 100%;
        font-size: 16px;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    .header_nav .header_navTwo {
        position: absolute;
        top: 81px;
        z-index: 999;
        display: none;
        padding: 10px 0;
        width: 270%;
        max-width: 240px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        background: rgba(255,255,255,.8);
        text-align: center;
    }

        .header_nav .header_navTwo a {
            padding: 0;
            height: 40px;
            color: #666;
            font-size: 14px;
            line-height: 40px;
        }

            .header_nav .header_navTwo a:hover {
                background: #1788e8;
                color: #fff !important;
                font-weight: 700;
                font-size: 16px;
            }

.header_link {
    display: flex;
    width: 30%;
    max-width: 344px;
    justify-content: flex-end;
}

.header_di1 {
    display: flex;
    width: 55%;
    max-width: 197px;
    background: #1788e8;
    color: #fff;
    font-size: 16px;
    line-height: 82px;
    align-items: center;
    justify-content: center;
}

    .header_di1 a {
        color: #fff !important;
    }

    .header_di1:hover {
        background: #1479d0;
    }

    .header_di1 img {
        margin-right: 5px;
    }

.header_di2 {
    position: relative;
    width: 45%;
    max-width: 140px;
    text-align: center;
    font-size: 16px;
}

    .header_di2:hover .header_di2_lang {
        display: block;
    }

.header_di2_title {
    line-height: 82px;
    cursor: pointer;
}

    .header_di2_title img {
        margin-left: 5px;
    }

.header_di2_lang {
    position: absolute;
    top: 81px;
    display: none;
    padding: 10px 0;
    width: 100%;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: rgba(255,255,255,.8);
    text-align: center;
    z-index: 99;
}

    .header_di2_lang a {
        display: block;
        padding: 0;
        width: 100%;
        height: 40px;
        color: #666;
        font-size: 14px;
        line-height: 40px;
    }

        .header_di2_lang a.on {
            background: #1788e8;
            color: #fff;
            font-weight: 700;
            font-size: 16px;
        }

/* 首页banner */
.banner {
    position: relative;
    height: 600px;
}

    .banner .sw-bullet {
        display: none;
    }

    .banner li {
        background-position: center;
        background-repeat: no-repeat;
    }

.banner_Text {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 114px;
    background: rgba(0,0,0,.3);
    justify-content: center;
    align-items: center;
}
.flex {
    display:flex;
}
.banner_d1 {
    display: flex;
    overflow: hidden;
    padding-left: 18px;
    height: 54px;
    border-radius: 50px 0 0 50px;
    background: #fff;
    align-items: center;
}

    .banner_d1 input {
        padding: 0 11px;
        width: 665px;
        font-size: 16px;
    }

.banner_d1_Btn {
    display: flex;
    width: 226px;
    height: 54px;
    border: 1px solid #1788e8;
    background: #1788e8;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0 50px 50px 0;
}

    .banner_d1_Btn:hover {
        background: #1479d0;
    }

    .banner_d1_Btn img {
        margin-right: 5px;
    }

.banner_d2 {
    display: flex;
    margin-left: 10px;
    width: 265px;
    height: 54px;
    border-radius: 50px;
    background: #1788e8;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

    .banner_d2:hover {
        background: #1479d0;
    }

    .banner_d2 img {
        margin-right: 5px;
    }

    .banner_d2 a {
        color: #fff !important;
    }

.main_Title {
    text-align: center;
    position: relative;
}

    .main_Title .p1 {
        font-size: 30px;
        font-weight: bold;
    }

    .main_Title .p2 {
        font-size: 16px;
        color: #999999;
        margin-top: 10px;
    }

    .main_Title .p3 {
        width: 70px;
        height: 2px;
        background: #1788e8;
        margin: 20px auto 0;
    }

/* 服务优势 */
.main_d1 {
    padding-top: 60px;
}

.main_d1_list {
    margin: 63px auto 40px;
    display: flex;
    justify-content: space-between;
}

    .main_d1_list .li {
        position: relative;
        transition: .5s;
        -moz-transition: .5s; /* Firefox 4 */
        -webkit-transition: .5s; /* Safari 和 Chrome */
        -o-transition: .5s; /* Opera */
        top: 0;
    }

        .main_d1_list .li:hover {
            top: 20px
        }

    .main_d1_list p {
        text-align: center;
        font-size: 20px;
        margin-top: 20px;
    }

/* 服务介绍 */
.main_d2 {
    padding-top: 60px;
}

.main_d2_list {
    margin: 50px auto 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .main_d2_list .li {
        position: relative;
        width: 250px;
        height: 454px;
        overflow: hidden;
    }

        .main_d2_list .li .img {
            width: 100%;
            height: 100%;
        }

        .main_d2_list .li:hover .lihover {
            display: block;
        }

    .main_d2_list .lihover {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 3;
        background: #1788e8;
        padding: 36px 22px;
        color: #fff !important;
        display: none;
    }

    .main_d2_list .p1 {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        width: 100%;
        line-height: 72px;
        text-align: center;
        font-size: 20px;
        z-index: 1;
        color: #ffffff;
    }

    .main_d2_list .p2 {
        font-size: 24px;
    }

    .main_d2_list .p3 {
        line-height: 30px;
        margin-top: 40px;
    }

    .main_d2_list .p4 {
        margin: 55px auto 0;
        text-align: center;
    }

    .main_d2_list b {
        width: 30px;
        height: 2px;
        background: #ffffff;
        display: block;
        margin-top: 15px;
    }

    .main_d2_list a {
        display: block;
        /* margin: 55px auto 0; */
        /* text-align: center; */
    }

/* 集运须知 */
.main_d3 {
    padding-top: 60px;
}

.main_d3_list {
    height: 577px;
    background-image: url(../images/img15.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

    .main_d3_list .ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main_d3_list .li {
        width: 280px;
        height: 408px;
        background: #FFFFFF;
        overflow: hidden;
        padding: 33px 0;
        text-align: center;
        position: relative;
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        top: 0;
    }

        .main_d3_list .li:hover {
            top: -20px
        }

    .main_d3_list img {
        border-radius: 50%;
        width: 128px;
        height: 128px;
    }

    .main_d3_list .p1 {
        font-size: 20px;
        margin-top: 30px;
    }

    .main_d3_list .p2 {
        color: #666666;
        padding: 0 50px;
        line-height: 24px;
        margin-top: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .main_d3_list a {
        display: inline-block;
        color: #1788e8;
        border: 1px solid #1788e8;
        border-radius: 50px;
        width: 98px;
        line-height: 27px;
        margin-top: 23px;
    }

        .main_d3_list a:hover {
            background: #1788e8;
            color: #ffffff !important;
        }
/* 集运须知 */
.main_d4 {
    margin: 100px auto 40px;
}

.main_d4_list {
    height: 392px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.main_d4_l {
    width: 520px;
    height: 392px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    -moz-transition: .5s; /* Firefox 4 */
    -webkit-transition: .5s; /* Safari 和 Chrome */
    -o-transition: .5s; /* Opera */
    top: 0;
}

    .main_d4_l:hover {
        top: -20px
    }

    .main_d4_l img {
        width: 100%;
        height: 100%;
    }

    .main_d4_l p {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 0 27px;
        line-height: 87px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        background: rgba(0, 0, 0, .5);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.main_d4_r {
    width: 906px;
}

.main_d4_Tab {
    display: flex;
    background: #1788e8;
    color: #fff;
    line-height: 58px;
    height: 58px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}

    .main_d4_Tab .li {
        width: 33.3%;
        cursor: pointer;
    }

        .main_d4_Tab .li.on {
            background: #ffffff;
            color: #000;
        }

.main_d4_Content {
    margin-top: 28px;
}

    .main_d4_Content .li {
        display: none;
    }

        .main_d4_Content .li.on {
            display: block;
        }

    .main_d4_Content a {
        line-height: 50px;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ececec;
        color: #666;
    }

    .main_d4_Content .sp1 {
        width: 800px;
        /* display: flex; */
        align-items: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .main_d4_Content .sp2 {
        color: #999999;
    }

    .main_d4_Content b {
        display: inline-block;
        width: 3px;
        height: 4px;
        background: #c7c7c7;
        margin-right: 14px;
    }

/* 用户晒单 */
.main_d5 {
    margin: 60px auto 40px;
}

.main_d5_List {
    margin-top: 40px;
}

.main_d5_ul {
    display: flex;
    justify-content: space-between;
    white-space: initial;
    font-size: initial;
}

.main_d5_li {
    width: 280px;
    height: 409px;
    border: 1px solid #eaeaea;
    padding: 15px;
    position: relative;
    transition: .5s;
    -moz-transition: .5s; /* Firefox 4 */
    -webkit-transition: .5s; /* Safari 和 Chrome */
    -o-transition: .5s; /* Opera */
    top: 0;
}

    .main_d5_li:hover {
        top: 20px
    }

    .main_d5_li .img {
        width: 247px;
        height: 185px;
        display: block;
    }

    .main_d5_li .p1 {
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        line-height: 30px;
        margin-top: 15px;
        padding: 0 5px;
        color: #666666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .main_d5_li .p2 {
        color: #999999;
        margin-top: 25px;
    }

    .main_d5_li .p3 {
        color: #999999;
    }

    .main_d5_li .p4 {
        display: flex;
        margin-top: 20px;
    }

        .main_d5_li .p4 img {
            width: 18px;
            height: 18px;
            margin-right: 4px;
        }

/* 集运流程 */
.main_d6 {
    margin: 60px auto 0;
}

.main_d6_List {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .main_d6_List img {
        width: 100%;
    }

    .main_d6_List .img {
        position: absolute;
        width: 1500px;
        transition: .5s;
        -moz-transition: .5s; /* Firefox 4 */
        -webkit-transition: .5s; /* Safari 和 Chrome */
        -o-transition: .5s; /* Opera */
    }

        .main_d6_List .img:hover {
            transform: scale(1.02);
        }


/* 底部 */
.footerBox {
    /*height: 615px;*/
    color: #9b9ea0;
}

.footerBox_Top {
    background: #383945;
    height: 498px;
}

.footerBox_Dottom {
    background: #282933;
    height: 117px;
    font-size: 12px;
    color: #9b9ea0;
    padding: 27px 0;
    text-align: center;
    line-height: 31px;
}

    .footerBox_d1 {
        display: flex;
        justify-content: space-between;
        padding-top: 70px;
        height: 300px;
    }

.footerBox_p1 {
    display: flex;
    width: 350px;
}

    .footerBox_p1 img {
        width: 50px;
        height: 49px;
    }

    .footerBox_p1 .text {
        margin-left: 27px;
    }

    .footerBox_p1 .p1 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footerBox_p1 .p2 {
        font-size: 36px;
        color: #dddddd;
        margin-bottom: 10px;
    }

    .footerBox_p1 a {
        display: block;
        line-height: 30px;
        font-size: 14px;
    }

.footerBox_p2 {
    width: 900px;
    display: flex;
    justify-content: space-around;
}

    .footerBox_p2 .text {
    }

    .footerBox_p2 .p1 {
        font-size: 16px;
        font-weight: bold;
        color: #dddddd;
        margin-bottom: 20px;
    }

    .footerBox_p2 a {
        display: block;
        font-size: 14px;
        margin-bottom: 20px;
    }

.footerBox_p3 {
    width: 250px;
    display: flex;
    text-align: center;
    justify-content: space-between;
}

    .footerBox_p3 img {
        width: 102px;
        height: 102px;
    }

    .footerBox_p3 p {
        font-size: 16px;
        font-weight: bold;
        margin-top: 20px;
    }

.footerBox_d2 img {
    margin-bottom: 20px
}

.footerBox_d2 {
    text-align: center;
    /*height: 198px;*/
    color: #9b9ea0;
    line-height: 34px;
    margin-top: 33px;
}

.bannerImg {
    background-position: center;
    background-repeat: no-repeat;
    height: 360px;
    width: 100%;
}

.navTitle {
    height: 129px;
    background: #FFFFFF;
    position: relative;
    top: -63px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 3px 6px 0px rgba(23, 136, 232, .3);
}

    .navTitle .li {
        text-align: center;
        font-size: 16px;
    }

        .navTitle .li.on {
            color: #1788e8;
            font-weight: bold;
        }

        .navTitle .li img {
            width: 51px;
            height: 51px;
        }

        .navTitle .li p {
            margin-top: 10px;
        }

.content_list {
    margin: -30px auto 50px;
    display: flex;
    justify-content: space-between;
}

.content_c {
    width: 100%;
    background: #ffffff;
    min-height: 200px;
    padding: 0 68px;
    position: relative;
}

.content_l {
    width: 270px;
    padding: 0 36px;
    background: #ffffff;
}

    .content_l .di {
        text-align: center;
        border-bottom: 1px solid #f1f5fc;
        padding: 40px 0;
    }

        .content_l .di:nth-last-child(1) {
            border: 0;
        }

    .content_l .img1 {
        width: 90px;
        height: 90px;
        border-radius:50%;
    }

    .content_l .img2 {
        width: 108px;
        height: 108px;
    }

    .content_l .img3 {
        width: 41px;
        height: 44px;
    }

    .content_l .p1 {
        color: #666666;
        margin-top: 14px;
    }

    .content_l .p2 {
        color: #666666;
        margin-top: 15px;
    }

    .content_l .p3 {
        margin-top: 10px;
        font-size: 18px;
    }

    .content_l .a1 {
        display: block;
        width: 159px;
        height: 40px;
        line-height: 40px;
        margin: 20px auto 0;
        background: #1788e8;
        color: #fff;
        border-radius: 5px;
        font-size: 16px;
        font-weight: bold;
    }

        .content_l .a1:hover {
            color: #fff !important;
            background: #2776b9;
        }

.content_r {
    width: 1200px;
    background: #ffffff;
    min-height: 200px;
    padding: 0 68px;
    position: relative;
}

.content_title {
    padding: 40px 0 20px;
    display: block;
    line-height: 45px;
    font-size: 24px;
    border-bottom: 1px solid #f1f5fc;
    position: relative;
}

    .content_title span {
        display: block;
        height: 45px;
        position: absolute;
        left: -24px;
        top: 40px;
        background: #1788e8;
        width: 4px;
    }

.content_textBox {
    padding: 40px 0;
}

    .content_textBox img {
        max-width: 100%
    }

.zhina_List {
    padding: 30px 0 40px;
}

    .zhina_List a {
        display: flex;
        align-items: center;
        height: 60px;
        border-bottom: 1px solid #f1f5fc;
        padding: 0 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zhina_List img {
        width: 16px;
        height: 16px;
        margin-right: 49px;
        border-radius:4px;
    }

.zixun_List {
    padding: 50px 0;
}

    .zixun_List a {
        display: flex;
        height: 116px;
    }

    .zixun_List .d1 {
        width: 100px;
        text-align: right;
        padding: 36px 0px;
    }

    .zixun_List .d2 {
        width: 115px;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .zixun_List .d3 {
        width: 840px;
        border-bottom: 1px solid #f1f5fc;
        padding: 30px 0 13px;
        line-height: 30px;
    }

    .zixun_List .b1 {
        width: 18px;
        height: 18px;
        display: block;
        border-radius: 50%;
        border: 1px solid #eeeeee;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        z-index: 2;
    }

    .zixun_List .b2 {
        width: 11px;
        height: 11px;
        display: block;
        border-radius: 50%;
        background: #f1f5fc;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        z-index: 3;
    }

    .zixun_List .b3 {
        width: 2px;
        height: 100%;
        display: block;
        position: absolute;
        background: #f1f5fc;
        top: 0;
        z-index: 1;
    }

    .zixun_List .p2 {
        font-size: 18px;
        color: #999999;
        margin-top: 5px;
    }

    .zixun_List .p3 {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zixun_List .p4 {
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zixun_List a:hover .b2 {
        background: #1891ed;
    }

    .zixun_List a:hover .p3 {
        color: #1891ed;
        font-weight: bold;
    }

    .zixun_List a:nth-child(1) {
        height: 74px;
    }

        .zixun_List a:nth-child(1) .d1 {
            padding: 15px 0;
        }

        .zixun_List a:nth-child(1) .d3 {
            padding: 0 0 13px;
        }

.details_list {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 50px;
}

.details_l {
    background: #fff;
    width: 1027px;
    padding: 0 38px;
}

    .details_l .site {
        color: #999999;
        height: 90px;
        padding-top: 30px;
    }

    .details_l .title {
        height: 45px;
        line-height: 45px;
        border-left: 4px solid #1788e8;
        font-size: 30px;
        padding-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .details_l .timeb {
        margin-top: 10px;
        color: #999999;
    }

.details_r {
    width: 424px;
    background: #fff;
    min-height: 200px;
    padding: 10px 36px;
}

    .details_r .di {
        margin-bottom: 40px;
    }

    .details_r .title {
        display: flex;
        align-items: center;
        height: 58px;
        border-bottom: 1px solid #f1f5fc;
        font-size: 18px;
        margin-bottom: 15px;
    }

        .details_r .title img {
            margin-right: 15px;
        }

.details_r_link a {
    line-height: 45px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.details_r_link b {
    display: inline-block;
    width: 3px;
    height: 4px;
    background: #c7c7c7;
    margin-right: 14px;
}

.details_r_link p {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.details_r_link a:hover {
    color: #1788E8;
}
/*分页样式*/
.pager {
    height: 30px;
    margin-top: 20px;
    width: 100%;
    line-height: 30px;
    text-align: right
}

.contenspan .disabled {
    padding: 5px 12px;
    border: 1px solid #dddada;
    margin-right: 10px;
    border-radius: 3px;
}

.contenspan .current {
    background: #1788e8;
    color: #fff;
    padding: 5px 12px;
    margin-right: 10px;
    border-radius: 3px;
}

.contenspan span {
    margin-right: 5px;
    font-style: normal;
    font-size: 12px
}

    .contenspan span a {
        padding: 5px 12px;
        border: 1px solid #dddada;
        margin-right: 5px;
        border-radius: 3px;
    }

        .contenspan span a:hover {
            border: 1px solid red;
            -webkit-box-shadow: 0 1px 3px rgba(255, 0, 0, .5);
            -moz-box-shadow: 0 1px 3px rgba(255, 0, 0, .5);
            text-decoration: none;
            color: #333
        }

.contenspan select {
    height: 23px;
    border-radius: 3px;
    border: 1px solid #dddada
}

.page {
    margin-bottom: 25px;
    /* font-size: 8px !important; */
}

    .page * {
        font-size: 13px !important;
    }
.headerBox .logo {
    max-height: 55px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome 和 Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
}
.footerBox .footerBox_Top .box .footerBox_d2 .logo {
    height: 30px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome 和 Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
}
/*解决编辑器返回的dom元素元素问题*/
.details_l .content_textBox * {
    text-wrap: wrap !important;
}