.integralList{
    width: 990px;
    padding-bottom: 20px;
}

.integral{
    background-color: white;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    padding-bottom: 20px;
}
.tabs{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.tabs .item{
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}
.tabs .item>div{
    display: none;
    width: 100%;
    height: 2px;
    background-color: #003399;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.tabs .item.active{
    /* font-family: 'phb'; */
    /* font-family: 微软雅黑; */
    font-weight: bold;
    color: #003399;
}
.tabs .item.active>div{
    display: block;
}

.noResult{
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
}
.noResult>div{
    width: 40px;
    height: 40px;
    background: url('../../images/noIntegral.png') center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.noResult>p{
    width: 100%;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    text-align: center;
}

.jifenStatus{
    padding-right: 20px;
}
.jifenStatus>div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jifenStatus>div>p{
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 16px;
    color: #333333;
}
.jifenStatus>div>div{
    width: 16px;
    height: 16px;
    margin-left: 5px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative;
    background: url('../../images/help1.png') center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.jifenStatus>div>div:hover{
    background: url('../../images/help2.png') center no-repeat;
    background-size: 100% 100%;
}
.jifenStatus>div>div>span{
    display: none;
    width: 16px;
    height: 16px;
    background: url('../../images/tri.png') center bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 20;
}
.jifenStatus>div>div>p{
    display: none;
    width: 240px;
    padding: 10px 16px;
    background-color: #FFF7D6;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    position: absolute;
    right: -10px;
    top: 26px;
    z-index: 20;
}
.jifenStatus>div>div:hover>span{
    display: block;
}
.jifenStatus>div>div:hover>p{
    display: block;
}

/* 选择积分类型 */
.integralList>.payments{
    width: 100%;
    height: 26px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-top: 20px;
}
.integralList>.payments>.item{
    width: auto;
    height: 26px;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    border-bottom: 3px solid white;
    cursor: pointer;
    margin-right: 40px;
}
.integralList>.payments>.item.active{
    color: #003399;
    font-weight: bold;
    border-color: #003399;
}

/* 筛选条件 */
.filters{
    width: 100%;
    height: 28px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0 20px;
    margin: 20px 0;
}
.filters>.filterItem{
    width: 298px;
    flex-shrink: 0;
    margin-right: 28px;
    display: flex;
    align-items: center;
}
.filters>.filterItem:nth-child(3n){
    margin-right: 0;
}
.filters>.filterItem>p{
    width: 60px;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 1em;
    color: #333333;
    text-align: right;
}
.filters>.filterItem>.commonInput{
    width: 238px;
    height: 28px;
    position: relative;
}
.filters>.filterItem>.commonInput>input{
    width: 238px;
    height: 28px;
    border: 1px solid #CDCDCD;
    background-color: white;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #4A4A4A;
    padding: 0 36px 0 10px;
}
.filters>.filterItem>.commonInput>input:hover{
    border: 1px solid #003399;
}
.filters>.filterItem>.commonInput>input:focus{
    border: 1px solid #003399;
}
.filters>.filterItem>.commonInput>input.times{
    background: url('../../images/time.png') right center no-repeat;
    background-size: 16px 16px;
    background-position-x: 210px;
    padding-right: 36px;
}
.filters>.filterItem>.commonInput>input.times:hover{
    background: url('../../images/timeActive.png') right center no-repeat;
    background-size: 16px 16px;
    background-position-x: 210px;
}
.filters>.filterItem>.commonInput>input.times:focus{
    background: url('../../images/timeActive.png') right center no-repeat;
    background-size: 16px 16px;
    background-position-x: 210px;
}
.filters>.filterItem>.commonInput>.delInput{
    width: 16px;
    height: 16px;
    cursor: pointer;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background: url('../../images/inputDel.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 10;
}
.filters>.filterItem>a{
    display: block;
    width: 80px;
    height: 28px;
    background-color: #FFCC00;
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.filters>.filterItem>a:hover{
    border-color: #FFEA98;
    background-color: #FFEA98;
}

/* 表格样式 */
.integralTable{
    width: 100%;
    height: auto;
    padding: 0 20px;
}
.integralList .integralTable>.tableHead{
    width: 950px;
    height: 45px;
    background-color: #EEF4FC;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.integralList .integralTable>.tableHead>.item{
    /* font-family: 'phr'; */
    /* font-family: 微软雅黑; */
    font-size: 12px;
    color: #333333;
    line-height: 1em;
    flex-shrink: 0;
}
.integralList .integralTable.consumerJifen>.tableHead>.item:nth-child(1){
    width: 460px;
}
.integralList .integralTable.consumerJifen>.tableHead>.item:nth-child(2){
    width: 316px;
}
.integralList .integralTable.consumerJifen>.tableHead>.item:nth-child(3){
    width: 154px;
}
.integralList .integralTable.companyJifen>.tableHead>.item:nth-child(1){
    width: 340px;
}
.integralList .integralTable.companyJifen>.tableHead>.item:nth-child(2){
    width: 228px;
}
.integralList .integralTable.companyJifen>.tableHead>.item:nth-child(3){
    width: 208px;
}
.integralList .integralTable.companyJifen>.tableHead>.item:nth-child(4){
    width: 154px;
}

.tableList{
    width: 950px;
    height: auto;
    margin-bottom: 20px;
}
.tableList>.item{
    width: 950px;
    height: 36px;
    border: 1px solid #F3F3F3;
    border-top: none;
    padding-left: 20px;
}
.tableList>.item{
    width: 100%;
    /* height: 120px; */
    height: 36px;
    background-color: white;
    display: flex;
    border-bottom: 1px solid #F3F3F3;
}
.tableList>.item>*{
    flex-shrink: 0;
}
.integralList .integralTable>.tableList>.item>div{
    height: 36px;
    display: flex;
    align-items: center;
}
.integralList .integralTable.consumerJifen>.tableList>.item>div:nth-child(1){
    width: 460px;
}
.integralList .integralTable.consumerJifen>.tableList>.item>div:nth-child(2){
    width: 316px;
}
.integralList .integralTable.consumerJifen>.tableList>.item>div:nth-child(3){
    width: 154px;
}
.integralList .integralTable.companyJifen>.tableList>.item>div:nth-child(1){
    width: 340px;
}
.integralList .integralTable.companyJifen>.tableList>.item>div:nth-child(2){
    width: 228px;
}
.integralList .integralTable.companyJifen>.tableList>.item>div:nth-child(3){
    width: 208px;
}
.integralList .integralTable.companyJifen>.tableList>.item>div:nth-child(4){
    width: 154px;
}

.textBlue{
    color: #003399;
}