:root {
    --color: #1C53D9;
    --bj-color: rgb(18, 31, 52);
    --bj2-color: #252D47;
    --h-color: #1C53D9;
    --tet-color: rgb(51, 51, 51);
}

::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ddd;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: var(--bj2-color);
}

::-webkit-scrollbar {
    width: 8px;
}

.layui-btn-w {
    width: 100%;
}

/* .layui-fluid2{
    padding: 15px;
}  */
.layui-nav-ul {
    position: absolute;
    left: 220px;
    height: 70px;
    z-index: 3;
    transition: all 0.3s;
    display: flex;
}

.layui-nav-ul li {
    line-height: 70px;
    padding: 0 20px;
    cursor: pointer;
    font-size: 16px;
}

.layui-nav-ul li.cur {
    position: relative;
    color: var(--color);
}

.layui-nav-ul li.cur::after {
    position: absolute;
    left: 20px;
    bottom: 15px;
    content: "";
    width: 20px;
    height: 3px;
    border: none;
    border-radius: 4px;
    background-color: var(--h-color);
    box-sizing: border-box;
    pointer-events: none;
}

.layadmin-side-shrink .layui-nav-ul {
    left: 70px;
}

.b_1 {
    display: none;
}

.layui-layout-admin .layui-header {
    height: 70px;
}

.footer-nav {
    position: absolute;
    right: 20px;
    bottom: 40px;
    z-index: 5;
}

.footer-nav ul li i {
    color: #fff;
}

.layadmin-setTheme-side,
.layui-side-menu {
    background-color: var(--bj-color) !important;
    /* background: url(../images/nav-bj.png) no-repeat center bottom; */
    color: #fff;
}

.layadmin-setTheme-side,
.layui-side-menu1 {
    background-color: var(--bj2-color) !important;
    /* background: url(../images/nav-bj2.png) no-repeat center bottom; */
    color: #fff;
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
    background-color: var(--h-color);
    color: #fff;
    border-radius: 5px;
}

.layui-table thead tr {
    background-color: #f2f2f2;
}

.layui-table thead tr th {
    border: solid 1px #fff;
}

.layui-nav-itemed>.layui-nav-child {
    display: block;
    background: none !important;
}

.layui-nav-itemed>.layui-nav-child1 {
    display: block;
    background: none !important;
}

.layui-nav .layui-badge {
    margin: -20px 0 0 0;
}

.layui-card {
    border-radius: 8px;
    height: 100%;
    box-sizing: border-box;
}

.layui-title {
    font-size: 16px;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.layui-btn-group {
    padding-bottom: 4px;
}

.layui-input,
.layui-select,
.layui-textarea {
    border-radius: 4px;
}

.layui-fl10 {
    padding-left: 10px;
    border-left: solid 1px #eee;
}

.layui-rx {
    padding-right: 10px;
    height: 100%;
}

.layui-pt10 {
    padding-top: 10px;
}

.layui-right {
    float: right;
}

.layui-menu-body-title {
    text-align: center;
    font-size: 14px;
}

.layui-ullist .layui-nav-li {
    padding: 5px 10px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.layui-ullist .layui-nav-li a {
    display: block;
}

.layui-ullist .layui-nav-li:hover,
.layui-ullist .layui-nav-li.cur:hover {
    background: rgb(27, 144, 255, 0.2);
    border-radius: 4px;
}

.layui-ullist .layui-nav-li:hover a,
.layui-ullist .layui-nav-li.cur:hover a {
    color: var(--color);
}

.layui-ullist .layui-nav-li .layui-icon-friends {
    color: var(--color);
}

.layui-table-body .layui-none {
    min-height: 450px;
}

.layui-form-label2 {
    padding: 9px 15px 0 0;
    width: auto;
}

.layui-trb {
    padding: 15px 0 15px 0;
    box-sizing: border-box;
}

.layui-tfb {
    padding: 15px 0;
    box-sizing: border-box;
}

.layui-fx {
    border-right: solid 1px #eee;
}

.NewRole .layui-input-wrap {
    padding-right: 15px;
}

.NewRole .nav-role {
    padding: 15px 15px 15px 0;
    font-size: 14px;
}

.NewRole .nav-role a {
    color: rgb(127, 127, 127);
}

.NewRole .nav-role span {
    color: #333;
}

.NewRole .role-ml .role-All {
    padding-bottom: 10px;
    font-size: 14px;
    display: block;
}

.NewRole .role-ml ul {
    height: 325px;
    overflow: auto;
    padding-right: 15px;
}

.NewRole2 .role-ml ul {
    max-height: 325px;
    height: auto;
}

.NewRole .role-ml ul::-webkit-scrollbar {
    width: 12px;
}

.NewRole .role-ml ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.NewRole .role-ml ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(27, 144, 255);
    -webkit-box-shadow: inset 0 0 6px rgb(27, 144, 255);
}

.NewRole .role-ml ul::-webkit-scrollbar-thumb:window-inactive {
    background: var(--color);
}

.NewRole .role-ml ul::-webkit-scrollbar {
    width: 8px;
}




.NewRole .role-ml ul li {
    padding: 5px 0;
    font-size: 14px;
    cursor: pointer;
}

.NewRole .role-ml ul li .yiji {
    display: flex;
    align-items: center;
}

.NewRole .role-ml ul li .yiji .i-bj {
    background-color: rgb(131, 195, 255, .3);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 5px;
    overflow: hidden;
}

.NewRole .role-ml ul li .yiji .i-bj img {
    width: 100%;
    height: 100%;
}

.NewRole .role-ml ul li .yiji .i-bj i {
    color: var(--color);
}

.NewRole .role-ml ul li .yiji .dr {
    margin-left: auto;
    color: var(--color);

}

.layui-input-block-bt {
    margin-left: 0;
}

.NewRole .role-ml ul li .li {
    margin-top: 10px;
}

.layui-fluid-role {
    padding: 15px 15px 15px 15px;
    text-align: right;

}

.NewRole .role-ml ul li .yiji-fd {
    display: none;
}

.NewRole .layui-tfb .role-frul {
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;

}

.NewRole .layui-tfb .role-frul .li {
    display: flex;
    width: 130px;
    align-items: center;
    background-color: #f8f8f8;
    padding: 5px 7px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 10px calc((100% - 130px * 3) / 3 / 2);
}

.NewRole .layui-tfb .title-sz {
    padding: 0 15px;
    font-size: 14px;
}

.NewRole .layui-tfb .role-frul .li img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.NewRole .layui-tfb .role-frul .li .hide-gb {
    margin-left: auto;
    cursor: pointer;
    background: rgb(199, 199, 199);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.NewRole .layui-tfb .role-frul .li .hide-gb i {
    font-size: 12px;
    color: #fff;

}

.NewRole .layui-tfb .role-frul .li .hide-gb:hover {
    background-color: var(--color);
}

.staff-f {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.staff-f .qb {
    color: var(--color);
}

.staff-nav {
    padding-top: 10px;
}

.staff-nav .layui-tree-entry {
    padding: 6px 10px;
    height: auto;
}

.layui-tree-spread>.layui-tree-entry {
    background-color: rgb(27, 144, 255, .2);

}

.layui-tree-spread>.layui-tree-entry span {
    color: var(--color);
}

.staff-nav .layui-tree-iconArrow:after {
    top: 5px;
}

.layui-tree-spread>.layui-tree-entry .layui-tree-iconArrow:after {
    content: "";
    border-color: transparent transparent transparent var(--color);
}

.staff-nav .layui-tree-entry:hover {
    background-color: rgb(27, 144, 255, .2);
}

.staff-nav .layui-tree-iconClick {
    margin: 0 10px 0 0;
}

.staff-nav .layui-tree-main {
    width: 100%;
}

/* .staff-nav .layui-tree-txt{
    background: url(../images/icon-tx.png) no-repeat left center;
    padding-left: 15px;
    background-size: 12px;
} */
.layui-pr10 {
    padding-right: 10px;
}

.layui-pl10 {
    padding-left: 10px;
}

.layui-pr20 {
    padding-right: 20px;
    position: relative;
}

.layui-input-inline {
    width: 100%;
}

.layui-pt20 {
    padding-top: 20px;
}
.layui-mb10{
    margin-bottom: 10px;
}

.layui-col-md2-4 {
    position: relative;
    display: block;
    box-sizing: border-box;
    float: left;
    width: 19.9999992%;
    padding-bottom: 10px;
}

.layui-btn-group .layui-btn,
.layui-btn {
    border-radius: 4px !important;
}

.layui-sous {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layui-sous .layui-inline {
    width: 45%;
}

.layui-sous .layui-inline a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--color);
}

.layui-form-title {
    position: relative;
    font-size: 15px;
    color: var(--tet-color);
    margin-bottom: 10px;
    font-weight: bold;
}

.layui-form-title::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 22px;
    background-color: var(--color);
    left: -14px;
    top: 0;
    z-index: 2;
}

.layui-form-title span {
    color: #999;
    padding-left: 5px;
    font-weight: initial;
}

.layui-tab .layui-tab-title2 li {
    color: var(--tet-color);
    font-size: 16px;
}

.layui-form-label3 {
    display: block;
    font-size: 14px;
    line-height: 35px;
}

.layui-form-label3 span {
    color: #999;
}

.layui-form-label3 .btn-span {
    margin-left: 5px;
    padding: 3px 5px;
    cursor: pointer;
}

.layui-form-label3.bt::after {
    content: "*";
    color: rgb(240, 0, 0);

}

.layui-tab-one .layui-tab-item {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: solid 4px #eeeeee;
}

.layui-zjdiv {
    padding-top: 5px;
    position: relative;
}

.layui-zjdiv .layui-shanc {
    position: absolute;
    top: 9px;
    right: 0;
    cursor: pointer;
}

.layui-zjdiv .layui-shanc i {
    color: rgb(231, 19, 19);
}

.layui-form-dt {
    display: flex;
    align-items: center;
}

.layui-form-dt .sc-img {
    position: relative;
    width: 85px;
    height: 85px;
    border-radius: 5px;
    border: dashed 1px #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    /* overflow: hidden; */
}

.layui-form-dt .sc-img2 {
    display: block;
    text-align: center;
}

.layui-form-dt .sc-img2 .tx {
    width: 60px;
    margin: 0 auto;
    height: 60px;
}

.layui-form-dt .sc-img2 p {
    font-size: 14px;
}

.file-title {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.file-title .icon-tb {
    color: var(--color);
}

.file-title p {
    padding: 0 10px;
}

.file-title p span {
    color: #999;
    padding-left: 10px;
}

.file-title .file-yl {
    border: solid 1px #eee;
    padding: 0px 10px;
    border-radius: 10px;
    margin-left: 30px;
}

.file-title .file-hide {
    margin-left: 10px;
}

.file-title .file-hide i {
    font-size: 20px;
}

.layui-form-dt .sc-img .x-hide {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -10px;
    z-index: 5;
}

.layui-form-dt .sc-img img {
    width: 100%;
    height: 100%;
}

.layui-title-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layui-detail {
    background-color: rgb(249, 249, 249);
    padding: 8px;
    border-radius: 8px;
    min-height: 500px;
}

.layui-p15 {
    padding: 8px;
}

.layui-detail .layui-detail-bj {
    background-color: #fff;
    border-radius: 8px;
}

.layui-detail .layui-detail-bj h3 {
    position: relative;
    font-size: 14px;
    color: #000;
    padding: 10px 10px 10px 20px;
    border-bottom: solid 1px #eeeeee;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    height: 46px;
}

.layui-detail .layui-detail-bj h3::before {
    content: '';
    background-color: var(--color);
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 10px;
    top: 19px;
}

.layui-detail .layui-detail-bj h3 span {
    font-weight: initial;
    color: #666;
    font-size: 12px;

}

.layui-detail .layui-detail-bj p {
    font-size: 14px;
    color: #666;
    line-height: 45px;
    height: 45px;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    width: calc(100% - 20px);
    margin: 0 auto;
}

.layui-detail .layui-detail-bj p::-webkit-scrollbar,
.layui-detail .layui-detail-bj h3::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}

.layui-detail .layui-detail-bj p::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: var(--color);
}

.layui-detail .layui-detail-bj p::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ececec;
}



.layui-detail .layui-detail-bj .tet {
    font-size: 14px;
    color: #666;
    padding: 10px 10px 10px 20px;
}

.layui-detail .layui-detail-bj .pic {
    padding: 10px 10px 10px 20px;
    display: flex;
    flex-wrap: wrap;
}

.layui-detail .layui-detail-bj .pic img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 10px 10px 0;
}

.layui-fhdb {
    padding: 40px 0;
    text-align: center;
}

.layui-form-btn {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layui-form-btn .layui-btn {
    width: calc(50% - 10px);
    margin: 0;
}

.layui-row-f {
    display: flex;
}

.layui-card-fr {
    padding-right: 60px;
    box-sizing: border-box;
}


.xqcl-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);


}

.xqcl-btn .li {
    width: 40px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
    border-radius: 20px;
    padding: 20px 0;
    text-align: center;
    margin: 5px 0;
    color: var(--color);
    cursor: pointer;
}

.xqcl-btn .li p {
    width: 15px;
    font-size: 14px;
    margin: 5px auto 0;
}

.xqcl-btn .li:hover {
    color: #fff;
    background-color: var(--color);
}

.xqcl-btn .li:hover a {
    color: #fff;
    background-color: var(--color);
}

.layui-layer {
    border-radius: 8px;
}

.layui-gjjl-tc ul li {
    padding: 15px 0;
    border-bottom: solid 1px #eeeeee;
}

.layui-gjjl-tc .title-a {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.layui-gjjl-tc .title-a i {
    color: var(--color);
}

.layui-gjjl-tc .title-a h3 {
    font-size: 14px;
    color: var(--tet-color);
    margin-left: 5px;
}

.layui-gjjl-tc .title-a .cur {
    display: inline-block;
    padding: 1px 5px;
    border-radius: 2px;
    margin-left: 5px;
    font-size: 14px;
    color: rgb(214, 214, 214);
}

.layui-gjjl-tc .title-a .cur.cur1 {
    background-color: rgb(27, 144, 255, .1);
    color: rgb(27, 144, 255);
}

.layui-gjjl-tc .title-a .cur.cur2 {
    background-color: rgb(255, 115, 16, .1);
    color: rgb(255, 115, 16);
}

.layui-gjjl-tc .title-a .cur.cur3 {
    background-color: rgb(0, 158, 101, .1);
    color: rgb(0, 158, 101);
}

.layui-gjjl-tc .title-a .time {
    margin-left: auto;
    font-size: 14px;
    color: rgb(170, 170, 170);
}

.layui-gjjl-tc ul li p {
    padding-left: 20px;
    font-size: 14px;
    color: var(--tet-color);
    line-height: 25px;
}

.layui-card-header {
    font-size: 16px;
}

.layui-rca-bj {
    background-color: rgb(249, 249, 249);
    padding: 15px;
    border-radius: 8px;
}

.layui-rca-bj .layui-laydate,
.layui-rca-bj .layui-laydate-content table,
.layui-rca-bj .laydate-theme-molv .layui-laydate-main {
    width: 100%;
}

.layui-rca-bj .title-rc {
    position: relative;
    font-size: 16px;
    color: var(--tet-color);
    padding-left: 10px;
    margin-bottom: 10px;
}

.layui-rca-bj .title-rc::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 2px;
    height: 15px;
    background-color: var(--color);
}

.layui-p20 {
    padding: 15px;
}

.layui-rcbz {
    padding-left: 15px;
}

.layui-rcbz p {
    font-size: 14px;
    color: var(--tet-color);
    line-height: 40px;
}

.layui-l {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(96, 181, 84);
    vertical-align: middle;
    margin-right: 5px;
}

.layui-x {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(245, 153, 0);
    vertical-align: middle;
    margin-right: 5px;
}

.layui-h {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(242, 7, 0);
    vertical-align: middle;
    margin-right: 5px;
}

.layui-rca-bj #layui-laydate1 .layui-laydate-header {
    background-color: var(--color);

}

.layui-rca-bj #layui-laydate1 td.layui-this {
    background-color: #fff !important;

}

.layui-rca-bj .layui-laydate-content td>div {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}

.layui-rca-bj #layui-laydate1 td.layui-this>div {
    background-color: var(--color) !important;

}

.layui-rca-bj .layui-laydate-content td,
.layui-rca-bj .layui-laydate-content th {
    position: relative;
    height: 36px;
}

.layui-rca-bj .layui-laydate-content td i {
    position: relative;
    top: 2px;
    right: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
}

.layui-rca-bj .layui-laydate-content td i.layui-l {
    background-color: rgb(96, 181, 84);
}

.layui-rca-bj .layui-laydate-content td i.layui-x {
    background-color: rgb(245, 153, 0);
}

.layui-rca-bj .layui-laydate-content td i.layui-h {
    background-color: rgb(242, 7, 0);
}

.tui-full-calendar-month-week-item .tui-full-calendar-today .tui-full-calendar-weekday-grid-date-decorator {
    background-color: var(--color);
}

.schedule-right-tab .schedule-tab-item:hover,
.schedule-right-tab .schedule-tab-item.active {
    background-color: var(--color);
}

.layui-tabelthh .layui-table th {
    background: rgb(245, 247, 250);
    color: rgb(116, 116, 116);

}

.layui-smdj {
    padding: 50px 20px;
    text-align: center;
}

.layui-smdj h3 {
    font-size: 40px;
    color: var(--color);
    font-weight: 500;
}

.layui-smdj .layui-smdj-ss {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.layui-smdj .layui-smdj-ss .layui-input-wrap {
    width: 400px;
}

.layui-aygjjl .aygjjl-xz {
    text-align: right;
}

.layui-aygjjl .aygjjl-xz i {
    font-size: 25px;
    color: rgb(128, 128, 128);
}

.layui-aygjjl .aygjjl-list {
    background-color: rgb(249, 249, 249);
    padding: 15px;
    margin-top: 15px;
}

.layui-aygjjl .aygjjl-list .title-t {
    font-size: 16px;
    color: var(--tet-color);
}

.layui-aygjjl .aygjjl-list .title-t span {
    color: var(--color);
}

.layui-aygjjl .aygjjl-list ul {
    padding-left: 100px;
    padding-top: 30px;
}

.layui-aygjjl .aygjjl-list ul li {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    width: 700px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px 1px #eee;
}

.layui-aygjjl .aygjjl-list ul li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 26px);
    background-color: rgb(27, 144, 255);
    top: 58px;
    left: -45px;
}

.layui-aygjjl .aygjjl-list ul li:last-child:before {
    width: 0;
}

.layui-aygjjl .aygjjl-list ul li .icon {
    position: absolute;
    top: 0;
    left: -70px;
}

.layui-aygjjl .aygjjl-list ul li .top,
.layui-aygjjl .aygjjl-list ul li .foot {
    display: flex;
    align-items: center;
}

.layui-aygjjl .aygjjl-list ul li .top .time,
.layui-aygjjl .aygjjl-list ul li .a {
    margin-left: auto;
}

.layui-aygjjl .aygjjl-list ul li .text {
    background-color: rgb(27, 144, 255, .06);
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    color: var(--tet-color);
    line-height: 25px;
    margin: 15px 0;
}

.layui-aygjjl .aygjjl-list ul li .top i.layui-icon-friends {
    color: var(--color)
}

.layui-aygjjl .aygjjl-list ul li .top i,
.layui-aygjjl .aygjjl-list ul li .foot i {
    color: rgb(128, 128, 128);
    ;
}

.layui-aygjjl .aygjjl-list ul li .top p {
    font-size: 14px;
    margin: 0 5px;
    color: var(--tet-color);
}

.layui-aygjjl .aygjjl-list ul li .top p span {
    color: #999;
    padding-left: 5px;
}

.layui-aygjjl .aygjjl-list ul li .top .zt {
    color: rgb(117, 125, 138);
}

.layui-aygjjl .aygjjl-list ul li .top .gj {
    color: rgb(255, 115, 16);
}

.layui-aygjjl .aygjjl-list ul li .top .wc {
    color: var(--color);
}

.layui-aygjjl .aygjjl-list ul li .foot p {
    color: rgb(117, 125, 138);
}

.layui-aygjjl .aygjjl-list ul li .foot span {
    color: var(--color);
}

.Approval-d .title {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
}

.Approval-d .title .pic-tx {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.Approval-d .title .pic-tx img {
    width: 100%;
    height: 100%;
}

.Approval-d .title .tet-nane {
    padding-left: 10px;
}

.Approval-d .title .tet-nane h3 {
    font-size: 16px;
    color: var(--tet-color);
}

.Approval-d .title .tet-nane span {
    font-size: 14px;

    padding: 0px 10px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 5px;
}

.Approval-d .title .tet-nane span.spz {
    color: rgb(255, 115, 16);
    background-color: rgb(255, 115, 16, .1);
}

.Approval-d .title .tet-nane span.ywc {
    color: var(--color);
    background-color: rgb(27, 144, 255, 0.1);
}

.Approval-d .title .xz {
    margin-left: auto;
    font-size: 20px;
}

.Approval-d .title .xz i {
    font-size: 20px;
}

.Approval-d .tet-nr {
    position: relative;
    padding: 15px 0;
    border-bottom: solid 1px #eee;
}

.Approval-d .tet-nr .img-zt {
    position: absolute;
    right: 0;
    top: -75px;

}

.Approval-d .tet-nr .img-zt img {
    width: 250px;
}

.Approval-d .tet-nr p {
    font-size: 14px;
    color: rgb(157, 157, 157);
    line-height: 30px;
}

.Approval-d .tet-nr p span {
    font-size: 14px;
    color: var(--tet-color);
    padding-left: 5px;
}

.Approval-d .tet-nr p span.cur {
    color: rgb(0, 158, 101);
}

.Approval-d .tet-nr .pic {
    display: flex;
    flex-wrap: wrap;
}

.Approval-d .tet-nr .pic img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.Approval-d .tet-nr .div-img {
    display: flex;
}

.Approval-d .tet-nr .div-img p {
    width: 67px;
}

.Approval-d .tet-nr .div-img .pic {
    width: calc(100% - 70px);
}

.Approval-d .div-jinc {
    padding: 15px 0 100px 0;
}

.Approval-d .div-jinc .title-b h3 {
    font-size: 16px;
    color: var(--tet-color);
}

.div-jinc ul {
    padding-top: 20px;
}

.div-jinc ul li {
    position: relative;
    display: flex;
    /* align-items: center; */
    padding-bottom: 60px;
}

.div-jinc ul li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 60px);
    top: 57px;
    left: 25px;
    border-left: solid 1px var(--color);
}

.div-jinc ul li.sx::before,
.div-jinc ul li.sx::before {
    border-left: dashed 1px var(--color);
}

.div-jinc ul li:last-child::before {
    display: none;
}

.div-jinc ul li:last-child {
    padding-bottom: 0px;
}

.div-jinc ul li .pic-tx {
    position: relative;
}

.div-jinc ul li .pic-tx .tx {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-jinc ul li .pic-tx .tx img {
    width: 100%;
    height: 100%;
}

.div-jinc ul li.flowPath-a .pic-tx .tx,
.div-jinc ul li.flowPath-b .pic-tx .tx,
.div-jinc ul li.flowPath-c .pic-tx .tx,
.div-jinc ul li.flowPath-d .pic-tx .tx {
    background-color: var(--color);
}

.div-jinc ul li.flowPath-a .pic-tx .tx img,
.div-jinc ul li.flowPath-b .pic-tx .tx img,
.div-jinc ul li.flowPath-c .pic-tx .tx img,
.div-jinc ul li.flowPath-d .pic-tx .tx img {
    width: 25px;
    height: 25px;
}

.div-jinc ul li .pic-tx .icon-spa {
    position: absolute;
    bottom: 0;
    right: -5px;
}

.div-jinc ul li .tet {
    padding-left: 20px;
    width: calc(100% - 200px);
}

.div-jinc ul li .tet .name {
    color: var(--tet-color);
    font-size: 16px;
}

.div-jinc ul li .tet .name span {
    color: rgb(127, 127, 127);
    font-size: 14px;
    padding-left: 5px;
    font-weight: initial;
}

.div-jinc ul li .tet .name b {
    color: var(--color);
    margin: 0 5px;
}

.div-jinc ul li .tet .state {
    font-size: 16px;
    color: rgb(36, 195, 18);
    color: rgb(117, 125, 138);
    padding-top: 5px;
}

.div-jinc ul li .tet .state span {
    color: var(--tet-color);
    padding-right: 5px;
}

.div-jinc ul li.flowPath-b .tet .state {
    color: rgb(117, 125, 138);
}

.div-jinc ul li.flowPath-a .tet .state {
    color: rgb(255, 115, 16);
}

.div-jinc ul li .time {
    margin-left: auto;
    font-size: 14px;
    color: rgb(127, 127, 127);
}

.div-jinc ul li .tet .pic-img {
    display: flex;
    flex-wrap: wrap;
}

.div-jinc ul li .tet .pic-img a {
    display: block;
    width: 90px;
    height: 90px;
    margin-top: 10px;
    margin-right: 10px;
}

.div-jinc ul li .tet .pic-img a img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.foot-plfx {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    border-top: solid 1px #eeeeee;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.foot-plfx-f {
    justify-content: space-between;
}

.foot-plfx a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.foot-plfx .but {
    width: 150px;
}

.foot-plfx .plfx-a {
    width: calc(100% - 180px);
    display: flex;
    align-items: center;
}

.foot-plfx .plfx-a a {
    width: 33.3%;
}

.layui-comment {
    padding: 15px 0;
}

.layui-comment-but button {
    margin-left: 10px;
}

.layui-comment-pic {
    background-color: rgb(249, 249, 249);
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px;
    box-sizing: border-box;
    margin-top: 15px;
}

.layui-comment-pic a {
    display: block;
    width: 90px;
    height: 90px;
    margin: 15px 0 15px 15px;
}

.layui-comment-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layui-comment-fj {
    margin-top: 15px;
}

.layui-comment-fj a span {
    color: rgb(203, 203, 203);
    padding-left: 5px;
}

.layui-CallRecharge {
    padding-top: 20px;
}

.layui-row-f1 {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layui-CallRecharge-f {
    width: calc((100% - 15px) / 2);
    display: flex;
    border: 1px solid rgb(228, 231, 237);
    border-radius: 4px;
    height: 120px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.layui-CallRecharge-f .lis-td {
    width: 30%;
    text-align: center;
}

.layui-CallRecharge-f .lis-td.bj-h {
    background-color: rgb(245, 247, 250);
    height: 120px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layui-CallRecharge-f .lis-td span {
    color: rgb(244, 147, 10);
    padding-right: 10px;
}

.layui-CallRecharge-f .lis-td a {
    color: var(--color);
}

.layui-CallRecharge-d {
    width: 100%;
    display: flex;
    border: 1px solid rgb(228, 231, 237);
    border-radius: 4px;
    height: 120px;
    align-items: center;
    overflow: hidden;
    margin-top: 15px;
}

.layui-CallRecharge-d .bj-h {
    background-color: rgb(245, 247, 250);
    height: 120px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layui-CallRecharge-d .lis-fz {
    width: 220px;
    text-align: center;
}

.layui-CallRecharge-d .lis-fz span {
    color: rgb(244, 19, 10);
}

.layui-CallRecharge-d .lis-jdt {
    width: calc(100% - 400px);
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
}

.layui-CallRecharge-d .lis-jdt span {
    color: var(--color);
}

.layui-CallRecharge-d .lis-jdt .jdt-a {
    width: 100%;
    position: relative;
    height: 6px;
    background: rgb(241, 241, 241);
    border-radius: 3px;
    margin-top: 10px;
}

.layui-CallRecharge-d .lis-jdt .jdt-b {
    position: absolute;
    background: linear-gradient(270.00deg, rgba(27, 74.17, 255, 1.00) 0%, rgba(27, 144, 255, 1.00) 99.928%);
    left: 0;
    top: 0;
    border-radius: 3px;
    height: 6px;
}

.layui-CallRecharge-cz {
    padding-top: 15px;
}

.layui-CallRecharge-cz h3 {
    font-size: 16px;
    color: var(--tet-color);
}

.layui-CallRecharge-cz h3 i {
    color: var(--color);
    font-size: 20px;
    margin-right: 5px;
}

.layui-CallRecharge-cz table {
    width: 40%;
    text-align: center;
    border: 1px solid rgb(239, 239, 239);
    border-radius: 4px;
    margin-top: 15px;

}

.layui-CallRecharge-cz table tr {
    border-bottom: 1px solid rgb(239, 239, 239);
}

.layui-CallRecharge-cz table tr th {
    background-color: rgb(245, 247, 250);
    height: 40px;
}

.layui-CallRecharge-cz table tr td {
    height: 40px;
}

.layui-CallRecharge-cz table tr td a {
    color: var(--color);
}

.layui-CallRecharge-cz table tr td a:hover,
.layui-CallRecharge-f .lis-td a:hover {
    opacity: 0.8;
}

.beizhu {
    padding-top: 30px;
    color: rgb(170, 170, 170);
    padding-bottom: 40px;
}

.beizhu span {
    color: var(--color);
}


.layui-kjdd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
}

.layui-kjdd .li {
    width: calc(25% - 8px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 180px;
    box-sizing: border-box;
    padding: 0 40px;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135.29deg, rgba(43, 138, 254, 1.00) 1.899%, rgba(132.14, 181.59, 255, 1.00) 101.953%);
}

.layui-kjdd .li p {
    font-size: 22px;
    color: #fff;
    padding-bottom: 10px;
}

.layui-kjdd .li h3 {
    font-size: 38px;
    color: #fff;
}

.layui-kjdd .li-2 {
    background: linear-gradient(135.29deg, rgba(82, 193, 133, 1.00) 5.611%, rgba(96.31, 225.4, 160.85, 1.00) 101.953%), rgb(196, 196, 196);
}

.layui-kjdd .li-3 {
    background: linear-gradient(135.29deg, rgba(159, 112, 245, 1.00) 1.899%, rgba(147, 158, 245, 1.00) 101.953%), rgb(196, 196, 196);

}

.layui-kjdd .li-4 {
    background: linear-gradient(137.47deg, rgba(255, 129, 67, 1.00) 0%, rgba(255, 194, 52, 1.00) 102.079%), rgb(196, 196, 196);
}

.layui-tjtb-title {
    padding: 15px;
    border-bottom: solid 1px #eeeeee;
}

.layui-tjtb-title ul {
    display: flex;
    align-items: center;
    background-color: rgb(248, 248, 255);
}

.layui-tjtb-title ul li a {
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 14px;
    display: block;
    color: #000;
}

.layui-tjtb-title ul li a.cur {
    color: #fff;
    background-color: rgb(27, 144, 255);
}



/* 图标 */
.layui-icon2 {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.layui-icon-pl {
    background: url(../images/icon-pl.png) no-repeat center;
    background-size: 15px;

}

.layui-icon-zf {
    background: url(../images/icon-zf.png) no-repeat center;
    background-size: 15px;
}

.layui-icon-fx {
    background: url(../images/icon-fx.png) no-repeat center;
    background-size: 15px;
}

.layui-icon-pz {
    background: url(../images/icon-xj.png) no-repeat center;
    background-size: 15px;
}

.layui-icon-fj {
    background: url(../images/icon-fj.png) no-repeat center;
    background-size: 15px;
}

.layui-icon-fj2 {
    background: url(../images/icon-fj2.png) no-repeat center;
    background-size: 15px;
}

.layui-icon-at1 {
    background: url(../images/icon-at.png) no-repeat center;
    background-size: 15px;
}

.layui-rq-ss {
    margin-bottom: 15px;
}

.layui-Statistics .li {
    width: calc(33% - 8px);
    height: 120px;
}

.layui-Statistics .li .tet h3 span {
    font-size: 20px;
    font-weight: initial;
    padding-left: 5px;
}


.ls-ApplicationLetter {
    padding: 20px;
    width: 810px;
    margin: 0 auto;
}

.ls-ApplicationLetter h3 {
    font-size: 36px;
    text-align: center;
    padding: 20px 0 40px 0;
}

.ls-ApplicationLetter .bh-fr {
    text-align: right;
    font-size: 16px;

}

.ls-ApplicationLetter .tet {
    padding: 30px 0;
    line-height: 60px;
    font-size: 24px;
}

.ls-ApplicationLetter .tet-sj {
    text-indent: 32px;
}

.ls-ApplicationLetter .tet .tcgg {
    padding-top: 30px;
}

.ls-ApplicationLetter .tet input {
    border: none;
    border-bottom: solid 1px #666;
    padding: 0 10px;
    color: #000;
}

.ls-ApplicationLetter .foot-tte {
    text-align: right;
    padding-top: 40px;
    font-size: 18px;
}

.ls-ApplicationLetter .foot-tte input {
    border: none;
    border-bottom: solid 1px #666;
    padding: 0 10px;
    color: #000;
    width: 100px;
}

.ls-ApplicationLetter2 {
    padding: 80px 0;
    width: 810px;
    margin: 0 auto;
}

/* 合同 */
.layui-contract {
    position: relative;
    width: 1000px;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
}

.watermark {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.watermark .digit {
    width: 50%;
    height: 400px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.watermark .digit .xz {
    transform: rotateZ(-30deg);
}

.watermark .digit p {
    font-size: 20px;
    color: #eeeeee67;
    line-height: 30px;
    text-align: center;
}

.contract-mian {
    position: relative;
    z-index: 2;
    width: 100%;
}

.contract-div {
    position: relative;
    width: 100%;
    min-height: 1415px;
    padding: 60px 85px;
    box-sizing: border-box;
}

.fins-dy {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 40px;
    color: #fff;
    background-color: var(--color);
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
}

.contract-div .gongz {
    position: absolute;
    top: 30%;
    right: 0;
}

.contract-div .gongz img {
    height: 205px;
}

.contract-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: solid 1px #666;
    padding-bottom: 10px;
}

.contract-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    border-top: solid 1px #666;
    padding-top: 10px;
}

.contract-nr {
    height: 1235px;
    overflow: hidden;
}

.lz-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contract-nr .ht-tilte h4 {
    font-size: 48px;
    color: #333;
    text-align: center;
    letter-spacing: 10px;
    padding-bottom: 80px;
}

.contract-nr .ht-tilte h3 {
    font-size: 68px;
    letter-spacing: 25px;
    color: #333;
    width: 70px;
    margin: 0 auto;
    text-align: center;
}

.contract-nr .ht-mian {
    padding: 20px 0;
}

.contract-nr .ht-mian h3.w {
    font-weight: initial;
}

.contract-nr .ht-mian p {
    font-size: 18px;
    text-indent: 36px;
    line-height: 50px;
}

.contract-nr .ht-mian p.h3 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;

}

.contract-nr .ht-mian p.h4 {
    font-size: 34px;
    text-align: center;
    padding-top: 10px;
    line-height: 40px;
}

.contract-nr .ht-mian p.w {
    text-indent: 0;
}

.contract-nr .ht-mian p.xm-p {
    font-size: 14px;
}

.contract-nr .ht-mian p.p-x {
    text-decoration: underline
}

.httet-fr {
    text-align: right;
}

.httet-pt60 {
    padding-top: 60px;
}

.httet-pt50 {
    padding-top: 20px;
}

.tet-input span {
    position: relative;
    display: inline-block;
    /* border-bottom: solid 1px #666; */
    min-width: 30px;
    padding: 0 10px;
    /* line-height: 20px;
   height: 20px; */
    text-indent: 0;
    vertical-align: bottom;
    min-height: 50px;
    box-decoration-break: clone;
}

.tet-input span.ax {
    text-decoration: underline
}

.tet-input span::after {
    position: absolute;
    content: '';
    height: 1px;
    border-bottom: solid 1px #666;
    bottom: 11px;
    width: 100%;
    left: 0;
}

.tet-input span.ax::after {
    border: none;
}

.tet-input span.x::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    border-bottom: solid 1px #666;
    transform: rotateZ(5deg);
}

.tet-input span.x1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    border-bottom: solid 1px #666;
    transform: rotateZ(1deg);
}

.ht-mian .ht-mian-fim {
    display: flex;
    justify-content: space-between;
}

.ht-mian .ht-mian-fim .p-fix {
    display: flex;
    align-items: center;
    width: 48%;
}

.contract-nr .ht-mian p i.cuo,
.contract-nr .ht-mian p i.dui {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid 1px #666;
}

.contract-nr .ht-mian p i.cuo::after {
    content: '';
    position: absolute;
    width: 8px;
    border-bottom: solid 1px #666;
    top: 50%;
    left: 1px;
    transform: rotateZ(45deg);
}

.contract-nr .ht-mian p i.cuo::before {
    content: '';
    position: absolute;
    width: 8px;
    border-bottom: solid 1px #666;
    top: 50%;
    left: 1px;
    transform: rotateZ(-45deg);
}

.contract-nr .ht-mian p i.dui::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 20%;
    width: 8px;
    height: 3px;
    border-bottom: solid 1px #666;
    border-left: solid 1px #666;
    transform: rotateZ(-45deg);
}

.contract-nr .ht-mian .p-fix {
    display: flex;
    align-items: center;
}

.contract-nr .ht-mian .p-fix .nc {
    width: auto;
    flex: none;
}

.contract-nr .ht-mian .p-fix .mc-r {
    flex: 1;
    width: 0;
}

.contract-nr .ht-mian .p-fix .mc-r span {
    width: 100%;
}

.contract-nr .ht-mian .p-fix .div-fl {
    position: relative;
    width: 50%;
}

.contract-nr .ht-mian .p-fix .div-fl .gongz-z {
    position: absolute;
    top: -20px;
    left: 30%;
    z-index: 5;
}

.contract-nr .ht-mian .p-fix .div-fl .gongz-z img {
    height: 205px;
}
.lz-flex-d{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.fp-lis{
    padding-top: 0px;
}
.fp-lis ul{
    display: flex;
    justify-content: space-between;
}
.fp-lis ul li{
    position: relative;
    border: solid 1px #eee;
    padding: 15px;
    box-sizing: border-box;
    width: calc(50% - 8px);
    margin-bottom: 15px;
    cursor: pointer;
}
.fp-lis ul li p{
    color: #e60e0e;
}
.fp-lis ul li h3{
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
}
.fp-lis ul li span{
    color: #666;
    font-size: 12px;
}
.fp-lis ul li.cur{
    border: solid 1px var(--color);
}
.fp-lis ul li.cur::before{
    content: '';
    position: absolute;
    border-color:transparent  transparent var(--color) transparent; 
    border-style: solid; 
    transform: rotateZ(45deg);
    border-width: 15px;
    top: -15px;
    right: -15px;
}
.fp-lis ul li.cur::after{
    content: "";
    position: absolute;
    background: url(../images/dh.png) no-repeat center;
    background-size: 100%;
    width: 12px;
    height: 10px;
    top: 1px;
    right: 0;
    font-size: 10px;
    z-index: 5;
}
.layui-tet-p{
    padding-left: 0px;
    font-size: 14px;
    padding-top: 10px;
    color: #666;
}
.layui-tet-p p span{
    color: #333;
}
.layui-tet-p p a{
    color: var(--color)
}
.layui-form-labelx{
    border-bottom: solid 1px #eee;
}
.layui-tet-p .layui-table-body .layui-none{
    min-height: 100px;
}
@media screen and (max-width: 992px) {
    .layui-nav-ul {

        left: 50px;
    }

    .layui-nav-ul {
        display: none;
    }

    .layadmin-pagetabs {
        width: 100%;
        display: none !important;
    }

    .layui-fl10 {
        padding-left: 0px;
    }

    .layui-fl10 {
        padding-left: 10px;
        border-left: solid 1px #fff;
    }

    .layui-col-md2-4 {
        position: relative;
        display: block;
        box-sizing: border-box;
        float: left;
        width: 50%;
        padding-bottom: 10px;
    }

    .layui-fl10 {
        padding: 0;
    }

    .layui-row-f {
        display: block;
    }

    .layui-row-f .layui-fl10 {
        padding-top: 15px;
    }

    .layui-aygjjl .aygjjl-list ul li {

        width: auto;

    }

    .layui-aygjjl .aygjjl-list ul {
        padding-left: 60px;
    }

    .layui-row-f,
    .layui-row-d,
    .layui-CallRecharge-cz table {

        width: 100%;
    }

    .layui-CallRecharge-f {
        width: 100%;
        margin-top: 15px;
    }

    .layui-kjdd .li {
        width: calc(50% - 8px);

    }

}




/* 订单详情 */
.layui-orderdfl{
    text-align: center;
    padding: 20px 0 10px 0;
}
.layui-orderdfl p{
    color: #9a9a9a;
}
.layui-orderdfl h3{
    font-size: 24px;
    margin: 30px 0;
    color: var(--color);
}
.layui-orderdfl  .input-c{
    margin-top: 5px;
}
.layui-orderdfl  .input-c  button{
    width: 125px;
    height: 40px;
}
.layui-orderdfr{
    padding: 20px 0 10px 0;
}
.layui-orderdfr ul li{
    display: flex;
}
.layui-orderdfr ul li .jd-fl{
    width: 200px;
}
.layui-orderdfr ul li .jd-fr{
    position: relative;
    flex: 1;
    border-left:dashed 1px #eee;
    padding-left: 20px;
    padding-bottom: 20px;
}
.layui-orderdfr ul li .jd-fr::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #eee;
    top: 8px;
    left: -5px;
}
.layui-orderdfr ul li.cur .jd-fr::after{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--color);
    top: 5px;
    left: -8px;
}
.layui-tet-f{
    display: flex;
    margin-bottom: 10px;
}
.layui-tet-f .tet-title{
    width: 100px;
}
.layui-tet-f .tet-content{
    flex: 1;
}
.layu-fr-x{
    border-right: solid 1px #eee;
}
.layui-pl40{
    padding-left: 40px;
}


.layui-tet-sfk{
    color: var(--color);
}
.layui-tet-sfk .tet-content{
    font-size: 24px;
}
.layui-table-view .layui-table{
    height: 100%;
}

.b_1{
    display:none;
}
.layui-zdytab-li{
    display: flex;
    align-items: center;
    margin-top: 20px;
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
}

.layui-zdytab-li li{
    line-height: 40px;
    padding: 0 30px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-right: 20px;
    cursor: pointer;
}
.layui-zdytab-li li.cur{
    background-color: rgb(27, 144, 255);
    color: #fff;
}

.layui-table-view .layui-table{
    height: 100%;
}
.layui-table-fixed{
    height: calc(100% - 10px);
}
.layui-table-fixed .layui-table-body{
    height: calc(100% - 38px) !important;
}


@media (max-width: 1000px) {
    .layui-tab-one .layui-tab-item .layui-pr20{
        padding-right: 0;
    }
    .layui-tab-one .layui-tab-item .layui-pl10{
        padding-left: 0;
    }
    .layui-input-wrap .layui-input{
        padding-right: 10px;
    }
}