#container {
    padding: 0 20px;
    background-color: #F8F9FA;
    padding-bottom: 70px;
    overflow-y: auto;
}

.page-header {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 30px 0 20px;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.handler {
    width: 100%;
    height: 32px;
    display: flex;
}

.handler .back {
    height: 32px;
    min-width: 140px;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    color: #555555;
    border: 1px solid #e5e3e9;
    border-radius: 3px;
    padding-right: 10px;
}

.handler .button{
    height: 32px;
    min-width: 120px;
    padding: 0 10px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    border-radius: 3px;
    cursor: pointer;
    background: #0052D9;
}

.handler .button a{
    color: #597ef7;
}

.layui-table{
    margin-top: 20px;
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
}

.layui-table tr th{
    border: 0;
    padding-left: 40px;
    height: 42px;
    background: #F9FAFB;
    font-size: 14px;
    font-weight: 600;
    color: rgba(0,0,0,0.9);
    line-height: 22px;
}

/* .layui-table tr th:first-child{
    border-radius: 16px 0 0 0;
}

.layui-table tr th:last-child{
    border-radius: 0 16px 0 0 ;
} */

.layui-table tr td{
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-left: 40px;
    height: 48px;
    border-bottom: 1px solid #ECEEF5;
    color: rgba(0,0,0,0.9);
}

/* .layui-table tr td:first-child{
    border-left: 1px solid #ECEEF5;;
}

.layui-table tr td:last-child{
    border-right: 1px solid #ECEEF5;;
} */

.layui-table tr td a{
    padding-right: 24px;
    cursor: pointer;
}

.layui-table tr td a img{
    width: 20px;
    height: 20px;
}


.tablist{
    border-radius: 8px;
}
.tablist .layui-layer-title{
    height: 56px;
    font-size: 14px;
    color: #555555;
    border-radius: 8px 8px 0 0;
    background:#fff;
    border: 1px solid #ECEEF5;
}
.tablist input{
    border: 1px solid #e5e3e9;
    border-radius: 8px;
}
.tablist input::placeholder{
    font-size: 13px;
    color: #dddddd;
}
.tablist .layui-layer-btn{
    text-align: center;
    margin-top: -16px;
}
.tablist .layui-layer-btn .layui-layer-btn0{
    width: 66px;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    font-size: 13px;
    background-color: #597ef7;
    border-radius: 16px;
}
.tablist .layui-layer-btn .layui-layer-btn1{
    width: 66px;
    height: 32px;
    line-height: 32px;

    color: #555555;
    font-size: 13px;
    background-color: #ECEEF5;
    border-radius: 16px;
    border:0;
}
.tablist .layui-layer-setwin{
    position: absolute;
    /* right: -46px;
    top: 0px; */
    top: 18px;
    font-size: 0;
    line-height: initial;
}
.question{
    border-radius: 8px;
}
.question .layui-layer-title{
    height: 56px;
    font-size: 14px;
    color: #555555;
    border-radius: 8px 8px 0 0;
    background:#fff;
    border: 1px solid #ECEEF5;
}
.question input{
    border: 1px solid #e5e3e9;
    border-radius: 8px;
}
.question input::placeholder{
    font-size: 13px;
    color: #dddddd;
}
.question .layui-layer-btn{
    text-align: center;
    margin-top: -16px;
}
.question .layui-layer-btn .layui-layer-btn0{
    width: 66px;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    font-size: 13px;
    background-color: #597ef7;
    border-radius: 16px;
}
.question .layui-layer-btn .layui-layer-btn1{
    width: 66px;
    height: 32px;
    line-height: 32px;

    color: #555555;
    font-size: 13px;
    background-color: #ECEEF5;
    border-radius: 16px;
    border:0;
}
.question .layui-layer-setwin{
    position: absolute;
    /* right: -46px;
    top: 0px; */
    top: 18px;
    font-size: 0;
    line-height: initial;
}
.group{
    border-radius: 8px;
}
.group .layui-layer-title{
    height: 56px;
    font-size: 14px;
    color: #555555;
    border-radius: 8px 8px 0 0;
    background:#fff;
    border: 1px solid #ECEEF5;
}
.group input{
    border: 1px solid #e5e3e9;
    border-radius: 3px;
}
.group input::placeholder{
    font-size: 13px;
    color: #dddddd;
}
.group .layui-layer-btn{
    text-align: center;
    margin-top: 8px;
}
.group .layui-layer-btn .layui-layer-btn0{
    width: 66px;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    font-size: 13px;
    background-color: #2D42E5;
    border-radius: 3px;
}
.group .layui-layer-btn .layui-layer-btn1{
    width: 66px;
    height: 32px;
    line-height: 32px;
    color: #555555;
    font-size: 13px;
    background-color: #ECEEF5;
    border-radius: 3px;
    border:0;
}
.group .layui-layer-setwin{
    position: absolute;
    /* right: -46px;
    top: 0px; */
    top: 18px;
    font-size: 0;
    line-height: initial;
}
.custom{
    border-radius: 8px;
}
.custom .layui-layer-title{
    height: 56px;
    font-size: 14px;
    color: #555555;
    border-radius: 8px 8px 0 0;
    background:#fff;
    border: 1px solid #ECEEF5;
}
.custom input{
    border: 1px solid #e5e3e9;
    border-radius: 8px;
}
.custom input::placeholder{
    font-size: 13px;
    color: #dddddd;
}
.custom .layui-layer-btn{
    text-align: center;
    margin-top: 10px;
}
.custom .layui-layer-btn .layui-layer-btn0{
    width: 66px;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    font-size: 13px;
    background-color: #597ef7;
    border-radius: 16px;
}
.custom .layui-layer-btn .layui-layer-btn1{
    width: 66px;
    height: 32px;
    line-height: 32px;

    color: #555555;
    font-size: 13px;
    background-color: #ECEEF5;
    border-radius: 16px;
    border:0;
}
.custom .layui-layer-setwin{
    position: absolute;
    right: -46px;
    top: 0px;
    font-size: 0;
    line-height: initial;
}

.changepwd{
    border-radius: 8px;
}
.changepwd .layui-layer-title{
    height: 56px;
    font-size: 14px;
    color: #555555;
    border-radius: 8px 8px 0 0;
    background:#fff;
    border: 1px solid #ECEEF5;
}
.changepwd .layui-input-block{
    padding-top: 7px;
}
.changepwd input{
    border: 1px solid #e5e3e9;
    border-radius: 8px;
}
.changepwd input::placeholder{
    font-size: 13px;
    color: #dddddd;
}
.changepwd .layui-layer-btn{
    text-align: center;
    margin-top: 8px;
}
.changepwd .layui-layer-btn .layui-layer-btn0{
    width: 66px;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    font-size: 13px;
    background-color: #597ef7;
    border-radius: 16px;
}
.changepwd .layui-layer-btn .layui-layer-btn1{
    width: 66px;
    height: 32px;
    line-height: 32px;

    color: #555555;
    font-size: 13px;
    background-color: #ECEEF5;
    border-radius: 16px;
    border:0;
}
.changepwd .layui-layer-setwin{
    position: absolute;
    /* right: -46px;
    top: 0px; */
    font-size: 0;
    line-height: initial;
}

.back-card {
    background-color: #FFFFFF;
    padding: 28px 24px;
    border-radius: 12px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0052D9;        
    color: rgba(255,255,255,0.9);
}

.condition-border {
    display: inline-flex;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    height: 32px;
    /* width: 360px; */
}

.select-title {
    font-size: 14px;
    margin-left: 8px;
    min-width: 56px;
    line-height: 32px;
}

.table-img {
    padding: 7px;
    background: #F7F8FC;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.condition-input {
    width: 285px;
    height: 28px !important;
    margin-top: 2px;
    border: none !important;
    padding-left: 16px;
}

hr {
    height: 1px;
}

.pagination>.active>a,
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    background-color: #0052D9;
    color: rgba(255,255,255,0.9);
}

.label-black {
    color: #000000 !important;
}

.layui-card {
    border-radius: 12px;
}