#app {
    min-width: 1200px;
    min-height: 570px;
    position: absolute;
    width: 100%;
    height: 100%
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px
}

body,
.el-form-item__label {
    font-size: 13px
}

.el-form-item {
    margin-bottom: 15px;
}

.el-dialog__title {
    font-size: 15px;
    color: #626263
}

.el-input {
    width: auto
}

.el-input__icon {
    line-height: 30px
}

.el-form-item__content {
    line-height: inherit !important
}

li {
    list-style: none;
}

a {
    text-decoration: none
}

.info-msg .el-form-item__label {
    line-height: 36px;
}

.el-form-item__error {
    padding-top: 2px;
    width: 300px
}

.el-date-editor .el-range-separator {
    width: auto
}

.el-checkbox__inner {
    border: 1px solid #8a8b8e;
    margin-right: 5px;
}

.el-tree-node__expand-icon {
    color: #8e9094;
}

.el-tabs__nav-next,
.el-tabs__nav-prev {
    line-height: 40px
}

.el-form-item__label {
    line-height: 30px;
}

.form-item_label-c .el-form-item__label {
    line-height: initial;
}

.table-list-result {
    border-radius: 4px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    overflow: auto
}

.table-list-result1 {
    border-radius: 4px;
    background: #fff;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    overflow: auto
}


/* 头部 */

.header {
    height: 60px;
    position: absolute;
    left: 200px;
    right: 0px;
    overflow: hidden;
    color: #333;
    background-size: 100% 100%;
    border-bottom: 1px solid #e6e6e6;
    background: #fff
}

.logo {
    overflow: hidden;
    float: left;
    line-height: 50px;
    margin-left: 20px;
    padding-right: 25px;
    position: relative
}

.logo:after {
    content: "";
    display: none;
    position: absolute;
    right: 0;
    width: 1px;
    background: #e0dddd;
    top: 15px;
    bottom: 15px;
}

.logo img {
    height: 30px;
    margin-top: 10px;
    display: block;
    float: left;
}

.project-title {
    display: block;
    float: left;
    margin-left: 15px;
    font-size: 16px;
    color: #fff
}

.top-nav {
    float: right;
    margin-left: 15px;
    line-height: 50px;
}

.quick-link {
    float: left;
    margin-right: 30px;
    cursor: pointer;
    line-height: 60px;
}

.quick-link i {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 22px;
}

.iconshuaxin {
    background: url("../images/nav/shuaxin.png") no-repeat center;
    background-size: contain;
    transition: transform 1s;
    -moz-transition: transform 1s;
    /* Firefox 4 */
    -webkit-transition: transform 1s;
    /* Safari 和 Chrome */
    -o-transition: transform 1s;
    /* Opera */
}

.iconbaojing {
    background: url("../images/nav/baojing.png") no-repeat center;
    background-size: contain
}

.icontixing {
    background: url("../images/tixing.svg") no-repeat center;
    background-size: contain
}

.icontuichu {
    background: url("../images/nav/tuichu.png") no-repeat center;
    background-size: contain
}

.quick-link span {
    display: inline-block;
    font-size: 14px;
    margin-left: 8px;
}

.user-info {
    float: right;
    margin-right: 20px;
}

.user-info .el-row .el-dropdown-link {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    cursor: pointer;
}

.user-option {
    overflow: hidden;
    padding: 5px 10px;
    cursor: pointer;
    text-align: center
}

.top-nav-icon,
.top-nav-text {
    display: inline-block
}

.top-nav-icon {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px
}

.el-dropdown-menu {
    font-size: 14px;
    width: 140px;
}

.exit-btn {
    margin-top: 10px;
    text-align: center;
}

.exit-btn .el-button {
    width: 60px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
}


/* .el-dropdown-menu.el-popper{display:none !important} */


/* 导航 */

.main-body {
    position: absolute;
    top: 60px;
    bottom: 0px;
    left: 200px;
    right: 0px;
}

.nav {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: #1c2330;
    overflow: hidden;
    width: 200px;
}

.nav.nav-active {
    width: 64px;
    transition: width 0.3s;
    -moz-transition: width 0.3s;
    /* Firefox 4 */
    -webkit-transition: width 0.3s;
    /* Safari 和 Chrome */
    -o-transition: width 0.3s;
    /* Opera */
}

.el-menu-item [class^=el-icon-] {
    height: 24px;
}

.el-menu {
    border-right: none;
    background: none;
    color: #fff;
}

.el-submenu__title,
.el-submenu__title i,
.el-menu-item,
.el-menu-item i {
    color: #fff
}

.el-menu-item:hover,
.el-submenu__title:hover {
    background: #38455f
}

.el-menu-item:focus,
.el-menu-item:hover {
    background: none;
    color: #409EFF
}

.el-submenu .el-menu-item {
    font-size: 13px
}

.el-submenu .el-menu-item::after {
    content: '';
    position: absolute;
    left: 32px;
    height: 2px;
    width: 8px;
    background: #40506e;
    top: 50%;
    margin-top: -1px
}

.el-submenu .el-menu-item:last-child::before {
    height: 50%;
}

.el-submenu .el-menu-item::before {
    content: '';
    position: absolute;
    left: 32px;
    width: 2px;
    background: #40506e;
    height: 100%;
}


/* .menu-active{width:100%;cursor: pointer;height: 30px;text-align: center;line-height: 30px;background:#2e3a50} */

.menu-active {
    cursor: pointer;
    margin-right: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left
}

.menu-active i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 22px;
    margin-left: 15px;
    background: url("../images/nav/close.png") no-repeat center;
    vertical-align: middle
}

.menu-active.active i {
    background: none;
    background: url("../images/nav/open.png") no-repeat center;
    vertical-align: middle
}

.nav-menu:not(.el-menu--collapse) {
    width: 100%;
}

.el-menu--vertical {
    background: #1c2330;
}

.el-menu--vertical .el-menu-item-group {
    width: 120px
}

.el-menu--vertical .el-menu-item-group.sub-nav_width-heimingdan {
    width: 140px
}

.el-icon-shouye {
    background: url("../images/nav/shouye.svg") no-repeat center
}

.el-icon-zuzhi {
    background: url("../images/nav/zuzhi.svg") no-repeat center
}

.el-icon-caiji {
    background: url("../images/nav/caiji.svg") no-repeat center
}

.el-icon-jiance {
    background: url("../images/nav/jiance.svg") no-repeat center
}

.el-icon-weiqi {
    background: url("../images/nav/weiqi.svg") no-repeat center
}

.el-icon-changdi {
    background: url("../images/nav/changdi.svg") no-repeat center
}

.el-icon-jiankong {
    background: url("../images/nav/jiankong.svg") no-repeat center
}

.el-icon-baobiao {
    background: url("../images/nav/baobiao.png") no-repeat center;
}

.el-icon-sehzhi {
    background: url("../images/nav/shezhi.svg") no-repeat center
}

.el-icon-wanshan {
    background: url("../images/nav/wanshan.svg") no-repeat center
}

.el-icon-zhifa {
    background: url("../images/nav/zhifa.svg") no-repeat center
}

.el-icon-jubao {
    background: url("../images/nav/jubao.svg") no-repeat center
}

.el-icon-yingji {
    background: url("../images/nav/yingji.svg") no-repeat center
}

.icon-edit-pass {
    background: url("../images/nav/edit-pass.png") no-repeat center
}

.el-icon-jiashiyuan {
    background: url("../images/nav/jiashiyuan.svg") no-repeat center
}

.el-menu-item-group__title {
    padding: 0px;
}

.el-menu-item,
.el-submenu__title {
    height: 52px;
    line-height: 52px;
}

.el-submenu .el-menu-item {
    height: 46px;
    line-height: 46px;
    padding-left: 50px !important;
    position: relative
}

.label-content .el-tabs__item:first-child .el-icon-close {
    display: none
}

.menu-logo {
    padding: 0px 10px;
    background: #3680f9;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #1c2330
}

.menu-logo img {
    margin-right: 10px;
    vertical-align: middle
}

.pingtai-name {
    color: #fff;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle
}

.kanban-a {
    display: block;
    position: relative;
    color: #fff;
    height: 46px;
    line-height: 46px;
    padding-left: 50px !important;
}

.kanban-a::after {
    content: '';
    position: absolute;
    left: 32px;
    height: 2px;
    width: 8px;
    background: #40506e;
    top: 50%;
    margin-top: -1px;
}

.kanban-a::before {
    content: '';
    position: absolute;
    left: 32px;
    width: 2px;
    background: #40506e;
    height: 50%;
}

.kanban-a:hover {
    color: #409EFF
}


/* .nav-menu.el-menu{position:absolute;top:60px;bottom:0px;overflow-y:auto;overflow-x:hidden} */

.el-menu-item.menu-item-only.is-active,
.el-menu-item.menu-item-only:hover,
.el-submenu.is-active > .el-submenu__title {
    background: #38455f;
    color: #fff
}

.el-menu-item.menu-item-only.is-active::after,
.el-menu-item.menu-item-only:hover::after,
.el-submenu__title:hover::after,
.el-submenu.is-active > .el-submenu__title::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #cbd3e0
}


/* 滚动条 */

.happy-scroll-container .happy-scroll-content,
.happy-scroll-container {
    width: 100% !important
}

.happy-scroll-container .happy-scroll-content {
    border-right: none
}

.happy-scroll-container {
    height: inherit !important
}

.el-menu--collapse .el-menu .el-submenu,
.el-menu--popup {
    min-width: inherit;
}

.el-menu--vertical .kanban-a {
    padding-left: 20px !important;
}

.el-menu--vertical .kanban-a::after,
.el-menu--vertical .kanban-a::before {
    display: none
}


/* 主体 */

.page-body {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #e6e6e6
}

.el-tabs--border-card > .el-tabs__content {
    display: none
}

.el-tabs--border-card {
    box-shadow: none;
    border: none
}

.page-url {
    position: absolute;
    top: 40px;
    bottom: 0px;
    width: 100%;
    left: 0px;
    overflow: auto
}

.body-child {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    overflow: auto;
}

.body-child.body-bg {
    background: #e6e6e6;
    padding: 0px
}

.el-table .cell {
    white-space: nowrap
}

.el-input__inner {
    line-height: 30px;
    height: 30px;
    width: 140px
}

.el-button {
    padding: 0px 15px;
    height: 36px;
    line-height: 36px;
    font-size: 13px
}

.el-table td,
.el-table th {
    padding: 0px;
    height: 36px;
    font-size: 12px
}

.page-table {
    overflow: hidden;
    margin-top: 17px;
}

.el-pagination {
    float: right
}

.el-dialog__body {
    overflow: hidden
}

.dialog-form .el-input__inner {
    width: 100%
}

.dialog-form .el-input {
    width: 180px
}

.dialog-btn {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 15px
}

.dialog-btn .el-form-item__content {
    margin-left: 0px
}

.dialog-form.item-left .el-form-item {
    float: left;
}

.el-submenu [class^=el-icon-] {
    height: 24px;
    line-height: 24px
}

.el-table__header th {
    background: #e8e8e8
}


/* 表单 */

.form-type-title {
    float: left;
    width: 100%;
    position: relative;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-size: 14px;
}

.el-textarea__inner {
    resize: none
}


/* 首页 */

.morelink {
    float: right;
    display: block;
    font-size: 12px;
    margin-right: 15px;
    color: #409eff;
}

.home {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.sum-total {
    overflow: hidden;
    padding: 0px 5px
}

.total-list {
    float: left;
    width: 12.5%;
    padding: 0px 5px;;
    margin-top: 5px
}

.sum-total.reclass .total-list {
    width: 14.28%
}

.total-block {
    height: 100px;
    background: #fff;
    border-radius: 5px
}

.num-sum {
    margin-left: 20px;
    margin-right: 50px;
    overflow: hidden;
}

.num-sum dt {
    color: #666;
    margin-bottom: 6px;
    margin-top: 24px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.num-sum dd {
    color: #333;
    font-size: 28px;
}

.list-icon {
    float: right;
    width: 36px;
    height: 36px;
    margin-top: 43px;
    margin-right: 10px;
}

.list-icon-1 {
    background: url("../images/home/1.png") no-repeat center;
    background-size: contain
}

.list-icon-2 {
    background: url("../images/home/2.png") no-repeat center;
    background-size: contain
}

.list-icon-3 {
    background: url("../images/home/3.png") no-repeat center;
    background-size: contain
}

.list-icon-4 {
    background: url("../images/home/4.png") no-repeat center;
    background-size: contain
}

.list-icon-5 {
    background: url("../images/home/5.png") no-repeat center;
    background-size: contain
}

.list-icon-6 {
    background: url("../images/home/6.png") no-repeat center;
    background-size: contain
}

.list-icon-7 {
    background: url("../images/home/7.png") no-repeat center;
    background-size: contain
}

.list-icon-8 {
    background: url("../images/home/8.png") no-repeat center;
    background-size: contain
}

.data-chart {
    position: absolute;
    top: 110px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

.left-chart {
    position: absolute;
    height: 100%;
    left: 0px;
    right: 530px;
}

.right-chart {
    width: 530px;
    float: right;
    height: 100%;
    position: relative;
}

.charts {
    position: relative;
    width: 100%;
    height: 50%;
    padding: 5px
}

.chart-of-area {
    background: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.charts-down {
    height: 275px;
    padding: 5px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.charts-progress {
    background: #fff;
    position: relative;
    width: 100%;
    height: 100%;
}

.charts-up {
    position: absolute;
    width: 100%;
    bottom: 275px;
    top: 0px;
}

.charts-up-down {
    position: relative;
    height: 100%;
}

.charts-up-up,
.charts-up-down {
    padding: 5px;
}

.chart-here {
    position: relative;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    text-align: center
}

.title-chart {
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 100;
    padding-left: 15px;
    font-size: 15px;
    padding-top: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    background: #fff
}

.el-table thead {
    color: #616265
}

.chart-i {
    position: relative;
    width: 33.33%;
    height: 100%;
    float: left
}

.progress-row {
    padding: 0px 15px;
    margin-top: 5px
}

.chart-here.reclass .progress-row {
    margin-top: 13px;
}

.progress-row .el-col-24 span {
    display: block;
    font-size: 14px;
}

.progress-row .el-col-24:nth-of-type(1) {
    margin-bottom: 5px;
}

.progress-row .el-col-24 span:nth-of-type(1) {
    float: left
}

.progress-row .el-col-24 span:nth-of-type(2) {
    float: right
}

.msg-dongtai {
    overflow: hidden;
    padding: 0px 15px;
    margin-top: 10px;
}

.msg-dongtai i,
.msg-dongtai span {
    display: block;
}

.msg-dongtai i {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #5ecde9;
    margin-right: 5px;
    margin-top: 2px
}

.msg-dongtai span:nth-of-type(1) {
    float: left;
    width: 100px;
    text-align: left
}

.msg-dongtai span:nth-of-type(2) {
    float: right;
    width: 130px;
    color: #666
}

.msg-dongtai span:nth-of-type(3) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 140px;
    text-align: left
}

.chart-here.home-msg-wrap {
    overflow: auto;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 36px;
    bottom: 0px;
    padding-top: 0px;
    height: auto;
}

.iconshuaxin.shuaxin-go {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -moz-transform: rotate(360deg);
    /* Firefox */
    -webkit-transform: rotate(360deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(360deg);
    /* Opera */
}


/*监控*/

.jiankong-tree {
    width: 280px;
    border-right: 1px solid #ebebeb;
    position: absolute;
    height: 100%;
    top: 0px;
}

.jiankong-tree-search {
    padding: 10px;
    position: relative
}

.jiankong-tree-search .el-autocomplete {
    width: 100%
}

.jiankong-tree-search .el-input,
.jiankong-tree-search .el-input__inner {
    width: 100%
}

.tree-list-area {
    position: absolute;
    height: 300px;
    top: 46px;
    background: #fff;
    left: 10px;
    right: 10px;
    overflow: auto;
    padding: 10px;
    z-index: 1000;
    border: 1px solid #DCDFE6;
    display: none
}

.jiankong-cheliang {
    position: absolute;
    top: 40px;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    left: 0px;
    overflow: auto;
}

.map-area {
    position: absolute;
    left: 280px;
    right: 0px;
    height: 100%;
    top: 0px;
}

.map-show {
    position: absolute !important;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.mapTool {
    position: absolute;
    z-index: 1000;
    background: #fff;
    right: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
}

ul.toolHere {
    padding: 0px;
    margin: 0px;
    float: left;
}

.toolHere li {
    float: left;
}

.toolHere li a {
    display: block;
    padding: 10px 15px;
    float: left;
    color: #666
}

.toolHere li span.lines {
    display: block;
    float: left;
    color: #a0a0a0;
    margin-top: 8px;
}

.toolHere li a i {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 7px;
}

.region-range {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 181px;
    bottom: 10px;
}

.region-search {
    padding: 10px 10px;
}

.el-input,
.region-search .el-input__inner {
    width: 100%
}

.region-list {
    position: absolute;
    top: 41px;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 10px;
    overflow: auto;
}

.toolHere li.active span {
    color: #5d9cec
}

.toolHere li .icon-quyu {
    background: url("../images/jiankong/quyu.png") no-repeat center
}

.toolHere li.active .icon-quyu {
    background: url("../images/jiankong/quyu-s.png") no-repeat center
}

.input-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    border-width: 0;
    border-radius: 0.4rem;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
    position: absolute;
    top: 236px;
    right: 10px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.75rem 1.25rem;
    z-index: 1000;
    border: 1px solid #d0d0d0;
}

.input-card h4 {
    font-family: inherit;
    line-height: 1.8;
    font-weight: 300;
    color: inherit;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: .5rem;
}

.input-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
}

.input-item-prepend {
    margin-right: -1px;
}

.input-item-text {
    width: 60px;
    text-align: justify;
    padding: 0px 7px;
    display: inline-block;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-item-text,
input[type=text],
input[type=date],
select {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}

.input-item select.select-quyu {
    width: 156px;
    border: 1px solid #ced4da;
}

.quyu-btn {
    text-align: center;
    margin-top: 10px
}

.quyu-btn button {
    height: 30px;
    line-height: 30px;
}

input.select-quyu {
    width: 156px;
    border: 1px solid #ced4da;
}

.quyu-close {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #666;
    float: right;
    font-size: 22px;
}

.map-here .el-dialog__body {
    padding: 0px
}

.tabSelect {
    padding: 0px 10px;
    margin-top: 8px;
    overflow: hidden;
    display: none
}

.taba {
    display: block;
    font-size: 12px;
    width: 25%;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    color: #333;
}

.tabWrap {
    margin-left: 1px;
    background: #eef2f6;
}

.taba.active .tabWrap {
    background: #1795de;
    color: #fff;
}


/*.jiankong-cheliang.state-tree{}*/

.amap-marker-label {
    border: none;
    padding: 0px;
}

.label-chepai {
    padding: 5px 10px;
    border-radius: 2px;
    color: #fff
}

.map-table {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #fff;
    z-index: 100;
}

.map-table-btn {
    position: absolute;
    bottom: 10px;
    width: 30px;
    height: 30px;
    right: 10px;
    cursor: pointer;
    background: url("../images/jiankong/down.svg") no-repeat center;
    background-color: #009cff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}

.map-area.btn-active .map-table-btn {
    bottom: 200px;
    background: url("../images/jiankong/up.svg") no-repeat center;
    background-color: #009cff;
    z-index: 1000
}

.map-area.btn-active .map-show {
    bottom: 190px;
}

.map-table {
    display: none
}

.map-area.btn-active .map-table {
    display: block
}

.tree-chache {
    position: absolute;
    top: 40px;
    right: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    z-index: 100
}

.tree-chache .el-dialog__title {
    font-size: 15px;
}

.tree-chache .el-dialog__header {
    padding: 5px 15px 5px;
}

.table-car-list tr th:first-child,
.table-car-list tr td:first-child {
    text-align: center
}

.table-car-list .el-table .cell {
    padding-left: 0px;
    padding-right: 5px
}

.table-car-list .el-table-column--selection .cell {
    padding: 0px;
    padding-left: 5px
}

.msg-btn {
    padding: 0px 10px;
    line-height: 24px;
    height: 24px;
    margin-left: 15px;
}

.msg-form .el-input__inner {
    width: 100%
}

.msg-form .el-textarea__inner {
    height: 80px
}

.map-weilan {
    z-index: 1000;
    background: #fff;
    right: 0px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    top: 46px;
}


/*气泡窗*/

.qipaoWindow {
    width: 390px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
}

.qipaoTitle {
    height: 30px;
    border-bottom: 1px #ebebeb solid;
    line-height: 30px;
    padding: 0px 10px;
    font-size: 12px;
}

.license,
.iconfollow,
.directTo,
.speed {
    display: block;
    float: left;
    margin-left: 10px;
}

.license {
    font-size: 14px;
    margin-left: 0px;
    margin-right: 8px
}

.directTo {
    width: 50px;
    height: 20px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    line-height: 20px;
}

.speed {
    color: #1795de
}

.qipaomain {
    overflow: hidden;
    padding: 10px;
    font-size: 12px
}

.qipaomain .bPercent {
    margin-top: 0px;
}

.bPercent-1 {
    margin-bottom: 10px;
}

.qipaomain .bPercent dd {
    float: none;
    margin-left: 60px;
}

.qipaomain .bhalf {
    margin-bottom: 5px;
}

.qipaoOption {
    padding: 8px 10px;
    border-top: 1px #ebebeb solid;
    overflow: hidden;
    padding-bottom: 10px;
}

.doOption {
    display: block;
    height: 26px;
    float: left;
    margin-left: 18px;
    color: #333;
    text-align: center;
    line-height: 26px;
    margin-bottom: 10px;
}

.doOption.active {
    color: #1795de
}

.doOption:first-child {
    margin-left: 0px;
}

.qipaoPoint {
    display: none;
    position: absolute;
    width: 20px;
    height: 14px;
    background: url(../assets/qipaopoint.png) no-repeat;
    left: 50%;
    margin-left: -10px;
    margin-top: 0px;
}

.obdhrefbtn {
    dispaly: block;
    width: 100%;
    color: #fff;
    background: #1795df;
    position: absolute;
    bottom: 0px;
    line-height: 40px;
    text-align: center
}

.obdhrefbtn:hover,
.obdhrefbtn:active,
.obdhrefbtn:visited {
    color: #fff
}

.bPercent {
    width: 100%
}

.close.qipaoClose {
    display: none;
    color: #818488;
    margin-left: 15px;
    margin-top: 9px;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=40);
    opacity: .4;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.bhalf.bPercent {
    width: 100%
}

.amap-info-content {
    border: none;
    padding: 0px
}

.amap-info-close {
    right: 15px !important;
    top: 8px;
}

.bhalf dt,
.bPercent dt {
    font-weight: 400;
}

.bhalf dt,
.bhalf dd,
.bPercent dt {
    float: left;
}

.bhalf dd {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qipaomain .bhalf {
    margin-bottom: 5px;
}

.bhalf {
    float: left;
    width: 50%;
}

.qipaomain .bPercent {
    margin-top: 0px;
    margin-bottom: 5px;
}

.bPercent {
    float: left;
    width: 100%;
    margin-top: 2px;
}

.qipao-tab {
    overflow: hidden;
    margin: 0px 10px;
    margin-top: 8px;
    margin-bottom: 5px;
}


/* .qipao-tab-list{width:50%;float:left;text-align: center;border:1px solid #dcdfe6;background: #f5f7fa;line-height:26px;font-size:12px} */


/* .qipao-tab-list:nth-of-type(2){margin-left:-1px}
.qipao-tab-list.active{background:#fff;border-bottom:none;color:#409eff} */

.qipao-tab-list {
    display: inline-block;
    border: 1px solid #dcdfe6;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding: 0px 5px;
}

.qipao-tab-list:nth-of-type(1) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.qipao-tab-list:nth-of-type(2) {
    margin-left: -5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.qipao-tab-list.active {
    background: #409eff;
    color: #fff;
    border-color: #409eff;
}

.qipao-option-btn {
    background: #409eff;
    display: inline-block;
    color: #fff;
    border: none;
    margin-left: 15px;
    padding: 2px 5px;
    border-radius: 2px;
    cursor: pointer;
}


/*气泡窗 end*/


/* 气泡框2 */

.qipao-dialog {
    position: inherit;
    padding: 0px;
}

.qipao-div {
    position: absolute;
    right: 5px;
    overflow: auto;
    width: 440px;
    top: 40px;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    max-height: 517px;
}

.qipao-dialog .el-dialog {
    position: absolute;
    z-index: 1000;
    margin: 0px !important;
    width: 100% !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    left: 0px;
    bottom: 0px;
    top: 0px
}

.qipao-dialog .el-dialog .el-dialog__body {
    position: absolute;
    top: 35px;
    bottom: 0px;
    width: 100%;
    left: 0px
}

.qipao-div .qipao-info .qipao-content {
    overflow: hidden;
    position: relative;
}

.qipao-div .qipao-info .qipao-content:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 222px;
    overflow: auto;
}

.qipao-option .el-radio--medium.is-bordered {
    padding: 0px;
    height: 24px;
    line-height: 22px;
    padding: 0px 8px;
    margin-right: 0px;
}

.qipao-option .el-radio--medium.is-bordered .el-radio__label {
    font-size: 12px
}

.qipao-content.qipao-content-solid {
    border-top: 1px solid #d0d0d0;
    padding: 8px 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.qipao-option .el-radio-button__inner {
    padding: 0px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    width: 50px;
    text-align: center;
}

.qipao-div .el-dialog__body {
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.qipao-info .el-row .el-col {
    margin-bottom: 3px;
}

.qipao-info dl dt {
    float: left;
    width: 65px;
    color: #636465;
    letter-spacing: 0.8px;
}

.qipao-info dl dd {
    margin-left: 65px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 8px;
}

.qipao-info dl {
    font-size: 12px;
}

.qipao-div .el-dialog__header {
    padding: 5px 10px;
}

.qipao-title {
    height: 26px;
    background: hsl(0, 0%, 96%);
    color: #000;
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 24px;
}

.qipao-title span {
    display: inline-block;
    position: relative;
    padding-left: 8px;
    margin-left: 10px
}

.qipao-title span::after {
    content: '';
    position: absolute;
    width: 3px;
    background: #3680f9;
    height: 12px;
    left: 0px;
    top: 6px;
}

.qipao-content {
    padding-left: 10px
}

.qipao-title-top {
    margin-top: 12px
}

.qipao-option {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.qipao-option i {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 5px;
}

.qipao-option .el-button {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 0px 8px;
    margin-left: 10px;
}

.qipao-div .el-dialog__title {
    font-size: 14px;
    display: inline-block;
    max-width: 88px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qipao-div .dpf-block dl dt {
    width: auto
}

.qipao-div .dpf-block dl dd {
    margin-left: 0px;
}

.qipao-div .dpf-block dl dt {
    margin-right: 8px;
}


/* 气泡框2 end */


/* 表格 */

.el-pagination__sizes .el-input__inner {
    width: 100%
}

.el-tabs__content {
    position: inherit
}

.info-btn-row {
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: 10px;
    position: absolute;
    border-top: 1px solid #E4E7ED;
    padding-top: 10px;
}

.td-more-menu .el-button--primary {
    color: #409EFF;
    background: none;
    border: none
}

table td .cell .el-button {
    padding: 0px
}

.td-more-menu {
    margin-left: 6px;
}

.form-table-search .el-button {
    margin-bottom: 15px;
}

.form-table-search {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.search-btn {
    float: right;
}

.el-dropdown-menu [class^=el-icon-] {
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 11px
}

.form-table-search [class^=el-icon-] {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 2px;
    margin-top: 7.5px;
    float: left
}

.form-table-title {
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    padding: 0px 24px
}

.title-h {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.title-h::after {
    content: '';
    position: absolute;
    height: 14px;
    width: 3px;
    background: #3680f9;
    left: 0px;;
    margin-top: 16px;
}

.search-btn .el-button {
    height: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.el-from-search .el-form-item {
    margin-bottom: 12px;
}

.el-from-search {
    padding: 12px 24px 0px;
}

.form-table-table i[class^=el-icon-] {
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 10px;
    float: left;
}

.form-table-table .td-more-menu i[class^=el-icon-] {
    margin-right: 3px;
}

.form-table-table .el-button + .el-button {
    margin-left: 8px
}

.form-table-table .el-button [class*=el-icon-] + span {
    margin-left: 3px
}

.form-table-search .el-button {
    font-size: 12px
}

.table-report .el-range-editor.el-input__inner {
    padding: 0px 10px
}

.table-r.table-c tr + tr {
    border-top: 1px solid #000
}

.el-icon-bianji {
    background: url(../images/table/table-xiugai.png) no-repeat center
}

.el-icon-shouquan {
    background: url(../images/table/table-shouquan.png) no-repeat center
}

.el-icon-shanchu {
    background: url(../images/table/table-shanchu.png) no-repeat center
}

.el-icon-xuanwenjian {
    background: url(../images/table/table-xuanwenjian.png) no-repeat center
}

.el-icon-moban {
    background: url(../images/table/table-moban.png) no-repeat center
}

.el-icon-gengduo {
    background: url(../images/table/table-gengduo.png) no-repeat center
}

.el-icon-chaxun {
    background: url(../images/table/table-chaxun.png) no-repeat center
}

.el-icon-paixu {
    background: url(../images/table/table-paixu.svg) no-repeat center
}

.el-icon-daoru {
    background: url(../images/table/table-daoru.png) no-repeat center
}

.el-icon-dayin {
    background: url(../images/table/table-dayin.png) no-repeat center
}

.el-icon-dayin-bule {
    background: url(../images/table/table-dayin-bule.png) no-repeat center
}

.el-icon-tingyong {
    background: url(../images/table/table-tingyong.png) no-repeat center
}

.el-icon-huifu {
    background: url(../images/table/table-huifu.png) no-repeat center
}

.el-icon-heimingdan {
    background: url(../images/table/table-heimingdan.png) no-repeat center
}

.el-icon-yichu-heimingdan {
    background: url(../images/table/table-yichu-heimingdan.png) no-repeat center
}

.el-icon-jiancelishi {
    background: url(../images/table/table-jiance.png) no-repeat center
}

.el-icon-zhililishi {
    background: url(../images/table/table-zhili.png) no-repeat center
}

.el-icon-yuyue {
    background: url(../images/table/table-yuyue.png) no-repeat center
}

.el-icon-yuyues {
    background: url(../images/table/table-yuyues.png) no-repeat center
}

.el-icon-erweima {
    background: url(../images/table/table-erweima.png) no-repeat center
}

.el-icon-dangan {
    background: url(../images/table/table-dangan.png) no-repeat center
}

.el-icon-xinzeng {
    background: url(../images/table/table-add.png) no-repeat center
}

.el-icon-baogao {
    background: url(../images/table/table-baogao.png) no-repeat center
}

.el-icon-zhaopian {
    background: url(../images/table/table-zhaopian.png) no-repeat center
}

.el-icon-shipin {
    background: url(../images/table/table-shipin.png) no-repeat center
}

.el-icon-fujian {
    background: url(../images/table/table-fujian.png) no-repeat center
}

.el-icon-shenhe {
    background: url(../images/table/table-shenhe.png) no-repeat center
}

.el-icon-weizhi {
    background: url(../images/table/table-weizhi.png) no-repeat center
}

.el-icon-yuanyin {
    background: url(../images/table/table-yuanyin.png) no-repeat center
}

.el-icon-shenqing {
    background: url(../images/table/table-shenqing.png) no-repeat center
}

.el-icon-jiejin {
    background: url(../images/table/table-jiejin.png) no-repeat center
}

.el-icon-jieguo {
    background: url(../images/table/table-jieguo.png) no-repeat center
}

.el-icon-ruchang {
    background: url(../images/table/table-ruchang.png) no-repeat center
}

.el-icon-chuchang {
    background: url(../images/table/table-chuchang.png) no-repeat center
}

.el-icon-pizhun {
    background: url(../images/table/table-pizhun.png) no-repeat center
}

.el-icon-jilu {
    background: url(../images/table/table-jilu.png) no-repeat center
}

.el-icon-shouli {
    background: url(../images/table/table-shouli.png) no-repeat center
}

.el-icon-hulue {
    background: url(../images/table/table-hulue.png) no-repeat center
}

.el-icon-chuli {
    background: url(../images/table/table-chuli.png) no-repeat center
}

.el-icon-chulis {
    background: url(../images/table/table-chulis.png) no-repeat center
}

.el-icon-shuaxin {
    background: url(../images/table/table-shuaxin.png) no-repeat center
}

.el-icon-duanxin {
    background: url(../images/table/table-duanxin.png) no-repeat center
}

.el-icon-jianguan {
    background: url(../images/table/jianguan.png) no-repeat center
}

.el-icon-quxiao-yuyue {
    background: url(../images/table/table-quxiao-yuyue.png) no-repeat center
}

.el-icon-yuyue-fujian {
    background: url(../images/table/table-yuyue-fujian.png) no-repeat center
}

.el-icon-quxiao-yuyue-fujian {
    background: url(../images/table/table-quxiao-yuyue-fujian.png) no-repeat center
}

.el-icon-quxiao-yuyue-gaizao {
    background: url(../images/table/table-quxiao-yuyue-gaizao.png) no-repeat center
}

.el-icon-up {
    background: url(../images/table/table-upload.png) no-repeat center
}

.el-icon-down {
    background: url(../images/table/table-download.png) no-repeat center
}

.el-icon-chepai {
    background: url(../images/table/table-chepai.png) no-repeat center
}

.el-icon-danganzheng {
    background: url(../images/table/table-danganzheng.png) no-repeat center
}

.el-icon-denjizheng {
    background: url(../images/table/table-denjizheng.png) no-repeat center
}

.dialog-form .el-cascader {
    line-height: 30px;
}

.form-table-table .el-cascader {
    line-height: 30px;
}

.form-table-table [class*=el-icon-] + span {
    color: #868e96
}

.form-table-table .el-table__fixed-right {
    height: 100% !important
}

.form-table-table .el-table__row {
    height: 50px
}

.form-table-table .el-table__row .el-table__cell {
    padding: 0
}

.form-type-title {
    position: relative;
    height: 26px;
}

.title-span {
    position: absolute;
    left: -20px;
    right: -20px;
    height: 26px;
    background: #f6f6f6;
    line-height: 26px;
    padding-left: 20px;
    font-size: 14px;
}

.title-span span {
    display: inline-block;
    position: relative;
    padding-left: 10px
}

.title-span span::after {
    content: '';
    position: absolute;
    height: 14px;
    width: 3px;
    background: #3680f9;
    left: 0px;
    margin-top: 5px;
}

.el-from-search .el-range-editor.el-input__inner {
    padding: 0px 10px
}

.el-from-search .el-date-editor.el-input__inner {
    line-height: 30px;
    height: 30px;
}

.el-from-search .el-date-editor .el-range__icon {
    line-height: 30px;
}

.dialog-form .el-date-editor .el-range__icon,
.dialog-form .el-date-editor .el-range-separator {
    line-height: 26px;
}

.el-from-search .el-date-editor .el-range-separator {
    line-height: 26px;
}

.daoru-tree-select {
    float: left;
    width: 100%
}

.daoruUpload {
    margin-left: 64px;
}

.excel-daoru .file-muban {
    /* float: left; */
    float: none;
    display: inline-block;
    font-size: 12px;
}

.excel-daoru .el-dialog {
    width: 450px !important;
}

.excel-daoru .el-dialog .el-input__inner {
    width: 336px;
}

.excel-file-block {
    background: #f2f7fb;
    padding: 15px 10px;
    text-align: left;
    padding-bottom: 36px;
    height: 184px;
}

.excel-daoru .el-upload-list__item:first-child {
    margin-top: 0px;
}

.excel-daoru .el-upload-list {
    left: 20px;
    right: 20px;
    position: absolute;
    bottom: 78px;
}

.excel-file-block:first-child {
    margin-bottom: 10px;
}

.excel-daoru .el-upload {
    display: block;
}

.excel-daoru .el-icon-document {
    display: inline-block !important;
    margin-top: 1px !important;
    float: none !important;
}

.excel-daoru .el-icon-close {
    margin-top: 3px !important;
}

.excel-daoru .el-upload-list__item-name {
    text-align: center;
    margin-right: 0px;
}

.excel-daoru .el-icon-close-tip {
    display: none !important;
}

.excel-file-wrap > div {
    text-align: center;
}

.excel-file-wrap > div:first-child i {
    display: inline-block;
    width: 34px;
    height: 34px;
}

.excel-file-wrap > div:first-child i.icon-file-download {
    background: url(../images/download.svg) no-repeat center;
    background-size: 100% 100%;
}

.excel-file-wrap > div:first-child i.icon-file-excels {
    background: url(../images/excels.svg) no-repeat center;
    background-size: 100% 100%;
}

.excel-file-wrap > div:first-child i.icon-file-excel {
    background: url(../images/export.svg) no-repeat center;
    background-size: 100% 100%;
}

.excel-file-wrap > div:first-child {
    margin: 15px 0px;
    margin-top: 30px;
}

.daoru-tree-select .el-popover__reference .el-input__inner {
    width: 260px
}

.form-table-search .el-input__inner {
    height: 30px;
    line-height: 30px;
}

.form-table-search .el-date-editor .el-range__icon {
    line-height: 30px
}

.form-table-search .el-date-editor .el-range-separator {
    line-height: 30px;
}

.form-table-search .el-button {
    height: 30px;
    line-height: 30px;
}

.form-table-btn {
    position: absolute;
    width: 52px;
    height: 17px;
    bottom: -11px;
    left: 50%;
    margin-left: -26px;
    background: url(../images/table/form-search-btn.png);
    cursor: pointer;
}

.el-form-area {
    position: relative;
}

.daoruUpload .el-icon-document {
    margin-top: 0px !important;
    margin-right: 5px !important;
}

.daoruUpload .el-icon-close-tip {
    display: none !important
}

.daoruUpload .el-icon-close {
    margin-top: 0px !important
}

.el-table__body tr.hover-row.current-row > td,
.el-table__body tr.hover-row.el-table__row--striped.current-row > td,
.el-table__body tr.hover-row.el-table__row--striped > td,
.el-table__body tr.hover-row > td {
    background-color: #e6f7ff;
}

.cheliang-xinxi-dangan td.td-normal {
    text-align: left;
    white-space: normal
}

.cheliang-xinxi-dangan td.td-normal span {
    display: inline-block
}


/* 信息采集 */

.info-msg {
    margin: 0px auto;
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 58px;
    overflow: auto;
    padding-top: 30px
}

.info-msg .el-col {
    padding-right: 15px
}

.info-msg .el-col .el-input__inner {
    width: 100%
}

.max-range {
    width: 900px;
    margin: 0px auto;
    padding-bottom: 30px
}

.photo-title {
    width: 80px;
}

.info-msg .el-col .el-input__inner {
    width: 100%
}

.info-msg .el-date-editor.el-input {
    width: 100% !important
}

.max-range .el-select {
    width: 100%
}

.max-range .checkbox-margin .el-checkbox-group {
    font-size: 0;
    margin-left: 120px;
}

.max-range .checkbox-margin .el-checkbox {
    color: #606266;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
    padding-bottom: 20px;
}

.upload-div-wrap {
    float: left;
    margin-right: 15px;
}

.upload-div-wrap p {
    color: #666
}

.el-select.group-select .el-input__inner {
    width: 244px;
}

.btn-file {
    padding: 5px 10px;
    height: auto;
    line-height: inherit;
    background: none;
}

.btn-file:hover,
.btn-file:active,
.btn-file:focus {
    background: none;
    color: #3681f8;
}

.file-muban {
    display: block;
    float: right;
    line-height: 28px;
    color: #409eff;
}

.btn-file,
.file-muban {
    border: 1px solid #419efe;
    padding: 0px 10px;
    height: 28px;
    line-height: 28px;
    border-color: #419efe;
    color: #419efe;
    border-radius: 2px;
}

.excel-daoru [class^=el-icon-] {
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}

.daoruUpload [class^=el-icon-] {
    margin-top: 6px;
    margin-right: 0px;
}

.phone-code .el-input-group__append {
    font-size: 12px;
    padding: 0px 5px;
    cursor: pointer;
}

.biangeng-before {
    color: #E6A23C;
}

.biangeng-after {
    color: #409EFF;
}

.label-checkbox .el-form-item__label {
    float: left
}

.label-checkbox .upload-img {
    margin-left: 120px;
}

.label-checkbox .upload-img .el-checkbox {
    margin-right: 0px;
    width: 25%;
}

.code-here {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 290px;
    height: 170px;
    /*background:url(../images/info-bg1.png) no-repeat center;background-size:100% 100%;*/
    display: inline-block;
    margin-left: 20px;
    border: 1px solid #eaeaea;
}

.code-here {
    width: 570px;
    height: 416px;
    margin-bottom: 15px;
    border: none
}

.code-here:first-child {
    margin-left: 0px;
    /*background:url(../images/info-bg.png) no-repeat center;background-size:100% 100%;*/
}

.code-title {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: "黑体";
    margin-top: 30px;
}

.code-qr {
    text-align: center;
    width: 270px;
    height: 270px;
    margin: 0px auto;
    margin-top: 19px;
    padding: 10px;
    background: #fff;
}

.code-qr img {
    vertical-align: top;
    display: inline-block
}

.code-num {
    font-size: 38px;
    font-family: "黑体";
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-top: 19px;
    line-height: 22px;
}

.code-text-title {
    font-size: 32px;
    font-weight: bold;
    padding: 0px 60px;
    margin-top: 55px;
    margin-bottom: 50px;
    font-family: "黑体";
    color: #333;
    text-align: left
}

.code-text-list {
    padding: 0px 68px;
    margin-top: 25px;
    font-size: 22px;
    font-family: "黑体";
    font-weight: bold;
    color: #333;
    text-align: left
}

.code-text-bottom {
    font-family: "黑体";
    font-weight: bold;
    color: #333;
    font-size: 22px;
    margin-top: 121px;
    text-align: center
}

.baojing-form .el-input__inner {
    width: 100%
}

.baojing-form {
    overflow: hidden
}

.left-form {
    float: left
}

.right-form {
    float: right
}

.upload-img.hide .el-upload--picture-card {
    display: none
}

.upload-img.hide .el-upload-list--picture-card .el-upload-list__item {
    width: 135px;
    height: 135px;
    margin-bottom: 0px
}

.same-upload-img .el-upload--picture-card,
.same-upload-img .el-upload-list--picture-card {
    width: 135px;
    height: 135px
}

.same-upload-img .upload-img {
    height: 135px;
}

.upload-img.hide .el-upload-list--picture-card .el-upload-list__item .el-upload--picture-card {
    width: 135px;
    height: 135px;
}

.uploadImgDialog .el-upload--picture-card {
    width: 135px;
    height: 135px;
}

.gonggao .dialog-form .el-input {
    width: 100%
}

.print-img-list {
    margin-bottom: 20px;
    display: inline-block;
    width: 360px;
}

.print-img-list:nth-of-type(2n) {
    margin-left: 20px;
}

.print-img-wrap {
    margin-top: 20px
}

.print-img-img {
    border: 1px solid #2a2a2a;
    width: 100%;
    height: 360px
}


/* 登录 */

.all-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url("../images/login-bg.jpg") no-repeat center;
    background-size: 100% 100%
}

.loginbox {
    width: 380px;
    position: absolute;
    top: 50%;
    padding: 30px;
    border-radius: 10px;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    /* IE 9 */
    -moz-transform: translate(0, -50%);
    /* Firefox */
    -webkit-transform: translate(0, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(0, -50%);
    /* Opera */
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding-bottom: 20px;
    right: 107px;
    overflow: hidden;
}

.logodiv {
    overflow: hidden;
    line-height: 50px;
    font-size: 17px;
    margin-top: 50px;
    text-align: center
}

.logodiv img {
    float: left;
    height: 50px;
    margin-right: 10px;
}

.inputRow dl {
    overflow: hidden;
    margin-top: 17px;
}

.inputRow dl dd {
    position: relative;
    width: 100%;
    border: 1px solid #bfbfbf;
    overflow: hidden;
    border-radius: 5px
}

.inputRow dl dd input.logininput {
    height: 34px;
    line-height: 34px;
    width: 100%;
    border: none;
    padding: 0px 10px;
    outline: none;
    background: none
}

.input-user-info {
    margin-left: 34px;
}

.loginbuttun {
    text-align: center
}

.loginbuttun a {
    display: inline-block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #3680f9;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-top: 30px;
}

.icon-user {
    background: url("../images/user.png") no-repeat center
}

.icon-pass {
    background: url("../images/pass.png") no-repeat center
}

.icon-input {
    width: 34px;
    height: 34px;
    float: left;
    border-radius: 18px;
}

.checkpass {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px
}

.remcheck {
    display: block;
    float: left
}

.pass-forgot {
    display: block;
    float: right;
    color: #606266
}

.login-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #333
}

.login-reg {
    text-align: center;
}

.login-reg a {
    display: inline-block;
    padding: 10px;
    color: #606266
}

.el-dialog__header {
    padding: 8px 20px 8px;
    background: #f5f7fa;
    border-bottom: 1px solid #efeff1
}

.el-dialog__headerbtn {
    top: 11px
}

.el-dialog__body {
    padding: 20px
}

.reg-account .el-dialog__body {
    padding: 10px 20px;
}

.upload-form-div {
    margin-left: 100px
}

.reg-account .el-input__inner {
    width: 260px
}

.loginbox-title {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    color: #2882fe
}

.loginname {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 4px;
}

.login-font {
    width: 600px;
    height: 424px;
    background: url("../images/login-font.png") no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -190px;
    margin-left: -520px;
    background-size: 100% 100%
}

.login-font-sx {
    background: url("../images/login-font-sx.png") no-repeat center;
}

.reg-account .el-dialog {
    position: absolute;
    right: 107px;
    margin-top: 0px !important;
    top: 50%;
    transform: translate(0, -50%);
}

.loginbox .el-checkbox__label {
    padding-left: 0px
}

.erweima {
    background: #fff;
    border: 1px solid #d0d0d0;
    width: 100px;
    text-align: center;
    display: inline-block;
    margin-right: 15px
}

.erweima-area {
    width: 100%;
    height: 100px;
}

.code-text {
    padding: 0px 2px;
    padding-bottom: 3px;
    box-sizing: border-box;
    font-size: 12px;
}

.ewm-code-div {
    position: absolute;
    bottom: 10px;
    left: 15px
}

.erweima-area img {
    width: 100%;
    height: 100%;
}

.all-wrap.login-all-bg {
    background: url(../images/login-all-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.all-wrap.login-all-bg .login-font {
    background: url(../images/login-font-all.png) no-repeat center;
    background-size: 100% 100%;
    width: 600px;
    height: 438px;
    margin-left: -577px
}

.all-wrap.login-all-bg .loginbox-title {
    color: #333333
}

.all-wrap.login-all-bg .loginbox {
    margin-top: 50px
}

.code-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/code/login-code.png) no-repeat center;
    background-size: 100% 100%;
    top: 0px;
    right: 0px;
}

.code-area {
    display: none
}

.code-area:hover {
    display: block
}

.code-btn:hover + .code-area {
    display: block
}

.list-table-f {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    left: 10%;
    top: 50%;
    border-radius: 5px;
    overflow: hidden;
    transform: translate(-50%, 0);
    border: 1px solid #e9e9e9;
    border-right: none;
    border-bottom: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -ms-transform: translate(0, -50%);
    /* IE 9 */
    -moz-transform: translate(0, -50%);
    /* Firefox */
    -webkit-transform: translate(0, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(0, -50%);
}

.list-table-f .el-table td,
.list-table-f .el-table th.is-leaf {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    color: #0563fb;
    background: none;
}

.list-table-f h4 {
    padding: 10px 0px;
    text-align: center;
    color: #0563fb;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.4);
}

.list-table-f .el-table {
    border-top: 1px solid #e9e9e9;
}

.list-table-f .el-table--enable-row-hover .el-table__body tr:hover > td {
    background: none;
}

.list-table-f .el-table .cell {
    white-space: normal;
    line-height: normal;
    background: none;
}

.list-table-f .el-table th,
.list-table-f .el-table tr,
.list-table-f .el-table,
.list-table-f .el-table__expanded-cell {
    background: none;
}

.list-table-f .el-table__header th {
    background: none;
}

.list-table-f .el-table--border::after,
.list-table-f .el-table--group::after,
.list-table-f .el-table::before {
    display: none;
}

td.f-font .cell {
    font-size: 15px;
}

.verycode {
    width: 100%;
    height: 34px;
}

/* 个人中心 */

.listDataTitle.nolineThis {
    border: none
}

.userCenter {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 10px;
    background: #fff;
    overflow: auto
}

.userTouxiang {
    width: 127px;
    height: 127px;
    background: url(../images/gerenzhongxin/touxiangUser.png) no-repeat;
    float: left;
}

.userInfoWrap h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.userInfoWrap {
    margin-left: 177px;
}

.mainUser {
    overflow: hidden;
    padding: 30px 40px;
    border-bottom: 1px #e1e1e1 solid;
    margin: 0px 10px
}

.caozuoUser .btn.btn-default {
    padding: 0px 12px;
    height: inherit;
    line-height: 24px;
    margin-left: 20px;
}

.caozuoUser .btn.btn-default:first-child {
    margin-left: 0px;
}

.caozuoUser {
    margin-top: 22px;
}

.phoneNum {
    font-size: 14px;
}

.mainInfoFor {
    padding: 40px 0px;
    padding-top: 0px;
}

.mainInfoFor dl {
    float: left;
    margin-right: 40px;
}

.mainInfoFor dl dt {
    margin-right: 5px;
}

.mainInfoFor dl dt,
.mainInfoFor dl dd {
    float: left
}

.rowInfoHere {
    overflow: hidden;
    border-bottom: 1px #e1e1e1 solid;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.rowInfoHere:last-child {
    border: none
}

.singnTi {
    color: #fff;
    display: block;
    line-height: 30px;
    margin-left: 10px;
    float: left
}

.passEject {
    width: 360px;
    height: 290px;
    margin-left: -180px;
    margin-top: -145px;
}

.phoneEject {
    width: 360px;
    height: 180px;
    margin-left: -180px;
    margin-top: -90px;
}

.editblock dl {
    width: 200px;
}

.editblock dt,
.editblock dd {
    width: 100%;
}

.editblock dt.logoedit,
.editblock dt.icoedit {
    width: 40px;
    height: 40px;
    background: #c9c9c9;
    margin-left: 80px;
}

.introedit {
    text-align: center;
    margin-top: 10px;
    color: #666
}

.editblock dt.platformsign {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dingzhititle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.dingzhititle .pointtext {
    font-size: 12px;
    color: #888;
    margin-left: 10px;
    font-weight: 400
}

.keepbt {
    float: left;
    margin-top: 20px;
}

.platformname .editthis {
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #f5902a;
    line-height: 30px;
    margin-top: 5px;
    text-align: left;
    padding: 0px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.btn.btnfinish {
    position: absolute;
    background: #000;
    color: #fff
}

.iconphone {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background: url(../images/gerenzhongxin/iconphone.png) no-repeat center;
    margin-top: 3px;
    margin-right: 5px;
}

.phoneNum {
    font-weight: bold
}

.rowdl {
    overflow: hidden;
}

.rowdl dt {
    font-weight: 400
}

.rowdl dt,
.rowdl dd {
    float: left
}

.leftusrinfo {
    float: left;
    margin-right: 30px
}

.leftusrinfo .rowdl {
    margin-top: 10px;
}

.leftusrinfo .rowdl:first-child {
    margin-top: 0px
}

.rowdl dd {
    padding-right: 30px;
    color: #666
}

.modifyrow {
    margin: 0px 10px;
    border-bottom: 1px #e1e1e1 solid;
    overflow: hidden;
    padding: 30px 15px;
}

.blockmodify {
    float: left;
    width: 33.3%;
    padding: 0px 15px;
}

.iconimg {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
}

.modifyinfo {
    margin-left: 70px
}

.iconphones {
    background: url(../images/gerenzhongxin/iconphones.png) no-repeat center
}

.iconpass {
    background: url(../images/gerenzhongxin/iconpass.png) no-repeat center
}

.iconmsg {
    background: url(../images/gerenzhongxin/iconmsg.png) no-repeat center
}

.iconway {
    background: url(../images/gerenzhongxin/iconway.png) no-repeat center
}

.iconheimingdan {
    background: url(../images/gerenzhongxin/iconheimingdan.png) no-repeat center
}

.icontitle {
    background: url(../images/gerenzhongxin/icont.png) no-repeat center
}

.modifytitle {
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    height: 26px;
    line-height: 26px;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.modifytitle.platformname {
    overflow: inherit;
}

.introDescrip {
    color: #666666;
    word-break: break-all;
}

.handleBt.modifybtn {
    margin-left: 0px;
    height: 26px;
    line-height: 26px;
    padding: 0px;
    margin-top: 16px;
    color: #666666;
    float: none;
    width: 70px;
    text-align: center;
    display: block;
    background: #f4f4f4;
    border: 1px #e1e1e1 solid;
}


/* 1 */

.edit-pass .dialog-form .el-input__inner {
    width: 260px
}

.el-message-box__content .el-input .el-input__inner {
    width: 100% !important
}

.amap-sug-result {
    z-index: 9000;
    border-radius: 5px;
}

.auto-item {
    padding: 10px 15px;
    border-top: 1px solid #f3f3f3
}


/* 项目管理 */

.img-upload-div {
    margin-left: 90px;
    overflow: hidden
}

.img-upload-div .el-upload--picture-card {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.img-upload-div .upload-img.hide .el-upload-list--picture-card .el-upload-list__item {
    width: 100px;
    height: 100px;
}

.img-upload-div .el-upload-list--picture-card .el-upload-list__item {
    width: 100px;
    height: 100px;
    margin-bottom: -5px;
}

.img-upload-div .upload-img.hide {
    height: 100px
}


/* 报表 */

.report-chart {
    height: 250px;
    border: 1px solid #EBEEF5;
    margin-bottom: 15px;
    background: #fdfdfd
}

.left-charts,
.right-charts {
    position: relative;
    height: 100%;
    display: inline-block;
}

.left-charts {
    width: 30%;
}

.right-charts {
    width: 70%;
}


/* 公告 */

.gonggao .dialog-form .el-input__inner {
    width: 306px;
}

.gonggao .dialog-form .el-textarea__inner {
    width: 306px;
    height: 150px;
}


/* 车辆档案 */

.dangan-h {
    border: 1px solid #d3d3d3;
    background: #eeeeee;
    padding: 10px 15px;
    border-bottom: none;
    font-size: 15px;
}

.list-div {
    border-top: none;
    margin-top: 10px;
}

.list-div:first-child {
    margin-top: 0px;
}

.dangan-content {
    padding: 10px 15px;
    overflow: hidden;
    padding-left: 0px;
    padding-bottom: 0px
}

.dangan-content dl,
.dangan-content dl dt {
    float: left;
}

.dangan-content dl dt {
    width: 130px;
    text-align: right
}

.dangan-content dl dd {
    margin-left: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.dangan-content dl dt {
    color: #888787
}

.dangan-content dl {
    padding-left: 15px;
    width: 33.33%;
    margin-bottom: 10px;
}

dl.dl-row {
    width: 100%
}

.dangan-title {
    margin: 0px 15px;
    font-size: 14px;
    border-bottom: 1px solid #e0dfdf;
    padding-bottom: 10px;
    font-weight: 400;
    color: #409EFF
}

.dangan-list-wrap {
    margin-top: 40px;
    position: relative
}

.dangan-list-wrap::after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0px;
    height: 1px;
    background: #e0dfdf;
}

.dangan-list-wrap:last-of-type::after {
    display: none
}

.list-div .dangan-list-wrap:nth-of-type(1) {
    margin-top: 0px
}

.dangan-result {
    position: relative
}

.dangan-result::after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0px;
    height: 1px;
    background: #e0dfdf;
}

.dangan-result-num {
    width: 40px;
    position: absolute;
    height: 100%;
    left: 15px;
    text-align: center;
    border-right: 1px solid #e0dfdf
}

.dangan-result-num span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    /* IE 9 */
    -moz-transform: translate(0, -50%);
    /* Firefox */
    -webkit-transform: translate(0, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(0, -50%);
    /* Opera */
}


/* .dangan-result .dangan-content{margin-left:55px;} */

.table-loop {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

.table-loop:first-of-type {
    padding-top: 0px
}

.table-loop::after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: #e1e1e1
}

.table-loop:last-of-type::after {
    display: none
}

.dangan-div-row {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

.dangan-div-row::after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 1px;
    background: #e1e1e1
}

.cheliang-xinxi-dangan {
    border: 1px solid #d0d0d0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: -1px
}

.cheliang-xinxi-dangan td,
.cheliang-xinxi-dangan th {
    padding: 8px 5px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #d0d0d0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dangan-label {
    width: 130px;
    font-weight: bold
}

.row-upload-cheliang .el-upload--picture-card {
    width: 135px;
    height: 135px;
}


/* 树形 */

.el-popover {
    padding: 0px;
}

.el-popover .el-tree {
    min-height: 400px;
    overflow: auto;
    padding: 12px;
}

.ztree li span {
    font-size: 13px;
}

.ztree {
    padding: 13px;
    color: #333;
    padding-right: 25px;
}

.ztree li {
    line-height: inherit;
}

.ztree li span.button.switch {
    height: 20px
}


/* 检测结果 */

.table-pdf {
    background: #fff;
    padding: 20px 30px;
    margin: 0px auto;
}

.file-num {
    float: left;
}

.file-page {
    float: right;
}

.file-title {
    text-align: center;
    position: absolute;
    width: 100%
}

.file-header {
    border-bottom: 1px solid #000000;
    padding-bottom: 8px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.table-body {
    padding-top: 20px;
}

.print-table-c .table-body {
    padding-top: 0px;
}

.table-body h1 {
    font-size: 24px;
    text-align: center;
}

.table-pdf-first {
    overflow: hidden;
    position: relative;
}

.tableR td {
    border: 1px solid #000000;
    text-align: center;
    padding: 10px 8px;
    border-top: none;
    position: relative;
}

.tableR {
    border-collapse: collapse;
    border: 1px solid #000000;
    width: 100%;
    border: none;
}

.table-body-main {
    margin-top: 20px;
}

.table-body-main > .tableR:first-child {
    border-top: 1px solid #000000;
}

.table-div {
    margin-top: -1px;
    border-top: 1px solid #333
}

.table-r {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-collapse: collapse;
}

.content-table td {
    border: none;
    border-left: 1px solid #000;
    border-top: 1px solid #000
}

.content-table {
    width: 100%;
    border-collapse: collapse;
}

.content-table tr > td:first-child {
    border-left: none;
}

.content-table > tr:first-child td {
    border-top: none
}

.table-r td {
    border: none;
    position: relative;
}


/* .table-r td::after{content:"";position: absolute;width:1px;top:0px;bottom:0px;background: #000;left: 0px;} */

.table-r td::after {
    display: none
}

.table-r .table-child-border td {
    border-left: 1px solid #000;
}

.table-r .table-child-border td:first-child {
    border: none
}

.table-r td:first-child::after {
    display: none;
}

.table-td-top_border td {
    border-top: none;
}

.row-dl {
    overflow: hidden;
    margin-top: 15px;
}

.row-dl dl {
    float: left;
    width: 25%;
}

.row-dl dl dt,
.row-dl dl dd {
    float: left;
}

.sign-area {
    float: right;
    margin-right: 80px;
    margin-top: 30px;
}

.sign-area p {
    margin-bottom: 15px;
    font-size: 15px;
}

.pageBreak {
    page-break-before: auto;
    page-break-after: always;
}

.jiance-pic .el-dialog__body {
    padding: 0px
}

.pageBreak {
    zoom: 1
}

.print-check label {
    display: inline-block;
}

.print-check label input[type=checkbox] {
    margin-right: 5px;
}

.print-check label + label {
    margin-left: 10px
}

.row-print {
    padding: 10px 24px
}

.row-print-o {
    padding: 10px 30px;
    text-align: center;
}

.row-print-o .jiance-img-werap {
    height: 665px;
    width: 500px;
    display: inline-block;
}

.table-pdf-number dt,
.table-pdf-number dd {
    display: inline-block;
    border: 1px solid #000;
    line-height: 50px;
    height: 50px;
    /* font-size:24px; */
    font-size: 18px;
    vertical-align: middle;
    padding: 0px 10px
}

.table-pdf-number dd {
    border-left: none
}

.page-first-name {
    /* margin-left: 170px; */
    /* margin-top: 160px */
    margin-top: 118px;
    margin-left: 180px;
}

.page-first-name dl {
    margin-bottom: 24px
}

.page-first-name dl dt,
.page-first-name dl dd {
    display: inline-block;
    /* font-size: 32px; */
    font-size: 24px;
    color: #333;
    margin-bottom: -10px
}

.page-first-name dl dt {
    text-align: justify;
    overflow: hidden;
    height: 36px;
    /*height: 27px;*/
    /* width: 225px; */
    width: 170px
}

.page-first-name dl dt::after {
    content: " ";
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 0px;
}

.print-table-dialog .el-dialog__body {
    padding: 0px
}

.print-word dd,
.print-word dt {
    /* font-size: 26px; */
    font-size: 20px;
    color: #333
}

.print-word {
    margin-top: 158px;
    padding: 0px 30px;
}

.print-word dl {
    overflow: hidden
}

.print-word dl + dl {
    margin-top: 26px
}

.print-code {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 1px solid #d0d0d0;
    top: 20px;
    left: 20px;
}

.print-code img {
    width: 100%;
    height: 100%;;
}


/* 治理工单 */

.zhiliDialog .dialog-form .el-input {
    width: 100%
}

.zhiliDialog .el-table__body td {
    padding: 5px 0px;
}


/* 时间控件 */

.mx-datepicker-popup {
    z-index: 5000
}

.print-img .jiance-img-col {
    height: 500px
}

.pic-image .el-form-item__content {
    margin: 0px !important
}

.pic-image {
    width: 100%
}


/* 完善资料 */

.table-add-list table td .cell .el-button {
    border: none
}

.table-add-list .el-table .cell {
    padding: 5px 0px
}

.table-add-list table td .cell .el-button.el-button--primary {
    padding: 0px 10px
}

.table-add-list table td .cell .el-icon-circle-plus:before {
    font-size: 20px;
    color: #468cd4;
}

.table-add-list table td .cell .el-icon-remove:before {
    font-size: 20px;
}

.avatar-uploader .el-upload--text {
    border: 1px solid #d0d0d0
}

.avatar-uploader .avatar-uploader-icon[data-v-76ea894c] {
    width: 300px;
    height: 360px;
    line-height: 340px
}

.avatar-uploader .avatar[data-v-76ea894c] {
    width: 300px;
    height: 360px;
}

.detail-danwei .jiance-img-col {
    padding: 5px;
}

.detail-danwei .jiance-img-werap {
    width: 100%;
    height: 220px;
}

.jiance-img-werap {
    text-align: center;
    border: none;
}

.print-body-c .detail-danwei .jiance-img-werap {
    height: 150px;
}

.print-body-c .el-checkbox__label {
    font-size: 12px;
}

.print-body-c .jiance-img-col {
    height: auto
}

.print-body-c .tableR td {
    font-size: 12px;
}

.detail-danwei .jiance-img-col img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.detail-danwei-title {
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
}

.formTitleh {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-weight: bold
}

.detail-danwei {
    margin-bottom: 25px;
}

.img-xiangqing .el-upload-list__item-delete {
    display: none !important
}

.wanshanxinxi-block {
    padding: 20px;
    width: 900px;
    margin: 0px auto
}

.dialog-form.item-left.wanshanxinxi-block .el-form-item {
    display: inline-block;
    float: none;
}

.dialog-form.item-left.wanshanxinxi-block .el-col-8 {
    height: 48px
}

.dialog-form.wanshanxinxi-block .el-input {
    width: 100%
}

.dialog-form.wanshanxinxi-block .table-add-list .el-table .cell {
    padding: 5px 3px
}


/* 进度条背景色 */

.el-progress-bar__outer {
    background-color: rgb(189, 188, 188);
}


/* 登录2 */

.all-wrap.login-bg .login-wrap {
    width: 1000px;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -550px;
    top: 50%;
    transform: translate(0, -50%);
}

.all-wrap.login-bg {
    background: url(../images/login/login.jpg) no-repeat;
    background-size: 100% 100%;
}


/*通用*/

.all-wrap.login-bg .login-font,

    /*安徽*/

.all-wrap.login-bg .login-font2,
.all-wrap.login-bg .loginbox {
    position: relative;
    width: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0px;
    display: inline-block;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.all-wrap.login-bg .loginbox {
    width: 376px;
    padding: 40px 30px;
    vertical-align: bottom;
    margin-bottom: 36px;
}


/*通用*/

.all-wrap.login-bg .login-font {
    width: 400px;
    height: 400px;
    background: url(../images/login/login-bg1.png) no-repeat center;
    background-size: contain;
}


/*安徽*/

.all-wrap.login-bg .login-font2 {
    width: 400px;
    height: 400px;
    background: url(../images/login/login-bg1-ah.png) no-repeat center;
    background-size: contain;
}

.login-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

.login-logo img {
    width: 700px
}

.all-wrap.login-bg .inputRow dl dd input.logininput {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}

.all-wrap.login-bg .icon-input {
    width: 34px;
    height: 34px;
}

.all-wrap.login-bg .input-user-info {
    margin-left: 34px;
}

.all-wrap.login-bg .inputRow dl:first-child {
    margin-top: 0px
}

.all-wrap.login-bg .inputRow dl {
    margin-top: 18px;
}

.all-wrap.login-bg .loginbuttun a {
    height: 34px;
    line-height: 34px;
    margin-top: 25px;
    box-shadow: 0px 7px 10px rgba(121, 182, 247, 1);
}

.all-wrap.login-bg .checkpass {
    font-size: 12px;
}

.all-wrap.login-bg .loginbox-title {
    position: relative;
    color: #1881f2;
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
}

.all-wrap.login-bg .loginbox-title::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 18px;
    left: 0px;
    background: #1881f2;
    top: 4px;
}

.all-wrap.login-bg .ewm-code-div {
    position: relative;
    margin: 0px;
    left: 0px;
    margin-top: 20px;
}

.all-wrap.login-bg .ewm-code-div .erweima {
    width: 33.33%;
    margin: 0px;
    background: none;
    border: none;
}

.all-wrap.login-bg .ewm-code-div .erweima-area,
.all-wrap.login-bg .ewm-code-div .code-text {
    display: inline-block;
    vertical-align: middle;
}

.all-wrap.login-bg .ewm-code-div .erweima .code-text {
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 0px 15px;
}

.all-wrap.login-bg .ewm-code-div .erweima-area {
    width: 76px;
    height: 76px;
}


/* 登录后入口 */

.entryDiv {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/entry-bg.jpg) no-repeat center;
    background-size: 100% 100%
}

.entry-block {
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
    /* Opera */
}

.entry-list {
    width: 319px;
    height: 250px;
    float: left;
    background: url(../images/entry-list-bg.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 5px;
    margin-left: 20px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3)
}

.entry-block .entry-list:first-child {
    margin-left: 0px;
}

.entry-list {
    text-align: center;
    cursor: pointer;
}

.entry-block [class^=entry-list-icon-] {
    width: 114px;
    height: 96px;
    display: inline-block;
    margin-top: 30px;
}

.entry-list p {
    padding: 0px 40px;
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    margin-top: 18px
}

.entry-list-icon-1 {
    background: url(../images/entry-list-bg1.png) no-repeat center
}

.entry-list-icon-2 {
    background: url(../images/entry-list-bg2.png) no-repeat center
}

.entry-list-icon-3 {
    background: url(../images/entry-list-bg3.png) no-repeat center
}

.el-tooltip__popper {
    max-width: 300px;
}


/* 显示限制宽度 */

.el-tooltip__popper {
    max-width: 300px;
}


/* 报表树形高度限制 */

.ztree-wrap {
    height: 200px;
    overflow: auto;
}

.tab-option .el-from-search {
    padding-top: 120px;
}

.tabDiv {
    position: absolute;
    z-index: 1000;
    top: 19px;
    left: 10px;
    padding: 0px 15px;
}

.liDiv {
    float: left;
    padding: 0 20px;
    background: #f7f7f7;
    border: 1px solid #e4e7ed;
    height: 36px;
    line-height: 36px;
    border-bottom: none;
    border-left: none;
    cursor: pointer;
    position: relative;
}

.liDiv.active {
    color: #409eff;
    background: #fff
}

.liDiv:first-child {
    border-left: 1px solid #e4e7ed;
}

.liDiv.active:after {
    content: "";
    top: 35px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #fff;
}

.qurey-title {
    width: 100%;
    height: auto;
}

.qurey-title .form-title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qurey-title .form-title .form-title-one .el-input__inner {
    line-height: 32px;
    height: 32px;
    width: 400px;
}

.qurey-title .form-title .form-title-two .el-button {
    padding: 0px 15px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
}

.qurey-title .form-title .form-title-two .el-dropdown {
    padding: 0px 15px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
}

.qurey-title .form-title .form-title-one .el-range__icon {
    font-size: 14px;
    margin-left: -5px;
    color: #C0C4CC;
    float: left;
    line-height: 32px;
    margin-bottom: 8px;
}

.qurey-title .form-title .form-title-one .el-date-editor .el-range-separator {
    padding: 0 5px;
    line-height: 32px;
    width: 5%;
    color: #303133;
    margin-bottom: 8px
}


/* 举报统计 */

.charts-map {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.charts-map .map-one {
    width: 25%;
    height: 300px;
}

.charts-map .map-two {
    width: 75%;
    height: 300px;
}

.charts-map-two {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.charts-map-two .map-one {
    width: 25%;
    height: 300px;
}

.charts-map-two .map-two {
    width: 75%;
    height: 300px;
}

.map-line {
    width: 100%;
    height: auto;
}

.map-lines {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.echart-map {
    width: 100%;
    height: 680px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.echart-map .map-one {
    width: 25%;
    height: 580px;
}

.echart-map .map-two {
    width: 75%;
    height: 580px;
}

.echart-map2 {
    width: 100%;
    height: 580px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.echart-map2 .map-one {
    width: 25%;
    height: 580px;
}

.echart-map2 .map-two {
    width: 75%;
    height: 580px;
}

.map-shows {
    width: 100%;
    height: 580px;
}

.echart-line {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.echart-line .map-one {
    width: 400px;
    height: 300px;
}

.echart-line .map-two {
    width: 75%;
    height: 300px;
}


/* 违法举报 */

.custom__label {
    width: 100px;
    text-align: right;
    float: left;
    padding-right: 10px;
    padding: 0px 20px;
}

.custom__div {
    margin-left: 100px;
}

.dialogInput .el-input__inner {
    line-height: 30px;
    height: 30px;
    width: 100%;
}

.el-cascader {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 30px;
}


/* 进入场 */

.dialog-form-c .el-input__inner {
    width: 100%
}

.dialog-form-c .el-form-item {
    margin-bottom: 0px
}

.textarea-el {
    width: 460px
}

.textarea-el.el-textarea textarea {
    height: 80px
}

.jiance-img {
    max-width: 100%;
    max-height: 100%;
}

.jiance-img-col {
    padding: 8px;
}

.jiance-img-wrap {
    border: 1px solid #D0d0d0;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotMapName {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.hotMapName span {
    color: #444;
    font-weight: bold
}

.quick-link .badge-dot i {
    margin-top: 0px
}

.quick-link .badge-dot {
    margin-top: -5px;
}

.row-upload-img .upload-div-wrap .el-form-item__content {
    margin-left: 0px !important;
}


/* adas */

.adas-alert {
    position: fixed;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .5);
    bottom: 30px;
    right: 30px;
    background: #fff;
    z-index: 9000;
    border: 1px solid #ebeef5;
    width: 360px;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    overflow: hidden;
}

.adas-option {
    float: right;
    margin-right: 24px;
}

.adas-option i {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 5px;
}

.adas-option > i + i {
    margin-left: 10px;
}

.el-icon-adas-set {
    background: url(../images/shezhi.svg) no-repeat center;
}

.el-icon-adas-edit {
    background: url(../images/edit.svg) no-repeat center;
}

.el-icon-adas-down {
    background: url(../images/down.svg) no-repeat center;
}

.el-icon-adas-up {
    background: url(../images/up.svg) no-repeat center;
}

.el-icon-adas-voice {
    background: url(../images/voice.svg) no-repeat center;
}

.el-icon-adas-voice.no {
    background: url(../images/j-voice.svg) no-repeat center;
}

.adas-list {
    overflow: hidden;
}

.adas-list + .adas-list {
    margin-top: 5px
}

.adas-list dd,
.adas-list dt {
    font-size: 14px;
}

.adas-list dt {
    float: left;
    width: 70px;
}


/* .adas-list dd{margin-left:70px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;} */

.adas-list dd {
    margin-left: 70px;
    min-width: 288px;
}

.adas-content {
    padding: 10px 15px;
    position: relative;
}

.adas-content > div:first-child {
    height: 100px;
}

.adas-list dd .el-tag {
    height: initial;
    line-height: initial;
    border: none;
    background: none;
    padding: 0px;
    font-size: 14px;
}

.adas-video {
    margin-top: 10px;
}

.adas-video video {
    width: 100%;
    height: 200px;
    background: #292828;
    object-fit: fill
}

.adas-video img {
    width: 100%;
    height: 200px;
    margin-top: 10px
}

.adas-page-page .el-button {
    border: none;
    font-size: 20px;
    vertical-align: middle;
    color: #409EFF
}

.adas-page-page .el-button[disabled] {
    color: #888
}

.adas-page {
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s
}

.adas-page.adas-page-active {
    opacity: 0;
    transition: opacity 0.3s
}

.adas-video .el-carousel,
.adas-video .adas-empty {
    height: 200px
}

.adas-video .el-carousel__container {
    height: 100%
}

.adas-page .el-input__inner {
    height: 26px;
    line-height: 26px;
}

.adas-img-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px;
}

.el-icon-adas-alarm {
    background: url(../images/alarm.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
}

.el-icon-adas-alarm.flash {
    opacity: 0;
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    /* Firefox 4 */
    -webkit-transition: opacity 0.2s;
    /* Safari 和 Chrome */
    -o-transition: opacity 0.2s;
    /* Opera */
}

.adas-alert.adasActive {
    width: 140px;
    height: 38px
}

.adas-video .el-carousel__arrow--right,
.adas-video .el-carousel__arrow--left {
    top: 120px;
}

.adas-video .el-carousel__arrow {
    background: rgba(64, 158, 255, 0.6);
}

.tip-popper {
    z-index: 10000 !important
}

.adas-empty-bg {
    width: 90px;
    height: 90px;
    background: url(../images/empty.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.adas-empty {
    text-align: center;
}

.adas-empty {
    line-height: 200px;
    background: #f5f5f5;
}

.topToBtn {
    position: absolute;
    z-index: 2000;
    width: 40px;
    height: 40px;
    background: url(../images/top.svg) no-repeat center;
    background-size: contain;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
}

.adas-alert .el-badge__content.is-fixed {
    top: 14px
}

.adas-alert .el-badge__content {
    background-color: #fbf8f8;
    border: 1px solid #f46c6c;
    color: #f30a0a;
}

.adas-set_dialog .el-form-item__label,
.adas-set_dialog .el-form-item__content,
.adas-set_dialog .el-form-item .el-input__icon {
    line-height: 30px;
}

.adas-set_dialog .el-form-item {
    margin-bottom: 16px
}

.el-form-item__error {
    white-space: nowrap;
}


/* 轨迹播放条 */

.guijiPlayTool {
    position: absolute;
    bottom: 10px;
    background: #eaedf2;
    height: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 0px 22px;
    border-radius: 8px;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%, 0);
}

.play-tool-btn {
    width: 24px;
    height: 24px;
    margin-top: 8px;
    cursor: pointer;
    vertical-align: top;
    display: inline-block
}

.play-tool-btn + .play-tool-btn {
    margin-left: 20px;
}

.icon-guiji-prev,
.icon-guiji-next {
    width: 18px;
    height: 18px;
    margin-top: 11px;
}

.icon-guiji-prev {
    background: url(../images/guiji/guiji-tool-prev.svg) no-repeat center;
    background-size: contain;
}

.icon-guiji-next {
    background: url(../images/guiji/guiji-tool-next.svg) no-repeat center;
    background-size: contain;
}

.icon-guiji-play {
    background: url(../images/guiji/guiji-tool-play.svg) no-repeat center;
    background-size: contain;
}

.icon-guiji-pause {
    background: url(../images/guiji/guiji-tool-pause.svg) no-repeat center;
    background-size: contain;
}

.icon-guiji-fresh {
    background: url(../images/guiji/guiji-tool-fresh.svg) no-repeat center;
    background-size: contain;
}

.icon-guiji-del {
    background: url(../images/guiji/guiji-tool-del.svg) no-repeat center;
}

.icon-guiji-save {
    background: url(../images/guiji/guiji-tool-save.svg) no-repeat center;
}

.icon-guiji-export {
    background: url(../images/guiji/guiji-tool-export.svg) no-repeat center;
}

.play-tool-progress {
    margin-top: 1px;
    float: left;
}

.play-tool-progress .progressValue,
.play-tool-progress .el-slider {
    display: block;
    float: left
}

.play-tool-progress .el-slider {
    width: 200px;
    margin-left: 25px
}

.guijiPlayTool .el-slider__runway {
    background-color: #dbdbdc;
}

.guijiPlayTool .el-slider__bar {
    background-color: #fe692e;
}

.guijiPlayTool .el-slider__button {
    border-color: #fe692e;
    background-color: #fe692e;
}


/* 检测打印选择框样式 */

.el-checkbox__input.is-disabled + span.el-checkbox__label {
    color: #0a0a0a;
    cursor: not-allowed;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
    border-color: #0a0a0a;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
    background-color: #fefeff;
    border-color: #0a0a0a;
}

.el-checkbox__input.is-disabled .el-checkbox__inner {
    background-color: #fefeff;
    border-color: #0a0a0a;
    cursor: not-allowed;
}

.el-checkbox__label {
    display: inline-block;
    padding-left: 0px;
    line-height: 19px;
    font-size: 14px;
}

.play-num {
    display: inline-block;
    margin: 0px 10px;
    margin-top: 12px;
    font-size: 15px;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}


/* 视频 */

.video-wrap {
    position: absolute;
    left: 0px;
    right: 300px;
    background: #000;
    top: 0px;
    bottom: 0px;
    overflow: hidden
}

.video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.video-setting {
    position: absolute;
    width: 300px;
    background: #fff;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid #d0d0d0;
}

.video-setting_form {
    padding: 15px;
    margin-top: 5px
}

.video-setting_form .el-input__inner {
    width: 100%
}

.video-setting_btn {
    text-align: right;
}


/* 打印 */

.print-page {
    width: 794px;
    height: 1120px;
    margin-bottom: 20px;
    position: relative;
    margin: 0;
    padding: 0;
    page-break-after: always;
    break-after: always;
    padding-top: 30px;
}

.print-page p,
.print-page input,
.print-page span,
.print-page .tableR.print-table-o td,
.print-page .dt,
.print-page .dd {
    font-family: 'SimSun';
}

.a-n-font {
    font-family: 'Calibri';
}

.error-img {
    width: 400px;
    height: 290px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/404.svg) no-repeat center;
    background-size: contain;
}

@media print {
    .print-line {
        display: none
    }

    .print-page-body {
        margin: 0px;
        padding: 0px
    }
}

/* @page {
    margin: 0;
    padding: 0px
} */


/*屏幕适配 */

@media screen and (min-width: 1900px) {
    .logodiv {
        margin-top: 150px;
    }

    .loginname {
        font-size: 54px
    }

    .chart-here .progress-row {
        margin-top: 20px;
    }

    .chart-here .progress-row .el-progress-bar__outer {
        height: 18px
    }

    .list-table-f {
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        /* IE 9 */
        -moz-transform: translate(-50%, -50%);
        /* Firefox */
        -webkit-transform: translate(-50%, -50%);
        /* Safari 和 Chrome */
        -o-transform: translate(-50%, -50%);
    }

    /* 登录2 */
    .all-wrap.login-bg .login-wrap {
        width: 1100px;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        left: 50%;
        margin-left: -550px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .all-wrap.login-bg .loginbox {
        width: 462px;
        padding: 60px 48px;
        vertical-align: bottom;
        margin-bottom: 36px;
    }

    /*通用*/
    .all-wrap.login-bg .login-font {
        width: 577px;
        height: 574px;
        background: url(../images/login/login-bg1.png) no-repeat center;
        background-size: contain;
    }

    /*安徽*/
    .all-wrap.login-bg .login-font2 {
        width: 577px;
        height: 574px;
        background: url(../images/login/login-bg1-ah.png) no-repeat center;
        background-size: contain;
    }

    .login-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 40px
    }

    .login-logo img {
        width: inherit;
    }

    .all-wrap.login-bg .inputRow dl dd input.logininput {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .all-wrap.login-bg .icon-input {
        width: 40px;
        height: 40px;
    }

    .all-wrap.login-bg .input-user-info {
        margin-left: 40px;
    }

    .all-wrap.login-bg .inputRow dl:first-child {
        margin-top: 0px
    }

    .all-wrap.login-bg .inputRow dl {
        margin-top: 30px;
    }

    .all-wrap.login-bg .loginbuttun a {
        height: 40px;
        line-height: 40px;
    }

    .all-wrap.login-bg .checkpass {
        font-size: 14px;
    }

    .all-wrap.login-bg .loginbox-title {
        position: relative;
        color: #1881f2;
        text-align: left;
        padding-left: 20px;
    }

    .all-wrap.login-bg .loginbox-title::after {
        content: '';
        position: absolute;
        width: 8px;
        height: 18px;
        left: 0px;
        background: #1881f2;
        top: 7px;
    }

    .all-wrap.login-bg .ewm-code-div {
        position: relative;
        margin: 0px;
        left: 0px;
        margin-top: 72px;
    }

    .all-wrap.login-bg .ewm-code-div .erweima {
        width: 33.33%;
        margin: 0px;
        background: none;
        border: none;
    }

    .all-wrap.login-bg .ewm-code-div .erweima-area,
    .all-wrap.login-bg .ewm-code-div .code-text {
        display: inline-block;
        vertical-align: middle;
    }

    .all-wrap.login-bg .ewm-code-div .erweima .code-text {
        color: #fff;
        text-align: left;
        font-size: 14px;
        padding: 0px 15px;
    }

    .all-wrap.login-bg .ewm-code-div .erweima-area {
        width: 100px;
        height: 100px;
    }


}

.el-cascader-panel {
    height: 300px;
}