/*左侧导航*/
.th{
    color: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);!important;
}
.layui-layer-dialog {
  z-index: 99991017!important;
}
.home-nav-bar{
    width: 226px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}
.home-nav-bar .nav-item{
    height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 28px;
    color: #333;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.home-nav-bar .nav-item.header{
    height: 60px;
    padding: 0 20px;
    background: linear-gradient(180deg, #F9F9F9 0.00%, #F2F2F2 100%);
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.10);
    color: #111;
    font-weight: 600;
    cursor: unset;
}
.home-nav-bar .nav-item i{
    width: 24px;
    height: 24px;
    background-size: 100% !important;
}
.home-nav-bar .nav-item.nav._active{
    background: linear-gradient(180deg, #F9F9F9 0%, #F2F2F2 100%);
    color: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);;
}
.home-nav-bar .nav-item.nav:hover{
    background: linear-gradient(180deg, #F9F9F9 0%, #F2F2F2 100%);
}
.home-nav-bar .nav-item.nav._active:before{
    content: '';
    width: 4px;
    height: 50px;
    background: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);;
    position: absolute;
    left: 0;
}

/*消息*/
#notice {
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 0.7px;
    padding: 0 15px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);

    margin: 10px auto 10px;
}
#notice i {
    width: 18px;
    height: 18px;
    background: url(/agentNew/image/icon/speaker.png);
    margin-right: 10px;
    background-size: 100%;
}
#scroll_div {
    flex-grow: 1;
    overflow: hidden;
    display: flex;
}
#scroll_div .tempWrap{
    flex-grow: 1;
}
#scroll_div ul li{
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-right: 50px;
    width: 200px!important;
}

/*右侧*/
.main-content{
    width: 964px;
    height: max-content;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
}
.main-header{
    display: flex;
    width: 100%;
    height: 68px;
    padding: 12px 20px 0;
    align-items: center;

    border-bottom: 1px solid #F2F2F2;
}
.main-header h2{
    color: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);;
    font-size: 24px;
    font-weight: 600;
    padding: 0 22px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #F2F2F2;
}
.main-header h2:after{
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    display: block;
    background: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);;
    border-radius: 6px 6px 0px 0px;
}
.main-header span{
    color: #666;
    font-size: 14px;
    margin-left: 20px;
}
.main-header .back-btn{
    height: 28px;
    line-height: 26px;
    width: 58px;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%)
;
    color: #FFF;
    font-size: 14px;
    margin-left: auto;
    display: none;
}
.sub-header{
    margin-bottom: 20px;
}
.sub-header h2{
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: flex;
}
.sub-header h2:before{
    content: '';
    width: 5px;
    height: 18px;
    border-radius: 0px 3px 3px 0px;
    background: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);;
    margin-right: 10px;
}

.main-body{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 30px;
}

.action-btn,
.action-btn[disabled]{
    color: #666666;
    font-size: 14px;
    height: 24px;
    padding: 0 11px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #FFF 0%, #E0E0E0 100%);
    box-shadow: 0px 2px 4px 0px rgba(169, 169, 169, 0.30) inset, 0px 6px 10px 0px rgba(0, 0, 0, 0.20), 0px 2px 0px 0px rgba(255, 255, 255, 0.40), 0px -4px 6px 0px #FFF;
}

.action-btn.max{
    width: 100%;
    height: 50px;
    border-radius: 24px;
    font-weight: 600;
    line-height: 16px; /* 100% */
}
.action-btn.active{
    color: #ffffff;
    background: linear-gradient(90deg, #62C69B 3.33%, #60C0B2 103.89%);;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15), 0px 1px 0px 0px rgba(255, 255, 255, 0.40), 0px -3px 3px 0px #FFF;
}

.action-button{
    width: 100px;
      height: 40px;
      border-radius: 6px;
      border: 1px solid #62C69B;
      color: #666;
      background: #ffffff;
      text-align: center;
      font-size: 16px;
    line-height: 35px;
}
.action-button.w-70{
    width: 70px;
}
.action-button.w-80{
    width: 70px;
}
.action-button.light{
    border: 1px solid #DDD;
    color: #999;
}
.action-button.active{
    background: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);;
    color: #ffffff!important;
}
.common-tab{
    display: flex;
    position: relative;
}
.common-tab span{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-right: 10px;
    cursor: pointer;
}
.common-tab span.active{
    color: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);;
    font-size: 16px;
    font-weight: 600;
}
.common-tab .floating{
    height: 2px;
    background: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);;
    position: absolute;
    z-index: 1;
    transition: left 0.5s,width 1s;
    top: unset!important;
    bottom: 0!important;
}
.common-pagination{
    height: 28px;
    display: flex;
    justify-content: flex-end;
}
.common-pagination a,
.common-pagination span{
    width: 28px;
    height: 28px;
    background: #f0f2f5;
    font-size: 14px;
    color: #606266;
    margin: 0 5px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    /* display: block; */
}
.common-pagination .paginationjs-pages ul{
    display: flex;
}
.common-pagination span.active,
.common-pagination .paginationjs-page.active a{
    background: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);
    color: #ffffff;
        padding: 0 5px;
}
.agent-input-wrap{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.agent-input-wrap.column{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.agent-input-wrap label{
    color: #333;
    font-size: 14px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    position: relative;
}
.agent-input-wrap input{
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    border-radius: 6px;
    border: 1px solid #DDD;
    background: #FFF;
    color: #666666;

}
.agent-input-wrap.w-260 input{
    width: 260px;
}

.agent-input-wrap input::placeholder{
    color: #999999;
}
.agent-input-wrap.calendar label:after{
    content: '';
    width: 20px;
    height: 20px;
    background: url(/agentNew/image/icon/calendar.png);
    background-size: 100%;
    position: absolute;
    right: -40px;
}
.agent-input-wrap .pop-sms-code,
.agent-input-wrap .sms-code{
width: unset;
  border: none;
  position: absolute;
  right: 0px;
  padding: 0;
  background: none;
  color: #fff;
  background: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);
  padding: 0 15px;
}
.agent-input-wrap .sms-code[disabled]{
    opacity: 0.6;
}
.agent-input-wrap .img-code{
    position: absolute;
    right: 1px;
    height: 38px;
    border-radius: 0 6px 6px 0;
}

.agent-input-wrap.calendar input{
    padding: 0px 20px 0px 40px;
}
.agent-input-wrap .tips{
    color: #999;
    font-size: 14px;
    line-height: 14px;
}

.agent-info-wrap{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 20px;
}
.agent-info-wrap label{
    color: #666;
}
.agent-info-wrap p{
    font-weight: 500;
    color: #333;
}






/*layer*/
.agent-regular{
    border-radius: 20px!important;
    background: #FFF;
}
.agent-regular .layui-layer-title{
    height: 60px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.agent-regular  .layui-layer-setwin{
    top: 22px !important;
}
.agent-regular .layui-layer-content{
    color: #333;
    font-size: 14px;
    line-height: 28px;
    padding: 20px 30px;
}
.agent-regular.center .layui-layer-content{
    text-align: center;
}
.agent-regular .layui-layer-btn{
    padding: 15px 15px 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.agent-regular .layui-layer-btn a{
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 24px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #FFF 0%, #E0E0E0 100%);
    box-shadow: 0px 2px 4px 0px rgba(169, 169, 169, 0.30) inset, 0px 6px 10px 0px rgba(0, 0, 0, 0.20), 0px 2px 0px 0px rgba(255, 255, 255, 0.40), 0px -4px 6px 0px #FFF;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;

    margin: 0;
}
.agent-regular .layui-layer-btn .layui-layer-btn0{
    color: #FFF;
    border: 1px solid #FFF;
    background: linear-gradient(90deg, #62C69B 3.33%, #60C0B2 103.89%);;
    box-shadow: 0px 2px 4px 0px rgba(200, 108, 0, 0.30) inset, 0px 6px 10px 0px rgba(0, 0, 0, 0.20), 0px 2px 0px 0px rgba(255, 255, 255, 0.40), 0px -4px 6px 0px #FFF;
}

.agent-regular .result-page h2{
    color: #333;
    font-weight: 600;
    font-size: 16px
}

.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: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%)!important;
    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 #ECCE9C!important;
    box-shadow: -10px 0 0 #ECCE9C!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;
}

.member-select-btn{
    display: flex;
    justify-content: center;
    border-radius: 6px;

}
.member-select-btn button{
    border: 1px solid linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);;
    background: #ffffff;
    color: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);;
    width: 160px;
    height: 50px;
    cursor: pointer;
    margin: 0 -1px;
}
.member-select-btn button.active{
    background: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);;
    color: #ffffff;
}
.member-select-btn button:first-of-type{
    border-radius: 6px 0px 0px 6px;
}
.member-select-btn button:last-of-type{
    border-radius: 0 6px 6px 0;
}
.agent-table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    table-layout: fixed;
    text-align: center;
}
.agent-table .header{
    min-width: 100%;
    background: #F2F2F2;
    color: #333;
}
.agent-table th{
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.agent-table td{
    height: 50px;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #F2F2F2;
    word-break: break-all;
    padding:0 2.5px;
}
.agent-table .body{
    min-width: 100%;
    background: #FFF;
    border: 1px solid #F2F2F2;
}
.agent-table .body tr:hover{
     background: #f3f6f9;
}
.agent-table .table-item td:first-of-type{
    color: #333;
}
.agent-table .table-item td.th{
    cursor: pointer;
}

.agent-table .table-item.b td{
    color: #666;
    font-weight: 600;
}

.select-wrap{
    display: flex;
    align-items: center;
    position: relative;
}
.select-wrap .select-field{
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #DDD;
    background: #FFF;
    color: #666666;

    cursor: pointer;
    padding: 0 10px;
}
.select-wrap i{
    width: 9.5px;
    height: 4.5px;
    background: url(/agentNew/image/icon/arrow_down.png);
    background-size: 100%;
    position: absolute;
    right: 10px;
}
.select-wrap .select-box{
    position: absolute;
    width: 100%;
    top: 40px;
    border-radius: 6px;
    border: 1px solid #F0E3CA;
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
    display: none;
    z-index: 1;
}
.select-wrap .select-box span{
    width: 100%;
    height: 40px;
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.select-wrap .select-box span:hover,
.select-wrap .select-box span.active{
    background: #4fafaa;
      color: #fff;
}
.no-data{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #999;
    font-size: 14px;
    margin: 150px auto;
    width: 903px;
    position: absolute;
}
.no-data img{
    width: 128px;
}

.yidun_popup{
    z-index: 99999999!important;
}
.js-back-top{
    display: none;
    position: fixed;
    bottom: 23.5vh;
    right: 12vh;
    width: 50px;
    z-index: 10;
}
.hover-content-wrap{
    display: flex;
    align-items: center;
    position: relative;
}
.hover-content-wrap i{
    content: '';
    width: 14px;
    height: 14px;
    background: url(/agentNew/image/icon/question_mark.png);
    background-size: 100%;
    margin-left: 6px;
}
.hover-content{
    background: #ffffff;
    border-radius: 4px;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    width: max-content;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    color: #333;
    z-index: 1;
    line-height: 1.4;
    display: none;
}
.hover-content:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
}
.hover-content-wrap:hover .hover-content{
    display: block;
}
.eye{
    width: 26px;
    height: 26px;
    background: url(/agentNew/image/icon/eye.png);
    background-size: 100%!important;
}
.eye.active{
    background: url(/agentNew/image/icon/eye_active.png);
}
.balance-box [data-amount]{
    padding-top: 10px;
}
.balance-box [data-amount].active{
    padding-top: 0;
}
.question-mark{
    display: flex;
    align-items: center;
    position: relative;
}
