﻿.main-operator .add, .main-operator .condition {
    float: left;
    position: relative;
    margin-right: 10px;
}

.main-operator .audit {
    float: left;
    position: relative;
    margin-right: 10px;
}

.main-operator .condition {
    margin-left: 70px;
    padding: 5px 0;
}

.main-operator .condition .con-select {
    height: 22px;
    line-height: 22px;
    float: left;
    padding-right: 25px;
    background-image: url('../images/down.png');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.main-operator .condition .con-select span {
    font-size: 13px;
    color: #333;
}

.main-operator .condition .con-select + .con-select {
    margin-left: 40px;
}

.main-table .listTable tbody td {
    padding: 15px 0 15px 20px;
}

.main-table .listTable tbody td p.text {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
}

div span {
    font-size: 13px;
    color: #333;
}

.tip-box {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    top: 25px;
}

.tip-box .tip-arrow {
    position: absolute;
    top: -9px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #edd28b;
    border-left: 10px solid transparent;
}

.tip-box .tip-arrow i {
    position: absolute;
    top: 5px;
    left: -7px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
}

.tip-box .tip-arrow.left {
    left: 18px;
}

.tip-box .tip-arrow.right {
    right: 18px;
}

.reverse .tip-arrow {
    top: initial;
    bottom: -8px;
    border-bottom: none;
    border-top: 10px solid #edd28b;
}

.reverse .tip-arrow i {
    top: initial;
    bottom: 5px;
    border-bottom: none;
    border-top: 7px solid #fff;
}

.tip-box .tip-content {
    border: 2px solid #edd28b;
    padding: 10px 20px;
    max-height: 300px;
    overflow-y: scroll;
}

.tip-box .tip-content p {
    line-height: 24px;
    font-size: 11px;
    color: #6d6d6d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.address-box {
    width: 400px;
}

.audit-box{
    min-width: 330px;
}

.tip-box .tip-content table{
    width: 100%;
}

.tip-box .tip-content table th {
    height: 30px;
    font-size: 12px;
}

.tip-box .tip-content table td {
    padding: 0;
    padding-right: 20px;
    border: none;
    font-size: 11px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logistics-box{
    min-width: 430px;
}

.logistics-box .tip-content table td {
    color:#666;
}