/**
 * Name:app.css
 * Author:Van
 * E-mail:zheng_jinfan@126.com
 * Website:http://kit.zhengjinfan.cn/
 * LICENSE:MIT
 */
.w_90 {
    width: 90px !important;
}

.w_120 {
    width: 120px !important;
}

.w_150 {
    width: 150px;
}

.w_170 {
    width: 170px !important;
}

.w_210 {
    width: 210px !important;
}

.w_350 {
    width: 350px !important;
}

.w_475 {
    width: 475px;
}

.w_545 {
    width: 545px;
}

.w_800 {
    width: 800px;
}

::-webkit-scrollbar {
    width: 0;
    height: 10px;
}

::-webkit-scrollbar-button:vertical {
    display: none;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
    background-color: #e8ecf1;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgba(0, 0, 0, 0.35);
}

::-webkit-scrollbar-thumb:vertical:active {
    background-color: rgba(0, 0, 0, 0.38);
}

/* ripple start */

a,
button {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
}

.ripple {
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    transform: scale(0);
    pointer-events: none;
}

.ripple.show {
    animation: ripple 0.75s ease-out;
}

@keyframes ripple {
    to {
        transform: scale(2);
        opacity: 0;
    }
}

.kit-layout-admin .kit-logo-mobile {
    display: none;
}

.layui-layout-admin .layui-header .layui-layout-right {
    right: 5px;
    padding: 0;
    padding-top: 12px;
}

.kit-nav .layui-nav-item {
    line-height: 50px;
}

.kit-nav .layui-nav-item .layui-nav-child {
    top: 55px;
}

.kit-nav .layui-this {
    background-color: #393d49 !important;
}

.kit-nav * {
    font-size: 16px;
}

.layui-layout-left .layui-nav-item:hover {
    background-color: #393d49 !important;
}

.kit-nav .layui-nav-bar {
    height: 0;
}

.kit-nav .layui-this:after {
    content: none;
}

.kit-layout-admin .layui-footer {
    height: 24px;
    background: #e8ecf1;
}

.kit-layout-admin .layui-body {
    top: 70px;
    bottom: 24px;
    background: #E8ECF1 !important;
}

.kit-layout-admin .layui-header {
    height: 70px;
}

.kit-layout-admin .layui-logo {
    width: 350px;
    line-height: 50px;
    padding-left: 0px;
    padding-top: 8px;
    font-family: "微软雅黑";
    color: black;
    font-weight: 800;
    font-size: 22px;
    /*text-shadow: 1px 1px 0 #f3f3f3;*/
}

.kit-layout-admin .kit-side {
    top: 20px;
    padding: 56px 0;
}

.kit-layout-admin .kit-sided {
    width: 50px;
}

.kit-side .layui-side-scroll {
    width: auto;
}

.kit-side .layui-side-scroll .kit-side-fold {
    height: 35px;
    background-color: #eaeac300;
    color: #aeb9c2;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.kit-sided .layui-side-scroll .layui-nav-item {
    text-align: center;
}

.kit-sided .layui-side-scroll .layui-nav-item a {
    padding: 0;
}

.kit-side .layui-nav-tree .layui-nav-child a {
    padding-left: 30px;
}

.kit-sided .layui-nav-tree .layui-nav-child a {
    padding-left: 0;
}

.kit-sided .layui-side-scroll a span {
    display: none;
}

.kit-side .layui-side-scroll .layui-nav-tree {
    width: auto;
}

.kit-layout-admin .kit-body-folded,
.kit-layout-admin .kit-footer-folded {
    left: 50px;
}

/* table相关 start */

.kit-table {
    position: relative;
    /* width: 85%;
    margin: 55px auto; */
    box-shadow: 0px 1px 7px 0px #cccccc;
}

.kit-table .kit-table-header {
    height: 50px;
    position: relative;
    box-shadow: 0px 1px 7px 0px #cccccc;
}

.kit-table .kit-table-header .kit-search-btns {
    padding: 10px;
    position: absolute;
}

.kit-table .kit-table-header .kit-search-inputs {
    position: absolute;
    right: 70px;
    top: 0;
    padding: 10px 25px 10px 10px;
}

.kit-table .kit-table-header .kit-search-inputs .kit-search-keyword {
    margin-right: 10px;
    position: relative;
}

.kit-table .kit-table-header .kit-search-inputs .kit-search-more {
    cursor: pointer;
    color: #009688;
    position: absolute;
    top: 15px;
    right: -50px;
}

.kit-table .kit-table-header .kit-search-inputs .kit-search-keyword input {
    height: 30px;
    line-height: 30px;
    width: 200px;
    padding-right: 32px;
}

.kit-table .kit-table-header .kit-search-inputs .kit-search-keyword button {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 0;
    cursor: pointer;
    background-color: #009688;
    color: white;
}

.kit-table .kit-table-header .kit-search-btns .layui-btn {
    padding: 0 15px;
}

.kit-table .kit-search-mored {
    width: 100%;
    height: auto;
    top: 51px;
    background-color: white;
    z-index: 5;
    box-shadow: -4px 4px 7px -3px #ccc;
    position: absolute;
    margin-bottom: 10px;
    display: none;
    right: 0px;
    width: 50%;
}

.kit-table .kit-search-mored .kit-search-body {
    padding: 10px;
    padding-bottom: 45px;
}

.kit-table .kit-search-mored .kit-search-footer {
    height: 50px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    text-align: right;
}

.kit-table .kit-search-mored .kit-search-footer .kit-btn {
    margin: 10px 5px;
    padding: 0 15px;
}

.kit-table .kit-search-mored .kit-search-footer .kit-btn:last-child {
    margin-right: 15px;
}

.kit-table .kit-table-body {
    position: relative;
}

.kit-table .kit-table-body .layui-table-view {
    margin: 0;
}

/* table相关 end */

/*选项卡相关 start*/

.kit-tab {
    position: relative;
    height: 100%;
    margin: 0;
    border: none;
    box-shadow: none;
}

.kit-tab .kit-tab-tool-box {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    box-sizing: border-box;
    width: 140px;
    height: 80px;
    padding-right: 32px;
    padding-bottom: 16px;
    background: #e8ecf1;
    z-index: 2;
}

.kit-tab .kit-tab-tool {
    width: 80px;
    height: 40px;
    background: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #3d3d3d;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.kit-tab .kit-tab-tool:hover {
    background-color: #f3f3f3;
}

.kit-tab .kit-tab-tool-body {
    position: absolute;
    top: 72px;
    right: 32px;
    width: 150px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    display: none;
    background-color: white;
    z-index: 999;
}

.kit-tab .kit-tab-tool-body ul {
    text-align: center;
    padding: 8px 0;
}

.kit-tab .kit-tab-tool-body ul li.kit-item {
    line-height: 35px;
    cursor: pointer;
    color: #393d49;
}

.kit-tab .kit-tab-tool-body ul li.kit-item:hover {
    background-color: #4a75a2;
    color: #fff;
}

.kit-tab .kit-tab-tool-body .kit-line {
    border-bottom: 1px solid #e2e2e2;
}

.kit-tab .layui-tab-title {
    position: absolute;
    left: 0;
    top: 0;
    right: 140px;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    height: 80px;
    background: #e8ecf1;
    padding-left: 32px;
    padding-bottom: 16px;
    border: none;
    z-index: 2;
    overflow: auto !important;
}

.kit-tab .layui-tab-title li {
    display: flex;
    align-items: center;
    min-width: auto;
    height: 40px;
    margin: 0;
    padding: 0 16px;
    background: #e8e8e8;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.15);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #3d3d3d;
    line-height: 1;
}

.kit-tab .layui-tab-title .layui-unselect {
    display: none;
}

.kit-tab .layui-tab-title .layui-this:after {
    display: none;
}

.kit-tab .layui-tab-title li span {
    margin-left: 8px;
}

.kit-tab .layui-tab-title li .layui-icon {
    display: flex;
    align-items: end;
    font-size: 18px;
    font-weight: bold;
}

.kit-tab .layui-tab-title li .layui-icon:hover {
    background: transparent !important;
}

.kit-tab .layui-tab-title li .layui-tab-close {
    color: #DBDBDB;
}

.kit-tab .layui-tab-title li:nth-child(n + 2) {
    margin-left: 12px;
}

.kit-tab .layui-tab-title::-webkit-scrollbar {
    width: 0;
    height: 4px;
}

.kit-tab .layui-tab-title::-webkit-scrollbar-thumb {
    border-radius: 4px;
}

.kit-tab .layui-tab-content {
    position: relative;
    top: 80px;
    height: calc(100% - 80px);
    padding: 0;
    overflow-y: auto;
}

.kit-tab .layui-tab-content iframe {
    display: block;
    width: 100%;
    background: #E8ECF1;
    border: 0;
}

/*选项卡相关 end*/

/* @media screen and (max-width: 992px) { */

@media (max-width: 992px) {

    .kit-layout-admin .layui-body,
    .kit-layout-admin .layui-footer {
        left: 50px;
    }

    .kit-layout-admin .kit-side {
        width: 50px;
    }

    .kit-layout-admin .kit-side .layui-side-scroll .layui-nav li.layui-nav-item,
    .kit-layout-admin .kit-side .layui-side-scroll .layui-nav li.layui-nav-item dl dd {
        text-align: center;
    }

    .kit-layout-admin .kit-side .layui-side-scroll .layui-nav li.layui-nav-item a,
    .kit-layout-admin .kit-side .layui-side-scroll .layui-nav li.layui-nav-item dl dd a {
        padding: 0;
    }

    .kit-layout-admin .kit-side .layui-side-scroll .layui-nav li.layui-nav-item a span,
    .kit-layout-admin .kit-side .layui-side-scroll .layui-nav li.layui-nav-item dl dd a span {
        display: none;
    }

    .kit-side .layui-side-scroll .kit-side-fold {
        display: none;
    }

    .kit-layout-admin .layui-logo {
        display: none;
    }

    .kit-layout-admin .kit-logo-mobile {
        display: block;
        width: 50px;
    }

    .kit-layout-admin .layui-layout-left {
        left: 50px;
    }

    .kit-table .kit-search-mored {
        width: 100%;
        box-shadow: 0 4px 7px -3px #ccc;
    }

    .kit-sided .layui-nav-tree .layui-nav-child a,
    .kit-side .layui-nav-tree .layui-nav-child a {
        padding-left: 0;
    }
}

/*用户资料*/
form input.layui-input[disabled] {
    background: #f2f2f2;
    color: #595963 !important;
}

.user_left {
    width: 45%;
    float: left;
    margin: 20px 0 0 5%;
}

.user_right {
    width: 25%;
    float: left;
    margin: 20px 0 0 5%;
    text-align: center;
}

.user_right p {
    margin: 10px 0 25px;
    font-size: 12px;
    text-align: center;
    color: #ff5722;
}

.user_right img#userFace {
    width: 200px;
    height: 200px;
}

.layui-table,
.layui-table th {
    text-align: center;
}

/*用户列表*/
.news_list .layui-btn,
.news_list .layui-btn+.layui-btn {
    margin: 2px 5px;
}

#page {
    text-align: right;
}

/*修改密码*/
.changePwd {
    width: 30%;
    margin: 3% 0 0 5%;
}

/*适配*/
@media screen and (max-width: 1050px) {

    /*用户信息*/
    .user_left,
    .user_right,
    .changePwd {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .user_right {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 750px) {

    /*用户信息*/
    .user_left,
    .user_right,
    .changePwd {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .user_right {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 432px) {

    /*用户信息*/
    .user_left,
    .user_right,
    .changePwd {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .user_right {
        margin-bottom: 20px;
    }
}