[v-cloak] {
    display: none!important;
}
.el-form-item--small .el-form-item__content, .el-form-item--small .el-form-item__label {
    line-height: 12px;
}
.el-button--danger {
    background-color: #DC1D32;
    border-color: #DC1D32;
}
.n-container {
    display: flex;
    margin-top: 24px;
    background: #f5f5f5;
}
#n-main {
    min-width: 686px;
    width: 100%;
    margin: 24px;
    box-sizing: border-box;
}
#freightTrial {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.freight-title {
    height: 62px;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    line-height: 62px;
    font-weight: 600;
    font-size: 20px;
    padding: 0 24px;
    margin-bottom: 8px;
}
.freight-content {
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.freight-form {
    width: 100%;
}
.freight-result-area {
    width: 100%;
    margin-top: 32px;
}
.el-table__header th, .el-table__header tr{
    background: #F5F7FA;
}
.freight-result-tips {
    font-size: 14px;
    color: #666;
    margin-top: 32px;
}
.weight-content {
    position: relative;
}
.n-unit {
    position: absolute;
    right: 8px;
    z-index: 1111;
    line-height: 32px;
}