/*common CSS*/

* {
    -webkit-touch-callout: none;
    /*-webkit-user-select: auto;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

body {
    width: 100vw;
    background: #f1f1f1;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "PingFang SC ExtraLight", "Microsoft YaHei", "微软雅黑";
    outline: none;
}

/*去掉火狐 谷歌 webkit等浏览器input 数字类型的上下箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /*chrome */
    -webkit-appearance: none;
    appearance: none;
}

input {
    /*火狐*/
    -moz-appearance: textfield;
}

a {
    text-decoration: none;
}

span {
    display: inline-block;
}

/*主体水平布局*/
.hor {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    box-sizing: border-box;

    -webkit-flex-direction: row;
    -webkit-box-sizing: border-box;
}

/*主体垂直布局*/
.ver {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    box-sizing: border-box;

    -webkit-flex-direction: column;
    -webkit-box-sizing: border-box;
}

/*主体垂直，垂直居上，水平居中*/

.vt-hc {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;

    -webkit-flex-direction: column;
    -webkit-box-sizing: border-box;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;

}

/*主体垂直,垂直居底，水平居左*/
.vb-hl {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: flex-start;

    -webkit-flex-direction: column;
    -webkit-box-sizing: border-box;
    -webkit-justify-content: flex-end;
    -webkit-align-items: flex-start;

}

.vt-hl {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: flex-start;

    -webkit-flex-direction: column;
    -webkit-box-sizing: border-box;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
}

/*主体垂直,垂直居中，水平居左*/
.vc-hl {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-start;

    -webkit-flex-direction: column;
    -webkit-box-sizing: border-box;
    -webkit-justify-content: center;
    -webkit-align-items: flex-start;

}

/*主体垂直,垂直居中，水平居中*/
.vc-hc {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;

    -webkit-box-sizing: border-box;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;

}

/*主体水平,垂直居中，水平居中*/
.hc-vc {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;

    -webkit-flex-direction: row;
    -webkit-box-sizing: border-box;
    -webkit-justify-content: center;
    -webkit-align-items: center;

}

/*主体水平,垂直居中，水平居左*/
.hl-vc {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;

    -webkit-flex-direction: row;
    -webkit-box-sizing: border-box;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
}

.pages {
    width: 100%;
    position: relative;
}

.ns {
    -webkit-user-select: auto;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ivu-tabs-bar {
    margin-bottom: 5px !important;
}

/*
.ivu-table-body table{
    height: 300px !important;
}*/

.ivu-tabs-content {
    height: calc(100% - 37px) !important;
}

.ivu-tabs-tabpane {
    height: 100% !important;
}

.ivu-pager {
    margin-top: 5px;
    border: 1px solid #ccc;
    padding: 5px 5px
}

.ivu-top {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    padding: 5px 5px;
    flex-wrap: wrap;
}

.e-page {
    height: 100%;
}

.ivu-table-header thead tr th {
    text-align: center !important;
}

.ivu-table-fixed-header thead tr th {
    text-align: center !important;
}

/*.ivu-table-body{
    height: calc(100% - 40px) !important;
    overflow-y: scroll;
    overflow-x: scroll;
}*/


.loading-mask {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(50, 51, 53, 0);
    z-index: 1024;
    width: 100%;
    height: 100%;
}

/* 惠通陆华公司 */
.HuiTongLuHuaCo td {
    background-color: #FFFF00 !important;
    border-color: transparent !important;
}

.diff-city td {
    background-color: #f56c6c !important;
    border-color: transparent !important;
}


.search-bar-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    word-break: keep-all;
    margin: 10px 0;
    margin-right: 20px;
    
    
}


.select-input-box .ivu-select-selection {
    border: none !important;
}

.select-input-box .vxe-input--inner {
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: 1px solid #dcdfe6;
    border-radius: 0;
}
