.contect {
    background: #f2f2f2;
}

    .contect .all_wrap {
        padding: 20px 0 100px;
    }

.sidebar {
    background: #fff;
    width: 20%;
}

.page-wrapper {
    width: 86%;
}

.page-wrapper {
    min-width: 750px;
    margin-left: 250px;
    padding-right: 30px;
    box-sizing: border-box;
}
.page-wrapper {
    /* height: 999px;
    overflow: auto;*/
    width: auto;
}

    .page-wrapper::-webkit-scrollbar {
        width: 12px;
        background: none;
    }
.sidebar .user {
    padding: 40px 25px 10px;
}

    .sidebar .user li {
        margin-bottom: 20px;
        line-height: 25px;
    }


    .sidebar .user .inf {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        height: 60px;
        line-height: 60px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sidebar .user .border-right {
        border-right: 1px dashed #ddd;
    }

.sidebar .side_nav {
    /*text-indent: 20px;*/
    /*  border-right: 1px solid #ddd;*/
    border-left: 1px solid #ddd;
}

    .sidebar .side_nav a {
        display: block;
        padding: 0 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

        .sidebar .side_nav a:hover {
            background: #f5f5f5;
        }

.sidebar .sec-t {
    padding: 0 20px;
    line-height: 42px;
    height: 44px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.sidebar .sec-c li {
    padding: 0 20px;
    line-height: 30px;
}



.sidebar .sec-c.contact {
    padding: 5px 20px;
}

    .sidebar .sec-c.contact li {
        display: block;
        cursor: default;
        position: relative;
        margin-top: 5px;
        margin-bottom: 5px;
        background-size: 22px;
        padding-left: 10px;
        padding-right: 5px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #FAFAFA;
        -webkit-transition: all .300s;
        -moz-transition: all .300s;
        -o-transition: all .300s;
        transition: all .300s;
        z-index: 0;
    }

        .sidebar .sec-c.contact li:hover {
            background-color: #f2f2f2;
        }

        .sidebar .sec-c.contact li > span {
            padding-left: 15px;
        }

            .sidebar .sec-c.contact li > span:before {
                padding-right: 5px;
            }

        .sidebar .sec-c.contact li > div {
            position: absolute;
            left: -1px;
            top: -1px;
            right: -1px;
            border: 1px solid #ddd;
            padding: 0 10px 5px;
            line-height: 28px;
            border-radius: 5px;
            background-color: #FAFAFA;
            overflow: hidden;
            -webkit-transition: all .300s;
            -moz-transition: all .300s;
            -o-transition: all .300s;
            transition: all .300s;
            height: 32px;
            opacity: 0;
        }

            .sidebar .sec-c.contact li > div:hover {
                background: #f2f2f2;
            }

            .sidebar .sec-c.contact li > div span {
                padding-right: 5px;
            }

            .sidebar .sec-c.contact li > div p.name {
                line-height: 30px;
            }

            .sidebar .sec-c.contact li > div span.area {
                position: absolute;
                right: 10px;
                top: 5px;
                background: #005cbb;
                color: #fff;
                font-size: 12px;
                line-height: 20px;
                padding: 0 5px;
            }



.sidebar .manage {
    margin-left: 30px;
}

.page-wrapper .sec-t {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

    .page-wrapper .sec-t span {
        width: 5px;
        height: 15px;
        display: inline-block;
        background: #0488cd;
        margin-right: 10px;
    }

.page-wrapper .sec-c {
    background: #fff;
    padding: 20px;
    overflow: hidden;
    padding-left: 0;
}

.page-wrapper .nav-tabs .active a {
    font-weight: bold;
    color: #0488cd;
}

.page-wrapper .sec-c label {
    padding-bottom: 10px;
    font-weight: 400;
}



.page-wrapper .tab-content {
    padding: 20px 0;
}

.page-wrapper .orders span {
    color: #e23030;
}


.favorite ul li {
    float: left;
    width: 50%;
}

.favorite .nomessage {
    text-align: center;
    line-height: 100px;
    color: red;
    font-size: 16px;
}

.col-md-3 {
    width: 25%;
    float: left;
}

.nav_top {
    background: #2C2925;
    padding: 1px 0;
    color: #eee;
    line-height: 15px;
    font-size: 12px;
}
/*用户中心列表页面   头部搜索*/
.quick_sea .sec-c .input-s {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline;
    font-size: 16px;
    height: 42px;
    line-height: 1.42857;
    padding: 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.quick_sea .sec-c .item {
    float: left;
}

.quick_sea .sec-c .col-1 {
    width: 29%;
    margin-left: 0px;
}

.quick_sea .sec-c .btn-sear {
    margin-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

.table-order td {
    font-size: 12px;
    padding: 8px;
    padding-left: 12px;
}

.table-order th {
    background: #F2F9FD;
    padding: 8px;
    padding-left: 20px;
}

.company_user th, .company_user td {
    text-align: left;
}

.table-order {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 10px;
}

    .table-order th.ml20, .table-order td.ml20 {
        padding-left: 20px;
    }

.mt ul {
    margin-bottom: 0px;
}

.mt li {
    float: left;
    width: 25%;
    margin-right: 30px;
    margin-top: 15px;
}

    .mt li label {
        width: auto;
        margin-right: 10px;
        text-align: right;
        width: 80px;
    }

.freight {
    background: #fff;
    padding: 20px;
    margin-top: 30px;
    box-sizing: border-box;
    padding-bottom: 50px;
    min-height: 800px;
}

.titile {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.search-label-l {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight:400;
}

.clearfix .input-sm {
    display: inline-block;
    width: 60%;
}

.orange1 {
    padding: 2px;
    background: #09f;
    color: #fff;
}

.target1 {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    padding: 2px;
    background: #f30;
}
.all_wrap a:focus {
    color: #424242;
}


.contect {
    
}

.table-order th {
    background: #F2F9FD;
    padding: 8px;
    padding-left: 12px;
}
.showellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}