.slide-in{
    width: 7.5rem;
    min-height: 100%;
    overflow: scroll;
    background: #F5F7F9;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -7.5rem;
    z-index: 10;
    /*display: none;*/
}
.common-header{
    height: 1rem;
    width: 100%;
    box-sizing: border-box;
    font-size: .34rem;
    position: relative;
    background: #FFFFFF;
    justify-content: center!important;
    display: flex;
    align-items: center;
}
.common-header-w{
    height: 1rem;
    width: 7.5rem;
    box-sizing: border-box;
    font-size: .34rem;
    position: relative;
    justify-content: center!important;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background: transparent;
}
.common-header .left-icon{
    width: .16rem;
    height: .32rem;
    background: url(/mobile/images/agentCenter/icon/left-icon.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: .2rem;
    z-index: 6;
}
.left-icon-w{
    width: .16rem;
    height: .32rem;
    background: url(/mobile/images/agentCenter/icon/left-icon-w.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: .2rem;
}
.common-header.border-bottom{
    border-bottom: 1px solid #F1F1F1;
}

.header .flex-column{
    display: inline-flex;
    position: absolute;
}
.header .flex-column i {
    width: 9px;
    height: 14px;
    background: url(/agent/image/icon/sort_arrow.png) no-repeat;
    background-size: 100%!important;
    cursor: pointer;
    margin-left: 4px;
}
.header .flex-column i.active_up{
    background: url(/agent/image/icon/sort_arrow_active.png) no-repeat;
    transform: rotate(180deg);
}
.header .flex-column i.active_down{
    background: url(/agent/image/icon/sort_arrow_active.png) no-repeat;
}

.main-wrap.index-page{
    width: 100%;
    padding-bottom: 1.2rem;
    background: url(/mobile/images/agentCenter/index/header-bg.png) no-repeat top;
    background-size: 100%;
}
.filter-content{
    height: .8rem;
    background: #ffffff;
    padding: 0 .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .28rem;
    color: #FF2D55;
}
.filter-content .date-range{
    font-size: .24rem;
}
.filter-content .date-range button{
    height: .48rem;
}
.filter-button{
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    right: .3rem;
    font-size: .28rem;
    color: #FF2D55;
}
.filter-button:after{
    content: '';
    width: .32rem;
    height: .32rem;
    background: url(/mobile/images/agentCenter/icon/filter.png);
    background-size: 100%;
}
.table-wrap{
    width: 7.5rem;
    overflow: scroll;
    color: #ffffff;
}
.agent-table{
    width: 100%;
}
.agent-table .header{
    min-width: 100%;
}
.agent-table th{
    color: #333;
    text-align: center;
    font-size: .24rem;
    font-style: normal;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    width: 1.6rem;
    height: .8rem;
    background: #F2F2F2;
    position: relative;
}
.agent-table td{
    width: 1.6rem;
    height: .8rem;
    color: #666;
    font-size: .24rem;
    font-weight: 400;
    border-bottom: 1px solid #F2F2F2;
    text-align: center;
    background: #ffffff;
}
.agent-table .table-item td:first-of-type {
    color: #333;
}
.agent-table .table-item.b td{
    color: #666;
    font-weight: 600;
}

.no-data{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #999;
    font-size: 14px;
    width: 100%;
    margin: .8rem 0;
}
.no-data img{
    height: 2rem;
    width: 2rem;
}
.the-end{
    display: block;
    align-items: center;
    color: #999;
    font-size: .28rem;
    width: max-content;
    margin: .4rem auto .6rem;
}
.common-pagination{
    height: .56rem;
    display: flex;
    justify-content: flex-end;
    margin: .2rem 0;
    width: 100%;
    padding: 0 0.2rem;
}
.common-pagination a,
.common-pagination span{
    width: .56rem;
    height: .56rem;
    background: #dddd;
    font-size: .28rem;
    color: #606266;
    line-height: .56rem;
    text-align: center;
    border-radius: 2px;
    display: block;
}
.common-pagination .paginationjs-pages ul{
    display: flex;
    margin: 0;
    gap: 0.05rem;
}
.common-pagination span.active,
.common-pagination .paginationjs-page.active a{
    background: #FF2D55;
    color: #ffffff;
}

.agent-input-content,
.agent-filter-content{
    padding: .4rem .3rem;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    line-height: 1;
}
.agent-input-content .agent-input-wrap input:not([type="button"]) {
    height: 1rem;
    background: #F0F0F0;
    border-radius: 8px;
    color: #666;
    font-size: .28rem;
    padding: 0 0.4rem 0 1.8rem;
    border: 1px solid transparent;
    font-family: DIN Alternate;
}
.agent-input-content.light .agent-input-wrap input:not([type="button"]) {
    background: #ffffff;
}

.agent-input-content .agent-input-wrap input:focus{
    border: 1px solid transparent;
}
.agent-input-content .action-btn{
    flex-grow: 1;
}
.agent-input-content  .code-info{
    font-size: .28rem;
    margin-bottom: -.1rem;
    color: #666;
}
.agent-input-content .agent-input-wrap label{
    position: absolute;
    left: .3rem;
    z-index: 1;
    font-size: .28rem;
    color: #333;
}
.data-range{
    display: flex;
    align-items: center;
}
.agent-input-wrap,
.agent-info-wrap{
    display: flex;
    align-items: center;
    gap: .2rem;
    font-size: .28rem;
    position: relative;
}
.agent-input-wrap label,
.agent-info-wrap{
    position: relative;
    display: flex;
    align-items: center;
    min-width: max-content;
}

.agent-info-wrap p{
    font-weight: 500;
    color: #333;
}
.agent-info-wrap.column{
    display: flex;
    flex-direction: column;
}
.agent-input-wrap input:not([type="button"]){
    height: .64rem;
    padding: 0px .2rem;
    font-size: .24rem;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    flex-grow: 1;
}
.agent-input-wrap.calendar input {
    padding: 0px .4rem 0px .8rem;
}
.agent-input-wrap.calendar label:after{
    content: '';
    width: .4rem;
    height: .4rem;
    background: url(/agent/image/icon/calendar.png);
    background-size: 100%;
    position: absolute;
    right: -.8rem;
    z-index: 1;
}
.agent-input-wrap input:focus{
    border: 1px solid #FF2D55;
}
.agent-input-wrap input::placeholder{
    color: #999999;
}
.pop-sms-code{
    border: none;
    position: absolute;
    right: .3rem;
    padding: 0!important;
    background: none;
    color: #FF2D55!important;
    width: max-content!important;
}


.btn-wrap{
    display: flex;
    justify-content: center;
    padding: 0 .2rem;
    gap: 0.2rem;
}
.action-btn{
    height: .88rem;
    border-radius: 8px;
    border: 1px solid #FF2D55;
    background: #ffffff;
    box-sizing: border-box!important;
    color: #FF2D55;
    font-size: .32rem;
}
.action-btn.active{
    background: #FF2D55;
    border: 1px solid transparent;
    color: #ffffff;
}
.action-btn.light {
    border-radius: 6px;
    border: 1px solid #F0F0F0;
    color: #999;
    font-size: .28rem;
}
.action-btn.light.active{
    border-radius: 6px;
    border: 1px solid #FF2D55;
    color: #FF2D55;
    background: #fff;
}
.action-btn.max{
    width: 100%;
    border: none;
}
.action-btn[disabled]{
    background: #DDD!important;
    color: #666!important;
    border: 1px solid transparent;
}
.action-btn.no-border{
    border: none!important;
}
.money-type .action-btn{
    width: auto!important;
}
.agent-filter-content .btn-wrap button:last-of-type{
    border: none;
}
.agent-filter-content .btn-wrap button{
    flex-grow: 1;
}

.common-tab span{
    font-size: .32rem;
    height: 1rem;
    line-height: 1rem;
}
.common-tab span.active{
    color: #FF2D55;
    font-weight: 600;
}
.common-tab .floating{
    height: .08rem;
    background: #FF2D55;
    position: absolute;
    z-index: 1;
    transition: left 0.5s,width 1s;
    top: unset!important;
    bottom: 0!important;
}
.option-wrap .action-btn{
    height: .54rem;
    width: 1.2rem;
    max-width: 1.8rem;
}

.detail-page .js-details{
    padding: .2rem .3rem;
    font-size: .28rem;
    color: #333333;
    position: relative;
}
.detail-page .js-details .flex{
    height: .8rem;
    padding: 0 .24rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;
    border-bottom: 1px solid #F2F2F2;
}

.flatpickr-calendar {
    z-index: 99999999!important;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
    background: #FF2D56;
    border: none;
}
.rangeMode .flatpickr-day{
    margin: 0!important;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){
    -webkit-box-shadow: -10px 0 0 #FF2D56!important;
    box-shadow: -10px 0 0 #FF2D56!important;
}
.flatpickr-day.today{
    border-radius: 5px!important;
    border: 1px dashed #e6e6e6!important;
}
.flatpickr-day:hover{
    border-radius: 5px!important;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange{
    border-radius: 5px 0 0 5px!important;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange{
    border-radius: 0 5px 5px 0 !important;
}

.agent-info-wrap{
    display: flex;
    justify-content: space-between;
    font-size: .32rem;
    gap: .2rem;
}
.agent-info-wrap label{
    color: #666;
}
.agent-info-wrap p{
    font-weight: 500;
    color: #333;
}
.bottom-tips{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: .4rem .3rem;
    background: #FAFAFA;
    color: #666;
    font-size: .28rem;
    font-style: normal;
    line-height: .56rem;
}
.eye{
    width: .32rem;
    height: .32rem;
    background: url(/mobile/images/agentCenter/icon/eye.png);
    background-size: 100%!important;
}
.eye.active{
    background: url(/mobile/images/agentCenter/icon/eye-active.png);
}
.yidun_popup{
    z-index: 99999999!important;
}
