[v-cloak] {
    display: none;
}

.p-0 {
    padding: 0 !important;
}


.login {
    border: 1px solid blue;
    /*background:linear-gradient(to bottom, #4587e9, #477de7, #4a73e6);*/
    background: linear-gradient(90deg, #338DCD 0%, #2C73BD 100%);
    box-shadow: 0px 6px 6px rgba(0, 102, 175, 0.25);
    /*border: none;*/
    /*padding: 10px 3px;*/
    border-radius: 150px;
    font-size: 1rem;
}

.background-header {
    background: url('/assets/images/background_header.jpg');
    min-width: 700px;
    width: 100%;
    height: 70px;
}

.el-upload-dragger .fa-cloud-upload {
    font-size: 67px;
    color: #c0c4cc;
    margin: 40px 0 16px;
    line-height: 50px;
}

.side-menu {
    margin: 0;
}

.side-menu::before {
    content: '';
    clear: both;
    display: block;
}

.treeview .list-group-item:last-child {
    margin-bottom: 50px;
}

.background-middle {
    background: url('/assets/images/mapbg.png') no-repeat;
    background-size: 100% 100%;
    /*background-repeat: no-repeat;*/
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.background-middle .content {
    width: 35%;
    height: 55%;
    background: white;
    overflow: hidden;
    border-radius: 5%;
    padding: 2%;
    display: flex;
    align-items: center;
    margin-left: 40%;
    z-index: 3;
}

.background-middle .content .login-img {
    width: 100%;
    height: 80%;
    margin-right: 5%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.background-middle .content .login-img .city{
    color: #51534F;
    font-weight: bold;
    font-size: 2rem;
}

.background-middle .content .login-img .title{
    background: linear-gradient(to bottom, #0F98FF, #2D5692);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 1.5rem;
}

.background-middle .content .login-img img {
    width: 100%;
    height: 80%;
}

.background-middle .support {
    font-size: 1rem;
    color: #FFFFFF;
    z-index: 99999;
    margin-left: 40%;
    margin-top: 1%;
}


.login-box {
    width: 120%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.loginscreen.login-box::after {
    display: block;
    content: '';
    clear: both;
}

.login-title {
    width: 100%;
    height: 10%;
    margin-bottom: 5%;
    font-size: 1rem;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #707070;
}
.login-titlecolor{
    font-size: 2rem;
   color:  #333333
}


.background-left {
    float: left;
    width: 282px;
    height: 100%;
    padding: 10px;
}

.background-left img {
    height: 35px;
    margin: 10px 10px;
}

.background-right {
    float: right;
    height: 100%;
    padding: 25px;
    padding-right: 50px;
}

.background-right img {
    height: 25px;
}

.background-bottom {
    text-align: center;
    min-width: 700px;
    width: 100%;
}


.login-position {
    position: relative;
    left: 8px;
    top: 40px;
    opacity: 0.97;
}

.menu-top .nav-logo {
    float: left;
    /*width: 130px;*/
    /*padding: 0 10px;*/
    text-align: center;
    /*height: 70px;*/
    /*margin: 34px 0 0 40px;*/
    display: flex;
}

.menu-top .nav-logo a {
    display: flex;
    align-items: center;
}

/*.menu-top .nav-logo img {*/
/*    width: 30%;*/
/*    height: 10%;*/
/*    border: 1px solid red;*/
/*    !*margin: 0 20px 0 auto;*!*/
/*    !*border-right: 1px solid rgba(255,255,255,0.35);*!*/
/*    !*padding-right: 20px;*!*/
/*    !*margin: 0 auto;*!*/
/*}*/

.menu-top .nav-logo .nav-title {
    display: inline-block;
    font-size: 32px;
    font-family: RTWS YueRoundedGothic Demo;
    font-weight: normal;
    color: #FFFFFF;
}

/*.navbar-static-top {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

.navbar-static-top > .nav-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.navbar-static-top > .nav-right > .nav-logo{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.navbar-static-top > .nav-right > .nav-logo a{
   display: block;
}
.navbar-static-top > .nav-right > .nav-logo .title{
    color: #FFFFFF;
    font-size: 1.8rem;
}
.navbar-static-top > .nav-right > .nav-logo img{
    /* width: 30%; */
    width: 3em;
    object-fit: cover;
    margin-left: 10px;
    height: 100%;
}

@media (min-width: 768px) {
    .menu-top #page-wrapper {
        position: inherit;
        margin: 0 0 0 0px;
    }
}

.loginform {
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-group {
    width: 100%;
    position: relative;
}

.form-group .sendSmsBut {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 3;
}

.form-group .sendSmsBut button {
    border: none;
    background-color: transparent;
}

.form-group .loginbtn {

    border-radius: 20px;
    background-color: #3781FC;
}


.form-group .input-group {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
}

.form-group .input-group input {
    border: none;
}

.form-group .col-xs-6 {
    padding: 0;
}

.form-group .col-xs-6 .form-control {
    /*border-radius: 20px;*/
}

.from-buttom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.from-buttom .remember {
    display: flex;
    align-items: center;
}

input[type="radio"] {
    margin: 0 5px 0 0 !important;
    cursor: pointer;
}

.menu-top #wrapper .navbar-static-side {
    padding-top: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 2;
    width: calc(100% - 250px);
}

.menu-top .nav-first-level > li {
    /*width: 100px;*/
    height: 70px;
    display: inline-block;
}

.menu-top .navbar-top-links {
    margin: 0px 40px 0 0;
    color: #a8a8a8;
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-top .navbar-top-links.nav > li > a > i.fa {
    font-size: 24px;
    color: rgb(178, 208, 238);
}

.navbar-top-links li:last-child {
    margin: 0px 0px 0px 5px;
    /*margin-right: 0px !important;*/
    width: 44px;
    text-align: center;
}

.nav.navbar-top-links a {
    font-size: 24px;
    color: #a8a8a8;
    display: flex;
    align-items: center;
}

.nav.navbar-top-links > li > a i {
    margin: 0;
}

.nav > li > a i {
    margin-right: 0;
    width: auto;
}

.menu-top .navbar {
    /*min-width: 1680px;*/
    color: #414341;
    /*background-image: url("/assets/images/top_bg.png");*/
    background-size: 100%;
    background-color: #1468B2;
    /*background: linear-gradient(90deg, rgba(15, 121, 196, 0.8) 0%, rgba(19, 89, 161, 0.8) 100%);*/
}

.menu-top #page-wrapper {
    padding-top: 98px;
}

.menu-top #side-menu.nav-first-level {
    margin-right: 40px;
}

.menu-top #side-menu.nav-first-level > li {
    /*width: 100px;*/
    float: left;
    position: relative;
}

.menu-top #side-menu.nav-first-level > li > a {
    text-align: center;
    height: 65px;
    color: #ffffff;
    font-weight: 600;
    padding: 13px 10px 10px 10px;
    position: relative;
    display: block;
}

.menu-top #side-menu.nav-first-level > li.active .nav-second-level {
    margin-top: 10px;
    display: block;
}

.menu-top #side-menu.nav-first-level > li.active,
.menu-top #side-menu.nav-first-level > li.selected {
    /*background: #fff;*/
    border-top: 3px solid #5AD2FF;
    background: linear-gradient(180deg, #2BB5F8 0%, rgba(56, 161, 252, 0) 100%);
}

.menu-top.skin-blue-reverse #side-menu.nav-first-level > li.active > a,
.menu-top.skin-blue-reverse #side-menu.nav-first-level > li > a:hover {
    /*background: linear-gradient(to bottom, #4587e9, #477de7, #4a73e6);*/
    /*color: #fff;*/
}

.menu-top.skin-blue-reverse #side-menu.nav-first-level > li.selected > a {
    /*background: #4a73e6;*/
    /*color: #fff;*/
}

.menu-top #side-menu.nav-first-level > li.active > a,
.menu-top #side-menu.nav-first-level > li > a:hover {
    /*background: linear-gradient(to bottom, #008730, #09a73b, #14bf45);*/
    /*color: #fff;*/
}

.menu-top #side-menu.nav-first-level > li.selected > a {
    border-right: none;
}

.menu-top #side-menu.nav-first-level > li > a > .fa {
    font-size: 20px;
    text-align: center;
}

.menu-top #side-menu.nav-first-level > li > a .nav-label {
    font-size: 12px;
    padding: 5px;
    display: block;
}


@media (min-width: 1670px) {

    .menu-top #side-menu.nav-first-level > li {
        /*width: 100px;*/
        height: 98px;
        /*display: flex;*/
        /*flex-direction: column;*/
        /*align-items: center;*/
        /*justify-content: center;*/
    }

    .menu-top #side-menu.nav-first-level > li > a {
        /*width: 100px;*/
        /*box-sizing: border-box;#13406D*/
        border-right: 1px solid rgba(19, 64, 109, 0.25);
        padding: 10px 30px 10px 30px;
        margin-top: 16.2px;
    }

    .menu-top #side-menu.nav-first-level > li.selected > a,
    .menu-top #side-menu.nav-first-level > li.active > a {
        margin-top: 12.2px;
    }


}

@media (max-width: 1670px) {

    .menu-top #side-menu.nav-first-level {
        margin-right: 40px;
    }

    .menu-top .navbar-top-links {
        margin: 0 40px 0 0;
    }

    .menu-top .nav-logo {
        float: left;
        /*width: 100px;*/
        padding: 10px 0 0 0;
        text-align: center;
        /*margin: 15px 0 0 40px;*/
    }

    .menu-top #side-menu.nav-first-level > li {
        width: 60px;
        height: 60px;
    }

    .menu-top #side-menu.nav-first-level > li > a {
        padding: 14px 10px 14px 10px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-top #side-menu.nav-first-level > li.selected > a {
        margin-top: -4px;
    }

    .menu-top #side-menu.nav-first-level > li > a .nav-label {
        display: none;
    }

    .menu-top .navbar {
        /*height: 60px !important;*/
    }

    .menu-top #page-wrapper {
        padding-top: 60px;
    }

    .monitor-card-container > .special-details > .special-line-blue .details {
        line-height: 24px;
    }

}

@media (max-width: 600px) {
    .menu-top #side-menu.nav-first-level > li {
        width: 40px;
        height: 40px;
    }

    border-bottom
    .menu-top #side-menu.nav-first-level > li > a {
        padding: 14px 10px 14px 10px;
        height: 40px;
    }

    .menu-top #side-menu.nav-first-level > li > a .nav-label {
        display: none;
    }

    .menu-top .navbar, .navbar {
        height: 40px !important;
        min-height: 40px;
    }

    .menu-top #page-wrapper {
        padding-top: 40px;
    }

    .menu-top .nav-logo {
        float: left;
        width: 80px;
        padding: 0 10px;
        text-align: center;
        height: 40px;
        display: none;
    }

    .menu-top .nav-logo img {
        height: 26px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .menu-top #side-menu.nav-first-level > li > a > .fa {
        font-size: 14px;
    }

    .menu-top .nav-third-level li a {
        padding: 7px 0px;
        margin-right: 0px;
        background: #e4e8f0;
        border-radius: 2px;
        text-align: center;
        font-size: 12px;
        color: #414341;
        width: 100px;
        display: inline-block;
        overflow: hidden;
    }
}


.full-screen .menu-top .navbar-static-top {
    height: 0;
    display: none;
}

.full-screen .menu-top #page-wrapper {
    padding-top: 0;
}


.skin-blue .menu-top .navbar-static-top .nav > li > a {
    color: #414341 !important;
}

/*.menu-top .collapsing,*/
/*.menu-top .collapse.in {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 100%;*/
/*    !*min-width: 340px;*!*/
/*    background: rgba(255, 255, 255, 0.96);*/
/*    z-index: 1000;*/
/*    padding: 5px 20px;*/
/*    overflow: visible;*/
/*    -webkit-background-clip: padding-box;*/
/*    background-clip: padding-box;*/
/*    border: 1px solid #eee;*/
/*    border: 1px solid rgba(0, 0, 0, .1);*/
/*    border-radius: 4px;*/
/*    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .15);*/
/*    box-shadow: 0px 2px 8px rgba(0, 0, 0, .15);*/
/*}*/

.menu-top #side-menu .collapsing {
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.menu-top .navbar-default .nav > li > a:hover,
.menu-top .navbar-default .nav > li > a:focus {
    background: transparent;
    color: #414341;
}

.menu-top .nav > li > a {
    color: #414341;
}

.menu-top .nav > li.active > a {
    color: #414341;
}

.menu-top .nav-second-level {
    /*padding:30px 0px !important;*/
}

.menu-top .nav-second-level .content-container .second-container .three-menu {
    display: inline-block;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2D72B9;
    /*padding: 0 10px;*/
    padding: 7px 10px 7px 25px;
    position: relative;
}

.menu-top .nav-second-level .content-container .second-container .three-menu:after {
    width: 36px;
    height: 2px;
    background: #2D72B9;
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 25px;
    z-index: 999999;
}

.menu-top .nav-second-level {
    position: relative;
    margin-top: 0;
    width: 100%;
}

.menu-top .nav-second-level:before {
    position: absolute;
    /*left: 58px;*/
    left: 50%;
    margin-left: -7px;
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border: 7px solid transparent;
    border-top-width: 0;
    /*z-index: 999;*/
}

.menu-top .nav-second-level:before {
    top: -6px;
    border-bottom-color: #fff;
}


.menu-top .nav-second-level:after {
    content: " ";
    display: block;
    clear: both;
}

/*.menu-top .nav-second-level > .second-container {*/
/*    !*border-left: 3px solid #2D72B9;*!*/
/*    !*border: 2px solid #2D72B9;*!*/
/*    height: 20px;*/
/*    !*padding: 0 5px;*!*/
/*    font-size: 16px;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    color:#2D72B9;*/
/*    float: left;*/
/*}*/

.menu-top .nav-second-level > .nav-text:before {
    width: 36px;
    height: 2px;
    background: #2D72B9;
    position: absolute;
    top: 20px;
    left: 0;
}

.menu-top .nav-second-level > .nav-text:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*.menu-top .nav-second-level > li>.nav-text:after{*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    left: 0px;*/
/*    width: 36px;*/
/*    height:50px;*/
/*    background: #2D72B9;*/
/*}*/

.menu-top .nav-third-level {
    /*margin-top: 20px;*/
}


.menu-top .nav-second-level li,
.menu-top .nav-third-level {
    display: block;
    visibility: visible;
}

.menu-top .nav-third-level li:before, .clearfix {
    content: '';
    display: block;
    clear: both;
}

.menu-top .nav-third-level li {
    padding: 7px 0px 2px 0;
    display: inline-block;
}

.menu-top .nav-third-level li a {
    padding: 7px 10px 7px 25px;
    margin-right: 0px;
    /*background: #e4e8f0;*/
    /*background: red;*/
    border-radius: 2px;
    /*text-align: center;*/
    font-size: 14px;
    font-weight: 400;
    color: #414341;
    /*width: 125px;*/
    width: 150px;
    display: inline-block;
    overflow: hidden;
}

.menu-top .nav-second-level li:last-child {
    margin-bottom: 0px;
}

.nav-second-level {
    background: #FFFFFF;
}

.nav-second-level .content-container {
    display: flex;
    flex-direction: row;
    overflow: auto;
    position: absolute;
    background: #ffffff url('/assets/images/svg/dropdown_bg.svg') no-repeat right bottom;
    /*background-image: url("/assets/images/svg/dropdown_bg.svg") no-repeat;*/
    background-size: 50%;
    top: 0;
    /*left: 0;*/
    padding: 30px 0;
    border-radius: 5px;
    box-shadow: 0px 12px 20px rgba(147, 153, 163, 0.2);
    z-index: 999999;
    /*max-width: 350px;*/
}

/*.nav-second-level .content-container::before{*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: url("/assets/images/svg/dropdown_bg.svg") no-repeat;*/
/*    background-size: cover;*/
/*}*/

.nav-second-level .content-container .second-container {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid #E4E7EC;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2D72B9;
    position: relative;
}

.nav-second-level .assist {
    width: 120px;
    height: 100px;
    position: absolute;
    top: -98px;
    left: 50%;
    margin-left: -60px;
    cursor: pointer;
    z-index: 9999999;
}

.nav-second-level .assist:hover .nav-second-level {
    display: block;
}

.nav-first-level > li:hover .nav-second-level {
    display: block;
}

.menu-top .nav-third-level li > a:hover,
.menu-top .nav-third-level li.active > a,
.menu-top .nav-third-level li.selected > a,
.menu-top .nav.nav-third-level > li > a:hover,
.menu-top .nav.nav-third-level > li > a:focus {
    background: #2D72B9;
    color: #fff;
    position: relative;
}

.menu-top .nav-third-level li > a:hover .nav-second-level {
    display: block;
}

.menu-top.skin-blue-reverse .nav-third-level li > a:hover {
    background: #DCEEFF;
    color: #2D72B9;
}

.menu-top.skin-blue-reverse .nav-third-level li.active > a,
.menu-top.skin-blue-reverse .nav-third-level li.selected > a,
.menu-top.skin-blue-reverse .nav.nav-third-level > li > a:hover,
.menu-top.skin-blue-reverse .nav.nav-third-level > li > a:focus {
    background: #2D72B9;
    color: #fff;
}

/*.menu-top.skin-blue-reverse .nav.nav-third-level > li > a:hover{*/
/*    background: #DCEEFF;*/
/*    color: #2D72B9;*/
/*}*/

/*.menu-top .nav-third-level li.selected a::before{*/
/*    content: '√';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    margin-top: -10px;*/
/*    left: 7px;*/
/*}*/

.menu-top .nav-third-level .nav-third-content {
    position: relative;
}

.menu-top .nav-third-level .nav-third-content.selected > .toggle {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 8px;
    color: #FFFFFF;
    font-size: 14px;
}

.menu-top .nav-third-level .nav-third-content > .toggle {
    display: none;
}

.menu-top .nav-third-level li a.ajaxify-disenabled {
    background: #e4e8f0;
    color: #a3afb7;
}

.menu-top .nav-second-level > li:last-child {
    border-bottom: none !important;
}

.actions-section {
    width: 60%;
    float: left;
}

.widget {
    position: relative;
    background-color: #fff
}

.widget .cover {
    width: 100%
}

[class*=blocks-] > li > .widget {
    margin-bottom: 0
}

.f-size-30 {
    font-size: 30px !important;
}

.f-weight-100 {
    font-weight: 100 !important;
}

.f-weight-400 {
    font-weight: 400 !important;
}

.treeview-search {
    position: relative;
}

.treeview-search input {
    border-radius: 5px;
}

.treeview-search .fa-search {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #ccc;
}

.widget-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.widget {
    border-radius: 3px
}

.widget .widget-header {
    border-radius: 3px 3px 0 0
}

.widget .widget-header:last-child {
    border-radius: inherit
}

.widget .widget-body:last-child {
    border-radius: 0 0 3px 3px
}

.widget .widget-body:last-child .widget-body-footer {
    border-radius: 0 0 3px 3px
}

.widget .widget-footer {
    border-radius: 0 0 3px 3px
}

.widget .widget-footer:first-child {
    border-radius: inherit
}

.widget-body {
    position: relative;
    padding: 30px 25px
}

.widget-body-footer {
    margin-top: 30px
}

.widget-body-footer:after,
.widget-body-footer:before {
    display: table;
    content: " "
}

.widget-body-footer:after {
    clear: both
}

.widget-content ul {
    padding: 0;
    margin: 0
}

.widget-content li {
    list-style: none
}

.widget-title {
    margin-top: 0;
    color: #37474f;
    text-transform: capitalize
}

div.widget-title {
    font-size: 22px
}

.overlay-panel .widget-title {
    color: #fff
}

.widget > .widget-title {
    padding: 12px 20px
}

.widget-metas {
    font-size: 12px;
    color: #a3afb7
}

.widget-metas.type-link > a {
    position: relative;
    display: inline-block;
    padding: 3px 5px;
    color: #a3afb7
}

.widget-metas.type-link > a:first-child {
    padding-left: 0
}

.widget-metas.type-link > a:hover {
    color: #ccd5db
}

.widget-metas.type-link > a + a:before {
    position: absolute;
    top: 10px;
    left: -2px;
    width: 3px;
    height: 3px;
    content: "";
    background-color: #a3afb7;
    border-radius: 50%
}

.overlay-background .widget-time {
    color: #fff;
    opacity: .8
}

.widget-category {
    font-size: 16px
}

.widget-actions {
    margin-top: 10px;
    text-align: right
}

.widget-actions a {
    display: inline-block;
    margin-right: 10px;
    color: #a3afb7;
    vertical-align: middle
}

.widget-actions a .icon,
.widget-actions a.icon {
    text-decoration: none
}

.widget-actions a .icon + span,
.widget-actions a.icon + span {
    margin-left: 2px
}

.widget-actions a.active,
.widget-actions a:focus,
.widget-actions a:hover {
    color: #ccd5db;
    text-decoration: none
}

.widget-actions a:last-child {
    margin-right: 0
}

.widget-actions-sidebar {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px
}

.widget-actions-sidebar a {
    display: inline-block;
    width: 100%;
    height: 60px;
    margin-right: 0;
    text-align: center;
    border-right: 1px solid #e4eaec
}

.widget-actions-sidebar a:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.widget-actions-sidebar a + a {
    border-top: 1px solid #e4eaec
}

.widget-actions-sidebar + .widget-content {
    margin-left: 80px
}

.widget-watermark {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
    opacity: .1
}

.widget-watermark.darker {
    color: #000
}

.widget-watermark.lighter {
    color: #fff
}

.widget-divider:after {
    display: block;
    width: 20px;
    height: 2px;
    margin: 15px auto;
    content: "";
    background-color: #fff
}

.widget-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%
}

.widget-left + .widget-body {
    width: 60%;
    margin-left: 40%
}

@media (max-width: 767px) {
    .widget-left {
        position: relative;
        width: 100%;
        height: 320px
    }

    .widget-left + .widget-body {
        width: 100%;
        margin-left: 0
    }
}

.widget-content img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #62a8ea;
    border-color: #62a8ea;
    display: inline-block;
}

.label-agreement {
    background: #ffba1a;
    color: #333;
}

.height-full {
    height: 100% !important;
}

.page-locked:before {
    background-image: url(/assets/images/lockscreen.jpg)
}

.page-noauth .page {
    background: #fff;
}

.page-full .avatar {
    margin: 0 auto;
    margin-bottom: 15px;
}

.page-full .avatar img {
    border-radius: 50%;
    width: 144px;
    height: 144px;
}

.page-full .avatar.avatar-lg {
    width: 160px;
    height: 160px
}

.page-full .locked-user {
    margin-bottom: 35px;
    color: #fff;
    margin-top: 20px;
    display: block;
}

.page-full .form {
    margin: 22px auto
}

.page-full .page-content {
    padding: 20px 20px;
    text-align: center !important;
    vertical-align: middle;
    display: inline-block;
    width: 300px;
    font-size: 14px;
}

.page-full .page:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.page-full:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-full:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(38, 50, 56, .6);
}

.org-logo {
    width: 70px;
    height: 40px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.wrapper-content {
    padding: 0px 5px 0px;
}

.dashboard.dashboard-operator {
    border: 3px solid #171a21;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #171a21;
}

.dash-content-75 {
    width: 75%;
    float: left;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

.dash-content-25 {
    width: 25%;
    float: left;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

.dash-content-45 {
    width: 45%;
    float: left;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

.dash-content-40 {
    width: 40%;
    float: left;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

.dash-content-60 {
    width: 60%;
    float: left;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

.dash-content-50 {
    width: 50%;
    float: left;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

.dash-content-100 {
    width: 100%;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

.dash-content-45.dash-content-50 {
    width: 50%;
}

.dash-content-30 {
    width: 30%;
    float: left;
    height: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

.dash-content {
    height: 100%;
    width: 100%;
    background: #262a35;
    border-radius: 5px;
    overflow: hidden;
    font-size: 12px;
    position: relative;
}

.dash-content-scroll {
    overflow: auto;
}

.dash-content-c {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
}

.dash-basis {
    color: #f6f6f6;
}

.dash-v-50 {
    height: 50%;
}

.dash-v-40 {
    height: 40%;
}

.dash-v-60 {
    height: 60%;
}

.dash-v-70 {
    height: 70%;
}

.dash-v-75 {
    height: 75%;
}

.dash-v-10 {
    height: 10%;
}

.dash-v-15 {
    height: 15%;
}

.dash-v-5 {
    height: 5%;
}

.dash-v-25 {
    height: 25% !important;
}

.dash-v-20 {
    height: 20% !important;
}

.dash-v-30 {
    height: 30% !important;
}

@media (max-width: 767px) {
    .dash-content-25 {
        width: 100%;
    }

    .dash-content-45 {
        width: 100%;
    }

    .dash-content-45.dash-content-50 {
        width: 100%;
    }

    .dash-content-30 {
        width: 100%;
    }
}

.dash-content-45 .dash-v-60 {
    padding-bottom: 3px;
}

.dash-content-45 .dash-v-40 {
    padding-top: 3px;
}

.dash-num {
    font-size: 26px;
}

@media (min-height: 600px) {
    .dash-num {
        font-size: 30px !important;
    }
}

@media (min-height: 800px) {
    .dash-num {
        font-size: 36px !important;
    }
}

.f-size-22 {
    font-size: 22px !important;
}

.f-size-26 {
    font-size: 26px;
}

.f-size-30 {
    font-size: 30px;
}

.dash-num small {
    font-size: 12px;
    margin-left: 5px;
}

.dash-title {
    background: #2f3543;
    height: 30px;
    width: 100%;
    color: #afc0c8;
    position: relative;
}

.dash-icon {
    height: 13px;
    margin-left: 10px;
}

.dash-title-msg {
    margin-left: 5px;
    color: #afc0c8;
    line-height: 30px;
    font-size: 12px;
}

.dash-title-actions {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dash-title-actions .btn-outline {
    background: #2f3543;
    color: #fff;
}

.dash-title-actions .dropdown-menu {
    background: #2f3543;
}

.dropdown-menu.extended li {
    width: 100% !important;
}

.dropdown-menu.extended li a {
    width: 100%;
    display: block;
    font-size: 12px;
}

.dropdown-menu.extended li:last-child {
    margin: 0;
}

.dash-title-actions .dropdown-menu > li > a:hover,
.dash-title-actions .dropdown-menu > li > a:focus {
    background: #2f3543;
    color: #fff;
}

.dash-panel {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px 5px;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #31353f;
}

.dash-panel .dash-v-ceneter {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#report_content {
    padding: 0 5px !important;
}

.b-r-g {
    border-right: 1px solid #31353f;
}

.dash-panel .col-xs-6,
.dash-panel .col-xs-4 {
    padding: 0;
}

.dash-blue {
    color: #28c0f7;
}

.dash-orange {
    color: #ff7e40;
}

.dash-bg-purple {
    background: #db84ff;
}

.dash-bg-green {
    background: #cf611f;
}

.dash-yellow {
    color: yellow;
}

.dash-white {
    color: #fff;
}

.dash-widget {
    border-radius: 5px;
    padding: 10px 20px;
    height: 70px;
    margin: 5px;
    color: #fff;
}

.dash-bg-blue {
    background: #28c0f7;
}

.dash-bg-orange {
    background: #ff9b53;
}

.dash-bg-red {
    background-image: -webkit-linear-gradient(to left, #ec532c, #ef7323);
    background-image: linear-gradient(to left, #ec532c, #ef7323);
}

.dash-cityitem-pre {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -10px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
}

.dash-cityitem-next {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
}

#trend_time .col-xs-3 {
    padding: 0px !important;
}

#trend_time .col-xs-3 .dash-widget {
    padding: 10px 5px;
}

.counter .counter-number-group,
.counter > .counter-number {
    font-size: 24px;
    color: #37474f;
}

.topbar-home-link {
    padding-left: 3px
}

.topbar-btn {
    font-size: 13px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
}

.form-control[disabled].prevent {
    background-color: #eeeeee;
}

.ibox-content.disabled .marker {
    background: rgba(126, 126, 127, .1);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.form-images {
    border-radius: 6px;
    border-width: 1px;
    border-style: dashed;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    height: 180px;
    width: 90%;
    margin-left: 5% !important;
    padding: 10px;
    padding-bottom: 50px;
    position: relative;
}

.form-images .form-images-upload {
    position: absolute;
    height: 39px;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.image-item {
    float: left;
    width: 45%;
    height: 90px;
    margin: 1%;
    position: relative;
    border: 1px solid #eee;
    cursor: move;
    overflow: hidden;
}

.image-item-delete {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
    color: red;
    text-align: center;
    cursor: pointer;
    background: #f6f6f6;
    border-radius: 50%;
    opacity: 0.9;
}

.fancybox .image-src {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.interfaces li {
    width: 25%;
    float: left;
}


/**计费规则start**/

.timeshare-lump {
    margin: 7px 0px;
    height: 20px;
}

.timeshare {
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
}

.color-brush {
    height: 20px;
    width: 40px;
    margin: 5px;
    cursor: pointer;
    color: #eee;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.color-brush-cur {
    height: 30px;
    width: 40px;
    margin: 0px 5px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.timeshare-list {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}


/**计费规则end**/

.box-bill {
    background: #ffffff;
}

.box-bill-content {
    margin: 10px auto 0px;
    text-align: center;
    overflow: hidden;
}

.fn-bgwhite {
    background-color: #fff;
}

.box-bill-account {
    background-color: #FFFFFF;
    padding: 20px 40px 20px 40px;
    table-layout: fixed;
}

@-moz-document url-prefix () {
    .box-bill-account {
        width: 626px;
    }
}

li.ui-tab-trigger-item {
    margin: 0 0 10px 0;
    border: 1px solid #333;
}

li.ui-tab-trigger-item-current {
    border: 1px solid #eee;
}

.tip-done {
    position: absolute;
    z-index: 999;
    padding: 0 2px 2px 0;
    background: #9edf8a;
    margin: 0 0 0 450px;
}

.tip-done .container {
    position: relative;
    top: 1px;
    left: 1px;
    padding: 5px;
    min-width: 110px;
    _width: 110px;
    white-space: nowrap;
    text-align: center;
    border: 1px #fff solid;
    background: #def9a5;
    color: #5d8605;
}

.box-bill-title {
    line-height: 13px;
    font-size: 13px;
    color: #a9a9a9;
}

.box-bill-title * {
    display: inline-block;
}

.box-bill-kyje-account {
    font-size: 48px;
    color: #ff8208;
    font-weight: normal;
}

.box-bill-kyje-account * {
    display: inline-block;
}

.ui-line {
    font-size: 1px;
    line-height: 0;
    overflow: hidden;
    border: 0;
    height: 1px;
    background: #eeeeee;
    display: block;
    margin: 0 0 0 0;
}

.box-bill-account .ui-line {
    width: 626px;
}

.box-bill-zhuanchuLink {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: -14px;
}

.box-bill-zhuanruLink {
    position: relative;
    top: 20px;
}

.box-bill-foot {
    margin: 18px 0 0 0;
    display: inline-block;
}

.td-line {
    border-left: 1px solid #eeeeee;
    padding-left: 39px;
    padding-top: 0px;
}

.box-bill-foot-account {
    font-size: 36px;
    color: #666666;
}

.box-bill-info {
    background-color: #fcfbf7;
    border-left: 1px solid #eeeeee;
    padding: 30px;
    margin-bottom: 0px;
}

.box-bill-info li {
    float: left;
    width: 50%;
}

.box-bill-info li a {
    font-size: 12px;
    position: relative;
    top: -5px;
}

li.box-bill-item {
    height: 105px;
}

.totalFreezeShare-title {
    position: relative;
    top: -3px;
}

.box-bill-info li.box-bill-info-dual {
    margin-left: 20px;
}

.box-bill-info-title {
    line-height: 12px;
    font-size: 12px;
    color: #a9a9a9;
}

.box-bill-info-account {
    font-size: 24px;
    color: #666666;
}

.debug-list {
    margin: 10px;
    height: 220px;
    width: 95%;
    background: #333;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    overflow-y: scroll;
}

.debug-list li {
    background: transparent;
    border-left: 0px solid #e7eaec;
    border-right: 0px solid #e7eaec;
    padding: 3px;
}

.debug-list li .btn-circle {
    width: 20px;
    height: 20px;
    padding: 0px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.debug-list li a {
    margin-right: 5px;
}

.debug-list .error {
    color: red;
}

.debug-list .success {
    color: green;
}

.org-login-list {
    width: 100%;
    height: 265px;
    margin: auto;
    overflow: hidden;
}

.org-login-scope {
    width: 100%;
    padding: 12px 0;
}

.org-login-content {
    width: 100%;
    height: 72px;
    overflow: hidden;
}

.org-login-left {
    float: left;
    width: 20px;
    line-height: 72px;
    cursor: pointer;
}

.org-login-right {
    float: right;
    width: 20px;
    line-height: 72px;
    cursor: pointer;
}

.org-login-left.disabled i,
.org-login-right.disabled i {
    color: darkgray;
}

.org-login-title {
    width: 100%;
    padding: 10px 0 25px;
    text-align: center;
    font-size: 16px;
    color: #73787c;
}

.multi-orgs {
    float: left;
    width: 240px;
    height: 72px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.org-list {
    width: 10000%;
    overflow: hidden;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.org-list-check {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    color: #2fe805;
}

.org-list-item {
    width: 82px;
    height: 75px;
    text-align: center;
    float: left;
    cursor: pointer;
    position: relative;
}

.org-item-image {
    width: 72px;
    height: 72px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: .5;
    border-radius: 8px;
}

.org-item-image + .org-list-check {
    display: none;
}

.org-item-image-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.org-item-image-active + .org-list-check {
    display: block;
}

.org-login-name {
    width: 100%;
    padding: 12px 0;
    overflow: hidden;
    font-size: 14px;
    color: #73787c;
    text-align: center;
}

.theme {
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 10px;
    cursor: pointer;
}

.theme.active {
    border: 1px solid #a55ee7;
}

.selector-panel {
    border: 1px solid #eee;
    height: 465px;
    padding: 5px;
}

.selector-panel .ibox-title {
    border-bottom: 1px solid #eee;
}

.selector-panel .ibox-content {
    height: 420px;
    overflow-y: auto;
}

.selector-panel .fullscreen {
    display: none;
}

.selector-panel .ibox-content,
.selector-panel .ibox-title {
    padding: 0;
}

.selector-panel .flexigrid div.bDiv {
    min-height: 335px;
}

.selector-actions {
    height: 465px;
    padding-top: 220px;
}

.selector-selected {
    list-style: none;
}

.selector-selected li {
    padding: 10px 5px 5px 5px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.selector-selected li .remove-item {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #fff;
    background: #ff7211;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.selector-selected p {
    margin-bottom: 5px;
}

.monitor-row {
    width: 80%;
    min-width: 800px;
    margin: 0 auto;
}

.dot-black {
    color: #000;
}

.dot-green {
    color: #17993c;
}

.dot-blue {
    color: #1e79bd;
}

.dot-gray {
    color: #a8a8a8;
}

.dot-yellow {
    color: #e68023;
}

.dot-red {
    color: #e32a1d;
}

.small-show {
    font-size: 14px;
    cursor: pointer;
    padding: 10px;
}

.small-show i {
    margin-right: 5px;
    font-size: 12px;
}

.small-box h3 {
    font-size: 30px !important;
    display: block;
    font-weight: normal !important;
}

@media (max-width: 767px) {
    .small-box > .inner {
        padding: 5px 5px;
    }

    .small-box p {
        margin-bottom: 3px;
    }

    .monitor-row .col-xs-3 {
        width: 20%;
        padding-left: 1px;
        padding-right: 1px;
    }

    .small-box h3 {
        font-size: 24px;
        display: block;
    }
}

.interface-state {
    position: absolute;
    right: 10px;
    top: 7px;
}

.interface-title {
    padding: 5px 15px;
    background: #eee;
}

.amap-position {
    border-radius: 15px;
    height: 30px;
    width: 30px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    background: #09e;
    cursor: pointer;
    border: solid 2px #323;
}

.amap-position-icon {
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    /*   border-radius: 15px;
      background: #09e;
      border: solid 1px #323; */
}

.amap-position-icon img {
    height: 30px;
}

.ibox-detail {
    margin-bottom: 10px;
}

.ibox-detail .ibox-content {
    padding-left: 25px;
    padding-right: 25px;
}

.taskinfo-box {
    border-bottom: 1px solid #e7eaec;
    padding-bottom: 5px;
    padding-top: 5px;
}

.taskinfo-box:last-child {
    border-bottom-width: 0px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top: 2px solid #06a7ea;
}

.datepicker {
    padding: 0px !important;
    border-radius: 0px !important;
    direction: ltr;
}

.label-group span.sel-item {
    display: inline-block;
    min-height: 32px;
    line-height: 32px;
    border: 1px solid #e5e6e7;
    min-width: 50px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label-group span.sel-item-col-6 {
    width: 16.66666%;
}

.label-group span.sel-item.active {
    border-color: #06a7ea;
    background-color: #06a7ea;
    color: #fff;
}

.label-group span:not(:first-child) {
    margin-left: -1px;
}

.search-hint {
    background: #fff;
    min-height: 65px;
}

.search-hint .search-params {
    margin-top: 20px;
    line-height: 30px;
    display: inline-block;
    padding: 0px 15px;
}

.search-hint .table {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.search-date {
    position: relative;
}

.search-date-split {
    left: 50%;
    position: absolute;
    margin: 14px 0 0 -8px;
}

.money-sum h2 {
    display: inline-block;
}


.flexigrid .badge {
    font-size: 12px;
    padding: 2px 5px;
    line-height: 12px;
}

#container {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
}

#search-force {
    position: absolute;
    left: 100px;
    width: 480px;
    top: 15px;
    height: 50px;
    opacity: 1;
    z-index: 1000;
}

.search-force1 {
    position: absolute;
    left: 15px;
    width: 240px;
    top: 15px;
    height: 50px;
    opacity: 1;
    z-index: 1000;
}

.search-force1 .form-control {
    background: transparent;
    height: 30px;
    font-size: 12px;
    text-align: center;
    color: #afc0c8;
    background: #2f3543;
}

#time-form {
    position: absolute;
    right: 10px;
    width: 40%;
    max-width: 200px;
    top: 65px;
    height: 150px;
    opacity: 1;
    z-index: 990;
}

#time-form .fa-circle,
.list-group-item .fa-circle {
    margin-right: 5px;
    width: 5px;
    height: 5PX;
    overflow: hidden;
    border-radius: 50%;
    line-height: 6px;
}

#search-force .input-group {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.amap-info-dia {
    border: solid 1px #eee;
}

div.amap-info-dia-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-radius: 5px 5px 0 0;
}

div.amap-info-dia-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
}

div.amap-info-dia-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}

div.amap-info-dia-top img:hover {
    box-shadow: 0px 0px 5px #000;
}

div.amap-info-dia-middle {
    font-size: 13px;
    padding: 10px 20px;
    width: 300px;
    line-height: 24px;
}

div.amap-info-dia-middle .col-6 {
    width: 50%;
    text-align: left;
    display: inline-block;
}

div.amap-info-dia-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

div.amap-info-dia-bottom img {
    position: relative;
    z-index: 104;
}

.amap-info-dia-middle img {
    float: left;
    margin-right: 6px;
}

.darkmap .amap-info-dia {
    border-radius: 10px;
    border: none;
    background: #2f3543;
    color: #afc0c8;
    overflow: hidden;
}

.darkmap div.amap-info-dia-top,
.darkmap div.amap-info-dia-top div,
.darkmap div.amap-info-dia-middle {
    background: #2f3543 !important;
    color: #afc0c8 !important;
}

.toastr-tip {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid red;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    background: red;
    line-height: 18px;
}

.notice-shake {
    animation: bellShake 1.5s ease infinite;
    -webkit-animation: bellShake 1.5s ease infinite;
}

@keyframes bellShake {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.console-step {
    height: 24px;
    position: relative;
    margin-left: 0px;
    margin-right: 0px
}

.console-step .step {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #FFF;
    background: #cacaca;
    z-index: 1;
    text-align: center
}

.console-step .step:before {
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    z-index: 8;
    top: 0px;
    border-top: 12px solid #cacaca;
    border-left: 12px solid transparent !important;
    border-bottom: 12px solid #cacaca
}

.console-step .step:after {
    content: '';
    display: block;
    width: 16px;
    height: 24px;
    position: absolute;
    right: 0px;
    z-index: 9;
    top: 0px;
    border-top: 12px solid transparent !important;
    border-left: 12px solid #cacaca;
    border-bottom: 12px solid transparent !important;
    background-color: #FFF
}

.console-step .step-first:before {
    display: none
}

.console-step .step-end:after {
    display: none
}

.console-step .step-pass {
    background-color: #99dcf3
}

.console-step .step-pass:after {
    border-color: #99dcf3
}

.console-step .step-pass:before {
    border-color: #99dcf3
}

.console-step .step-active {
    background-color: #00a0c7
}

.console-step .step-active:after {
    border-color: #00a0c7
}

.console-step .step-active:before {
    border-color: #00a0c7
}

.widget {
    cursor: pointer;
}

.widget.white-bg {
    padding: 15px 10px;
    margin: 3px;
}

.widget.widget-b {
    border: 1px solid #dbe5ed;
}

.widget.white-bg h3 {
    font-weight: normal;
    font-size: 20px;
}

.widget.selected {
    border: 1px solid #06a7ea;
}

.mail-body .indicator-row {
    border-bottom: 1px solid #eff3fa;
}

.mail-body .indicator-row:last-of-type {
    border-bottom: 0px solid;
}

.widget.white-bg span {
    color: #555
}

.tag-container {
    height: 90px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 6px 12px;
    overflow: auto;
}

.tag-edit {
    position: absolute;
    right: 15px;
    top: 5px;
}

.alert-default {
    background: #f5f7f9;
    color: #333;
    border: none;
    border-radius: 0px;
}

.agreement-title {
    font-size: 18px;
    font-weight: 200;
}

.property-info {
    opacity: 0.1;
    position: absolute;
    left: 25px;
    top: 25px;
    color: #333;
}

.code-view {
    position: relative;
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-left-width: 6px;
    background-color: #F2F2F2;
    color: #333;
    font-family: Courier New;
    border: 1px solid #0C0C0C;
    border-left-color: #3F3F3F;
    background-color: #0C0C0C;
    color: #C2BE9E
}

.code-h3 {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd
}

.code-h3 a {
    position: absolute;
    right: 10px;
    top: 0;
    color: #999
}

.code-view .code-ol {
    position: relative;
    overflow: auto;
    padding-left: 0;
}

.code-view .code-ol li {
    position: relative;
    margin-left: 45px;
    line-height: 20px;
    padding: 0 5px;
    list-style-type: decimal-leading-zero;
    *list-style-type: decimal;
    background-color: #3F3F3F;
    border-left: none
}

.code-view pre {
    margin: 0
}

.report-box .col-xs-12,
.report-box .col-sm-3,
.report-box .col-sm-9 {
    padding-left: 8px;
    padding-right: 8px;
}

.h1.thin,
.h2.thin,
.h3.thin,
.h4.thin,
h1.thin,
h2.thin,
h3.thin,
h4.thin {
    font-weight: 200;
}

.price-discount {
    text-decoration: line-through;
}

.fa-stack-small {
    width: 1.2em;
}

.report-sidebar .ibox-content {
    min-height: 300px;
}

.report-ibox {
    margin-bottom: 5px;
}

.report-ibox .report-tools {
    text-align: center;
}

.report-ibox .ibox-tools {
}

.report-ibox .report-object {
    display: inline-block;
}

.report-ibox .report-date {
    display: inline-block;
    width: 150px;
    position: relative;
}

.report-ibox .report-date-group {
    width: 300px;
}

.report-ibox .report-date .input-daterange {
    position: absolute;
    top: -20px;
}

#statisticalreportoperate_tree {
    max-height: 500px;
    overflow-y: scroll;
}

.el-date-editor.el-input,
.el-date-editor.el-input__inner {
    width: 100%;
}

.el-select {
    display: block;
    position: relative;
}

.el-upload__input {
    display: none !important;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    /* position: absolute;
    z-index: 222222;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; */
    background: rgba(0, 0, 0, 0.1);
}

.avatar-uploader-size {
    width: 315px;
    height: 170px;
}

.avatar {
    width: 100px;
    height: 100px;
    display: block;
    /* position: absolute; */
}

.img-qrcode {
    width: 160px;
    height: 175px;
    margin: 0 auto;
}

.single-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 320px;
}

.div-item {
    font-size: 14px;
    color: #428bca;
    cursor: pointer;
}

.dash-content-mc {
    font-size: 14px;
}

.m-station,
.m-station a {
    color: #fff;
}

.m-station-panel {
    padding: 0;
}

.m-station-item {
    margin: 1px;
    background: #fff;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 5px;
    padding: 5px;
}

.m-station .m-item-title {
    text-align: left;
    padding: 10px 5px;
    margin: 0;
    color: #42baf9;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

a.m-item-alarm-count {
    position: relative;
}

.m-item-alarm-count span.label {
    line-height: 12px;
    padding: 1px 3px;
    position: absolute;
    left: 8px;
    top: -7px;
    color: #fff !important;
}

.m-item-state {
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    line-height: 14px;
    border-radius: 5px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.m-item-state.normal {
    background: rgba(23, 153, 60, 0.7);
}

.m-item-state.unnormal {

    background: rgba(227, 42, 29, 0.7);
}

.m-station-panel.normal .m-station-item .m-item-title {
    background-color: #409EFF;
}

.m-station-panel.offline .m-station-item .m-item-title {
    background-color: #9D9D9D;
}

.m-station-panel.outage .m-station-item .m-item-title {
    background-color: #F56C6C;
}

.m-station-panel.protect .m-station-item .m-item-title {
    background-color: #E6A23C;
}

.m-station-panel.other .m-station-item .m-item-title {
    background-color: #E0E0E0;
}

.m-item-content {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
}

.m-item-interface {
    flex: 1;
    margin: 5px;
    padding: 5px 3px 0 7px;
    background: #313a47;
    border-radius: 5px;
    overflow: hidden;
    min-width: 11.2%;
}

.m-item-interface.normal {
    background: #17993c;
}

.m-item-interface.normal .m-item-i-title span {
    color: #17993c;
}


.m-item-interface.protect {
    background: #1e79bd;
}

.m-item-interface.protect .m-item-i-title span {
    color: #1e79bd;
}

.m-item-interface.charging {
    background: #1e79bd;
}

.m-item-interface.charging .m-item-i-title span {
    color: #1e79bd;
}

/*故障*/
.m-item-interface.outage {
    background: #e68023;;
}

.m-item-interface.outage .m-item-i-title span {
    color: #e68023;;
}

.m-item-interface.offline {
    background: #a8a8a8;
}

.m-item-interface.offline .m-item-i-title span {
    color: #a8a8a8;
}

.m-item-interface.other {
    background: rgba(86, 218, 253, 0.8);
}

.m-item-i-title {
    height: 30px;
    color: #fff;
    text-align: left;
    padding: 0px 5px 0;
    overflow: hidden;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.m-item-i-title span {
    border-radius: 7px;
    padding: 0px 5px;
    line-height: 16px;
    font-size: 12px;
    display: inline-block;
    background: #fff;
    color: #000;
}

/* .m-item-interface.normal .m-item-i-title {
    background: linear-gradient(to right, #0ec6d1 0%, #08c3a3 100%);
}

.m-item-interface.protect .m-item-i-title {
    background: linear-gradient(to right, #57dbfd 0%, #42baf9 100%);
}

.m-item-interface.outage .m-item-i-title {
    background: linear-gradient(to right, #ff6c6d 0%, #fc2b2b 100%);
}

.m-item-interface.offline .m-item-i-title {
    background: linear-gradient(to right, #a7a6a6 0%, #777676 100%);
}

.m-item-interface.other .m-item-i-title {
    background: linear-gradient(to right, #57dbfd 0%, #42baf9 100%);
} */

.m-cstate-all {
}

.m-cstate-normal {
    width: 10px;
    height: 9px;
    margin-right: 5px;
    display: inline-block;
    background: #08c3a3;
}

.m-cstate-offline {
    width: 10px;
    height: 9px;
    margin-right: 5px;
    display: inline-block;
    background: #777676;
}

.m-cstate-outage {
    width: 10px;
    height: 9px;
    margin-right: 5px;
    display: inline-block;
    background: #fc2b2b;
}

.m-cstate-protect {
    width: 10px;
    height: 9px;
    margin-right: 5px;
    display: inline-block;
    background: #42baf9;
}

.m-item-i-content {
    text-align: center;
    padding: 10px 0 0;
}

.m-item-i-state {
    font-size: 12px;
    padding: 0px 0 5px;
    text-align: left;
    color: #fff;
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-item-i-state i {
    width: 14px;
    text-align: center;
    margin-right: 3px;
}

.m-item-i-tip {
    color: #fff;
    margin-top: 5px;
}

.dashboard .page-aside .page-aside-inner {
    background-color: #262a35;
    color: #fff;
}

.dashboard .node-dataTree.node-selected {
    background: transparent;
}

.dash-power-tip {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #42afea;
}

.dash-power-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #3b4958;
    border: 5px solid #50ade2;
    overflow: hidden;
    position: relative;
}

.dash-power-per {
    top: 60px;
    color: #fff;
    font-size: 20px;
    z-index: 100;
    width: 100%;
    text-align: center;
    position: absolute;
}

.dash-power-circle-p {
    width: 150px;
    height: 150px;
    background: #3f71b7;
    border: 5px solid #3b4958;
    padding: 5px;
    border-radius: 50%;
    margin: 20px auto 0;
}

.dash-power-circle-i {
    background: #43b3ef;
    color: #43b3ef;
    border: 5px solid #3b4958;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

@-webkit-keyframes drift {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes drift {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wave1 {
    opacity: .8;
    position: absolute;
    top: 3%;
    left: 50%;
    background: #262a35;
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -260px;
    -webkit-transform-origin: 50% 48%;
    transform-origin: 50% 48%;
    border-radius: 43%;
    /* -webkit-animation: drift 5000ms infinite linear;
    animation: drift 5000ms infinite linear; */
}

.wave1.wave-three {
    /* -webkit-animation: drift 10500ms infinite linear;
    animation: drift 10500ms infinite linear; */
}

.wave1.wave-two {
    /* -webkit-animation: drift 8000ms infinite linear;
    animation: drift 8000ms infinite linear; */
    opacity: .1;
    background: #fff;
}

.container-fluid {
    max-width: 100%;
}

.container-fluid.col-xs-4,
.container-fluid.col-xs-5,
.container-fluid.col-xs-3,
.container-fluid.col-xs-2,
.container-fluid.col-xs-1,
.container-fluid.col-xs-6,
.container-fluid.col-xs-8,
.container-fluid.col-xs-10 {
    padding: 5px !important;
}

.amapinfo {
    background: #363F49;
    color: #A0A7B4;
    padding: 10px;
    max-width: 300px;
    font-size: 12px;
}

.amapinfo tr .content {
    text-align: right;
    color: #D3D8E0;
}

#oCity {
    position: absolute;
    right: 10px;
    z-index: 1000001;
    bottom: 10px;
    background: #262a35;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #555;
    line-height: 20px;
    color: #afc0c8;
    max-height: 69px;
    overflow: hidden;
}

.amap-controls,
.amap-logo,
.amap-copyright {
    display: none !important;
}

.citypanel-item {
    height: 45px;
    color: #fff;
    overflow: hidden;
    padding: 5px;
}

.citypanel-name {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.citypanel-pro-total {
    background: #171a21;
    border-radius: 10px;
    width: 100%;
    height: 10px;
}

.citypanel-pro-inner {
    background: #28c0f7;
    border-radius: 10px;
    min-width: 1%;
    height: 10px;
}

.citypanel-item:first-child {
    color: orange
}

.citypanel-item:first-child .citypanel-pro-inner {
    background: orange;
}

.citypanel-item:first-child .citypanel-name {
    font-size: 15px;
}

.citypanel-item:nth-child(2) {
    color: orangered
}

.citypanel-item:nth-child(2) .citypanel-pro-inner {
    background: orangered;
}

.citypanel-item:nth-child(2) .citypanel-name {
    font-size: 13px;
}

.citypanel-item:nth-child(3) {
    color: #28c0f7;
}

@-webkit-keyframes enter {
    0% {
        opacity: 0;
        top: -10px;
    }

    5% {
        opacity: 1;
        top: 0px;
    }

    50.9% {
        opacity: 1;
        top: 0px;
    }

    55.9% {
        opacity: 0;
        top: 10px;
    }
}

@keyframes enter {
    0% {
        opacity: 0;
        top: -10px;
    }

    5% {
        opacity: 1;
        top: 0px;
    }

    50.9% {
        opacity: 1;
        top: 0px;
    }

    55.9% {
        opacity: 0;
        top: 10px;
    }
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27.5px;
    margin-top: -27.5px;
}

.square {
    background: #89c56b;
    width: 15px;
    height: 15px;
    float: left;
    top: -10px;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
    opacity: 0;
    -webkit-animation: enter 2.4s infinite;
    animation: enter 2.4s infinite;
}

.enter {
    top: 0px;
    opacity: 1;
}

.square:nth-child(1) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.square:nth-child(2) {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.square:nth-child(3) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #4d7bbe;
}

.square:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.square:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.square:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.square:nth-child(8) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.square:nth-child(9) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.clear {
    clear: both;
}

.last {
    margin-right: 0;
}

.loader-text {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
}

.fl_empty {
    margin: 0 auto;
    text-align: center;
    /* height: 400px; */
    padding-top: 100px;
    opacity: 0.6;
}

.page-aside.open .page-aside-inner {
    display: block;
    overflow: auto;
}

.el-tree-node__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto !important;
    cursor: pointer;
    padding: 7px 20px;
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    border-radius: 0;
    position: relative;
}

.page-aside-section .ibox-content {
    padding: 0;
    margin-bottom: 30px;
}


.step-container {
    position: relative;
    padding: 30px 15px 10px 15px;
    margin: 30px 15px 15px 15px;
    border: 1px solid #eee;
}

.step-container .step-title {
    position: absolute;
    top: -10px;
    left: 30px;
    background-color: #fff;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.overview-title {
    display: flex;
    justify-content: space-between;
}

.overview-container {
    width: 30%;
    padding: 20px 50px;
}

.overview-title-text {
    font-size: 14px;
    font-weight: bold;
}

.overview-num {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0 20px;
}

.overview-content {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 16px;
}

.overview-title .overview-data-picker {
    width: 300px;
    padding: 0 7px 0 7px;
    font-weight: normal;
}

.overview-params {
    display: inline-block;
}

.overview-actions {
    flex: 1;
    margin-left: 10px;
    text-align: left;
}

.overview-actions button {
    line-height: 25px;
    font-weight: normal;

}

.overview-data-card .data-card-action {
    display: flex;
    justify-content: space-between;
}

.overview-data-card h3 span {
    color: #e68023 !important;
}

.overview-data-card h3 small {
    color: #e68023 !important;
}

.card-action {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 16px;
    z-index: 10;
}

.dark-blue-button {
    height: 25px;
    width: 50px;
    background-color: #274D5A;
    color: #ffffff;
    border: 0;
    font-size: 12px;
    border-radius: 8px;
}

.dark-white-button {
    height: 25px;
    width: 50px;
    line-height: 25px;
    background-color: #ffffff;
    color: #274D5A;
    border: 0.5px solid #274D5A;
    font-size: 12px;
    border-radius: 8px;
}

.dark-white-button:hover {
    background-color: #274D5A;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.dark-white-button.active {
    background-color: #274D5A;
    color: #ffffff;
}

.dark-blue-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


.dark-blue-button:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.org-info {
    display: flex;
}

.org-info .org-img {
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
    /*background: #409EFF;*/
}

.org-info .org-img img {
    width: 60px;
    height: 60px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.org-info .org-info-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.org-info .org-name {
    font-size: 16px;
    font-weight: bold;
}

.org-info .org-type {
    font-size: 14px;
    color: #8c939d;
}

.info-title {
    padding: 20px;
}

.info-title span {
    font-size: 14px;
    margin: 0 10px;
    padding: 5px 0;
    cursor: pointer;
}

.tab-active {
    border-bottom: 2px solid #409EFF;
}

.page-aside {
    bottom: 40px;
}

.device-actions {
    text-decoration: underline;
}

.situation {
    width: 100%;
    overflow-x: hidden;
    /*background: #409EFF;*/
}

.situation .row {
    padding: 5px 0;
}

.card {
    padding: 10px;
    width: 100%;
    /*height: 30vh;*/
    background: #ffffff;
    box-sizing: border-box;
    margin: 0 0 20px;
}

.card-title {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-content {
    display: flex;
    padding: 10px;
}

.card-left {
    text-align: center;
    margin-right: 40px;
}

.card-main img {
    width: 60px;
    height: 60px;
    margin: 5px;
}

.card-name {
    font-size: 14px;
    font-weight: 800;
}

.card-details {
    /*padding: 10px 0;*/
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.num-text {
    font-size: 18px;
    font-weight: 800;
}

.unit {
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
}

.charge-battery {
    width: 100%;
    height: 100%;
}

.org-date-picker {
    width: 400px !important;
}

.org-select {
    width: 200px;
    display: inline-block;
}

.detail-table {
    background-color: white;
    border-radius: 5px;
    margin: 10px 15px;
    padding: 15px 10px;
}

.member-nickname {
    width: 200px;
}

.tips {
    color: red;
    margin-top: 5px;
}

.form-title {
    width: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.from-detail {
    width: 500px;
    height: 200px;
    margin: 20px auto;
    background: #fafafa;
    padding: 20px;
    font-size: 14px;
}

.from-detail .row {
    margin-bottom: 10px;
}

.all-desc {
    justify-content: center;
}

.tail-alignment {
    line-height: 35px;
}

.data-num {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    /*margin: 0 0 5px 0px;*/
}

.data-num .unit {
    font-size: 12px;
    color: #333333;
    font-weight: 400;
}

.top-column-value {
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    padding: 10px 0px;
    margin-left: 10px;
    font-size: 18px;
}

.data-monitor-img-medium {
    width: 28px;
    height: 28px;
}

.data-monitor-img-small {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.default {
    color: #aaaaaa;
    font-size: 13px;
    margin-left: 10px;
}

.grow {
    color: #d9001b;
    font-size: 13px;
    margin-left: 10px;
}

.fall {
    color: #70b603;
    font-size: 13px;
    margin-left: 10px;
}

.content-main {
    width: 100%;
    height: 30vh;
}

.page-index {
    margin: 15px 0;
    overflow-x: hidden;
}

.table-title-top {
    padding: 10px 0px;
    font-size: 14px;
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 12px;
    }
}

@media screen and (min-width: 1366px) {
    html {
        font-size: 13px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 18px;
    }
}

@media screen and (min-width: 4096px) {
    html {
        font-size: 35px;
    }
}

.el-range-editor--small.el-input__inner{
    height: 34px;
}