.header .brand .navbar-brand {
    padding-left: 15px;
}

.header .brand .navbar-brand img {
    margin-left: 0;
}

.header .brand .navbar-brand > img {
    margin-left: 6px;
}

.header .brand .navbar-brand .heading-font {
    width: 100%;
    margin-top: 0;
}

.content-home {
    width: 100%;
    height: 100%;
    background-color: #eff3f6;
    overflow: auto;
    overflow-x: hidden;
    padding: 20px 0;
}
.content-home .ch-count {
    padding-right: 1%;
    overflow: hidden;
}
.content-home .ch-count ul {
    margin: 0;
    padding: 0;
}
.content-home .ch-count .item {
    float: left;
    width: 15.6666666%;
    background-color: #fff;
    list-style: none;
    margin-left: 1%;
    border: 1px solid #e3e7ec;
    border-radius: 4px;
    padding: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .content-home .ch-count .item {
        width: 100%;
    }
}
.content-home .ch-count .item-icon img {
    vertical-align: -25%;
}
.content-home .ch-count .item-icon .it-txt {
    font-size: 14px;
    color: #666;
}
.content-home .ch-count .item-text {
    line-height: 45px;
    text-align: center;
}
.content-home .ch-count .item-text .it-num {
    font-size: 26px;
}
.content-home .ch-count .item-text .n1-color {
    color: #fa7375;
}
.content-home .ch-count .item-text .n2-color {
    color: #f5ad13;
}
.content-home .ch-count .item-text .n3-color {
    color: #68b0fb;
}
.content-home .ch-count .item-text .n4-color {
    color: #16c94c;
}
.content-home .ch-count .item-text .n5-color {
    color: #f094d5;
}
.content-home .ch-count .item-text .n6-color {
    color: #22bae6;
}
.content-home .ch-chart {
    padding: 10px 1%;
}
.content-home .ch-chart .row {
    margin-right: -10px;
    margin-left: -10px;
}
.content-home .ch-chart .col-md-6 {
    padding: 10px;
}
.content-home .ch-chart .chart-block .wrap {
    background-color: #fff;
}
.content-home .ch-chart .chart-block .hd {
    padding: 11px 20px;
    line-height: 23px;
    font-size: 14px;
    color: #697b8c;
    border-bottom: 1px solid #eee;
    min-height: 40px;
}
.content-home .ch-chart .chart-block .hd > span,
.content-home .ch-chart .chart-block .hd .op-bar {
    line-height: 40px;
}
.content-home .el-range-separator {
    width: 8%;
}

.PDashboard .header {
    padding-left: 20px;
    font-size: 18px;
    color: #333;
    line-height: 50px;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
}
.PDashboard .el-table-container {
    padding: 70px 20px 60px 20px;
    background: #f4f6fc;
}
.PDashboard .top-show-block {
    margin-bottom: 20px;
}
.PDashboard .top-show-block .el-col {
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.PDashboard .top-show-block .top-left-data {
    background: #1e88fe;
    border-radius: 2px;
}
.PDashboard .top-show-block .top-left-data .top-logo {
    margin-right: 10px;
    vertical-align: text-bottom;
}
.PDashboard .top-show-block .top-right-data {
    background: #34c3d0;
    border-radius: 2px;
}
.PDashboard .top-show-block .top-right-data .top-logo {
    margin-right: 10px;
    vertical-align: text-bottom;
}
.PDashboard .bottom-show-block .bottom-left-map {
    background: #fff;
    border-radius: 4px;
}
.PDashboard .bottom-show-block .bottom-right-list {
    background: #fff;
    border-radius: 4px;
}
.PDashboard .bottom-show-block .bottom-right-list .bottom-right-data {
    padding: 0 12px;
}
.PDashboard
    .bottom-show-block
    .bottom-right-list
    .bottom-right-data
    .data-detail {
    line-height: 50px;
    list-style: none;
    color: #666;
}
.PDashboard
    .bottom-show-block
    .bottom-right-list
    .bottom-right-data
    .data-detail
    .detail-link {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.PDashboard
    .bottom-show-block
    .bottom-right-list
    .bottom-right-data
    .data-detail
    + .data-detail {
    border-top: 1px solid #eaeaea;
}
.PDashboard
    .bottom-show-block
    .bottom-right-list
    .bottom-right-data
    .data-detail
    .bot-logo {
    margin-right: 23px;
}
.PDashboard
    .bottom-show-block
    .bottom-right-list
    .bottom-right-data
    .data-detail
    .data-detail-num {
    float: right;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    background: #2ca9c8;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin-top: 16px;
}
.PDashboard .bottom-show-block .bottom-tit {
    line-height: 45px;
    font-size: 16px;
    color: #333;
    padding-left: 30px;
    border-bottom: 1px solid #e0e6fb;
}
.PDashboard .bottom-show-block .bottom-tit .bottom-tit-txt {
    font-size: 14px;
    color: #999;
    margin-left: 35px;
}

.PValveClose .header {
    padding-left: 20px;
    font-size: 18px;
    color: #333;
    line-height: 50px;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
}
.PValveClose .el-table-container {
    padding: 70px 20px 60px 20px;
    background: #f4f6fc;
}
.PValveClose__chart {
    margin-bottom: 20px;
}
.PValveClose .report-block {
    background: #fff;
    border-radius: 4px;
}
.PValveClose .report-block .report-title {
    line-height: 45px;
    font-size: 16px;
    color: #333;
    padding-left: 30px;
    padding-right: 20px;
    border-bottom: 1px solid #e0e6fb;
}
.PValveClose .report-block .report-title .endTime {
    float: right;
    color: #666;
    font-size: 14px;
}
.PValveClose .report-block .topForm {
    margin-top: 20px;
}
.PValveClose .report-block .topForm .el-form {
    text-align: center;
}
.PValveClose .report-block .topForm .el-form .el-form-item .el-input__inner {
    background-color: #f9faff;
    border: 1px solid #e0e7ff;
    height: 38px;
}
.PValveClose .report-block .topForm .el-form .topForm__btnGroup .search-btn {
    background-color: #087ffb;
    border-color: #087ffb;
}
.PValveClose .report-block .topForm .el-form .topForm__btnGroup .derive-btn {
    background-color: #18b724;
    border-color: #18b724;
}
.PValveClose .report-block .topForm .el-form .topForm__btnGroup .el-button {
    border-radius: 2px;
    width: 130px;
    height: 38px;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
}
.PValveClose
    .report-block
    .topForm
    .el-form
    .topForm__btnGroup
    .el-button
    .top-logo {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
.PValveClose .report-block .reportTable {
    padding: 0 21px 24px 21px;
}
.PValveClose .report-block .reportTable .el-table--border {
    border: 1px solid #e0e6fb;
}
.PValveClose .report-block .reportTable .handle-btn:hover {
    cursor: pointer;
}
.PValveClose .report-block .reportTable th {
    color: #666;
    border-right: 1px solid #e0e6fb;
    border-bottom: 1px solid #e0e6fb;
}
.PValveClose .report-block .reportTable td {
    border-right: 1px solid #e0e6fb;
    border-bottom: 1px solid #e0e6fb;
}
.PValveClose .report-block .reportTable .table__footer {
    margin-top: 20px;
}
.PValveClose .report-block .reportTable .table__footer .btn-prev,
.PValveClose .report-block .reportTable .table__footer .el-pager,
.PValveClose .report-block .reportTable .table__footer .btn-next {
    float: right;
}

.PLogin {
    height: 100%;
    width: 100%;
    position: fixed;
    background: url('/assets/platform/img/login/bg.jpg') no-repeat;
    background-size: cover;
}
.PLogin .login-container {
    top: 50%;
    /* left: 50%; */
    margin-top: -259px;
    margin-left: 230px;
    position: absolute;
    width: 417px;
    display: flex;
}
/* .PLogin .login-left-logo {
    width: 320px;
    padding-top: 127px;
    text-align: center;
} */
.PLogin .login-form {
    padding: 50px;
    box-sizing: border-box;
    width: 417px;
    border-radius: 8px 8px 8px 8px;
    position: relative;
}
.PLogin .login-form .title-container {
    /* height: 90px; */
    display: flow-root;
}
.PLogin .login-form .title-container .title {
    color: #333333;
    font-size: 18px;
    margin: 0;
    float: left;
    color: #007aff;
    margin: 21px 0;
}
.PLogin .login-form .title-container .title1 {
    color: #333333;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    font-family: PingFang SC-Medium, PingFang SC;
}
.PLogin .login-form .title-container .lang {
    float: right;
}
.PLogin .login-form .title-container .lang .flag {
    cursor: pointer;
    width: 18px;
    margin-top: 3px;
}
.PLogin .login-form .el-form-item .el-input__inner {
    border-radius: 0;
    border: 1px solid #e4e4e4;
    padding: 0 35px;
    position: relative;
}
.PLogin .login-form .el-form-item .el-input__inner:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.PLogin .login-form .el-form-item .login-inputIcon {
    position: absolute;
    left: 10px;
    top: 2px;
}
.PLogin .login-form .login-btn {
    background: #007aff;
    border-radius: 2px;
    height: 45px;
    width: 100%;
    margin-bottom: 18px;
}
.PLogin .login-form .login-bottom {
    margin-top: 18px;
    border-top: 1px solid #eeeeee;
    padding-top: 25px;
    padding-left: 30px;
    display: flex;
    line-height: 0px;
    font-size: 14px;
    color: #999;
}
.PLogin .login-form .login-bottom .thirdparty-button {
    margin-left: 30px;
    cursor: pointer;
}
.PLogin .cp {
    color: #959595;
    position: absolute;
    top: 172px;
    left: -20px;
    font-size: 12px;
}
.PLogin .cp a {
    color: #959595;
    text-decoration: none;
}
.PLogin .captcha_row {
    float: left;
    margin: 10px;
    bottom: 30px;
}
.PLogin .captcha_row div {
    width: 120px;
    float: left;
}
.PLogin .captcha_row img {
    width: 120px;
    margin-left: 5px;
    float: left;
}
.PLogin #captcha_img {
    height: 40px;
    cursor: pointer;
}

/*# sourceMappingURL=new.css.map */
