html,body{
    width: 100%;
    height: 100%;
}
iframe{
    width: 100%;
    border: none;
    height: 100%;
}
.t-c{
    text-align: center;
}
.table>tbody>tr>td{
    vertical-align: middle;
}
.self-check{
    padding-left: 22px;
    height: 22px;
}
.label_check.c_off>input[type='checkbox']{
    background: url("img/check-off.png") no-repeat;
}
.label_check.c_off>input[type='checkbox']:checked{
    background: url("img/check-on.png") no-repeat;
}
.label_check.c_off>input[type='radio']{
    background: url("img/check-off.png") no-repeat;
}
.label_check.c_off>input[type='radio']:checked{
    background: url("img/check-on.png") no-repeat;
}
input.magic-check-self{
    display: none;
}
.check-pos{
    padding: 0px 2px;
    cursor: pointer;
    height: 20px;
}
.magic-check-self + label{
    position: relative;
    padding-left: 24px;
    width: 22px;
    height: 22px;
}
.magic-check-self[type="checkbox"] + label:before {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: '';
    border: none;
    background: url(img/check-off.png) no-repeat;
}
.magic-check-self[type="checkbox"]:checked + label:before {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: '';
    border: none;
    background: url("img/check-on.png") no-repeat;
}
.magic-check-self[type="radio"] + label:before {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: '';
    border: none;
    background: url("img/radio-off.png") no-repeat;
}
.magic-check-self[type="radio"]:checked + label:before{
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: '';
    border: none;
    background: url("img/radio-on.png") no-repeat;
}
.layui-layer-page .layui-layer-btn{
    text-align: center;
}
.layui-layer-btn{
    text-align: center;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #41cac0;
    background-color: #41cac0;
    color: #fff;
}
.control-label{
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
}
/*登录*/
canvas {
    display: block;
    vertical-align: bottom
}

.count-particles {
    background: #002;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700
}

.js-count-particles {
    font-size: 1.1em
}

#stats, .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden
}

.count-particles {
    border-radius: 0 0 3px 3px
}

#particles-js {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url("../images/bg.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto
}

.sk-rotating-plane {
    display: none;
    width: 80px;
    height: 80px;
    margin: auto;
    background-color: #fff;
    -webkit-animation: sk-rotating-plane 1.2s infinite ease-in-out;
    animation: sk-rotating-plane 1.2s infinite ease-in-out;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -80px
}

.sk-rotating-plane.active {
    display: block
}

@keyframes sk-rotating-plane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes login-small {
    0% {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1)
    }
    100% {
        transform: scale(.2);
        -moz-transform: scale(.1);
        -webkit-transform: scale(.2);
        -o-transform: scale(.1);
        -ms-transform: scale(.1)
    }
}

.login {
    z-index: 2;
    position: absolute;
    width: 350px;
    border-radius: 5px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -175px;
   /* transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s*/
}

.login-top {
    font-size: 36px;
    margin-top: 100px;
    box-sizing: border-box;
    color: #FFFFFF;
    margin-bottom: 50px;
    text-align: center;
}
.login input::-webkit-input-placeholder{
    color: rgba(255,255,255,.56);
}
.login-center {
    width: 290px;
    box-sizing: border-box;
    margin: 0 auto 30px;
}

.login-center-img {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 5px
}

.login-center-img > img {
    width: 100%
}

.login-center-input {
    float: left;
    width: 290px;
    height: 40px;
    position: relative
}

.login-center-input input {
    z-index: 2;
    /*transition: all .5s;*/
    padding-left: 10px;
    color: #FFFFFF;
    font-size: 14px;
    width: 100%;
    height: 42px;
    border: 1px solid rgba(255,255,255,.4);
    background-color:rgba(255,255,255,.3) ;
    border-radius: 2px;
    box-sizing: border-box;
    outline: 0;
    position: relative
}

.login-center-input-text {
    background: #fff;
    padding: 0 5px;
    position: absolute;
    z-index: 0;
    opacity: 0;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    left: 5px;
    line-height: 20px;
  /*  transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s*/
}

.login-center-input input:focus ~ .login-center-input-text {
    top: 0;
    z-index: 3;
    opacity: 1;
    margin-top: -15px
}

.login.active {
    -webkit-animation: login-small .8s;
    animation: login-small .8s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

.login-button {
    font-size: 16px;
    cursor: pointer;
    width: 290px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    background-color: #00ab9b;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 50px;
    color: #fff
}
.control-tree{
        position: absolute;
    top: 45px;
    left: 19%;
    z-index: 99;
}
.control-tree{
    display: none;
}
.control-tree .conten{
    width: 400px;
}
.control-tree .widget-main{
    height: 400px;
    overflow-y: scroll;
}
.control-tree .widget-bottom{
   background-color: #ffffff;
    border-left: 1px solid #5090c1;
    border-right: 1px solid #5090c1;
    border-bottom: 1px solid #5090c1;
    border-top: 1px solid #f3f3f3;
    padding: 10px 0px;
}
.control-tree .layui-layer-close1{
    position: absolute;
    right: 11px;
    top: 11px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px;
    background-position: 0px -40px;
    cursor: pointer;
    background-image: url("../images/icon.png");
}
label{
    font-weight: normal;
}
#bootstrap-duallistbox-nonselected-list_doublebox,#bootstrap-duallistbox-selected-list_doublebox{
    height: 210px!important;
}
#page{
    float: right;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #eee;
    color: #797979;
}
.layui-laypage .layui-laypage-curr em{
    color: #797979;
}
.layui-laypage a,.layui-laypage .layui-laypage-curr{
    margin-right: 2px;
    border-radius: 2px;
}
.layui-sel-table td,.layui-table td{
    border-bottom: 1px solid #e6e6e6!important;
}

#approve-list{
    width: 96%;
    margin: 0 auto;
}
#approve-list li{
    padding: 6px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eff2f7 ;
    font-size: 14px;
    margin-bottom: 4px;
}
#approve-list li:hover{
    color: #41cac0;
    transition: 0.5s;
}
#approve-list  .con{
    display: inline-block;
    width: 60%;
    text-overflow : ellipsis;
    white-space : nowrap;
    overflow : hidden;
}
#approve-list  .time{
    display: inline-block;
    margin: 0px 15px;
    float: right;
}
#approve-list  .approve-btn{
    color: #41cac0;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin-right: 14px;
    width: 80px;
    text-align: center;
}
.layui-body,.layui-tab,.layui-tab-content,.layui-show{
    height: 97%;
        overflow-y: hidden;
}
#tree-menu{
    display:none;
}
.red{
    color:red;
}
.bootstrap-duallistbox-container .btn-box{
    display:block;
}
.info-tip{
       position: absolute;
    top: 7px;
    left: 61px;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    background: red;
    border-radius: 31rem;
    transform: scale(0.9);
    padding: 0.03rem;
}
@media (min-width: 1200px) {
    .col-sel-10 {
        width: 9.666666666666664%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px){
    .col-ses-10 {
        width: 9.666666666666664%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
}
