[v-cloak] {
    display: none;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    padding-left: 10px;
    padding-right: 10px;
}
.layui-layer-setwin .layui-layer-close2 {
    right: -10px !important;
    background: transparent !important;
}

.bi {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layui-layer-setwin .layui-layer-close2 {
    border: none !important;
}

.layui-layer-setwin .layui-layer-close2:hover {
    background: transparent !important;
}

.el-card {
    cursor: pointer;
    -webkit-transition: 0s;
    transition: 0s;
}

.w-100_h-100 {
    width: 100%;
    height: 100%;
}

/*.el-card__header {*/
/*    padding: 5px 20px;*/
/*}*/

.el-checkbox__label {
    font-size: 14px;
}

.display-flex {
    display: flex;
}

.site-notice {
    position: relative;
}

.text-small {
    font-size: 12px;
}

.text-bolder {
    font-weight: bolder;
}

.layui-table-cell button {
    margin-right: 5px;
}

.site-notice .dot-red {
    color: #e32a1d !important;
    position: absolute;
    right: 0;
    top: 9px;
    font-size: 22px;
    line-height: 10px;
}

.input-new-tag {
    max-width: 100px;
}

.el-tag {
    margin-right: 3px;
}

.search-ibox .search-actions .btn:first-child {
    margin-right: 10px;
}

.badge-outline {
    border: 1px solid transparent;
}

.badge-primary.badge-outline {
    color: #3e8ef7;
    background-color: transparent;
    border-color: #3e8ef7;
    font-size: 12px;
    border-radius: 3px;
    padding: 2px;
}

body.mini-navbar li .nav-second-level a span {
    display: inline-block !important;
}

.setting-content .ibox-content {
    padding: 20px 30px;
    min-height: 300px !important;
}

.setting-content .ibox-content
.ibox-content {
    min-height: auto !important;
    padding: 10px 20px;
}

.setting-content .ibox-content
.ibox-content
.form-group {
    margin-bottom: 0;
}

.setting-content .ibox .ibox {
    border-radius: 5px;
    border: 1px solid #eee;
}

.tox-tinymce {
    border: 1px solid #e4e7ed;
}

.footer {
    bottom: 0px;
    right: 20px;
    opacity: 0.2;
    padding: 0px;
}

.text-center {
    text-align: center;
}

.el-radio {
    margin-right: 10px;
}

.panel-title img {
    width: 28px;
    height: 28px;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-20 {
    margin-left: 20px;
}

m-l-30 {
    margin-left: 30px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-0 {
    margin-right: 0 !important;;
}


.font-size-30 {
    font-size: 30px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

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

.font-size-18 {
    font-size: 18px !important;
}

.font-size-23 {
    font-size: 23px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}


.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-xs-flex {
    flex: 1;
}

.counter-number-small {
    font-size: 14px;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.el-table td,
.el-table th {
    padding: 8px 0;
}

.el-table__header tr {
    background-color: #f5f7f9;
    font-size: 13px;
    color: #657180;
}

.el-table th {
    background-color: transparent !important;
}

.loginscreen.middle-box {
    padding-top: 150px;
}

/*.loginscreen h3 {*/
/*color: #2962ff;*/
/*}*/

.loginscreen .btn-primary {
    color: #ffffff;
    background-color: #2962ff;
    border-color: #2962ff;
    height: 40px;
    border-radius: 15px;
}

.form_wrap {
    padding: 35px 35px 50px 35px;
    top: 40px;
    position: relative;
    left: 0px;
    background-color: rgb(255 255 255 / 91%);
    backdrop-filter: blur(14px);
}


#imgcheckcode {
    height: 34px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #eee;
}

.loginscreen .login-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('/assets/images/login-bg.png');
    background-size: cover;
}

.el-upload-dragger .fa-cloud-upload {
    font-size: 67px;
    color: #c0c4cc;
    margin: 40px 0 16px;
    line-height: 50px;
}

.upload-mini {

}

.upload-mini .el-upload-dragger {
    height: 90px;
    width: 260px;
}

.upload-mini .el-icon-upload {
    font-size: 50px;
    color: #C0C4CC;
    margin: 5px 0 16px;
    line-height: 40px;
}

.upload-mini {

}

.upload-mini .el-upload-dragger {
    height: 90px;
    width: 260px;
}

.upload-mini .el-icon-upload {
    font-size: 50px;
    color: #C0C4CC;
    margin: 5px 0 16px;
    line-height: 40px;
}

.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;
}

.widget.white-bg span {
    margin-top: 7px !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, .treeview-search .bi-search {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #ccc;
}

.widget-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 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-radiu: 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: 0.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: 0.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;
    }

    .gui-header,
    .navbar-static-side {
        display: block !important;
    }

    .gui-header-top {
        display: none !important;
    }
}

.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: 100px;
    height: 100px;
}

.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, 0.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 0px 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-panel-min {
    justify-content: center;
    flex-direction: column;
    display: flex;
    line-height: 32px;
}

.dash-panel-min .dash-basis {
    color: #2b333f;
}

.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;
}

.dash-v-33 {
    height: 33.33% !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;
}

.f-size-10 {
    font-size: 10px;
}

.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;
}

.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 {
    color: #37474f;
}

.topbar-home-link {
    padding-left: 3px;
}

.topbar-btn {
    font-size: 16px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
}

.form-group-panel {
    padding-left: 3%
}

.ibox-content.disabled .marker {
    background: rgba(126, 126, 127, 0.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%;
}

.modules li {
    width: 25%;
    float: left;
}


.timeshare-lump {
    margin: 0px 0px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.timeshare {
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
}

.icon-brush {
    border-radius: 2px;
    width: 30px;
    margin: 5px;
    cursor: pointer;
    color: #eee;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.color-brush {
    height: 20px;

}

.color-brush4 {
    height: 20px;
}

.color-brush-cur {
    height: 30px;
    margin: 0px 5px;
    line-height: 30px;
}

.color-brush-cur4 {
    height: 30px;
    margin: 0px 5px;
    line-height: 30px;
}

.timeshare-list {
    border-radius: 5px;
    overflow: hidden;
    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%;
    margin: auto;
    overflow: hidden;
}

.org-login-scope {
    width: 100%;
    padding: 12px 0;
}

.org-login-title {
    width: 100%;
    padding: 10px 0 15px;
    text-align: center;
    font-size: 16px;
    color: #57595a;
}

.multi-orgs {
}

.org-list {
    width: 100%;
    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: 100%;
    padding:10px;
    text-align: left;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #eee;
    .org-item-bi{
        position: absolute;
        right: 20px;
        top:32px;
        font-size:20px;
        color: #777;
        }
}

.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: 0.5;
    border-radius: 8px;
}


.org-item-name {
    position: absolute;
    left:80px;
    top:0;
    bottom:0;
    right: 0;
    padding: 25px 0;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.panel-pos {
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 10px;
    cursor: pointer;
}

.panel-pos.active {
    border: 1px solid #a55ee7;
}

.theme {
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 10px;
    cursor: pointer;
}

.theme.active {
    border: 1px solid #a55ee7;
}

.theme-app {
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 10px;
    cursor: pointer;
}

.theme-app.active {
    border: 1px solid #a55ee7;
}

.theme-app-blue {
    background: #43b3ef;
}

.theme-app-dkblue {
    background: #12659c;
}

.theme-app-green {
    background: #00bfa5;
}

.theme-app-ltgreen {
    background: #8dc27e;
}

.theme-app-orange {
    background: #fe9601;
}

.theme-app-yellow {
    background: #febc06;
}

.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 .col-xs-3 {*/
/*    width: 20%;*/
/*}*/
.small-box {
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0;
}

.small-box h3 {
    font-size: 30px !important;
    font-weight: normal !important;
}

.small-box .small-box-i-count {
    padding: 1px 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 2px;
}

.small-box .small-box-i-count span {
    font-size: 16px;
    font-weight: 600;
    padding-right: 5px;
}

.ibox-content .small-box-count {
    color: #333;
}

.small-box-i-count.count-total {
    color: #fff;
    background: #ff9b2a;
}

.small-box-i-count.count-operate {
}

.small-box-i-count.count-debug {
    color: #7a4912;
    background: #e1ebf2;
}

.small-box-i-count.count-build {
    color: #ff2a2a;
    background: rgb(252, 233, 233);
}

.small-box > .inner {
    padding: 5px 5px;
    text-align: center;
}

.small-box p {
    margin-bottom: 3px;
}

.small-box .inner-right {
    padding-top: 25px;
    text-align: center;
    font-size: 12px;
    border-left: 1px dashed #fff6f63d;
}

.small-box .inner-right.inner-right1 {
    padding-top: 0px;
    text-align: center;
    font-size: 12px;
    border-left: 1px dashed #eee;
}

.small-box .inner-right.inner-right1 .col-xs-3 {
    margin: 10px 0;
}

.small-box-tip {
    font-size: 12px;
    color: #333;
}

.small-box-tip-item {
    margin-top: 10px;
}

.monitor-row .col-xs-3 {
    padding-left: 1px;
    padding-right: 1px;
}

.monitor-statis {
    display: flex;
}

.monitor-statis-item {
    flex: 1;
}

.small-box h3 {
    font-size: 24px;
    display: inline-block;
}

.module-state {
    position: absolute;
    right: 10px;
    top: 7px;
}

.module-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: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.nav-tabs > li > a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #048FFF;
    transition: width 0.5s ease;
}

.nav-tabs > li.active > a::after,
.nav-tabs > li.active > a:hover::after,
.nav-tabs > li.active > a:focus::after {
    width: 100%;
}

.nav-top-name {
    line-height: 70px;
    font-size: 16px;
    font-weight: 500;
    color: blue !important;
    background: transparent;
    max-width: 120px;
    overflow: hidden;
    height: 70px;
}

.nav-top-mini-logo {
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    margin-right: 5px !important;
}

.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;
}

.date.datepicker i.input-group-addon {
    margin-top: 18px;
    display: none;
}

.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 rgba(238, 238, 238, 0.44);
}

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;
}

.notice-list-title {
    font-size: 16px;
    margin: 5px 0;
    display: inline-block;
}

.notice-title {
    width: 100%;
    color: #4a4a4a;
    font-size: 26px;
    text-align: center;
}

.notice-time {
    width: 100%;
    color: #9b9b9b;
    font-size: 14px;
    margin-top: 10px;
}

.notice-content {
    border-top: 1px solid #fefefe;
    padding: 10px 30px;
    overflow-y: auto;
}

@keyframes bellShake {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.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;
}

.dl-title.alert.alert-default span:nth-of-type(n+2) {
    font-size: 15px;
    font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight: 400;
    font-style: normal;
}

#totalIncome {
    color: #B20303;
}

#totalExpend {
    color: #03B247;
}

.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: 150px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 6px 12px;
    overflow: auto;
}

.tag-container-item {
    padding: 3px 10px;
    background-color: #ecf5ff;
    display: inline-block;
    color: #409eff;
    margin: 3px;
    border: 1px solid #d9ecff;
}

.tag-container-tip {
    margin-right: 10px;
}

.tag-edit {
    position: absolute;
    right: 15px;
    top: 5px;
}

.alert-default {
    background: #f5f7f9;
    color: #333;
    border: none;
    border-radius: 0px;
}

.agreement-title {
    font-size: 16px;
    font-weight: 600;
}

.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;
    display: inline-block;
    /* position: absolute;
    z-index: 222222;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; */
    background: rgba(0, 0, 0, 0.1);
}

.avatar-uploader-big—icon {
    width: 300px;
}

.avatar-uploader-bg—icon {
    width: 100px;
    height: 100px;
}

.avatar {
    width: 100px;
    height: 100px;
    display: block;
    /* position: absolute; */
}

.img-qrcode {
    width: 160px;
    height: 175px;
    margin: 0 auto;
}

.device-img-qrcode {
    width: 159px;
    /*height: 175px;*/
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.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;
}

.monitor-row {
    margin: 5px 0;
}

.monitor-row .col-xs-6 {
    padding: 0 0px;
}

.monitor-row .col-xs-2 {
    padding: 0 5px;
}

.monitor-row .panel {
    background: #fff;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 0 .125rem .5rem 0 rgba(0, 0, 0, .06);
}

.monitor-row .panel-body {
    padding: 0 0px;
}

.monitor-row .panel-heading {
    font-size: 16px;
    color: #333;
    font-weight: 100;
}

.dot-black {
    color: #000;
}

.dot-green {
    color: #17993c;
}

.dot-blue {
    color: #1f97e1;
}

.dot-gray {
    color: #a8a8a8;
}

.dot-yellow {
    color: #e68023;
}

.dot-red {
    color: #e32a1d;
}

.font-small {
    font-size: 12px;
}

.small-show {
    font-size: 12px;
    cursor: pointer;
    padding: 0 0 15px 0;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
}

.small-show .counter-number {
    display: block;
    font-size: 20px;
    color: #333;
}

.small-show i {
    margin-right: 5px;
    font-size: 12px;
}

.m-station,
.m-station a {
    color: #fff;
}

.m-station .col-xs-3,
.m-station .col-xs-2,
.m-station .col-xs-4,
.m-station .col-xs-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.m-station-panel {
    padding: 0;
}

.m-station-item {
    margin: 1px;
    background: #fff;

    overflow: hidden;
    border-radius: 5px;
    padding: 5px;
}

.m-station-item:hover {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}

.m-station .m-item-title {
    text-align: left;
    padding: 5px;
    margin: 0;
    color: #032e45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

.m-station-item .panel-info {
    max-width: 250px;
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
}

.m-station-item .panel-info p {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.m-station-item .panel-info li {
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 33%;
}

.m-station-item .panel-info li .num {
    font-size: 16px;
    line-height: 1.2em;
}

.m-station-item .panel-info p {
    color: #666;
}

.orange-600 {
    color: #eb6709 !important;
}

.blue-600 {
    color: #3e8ef7 !important;
}

.green-600 {
    color: #11c26d !important;
}

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: 2px 5px;
    border-radius: 7px;
    height: 20px;
    margin-left: 5px;
}

.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: 0px;
    display: flex;
    flex-wrap: wrap;
}

.m-item-module {
    margin: 5px;
    padding: 3px;
    border-radius: 5px;
    overflow: hidden;
    flex: 1;
    background: rgba(0, 9, 91, 0.02);
    color: #333;
}

.m-item-module
.bi-chevron-down {
    color: #333;
}

.m-station .col-md-12 .m-item-module {
    flex: none;
    min-width: 135px;

}

/*.m-item-module.normal {*/
/*    background: #17993c;*/
/*}*/

/*.m-item-module.normal .m-item-i-title span {*/
/*    color: #17993c;*/
/*}*/

/*.m-item-module.protect {*/
/*    background: #17993c;*/
/*}*/

/*.m-item-module.protect .m-item-i-title span {*/
/*    color: #17993c;*/
/*}*/

/*.m-item-module.charging {*/
/*    background: #1f97e1;*/
/*}*/

/*.m-item-module.charging .m-item-i-title span {*/
/*    color: #1f97e1;*/
/*}*/
.inner-device-item.runing .badge-primary-icon {
    background: rgba(31, 151, 225, 0.15);
    color: #1f97e1;
}

/*鏁呴殰*/

.m-item-module.trouble {
    background: #e32a1d;
}

.m-item-module.trouble .m-item-i-title span {
    color: #e32a1d;
}

.m-item-module.outage {
    background: #e68023;
}

.m-item-module.outage .m-item-i-title span {
    color: #e68023;
}

.m-item-module.offline {
    background: #a8a8a8;
}

.m-item-module.offline .m-item-i-title span {
    color: #a8a8a8;
}

.m-item-module.other {
    background: rgba(86, 218, 253, 0.8);
}

.m-item-i-title {
    height: 30px;
    text-align: left;
    padding: 0px 5px 0;
    overflow: hidden;
    line-height: 30px;
    font-size: 12px;
}

.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-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: 8px 2px 0;
    margin: 5px;
}

.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-value {
    color: #000;
    font-size: 14px;
}

.m-item-i-unit {
    font-size: 12px;
    color: #333;
    margin-left: 5px;
}

.m-item-i-status {
    background: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #111;
    font-weight: 600;
}

.m-item-i-status-normal {
    color: #08c3a3;
    background: rgba(8, 195, 163, 0.06);
}

.m-item-i-status-offline {
    background: rgba(119, 118, 118, 0.05);
}

.m-item-i-status-runing {
    color: #42baf9;
    background: rgba(66, 186, 249, 0.05);

}

.status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

.m-item-i-status-normal .status-dot {
    background: #08c3a3;
}

.m-item-i-status-offline .status-dot {
    background: #777676;
}

.m-item-i-status-runing .status-dot {
    background: #42baf9;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
}

.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;
}

@media (max-width: 640px) {
    #stationList .page-aside .page-aside-inner {
        /* background-color: #fff; */
    }
}

@media (max-width: 1000px) {
    #stationList .page-aside .page-aside-inner {
        display: block;
    }
}

@media (max-width: 1000px) {
    .page-aside {
        /*width: 220px;*/
    }
}

.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: 0.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: 0.1;
    background: #fff;
}

.container-fluid {
    max-width: 100%;
}

.container-fluid.col-md-4,
.container-fluid.col-md-3,
.container-fluid.col-md-2,
.container-fluid.col-md-6,
.container-fluid.col-md-8,
.container-fluid.col-md-10,
.container-fluid.col-sm-6,
.container-fluid.col-xs-12 {
    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;
}

.monitorTimeCharging .moduleState {
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}

.monitorTimeCharging .empty .moduleState {
    background: #17993c;
}

.monitorTimeCharging .runing .moduleState {
    background: #1f97e1;
}

.monitorTimeCharging .ready .moduleState {
    background: #e6a23c;
}

.monitorTimeCharging .standby .moduleState {
    background: #e68023;
}

.monitorTimeCharging .offline .moduleState {
    background: #a8a8a8;
}

.monitorTimeCharging .nomarl .moduleState {
    background: #17993c;
}

.export-panel {
    margin-bottom: 20px;
}

.export-title {
    padding: 10px 20px;
}

.export-content {
    border: 1px solid #e7eaec !important;
    padding: 0;
    background-color: #f3f3f4;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.export-content .btn-link {
    cursor: pointer;
}

.step-container {
    position: relative;
    padding: 30px 10px 10px 10px;
    margin: 15px 10px 15px 10px;
    border-top: 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;
}

.step-container-children {
    position: relative;
    padding: 5px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
    border-bottom: 1px dashed #eee;
}

.step-container-children .step-title {
    position: absolute;
    top: -15px;
    left: 6px;
    background-color: #fff;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}

.step-container .el-card {
    cursor: pointer;
}

.step-container .el-card__header {
    padding: 10px 20px;
}

.p-showuserauth {
    width: 780px;
    padding-left: 60px;
}

.p-showuserauth span {
    display: inline-block;
}

.p-showuserauth span:nth-child(1) {
    width: 12%;
}

.p-showuserauth span:nth-child(2) {
    width: 35%;
}

.p-showuserauth span:nth-child(3) {
    width: 10%;
}

.p-showuserauth span:nth-child(4) {
    width: 27%;
}

.p-showuserauth span:nth-child(5) {
    width: 10%;
}

.campaign-title {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.campaign-rule-item {
    border-style: solid;
    border-width: medium;
    color: #ffffff;
    border-radius: 7px;
    margin: 5px 50px 5px 0px;
}

.campaign-rule-deduction-card {

    border-color: #2ebfb2;
    background-color: #2ebfb2;
}

.campaign-rule-stored-value-card {
    border-color: #4cbee4;
    background-color: #4cbee4;
}

.campaign-rule-coupon {
    border-color: #da8f96;
    background-color: #da8f96;
}

.campaign-rule-growth {
    border-color: #00bfa5;
    background-color: #00bfa5;
}

.campaign-rule-point {
    border-color: #0e9aef;
    background-color: #0e9aef;
}

.campaign-rule-member-tag {
    border-color: #e6a23c;
    background-color: #e6a23c;
}

.campaign-rule-member-vip-level {
    border-color: #684406;
    background-color: #684406;

}


.memtion-remark {
    /**鎻愮ず鏂囧瓧**/
    width: 200px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    padding-left: 31px;
    font-size: 8px;
    height: 54px;
}


.upload-image {
    /**涓婁紶鍥剧墖**/
    margin-top: 87px;
    margin-left: 13.6px;
    width: 204.3px;
    height: 88px;
    background-size: 100% 100%;
    position: relative;
}

.memtion-title {
    /**鍥剧墖涓婃彁绀虹殑鏍囬**/
    color: white;
    width: 204.6px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 9px;
    text-align: right;
}

.advert-uploader .avatar-uploader-icon,
.advert-uploader .avatar {
    width: 200px;
    height: 120px;
    line-height: 120px;
}

.advert-uploader .el-upload {
    border: 1px dashed #d9d9d9;
}

.mulit-uploads .el-upload-list--picture-card .el-upload-list__item,
.mulit-uploads .el-upload--picture-card {
    width: 200px;
    height: 120px;
    line-height: 120px;
}


#color_brush_custom .color-brush,
#color_brush_custom .color-brush-cur {
    width: 80px;
}

.monitor-charge-row {
    /*background: #fff;*/
    /*border-radius: 5px;*/
    /*-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);*/
    /*box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);*/
    /*border: 1px solid #eee;*/
}

div.el-tabs__header {
    margin: 0px;
    background-color: white;
}

#navTabs {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#navTabs .el-tab-pane {
    height: 100%;
}

#navTabs .el-tabs__content {
    flex: 1;
}

#navTabs .el-tabs__header.is-top {
    margin: 0;
}

.prestore-money-card {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    padding: 0 30px;
    display: flex;
    flex: 1;
    margin: 10px 20px;
    flex-direction: column;
}

.prestore-card-title {
    padding-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.prestore-card-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image-content-middle {
    display: flex;
    align-items: center;
}

.prestore-card-middle .money {
    font-size: 24px;
    font-weight: bold;
    color: rgba(0, 145, 255, 1);
}

.prestore-card-remark {
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
}

.dl-title {
    font-size: 16px;
    /*font-weight: 200;*/
    padding: 0px 16px;
    margin-bottom: 0px;
    color: #333333;
    position: relative;
    height: 40px;
    line-height: 40px;
}

.dl-title.alert {
    margin: 0;
}

.top-column-view {
    display: flex;
    justify-content: space-around;
    padding: 20px 0px;
    align-items: stretch;
}

.top-column-card {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 1px 0px rgb(250 246 246);
    border-radius: 1px;
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    margin: 0px 10px;
    border-radius: 5px;
}

.top-column-value {
    font-weight: bold;
    color: #ed5565;
    padding: 10px 0px;
    margin-left: 10px;
    font-size: 18px;
}

.top-column-key {
    padding: 10px 0px;
    margin-left: 10px;
}

.advertising {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.advertising img {
    height: 60%;
}

.advertising-text {
    background: rgba(216, 216, 216, 0.2);
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    margin-top: 20px;
}

.popup-top {
    background: #f7faff;
    background-image: url(/assets/images/cardbox-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    justify-content: space-around;
    flex-direction: column;
    padding: 0px 0px 2px 0px;
    box-shadow: 0 1px 4px 0 hsla(0, 0%, 80%, .5);
}

.popup-icon {
    width: 36px;
    height: 36px;
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    background: #cfe0e947;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 11px;
    color: #1083ff;
}

.popup-icon i {
    font-size: 24px !important;
}

.popup-top .dash-white {
    color: #000;
}

.ibox-title {
    border-width: 0px 0px 0;
    position: relative;
    padding-left: 25px;
}

/*.ibox-title::before{*/
/*    content: " ";*/
/*    position: absolute;*/
/*    left: 15px;*/
/*    height: 16px;*/
/*    width: 3px;*/
/*    top: 16px;*/
/*    background: #048FFF;*/
/*    border-radius: 10px;*/
/*}*/

.popup-top-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    margin: 10px 0px 10px 10px;
    padding: 0px 0px 5px 0px;
}

.popup-top-detail {
    display: flex;
    align-items: center;
    margin: 10px 20px;
}

.popup-top-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
    margin-left: 5px;
    padding-top: 5px;
}

.popup-top-title {
    font-size: 20px;
    color: #333;
    font-weight: 400;
}

.popup-top-content img {
    border: 0;
    width: 45px;
    height: 45px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 8px;
    border-radius: 5px;
}

.popup-tabs {
    padding-left: 20px;
}

.popup-tabs::after {
    clear: both;
}

.popup-tabs > li.active > a::after {
    display: block;
}

.popup-tabs > li > a i {
    margin-right: 5px;
}

.popup.popup-tabs li {
    background: none;
    border: none;
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
}

.popup.popup-tabs li .badge {
    font-size: 12px;
    display: none;
    padding: 0px 4px;
    font-weight: 300;
}

.popup-tabs > li > a::after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    display: none;
    left: 50%;
    margin-left: -15px;
    z-index: 9;
    bottom: 0px;
    background-color: #575656;
}

.popup-tabs > li > a {
    color: #696666;
    padding: 4px 10px;
    border-radius: 2px 2px 0 0;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-bottom: 0px solid transparent;
    border-top: 2px solid transparent;
    min-width: 80px;
    text-align: center;
    margin-right: 0px;
}

.popup-tabs > li.active > a {
    color: #00284d;
}

.popup-tabs > li.active {
    background: #f5f7f9;
    margin-bottom: -2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}


.popup-tabs > li > a:hover,
.popup-tabs > li > a:focus {
    color: #033a6a;
}

.popup-tabs > li.active > a:hover,
.popup-tabs > li.active > a:focus {
    color: #033a6a;
}

.popup-tabs > li > a:hover::after,
.popup-tabs > li > a:focus::after {
    display: block;
}

.popup-tabs > li {
    float: left;
    margin-bottom: -1px;
    position: relative;
}

.popup-column {
    margin-top: 105px;
}

.popup-column-85 {
    margin-top: 85px;
}

.popup-banner {
    margin-top: 80px;
}

.popup-column-detail {
    margin-top: 85px;
}

.analysis-map {
    /*padding-top: 60px;*/
    /* position: relative; */
}

.analysis-map #container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.analysis-map .map-legend {
    position: absolute;
    right: 3%;
    top: 3%;
    opacity: 1;
    z-index: 1000;
    width: 220px;
    border-radius: 12px;
    border: solid 1px #f2f6fa;
    background: #1e2938;
    padding: 10px 20px;
    box-shadow: 0 2px 6px rgb(63 158 255 / 12%);
}

.analysis-map .map-legend .el-input__inner {
    -webkit-appearance: none;
    background-color: #1e2938;
    color: #fff;
}

.marker-legend-item {
    padding: 5px 0;
}

.marker-legend-item span {
    padding-left: 5px;
    line-height: 18px;
    font-size: 12px;
    float: left;
}

.marker-legend-item .iconfont {
    float: left;
    width: 16px;
    height: 17px;
}

.marker-legend-item .el-radio-button--mini .el-radio-button__inner {
    padding: 3px 7px;
}

.realtime-card {
    position: absolute;
    right: 20px;
    top: 80px;
    opacity: 1;
    z-index: 1000;
    border-radius: 4px;
    border: solid 1px #c3d8ea;
    width: 250px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
}

.realtime-card > .header {
    margin-bottom: 20px;
}

.realtime-card > .header select {
    /* appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;  */
    background-color: #3478f7;
    border-radius: 2px !important;
    border: none !important;
    outline: none !important;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    width: 60px;
    height: 24px;
    float: left;
}

/* .realtime-card>.header select::after{
    content:" ";
    right:5px;
    height: 20px;
    width: 20px;
    top:50%;
    margin-top:-10px;
    background:url(/assets/images/ic_down.png) no-repeat;
    background-size: 20px 20px;
    z-index:2;
} */
.realtime-card > .header .search {
    width: 160px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #c3d8ea;
    float: right;
    position: relative;
}

.realtime-card > .header .search input {
    margin-left: 10px;
}

.realtime-card > .header .search button {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 0 10px;
    background-color: #3478f7;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.realtime-card > .header .search button:hover {
    background-color: rgba(52, 120, 247, 0.8);
}

.realtime-card > .content {
    margin-bottom: -16px;
}

.realtime-card .content-item {
    margin: 16px 0;
}

.realtime-card > .content img,
.realtime-card > .content label {
    float: left;
}

.realtime-card > .content img {
    width: 20px;
    height: 20px;
}

.realtime-card > .content label {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-left: 10px;
}

.realtime-card > .content .value {
    float: right;
    font-size: 14px;
    line-height: 20px;
}

div.amap-info-dia-top {
    position: relative;
    background: none repeat scroll 0 0 #fbfbfb;
    border-radius: 5px 5px 0 0;
}

div.amap-info-dia-top div {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
}

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;
}

.map-win-legend {
    font-size: 13px;
    color: #333;
}

div.amap-info-dia-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}

.amap-marker-content div {
    color: #fff !important;
}

.map-win-line {
    height: 1px;
    background: #eee;
}

.map-win-item {
    display: flex;
    justify-content: space-between;
}

.map-win-item .item-label {
    padding: 0;
    color: #657180;
    font-size: 12px;
    width: 60px;
}

.map-win-item .item-value {
    padding: 0;
    color: #333;
    font-size: 12px;
}

.map-win-item .item-value a {
    color: #0e9aef;
    border-bottom: 1px dashed #0e9aef;
}

.map-win-item .item-legend {
    display: inline-block;
    position: relative;
    padding-left: 10px;
}

.map-win-item .item-legend::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background: #a2b6c3;
}

.map-win-item .item-legend.free::before {
    background: #01c886;
}

.map-win-item .item-legend.runing::before {
    background: #0a86f0;
}

.map-win-item .item-legend.fault::before {
    background: #ff6a3e;
}

.color-label {
    font-size: 12px;
    margin: 3px;
    padding: 3px 10px;
    border-radius: 2px;
    color: #fff;
    background: #a2b6c3;
    display: inline-block;
}

.color-label.free {
    background: #01c886;
}

.color-label.runing {
    background: #0a86f0;
}

.color-label.fault {
    background: #ff6a3e;
}

div.map-info-content {
    padding: 10px;
    width: 100%;
    line-height: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 4px 4px 10px #ccc;
}

.amap-marker-container {
    position: relative;
    text-align: center;
    cursor: pointer;
    /* width: 30px; */
}

.amap-marker-container img {
    width: 30px;
    height: 35px;
}

/* .analysis-map .monitormap-position-icon i{
    font-size: 30px;
} */
.amap-marker-container .map-marker-count {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 10px;
    line-height: 30px;
}

.platform-card.card {
    padding: 40px;
    min-height: 200px;
}

.platform-card .desc {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: -10px 340px 30px 0;
}

.platform-card img {
    width: 160px;
    height: 140px;
    position: absolute;
    right: 40px;
    margin-top: -70px;
    top: 50%;
}

.platform .login {
    width: 100px;
    height: 28px;
    background-image: linear-gradient(0deg, #57c7ff 0%, #3478f7 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 80, 229, 0.15);
    border-radius: 4px;
    color: #fff;
}

.platform .list-card img {
    width: 80px;
    height: 80px;
    margin: 20px 0;
}

.platform .list-card .item-title {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.platform .list-card .item-intro {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    min-height: 140px;
}

.member-card {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.member-card .store-card {
    background: -webkit-linear-gradient(#ffffff, 95%, #ccd1ee);
    background: linear-gradient(#ffffff, 95%, #ccd1ee);
    border: 2px solid #6977fe;
}

.member-card .deduct-card {
    /*background-color: #00C5E5;*/
    background: -webkit-linear-gradient(#ffffff, 95%, #b8deda);
    background: linear-gradient(#ffffff, 95%, #b8deda);
    border: 2px solid #0ac8c9;
}

.member-card .exclusive-card {
    /*background-color: #22c622;*/
    background: -webkit-linear-gradient(#ffffff, 95%, #d3eed4);
    background: linear-gradient(#ffffff, 95%, #d3eed4);
    border: 2px solid #3ce26a;
}

.member-card .energy-card {
    /*background-color: #22c622;*/
    background: -webkit-linear-gradient(#ffffff, 95%, #dce8cf);
    background: linear-gradient(#ffffff, 95%, #dce8cf);
    border: 2px solid #6db40b;
}

.member-card-longtime-type {
    width: 30%;
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    padding: 10px 15px;
    border-radius: 5px;
}

.member-card-longtime-type::after {
    content: '长期有效';
    position: absolute;
    transform: rotate(45deg);
    right: -70px;
    top: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #7a662d;
    text-align: center;
    width: 200px;
    height: 30px;
    background: #e4d4ab;
}

.member-card-fix-type {
    width: 30%;
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    padding: 10px 15px;
    border-radius: 5px;
}

.member-card-fix-type::after {
    content: '定期有效';
    position: absolute;
    transform: rotate(45deg);
    right: -70px;
    top: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #7a662d;
    text-align: center;
    width: 200px;
    height: 30px;
    background: #e4d4ab;
}

.member-card-flex-type {
    width: 30%;
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    padding: 10px 15px;
    border-radius: 5px;
}

.member-card-flex-type::after {
    content: '累计有效';
    position: absolute;
    transform: rotate(45deg);
    right: -70px;
    top: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #7a662d;
    text-align: center;
    width: 200px;
    height: 30px;
    background: #e4d4ab;
}

.member-card-cycle-type {
    width: 30%;
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    padding: 10px 15px;
    border-radius: 5px;
}

.member-card-cycle-type::after {
    content: '周期有效';
    position: absolute;
    transform: rotate(45deg);
    right: -70px;
    top: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #7a662d;
    text-align: center;
    width: 200px;
    height: 30px;
    background: #e4d4ab;
}


/*.member-card-detail-partner-stored::after {*/
/*    content: '集团卡';*/
/*    position: absolute;*/
/*    transform: rotate(45deg);*/
/*    right: -50px;*/
/*    top: 40px;*/
/*    font-size: 16px;*/
/*    line-height: 30px;*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*    width: 200px;*/
/*    height: 30px;*/
/*    background: rgb(255, 114, 73);*/
/*}*/

.member-card-detail-longtime-type::after {
    content: '长期有效';
    position: absolute;
    transform: rotate(45deg);
    right: -50px;
    top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #7a662d;
    text-align: center;
    width: 200px;
    height: 30px;
    background: #e4d4ab;
}

.member-card-detail-fix-type::after {
    content: '定期有效';
    position: absolute;
    transform: rotate(45deg);
    right: -50px;
    top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #7a662d;
    text-align: center;
    width: 200px;
    height: 30px;
    background: #e4d4ab;
}

.member-card-detail-flex-type::after {
    content: '累计有效';
    position: absolute;
    transform: rotate(45deg);
    right: -50px;
    top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #7a662d;
    text-align: center;
    width: 200px;
    height: 30px;
    background: #e4d4ab;
}

.member-card-detail-cycle-type::after {
    content: '周期有效';
    position: absolute;
    transform: rotate(45deg);
    right: -50px;
    top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #7a662d;
    text-align: center;
    width: 200px;
    height: 30px;
    background: #e4d4ab;
}

.member-card-name {
    font-size: 14px;
    margin: 10px 0px;
    color: #343638;
    font-weight: bold;
}

.member-card-name span {
    background-color: white;
    color: #6d72ff;
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
}

.member-card-action {
    display: flex;
    justify-items: center;
}

.member-card-action .card-money {
    font-size: 24px;
    color: #303234;
    font-weight: bold;
}

.member-card-action .card-button-group {
    margin-top: 5px;
    margin-left: 35px;
}

.member-card-content {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin: 10px 0px;
    border-top: 1px #ffffff solid;

}

.member-card-content .card-content {
    color: #626466;
}

.member-card-content .card-detail {
    color: #626466;
}

.member-card-content .card-detail:hover {
    color: #274d5a;
}

.card-balance {
    color: #7e8287;
}

.dark-blue-button {
    height: 25px;
    width: 50px;
    background-color: #274d5a;
    color: #ffffff;
    border: 0;
    font-size: 12px;
    border-radius: 8px;
}

.card-name-span {
    color: #ffffff !important;
    background-color: #727aff !important;
}

.green-white-button {
    height: 25px;
    width: 50px;
    background-color: #11a265;
    color: #ffffff;
    border: 0;
    font-size: 12px;
    border-radius: 8px;
}

.green-white-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.green-white-button:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.light-store-button {
    height: 28px;
    width: 45px;
    background-color: #727aff;
    color: #ffffff;
    border: 0;
    font-size: 14px;
    border-radius: 4px;
}

.light-deduct-button {
    height: 28px;
    width: 45px;
    background-color: #07c8b9;
    border: 0;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
}

.light-exclusive-button {
    height: 28px;
    width: 45px;
    background-color: #6db40b;
    border: 0;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
}

.light-energy-button {
    height: 28px;
    width: 45px;
    background-color: #45CA8B;
    border: 0;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
}

.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);
}

.overview-title {
    display: flex;
    justify-content: space-between;
}

.overview-title .overview-data-picker {
    width: 200px;
    padding: 0 7px 0 7px;
    font-weight: normal;
}

.overview-button-action 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;
}

.overview-data-card #walletBalance {
    display: inline-block;
    max-width: 50%;
    overflow: hidden;
    color: #e68023;
}

.card-action {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 16px;
    z-index: 10;
}

.monitor-charge-top {
    position: relative;
}

.monitor-charge-top-action {
    position: absolute;
    right: 24px;
    top: 24px;
}

.growlevel-member-view {
    margin: 0 5px 3px 0;
    background-color: #f49a23;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
    border-radius: 12px;
    color: #b06e46;
}

.growlevel-add {
    height: 260px;
    padding: 5px;
    border-radius: 15px;
    overflow: hidden;
    margin: 15px 5px;
}

.growlevel-add-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
    background-color: white;
    border-radius: 5px;
}

.growlevel-add-header {
    height: 260px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ebeef5;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin: 15px 5px;
}

.growlevel-add-header-bg {
    position: relative;
    background-color: #15acdc;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    cursor: pointer;
}

.growlevel-actions {
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    border-radius: 0 0 6px 6px;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.growlevel-actions a {
    line-height: 20px;
    text-align: center;
    padding: 0px 20px;
}

.growlevel-add-header-content {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

/**
* 鐢熸晥涓�
*/
.growlevel-ineffect {
    font-weight: normal;
    line-height: 23px;
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    background-color: #ea4b4b;
    color: white;
    border: 1px #ea4b4b;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 2px 8px 0 rgba(255, 173, 92, 0.4);

}

/**
* 鏈惎鐢�
*/
.growlevel-notactivated {
    font-weight: normal;
    line-height: 23px;
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #c0c4cc;
    background: #676a6c;
    /* border-radius: 10px; */
    position: absolute;
    right: 0;
    top: 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 2px 8px 0 rgba(255, 173, 92, 0.4);
}

.growlevel-edit-add-header {
}

.growlevel-stop-add-header {
    color: #c93a3a;
}

.growlevel-enable-add-header {
    color: blue;
}

.growlevel-delete-add-header {
    color: crimson;
}

.growlevel-delete-add-header i {
}

.growlevel-image {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
}

.growlevel-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.growlevel-title {
    margin-left: 50px;
    height: 100%;
    line-height: 22px;
}

.growlevel-title div:first-child {
    font-weight: bold;
}

.growlevel-detail-content {
    overflow-y: auto;
    height: 130px;
}

.growlevel-detail {
    padding: 10px 8px;
    height: 155px;
    overflow: hidden;
    line-height: 25px;
    align-items: stretch;
    color: #333;
    justify-content: space-between;
}

.growlevel-detail div.col-xs-6:first-child {
    border-right: 1px solid #eee;
}

.growlevel-detail-line {
    margin-right: 5px;
    display: inline-block;
    background-color: #15acdc;
    width: 4px;
    height: 10px;
}

.growlevel-detail-privilege-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.growlevel-detail-rulecycle {
    padding: 0px 5px;
    line-height: 18px;
    height: 18px;
    font-size: 12px;
    color: #333;
    border: 1px solid orange;
    border-radius: 10px;
}

.growlevel-detail-ruledesc {
    flex-shrink: 1;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #ba8036;
}

.growlevel-detail-center-line {
    margin-left: 5px;
    display: inline-block;
    margin-right: 5px;
    width: 1px;
    height: 100%;
    background-color: darkgrey;
}

.growlevel-gift-content {
    /* margin-left: 10px;  */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.growlevel-gift-remark {
    flex-shrink: 1;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #ba8036;
}

.badge-primary-level {
    background: rgb(108, 108, 108);
    color: rgb(236, 223, 161);
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 3px;
}

.badge-dashed {
    font-size: 12px;
    padding: 3px 0px;
    border-bottom: 1px dashed #403d3d;
}

div#growlevelIndex div.ibox-content div.row:first-child {
    padding-bottom: 20px;
}

#growth {
    background-color: #f2f5f8;
    padding: 10px 15px;
    overflow-y: auto;
    height: 300px;
}

#growth span.rule-desc {
    display: block;
    line-height: 20px;
}

.min-growth,
.max-growth {
    width: 45%;
}

.color-red {
    color: red;
}

div.growlevel-agreement-remark {
    padding: 15px 0px;
}

div.growth-parent {
    overflow: hidden;
}

.p-l-10 {
    padding-left: 10px;
}

.charge-amount {
    width: 60px;
}

.text-underline {
    text-decoration-line: underline;
}

.f-w-bold {
    font-weight: bold;
}

.growlevel-gift-name {
    flex-shrink: 0;
}

.growlevel-detail-privilege-name {
    flex-shrink: 0;
}

.partner-list {
    padding: 0 20px;
}

.partner-content {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.partner-content.active {
    border: 1px solid rgba(0, 145, 255, 1);
    border-radius: 4px;
}

.partner-content:hover {
    border: 1px solid rgba(0, 145, 255, 1);
    border-radius: 4px;
}

.partner-name {
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.partner-name.active {
    color: rgba(0, 145, 255, 1);
    font-weight: bold;
    font-size: 16px;
}

.partner-content:hover .partner-name {
    color: rgba(0, 145, 255, 1);
    font-weight: bold;
    font-size: 16px;
}

.partner-org-name {
    background-color: rgba(0, 145, 255, 0.2);
    border-radius: 15px;
    padding: 0 20px;
    font-size: 12px;
    margin: 10px 0px;
    color: rgba(0, 145, 255, 1);
    line-height: 30px;
}

.box-card-copy {
    display: none;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 999;
    cursor: pointer;
}

.copy-box:hover .box-card-copy {
    display: block;
}

.suggest-reply {
    background: #f6f6f6;
    border-radius: 15px;
}

.operator-info {
    display: flex;
}

.sell-info {
    height: 329.4px;
}

.operator-info img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.operator-name {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
}

.operator-address {
    font-size: 16px;
    color: #7f7f7f;
}

.type-title {
    font-size: 13px;
    color: #7f7f7f;
}

.type-text {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}

.all-desc {
    justify-content: center;
}

.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;
}

.data-title {
    font-size: 18px;
    color: #333333;
    margin-right: 10px;
}

.grow {
    color: #d9001b;
    font-size: 13px;
    margin-left: 10px;
}

.fall {
    color: #70b603;
    font-size: 13px;
    margin-left: 10px;
}

.default {
    color: #aaaaaa;
    font-size: 13px;
    margin-left: 10px;
}

.survey-desc {
    height: 316.9px;
}

.charge-top {
    margin-bottom: 20px;
}

.location {
    position: relative;
}

.card {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 10px;
}

.tail-alignment {
    line-height: 35px;
}

.echart-content {
    height: 240px;
}

.content-main {
    height: 100%;
}

.data-monitor-img-medium {
    width: 28px;
    height: 28px;
}

.hide-text {
    visibility: hidden;
}

.data-monitor-img-small {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.sell-content {
    height: 83px;
    align-items: baseline;
}

.look-more-text {
    padding: 10px 0px 0 0;
    cursor: pointer;
    font-size: 14px;
    color: #409eff;
}

.chart-info {
    position: absolute;
    background: rgba(0, 0, 0, 0.454901960784314);
    top: 15px;
    right: 20px;
    border-radius: 8px;
    padding: 20px 10px;
    color: #ffffff;
    font-size: 13px;
}

.line-bottom {
    border-bottom: 1px solid rgb(215, 215, 215);
}

.org-select {
    width: 200px;
    display: inline-block;
}

.org-input {
    width: 200px;
    height: 31.99px;
    display: inline-block;
}

.org-date-picker {
    width: 400px !important;
}

.org-date-picker_small {
    width: 200px !important;
}


.summary-box span {
    font-weight: normal;
}

.summary-box div {
    color: #1d2129;
    font-size: 24px;
    margin-top: 8px;
    font-weight: bold;
}

.summary-box .summary-value {
    color: rgba(213, 44, 44, 0.89);
    font-size: 24px;
    margin-top: 5px;
}

.summary-box-title {
    font-size: 16px;
    color: #4e5969;
}

.summary-box-tip {
    font-size: 12px;
    color: #555;
}

.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;
}

.search-content {
    border-radius: 5px;
    padding: 15px 10px;
    background-color: white;
}

.search-content + .ibox {
    margin-top: 5px;
}

.summary-content {
    background-color: white;
    border-radius: 10px;
    padding: 10px 10px;
}

.summary-content h3 {
    color: #0a86f0;
}

.summary-row {
    border-radius: 4px 4px 4px 4px;
    background-size: 100%;
}

.summary-box {
    flex: 1;
    margin: 5px 5px;
    cursor: pointer;
    border-radius: 15px;
    position: relative;
    padding: 25px;
    background: #f7faff;
    background-image: url('/assets/images/cardbox-bg.png');
    background-repeat: no-repeat;
}

.title-line {
    height: 1px;
    padding: 0px 10px;
    background-color: #e0e0e0;
}

.detail-table, .detail-panel {
    background-color: white;
    border-radius: 5px;
    margin: 15px 10px;
    padding: 15px 15px;

}


.display-flex {
    display: flex;
}

.detail-table h3 {
    color: #0a86f0;
}

.gui-timeline {
    display: flex;
    height: 70px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
    padding: 0 50px;
}

.gui-timeline-item {
    position: relative;
    /*margin-left:50px;*/
}

.gui-timeline-node {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.gui-timeline-node .bi {
    display: inline-block;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-rendering: optimizelegibility;
    text-transform: none;
    vertical-align: -.125em;
    font-size: 24px;
}

.gui-timeline-node-icon {

    color: #0e9aee;
}

.gui-timeline-item-content {
    width: 128px;
    text-align: center;
    position: absolute;
    left: -52px;
    margin-top: 12px;
}

.gui-timeline-item-text {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0px;
    color: rgb(54, 54, 70);
}

.gui-timeline-item-time {
    font-size: 12px;
    color: rgb(54, 54, 70);
    letter-spacing: 0px;
    line-height: 1;
    margin-top: 8px;
}

.gui-timeline-item-tail {
    flex: 1 1 0%;
    background-color: #0e9aee;
    height: 2px;
    margin-top: 10px;
}

.member-nickname {
    width: 200px;
}

.statistical-flex {
    display: flex;
    align-content: space-around;
}

.statistical-search-tip {
    margin-top: 5px;
    flex-shrink: 0;
    align-self: flex-start;
}

.statistical-search-condition {
    margin-left: 5px;
    flex-wrap: wrap;
}

.logs-search {
    opacity: 0.98;
    position: absolute;
    display: block;
    overflow: auto;
    z-index: 10;
    left: 0px;
    right: 0;
    bottom: 25px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px inset;
    opacity: 0.98;
    margin: 0px;
}

.logs-search .search-content {
    padding: 10px;
    overflow: auto;
    border: 1px solid #eee;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.logs-search .form-section {
    padding: 0 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.logs-container {
    background: #000;
    font-size: 15px;
    padding: 10px 0px 120px 0px;
    color: #fff;
    overflow: auto;
    position: relative;
    font-family: Courier, Arial, Verdana, Sans-serif;
}

.content-time {
    color: #049aff;
}

.content-cmd {
    text-align: right;
    font-size: 14px;
}

.content-log {
    font-family: Courier, Arial, Verdana, Sans-serif;
}

.value-add-market {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.value-add-market div.content {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    width: 25%;
    height: 300px;
    padding: 10px 10px 0px 10px;
}

.value-add-market img.img {
    /*border-radius: 5px;*/
}

.value-add-market div.remark {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    height: 60px;
}

.value-add-market div.remark span.tip {
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.value-add-market button.btn {
    height: 30px;
    width: 100px;
}

.has-auth {
    border-radius: 5px;
    background-color: #f56c6c;
    border-color: #f56c6c;
    color: #fff;
    padding: 5px;
}

.not-auth {
    border-radius: 5px;
    background-color: #909399;
    border-color: #909399;
    color: #fff;
    padding: 5px;
}

.org-sign {
    border-radius: 5px;
    background-color: #00bfa5;
    border-color: #909399;
    color: #fff;
    padding: 5px;
}

.org-unsign {
    border-radius: 5px;
    background-color: #f56c6c;
    border-color: #909399;
    color: #fff;
    padding: 5px;
}

.ele-price-analysis div.content {
    background-color: #f6f6f6;
    height: 50px;
    /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); */
    /* border-bottom-left-radius: 1px; */
    /* border-bottom-right-radius: 1px; */
    border-radius: 5px;
}

.ele-price-analysis span.right-tips {
    float: right;
    display: block;
    /* border-radius: 5px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.ele-price-analysis div.center-content {
    position: absolute;
    margin-left: 5%;
    margin-right: 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.ele-price-analysis span.price {
    color: #ed5565;
    font-size: 24px;
    font-weight: bold;
}

.ele-price-analysis span.unit {
    font-size: 14px;
    font-weight: lighter;
}

.ele-price-analysis div.map {
    height: 400px;
}

.ele-price-analysis div.market-tip {
    background: rgba(0, 0, 0, 0.4);
    height: 300px;
    width: 300px;
    margin: 10px;
    overflow-y: scroll;
    position: absolute;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.ele-price-analysis div.market-tip div.top {
    background: #f8ac59;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* align-content: space-between; */
    padding: 5px;
    color: #fff;
}

.ele-price-analysis div.market-tip div.detail {
    /* margin-top: 10px; */
    height: 100%;
    flex: 5;
    background-color: #fff;
    overflow-y: auto;
}

.ele-price-analysis div.market-tip span.station {
    font-size: 16px;
}

.ele-price-analysis div.market-tip span.address {
    font-size: 12px;
}

.ele-price-analysis div.market-tip span.address {
    font-size: 12px;
}

.ele-price-analysis div.market-tip div.header {
    width: 100%;
    height: 10px;
    background-color: #f8ac59;
}

.ele-price-analysis div.price-table table th {
    background-color: #ededed;
}

.ele-price-analysis div.price-table table td,
th {
    height: 30px;
    text-align: center;
}

.ele-price-analysis div.market-tip div.stage {
    padding: 10px;
}

.ele-price-analysis div.market-tip div.stage-item {
    padding: 5px 0px;
}

.overview-content {
    padding: 0 10px;
}

.overview-content div.invoice {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.overview-content div.invoice div.left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.overview-content div.invoice div.right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.overview-content div.invoice div.right span.title {
    color: red;
}

.overview-content div.remark {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.month-bill-edit {
    height: 100%;
    width: 100%;
}

.month-bill-edit div.header {
    padding: 10px 20px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    width: 100%;
    background: rgba(39, 77, 99, 1);
    color: #fff;
    z-index: 100;
}

.month-bill-edit div.content {
    margin-top: 120px;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.month-bill-edit div.content::after {
    content: '';
    display: block;
    clear: both;
}

.month-bill-edit div.detail {
    display: flex;
    justify-content: space-between;
}

.month-bill-edit div.action span.content {
    float: right;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    width: 40px;
}

.month-bill-edit div.action span.content a {
    color: #fff;
}

.month-bill-edit div.content div.tabs {
    background: #ededed;
    height: 40px;
}

.month-bill-edit div.content div.tabs ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.month-bill-edit div.content div.tabs ul li {
    text-align: center;
    line-height: 40px;
    width: 100px;
    height: 100%;
    font-size: 16px;
}

.month-bill-edit div.content div.tab-content {
    padding: 10px 10px;
    height: auto;
}

.month-bill-edit div.content div.tabs ul li.active {
    background: #fff;
}

.month-bill-edit div.content div.tabs ul a.ajaxurl {
    color: #666;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
}

.month-bill-edit span.bill-state {
    border: 1px;
    border-radius: 5px;
    background: #e68023;
    padding: 2px 6px;
}

.month-bill-edit-content {
    padding-bottom: 50px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}

.station-summary {
    display: flex;
    flex-direction: column;
}

.station-summary div.export {
    width: 200px;
    display: flex;
    justify-content: space-around;
    align-self: flex-end;
}

.batch .el-checkbox.is-bordered + .el-checkbox.is-bordered {
    margin-left: 0;
}

.player-container {
    position: relative;
    width: auto;
    height: 450px;
    margin-top: -10px
}


.font-bold {
    font-weight: bold;
}

.map-zoom {
    background-color: white;
    border-radius: 3px;
    border-color: #ebeff3;
    width: 35px;
    height: 35px;
    margin-left: 165px
}

.operate-index-object {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0px;
    margin: 0px;
    opacity: 0;
    z-index: -1000;
    pointer-events: none;
}

.scroll-bar {
    height: 280px;
    border: 1px solid #eee;
    padding: 20px 20px;
    overflow: auto;
}

.bill-setting-table {
    margin: 1px 0px 20px 0px;
    padding: 8px 0px;
}

.product-management-annotate {
    line-height: 34px;
    color: orange;
}

.style-one {
    /*margin-left: 20%;*/
    margin-bottom: 36px;
    margin-top: -10px;
}

.style-two {
    /*margin-left: 20%;*/
    margin-bottom: 43px;
    margin-top: -10px;
}

.style-two p {
    margin-left: 215px;
    margin-top: 20px;
}

.style-one span img {
    width: 255px;
    height: 340px
}

.style-two span img {
    width: 284px;
    height: 284px
}

.bck-canvas {
    position: absolute;
    /*left: 880px;*/
    /*left: 660px;*/
    left: 550px;
    top: 0px;
    width: 665px;
    height: 590px;
    display: flex;
}

.bck-canvas div {
    width: 665px;
    background-color: rgba(248, 248, 248, 1);
}

.bck-img-one {
    width: 342px;
    height: 454px;
    /*left:1042px;*/
    /*left:822px;*/
    /*left:712px;*/
    left: 574px;
    top: 82px;
    position: absolute;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    border-width: 2px;
    border-style: solid;
    border-color: rgba(22, 155, 213, 1);
}

.bck-img-one div {
    width: 342px;
    height: 452px;
    position: absolute;
}

.bck-img-one div img {
    width: 338px;
    height: 450px;
}

.bck-img-two {
    width: 450px;
    height: 450px;
    /*left: 988px;*/
    /*left: 768px;*/
    /*left: 658px;*/
    left: 520px;
    top: 82px;
    position: absolute;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    border-width: 2px;
    border-style: solid;
    border-color: rgba(22, 155, 213, 1);
}

.bck-img-two div {
    width: 450px;
    height: 450px;
    position: absolute;
}

.bck-img-two div img {
    width: 447px;
    height: 447px;
}

.station_name {
    position: absolute;
    /*left: 1088px;*/
    /*left: 868px;*/
    /*left: 758px;*/
    left: 620px;
    top: 100px;
    width: 241px;
    height: 19px;
    display: flex;
    font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #2D2D2E;
}

.station_name div {
    width: 100%;
    text-align: center;
}

.module {
    position: absolute;
    /*left: 1183px;*/
    /*left: 963px;*/
    /*left: 853px;*/
    left: 715px;
    top: 138px;
    width: 241px;
    height: 22px;
    display: flex;
    font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 36px;
    color: #2D2D2E;
}

.qrcode {
    position: absolute;
    /*left: 1088px;*/
    /*left: 868px;*/
    /*left: 758px;*/
    left: 620px;
    top: 203px;
    width: 250px;
    height: 250px;
    display: flex;
    font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.qrcode div {
    position: absolute;
    padding: 2px 2px 2px 2px;
    align-self: center;
}

.qrcode div p {
    margin-top: 10px;
}

.qrcode div p span {
    margin-left: 90px;
}

.module_code {
    position: absolute;
    /*left: 1185px;*/
    /*left: 965px;*/
    /*left: 855px;*/
    left: 717px;
    top: 460px;
    width: 241px;
    height: 22px;
    display: flex;
    font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #2D2D2E;
}

.power {
    border-width: 0px;
    position: absolute;
    /*left: 1178px;*/
    /*left: 958px;*/
    /*left: 848px;*/
    left: 710px;
    top: 488px;
    width: 241px;
    height: 22px;
    display: flex;
    font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #2D2D2E;
}

.tips {
    display: inline-block;
}

.tips .el-icon-warning-outline {
    font-size: 22px;
    margin-top: 10px
}

.form-group .col-xs-9 .el-checkbox .el-input {
    width: 100px;
}

.guide {
    border-width: 0px;
    position: absolute;
    left: 705px;
    top: 25px;
    width: 273px;
    height: 60px;
    display: flex;
    font-family: 'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
    font-size: 17px;
    font-weight: bold;
}

#custom {
    margin-top: 20px;
}

#custom .control-label:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 101px;
    padding-right: 15px;
    float: left;
}

#prop {
    margin-bottom: 20px;
}

#prop el-radio-group {
    margin-bottom: 10px;
}

#prop el-radio-group el-radio:first-child {
    margin-bottom: 10px;
}

#prop p {
    margin-top: 6px;
}

#preview .control-label {
    position: relative !important;
    min-height: 1px !important;
    padding-left: 90px !important;
    padding-right: 15px !important;
    float: left !important;
}

#preview .col-xs-9:nth-child(3) {
    margin-left: 160px !important;
    margin-top: 10px !important;
}

#preview .col-xs-9:nth-child(4) {
    margin-bottom: 37px;
    margin-left: 160px;
    margin-top: 10px;
}

.reg-list-panel {

}

.reg-list-img {
    width: 150px;
    height: 120px;
    padding: 10px
}

.reg-list-content {
    margin-top: 40px;
}

.reg-list-content h5 {
    color: #a3acbb;
    margin-top: 20px
}

.reg-list-hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.reg-list-link {
    color: #297CDF
}

input[type='checkbox'].switch {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 40px;
    height: 20px;
    background: #ccc;
    border-radius: 10px;
    transition: border-color .3s, background-color .3s;
}

input[type='checkbox'].switch::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 2px #999;
    transition: .3s;
    top: 1px;
    position: absolute;
    left: 1px;
}

input[type='checkbox'].switch:checked {
    background: rgb(26, 179, 148);
}

input[type='checkbox'].switch:checked::after {
    content: '';
    position: absolute;
    left: 52%;
    top: 1px;
}

.confirm-width {
    width: 270px;
}

.btn-custom-cancel {
    float: right;
    margin-left: 10px;
}

.col-right-flex {
    display: inline-flex;
    width: 80%;
}

.license-front-img {
    width: 100%;
    height: 200px
}

.campaign-margin-top-three {
    margin-top: 3px
}

.campaign-margin-top-five {
    margin-top: 5px
}

.campaign-span {
    color: #06a7ea
}

.campaign-span-gray {
    color: #707375
}

.campaign-background-color {
    background-color: #FDEBCF
}

.list-style-disc {
    list-style: disc
}

.list-style-circle {
    list-style: circle
}

.table-thead {
    display: table;
    width: 100%;
}

.table-thead tr {
    background: #fbfbfb;
}

.table-thead tr th {
    border-bottom: none !important;
}

.table-tbody {
    display: table;
    width: 100%;
    border-top: 0;
}

.table-thead-scroll-bar {
    display: table;
    width: calc(100% - 20px)
}

.table-tbody-scroll-bar {
    height: 200px;
    overflow: auto;
    display: block;
    border-top: 0;
}

.table-resource {
    border: 1px solid rgba(0, 0, 0, 0.1);
}


.flow-overview {
    background-color: white;
    border-radius: 5px;
    margin: 10px 15px;
    padding: 15px 10px;
}


.search-content-group {
    border-radius: 5px;
    margin: 10px 15px;
    padding: 15px 10px;
    background-color: white;
}

.flow-overview .col-right-absolute {
    position: absolute;
    right: 0px;
}

.flow-overview h3 {
    color: #0a86f0;
}

.flow-overview-left {
    float: left;
    color: #0a86f0;
    padding-right: 10px;;
}

.flow-overview-title {
    border-left: 5px solid #0a86f0;
    margin-bottom: 10px;
}

.flow-overview .widget-b {
    border: 1px solid #dbe5ed;
}

.display-flex .data-card-title {
    display: flex;
    justify-content: space-between;
    height: 35px;
    align-items: center;
}

.display-flex .data-card-title-small {
    display: flex;
    justify-content: center;
    height: 35px;
    align-items: center;
}

.display-flex .border-left {
    border-left: inherit;
}

.account-summary-box {
    flex: 1;
    /*margin: 5px 5px;*/
}

.account-summary-box .account-number-large {
    display: flex;
    align-items: center;
    font-size: 30px;
    height: 45px;
    justify-content: center;
}

.account-summary-box .account-number-small {
    display: flex;
    align-items: center;
    font-size: 15px;
    height: 45px;
    justify-content: center;
}

.account-summary-box .account-number-twice {
    /*display: flex;*/
    text-align: center;
    font-size: 10px;
    height: 45px;
}

.account-number-mini {
    text-align: center;
    font-size: 15px;
    height: 45px;
}

.border-small {
    border-left: 1px solid #eeeeee;
}

.account-summary-box .account-count {
    font-weight: 600;
    font-size: 25px;
}

.question-icon-20 {
    font-size: 20px;
}

.switchStyle {
    margin-top: 9px
}

.switchStyle .el-switch__label {
    position: absolute;
    display: none;
    color: #fff;
}

.switchStyle .el-switch__label--left {
    z-index: 9;
    left: 20px;
}

.switchStyle .el-switch__label--right {
    z-index: 9;
    /*left: -14px;*/
}

.switchStyle .el-switch__label.is-active {
    display: block;
}

.switchStyle.el-switch .el-switch__core,
.el-switch .el-switch__label {
    width: 55px !important;
}

.custom-switch {
    width: 40px !important;
}

.switchStyle span {
    font-size: 12px;
}

.introduction {
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-32 {
    margin-top: 32px;
}


input[type='checkbox'].switch {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 40px;
    height: 20px;
    background: #ccc;
    border-radius: 10px;
    transition: border-color .3s, background-color .3s;
}

input[type='checkbox'].switch::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 2px #999;
    transition: .3s;
    top: 1px;
    position: absolute;
    left: 1px;
}

input[type='checkbox'].switch:checked {
    background: rgb(26, 179, 148);
}

input[type='checkbox'].switch:checked::after {
    content: '';
    position: absolute;
    left: 52%;
    top: 1px;
}

.w-30 {
    width: 30%;
}

.h-250 {
    height: 250px
}

.col-xs-1-8,
.col-sm-1-8,
.col-md-1-8,
.col-lg-1-8 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-8 {
    width: 12.5%;
    float: left;
}

.member-nickname-media {
    width: 150px;
}

.org-date-picker_media {
    width: 150px !important;
}

.table-thead {
    display: table;
    width: 100%;
}

.table-tbody {
    display: table;
    width: 100%;
    border-top: 0;
}

.table-thead-scroll-bar {
    display: table;
    width: calc(100% - 20px)
}

.table-tbody-scroll-bar {
    height: 200px;
    overflow: auto;
    display: block;
    border-top: 0;
}

.table-resource {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.select-i-flex {
    display: inline-flex;
}

.input-box-style {
    padding-left: 10px;
    padding-right: 10px;
    width: 20%;
    display: inline-block;
}

.label-rule {
    text-align: left;
    padding-left: 10px
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.table-tbody-scroll-bar-h300 {
    height: 300px;
    overflow: auto;
    display: block;
    border-top: 0;
}

.ml-top-button .el-radio-button__inner {
    width: 100px;
    height: 30px;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border-radius: 2px !important;
    background-color: rgba(0, 0, 0, 0);
    /*font-size: 14px;*/
    font-weight: 400;
    color: #606677;
    line-height: 14px;
    outline: none;
    box-shadow: none;
}

.ml-top-button .el-radio-button__inner {
    padding-top: 6px;
    padding-left: 15px;
    font-size: 14px;
}

.ml-top-button .el-radio-button__orig-radio:checked + .el-radio-button__inner {
    background: rgba(0, 0, 0, 0);
    /*border: 1px solid #3E7BFA !important;*/
    /*color: #3E7BFA;*/
    line-height: 14px;
    outline: none;
    box-shadow: none;
}

.ml-top-button {
    border: 2px solid rgb(224, 226, 231);
    border-radius: 3px;
    /*border-color: #ffffff;*/
    background: rgb(242, 243, 245);
    /*font-size: 16px;*/
    margin: 0 10px 10px 10px;
}

#prizeBtn .el-radio-button.is-active,
.el-button:active {
    background: rgb(64, 158, 255);
    border-color: rgb(64, 158, 255);
    color: #fff;
}

#prizeBtn .el-radio-button:focus,
.el-radio-button:hover {
    background: rgb(242, 243, 245);
    /*border-color: rgb(64, 158, 255);*/
    color: #fff;
}

.unitCol h5 {
    color: #00afed;
}

.p-l-0 {
    padding-left: 0px;
}

.p-r-10 {
    padding-right: 10px;
}

.prize {
    display: grid;
    grid-template:auto/repeat(4, 1fr);
}

.card-value-unit {
    padding-left: 10px;
    color: #00afed;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.tooltip-content > span {
    display: block
}

.light-gray-background {
    background-color: #f4f6fa;
    border-radius: 10px;
    margin-left: 3px;
}

.sort-list-img-item {
    display: inline-block;
    padding: 8px;
    height: 80px;
    width: 85px;
    background-color: #ffffff;
    position: relative;
    margin: 4px 4px;
    cursor: move;
    font-size: 13px;
    border-radius: 4px;
}

.sort-list-item {
    display: inline-block;
    padding: 8px;
    height: 45px;
    width: 105px;
    background-color: #ffffff;
    position: relative;
    margin: 4px 4px;
    cursor: move;
    font-size: 13px;
    border-radius: 4px
}

.m-l-70 {
    margin-left: 70px;
}

.message-preview {
    width: 300px;
    height: 650px;
    background-size: 100% 100%;
    position: relative;
}

.message-preview .image-sixteen-nine {
    margin-top: 252px;
    margin-left: 17px;
    width: 265px;
    height: 148px;
    background-size: 100% 100%;
    position: absolute;
    border-radius: 5px;
}

.message-preview .image-normal {
    margin-top: 192.5px;
    margin-left: 17.5px;
    width: 265px;
    height: 265px;
    background-size: 100% 100%;
    position: absolute;
    border-radius: 5px;

}

.message-preview .image-nine-sixteen {
    margin-top: 88px;
    margin-left: 17.5px;
    width: 265px;
    height: 474px;
    background-size: 100% 100%;
    position: absolute;
    border-radius: 5px;
}


.message-preview .message-mask {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    bottom: 0px;
    height: 150px;
    padding: 10px;
    color: white;
    font-size: 1px;
    border-radius: inherit;
    width: 100%;
}

.hidden-one-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.image-only-text .image-title {
    padding: 170px 30px 0 30px;
    text-align: center;
    margin-bottom: 2px;

}

.image-only-text .image-content-box {
    display: flex;
    padding: 10px 30px 0 30px;
    font-size: 10px
}

.image-only-text .image-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    line-height: 1.5;
    word-break: break-all;
}

.multistep {
    display: flex;
    height: 80px;
    border: 1px solid #b4bccc;
    margin-bottom: 20px;
}

.multistep-arrow {
    border: 1px solid #b4bccc;
    position: absolute;
    width: 100%;
    height: 80px;
    clip-path: polygon(0 0, 48% 0, 54% 50%, 48% 100%, 0 100%);
    background: #1cb394;
}

.multistep-first {
    display: flex;
    width: 50%;
    z-index: 2;
    padding-left: 60px;
    cursor: pointer
}

.multistep-first .multistep-first-num {
    line-height: 80px;
    font-size: 60px;
}

.multistep-first .multistep-first-title {
    /*display: flex;*/
    align-items: center;
}

.multistep-first .title-small {
    font-size: 15px;
    height: 45px;
}

.multistep-first .title-large {
    font-size: 20px;
    height: 30px;
    margin-top: 15px;
}

.textarea-tips {
    position: relative;
}

.textarea-tips .form-control {
    padding-bottom: 25px;
}

.textarea-tips::after {
    content: "500字以内";
    position: absolute;
    display: flex;
    justify-content: flex-end;
    color: red;
    text-align: center;
    top: calc(100% - 20px);
    left: calc(100% - 90px);
}

.serial-proof-img {
    height: 100px;
}

.card-close {
    position: absolute;
    right: 15px;
    line-height: 40px;
    text-align: center;
    width: 100px;
    height: 40px;
}

.card-close-text {
    position: absolute;
    right: 20px;
    font-size: 14px;
    color: #FAC086;
}

.card-close-label {
    border-top: 40px solid black;
    border-left: 30px solid white;
}

.statistical-card {
    padding: 5px 10px;
}

/*预收款*/
.statistical-card-item-green {
    position: relative;
    overflow: hidden;
    display: flex;
    z-index: 2;
    cursor: pointer;
    height: 130px;
    align-items: center;
}

.statistical-card-item-green::after {
    content: '预收款';
    position: absolute;
    transform: rotate(45deg);
    right: -70px;
    top: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    width: 200px;
    height: 30px;
    /*background: #f59a23;*/
    background-color: #11a265;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
}

.statistical-card-item-green .title {
    display: flex;
    color: #7f7f7f;
    font-size: 15px;
    z-index: 2;
    cursor: pointer;
    padding-left: 15px;
    margin-bottom: 2px;
}

.statistical-card-item-green .num {
    display: flex;
    color: #333333;
    font-size: 22px;
    z-index: 2;
    padding-left: 15px;
    cursor: pointer
}

/*选中预收款*/
.statistical-card-item-green-check {
    position: relative;
    overflow: hidden;
    display: flex;
    z-index: 2;
    cursor: pointer;
    height: 130px;
    align-items: center;
    background-color: #11a265;;
}

.statistical-card-item-green-check::after {
    content: '预收款';
    position: absolute;
    transform: rotate(45deg);
    right: -70px;
    top: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #11a265;
    text-align: center;
    width: 200px;
    height: 30px;
    background: #ffffff;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
}

.statistical-card-item-green-check .title {
    display: flex;
    color: #ffffff;
    font-size: 15px;
    z-index: 2;
    cursor: pointer;
    padding-left: 15px;
    margin-bottom: 2px;
}

.statistical-card-item-green-check .num {
    display: flex;
    color: #ffffff;
    font-size: 22px;
    z-index: 2;
    padding-left: 15px;
    cursor: pointer
}

/*预付款*/
.statistical-card-item-yellow {
    position: relative;
    overflow: hidden;
    display: flex;
    z-index: 2;
    cursor: pointer;
    height: 130px;
    align-items: center;
    background-color: #FFFFFF;;
}

.statistical-card-item-yellow::after {
    content: '预付款';
    position: absolute;
    transform: rotate(45deg);
    right: -70px;
    top: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    width: 200px;
    height: 30px;
    background: #f59a23;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
}

.statistical-card-item-yellow .title {
    display: flex;
    color: #7f7f7f;
    font-size: 15px;
    z-index: 2;
    cursor: pointer;
    padding-left: 15px;
    margin-bottom: 2px;
}

.statistical-card-item-yellow .num {
    display: flex;
    color: #333333;
    font-size: 22px;
    z-index: 2;
    padding-left: 15px;
    cursor: pointer
}

/*选中预付款*/
.statistical-card-item-yellow-check {
    position: relative;
    overflow: hidden;
    display: flex;
    z-index: 2;
    cursor: pointer;
    height: 130px;
    align-items: center;
    background-color: #11a265;;
}

.statistical-card-item-yellow-check::after {
    content: '预付款';
    position: absolute;
    transform: rotate(45deg);
    right: -70px;
    top: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #11a265;
    text-align: center;
    width: 200px;
    height: 30px;
    background: #ffffff;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
}

.statistical-card-item-yellow-check .title {
    display: flex;
    color: #ffffff;
    font-size: 15px;
    z-index: 2;
    cursor: pointer;
    padding-left: 15px;
    margin-bottom: 2px;
}

.statistical-card-item-yellow-check .num {
    display: flex;
    color: #ffffff;
    font-size: 22px;
    z-index: 2;
    padding-left: 15px;
    cursor: pointer
}

#partnerWalletMoney {
    position: relative;
    overflow: hidden;
}

#partnerWalletMoney::after {
    content: '预收款';
    position: absolute;
    transform: rotate(45deg);
    right: -80px;
    top: 3px;
    font-size: 5px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    width: 190px;
    height: 25px;
    background: #11a265;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
}


#myWalletMoney {
    position: relative;
    overflow: hidden;
}

#myWalletMoney::after {
    content: '预付款';
    position: absolute;
    transform: rotate(45deg);
    right: -80px;
    top: 3px;
    font-size: 5px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    width: 190px;
    height: 25px;
    background: #f59a23;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
}

.ielCascader .el-cascader-panel .el-radio {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 10px;
}

.ielCascader .el-cascader-panel .el-radio__input {
    visibility: hidden;
}

.form-section-label-active {
    top: -9px;
    font-size: 12px;
    color: rgb(41, 188, 250);
}

.insurance-card {
    border-radius: 15px;
    padding: 2px 5px;
    margin-left: 20px;
    width: 70px;
    margin-bottom: 3px;
    font-size: 6px;
    color: white;
    text-align: center;
}

.insurance-min-card {
    display: inline-block;
    margin: 5px 0px;
    border-radius: 5px;
    padding: 5px;
}

.insurance-min-card img {
    height: 12px !important;
    width: auto !important;
    margin-bottom: 2px;
}

.popup-top-title .insurance-card {
    display: inline-block;
}

.popup-top-tip {
    padding: 1px 20px;
    color: #111;
}

.popup-top-title-item {
    position: relative;
    font-size: 12px;
    min-width: 55px;
    display: inline-block;
}

.popup-top-title-item-tip {
    position: absolute;
    left: 0;
    top: -13px;
    font-size: 8px;
    background: #98c6eb;
    opacity: 0.4;
    color: #252424;
    border-radius: 5px;
    padding: 0 5px;
}

.insurance-card img {
    height: 12px !important;
    width: auto !important;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-top: 0;
}

.insurance-card span {

}

.insurance-pending {
    background-color: #d4d4d4;
}

.insurance-fail {
    background-color: #ed5565;
}

.insurance-success {
    background-color: #68c23a;
    margin-left: 20px;
    width: 75px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-28 {
    margin-bottom: 28px;
}

.unlock-tip {
    background-color: #f2f2f2;
    border-radius: 15px;
    padding: 5px
}

.light-blue {
    color: rgb(101 180 255)
}

.transfer-box .el-transfer-panel {
    width: 35%;
}

.p-t-5 {
    padding-top: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.price-rule-remark {
    padding: 5px 0 0 30px
}


.limit_paytypes_checkbox_group label {
    margin-right: 2px !important;
}

.command-station {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

.phone-section {
    font-size: 10px;
}

.setting-box {
    min-height: 400px;
    padding: 20px 30px;
}

.setting-item {
    margin: 0px 0 20px 0;
}

.setting-title::before {
    content: " ";
    position: absolute;
    left: 0;
    /* border-radius: 50%; */
    background: #108ee9;
    width: 3px;
    height: 75%;
    top: 15%;
}

.setting-title {
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: left;
    padding-left: 12px;
    width: 80%;
}

.setting-panel {
    padding: 15px 12px;
}

.setting-tip {
    white-space: nowrap;
    color: #e09521;
    padding: 10px 0;
}

.setting-remark {
    white-space: nowrap;
    color: #808080;
    padding: 10px 0;
}

.setting-label {
    color: #333;
    font-weight: normal;
}

.setting-cell {
    padding: 5px 0;
}

.m-h-400 {
    min-height: 400px;
}

.m-h-600 {
    min-height: 600px;
}

.m-h-300 {
    min-height: 300px;
}

.m-h-280 {
    min-height: 280px;
}

.m-a-300 {
    max-height: 300px;
}

.m-h-350 {
    min-height: 350px;
}

.m-h-360 {

    min-height: 340px;
}

.m-h-200 {
    min-height: 200px;
}

.m-l-400 {
    margin-left: 400px;
}

.light-grey {
    background-color: rgba(242, 242, 242, 1);
}

.m-l-15 {
    margin-left: 15px;
}

.title-c {
    height: 30px;
    margin-bottom: 10px;
    margin-top: -10px;
}

.f-l {
    float: left;
}

.d-i-l {
    display: inline-block;
}

.w-55 {
    width: 55px;
}

.m-b-5 {
    margin-bottom: 5px
}

label[for="rememberMe"] {
    color: #2962ff;
}

.setting-selected {
    border: #1286ec solid 1px;
    border-radius: 5px;
}

.setting-select {
    border: #f4f6fa solid 1px;
    border-radius: 5px;
}

.org-setting-icon-p {
    text-align: center;
}

.org-setting-icon {
    height: 35px;
    width: 35px;
    margin: 10px auto;
}

.m-r-55 {
    margin-right: 55px
}

.sms_msg_type_checkbox_group .el-input--mini .el-input__inner {
    padding: 0 5px !important;
}

.sms_msg_type_checkbox_group .el-input--mini {
    width: 30% !important;
    margin-top: -9px !important;
}

.sms_msg_type_checkbox_group .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
    background-color: #409EFF;
}

.sms_msg_type_checkbox_group .el-checkbox__label {
    display: inline-table !important;
}

.el-divider {
    background-color: #797979 !important;
}

.divider {
    width: 2px;
    margin: 0 8px 0 0;
}

.tcbtn {
    background-color: #169bd5;
    padding: 0px 24px;
    color: #ffffff;
    border-radius: 5px;
}

.Mcount {
    padding: 40px 80px 20px;
}

.circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    vertical-align: text-bottom;
    margin-right: 2px;
}

.vloading {
    font-size: 18px;
    color: #f1f1f1;
}

.showValue {
    font-size: 30px;
    font-weight: 500;
    color: #8c8c8c;
    padding: 120px 10px;
    text-align: center;
}

.el-loading-spinner .circular {
    display: none;
}

.el-loading-spinner .el-loading-text {
    font-size: 20px;
    color: #f1f1f1;
}

.el-checkbox__label_tips_text {
    background-color: lightgray;
    color: black;
    font-size: 92%;
    margin-top: 5px;
}

.el-card__body {
    padding-bottom: 0;
}

.work-card {
    padding: 15px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #dde6f22e;
    background: #f7faff;
    background-image: url('/assets/images/cardbox-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.work-card-title {
    font-weight: 500;
    color: #1D2129;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
}

.work-card-title img {
    width: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.word-card-content {
    padding: 5px;
}

.word-card-item {
    line-height: 20px;
    font-weight: 400;
    color: #555;
    font-size: 10px;
}

.word-card-count {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    text-align: center;
}

.word-card-count-unit {
    font-size: 12px;
    font-weight: normal;
}

.card-list {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 24%);
    grid-gap: 0 1px;
    max-height:610px;
    overflow: auto;


    .card-inner {
        width: 100%;
        height: auto;
        padding-bottom: 8px;
        display: inline-block;
        margin-bottom: 16px;
        position: relative;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 3px 5px 0 rgb(0 0 0 / 11%);
        border: 1px solid #eee;
    }

    .image {
        border-radius: 6px 6px 0 0;
        height: 170px;
        text-align: center;
        overflow: hidden;
    }

    .status {
        width: 50px;
        font-size: 10px;
        height: 20px;
        border: 1px solid rgba(0, 0, 0, .05);
        line-height: 20px;
        border-radius: 4px;
        background-color: hsla(0, 0%, 100%, .7);
        position: absolute;
        top: 13px;
        left: 16px;
        text-align: center;
    }

    .center {
        width: 90%;
        height: 60px;
        position: absolute;
        border: 1px solid rgba(0, 0, 0, .05);
        top: 140px;
        left: 5%;
        z-index: 3;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 7px 14px;
    }

    .el-divider {
        background-color: #e8e8e8;
    }

    .el-divider--vertical {
        display: inline-block;
        width: 1px;
        height: 1em;
        margin: 0 .41666667vw;
        vertical-align: middle;
        position: relative;
    }

    .wrong-img {
        height: 13.02083333vw;
        line-height: 1.5625vw;
        width: 100%;
        box-sizing: border-box;
        padding-top: 4.6875vw;
        border-radius: .52083333vw .52083333vw 0 0;
        background: #f5f7fa;
        color: #909399;
        text-align: center;
        font-size: .83333333vw;
    }

    .location {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        padding: .26041667vw 1.30208333vw;
        color: gray;

    }
    .location-val{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: end;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
        color:#222;
    }

    .sta-name {
        display: flex;
        align-items: center;
    }

    .top50 {
        margin-top: 40px;
    }
    .station-img{
        height: auto;
        width: 100%;
    }
    .station-name {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 600;
        cursor: pointer;
        margin-top: -1px;
        color:#222;
    }
    .sta-name-action{
        margin-right: -10px;
        display: flex;
        color: gray;
        i{
            cursor: pointer;
            margin-right: 5px;
        }
    }
    .center-val{
        color: #222;
        font-size: 16px;
    }
}

.data-unit {
    font-size: 12px;
    font-weight: normal;
}

.word-card-tip {
    font-weight: 400;
    color: #484a4d;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
}

.wb-station {
    background: #f7faff;
    border-radius: 5px;
    padding: 0px 0px 10px 0px;
    overflow: hidden;
}

.wb-title {
    padding: 15px 15px 5px;
    background: linear-gradient(0deg, #f7faff, #f1f3f8), linear-gradient(0deg, #f7faff, #f0f5fe);
}

.wb-station-empty {
    margin: 40px auto;
    text-align: center;
}

.wb-station-empty img {
    width: 350px;
}

.wb-stat-name {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
}

.wb-stat-count {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    text-align: center;
}

.wb-stat-count-unit {
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
}

.wb-stat-tip {
    font-weight: 400;
    color: #4E5969;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
}

.wb-action {
    text-align: center;
    padding: 5px 0;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #DDE6F2;
    background-image: url("/assets/images/menu-bg.png");
    background-color: #f3faff;
    background-repeat: no-repeat;
    background-size: 250%;
}

.wb-action:hover {
    background: #FAFBFC;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #048FFF;
    color: #048FFF;
}

.wb-action .h3 {
    margin-top: 5px;
}

.empty-box {
    text-align: center;
    padding: 50px 0;
    width: 100%;
}

.monitor-device {
    height: 100%;
    border: 1px solid #fff
}

.monitor-device-empty {
    height: 100%;
    text-align: center;
    padding: 50px 0;
    min-height: 500px;
    background: #fff;
}

.monitor-header {
    padding: 20px 20px 10px 20px;
    position: relative;
    background: #f7faff;
    background-image: url(/assets/images/cardbox-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.monitor-weather {
    position: absolute;
    right: 10px;
    top: 0px;
}

.weather-title {
    font-size: 28px;
    color: #333;
    text-align: right;
}

.weather-title .weather-city {
    font-size: 14px;
    margin-left: 10px;
}

.weather-title .weather-rang {
    font-size: 14px;
    margin-left: 10px;
}

.weather-title .weather-tempearture {
    font-weight: bolder;
    font-size: 36px;
    position: relative;
    margin-right: 15px;
}

.weather-tempearture .weather-tempearture-unit {
    position: absolute;
    right: -15px;
    top: 0;
    font-size: 12px;
}

.weather-title .weather-icon img {
    width: 24px;
    height: auto;
    margin-right: 10px;
}

.monitor-weather .wechat-infos .weather-item {
    display: inline-block;
    margin: 5px;
    line-height: 16px;
    color: #555;
}

.monitor-h-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #191c26;
}

.monitor-h-view {
    font-size: 14px;
    margin-left: 10px;
    color: #6c6c6c;
    cursor: pointer;
}

.monitor-h-time {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(25, 28, 38, .6);
}

.monitor-device-detail {
    padding: 0px 0;
}

.monitor-device-detail .ibox {
    margin: 10px -10px;
}

.icon-stage-jian, .icon-stage-1 {
    background-color: #fd7a6e;
    color: #FFFFFF;
}

.icon-stage-feng, .icon-stage-2 {
    background-color: #f8ac59;
    color: #FFFFFF;
}

.icon-stage-ping, .icon-stage-3 {
    background-color: #72cefd;
    color: #FFFFFF;
}

.icon-stage-gu, .icon-stage-4 {
    background-color: #78e98a;
    color: #FFFFFF;
}

.icon-stage-gudeep, .icon-stage-5 {
    background-color: #987ffa;
    color: #FFFFFF;
}


.icon-stage-6 {
    background: rgb(29, 125, 180);
    color: #fff;
}

.icon-stage-7 {
    background: rgb(85, 26, 179);
    color: #fff;
}

.icon-stage-8 {
    background: rgb(143, 26, 179);
    color: #fff;
}

.icon-stage-9 {
    background: rgb(179, 26, 115);
    color: #fff;
}

.icon-stage-0 {
    background: rgb(179, 95, 26);
    color: #fff;
}

.detail-chart {
    box-shadow: 0 1px 4px 0 hsla(0, 0%, 80%, .5);
    height: 325px;
    margin: 10px;
    padding: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 10px;
}

.detail-chart-title {
    text-align: left;
    font-size: 16px;
    color: #333;
    padding: 8px 15px 8px 10px;
    white-space: nowrap;
}

.detail-chart-title::before {
    content: " ";
    width: 3px;
    background: #0e8bff;
    height: 11px;
    display: inline-block;
}

.detail-chart-c {
    height: 270px
}

.chart-p {
    height: 260px;
    width: 100%;
}

.detail-table {
    box-shadow: 0 1px 4px 0 hsla(0, 0%, 80%, .5);
    margin: 10px;
    padding: 20px;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 10px;
    color: #222;
    font-size: 13px;
}

.detail-table ul li {
    padding: 5px;
}

.detail-table-t {
    margin-right: 5px;
    color: #555;
}

.svg-panel {
    position: relative;
}

.svg-actions {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
}

.svg-actions .btn-svg {
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 50%;
    box-shadow: 0 0px 2px rgb(0 0 0 / 53%);
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin-right: 5px;
    overflow: hidden;
}

.svg-panel svg {
    width: 100%;
    height: 100%;
}

.trade-fee-cells {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.trade-fee-cell {
    font-size: 12px;
    border: 1px solid rgba(14, 154, 238, 0.13);
    border-radius: 8px;
    padding: 24px;
    background: #f6faff;
    -webkit-box-flex: 1;
    color: #333;
}

.trade-fee-title {
    font-size: 14px;
    margin-bottom: 5px;
}

.trade-fee-total {
    flex-grow: 0;
}

.trade-fee-value {
    font-size: 14px;
}

.trade-fee-plus {
    font-size: 20px;
    color: rgb(54, 54, 70);
    width: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0px 22px;
}

.trade-fee-value-u {
    font-size: 24px;
    font-weight: bold;
    margin: 0 3px;
}

.trade-fee-equal {
    font-size: 30px;
    color: rgb(46, 46, 46);
    width: 40px;
    text-align: center;
}

.trade-fee-detail {
    flex-grow: 1;
}

.player-boxs {
    position: relative;
    height: 100vh;
}

.player-box-list {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

.player-box-action {
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 10;
}

.player-box-action button {
    background: transparent;
    color: #fff;
}

.player-box {
    background-color: #000;
    border: 1px solid #505050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
    width: 32%;
    height: 32%;
}

.player-box-1 {
    width: 100%;
    height: 100%;
}

.player-box-2 {
    width: 50%;
    height: 100%;
}

.player-box-3 {
    width: 50%;
    height: 50%;
}

.player-box-3:nth-child(3) {
    width: 100%;
    height: 50%;
}

.player-box-4 {
    width: 50%;
    height: 50%;
}

.player-box-5 {
    width: 33.33%;
    height: 50%;
}

.player-box-5:nth-child(4), .player-box-5:nth-child(5) {
    width: 50%;
    height: 50%;
}

.player-box-6 {
    width: 33.33%;
    height: 50%;
}

.player-box-7 {
    width: 33.33%;
    height: 33.33%;
}

.player-box-7:nth-child(4), .player-box-7:nth-child(5), .player-box-7:nth-child(6), .player-box-7:nth-child(7) {
    width: 50%;
    height: 33.33%;
}

.player-box-8 {
    width: 33.33%;
    height: 33.33%;
}

.player-box-8:nth-child(7), .player-box-8:nth-child(8) {
    width: 50%;
    height: 33.33%;
}

.player-box-9 {
    width: 33.33%;
    height: 33.33%;
}

.player-box .player-num {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
}

.player-empty {
    text-align: center;
}

.wait-box {
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 270px;
    background-image: url('/assets/images/view/page_waiting.png');
    background-size: auto 270px;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #eff3f1;
    border-radius: 12px;
}

.wait-title {
    color: #333;
    font-size: 32px;
    font-weight: 600;
}

.aside-item {
    display: flex;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.aside-item:hover .aside-text {
    color: #3686FF;
}

.aside-img {
    font-size: 20px;
    background: #FAFAFA;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
}

.aside-content {
    padding-left: 10px;
    flex: 1;
}

.aside-text {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.aside-tip {
    color: #718096;
    font-size: 12px;
}

.rule-time-set-panel {
    border-radius: 10px;
    padding: 10px 10px;
    background: rgba(221, 221, 221, 0.2);
    margin: 10px 0;
}

.rule-time-set-min-panel {
    width: 400px;
}

.rule-time-tag {
    margin: 3px 10px;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    cursor: pointer;
    color: #333;
    min-width: 70px;
}

.rule-time-tag-active {
    color: #409EFF;
    border-color: #409EFF;
}

.terms-params {
    position: relative;
    display: block;
    flex-shrink: 0;
}

.terms-params i {
    cursor: pointer;
}

.terms-params .terms-params-warp {
    display: flex;
    align-items: center;
    position: relative;
}

.term-type-group-warp {
    margin: 0 16px;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    cursor: pointer;
    top: 0;
    left: 37%;
    z-index: 1;
    width: 36px;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    background: #fff;
}

.terms-params .terms-params-content {
    position: relative;
    display: block;
    padding: 8px 8px 0;
    border: 1px dashed #e0e0e0;
    border-radius: 6px;
    row-gap: 16px;
    margin: 10px;
}

.terms-params .terms-params-item {
    display: flex;
    align-items: center;
    margin: 10px;
    position: relative;
}

.terms-params-unit {
    padding: 0 10px;
}

.terms-params .terms-group-add {
    width: 66px;
    margin-left: 16px;
    display: inline-block;
    padding: 2px 8px;
    color: #0000004d;
    background: #fff;
    border: 1px dashed rgba(0, 0, 0, .3);
    border-radius: 30px;
    cursor: pointer;
}

.term-type-warp {
    margin: 0 16px;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    cursor: pointer;
    left: -50px;
    width: 36px;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    background: #fff;
}

.actions-item {
    position: relative;
    padding: 10px;
    border: 1px dashed #999;
    border-radius: 2px;
}

.actions-item .item-options-warp {
    display: block;
    height: 55px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    width: 100%;
    margin-top: 10px;
    position: relative;
    padding: 8px;
}

.actions-item .action-add {
    color: #0958d9;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.actions-item .action-add i {
    flex: 1;
    margin-right: 5px;
}

.item-options-warp .bi-dash-square {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #f15252;
}

.rule-list-item {
    height: 200px;
    text-align: center;
    line-height: 200px;
    border: 1px dashed #ccc;
    border-radius: 10px;
}

.rule-list-item .rule-list-item-add {
    font-size: 14px;
    cursor: pointer;
}

.rule-list-item .rule-list-item-add i {
    margin-right: 10px;
}

.monitor-virtual-panel .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.virtual-panel {
    padding: 5px;
    position: relative;
}

.virtual-panel-body {
    display: flex;
    padding: 10px 10px;
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid rgba(221, 230, 242, 0.53);
    background: #fff;
    height: 70px;
}

.virtual-panel-title {
    position: absolute;
    left: -11px;
    top: 17px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

.virtual-panel-cell {
    align-content: center;
    position: relative;
}

.virtual-panel-cell-1 {
    flex: 1;
}

.virtual-panel-cell-2 {
    flex: 2;
}

.virtual-panel-cell-3 {
    flex: 3;
}

.virtual-panel-cell-4 {
    flex: 4;
}

.virtual-panel-cell-5 {
    flex: 5;
}

.virtual-panel-cell > .inner {
    padding: 5px 5px;
    text-align: center;
    font-size: 12px;
}

.virtual-panel-cell .counter-number {
    font-size: 18px;
    margin-top: 5px;
    color: #222;
    display: block;
}

.virtual-panel-cell > .inner-device {
    overflow-y: auto;
    position: absolute;
    height: 30px;
    top: 8px;
    left: 0px;
    right: 12px;
    z-index: 10;
    background: #fff;
}

.inner-device-open {
    height: auto !important;
    padding: 0 5px 10px;
}

.virtual-panel-cell > .inner-togger {
    position: absolute;
    top: 12px;
    right: -8px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #555;
    border-radius: 3px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.inner-device .inner-device-item {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 5px;
}

.inner-device .inner-device-item.runing {
    border: 1px dashed #00cfbb;
    box-sizing: border-box;
    border-radius: 50%;
    animation: rotate 10s linear infinite;
}

.inner-device-item.runing .badge-primary-icon {
    animation: rotate-back 10s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(1turn);
    }
}

@keyframes rotate-back {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-1turn);
    }
}

.msg-sub-panel {
    background: white;
    border-radius: 5px;
    min-height: 800px;
}

.msg-sub-list {
    color: #333;
}

.msg-sub-item {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.msg-sub-title {
    color: #000;
    font-size: 16px;
    padding: 3px 0;
    font-weight: 400;
}

.msg-sub-desc {
    color: #718096;
    font-size: 12px;
    padding: 3px 0;
}

.msg-sub-receives {
    padding: 3px 0;
    margin: 0;

}

.msg-sub-receive {
    border-radius: 5px;
    background: rgb(249, 251, 252);
    padding: 5px 10px;
    position: relative;
    margin: 10px 0;
    min-height: 100px;
}

.msg-sub-open {
    position: absolute;
    right: 10px;
    top: -10px;
    background: #fff;
    border-radius: 5px;
}

.msg-sub-re-item {
    padding: 3px 0;
}

.msg-sub-label {
    color: #333;
    display: inline-block;
    margin-right: 5px;
}

.msg-sub-content {
    display: inline-block;
}

.msg-sub-tag {
    background: #ffffff;
    border-radius: 8px;
    font-size: 12px;
    /*color: #409eff;*/
    display: inline-block;
    padding: 3px 10px;
    margin-right: 5px;
    margin-top: 5px;
}

.msg-sub-add {
    line-height: 100px;
    color: #409eff;
    cursor: pointer;
    text-align: center;
}

.monitor-energy {
    position: relative;
    width: 100%;
    height: 300px;
    transform: translate3d(0px, 0px, 0px);
    content-visibility: visible;
}

.monitor-energy-tip {
    position: absolute;
    width: 150px;
    height: 60px;
}

.monitor-energy-tagvalue {
    display: flex;
    align-items: center;
    gap: 1px;
}

.monitor-energy-tag {
    border-radius: 4px;
    border: 1px solid #c2c2c2;
    color: #666;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 4px;
    max-width: 150px;
    white-space: nowrap;
    word-break: break-word;
}

.monitor-energy-value {
    color: #222;
    font-size: 14px;
}

.monitor-energy-value-unit {
    color: #222;
    font-size: 10px;
}

.monitor-energy-pv {
    top: calc(0% + 5px);
    left: 78%;
    margin-left: -80px;
}

.monitor-energy-storage {

    top: 55%;
    left: 78%;
    margin-top: -30px;
    margin-left: -80px;
}

.monitor-energy-ev {
    bottom: -15px;
    left: 27%;
}

.monitor-energy-grid {
    left: 63%;
    bottom: -15px;
}

@keyframes rollToBack {
    0% {
        offset-distance: 0%;
    }
    50% {
        offset-distance: 50%;
    }
    100% {
        offset-distance: 100%;
    }
}

@keyframes rollToForth {
    0% {
        offset-distance: 100%;
    }
    50% {
        offset-distance: 50%;
    }
    100% {
        offset-distance: 0%;
    }
}

.monitor-energy-rolling {

}

.svg-rollling {
    filter: drop-shadow(0 0 3px rgb(142, 168, 246));
    stroke-dasharray: 10, 320;
}

#svg_181 {
    offset-path: path('m239.252,-233.656c0,0 -0.012,62.18 -0.012,62.18c0,9.95 -8.06,18 -18,18c0,0 -142.25,1.016 -142.25,1.016');
    animation: rollToForth 5s linear infinite;
}

/* 卡片通用样式 */
.el-card {
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.el-card__header {
    background-color: #f8f9fb;
    border-bottom: 1px solid #ebeef5;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
}

.el-card__body {
    padding: 20px;
}

/* 统计数据项样式 */
.statistic-item {
    text-align: center;
    margin-bottom: 10px;
}

.statistic-item .num {
    font-size: 20px;
    font-weight: normal;
    color: #409eff;
    line-height: 30px;
    display: block;
}

.statistic-item .desc {
    font-size: 12px;

    color: #909399;
}

.device-category-title {
    font-size: 16px;
    font-weight: 500;
    color: #303133;
    margin-bottom: 15px;
}

.video-image img {
    max-width: 100px;
    min-width: 80px;
}

.skeleton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.skeleton-header {
    height: 40px;
    width: 30%;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 25px;
    animation: skeleton-loading 1.5s infinite;
}

.skeleton-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.skeleton-line {
    height: 25px;
    background-color: #e0e0e0;
    border-radius: 4px;
    width: 100%;
    animation: skeleton-loading 1.5s infinite;
}

.skeleton-line.medium {
    width: 75%;
}

.skeleton-line.short {
    width: 50%;
}

.skeleton-image {
    height: 180px;
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: skeleton-loading 1.5s infinite;
    margin: 10px 0;
}

.skeleton-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.skeleton-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e0e0e0;
    animation: skeleton-loading 1.5s infinite;
}

.skeleton-footer-text {
    height: 20px;
    width: 120px;
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.skeleton-header,
.skeleton-line,
.skeleton-image,
.skeleton-avatar,
.skeleton-footer-text {
    background: linear-gradient(
            90deg,
            #f0f0f0 25%,
            #e0e0e0 50%,
            #f0f0f0 75%
    );
    background-size: 200% 100%;
}





.calendar-container {
    background-color: #ffffff;
    border-radius: 12px;
    padding:10px 20px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #f0f0f0;
}

.nav-btn {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: #666;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.nav-btn:hover {
    background-color: #f5f5f5;
    color: #333;
}

.current-date {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 1rem;
}

.current-date-total{
    font-size: 12px;
    font-weight: normal;
    color: #666;
    text-align: center;
}

.weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 0px;
}

.weekday {
    text-align: center;
    padding: 12px 0;
    font-weight: 500;
    color: #666;
    font-size: 11px;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.calendar-day {
    text-align: center;
    padding: 10px 5px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    font-size: 12px;
}
.calendar-date{
    font-size: 14px;
}

.calendar-val{
    font-size: 10px;
    margin-top:3px;
    color:#666;
}


.calendar-day.prev-month,
.calendar-day.next-month {
    color: #b0b0b0;
    background-color: #fafafa;
}

.calendar-day.current-month {
    color: #333;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
}

.calendar-day.current-month:hover {
    background-color: #f0f7ff;
    border-color: #e1f0fe;
}

.calendar-day.today {
    font-weight: bold;
    color: #2c7be5;
    border-color: #2c7be5;
}

.calendar-day.selected {
    background-color: #2c7be5;
    color: white;
    border-color: #2c7be5;
}

.calendar-day.weekend {
    color: #e53e3e;
}

.calendar-day.selected.weekend {
    color: white;
}

.selected-date {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    text-align: center;
    color: #555;
    font-size: 0.95rem;
}

.event-log {
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    color: #27ae60;
}

@media (max-width: 600px) {
    .calendar-container {
        padding: 15px;
    }

    .calendar-day {
        padding: 10px 2px;
        font-size: 0.85rem;
    }

    .current-date {
        font-size: 1.2rem;
    }
}