html {
    height: 100%;
}

.all-menu-panel {
    padding: 20px;
    width: 660px;
}

.all-menu-item {
    padding: 20px 20px 0 0;
    float: left;
    width: 200px;
    font-size: 14px;
    color: #1a1a1a;
}

.all-menu-item p {
    cursor: pointer;
    font-weight: bolder;
    padding: 0 0 10px 0;
}

.all-menu-sub-item {
    padding-left: 4px;
    padding-right: 8px;
    font-size: 12px;
    width: 200px;
    height: 24px;
    line-height: 24px;
    color: #888888;
    cursor: pointer;
}

.all-menu-sub-item-active {
    background-color: #888888;
    color: #FFFFFF;
}

#__leftCopyright {
    text-align: center;
    height: 32px;
    padding-top: 4px;
    line-height: 15px;
    box-shadow: 0 -1px 8px 8px rgb(0 0 0 / 15%);
    display: none;
    font-size: 12px;
}

.win-act-area {
    color: #FFF;
    z-index: 99999999;
    position: absolute;
    right: -22px;
    top: 20%;
    background-color: #FF5722;
    opacity: 0.8;
    width: 30px;
    padding: 5px 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 16px;
}

.win-act-area:hover {
    transform: scale(1.2) translateX(-70%);
    opacity: 1;
}

.win-act-support {
    padding: 50px;
    text-align: center;
}

.win-act-support-h {
    height: 50px;
    line-height: 50px;
    font-size: 32px;
}

.win-act-support-b {
    line-height: 30px;
    font-size: 16px;
    font-style: italic;
}

.win-act-support-i {
    font-size: 50px;
    color: #FF5722;
}

#__leftCopyright a {
    color: #FFFFFF;
}

.layui-nav .layui-badge, .layui-nav .layui-badge-dot {
    margin: -8px 2px 0;
}

.layui-badge, .layui-badge-dot, .layui-badge-rim {
    padding: 0 4px;
}

.layui-layer-title {
    font-weight: bolder;
}

/* layui-ext */
.layui-fixed-bottom-right {
    position: fixed;
    bottom: 30px;
    right: 100px;
    text-align: right;
    width: 100%;
    z-index: 999;
}

/* for export panel columns drag */
.drag_move {
    border: 2px dotted #FF5722;
}

.drag_container {
    width: 756px;
    height: 272px;
    padding: 0 10px 0 10px;
}

.drag_item {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 110px;
    height: 30px;
    line-height: 30px;
    margin: 5px;
    padding: 0 3px 0 3px;
    color: #fff;
    float: left;
    white-space: nowrap;
    background-color: #009688;
    cursor: move;
}

.drag_item > input {
    width: 16px;
    height: 16px;
    margin: 7px 2px;
}

.drag_item > label {
    position: absolute;
    width: 86px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}

.laydate-btns-time {
    color: #FF5722;
    font-weight: bolder;
}

.seltree {
    position: absolute;
    top: 42px;
    left: 0px;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    display: none;
    z-index: 1000;
    max-height: 243px;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    box-sizing: border-box;
}

.seltree_inner {
    overflow-y: auto;
    max-height: 200px;
}

.seltree_act {
    text-align: right;
    border-top: 1px solid #d2d2d2;
    padding: 6px;
    height: 30px;
}

.layui-select-disabled .layui-disabled {
    color: #000 !important;
    cursor: not-allowed !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #e6e6e6;
}

/* for steps */

.steps {
    font-family: montserrat, arial, verdana;
    margin: 15px;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    z-index: 99;
}

.steps li {
    list-style-type: none;
    font-size: 9px;
    float: left;
    position: relative;

}

.steps li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #d2d2d2;
    border-radius: 20px;
    margin: 0 auto 5px auto;
}

.steps li:after {
    content: '';
    width: calc(100% - 20px);
    height: 2px;
    background: #d2d2d2;
    position: absolute;
    left: calc((-100% + 20px) / 2);
    top: 9px;
}

.steps li:first-child:after {
    content: none;
}

.steps li.active:before, .steps li.active:after {
    background: #5FB878;
    color: white;
}

.steps .step-name {
    width: 100%;
    padding: 5px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.steps-cancel {
    height: 40px;
    line-height: 40px;
    margin: 10px 0px;
    text-align: center;
    background-color: #FF5722;
    color: white;
}

.hall-single-header {
    text-align: center;
    position: fixed;
    width: 100%;
}

.hall-single-header a {
    color: #ffffff !important;
    font-size: 16px;
}

.layui-table-selected-row {
    background-color: #c2c2c2 !important;
}

/* search-bar */
.search-bar {
    width: 100%;
    height: 30px;
}

.search-bar-left {
    width: 90%;
    display: inline-block;
    text-align: left;
}

.search-bar-left span {
    margin-left: 10px;
    font-size: 12px !important;
}

.search-bar-right {
    width: 10%;
    display: inline-block;
    text-align: right;
}

.search-form-hidden {
    display: none;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    overflow: auto;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    min-height: 25px;
    min-width: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 99px;
}

::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    border: 1px solid #efefef;
}