﻿.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.form-required {
    background-color: rgba(221,0, 0, .05);
}

@-webkit-keyframes alen-rotate {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(180deg)
    }
}

.layui-tree-btnGroup .layui-icon {
    padding: 0 3px !important;
}

.layui-form-switch {
    margin-top: 0px !important;
}

.ws-docs-anim > div {
    padding: 16px;
    transition: all .3s;
}

    .ws-docs-anim > div:hover {
        background-color: #f2f2f2;
        color: #000;
    }

    .ws-docs-anim > div .layui-anim {
        width: 125px;
        height: 125px;
        line-height: 125px;
        margin: 0 auto 10px;
        text-align: center;
        background-color: #16baaa;
        cursor: pointer;
        color: #fff;
        border-radius: 50%;
        user-select: none;
    }

    .ws-docs-anim > div > div {
        text-align: center;
        white-space: nowrap;
    }

.alen-textarea {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    border: medium;
    resize: none;
    background-color: rgb(19, 21, 26);
    color: rgb(149, 149, 149);
    font-family: Courier New;
    font-size: 13px;
    box-sizing: border-box !important;
}

@keyframes alen-rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes alen-rotate2 {
    from {
        transform: rotate(180deg)
    }

    to {
        transform: rotate(0)
    }
}

@-webkit-keyframes alen-rotate2 {
    from {
        -webkit-transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(0)
    }
}

.class-demo-layer-lockscreen {
    background: url(/console/res/aibg3.jpg) #16b777;
    background-size: cover;
    color: rgba(255,255,255,1);
}

    .class-demo-layer-lockscreen .layui-form {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300px;
        transform: translate(-50%, -50%);
    }

        .class-demo-layer-lockscreen .layui-form > div {
            margin-bottom: 8px;
        }

.class-demo-layer-pin {
    width: 100%;
    height: 38px;
    padding: 0 8px;
    background-color: rgba(255,255,255,.8);
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
}

.class-demo-layer-lockscreen .layui-input-suffix {
    pointer-events: auto;
    background-color: rgba(0,0,0,.5);
    border-radius: 0 3px 3px 0;
}

    .class-demo-layer-lockscreen .layui-input-suffix .layui-icon-right {
        cursor: pointer;
        color: #fff;
    }

.alen-menu-disabled {
    pointer-events: none !important;
    background-color: #fbfbfb !important;
    color: #d2d2d2 !important;
    cursor: not-allowed !important;
    opacity: 1;
}

.alen-menu-undisabled {
    pointer-events: auto !important;
}

.menu-div {
}

.main-content {
    position: fixed;
    left: 0px;
    right: 20px;
    bottom: 10px;
    top: 70px;
    overflow: auto;
}

.alen-search-contain {
    display: none;
    margin: 15px;
}

.alen-cell-msg {
    cursor: pointer;
}

    .alen-cell-msg:hover {
        color: #ffb800;
    }

.nav_menu {
    width: 100%;
    position: fixed;
    z-index: 9995;
}

.menu-left-space {
    width: 245px;
    color: #ffffff;
    float: left;
}

.menu-right-space {
    height: 60px;
    color: #ffffff;
}

.menu_panel {
    z-index: 9997;
    width: 245px;
    background-color: #1a1a1a;
    border-width: 0px !important;
    bottom: 0px;
    top: 47px;
    overflow: visible;
}

.menu_left {
    width: 245px;
    background-color: #1a1a1a;
}

.alen-nav-more {
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s ease 0s;
    display: inline-block;
}

.alen-nav-over {
    transform: rotate(-180deg);
}

.alen-nav-out {
    display: inline-block;
    transform: rotate(-0deg);
}

.alen-anim-rotate {
    -webkit-animation-name: alen-rotate;
    animation-name: alen-rotate;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.alen-anim-rotate2 {
    -webkit-animation-name: alen-rotate2;
    animation-name: alen-rotate2;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #ff6a00 !important;
    background-color: #ff6a00 !important;
    color: #fff;
}

.layui-btn-normal {
    background-color: #ff6a00;
}

@keyframes alen-leftbit {
    from {
        opacity: .3;
        transform: translateX(49px)
    }

    to {
        opacity: 1;
        transform: translateX(0px)
    }
}

.alen-anim-leftbit {
    animation-name: alen-leftbit;
}

@keyframes alen-rightbit {
    from {
        opacity: .3;
        transform: translateX(-49px)
    }

    to {
        opacity: 1;
        transform: translateX(0px)
    }
}

.alen-menu-item-divider {
    margin: 5px 0;
    padding: 0;
    height: 0;
    line-height: 0;
    border-bottom: 1px solid #353535;
    overflow: hidden;
}

    .alen-menu-item-divider:hover {
        background: none !important;
        cursor: default;
    }

.alen-menu-bg {
    background-color: #252525 !important;
    border-width: 0 !important;
}

.menu-up-down {
    color: #aaa !important;
}

.layui-menu li {
    width: 100% !important;
}

.alen-menu-title-bg {
    --menu-item-checked: #353535 !important;
}

    .alen-menu-title-bg:hover {
        background-color: #353535 !important;
    }

.main-nav-group {
    color: #aaa !important;
    display: inline-block;
    margin-top: 4px;
    margin-right: 5px;
    font-size: 20px !important;
    transition: opacity 300ms,-webkit-filter 300ms;
    transition: filter 300ms,opacity 300ms;
    transition: filter 300ms,opacity 300ms,-webkit-filter 300ms;
}

.main-nav-color {
    color: #aaa !important;
    margin-right: 5px;
}

.menu-title-bigsize {
    font-size: 16px !important;
}

.menu-title {
    transition: opacity 500ms,max-height 800ms;
    transition-delay: 0s, 0s;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px;
    -webkit-text-stroke: .2px;
    -webkit-text-stroke-color: currentcolor;
    -webkit-text-stroke-color: #fff;
    transition-delay: 250ms;
    font-weight: 100;
    color: #fff;
}

.alen-footer {
    position: fixed;
    font-size: 12px;
    right: 0;
    left: 0;
    z-index: 990;
    bottom: 0px;
    color: #6c6c6c;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.alen-anim-rightbit {
    animation-name: alen-rightbit;
}

.form-name {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    width: 100%;
    position: relative;
}

    .form-name i {
        font-size: 23px;
        margin-top: 10px;
    }

.alen-line-input {
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    margin-left: 10px;
    border: 0.5px solid #fff;
    outline: none;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    padding-right: 30px;
    height: 38px;
}

.layui-tree-txt-checked {
    color: #2a72e4 !important;
    font-size: 14px !important;
}

.layui-tree-txt {
    display: inline-block;
    vertical-align: middle;
    color: #555;
}

.alen-line-input-checked {
    border-bottom: 1px solid rgb(42, 114, 228) !important;
}

.left-space {
    padding: 5px 5px 0px 0px !important;
    margin-left: 15px !important;
}

.right-space {
    margin-right: 20px !important;
}

.alen-view-btn {
    position: fixed;
    /*    left: 210px;*/
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 10px;
    justify-content: center !important;
    -webkit-align-items: center !important;
    display: flex;
    justify-content: center !important;
    width: 100% !important;
    background: #f9f9f9;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.layui-footer {
    position: fixed;
    left: 210px;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 10px 0 10px 300px;
    width: 100% !important;
    background: #f9f9f9;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.alen-view-th {
    width: var(--tr-width--,100%);
    display: flex;
    flex-direction: column;
}

    .alen-view-th .alen-view-tr {
        width: var(--tr-width--,100%);
        display: flex;
        flex-direction: row;
    }

        .alen-view-th .alen-view-tr .alen-view_td {
            width: var(--td-width--,150px);
        }

.edit-td-content-view {
    background-color: #ffffff;
}

.alen-edit-view {
    padding: 0 5px 0 5px;
}

.edit-td-div {
}

.edit-td-title {
    text-align: right;
    width: 160px;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-content: right;
    display: flex;
    align-items: center;
}

    .edit-td-title span {
        margin-right: 3px;
    }

.edit-td-title-sm {
    text-align: right;
    width: 130px;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alen-table-td-width {
    width: 130px;
    border-color: #eee !important;
    border-top-style: initial !important;
    border-left-style: initial !important;
    /*    border-top-color: #fafafa !important;
    border-left-color: #fafafa !important;*/
}

.layui-table-grid-down {
    /*z-index:9999;*/
}

.edit-table {
    width: 100%;
    color: #666;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fafafa;
    border-collapse: separate;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

    .edit-table tr {
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .edit-table td {
        height: 40px;
        font-size: 13px;
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        border-top-style: solid;
        border-left-style: solid;
        border-color: #eee;
        border-top-color: #fff;
        border-left-color: #fff;
        /*        padding: 5px;*/
        /*        border-top: none;
        border-left: none;*/
    }

.edit-table-top {
    padding: 11px 11px 50px 11px;
}

.edit-td-content-view {
    background-color: #ffffff;
    border-top-color: #fff !important;
    border-left-color: #fff !important;
    min-width: 180px;
}

.edit-td-content-view2 {
    background-color: #ffffff;
    min-width: 180px;
}

.edit-td-content {
    background-color: #ffffff;
    position: relative;
    margin: 1px 0;
    padding: 10px;
    align-items: center;
    display: flex;
    padding: 0px 10px 0px 10px;
    min-height: 38px;
    word-break: break-all;
}

.edit-td-div {
}

.edit-td-content:hover {
    border-color: #8ec2ec !important;
}

.edit-td-content-selected {
    border-color: #8ec2ec !important;
    -moz-box-shadow: 0 0 5px #8dc5fa;
    -webkit-box-shadow: 0 0 5px #8dc5fa;
    box-shadow: 0 0 5px #8dc5fa;
}

.alen-moredata {
    cursor: pointer;
    width: 100%;
    text-align: center;
}

    .alen-moredata:hover {
        border-color: #8ec2ec !important;
    }

.alen-tree-div {
    overflow: scroll;
    max-height: 350px !important;
}

.alen-textarea-div {
    display: none;
}

.alen-textarea-open {
    z-index: 9999999 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    background-color: #eeeeee;
    width: 100%;
    height: 100%;
    display: none;
}

.alen-textarea-icon {
    display: flex;
    color: rgba(0,0,0,.65);
    font-size: 14px;
}

    .alen-textarea-icon i:hover {
        border-style: solid;
        -o-transition: all .3s;
        transition: all .3s;
        cursor: pointer;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
    }

    .alen-textarea-icon i {
        padding: 5px;
        font-size: 22px !important;
        font-weight: bold !important;
        border: 1px solid #efefef;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .alen-textarea-icon i span {
            padding-left: 10px;
            font-size: 14px !important;
            font-weight: normal !important;
        }

.alen-input-icon {
    display: flex;
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    -moz-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 4px 11px;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -o-transition: all .3s;
    transition: all .3s;
}

    .alen-input-icon input {
        border-style: none !important;
    }

.alen-input:hover {
    border-color: #8ec2ec;
    border-width: 1px !important;
    -moz-box-shadow: 0 0 3px #8dc5fa;
    -webkit-box-shadow: 0 0 3px #8dc5fa;
    box-shadow: 0 0 3px #8dc5fa;
}

.alen-input {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    -moz-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 4px 11px;
    color: rgba(0,0,0,.65);
    font-size: 12px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -o-transition: all .3s;
    transition: all .3s;
}



.star-icon {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 20px;
    cursor: pointer;
}

    .star-icon:hover {
        color: #ff6a00 !important;
    }

    .star-icon span {
        font-size: 16px !important;
        margin-left: 5px;
    }

.alen-text {
    font-size: 13px;
    white-space: nowrap;
    transition: opacity 500ms,max-height 800ms;
    transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px;
    -webkit-text-stroke: .2px;
    -webkit-text-stroke-color: currentcolor;
    -webkit-text-stroke-color: #000;
    transition-delay: 250ms;
    font-weight: 300;
    color: #000;
}

.imgshow {
    max-height: 300px !important;
    max-width: 300px !important;
    cursor: pointer;
}

.alen-table-title td {
    background-color: #353535;
    padding: 10px;
    color: #fff;
    text-align: center;
    align-items: center;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    transition: opacity 500ms,max-height 800ms;
    transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px;
    -webkit-text-stroke: .2px;
    -webkit-text-stroke-color: currentcolor;
    -webkit-text-stroke-color: currentcolor;
    -webkit-text-stroke-color: #fff;
    transition-delay: 250ms;
    font-weight: 300;
    color: #fff;
}

.alen-edit-input {
    width: 100%;
}

    .alen-edit-input input {
        /*        border-width: 0 !important;*/
    }

.alen-form-item {
    margin: 0px 0 9px 0;
    clear: both;
    *zoom: 1;
}

.alen-hide-txtmore {
    box-sizing: border-box;
    text-overflow: ellipsis;
    width: 105px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    padding-right: 10px;
    min-height: 38px;
}

.logined_username {
    cursor: pointer;
}

.layui-laydate-footer span:hover {
    color: #ff6a00 !important;
}

.layui-input, .layui-select, .layui-textarea {
    /*    border-color: #fff !important;*/
}

.layui-select-disabled .layui-disabled {
    /*    border-color: #fff !important;*/
}

.alen-background-color-td {
    background-color: #fafafa;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-collapse: collapse;
    border-spacing: 0px;
}

.layui-form-checked[lay-skin="primary"] i {
    border-color: #ff6a00 !important;
    background-color: #ff6a00;
    color: #fff !important;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #ff6a00 !important;
}

    .layui-tab-brief > .layui-tab-more li.layui-this::after, .layui-tab-brief > .layui-tab-title .layui-this::after {
        border-bottom: 2px solid #ff6a00 !important;
    }

.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed > i {
    color: #ff6a00;
}

.alen-linkbtn {
    cursor: pointer;
    color: #ff6a00;
}

.alen-icon-leftspace {
    margin-left: 15px;
}

.layui-menu-body-title > span {
    position: inherit !important;
}

.alen-notitle {
    padding: 10px;
}
/**********顶部************/
.top_btn {
    font-size: 16px;
    color: #000000;
    margin-left: 30px;
    text-align: right;
    cursor: pointer;
}

    .top_btn:hover {
        color: #ff6a00 !important;
    }

.right-container {
    padding: 0px;
}

.main-container {
    display: flex;
    flex-direction: column;
    overflow: auto;
    /*    margin-top: 76px;*/
    width: 100%;
}

.main_content {
    padding: 0 20px 60px 20px;
    height: 100%;
}

.top_menu {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 80px;
    justify-content: center;
    flex-direction: row;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6 !important;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .15);
    z-index: 9999;
}

.nav_left {
    position: fixed;
    height: 53px;
    width: 245px;
    font-size: 16px;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    z-index: 9998;
    color: #aaa;
    font-weight: 200;
    background-color: #1a1a1a;
    cursor: pointer;
    top: 81px;
}

    .nav_left > .layui-icon {
        position: absolute;
        right: 12px;
        font-size: 24px;
    }

    .nav_left:hover {
        background-color: #353535;
    }

    .nav_left div {
        width: 200px;
        text-align: center;
        transition: opacity 500ms,max-height 800ms;
        transition-delay: 0s, 0s;
        transition-delay: 0s, 0s;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 10px;
        -webkit-text-stroke: .2px;
        -webkit-text-stroke-color: currentcolor;
        -webkit-text-stroke-color: currentcolor;
        -webkit-text-stroke-color: #fff;
        transition-delay: 250ms;
        font-weight: 300;
        color: #fff;
    }

.container-header {
    width: var(--topwidth--,98%);
    height: 80px;
    margin: 0 auto;
}


.layui-menu .layui-menu-item-up > .layui-menu-body-title :hover {
    color: #ff6a00 !important;
}

.container-header .left-title {
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 500px;
}

.container-header .right-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    justify-content: right;
    margin-right: 20px;
}

.container-header .left-title {
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 500px;
}

    .container-header .left-title img {
        width: 40px;
        height: 40px;
        margin-right: 18px;
    }

    .container-header .left-title h1 {
        line-height: 80px;
        font-size: 20px;
        font-weight: 600;
        color: #ce292a;
        letter-spacing: 2px;
        margin-bottom: 0;
    }

.container-header .right-box .tel-icon {
    width: 40px;
    height: 40px;
    right: 0px;
    margin-left: 50px;
}

.container-header .tel-number {
    margin-left: 10px;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #237EC7;
    line-height: 19px;
    letter-spacing: 1px;
}

/*.layui-menu .layui-menu-item-checked, .layui-menu .layui-menu-item-checked2 {
    color: #252525 !important;
    background-color: #252525 !important;
}

    .layui-menu .layui-menu-item-checked::after {
        border-right-color: #ff6a00 !important;
    }

.layui-form-checked i, .layui-form-checked:hover i {*/
/*    color: #fd7e14 !important;*/
/*}*/

.alen-card {
    background-color: #fff;
    /*    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px;*/
    margin: 0 15px;
}
/* 弹簧式放小 */
@keyframes alen-scalesmall-spring {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    80% {
        opacity: 0.6;
        transform: scale(0.5);
    }

    100% {
        opacity: 0;
        transform: scale(0);
    }
}

.alen-anim-scalesmall-spring {
    animation-name: alen-scalesmall-spring
}

.alen-hot {
}

.layui-nav .layui-badge, .layui-nav .layui-badge-dot {
    position: absolute;
    top: 50%;
    margin: -5px 6px 0px;
}

.layui-form-checked span, .layui-form-checked:hover span {
    background-color: #ff6a00;
}

.alen-remark-tips {
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 9px;
    z-index: 99999;
}

    .alen-remark-tips:hover {
        color: #ff6a00;
    }

.alen-verify {
    border-color: #f70a0a !important;
}

.alen-table-remark {
    font-style: italic;
    color: #c8c8c8;
}
/*弹窗*/
.alen-main-alert {
    display: -webkit-flex;
    display: flex;
    position: fixed;
    width: 350px;
    top: 100px;
    right: 15px;
    margin-left: 15px;
    min-height: 80px;
    z-index: 999999;
}

.alen-h5 {
    font-family: open sans,helveticaneue-light,helvetica neue light,helvetica neue,Helvetica,Arial,sans-serif;
    line-height: 1.4;
    font-weight: 300;
    font-size: 18px;
    margin: 8px 10px;
}

.alen-layer {
    display: flex;
    padding: 10px;
    min-height: 130px;
    height: auto;
    overflow: visible !important;
}

.alen-layer-icon {
    padding: 15px 15px 15px 0;
    float: left;
    width: 55px;
}

.alen-pop {
    padding: 0 25px 0 15px;
    background-color: #fff;
    outline: 0;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0.1rem 1rem rgba(15, 15, 15, 0.12);
    box-sizing: border-box;
    background-clip: padding-box;
    border-radius: 8px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: height 400ms;
}

.alen-pop-title {
    line-height: inherit;
    padding: 8px 0 3px;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.alen-pop-content {
    position: relative;
    max-height: calc(100vh - 180px);
    padding-bottom: 15px;
    overflow-y: auto;
    color: #555;
    cursor: pointer;
    margin-top: 7px;
}

    .alen-pop-content:hover {
        color: #9b9b9b;
    }

.alen-round {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    vertical-align: inherit;
    background: #ff6a00;
    line-height: 50px;
}

.alen-banner-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #888;
    opacity: 1;
    font-weight: 100;
    font-size: 25px;
    padding: 10px;
    cursor: pointer;
    background: transparent;
    border: 0;
    line-height: 11px;
    outline: none;
}

.alen-input-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*    padding-right: 30px;*/
    width: 100%;
}

.alen-input-search {
    /*    display: flex;
    flex-direction: row;*/
    align-items: center;
    /*    padding-right: 20px;*/
    min-width: 200px;
}

.alen-td-content-selected {
    border-color: #8ec2ec !important;
    -moz-box-shadow: 0 0 5px #8dc5fa;
    -webkit-box-shadow: 0 0 5px #8dc5fa;
    box-shadow: 0 0 5px #8dc5fa;
}

.alen-input-clearbtn {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    vertical-align: inherit;
    background: #ccc;
    font-weight: 200;
    font-size: 10px;
    position: absolute;
    cursor: pointer;
    display: none;
}

.alen-input-colorbtn {
    position: fixed;
    cursor: pointer;
}

.edit-td-content-view:hover {
    border-color: #eee !important;
    border-top-style: solid;
    border-left-style: solid;
}

.alen-input-clearbtn-space {
    width: 15px;
    height: 15px;
}

.alen-input-x {
    font-size: 8px;
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
}

.alen-openwin-menu {
    position: fixed;
    z-index: 99999999;
    top: 50px;
    left: 25px;
    right: 35px;
}

.alen-openwin-btn {
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.alen-bg-color {
    background-color: #1a1a1a !important;
    color: #fff !important;
}

.layui-nav .layui-this:after,
.layui-nav-bar {
    background-color: #a8a8a8 !important;
}

.layui-layer-loading-icon {
    color: #ff6a00 !important;
}

.site-doc-icon {
    margin-bottom: 50px;
    font-size: 0px;
}

    .site-doc-icon li {
        display: inline-block;
        vertical-align: middle;
        width: 16.5%;
        /*        height: 105px;*/
        line-height: 25px;
        padding: 20px 0px;
        margin-right: -1px;
        margin-bottom: -1px;
        border: 1px solid rgb(226, 226, 226);
        font-size: 14px;
        text-align: center;
        color: rgb(102, 102, 102);
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

        .site-doc-icon li .doc-icon-name, .site-doc-icon li .doc-icon-code {
            color: rgb(194, 194, 194);
        }

        .site-doc-icon li .layui-icon {
            display: inline-block;
            font-size: 36px;
        }

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #ff6a00 !important;
}

.layui-table-edit:focus {
    border-color: #ff6a00 !important;
}

.alen-input-search input {
    border-color: #eee !important;
}
/*.layui-btn {
    background-color: #1d9bfa;
}*/

.layui-form-radio {
    /*    margin: 0 !important;*/
}

/*.layui-form-switch {
    margin-top: 0 !important;
}
*/
